diff -Nru arp-scan-1.9/acinclude.m4 arp-scan-2.0/acinclude.m4 --- arp-scan-1.9/acinclude.m4 2011-02-20 02:57:33.000000000 +0530 +++ arp-scan-2.0/acinclude.m4 2017-09-21 19:24:11.000000000 +0530 @@ -1,4 +1,3 @@ -dnl $Id: acinclude.m4 18119 2011-02-19 21:27:31Z rsh $ dnl NTA Monitor autoconf macros dnl AC_NTA_CHECK_TYPE -- See if a type exists using reasonable includes @@ -146,7 +145,7 @@ return 1; } main() { - exit(! does_int64_work()); + return !does_int64_work(); }], [Ac_cachevar=yes], [Ac_cachevar=no], @@ -202,7 +201,7 @@ return 1; } main() { - exit(! does_int64_snprintf_work()); + return !does_int64_snprintf_work(); }], [pgac_cv_snprintf_long_long_int_format=$pgac_format; break], [], @@ -212,7 +211,8 @@ LONG_LONG_INT_FORMAT='' case $pgac_cv_snprintf_long_long_int_format in - cross) AC_MSG_RESULT([cannot test (not on host machine)]);; + cross) AC_MSG_RESULT([assuming %lld for cross compilation]) + LONG_LONG_INT_FORMAT='%lld';; ?*) AC_MSG_RESULT([$pgac_cv_snprintf_long_long_int_format]) LONG_LONG_INT_FORMAT=$pgac_cv_snprintf_long_long_int_format;; *) AC_MSG_RESULT(none);; diff -Nru arp-scan-1.9/aclocal.m4 arp-scan-2.0/aclocal.m4 --- arp-scan-1.9/aclocal.m4 2013-07-24 14:34:00.000000000 +0530 +++ arp-scan-2.0/aclocal.m4 2017-09-21 19:25:16.000000000 +0530 @@ -1,8 +1,7 @@ -# generated automatically by aclocal 1.11.6 -*- Autoconf -*- +# generated automatically by aclocal 1.15 -*- Autoconf -*- + +# Copyright (C) 1996-2014 Free Software Foundation, Inc. -# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -# 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, -# Inc. # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -12,33 +11,31 @@ # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. +m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])]) m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.69],, [m4_warning([this file was generated for autoconf 2.69. You have another version of autoconf. It may work, but is not guaranteed to. If you have problems, you may need to regenerate the build system entirely. -To do so, use the procedure documented by the package, typically `autoreconf'.])]) +To do so, use the procedure documented by the package, typically 'autoreconf'.])]) -# Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008, 2011 Free Software -# Foundation, Inc. +# Copyright (C) 2002-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. -# serial 1 - # AM_AUTOMAKE_VERSION(VERSION) # ---------------------------- # Automake X.Y traces this macro to ensure aclocal.m4 has been # generated from the m4 files accompanying Automake X.Y. # (This private macro should not be called outside this file.) AC_DEFUN([AM_AUTOMAKE_VERSION], -[am__api_version='1.11' +[am__api_version='1.15' dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to dnl require some minimum version. Point them to the right macro. -m4_if([$1], [1.11.6], [], +m4_if([$1], [1.15], [], [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl ]) @@ -54,24 +51,22 @@ # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. # This function is AC_REQUIREd by AM_INIT_AUTOMAKE. AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], -[AM_AUTOMAKE_VERSION([1.11.6])dnl +[AM_AUTOMAKE_VERSION([1.15])dnl m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) # AM_AUX_DIR_EXPAND -*- Autoconf -*- -# Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc. +# Copyright (C) 2001-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. -# serial 1 - # For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets -# $ac_aux_dir to `$srcdir/foo'. In other projects, it is set to -# `$srcdir', `$srcdir/..', or `$srcdir/../..'. +# $ac_aux_dir to '$srcdir/foo'. In other projects, it is set to +# '$srcdir', '$srcdir/..', or '$srcdir/../..'. # # Of course, Automake must honor this variable whenever it calls a # tool from the auxiliary directory. The problem is that $srcdir (and @@ -90,7 +85,7 @@ # # The reason of the latter failure is that $top_srcdir and $ac_aux_dir # are both prefixed by $srcdir. In an in-source build this is usually -# harmless because $srcdir is `.', but things will broke when you +# harmless because $srcdir is '.', but things will broke when you # start a VPATH build or use an absolute $srcdir. # # So we could use something similar to $top_srcdir/$ac_aux_dir/missing, @@ -108,30 +103,26 @@ # configured tree to be moved without reconfiguration. AC_DEFUN([AM_AUX_DIR_EXPAND], -[dnl Rely on autoconf to set up CDPATH properly. -AC_PREREQ([2.50])dnl -# expand $ac_aux_dir to an absolute path -am_aux_dir=`cd $ac_aux_dir && pwd` +[AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl +# Expand $ac_aux_dir to an absolute path. +am_aux_dir=`cd "$ac_aux_dir" && pwd` ]) # AM_CONDITIONAL -*- Autoconf -*- -# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006, 2008 -# Free Software Foundation, Inc. +# Copyright (C) 1997-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. -# serial 9 - # AM_CONDITIONAL(NAME, SHELL-CONDITION) # ------------------------------------- # Define a conditional. AC_DEFUN([AM_CONDITIONAL], -[AC_PREREQ(2.52)dnl - ifelse([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])], - [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl +[AC_PREREQ([2.52])dnl + m4_if([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])], + [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl AC_SUBST([$1_TRUE])dnl AC_SUBST([$1_FALSE])dnl _AM_SUBST_NOTMAKE([$1_TRUE])dnl @@ -150,16 +141,14 @@ Usually this means the macro was only invoked conditionally.]]) fi])]) -# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009, -# 2010, 2011 Free Software Foundation, Inc. +# Copyright (C) 1999-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. -# serial 12 -# There are a few dirty hacks below to avoid letting `AC_PROG_CC' be +# There are a few dirty hacks below to avoid letting 'AC_PROG_CC' be # written in clear, in which case automake, when reading aclocal.m4, # will think it sees a *use*, and therefore will trigger all it's # C support machinery. Also note that it means that autoscan, seeing @@ -169,7 +158,7 @@ # _AM_DEPENDENCIES(NAME) # ---------------------- # See how the compiler implements dependency checking. -# NAME is "CC", "CXX", "GCJ", or "OBJC". +# NAME is "CC", "CXX", "OBJC", "OBJCXX", "UPC", or "GJC". # We try a few techniques and use that to set a single cache variable. # # We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was @@ -182,12 +171,13 @@ AC_REQUIRE([AM_MAKE_INCLUDE])dnl AC_REQUIRE([AM_DEP_TRACK])dnl -ifelse([$1], CC, [depcc="$CC" am_compiler_list=], - [$1], CXX, [depcc="$CXX" am_compiler_list=], - [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'], - [$1], UPC, [depcc="$UPC" am_compiler_list=], - [$1], GCJ, [depcc="$GCJ" am_compiler_list='gcc3 gcc'], - [depcc="$$1" am_compiler_list=]) +m4_if([$1], [CC], [depcc="$CC" am_compiler_list=], + [$1], [CXX], [depcc="$CXX" am_compiler_list=], + [$1], [OBJC], [depcc="$OBJC" am_compiler_list='gcc3 gcc'], + [$1], [OBJCXX], [depcc="$OBJCXX" am_compiler_list='gcc3 gcc'], + [$1], [UPC], [depcc="$UPC" am_compiler_list=], + [$1], [GCJ], [depcc="$GCJ" am_compiler_list='gcc3 gcc'], + [depcc="$$1" am_compiler_list=]) AC_CACHE_CHECK([dependency style of $depcc], [am_cv_$1_dependencies_compiler_type], @@ -195,8 +185,8 @@ # We make a subdir and do the tests there. Otherwise we can end up # making bogus files that we don't know about and never remove. For # instance it was reported that on HP-UX the gcc test will end up - # making a dummy file named `D' -- because `-MD' means `put the output - # in D'. + # making a dummy file named 'D' -- because '-MD' means "put the output + # in D". rm -rf conftest.dir mkdir conftest.dir # Copy depcomp to subdir because otherwise we won't find it if we're @@ -236,16 +226,16 @@ : > sub/conftest.c for i in 1 2 3 4 5 6; do echo '#include "conftst'$i'.h"' >> sub/conftest.c - # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with - # Solaris 8's {/usr,}/bin/sh. - touch sub/conftst$i.h + # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with + # Solaris 10 /bin/sh. + echo '/* dummy */' > sub/conftst$i.h done echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf - # We check with `-c' and `-o' for the sake of the "dashmstdout" + # We check with '-c' and '-o' for the sake of the "dashmstdout" # mode. It turns out that the SunPro C++ compiler does not properly - # handle `-M -o', and we need to detect this. Also, some Intel - # versions had trouble with output in subdirs + # handle '-M -o', and we need to detect this. Also, some Intel + # versions had trouble with output in subdirs. am__obj=sub/conftest.${OBJEXT-o} am__minus_obj="-o $am__obj" case $depmode in @@ -254,8 +244,8 @@ test "$am__universal" = false || continue ;; nosideeffect) - # after this tag, mechanisms are not by side-effect, so they'll - # only be used when explicitly requested + # After this tag, mechanisms are not by side-effect, so they'll + # only be used when explicitly requested. if test "x$enable_dependency_tracking" = xyes; then continue else @@ -263,7 +253,7 @@ fi ;; msvc7 | msvc7msys | msvisualcpp | msvcmsys) - # This compiler won't grok `-c -o', but also, the minuso test has + # This compiler won't grok '-c -o', but also, the minuso test has # not run yet. These depmodes are late enough in the game, and # so weak that their functioning should not be impacted. am__obj=conftest.${OBJEXT-o} @@ -311,7 +301,7 @@ # AM_SET_DEPDIR # ------------- # Choose a directory name for dependency files. -# This macro is AC_REQUIREd in _AM_DEPENDENCIES +# This macro is AC_REQUIREd in _AM_DEPENDENCIES. AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl @@ -321,9 +311,13 @@ # AM_DEP_TRACK # ------------ AC_DEFUN([AM_DEP_TRACK], -[AC_ARG_ENABLE(dependency-tracking, -[ --disable-dependency-tracking speeds up one-time build - --enable-dependency-tracking do not reject slow dependency extractors]) +[AC_ARG_ENABLE([dependency-tracking], [dnl +AS_HELP_STRING( + [--enable-dependency-tracking], + [do not reject slow dependency extractors]) +AS_HELP_STRING( + [--disable-dependency-tracking], + [speeds up one-time build])]) if test "x$enable_dependency_tracking" != xno; then am_depcomp="$ac_aux_dir/depcomp" AMDEPBACKSLASH='\' @@ -338,20 +332,18 @@ # Generate code to set up dependency tracking. -*- Autoconf -*- -# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2008 -# Free Software Foundation, Inc. +# Copyright (C) 1999-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. -#serial 5 # _AM_OUTPUT_DEPENDENCY_COMMANDS # ------------------------------ AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [{ - # Autoconf 2.62 quotes --file arguments for eval, but not when files + # Older Autoconf quotes --file arguments for eval, but not when files # are listed without --file. Let's play safe and only enable the eval # if we detect the quoting. case $CONFIG_FILES in @@ -364,7 +356,7 @@ # Strip MF so we end up with the name of the file. mf=`echo "$mf" | sed -e 's/:.*$//'` # Check whether this is an Automake generated Makefile or not. - # We used to match only the files named `Makefile.in', but + # We used to match only the files named 'Makefile.in', but # some people rename them; so instead we look at the file content. # Grep'ing the first line is not enough: some people post-process # each Makefile.in and add a new line on top of each file to say so. @@ -376,21 +368,19 @@ continue fi # Extract the definition of DEPDIR, am__include, and am__quote - # from the Makefile without running `make'. + # from the Makefile without running 'make'. DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` test -z "$DEPDIR" && continue am__include=`sed -n 's/^am__include = //p' < "$mf"` - test -z "am__include" && continue + test -z "$am__include" && continue am__quote=`sed -n 's/^am__quote = //p' < "$mf"` - # When using ansi2knr, U may be empty or an underscore; expand it - U=`sed -n 's/^U = //p' < "$mf"` # Find all dependency output files, they are included files with # $(DEPDIR) in their names. We invoke sed twice because it is the # simplest approach to changing $(DEPDIR) to its actual value in the # expansion. for file in `sed -n " s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ - sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do + sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do # Make sure the directory exists. test -f "$dirpart/$file" && continue fdir=`AS_DIRNAME(["$file"])` @@ -408,7 +398,7 @@ # This macro should only be invoked once -- use via AC_REQUIRE. # # This code is only required when automatic dependency tracking -# is enabled. FIXME. This creates each `.P' file that we will +# is enabled. FIXME. This creates each '.P' file that we will # need in order to bootstrap the dependency handling code. AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles], @@ -418,18 +408,21 @@ # Do all the work for Automake. -*- Autoconf -*- -# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -# 2005, 2006, 2008, 2009 Free Software Foundation, Inc. +# Copyright (C) 1996-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. -# serial 16 - # This macro actually does too much. Some checks are only needed if # your package does certain things. But this isn't really a big deal. +dnl Redefine AC_PROG_CC to automatically invoke _AM_PROG_CC_C_O. +m4_define([AC_PROG_CC], +m4_defn([AC_PROG_CC]) +[_AM_PROG_CC_C_O +]) + # AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE]) # AM_INIT_AUTOMAKE([OPTIONS]) # ----------------------------------------------- @@ -442,7 +435,7 @@ # arguments mandatory, and then we can depend on a new Autoconf # release and drop the old call support. AC_DEFUN([AM_INIT_AUTOMAKE], -[AC_PREREQ([2.62])dnl +[AC_PREREQ([2.65])dnl dnl Autoconf wants to disallow AM_ names. We explicitly allow dnl the ones we care about. m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl @@ -471,33 +464,42 @@ # Define the identity of the package. dnl Distinguish between old-style and new-style calls. m4_ifval([$2], -[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl +[AC_DIAGNOSE([obsolete], + [$0: two- and three-arguments forms are deprecated.]) +m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl AC_SUBST([PACKAGE], [$1])dnl AC_SUBST([VERSION], [$2])], [_AM_SET_OPTIONS([$1])dnl dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT. -m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,, +m4_if( + m4_ifdef([AC_PACKAGE_NAME], [ok]):m4_ifdef([AC_PACKAGE_VERSION], [ok]), + [ok:ok],, [m4_fatal([AC_INIT should be called with package and version arguments])])dnl AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl _AM_IF_OPTION([no-define],, -[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package]) - AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl +[AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package]) + AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package])])dnl # Some tools Automake needs. AC_REQUIRE([AM_SANITY_CHECK])dnl AC_REQUIRE([AC_ARG_PROGRAM])dnl -AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version}) -AM_MISSING_PROG(AUTOCONF, autoconf) -AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version}) -AM_MISSING_PROG(AUTOHEADER, autoheader) -AM_MISSING_PROG(MAKEINFO, makeinfo) +AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}]) +AM_MISSING_PROG([AUTOCONF], [autoconf]) +AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}]) +AM_MISSING_PROG([AUTOHEADER], [autoheader]) +AM_MISSING_PROG([MAKEINFO], [makeinfo]) AC_REQUIRE([AM_PROG_INSTALL_SH])dnl AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl -AC_REQUIRE([AM_PROG_MKDIR_P])dnl -# We need awk for the "check" target. The system "awk" is bad on -# some platforms. +AC_REQUIRE([AC_PROG_MKDIR_P])dnl +# For better backward compatibility. To be removed once Automake 1.9.x +# dies out for good. For more background, see: +# +# +AC_SUBST([mkdir_p], ['$(MKDIR_P)']) +# We need awk for the "check" target (and possibly the TAP driver). The +# system "awk" is bad on some platforms. AC_REQUIRE([AC_PROG_AWK])dnl AC_REQUIRE([AC_PROG_MAKE_SET])dnl AC_REQUIRE([AM_SET_LEADING_DOT])dnl @@ -506,34 +508,82 @@ [_AM_PROG_TAR([v7])])]) _AM_IF_OPTION([no-dependencies],, [AC_PROVIDE_IFELSE([AC_PROG_CC], - [_AM_DEPENDENCIES(CC)], - [define([AC_PROG_CC], - defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl + [_AM_DEPENDENCIES([CC])], + [m4_define([AC_PROG_CC], + m4_defn([AC_PROG_CC])[_AM_DEPENDENCIES([CC])])])dnl AC_PROVIDE_IFELSE([AC_PROG_CXX], - [_AM_DEPENDENCIES(CXX)], - [define([AC_PROG_CXX], - defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl + [_AM_DEPENDENCIES([CXX])], + [m4_define([AC_PROG_CXX], + m4_defn([AC_PROG_CXX])[_AM_DEPENDENCIES([CXX])])])dnl AC_PROVIDE_IFELSE([AC_PROG_OBJC], - [_AM_DEPENDENCIES(OBJC)], - [define([AC_PROG_OBJC], - defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl -]) -_AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])dnl -dnl The `parallel-tests' driver may need to know about EXEEXT, so add the -dnl `am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This macro -dnl is hooked onto _AC_COMPILER_EXEEXT early, see below. + [_AM_DEPENDENCIES([OBJC])], + [m4_define([AC_PROG_OBJC], + m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl +AC_PROVIDE_IFELSE([AC_PROG_OBJCXX], + [_AM_DEPENDENCIES([OBJCXX])], + [m4_define([AC_PROG_OBJCXX], + m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl +]) +AC_REQUIRE([AM_SILENT_RULES])dnl +dnl The testsuite driver may need to know about EXEEXT, so add the +dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This +dnl macro is hooked onto _AC_COMPILER_EXEEXT early, see below. AC_CONFIG_COMMANDS_PRE(dnl [m4_provide_if([_AM_COMPILER_EXEEXT], [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl + +# POSIX will say in a future version that running "rm -f" with no argument +# is OK; and we want to be able to make that assumption in our Makefile +# recipes. So use an aggressive probe to check that the usage we want is +# actually supported "in the wild" to an acceptable degree. +# See automake bug#10828. +# To make any issue more visible, cause the running configure to be aborted +# by default if the 'rm' program in use doesn't match our expectations; the +# user can still override this though. +if rm -f && rm -fr && rm -rf; then : OK; else + cat >&2 <<'END' +Oops! + +Your 'rm' program seems unable to run without file operands specified +on the command line, even when the '-f' option is present. This is contrary +to the behaviour of most rm programs out there, and not conforming with +the upcoming POSIX standard: + +Please tell bug-automake@gnu.org about your system, including the value +of your $PATH and any error possibly output before this message. This +can help us improve future automake versions. + +END + if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then + echo 'Configuration will proceed anyway, since you have set the' >&2 + echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2 + echo >&2 + else + cat >&2 <<'END' +Aborting the configuration process, to ensure you take notice of the issue. + +You can download and install GNU coreutils to get an 'rm' implementation +that behaves properly: . + +If you want to complete the configuration process using your problematic +'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM +to "yes", and re-run configure. + +END + AC_MSG_ERROR([Your 'rm' program is bad, sorry.]) + fi +fi +dnl The trailing newline in this macro's definition is deliberate, for +dnl backward compatibility and to allow trailing 'dnl'-style comments +dnl after the AM_INIT_AUTOMAKE invocation. See automake bug#16841. ]) -dnl Hook into `_AC_COMPILER_EXEEXT' early to learn its expansion. Do not +dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion. Do not dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further dnl mangled by Autoconf and run in a shell conditional statement. m4_define([_AC_COMPILER_EXEEXT], m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])]) - # When config.status generates a header, we must update the stamp-h file. # This file resides in the same directory as the config header # that is generated. The stamp files are numbered to have different names. @@ -555,21 +605,18 @@ done echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) -# Copyright (C) 2001, 2003, 2005, 2008, 2011 Free Software Foundation, -# Inc. +# Copyright (C) 2001-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. -# serial 1 - # AM_PROG_INSTALL_SH # ------------------ # Define $install_sh. AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl -if test x"${install_sh}" != xset; then +if test x"${install_sh+set}" != xset; then case $am_aux_dir in *\ * | *\ *) install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; @@ -577,16 +624,14 @@ install_sh="\${SHELL} $am_aux_dir/install-sh" esac fi -AC_SUBST(install_sh)]) +AC_SUBST([install_sh])]) -# Copyright (C) 2003, 2005 Free Software Foundation, Inc. +# Copyright (C) 2003-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. -# serial 2 - # Check whether the underlying file-system supports filenames # with a leading dot. For instance MS-DOS doesn't. AC_DEFUN([AM_SET_LEADING_DOT], @@ -602,14 +647,12 @@ # Check to see how 'make' treats includes. -*- Autoconf -*- -# Copyright (C) 2001, 2002, 2003, 2005, 2009 Free Software Foundation, Inc. +# Copyright (C) 2001-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. -# serial 4 - # AM_MAKE_INCLUDE() # ----------------- # Check to see how make treats includes. @@ -627,7 +670,7 @@ _am_result=none # First try GNU make style include. echo "include confinc" > confmf -# Ignore all kinds of additional output from `make'. +# Ignore all kinds of additional output from 'make'. case `$am_make -s -f confmf 2> /dev/null` in #( *the\ am__doit\ target*) am__include=include @@ -654,15 +697,12 @@ # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- -# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005, 2008 -# Free Software Foundation, Inc. +# Copyright (C) 1997-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. -# serial 6 - # AM_MISSING_PROG(NAME, PROGRAM) # ------------------------------ AC_DEFUN([AM_MISSING_PROG], @@ -670,11 +710,10 @@ $1=${$1-"${am_missing_run}$2"} AC_SUBST($1)]) - # AM_MISSING_HAS_RUN # ------------------ -# Define MISSING if not defined so far and test if it supports --run. -# If it does, set am_missing_run to use it, otherwise, to nothing. +# Define MISSING if not defined so far and test if it is modern enough. +# If it is, set am_missing_run to use it, otherwise, to nothing. AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl AC_REQUIRE_AUX_FILE([missing])dnl @@ -687,54 +726,22 @@ esac fi # Use eval to expand $SHELL -if eval "$MISSING --run true"; then - am_missing_run="$MISSING --run " +if eval "$MISSING --is-lightweight"; then + am_missing_run="$MISSING " else am_missing_run= - AC_MSG_WARN([`missing' script is too old or missing]) + AC_MSG_WARN(['missing' script is too old or missing]) fi ]) -# Copyright (C) 2003, 2004, 2005, 2006, 2011 Free Software Foundation, -# Inc. -# -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# serial 1 - -# AM_PROG_MKDIR_P -# --------------- -# Check for `mkdir -p'. -AC_DEFUN([AM_PROG_MKDIR_P], -[AC_PREREQ([2.60])dnl -AC_REQUIRE([AC_PROG_MKDIR_P])dnl -dnl Automake 1.8 to 1.9.6 used to define mkdir_p. We now use MKDIR_P, -dnl while keeping a definition of mkdir_p for backward compatibility. -dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile. -dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of -dnl Makefile.ins that do not define MKDIR_P, so we do our own -dnl adjustment using top_builddir (which is defined more often than -dnl MKDIR_P). -AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl -case $mkdir_p in - [[\\/$]]* | ?:[[\\/]]*) ;; - */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;; -esac -]) - # Helper functions for option handling. -*- Autoconf -*- -# Copyright (C) 2001, 2002, 2003, 2005, 2008, 2010 Free Software -# Foundation, Inc. +# Copyright (C) 2001-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. -# serial 5 - # _AM_MANGLE_OPTION(NAME) # ----------------------- AC_DEFUN([_AM_MANGLE_OPTION], @@ -744,7 +751,7 @@ # -------------------- # Set option NAME. Presently that only means defining a flag for this option. AC_DEFUN([_AM_SET_OPTION], -[m4_define(_AM_MANGLE_OPTION([$1]), 1)]) +[m4_define(_AM_MANGLE_OPTION([$1]), [1])]) # _AM_SET_OPTIONS(OPTIONS) # ------------------------ @@ -758,24 +765,82 @@ AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) -# Check to make sure that the build environment is sane. -*- Autoconf -*- +# Copyright (C) 1999-2014 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# _AM_PROG_CC_C_O +# --------------- +# Like AC_PROG_CC_C_O, but changed for automake. We rewrite AC_PROG_CC +# to automatically call this. +AC_DEFUN([_AM_PROG_CC_C_O], +[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl +AC_REQUIRE_AUX_FILE([compile])dnl +AC_LANG_PUSH([C])dnl +AC_CACHE_CHECK( + [whether $CC understands -c and -o together], + [am_cv_prog_cc_c_o], + [AC_LANG_CONFTEST([AC_LANG_PROGRAM([])]) + # Make sure it works both with $CC and with simple cc. + # Following AC_PROG_CC_C_O, we do the test twice because some + # compilers refuse to overwrite an existing .o file with -o, + # though they will create one. + am_cv_prog_cc_c_o=yes + for am_i in 1 2; do + if AM_RUN_LOG([$CC -c conftest.$ac_ext -o conftest2.$ac_objext]) \ + && test -f conftest2.$ac_objext; then + : OK + else + am_cv_prog_cc_c_o=no + break + fi + done + rm -f core conftest* + unset am_i]) +if test "$am_cv_prog_cc_c_o" != yes; then + # Losing compiler, so override with the script. + # FIXME: It is wrong to rewrite CC. + # But if we don't then we get into trouble of one sort or another. + # A longer-term fix would be to have automake use am__CC in this case, + # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" + CC="$am_aux_dir/compile $CC" +fi +AC_LANG_POP([C])]) + +# For backward compatibility. +AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])]) -# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005, 2008 -# Free Software Foundation, Inc. +# Copyright (C) 2001-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. -# serial 5 +# AM_RUN_LOG(COMMAND) +# ------------------- +# Run COMMAND, save the exit status in ac_status, and log it. +# (This has been adapted from Autoconf's _AC_RUN_LOG macro.) +AC_DEFUN([AM_RUN_LOG], +[{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD + ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD + (exit $ac_status); }]) + +# Check to make sure that the build environment is sane. -*- Autoconf -*- + +# Copyright (C) 1996-2014 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. # AM_SANITY_CHECK # --------------- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane]) -# Just in case -sleep 1 -echo timestamp > conftest.file # Reject unsafe characters in $srcdir or the absolute working directory # name. Accept space and tab only in the latter. am_lf=' @@ -786,32 +851,40 @@ esac case $srcdir in *[[\\\"\#\$\&\'\`$am_lf\ \ ]]*) - AC_MSG_ERROR([unsafe srcdir value: `$srcdir']);; + AC_MSG_ERROR([unsafe srcdir value: '$srcdir']);; esac -# Do `set' in a subshell so we don't clobber the current shell's +# Do 'set' in a subshell so we don't clobber the current shell's # arguments. Must try -L first in case configure is actually a # symlink; some systems play weird games with the mod time of symlinks # (eg FreeBSD returns the mod time of the symlink's containing # directory). if ( - set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` - if test "$[*]" = "X"; then - # -L didn't work. - set X `ls -t "$srcdir/configure" conftest.file` - fi - rm -f conftest.file - if test "$[*]" != "X $srcdir/configure conftest.file" \ - && test "$[*]" != "X conftest.file $srcdir/configure"; then - - # If neither matched, then we have a broken ls. This can happen - # if, for instance, CONFIG_SHELL is bash and it inherits a - # broken ls alias from the environment. This has actually - # happened. Such a system could not be considered "sane". - AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken -alias in your environment]) - fi - + am_has_slept=no + for am_try in 1 2; do + echo "timestamp, slept: $am_has_slept" > conftest.file + set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` + if test "$[*]" = "X"; then + # -L didn't work. + set X `ls -t "$srcdir/configure" conftest.file` + fi + if test "$[*]" != "X $srcdir/configure conftest.file" \ + && test "$[*]" != "X conftest.file $srcdir/configure"; then + + # If neither matched, then we have a broken ls. This can happen + # if, for instance, CONFIG_SHELL is bash and it inherits a + # broken ls alias from the environment. This has actually + # happened. Such a system could not be considered "sane". + AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken + alias in your environment]) + fi + if test "$[2]" = conftest.file || test $am_try -eq 2; then + break + fi + # Just in case. + sleep 1 + am_has_slept=yes + done test "$[2]" = conftest.file ) then @@ -821,46 +894,118 @@ AC_MSG_ERROR([newly created file is older than distributed files! Check your system clock]) fi -AC_MSG_RESULT(yes)]) +AC_MSG_RESULT([yes]) +# If we didn't sleep, we still need to ensure time stamps of config.status and +# generated files are strictly newer. +am_sleep_pid= +if grep 'slept: no' conftest.file >/dev/null 2>&1; then + ( sleep 1 ) & + am_sleep_pid=$! +fi +AC_CONFIG_COMMANDS_PRE( + [AC_MSG_CHECKING([that generated files are newer than configure]) + if test -n "$am_sleep_pid"; then + # Hide warnings about reused PIDs. + wait $am_sleep_pid 2>/dev/null + fi + AC_MSG_RESULT([done])]) +rm -f conftest.file +]) -# Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc. +# Copyright (C) 2009-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. -# serial 1 +# AM_SILENT_RULES([DEFAULT]) +# -------------------------- +# Enable less verbose build rules; with the default set to DEFAULT +# ("yes" being less verbose, "no" or empty being verbose). +AC_DEFUN([AM_SILENT_RULES], +[AC_ARG_ENABLE([silent-rules], [dnl +AS_HELP_STRING( + [--enable-silent-rules], + [less verbose build output (undo: "make V=1")]) +AS_HELP_STRING( + [--disable-silent-rules], + [verbose build output (undo: "make V=0")])dnl +]) +case $enable_silent_rules in @%:@ ((( + yes) AM_DEFAULT_VERBOSITY=0;; + no) AM_DEFAULT_VERBOSITY=1;; + *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);; +esac +dnl +dnl A few 'make' implementations (e.g., NonStop OS and NextStep) +dnl do not support nested variable expansions. +dnl See automake bug#9928 and bug#10237. +am_make=${MAKE-make} +AC_CACHE_CHECK([whether $am_make supports nested variables], + [am_cv_make_support_nested_variables], + [if AS_ECHO([['TRUE=$(BAR$(V)) +BAR0=false +BAR1=true +V=1 +am__doit: + @$(TRUE) +.PHONY: am__doit']]) | $am_make -f - >/dev/null 2>&1; then + am_cv_make_support_nested_variables=yes +else + am_cv_make_support_nested_variables=no +fi]) +if test $am_cv_make_support_nested_variables = yes; then + dnl Using '$V' instead of '$(V)' breaks IRIX make. + AM_V='$(V)' + AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' +else + AM_V=$AM_DEFAULT_VERBOSITY + AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY +fi +AC_SUBST([AM_V])dnl +AM_SUBST_NOTMAKE([AM_V])dnl +AC_SUBST([AM_DEFAULT_V])dnl +AM_SUBST_NOTMAKE([AM_DEFAULT_V])dnl +AC_SUBST([AM_DEFAULT_VERBOSITY])dnl +AM_BACKSLASH='\' +AC_SUBST([AM_BACKSLASH])dnl +_AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl +]) + +# Copyright (C) 2001-2014 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. # AM_PROG_INSTALL_STRIP # --------------------- -# One issue with vendor `install' (even GNU) is that you can't +# One issue with vendor 'install' (even GNU) is that you can't # specify the program used to strip binaries. This is especially # annoying in cross-compiling environments, where the build's strip # is unlikely to handle the host's binaries. # Fortunately install-sh will honor a STRIPPROG variable, so we -# always use install-sh in `make install-strip', and initialize +# always use install-sh in "make install-strip", and initialize # STRIPPROG with the value of the STRIP variable (set by the user). AC_DEFUN([AM_PROG_INSTALL_STRIP], [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl -# Installed binaries are usually stripped using `strip' when the user -# run `make install-strip'. However `strip' might not be the right +# Installed binaries are usually stripped using 'strip' when the user +# run "make install-strip". However 'strip' might not be the right # tool to use in cross-compilation environments, therefore Automake -# will honor the `STRIP' environment variable to overrule this program. -dnl Don't test for $cross_compiling = yes, because it might be `maybe'. +# will honor the 'STRIP' environment variable to overrule this program. +dnl Don't test for $cross_compiling = yes, because it might be 'maybe'. if test "$cross_compiling" != no; then AC_CHECK_TOOL([STRIP], [strip], :) fi INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" AC_SUBST([INSTALL_STRIP_PROGRAM])]) -# Copyright (C) 2006, 2008, 2010 Free Software Foundation, Inc. +# Copyright (C) 2006-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. -# serial 3 - # _AM_SUBST_NOTMAKE(VARIABLE) # --------------------------- # Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in. @@ -874,18 +1019,16 @@ # Check how to create a tarball. -*- Autoconf -*- -# Copyright (C) 2004, 2005, 2012 Free Software Foundation, Inc. +# Copyright (C) 2004-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. -# serial 2 - # _AM_PROG_TAR(FORMAT) # -------------------- # Check how to create a tarball in format FORMAT. -# FORMAT should be one of `v7', `ustar', or `pax'. +# FORMAT should be one of 'v7', 'ustar', or 'pax'. # # Substitute a variable $(am__tar) that is a command # writing to stdout a FORMAT-tarball containing the directory @@ -895,76 +1038,114 @@ # Substitute a variable $(am__untar) that extract such # a tarball read from stdin. # $(am__untar) < result.tar +# AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility. Yes, it's still used # in the wild :-( We should find a proper way to deprecate it ... AC_SUBST([AMTAR], ['$${TAR-tar}']) -m4_if([$1], [v7], - [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'], - [m4_case([$1], [ustar],, [pax],, - [m4_fatal([Unknown tar format])]) -AC_MSG_CHECKING([how to create a $1 tar archive]) -# Loop over all known methods to create a tar archive until one works. + +# We'll loop over all known methods to create a tar archive until one works. _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none' -_am_tools=${am_cv_prog_tar_$1-$_am_tools} -# Do not fold the above two line into one, because Tru64 sh and -# Solaris sh will not grok spaces in the rhs of `-'. -for _am_tool in $_am_tools -do - case $_am_tool in - gnutar) - for _am_tar in tar gnutar gtar; - do - AM_RUN_LOG([$_am_tar --version]) && break - done - am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"' - am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"' - am__untar="$_am_tar -xf -" - ;; - plaintar) - # Must skip GNU tar: if it does not support --format= it doesn't create - # ustar tarball either. - (tar --version) >/dev/null 2>&1 && continue - am__tar='tar chf - "$$tardir"' - am__tar_='tar chf - "$tardir"' - am__untar='tar xf -' - ;; - pax) - am__tar='pax -L -x $1 -w "$$tardir"' - am__tar_='pax -L -x $1 -w "$tardir"' - am__untar='pax -r' - ;; - cpio) - am__tar='find "$$tardir" -print | cpio -o -H $1 -L' - am__tar_='find "$tardir" -print | cpio -o -H $1 -L' - am__untar='cpio -i -H $1 -d' - ;; - none) - am__tar=false - am__tar_=false - am__untar=false - ;; - esac - # If the value was cached, stop now. We just wanted to have am__tar - # and am__untar set. - test -n "${am_cv_prog_tar_$1}" && break +m4_if([$1], [v7], + [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'], - # tar/untar a dummy directory, and stop if the command works - rm -rf conftest.dir - mkdir conftest.dir - echo GrepMe > conftest.dir/file - AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar]) + [m4_case([$1], + [ustar], + [# The POSIX 1988 'ustar' format is defined with fixed-size fields. + # There is notably a 21 bits limit for the UID and the GID. In fact, + # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343 + # and bug#13588). + am_max_uid=2097151 # 2^21 - 1 + am_max_gid=$am_max_uid + # The $UID and $GID variables are not portable, so we need to resort + # to the POSIX-mandated id(1) utility. Errors in the 'id' calls + # below are definitely unexpected, so allow the users to see them + # (that is, avoid stderr redirection). + am_uid=`id -u || echo unknown` + am_gid=`id -g || echo unknown` + AC_MSG_CHECKING([whether UID '$am_uid' is supported by ustar format]) + if test $am_uid -le $am_max_uid; then + AC_MSG_RESULT([yes]) + else + AC_MSG_RESULT([no]) + _am_tools=none + fi + AC_MSG_CHECKING([whether GID '$am_gid' is supported by ustar format]) + if test $am_gid -le $am_max_gid; then + AC_MSG_RESULT([yes]) + else + AC_MSG_RESULT([no]) + _am_tools=none + fi], + + [pax], + [], + + [m4_fatal([Unknown tar format])]) + + AC_MSG_CHECKING([how to create a $1 tar archive]) + + # Go ahead even if we have the value already cached. We do so because we + # need to set the values for the 'am__tar' and 'am__untar' variables. + _am_tools=${am_cv_prog_tar_$1-$_am_tools} + + for _am_tool in $_am_tools; do + case $_am_tool in + gnutar) + for _am_tar in tar gnutar gtar; do + AM_RUN_LOG([$_am_tar --version]) && break + done + am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"' + am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"' + am__untar="$_am_tar -xf -" + ;; + plaintar) + # Must skip GNU tar: if it does not support --format= it doesn't create + # ustar tarball either. + (tar --version) >/dev/null 2>&1 && continue + am__tar='tar chf - "$$tardir"' + am__tar_='tar chf - "$tardir"' + am__untar='tar xf -' + ;; + pax) + am__tar='pax -L -x $1 -w "$$tardir"' + am__tar_='pax -L -x $1 -w "$tardir"' + am__untar='pax -r' + ;; + cpio) + am__tar='find "$$tardir" -print | cpio -o -H $1 -L' + am__tar_='find "$tardir" -print | cpio -o -H $1 -L' + am__untar='cpio -i -H $1 -d' + ;; + none) + am__tar=false + am__tar_=false + am__untar=false + ;; + esac + + # If the value was cached, stop now. We just wanted to have am__tar + # and am__untar set. + test -n "${am_cv_prog_tar_$1}" && break + + # tar/untar a dummy directory, and stop if the command works. + rm -rf conftest.dir + mkdir conftest.dir + echo GrepMe > conftest.dir/file + AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar]) + rm -rf conftest.dir + if test -s conftest.tar; then + AM_RUN_LOG([$am__untar /dev/null 2>&1 && break + fi + done rm -rf conftest.dir - if test -s conftest.tar; then - AM_RUN_LOG([$am__untar /dev/null 2>&1 && break - fi -done -rm -rf conftest.dir -AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool]) -AC_MSG_RESULT([$am_cv_prog_tar_$1])]) + AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool]) + AC_MSG_RESULT([$am_cv_prog_tar_$1])]) + AC_SUBST([am__tar]) AC_SUBST([am__untar]) ]) # _AM_PROG_TAR diff -Nru arp-scan-1.9/arp-fingerprint arp-scan-2.0/arp-fingerprint --- arp-scan-1.9/arp-fingerprint 2013-05-03 20:31:34.000000000 +0530 +++ arp-scan-2.0/arp-fingerprint 2017-09-21 19:24:11.000000000 +0530 @@ -1,6 +1,6 @@ #!/usr/bin/env perl # -# Copyright 2006-2013 Roy Hills +# Copyright 2006-2016 Roy Hills # # This file is part of arp-scan. # @@ -17,8 +17,6 @@ # You should have received a copy of the GNU General Public License # along with arp-scan. If not, see . # -# $Id: arp-fingerprint 19605 2013-05-03 15:01:34Z rsh $ -# # arp-fingerprint -- Perl script to fingerprint system with arp-scan # # Author: Roy Hills @@ -35,12 +33,15 @@ use strict; use Getopt::Std; # +sub get_localnet($); +# my $arpscan="arp-scan -q -r 1"; # # Hash of known fingerprints # # These fingerprints were observed on: # +# FreeBSD 10.3 FreeBSD 10.3 amd64 on VMware # FreeBSD 9.1 FreeBSD 9.1 i386 on VMware # FreeBSD 8.2 FreeBSD 8.2 i386 on VMware # FreeBSD 7.0 FreeBSD 7.0 i386 on VMware @@ -49,12 +50,14 @@ # DragonflyBSD 2.0 Dragonfly BSD 2.0.0 i386 on VMware # DragonflyBSD 3.0 Dragonfly BSD 3.0.2 i386 on VMware # DragonflyBSD 3.2 Dragonfly BSD 3.2.2 amd64 on VMware +# DragonflyBSD 4.6 Dragonfly BSD 4.6.0 amd64 on VMware # Win 3.11 Windows for Workgroups 3.11/DOS 6.22 on VMware # 95 Windows 95 OSR2 on VMware # Win98 Windows 98 SE on VMware # WinME Windows ME on VMware # Windows7 Windows 7 Professional 6.1.7600 Build 7600 on Dell Vostro 220 # Windows8 Windows 8 Pro x64 6.2.9200 Build 9200 on VMware +# Windows10 Windows 10 Pro 10.0.14393 Build 14393 on VMware # NT 3.51 Windows NT Server 3.51 SP0 on VMware # NT4 Windows NT Workstation 4.0 SP6a on Pentium # 2000 Windows 2000 @@ -71,6 +74,8 @@ # Linux 2.6 Linux 2.6.32.60 x86_64 on VMware (debian squeeze) # Linux 3.2 Linux 3.2.0 686 on VMware (debian wheezy) # Linux 3.8 Linux 3.8.8 x86_64 on VMware (fedora 17) +# Linux 4.0 Linux 4.0.6 x86_64 on VMware (fedora 22) +# Linux 4.6 Linux 4.6.7 x86_64 on VMware (fedora 24) # Cisco IOS IOS 11.2(17) on Cisco 2503 # Cisco IOS IOS 11.3(11b)T2 on Cisco 2503 # Cisco IOS IOS 12.0(8) on Cisco 1601 @@ -79,6 +84,7 @@ # Cisco IOS IOS 12.3(15) on Cisco 2503 # Cisco IOS IOS 12.4(3) on Cisco 2811 # Cisco IOS IOS 12.4(24)T1 on Cisco 1841 +# Cisco IOS IOS 15.0(1)M on Cisco 7206 (dynamips) # Solaris 2.5.1 Solaris 2.5.1 (SPARC) on Sun SPARCstation 20 # Solaris 2.6 Solaris 2.6 (SPARC) on Sun Ultra 5 # Solaris 7 Solaris 7 (x86) on VMware @@ -101,10 +107,12 @@ # OpenBSD 3.9 OpenBSD 3.9 i386 on VMware # OpenBSD 4.8 OpenBSD 4.8 i386 on VMware # OpenBSD 5.1 OpenBSD 5.1 amd64 on VMware +# OpenBSD 5.9 OpenBSD 5.9 amd64 on VMware # NetBSD 2.0.2 NetBSD 2.0.2 i386 on VMware # NetBSD 4.0 NetBSD 4.0 i386 on VMware # NetBSD 5.1 NetBSD 5.1.2 i386 on VMware -# NetBSD 6.0-amd64 NetBSD 6.0.1 amd64 on VMware +# NetBSD 6.0 NetBSD 6.0.1 amd64 on VMware +# NetBSD 7.0 NetBSD 7.0.1 amd64 on VMware # IPSO 3.2.1 IPSO 3.2.1-fcs1 on Nokia VPN 210 # Netware 6.5 Novell NetWare 6.5 on VMware # HP-UX 11 HP-UX B.11.00 A 9000/712 (PA-RISC) @@ -144,21 +152,24 @@ # GNU/Hurd Debian GNU/Hurd (GNU-Mach 1.3.99/Hurd-0.3) on VMware # BeOS BeOS 5.0.3 PE Max on VMware # RiscOS 5.19 RiscOS 5.19 on Raspberry Pi +# WIZnet W5100 WIZnet W5100 on Ethernet chip on Arduino Ethernet shield +# Android 4.1 Android 4.1.2 on Samsung Galaxy S3 Mini (wifi) +# Android 4.4 Android 4.4.2 on Google Nexus 7 (wifi) # my %fp_hash = ( - '11110100000' => 'FreeBSD 5.3, 7.0, 8.2, 9.1, DragonflyBSD 2.0, 3.0, 3.2, Win98, WinME, NT4, 2000, XP, 2003, Catalyst IOS 12.0, 12.1, 12.2, FortiOS 3.00', + '11110100000' => 'FreeBSD 5.3, 7.0, 8.2, 9.1, 10.3, DragonflyBSD 2.0, 3.0, 3.2, 4.6, Win98, WinME, NT4, 2000, XP, 2003, Catalyst IOS 12.0, 12.1, 12.2, FortiOS 3.00', '01000100000' => 'Linux 2.2, 2.4, 2.6', - '01010100000' => 'Linux 2.2, 2.4, 2.6, 3.2, 3.8, Vista, 2008, Windows7, Windows8', # Linux only if non-local IP is routed - '00000100000' => 'Cisco IOS 11.2, 11.3, 12.0, 12.1, 12.2, 12.3, 12.4, 12.4T', - '11110110000' => 'Solaris 2.5.1, 2.6, 7, 8, 9, 10, HP-UX 11, NetBSD 6.0-amd64', + '01010100000' => 'Linux 2.2, 2.4, 2.6, 3.2, 3.8, 4.0, 4.6, Vista, 2008, Windows7, Windows8, Windows10', # Linux only if non-local IP is routed + '00000100000' => 'Cisco IOS 11.2, 11.3, 12.0, 12.1, 12.2, 12.3, 12.4, 15.0', + '11110110000' => 'Solaris 2.5.1, 2.6, 7, 8, 9, 10, HP-UX 11, NetBSD 6.0, 7.0', '01000111111' => 'ScreenOS 5.0, 5.1, 5.3, 5.4, 6.2', - '11110000000' => 'Linux 2.0, MacOS 10.4, IPSO 3.2.1, Minix 3, Cisco VPN Concentrator 4.7, Catalyst 1900, BeOS', + '11110000000' => 'Linux 2.0, MacOS 10.4, IPSO 3.2.1, Minix 3, Cisco VPN Concentrator 4.7, Catalyst 1900, BeOS, WIZnet W5100', '11110100011' => 'MacOS 10.3, FreeBSD 4.3, IRIX 6.5, AIX 4.3, AIX 5.3', '10010100011' => 'SCO OS 5.0.7', '10110100000' => 'Win 3.11, 95, NT 3.51', - '11110000011' => '2.11BSD, 4.3BSD, OpenBSD 3.1, 3.9, 4.8, 5.1, Nortel Contivity 6.00, 6.05, RiscOS 5.19', + '11110000011' => '2.11BSD, 4.3BSD, OpenBSD 3.1, 3.9, 4.8, 5.1, 5.9, Nortel Contivity 6.00, 6.05, RiscOS 5.19', '10110110000' => 'NetBSD 2.0.2, 4.0, 5.1', - '10110111111' => 'PIX OS 4.4, 5.1, 5.2, 5.3', + '10110111111' => 'PIX OS 4.4, 5.1, 5.2, 5.3, Android 4.1', '11110111111' => 'PIX OS 6.0, 6.1, 6.2, ScreenOS 5.0 (transparent), Plan9, Blackberry OS', '00010110011' => 'PIX OS 6.3, 7.0(1), 7.0(2)', '01010110011' => 'PIX OS 7.0(4)-7.0(6), 7.1, 7.2, 8.0', @@ -166,7 +177,7 @@ '00010100000' => 'Unknown 1', # 14805 79.253 Cisco '00000110011' => 'Cisco IP Phone 79xx SIP 5.x,6.x,7.x', '11110110011' => 'Cisco IP Phone 79xx SIP 8.x', # Also 14805 63.11 Fujitsu Siemens - '01010000000' => 'GNU/Hurd', + '01010000000' => 'GNU/Hurd, Android 4.4', ); # my $usage = @@ -177,16 +188,19 @@ -h Display this usage message. -v Give verbose progress messages. -o Pass specified options to arp-scan + -l Fingerprint all targets in the local net. /; my %opts; my $user_opts=""; my $verbose; my $fingerprint=""; my $fp_name; +my @targets; +my $target; # # Process options # -die "$usage\n" unless getopts('hvo:',\%opts); +die "$usage\n" unless getopts('hlvo:',\%opts); if ($opts{h}) { print "$usage\n"; exit(0); @@ -195,55 +209,65 @@ if ($opts{o}) { $user_opts = $opts{o}; } -# -if ($#ARGV != 0) { + +#If we're working in localnet mode, we don't need arguments +if ($#ARGV != 0 && !$opts{l}) { die "$usage\n"; } -my $target=shift; + +if ($opts{l}) { + @targets=get_localnet($user_opts); +} else { + @targets=@ARGV; +} + +for $target (@targets) { + $fingerprint=""; # # Check that the target is not an IP range or network. # -if ($target =~ /\d+\.\d+\.\d+\.\d+-\d+\.\d+\.\d+\.\d+/ || - $target =~ /\d+\.\d+\.\d+\.\d+\/\d+/ || - $target =~ /\d+\.\d+\.\d+\.\d+:\d+\.\d+\.\d+\.\d+/) { - die "argument must be a single IP address or hostname\n"; -} + if ($target =~ /\d+\.\d+\.\d+\.\d+-\d+\.\d+\.\d+\.\d+/ || + $target =~ /\d+\.\d+\.\d+\.\d+\/\d+/ || + $target =~ /\d+\.\d+\.\d+\.\d+:\d+\.\d+\.\d+\.\d+/) { + die "argument must be a single IP address or hostname\n"; + } # # Check that the system responds to an arp-scan with no options. # If it does, then fingerprint the target. # -if (&fp("","$target") eq "1") { + if (&fp("","$target") eq "1") { # 1: source protocol address = localhost - $fingerprint .= &fp("--arpspa=127.0.0.1","$target"); + $fingerprint .= &fp("--arpspa=127.0.0.1","$target"); # 2: source protocol address = zero - $fingerprint .= &fp("--arpspa=0.0.0.0","$target"); + $fingerprint .= &fp("--arpspa=0.0.0.0","$target"); # 3: source protocol address = broadcast - $fingerprint .= &fp("--arpspa=255.255.255.255","$target"); + $fingerprint .= &fp("--arpspa=255.255.255.255","$target"); # 4: source protocol address = non local (network 1 is reserved) - $fingerprint .= &fp("--arpspa=1.0.0.1","$target"); # Non-local source IP + $fingerprint .= &fp("--arpspa=1.0.0.1","$target"); # Non-local source IP # 5: invalid arp opcode - $fingerprint .= &fp("--arpop=255","$target"); + $fingerprint .= &fp("--arpop=255","$target"); # 6: arp hardware type = IEEE_802.2 - $fingerprint .= &fp("--arphrd=6","$target"); + $fingerprint .= &fp("--arphrd=6","$target"); # 7: invalid arp hardware type - $fingerprint .= &fp("--arphrd=255","$target"); + $fingerprint .= &fp("--arphrd=255","$target"); # 8: invalid arp protocol type - $fingerprint .= &fp("--arppro=0xffff","$target"); + $fingerprint .= &fp("--arppro=0xffff","$target"); # 9: arp protocol type = Novell IPX - $fingerprint .= &fp("--arppro=0x8137","$target"); + $fingerprint .= &fp("--arppro=0x8137","$target"); # 10: invalid protocol address length - $fingerprint .= &fp("--arppln=6","$target"); + $fingerprint .= &fp("--arppln=6","$target"); # 11: Invalid hardware address length - $fingerprint .= &fp("--arphln=8","$target"); + $fingerprint .= &fp("--arphln=8","$target"); # - if (defined $fp_hash{$fingerprint}) { - $fp_name = "$fp_hash{$fingerprint}"; + if (defined $fp_hash{$fingerprint}) { + $fp_name = "$fp_hash{$fingerprint}"; + } else { + $fp_name = "UNKNOWN"; + } + print "$target\t$fingerprint\t$fp_name\n"; } else { - $fp_name = "UNKNOWN"; + print "$target\tNo Response\n"; } - print "$target\t$fingerprint\t$fp_name\n"; -} else { - print "$target\tNo Response\n"; } # # Scan the specified IP address with arp-scan using the given options. @@ -274,3 +298,22 @@ return $response; } + +# +# use -l flag on arp-scan to collect all IPs in the local network +# +sub get_localnet($) { + my $user_opts = $_[0]; + my @targets; + + open(ARPSCAN, "$arpscan $user_opts -l |") || die "arp-scan failed"; + while () { + if (/^([0-9]+\.[0-9]+\.[0-9]+\.[0-9]+)\t/) { + push @targets, $1; + } + } + close(ARPSCAN); + + die "parse of arp-scan failed" unless @targets; + return @targets; +} diff -Nru arp-scan-1.9/arp-fingerprint.1 arp-scan-2.0/arp-fingerprint.1 --- arp-scan-1.9/arp-fingerprint.1 2007-12-27 18:53:43.000000000 +0530 +++ arp-scan-2.0/arp-fingerprint.1 2017-09-21 19:24:11.000000000 +0530 @@ -4,8 +4,7 @@ .\" are permitted in any medium without royalty provided the copyright .\" notice and this notice are preserved. .\" -.\" $Id: arp-fingerprint.1 12365 2007-12-27 13:23:40Z rsh $ -.TH ARP-FINGERPRINT 1 "April 5, 2007" +.TH ARP-FINGERPRINT 1 "August 20, 2016" .\" Please adjust this date whenever revising the man page. .SH NAME arp-fingerprint \- Fingerprint a system using ARP @@ -103,6 +102,10 @@ string in quotes if it contains spaces. e.g. -o "-I eth1". The commonly used options are --interface (-I) and --numeric (-N). +.TP +.B -l +Fingerprint all hosts on the local network. You do not need to specify any +target hosts if this option is given. .SH EXAMPLES .nf $ arp-fingerprint 192.168.0.1 Binary files /tmp/2NTAtgx11M/arp-scan-1.9/arp-scan and /tmp/9W11JtAni4/arp-scan-2.0/arp-scan differ diff -Nru arp-scan-1.9/arp-scan.1 arp-scan-2.0/arp-scan.1 --- arp-scan-1.9/arp-scan.1 2011-12-30 16:29:17.000000000 +0530 +++ arp-scan-2.0/arp-scan.1 2017-09-21 19:24:11.000000000 +0530 @@ -5,8 +5,7 @@ .\" are permitted in any medium without royalty provided the copyright .\" notice and this notice are preserved. .\" -.\" $Id: arp-scan.1 18430 2011-12-30 10:59:15Z rsh $ -.TH ARP-SCAN 1 "December 30, 2011" +.TH ARP-SCAN 1 "August 13, 2016" .\" Please adjust this date whenever revising the man page. .SH NAME arp-scan \- The ARP scanner @@ -271,7 +270,7 @@ and .I ieee-iab.txt files are generated from the OUI and IAB data on the IEEE website at -.I http://standards.ieee.org/regauth/oui/ieee-oui.txt +.I http://standards-oui.ieee.org/oui/oui.txt and .IR http://standards.ieee.org/regauth/oui/iab.txt . The Perl scripts @@ -413,6 +412,15 @@ host list, so the ARP packets are sent to the hosts in a random order. It uses the Knuth shuffle algorithm. .TP +.B --randomseed= +Use to seed the pseudo random number generator. +This option seeds the PRNG with the specified number, +which can be useful if you want to ensure that the +random host list is reproducable. By default, the PRNG +is seeded with an unpredictable value. This option is +only effective in conjunction with the --random (-R) +option. +.TP .B --numeric or -N IP addresses only, no hostnames. With this option, all hosts must be specified as @@ -433,10 +441,18 @@ The interface specified must support ARP. .TP .B --quiet or -q -Only display minimal output. -If this option is specified, then only the minimum -information is displayed. With this option, the -OUI files are not used. +Only display minimal output. No protocol decoding. +If this option is specified, then only the IP address +and MAC address are displayed for each responding host. +No protocol decoding is performed and the OUI mapping +files are not used. +.TP +.B --plain or -x +Display plain output showing only responding hosts. +This option supresses the printing of the header and +footer text, and only displays one line for each +responding host. Useful if the output will be +parsed by a script. .TP .B --ignoredups or -g Don't display duplicate packets. @@ -621,7 +637,7 @@ .nf $ arp-scan --interface=eth0 192.168.0.0/24 Interface: eth0, datalink type: EN10MB (Ethernet) -Starting arp-scan 1.4 with 256 hosts (http://www.nta-monitor.com/tools/arp-scan/) +Starting arp-scan 1.4 with 256 hosts (http://www.nta-monitor.com/tools-resources/security-tools/arp-scan/) 192.168.0.1 00:c0:9f:09:b8:db QUANTA COMPUTER, INC. 192.168.0.3 00:02:b3:bb:66:98 Intel Corporation 192.168.0.5 00:02:a5:90:c3:e6 Compaq Computer Corporation @@ -658,7 +674,7 @@ RX bytes:6184146 (5.8 MiB) TX bytes:348887835 (332.7 MiB) # arp-scan --localnet Interface: eth0, datalink type: EN10MB (Ethernet) -Starting arp-scan 1.4 with 8 hosts (http://www.nta-monitor.com/tools/arp-scan/) +Starting arp-scan 1.4 with 8 hosts (http://www.nta-monitor.com/tools-resources/security-tools/arp-scan/) 10.0.84.179 00:02:b3:63:c7:57 Intel Corporation 10.0.84.177 00:d0:41:08:be:e8 AMIGO TECHNOLOGY CO., LTD. 10.0.84.180 00:02:b3:bd:82:9b Intel Corporation @@ -682,5 +698,5 @@ .I http://www.nta-monitor.com/wiki/ The arp-scan wiki page. .PP -.I http://www.nta-monitor.com/tools/arp-scan/ +.I https://github.com/royhills/arp-scan The arp-scan homepage. diff -Nru arp-scan-1.9/arp-scan.c arp-scan-2.0/arp-scan.c --- arp-scan-1.9/arp-scan.c 2013-05-10 18:00:29.000000000 +0530 +++ arp-scan-2.0/arp-scan.c 2017-09-21 19:24:11.000000000 +0530 @@ -1,24 +1,22 @@ /* - * The ARP Scanner (arp-scan) is Copyright (C) 2005-2013 Roy Hills, + * The ARP Scanner (arp-scan) is Copyright (C) 2005-2016 Roy Hills, * NTA Monitor Ltd. * * This file is part of arp-scan. - * + * * arp-scan is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * arp-scan is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with arp-scan. If not, see . * - * $Id: arp-scan.c 19582 2013-04-28 17:11:17Z rsh $ - * * arp-scan -- The ARP Scanner * * Author: Roy Hills @@ -33,13 +31,11 @@ * and displays any responses received. * * The ARP protocol is defined in RFC 826 Ethernet Address Resolution Protocol - * + * */ #include "arp-scan.h" -static char const rcsid[] = "$Id: arp-scan.c 19582 2013-04-28 17:11:17Z rsh $"; /* RCS ID for ident(1) */ - /* Global variables */ static host_entry *helist = NULL; /* Array of host entries */ static host_entry **helistptr; /* Array of pointers to host entries */ @@ -48,7 +44,6 @@ static unsigned responders = 0; /* Number of hosts which responded */ static unsigned live_count; /* Number of entries awaiting reply */ static int verbose=0; /* Verbose level */ -static int debug = 0; /* Debug flag */ static char filename[MAXLINE]; /* Target list file name */ static int filename_flag=0; /* Set if using target list file */ static int random_flag=0; /* Randomise the list */ @@ -83,7 +78,6 @@ static int source_mac_flag = 0; static unsigned char *padding=NULL; static size_t padding_len=0; -static struct hash_control *hash_table; static int localnet_flag=0; /* Scan local network */ static int llc_flag=0; /* Use 802.2 LLC with SNAP */ static int ieee_8021q_vlan=-1; /* Use 802.1Q VLAN tagging if >= 0 */ @@ -93,6 +87,8 @@ static int write_pkt_to_file=0; /* Write packet to file for debugging */ static int rtt_flag=0; /* Display round-trip time */ static pcap_dumper_t *pcap_dump_handle = NULL; /* pcap savefile handle */ +static int plain_flag=0; /* Only show host information */ +unsigned int random_seed=0; int main(int argc, char *argv[]) { @@ -137,7 +133,6 @@ * Get program start time for statistics displayed on completion. */ Gettimeofday(&start_time); - if (debug) {print_times(); printf("main: Start\n");} /* * Obtain network interface details unless we're reading * from a pcap file or writing to a binary file. @@ -200,9 +195,16 @@ if (!(pcap_handle = pcap_open_offline(pkt_filename, errbuf))) err_msg("pcap_open_offline: %s", errbuf); } else if (!pkt_write_file_flag) { - if (!(pcap_handle = pcap_open_live(if_name, snaplen, PROMISC, TO_MS, - errbuf))) - err_msg("pcap_open_live: %s", errbuf); + if (!(pcap_handle = pcap_create(if_name, errbuf))) + err_msg("pcap_create: %s", errbuf); + if ((pcap_set_snaplen(pcap_handle, snaplen)) < 0) + err_msg("pcap_set_snaplen: %s", pcap_geterr(pcap_handle)); + if ((pcap_set_promisc(pcap_handle, PROMISC)) < 0) + err_msg("pcap_set_promisc: %s", pcap_geterr(pcap_handle)); + if ((pcap_set_timeout(pcap_handle, TO_MS)) < 0) + err_msg("pcap_set_timeout: %s", pcap_geterr(pcap_handle)); + if ((pcap_activate(pcap_handle)) < 0) + err_msg("pcap_activate: %s", pcap_geterr(pcap_handle)); } else { pcap_handle = NULL; } @@ -212,10 +214,12 @@ if (pcap_handle) { if ((datalink=pcap_datalink(pcap_handle)) < 0) err_msg("pcap_datalink: %s", pcap_geterr(pcap_handle)); - printf("Interface: %s, datalink type: %s (%s)\n", - pkt_read_file_flag ? "savefile" : if_name, - pcap_datalink_val_to_name(datalink), - pcap_datalink_val_to_description(datalink)); + if (!plain_flag) { + printf("Interface: %s, datalink type: %s (%s)\n", + pkt_read_file_flag ? "savefile" : if_name, + pcap_datalink_val_to_name(datalink), + pcap_datalink_val_to_description(datalink)); + } if (datalink != DLT_EN10MB) { warn_msg("WARNING: Unsupported datalink type"); } @@ -269,7 +273,7 @@ } } /* - * The filter string selects packets addressed to our interface address + * The filter string selects packets addressed to the ARP source address * that are Ethernet-II ARP packets, 802.3 LLC/SNAP ARP packets, * 802.1Q tagged ARP packets or 802.1Q tagged 802.3 LLC/SNAP ARP packets. */ @@ -280,9 +284,9 @@ "(ether[12:2]=0x8100 and " "ether[18:4]=0xaaaa0300 and " "ether[24:2]=0x0806))", - interface_mac[0], interface_mac[1], - interface_mac[2], interface_mac[3], - interface_mac[4], interface_mac[5]); + arp_sha[0], arp_sha[1], + arp_sha[2], arp_sha[3], + arp_sha[4], arp_sha[5]); if (verbose > 1) warn_msg("DEBUG: pcap filter string: \"%s\"", filter_string); if ((pcap_compile(pcap_handle, &filter, filter_string, OPTIMISE, @@ -334,25 +338,25 @@ char *fn; int count; - if ((hash_table = hash_new()) == NULL) - err_sys("hash_new"); + if ((hcreate(HASH_TABLE_SIZE)) == 0) + err_sys("hcreate"); fn = get_mac_vendor_filename(ouifilename, DATADIR, OUIFILENAME); - count = add_mac_vendor(hash_table, fn); + count = add_mac_vendor(fn); if (verbose > 1 && count > 0) warn_msg("DEBUG: Loaded %d IEEE OUI/Vendor entries from %s.", count, fn); free(fn); fn = get_mac_vendor_filename(iabfilename, DATADIR, IABFILENAME); - count = add_mac_vendor(hash_table, fn); + count = add_mac_vendor(fn); if (verbose > 1 && count > 0) warn_msg("DEBUG: Loaded %d IEEE IAB/Vendor entries from %s.", count, fn); free(fn); fn = get_mac_vendor_filename(macfilename, DATADIR, MACFILENAME); - count = add_mac_vendor(hash_table, fn); + count = add_mac_vendor(fn); if (verbose > 1 && count > 0) warn_msg("DEBUG: Loaded %d MAC/Vendor entries from %s.", count, fn); @@ -438,13 +442,19 @@ * Uses Knuth's shuffle algorithm. */ if (random_flag) { - unsigned random_seed; - struct timeval tv; int r; host_entry *temp; +/* + * Seed random number generator. + * If the random seed has been specified (is non-zero), then use that. + * Otherwise, seed the RNG with an unpredictable value. + */ + if (!random_seed) { + struct timeval tv; - Gettimeofday(&tv); - random_seed = tv.tv_usec ^ getpid(); /* Unpredictable value */ + Gettimeofday(&tv); + random_seed = tv.tv_usec ^ getpid(); /* Unpredictable value */ + } init_genrand(random_seed); for (i=num_hosts-1; i>0; i--) { @@ -482,8 +492,10 @@ /* * Display initial message. */ - printf("Starting %s with %u hosts (http://www.nta-monitor.com/tools/arp-scan/)\n", + if (!plain_flag) { + printf("Starting %s with %u hosts (https://github.com/royhills/arp-scan)\n", PACKAGE_STRING, num_hosts); + } /* * Display the lists if verbose setting is 3 or more. */ @@ -498,7 +510,6 @@ reset_cum_err = 1; req_interval = interval; while (live_count) { - if (debug) {print_times(); printf("main: Top of loop.\n");} /* * Obtain current time and calculate deltas since last packet and * last packet to this host. @@ -511,7 +522,6 @@ timeval_diff(&now, &last_packet_time, &diff); loop_timediff = (ARP_UINT64)1000000*diff.tv_sec + diff.tv_usec; if (loop_timediff >= (unsigned)req_interval) { - if (debug) {print_times(); printf("main: Can send packet now. loop_timediff=" ARP_UINT64_FORMAT ", req_interval=%d, cum_err=%d\n", loop_timediff, req_interval, cum_err);} /* * If the last packet to this host was sent more than the current * timeout for this host us ago, then we can potentially send a packet @@ -521,7 +531,6 @@ host_timediff = (ARP_UINT64)1000000*diff.tv_sec + diff.tv_usec; if (host_timediff >= (*cursor)->timeout) { if (reset_cum_err) { - if (debug) {print_times(); printf("main: Reset cum_err\n");} cum_err = 0; req_interval = interval; reset_cum_err = 0; @@ -533,7 +542,6 @@ req_interval = 0; } } - if (debug) {print_times(); printf("main: Can send packet to host %s now. host_timediff=" ARP_UINT64_FORMAT ", timeout=%u, req_interval=%d, cum_err=%d\n", my_ntoa((*cursor)->addr), host_timediff, (*cursor)->timeout, req_interval, cum_err);} select_timeout = req_interval; /* * If we've exceeded our retry limit, then this host has timed out so @@ -549,7 +557,6 @@ if (verbose > 1) warn_msg("---\tRemoving host %s - Timeout", my_ntoa((*cursor)->addr)); - if (debug) {print_times(); printf("main: Timing out host %s.\n", my_ntoa((*cursor)->addr));} remove_host(cursor); /* Automatically calls advance_cursor() */ if (first_timeout) { timeval_diff(&now, &((*cursor)->last_send_time), &diff); @@ -584,16 +591,16 @@ */ select_timeout = (*cursor)->timeout - host_timediff; reset_cum_err = 1; /* Zero cumulative error */ - if (debug) {print_times(); printf("main: Can't send packet to host %s yet. host_timediff=" ARP_UINT64_FORMAT "\n", my_ntoa((*cursor)->addr), host_timediff);} } /* End If */ } else { /* We can't send a packet yet */ select_timeout = req_interval - loop_timediff; - if (debug) {print_times(); printf("main: Can't send packet yet. loop_timediff=" ARP_UINT64_FORMAT "\n", loop_timediff);} } /* End If */ recvfrom_wto(pcap_fd, select_timeout, pcap_handle); } /* End While */ - printf("\n"); /* Ensure we have a blank line */ + if (!plain_flag) { + printf("\n"); /* Ensure we have a blank line */ + } clean_up(pcap_handle); if (write_pkt_to_file) @@ -604,10 +611,11 @@ elapsed_seconds = (elapsed_time.tv_sec*1000 + elapsed_time.tv_usec/1000) / 1000.0; - printf("Ending %s: %u hosts scanned in %.3f seconds (%.2f hosts/sec). %u responded\n", - PACKAGE_STRING, num_hosts, elapsed_seconds, - num_hosts/elapsed_seconds, responders); - if (debug) {print_times(); printf("main: End\n");} + if (!plain_flag) { + printf("Ending %s: %u hosts scanned in %.3f seconds (%.2f hosts/sec). %u responded\n", + PACKAGE_STRING, num_hosts, elapsed_seconds, + num_hosts/elapsed_seconds, responders); + } return 0; } @@ -679,20 +687,32 @@ char oui_string[13]; /* Space for full hw addr plus NULL */ const char *vendor=NULL; int oui_end=12; + ENTRY hash_query; + ENTRY *hash_result; snprintf(oui_string, 13, "%.2X%.2X%.2X%.2X%.2X%.2X", arpei->ar_sha[0], arpei->ar_sha[1], arpei->ar_sha[2], arpei->ar_sha[3], arpei->ar_sha[4], arpei->ar_sha[5]); while (vendor == NULL && oui_end > 1) { oui_string[oui_end] = '\0'; /* Truncate oui string */ - vendor = hash_find(hash_table, oui_string); + hash_query.key = oui_string; + hash_result = hsearch(hash_query, FIND); + if (hash_result) { + vendor = hash_result->data; + } else { + vendor = NULL; + } oui_end--; } cp = msg; if (vendor) msg = make_message("%s\t%s", cp, vendor); else - msg = make_message("%s\t%s", cp, "(Unknown)"); + /* Of the first octet of the address, check the second-least-significant bit */ + if (arpei->ar_sha[0] & (1<<1)) + msg = make_message("%s\t%s", cp, "(Unknown: locally administered)"); + else + msg = make_message("%s\t%s", cp, "(Unknown)"); free(cp); /* * Check that any data after the ARP packet is zero. @@ -865,7 +885,6 @@ /* * Send the packet. */ - if (debug) {print_times(); printf("send_packet: #%u to host %s tmo %d\n", he->num_sent, my_ntoa(he->addr), he->timeout);} if (verbose > 1) warn_msg("---\tSending packet #%u to host %s tmo %d", he->num_sent, my_ntoa(he->addr), he->timeout); @@ -899,12 +918,14 @@ clean_up(pcap_t *pcap_handle) { struct pcap_stat stats; - if (pcap_handle && !pkt_read_file_flag) { - if ((pcap_stats(pcap_handle, &stats)) < 0) - err_msg("pcap_stats: %s", pcap_geterr(pcap_handle)); + if (!plain_flag) { + if (pcap_handle && !pkt_read_file_flag) { + if ((pcap_stats(pcap_handle, &stats)) < 0) + err_msg("pcap_stats: %s", pcap_geterr(pcap_handle)); - printf("%u packets received by filter, %u packets dropped by kernel\n", - stats.ps_recv, stats.ps_drop); + printf("%u packets received by filter, %u packets dropped by kernel\n", + stats.ps_recv, stats.ps_drop); + } } if (pcap_dump_handle) { pcap_dump_close(pcap_dump_handle); @@ -928,258 +949,271 @@ */ void usage(int status, int detailed) { - fprintf(stderr, "Usage: arp-scan [options] [hosts...]\n"); - fprintf(stderr, "\n"); - fprintf(stderr, "Target hosts must be specified on the command line unless the --file option is\n"); - fprintf(stderr, "given, in which case the targets are read from the specified file instead, or\n"); - fprintf(stderr, "the --localnet option is used, in which case the targets are generated from\n"); - fprintf(stderr, "the network interface IP address and netmask.\n"); - fprintf(stderr, "\n"); - fprintf(stderr, "You will need to be root, or arp-scan must be SUID root, in order to run\n"); - fprintf(stderr, "arp-scan, because the functions that it uses to read and write packets\n"); - fprintf(stderr, "require root privilege.\n"); - fprintf(stderr, "\n"); - fprintf(stderr, "The target hosts can be specified as IP addresses or hostnames. You can also\n"); - fprintf(stderr, "specify the target as IPnetwork/bits (e.g. 192.168.1.0/24) to specify all hosts\n"); - fprintf(stderr, "in the given network (network and broadcast addresses included), or\n"); - fprintf(stderr, "IPstart-IPend (e.g. 192.168.1.3-192.168.1.27) to specify all hosts in the\n"); - fprintf(stderr, "inclusive range, or IPnetwork:NetMask (e.g. 192.168.1.0:255.255.255.0) to\n"); - fprintf(stderr, "specify all hosts in the given network and mask.\n"); - fprintf(stderr, "\n"); - fprintf(stderr, "These different options for specifying target hosts may be used both on the\n"); - fprintf(stderr, "command line, and also in the file specified with the --file option.\n"); - fprintf(stderr, "\n"); + fprintf(stdout, "Usage: arp-scan [options] [hosts...]\n"); + fprintf(stdout, "\n"); + fprintf(stdout, "Target hosts must be specified on the command line unless the --file option is\n"); + fprintf(stdout, "given, in which case the targets are read from the specified file instead, or\n"); + fprintf(stdout, "the --localnet option is used, in which case the targets are generated from\n"); + fprintf(stdout, "the network interface IP address and netmask.\n"); + fprintf(stdout, "\n"); + fprintf(stdout, "You will need to be root, or arp-scan must be SUID root, in order to run\n"); + fprintf(stdout, "arp-scan, because the functions that it uses to read and write packets\n"); + fprintf(stdout, "require root privilege.\n"); + fprintf(stdout, "\n"); + fprintf(stdout, "The target hosts can be specified as IP addresses or hostnames. You can also\n"); + fprintf(stdout, "specify the target as IPnetwork/bits (e.g. 192.168.1.0/24) to specify all hosts\n"); + fprintf(stdout, "in the given network (network and broadcast addresses included), or\n"); + fprintf(stdout, "IPstart-IPend (e.g. 192.168.1.3-192.168.1.27) to specify all hosts in the\n"); + fprintf(stdout, "inclusive range, or IPnetwork:NetMask (e.g. 192.168.1.0:255.255.255.0) to\n"); + fprintf(stdout, "specify all hosts in the given network and mask.\n"); + fprintf(stdout, "\n"); + fprintf(stdout, "These different options for specifying target hosts may be used both on the\n"); + fprintf(stdout, "command line, and also in the file specified with the --file option.\n"); + fprintf(stdout, "\n"); if (detailed) { - fprintf(stderr, "Options:\n"); - fprintf(stderr, "\n"); - fprintf(stderr, "Note: where an option takes a value, that value is specified as a letter in\n"); - fprintf(stderr, "angle brackets. The letter indicates the type of data that is expected:\n"); - fprintf(stderr, "\n"); - fprintf(stderr, " A character string, e.g. --file=hostlist.txt.\n"); - fprintf(stderr, "\n"); - fprintf(stderr, " An integer, which can be specified as a decimal number or as a hexadecimal\n"); - fprintf(stderr, " number if preceeded with 0x, e.g. --arppro=2048 or --arpro=0x0800.\n"); - fprintf(stderr, "\n"); - fprintf(stderr, " A floating point decimal number, e.g. --backoff=1.5.\n"); - fprintf(stderr, "\n"); - fprintf(stderr, " An Ethernet MAC address, which can be specified either in the format\n"); - fprintf(stderr, " 01:23:45:67:89:ab, or as 01-23-45-67-89-ab. The alphabetic hex characters\n"); - fprintf(stderr, " may be either upper or lower case. E.g. --arpsha=01:23:45:67:89:ab.\n"); - fprintf(stderr, "\n"); - fprintf(stderr, " An IPv4 address, e.g. --arpspa=10.0.0.1\n"); - fprintf(stderr, "\n"); - fprintf(stderr, " Binary data specified as a hexadecimal string, which should not\n"); - fprintf(stderr, " include a leading 0x. The alphabetic hex characters may be either\n"); - fprintf(stderr, " upper or lower case. E.g. --padding=aaaaaaaaaaaa\n"); - fprintf(stderr, "\n"); - fprintf(stderr, " Something else. See the description of the option for details.\n"); - fprintf(stderr, "\n--help or -h\t\tDisplay this usage message and exit.\n"); - fprintf(stderr, "\n--file= or -f \tRead hostnames or addresses from the specified file\n"); - fprintf(stderr, "\t\t\tinstead of from the command line. One name or IP\n"); - fprintf(stderr, "\t\t\taddress per line. Use \"-\" for standard input.\n"); - fprintf(stderr, "\n--localnet or -l\tGenerate addresses from network interface configuration.\n"); - fprintf(stderr, "\t\t\tUse the network interface IP address and network mask\n"); - fprintf(stderr, "\t\t\tto generate the list of target host addresses.\n"); - fprintf(stderr, "\t\t\tThe list will include the network and broadcast\n"); - fprintf(stderr, "\t\t\taddresses, so an interface address of 10.0.0.1 with\n"); - fprintf(stderr, "\t\t\tnetmask 255.255.255.0 would generate 256 target\n"); - fprintf(stderr, "\t\t\thosts from 10.0.0.0 to 10.0.0.255 inclusive.\n"); - fprintf(stderr, "\t\t\tIf you use this option, you cannot specify the --file\n"); - fprintf(stderr, "\t\t\toption or specify any target hosts on the command line.\n"); - fprintf(stderr, "\t\t\tThe interface specifications are taken from the\n"); - fprintf(stderr, "\t\t\tinterface that arp-scan will use, which can be\n"); - fprintf(stderr, "\t\t\tchanged with the --interface option.\n"); - fprintf(stderr, "\n--retry= or -r \tSet total number of attempts per host to ,\n"); - fprintf(stderr, "\t\t\tdefault=%d.\n", DEFAULT_RETRY); - fprintf(stderr, "\n--timeout= or -t \tSet initial per host timeout to ms, default=%d.\n", DEFAULT_TIMEOUT); - fprintf(stderr, "\t\t\tThis timeout is for the first packet sent to each host.\n"); - fprintf(stderr, "\t\t\tsubsequent timeouts are multiplied by the backoff\n"); - fprintf(stderr, "\t\t\tfactor which is set with --backoff.\n"); - fprintf(stderr, "\n--interval= or -i Set minimum packet interval to .\n"); - fprintf(stderr, "\t\t\tThis controls the outgoing bandwidth usage by limiting\n"); - fprintf(stderr, "\t\t\tthe rate at which packets can be sent. The packet\n"); - fprintf(stderr, "\t\t\tinterval will be no smaller than this number.\n"); - fprintf(stderr, "\t\t\tIf you want to use up to a given bandwidth, then it is\n"); - fprintf(stderr, "\t\t\teasier to use the --bandwidth option instead.\n"); - fprintf(stderr, "\t\t\tThe interval specified is in milliseconds by default,\n"); - fprintf(stderr, "\t\t\tor in microseconds if \"u\" is appended to the value.\n"); - fprintf(stderr, "\n--bandwidth= or -B Set desired outbound bandwidth to , default=%d.\n", DEFAULT_BANDWIDTH); - fprintf(stderr, "\t\t\tThe value is in bits per second by default. If you\n"); - fprintf(stderr, "\t\t\tappend \"K\" to the value, then the units are kilobits\n"); - fprintf(stderr, "\t\t\tper sec; and if you append \"M\" to the value, the\n"); - fprintf(stderr, "\t\t\tunits are megabits per second.\n"); - fprintf(stderr, "\t\t\tThe \"K\" and \"M\" suffixes represent the decimal, not\n"); - fprintf(stderr, "\t\t\tbinary, multiples. So 64K is 64000, not 65536.\n"); - fprintf(stderr, "\t\t\tYou cannot specify both --interval and --bandwidth\n"); - fprintf(stderr, "\t\t\tbecause they are just different ways to change the\n"); - fprintf(stderr, "\t\t\tsame underlying parameter.\n"); - fprintf(stderr, "\n--backoff= or -b \tSet timeout backoff factor to , default=%.2f.\n", DEFAULT_BACKOFF_FACTOR); - fprintf(stderr, "\t\t\tThe per-host timeout is multiplied by this factor\n"); - fprintf(stderr, "\t\t\tafter each timeout. So, if the number of retries\n"); - fprintf(stderr, "\t\t\tis 3, the initial per-host timeout is 500ms and the\n"); - fprintf(stderr, "\t\t\tbackoff factor is 1.5, then the first timeout will be\n"); - fprintf(stderr, "\t\t\t500ms, the second 750ms and the third 1125ms.\n"); - fprintf(stderr, "\n--verbose or -v\t\tDisplay verbose progress messages.\n"); - fprintf(stderr, "\t\t\tUse more than once for greater effect:\n"); - fprintf(stderr, "\t\t\t1 - Display the network address and mask used when the\n"); - fprintf(stderr, "\t\t\t --localnet option is specified, display any\n"); - fprintf(stderr, "\t\t\t nonzero packet padding, display packets received\n"); - fprintf(stderr, "\t\t\t from unknown hosts, and show when each pass through\n"); - fprintf(stderr, "\t\t\t the list completes.\n"); - fprintf(stderr, "\t\t\t2 - Show each packet sent and received, when entries\n"); - fprintf(stderr, "\t\t\t are removed from the list, the pcap filter string,\n"); - fprintf(stderr, "\t\t\t and counts of MAC/Vendor mapping entries.\n"); - fprintf(stderr, "\t\t\t3 - Display the host list before scanning starts.\n"); - fprintf(stderr, "\n--version or -V\t\tDisplay program version and exit.\n"); - fprintf(stderr, "\n--random or -R\t\tRandomise the host list.\n"); - fprintf(stderr, "\t\t\tThis option randomises the order of the hosts in the\n"); - fprintf(stderr, "\t\t\thost list, so the ARP packets are sent to the hosts in\n"); - fprintf(stderr, "\t\t\ta random order. It uses the Knuth shuffle algorithm.\n"); - fprintf(stderr, "\n--numeric or -N\t\tIP addresses only, no hostnames.\n"); - fprintf(stderr, "\t\t\tWith this option, all hosts must be specified as\n"); - fprintf(stderr, "\t\t\tIP addresses. Hostnames are not permitted. No DNS\n"); - fprintf(stderr, "\t\t\tlookups will be performed.\n"); - fprintf(stderr, "\n--snap= or -n \tSet the pcap snap length to . Default=%d.\n", SNAPLEN); - fprintf(stderr, "\t\t\tThis specifies the frame capture length. This\n"); - fprintf(stderr, "\t\t\tlength includes the data-link header.\n"); - fprintf(stderr, "\t\t\tThe default is normally sufficient.\n"); - fprintf(stderr, "\n--interface= or -I Use network interface .\n"); - fprintf(stderr, "\t\t\tIf this option is not specified, arp-scan will search\n"); - fprintf(stderr, "\t\t\tthe system interface list for the lowest numbered,\n"); - fprintf(stderr, "\t\t\tconfigured up interface (excluding loopback).\n"); - fprintf(stderr, "\t\t\tThe interface specified must support ARP.\n"); - fprintf(stderr, "\n--quiet or -q\t\tOnly display minimal output.\n"); - fprintf(stderr, "\t\t\tIf this option is specified, then only the minimum\n"); - fprintf(stderr, "\t\t\tinformation is displayed. With this option, the\n"); - fprintf(stderr, "\t\t\tOUI files are not used.\n"); - fprintf(stderr, "\n--ignoredups or -g\tDon't display duplicate packets.\n"); - fprintf(stderr, "\t\t\tBy default, duplicate packets are displayed and are\n"); - fprintf(stderr, "\t\t\tflagged with \"(DUP: n)\".\n"); - fprintf(stderr, "\n--ouifile= or -O \tUse IEEE Ethernet OUI to vendor mapping file .\n"); - fprintf(stderr, "\t\t\tIf this option is not specified, the default filename\n"); - fprintf(stderr, "\t\t\tis %s in the current directory. If that is\n", OUIFILENAME); - fprintf(stderr, "\t\t\tnot found, then the file\n"); - fprintf(stderr, "\t\t\t%s/%s is used.\n", DATADIR, OUIFILENAME); - fprintf(stderr, "\n--iabfile= or -O \tUse IEEE Ethernet IAB to vendor mapping file .\n"); - fprintf(stderr, "\t\t\tIf this option is not specified, the default filename\n"); - fprintf(stderr, "\t\t\tis %s in the current directory. If that is\n", IABFILENAME); - fprintf(stderr, "\t\t\tnot found, then the file\n"); - fprintf(stderr, "\t\t\t%s/%s is used.\n", DATADIR, IABFILENAME); - fprintf(stderr, "\n--macfile= or -O \tUse custom Ethernet MAC to vendor mapping file .\n"); - fprintf(stderr, "\t\t\tIf this option is not specified, the default filename\n"); - fprintf(stderr, "\t\t\tis %s in the current directory. If that is\n", MACFILENAME); - fprintf(stderr, "\t\t\tnot found, then the file\n"); - fprintf(stderr, "\t\t\t%s/%s is used.\n", DATADIR, MACFILENAME); - fprintf(stderr, "\n--srcaddr= or -S Set the source Ethernet MAC address to .\n"); - fprintf(stderr, "\t\t\tThis sets the 48-bit hardware address in the Ethernet\n"); - fprintf(stderr, "\t\t\tframe header for outgoing ARP packets. It does not\n"); - fprintf(stderr, "\t\t\tchange the hardware address in the ARP packet, see\n"); - fprintf(stderr, "\t\t\t--arpsha for details on how to change that address.\n"); - fprintf(stderr, "\t\t\tThe default is the Ethernet address of the outgoing\n"); - fprintf(stderr, "\t\t\tinterface.\n"); - fprintf(stderr, "\n--destaddr= or -T Send the packets to Ethernet MAC address \n"); - fprintf(stderr, "\t\t\tThis sets the 48-bit destination address in the\n"); - fprintf(stderr, "\t\t\tEthernet frame header.\n"); - fprintf(stderr, "\t\t\tThe default is the broadcast address ff:ff:ff:ff:ff:ff.\n"); - fprintf(stderr, "\t\t\tMost operating systems will also respond if the ARP\n"); - fprintf(stderr, "\t\t\trequest is sent to their MAC address, or to a\n"); - fprintf(stderr, "\t\t\tmulticast address that they are listening on.\n"); - fprintf(stderr, "\n--arpsha= or -u \tUse as the ARP source Ethernet address\n"); - fprintf(stderr, "\t\t\tThis sets the 48-bit ar$sha field in the ARP packet\n"); - fprintf(stderr, "\t\t\tIt does not change the hardware address in the frame\n"); - fprintf(stderr, "\t\t\theader, see --srcaddr for details on how to change\n"); - fprintf(stderr, "\t\t\tthat address. The default is the Ethernet address of\n"); - fprintf(stderr, "\t\t\tthe outgoing interface.\n"); - fprintf(stderr, "\n--arptha= or -w \tUse as the ARP target Ethernet address\n"); - fprintf(stderr, "\t\t\tThis sets the 48-bit ar$tha field in the ARP packet\n"); - fprintf(stderr, "\t\t\tThe default is zero, because this field is not used\n"); - fprintf(stderr, "\t\t\tfor ARP request packets.\n"); - fprintf(stderr, "\n--prototype= or -y Set the Ethernet protocol type to , default=0x%.4x.\n", DEFAULT_ETH_PRO); - fprintf(stderr, "\t\t\tThis sets the 16-bit protocol type field in the\n"); - fprintf(stderr, "\t\t\tEthernet frame header.\n"); - fprintf(stderr, "\t\t\tSetting this to a non-default value will result in the\n"); - fprintf(stderr, "\t\t\tpacket being ignored by the target, or sent to the\n"); - fprintf(stderr, "\t\t\twrong protocol stack.\n"); - fprintf(stderr, "\n--arphrd= or -H \tUse for the ARP hardware type, default=%d.\n", DEFAULT_ARP_HRD); - fprintf(stderr, "\t\t\tThis sets the 16-bit ar$hrd field in the ARP packet.\n"); - fprintf(stderr, "\t\t\tThe normal value is 1 (ARPHRD_ETHER). Most, but not\n"); - fprintf(stderr, "\t\t\tall, operating systems will also respond to 6\n"); - fprintf(stderr, "\t\t\t(ARPHRD_IEEE802). A few systems respond to any value.\n"); - fprintf(stderr, "\n--arppro= or -p \tUse for the ARP protocol type, default=0x%.4x.\n", DEFAULT_ARP_PRO); - fprintf(stderr, "\t\t\tThis sets the 16-bit ar$pro field in the ARP packet.\n"); - fprintf(stderr, "\t\t\tMost operating systems only respond to 0x0800 (IPv4)\n"); - fprintf(stderr, "\t\t\tbut some will respond to other values as well.\n"); - fprintf(stderr, "\n--arphln= or -a \tSet the hardware address length to , default=%d.\n", DEFAULT_ARP_HLN); - fprintf(stderr, "\t\t\tThis sets the 8-bit ar$hln field in the ARP packet.\n"); - fprintf(stderr, "\t\t\tIt sets the claimed length of the hardware address\n"); - fprintf(stderr, "\t\t\tin the ARP packet. Setting it to any value other than\n"); - fprintf(stderr, "\t\t\tthe default will make the packet non RFC compliant.\n"); - fprintf(stderr, "\t\t\tSome operating systems may still respond to it though.\n"); - fprintf(stderr, "\t\t\tNote that the actual lengths of the ar$sha and ar$tha\n"); - fprintf(stderr, "\t\t\tfields in the ARP packet are not changed by this\n"); - fprintf(stderr, "\t\t\toption; it only changes the ar$hln field.\n"); - fprintf(stderr, "\n--arppln= or -P \tSet the protocol address length to , default=%d.\n", DEFAULT_ARP_PLN); - fprintf(stderr, "\t\t\tThis sets the 8-bit ar$pln field in the ARP packet.\n"); - fprintf(stderr, "\t\t\tIt sets the claimed length of the protocol address\n"); - fprintf(stderr, "\t\t\tin the ARP packet. Setting it to any value other than\n"); - fprintf(stderr, "\t\t\tthe default will make the packet non RFC compliant.\n"); - fprintf(stderr, "\t\t\tSome operating systems may still respond to it though.\n"); - fprintf(stderr, "\t\t\tNote that the actual lengths of the ar$spa and ar$tpa\n"); - fprintf(stderr, "\t\t\tfields in the ARP packet are not changed by this\n"); - fprintf(stderr, "\t\t\toption; it only changes the ar$pln field.\n"); - fprintf(stderr, "\n--arpop= or -o \tUse for the ARP operation, default=%d.\n", DEFAULT_ARP_OP); - fprintf(stderr, "\t\t\tThis sets the 16-bit ar$op field in the ARP packet.\n"); - fprintf(stderr, "\t\t\tMost operating systems will only respond to the value 1\n"); - fprintf(stderr, "\t\t\t(ARPOP_REQUEST). However, some systems will respond\n"); - fprintf(stderr, "\t\t\tto other values as well.\n"); - fprintf(stderr, "\n--arpspa= or -s \tUse as the source IP address.\n"); - fprintf(stderr, "\t\t\tThe address should be specified in dotted quad format;\n"); - fprintf(stderr, "\t\t\tor the literal string \"dest\", which sets the source\n"); - fprintf(stderr, "\t\t\taddress to be the same as the target host address.\n"); - fprintf(stderr, "\t\t\tThis sets the 32-bit ar$spa field in the ARP packet.\n"); - fprintf(stderr, "\t\t\tSome operating systems check this, and will only\n"); - fprintf(stderr, "\t\t\trespond if the source address is within the network\n"); - fprintf(stderr, "\t\t\tof the receiving interface. Others don't care, and\n"); - fprintf(stderr, "\t\t\twill respond to any source address.\n"); - fprintf(stderr, "\t\t\tBy default, the outgoing interface address is used.\n"); - fprintf(stderr, "\n\t\t\tWARNING: Setting ar$spa to the destination IP address\n"); - fprintf(stderr, "\t\t\tcan disrupt some operating systems, as they assume\n"); - fprintf(stderr, "\t\t\tthere is an IP address clash if they receive an ARP\n"); - fprintf(stderr, "\t\t\trequest for their own address.\n"); - fprintf(stderr, "\n--padding= or -A \tSpecify padding after packet data.\n"); - fprintf(stderr, "\t\t\tSet the padding data to hex value . This data is\n"); - fprintf(stderr, "\t\t\tappended to the end of the ARP packet, after the data.\n"); - fprintf(stderr, "\t\t\tMost, if not all, operating systems will ignore any\n"); - fprintf(stderr, "\t\t\tpadding. The default is no padding, although the\n"); - fprintf(stderr, "\t\t\tEthernet driver on the sending system may pad the\n"); - fprintf(stderr, "\t\t\tpacket to the minimum Ethernet frame length.\n"); - fprintf(stderr, "\n--llc or -L\t\tUse RFC 1042 LLC framing with SNAP.\n"); - fprintf(stderr, "\t\t\tThis option causes the outgoing ARP packets to use\n"); - fprintf(stderr, "\t\t\tIEEE 802.2 framing with a SNAP header as described\n"); - fprintf(stderr, "\t\t\tin RFC 1042. The default is to use Ethernet-II\n"); - fprintf(stderr, "\t\t\tframing.\n"); - fprintf(stderr, "\t\t\tarp-scan will decode and display received ARP packets\n"); - fprintf(stderr, "\t\t\tin either Ethernet-II or IEEE 802.2 formats\n"); - fprintf(stderr, "\t\t\tirrespective of this option.\n"); - fprintf(stderr, "\n--vlan= or -Q \tUse 802.1Q tagging with VLAN id .\n"); - fprintf(stderr, "\t\t\tThis option causes the outgoing ARP packets to use\n"); - fprintf(stderr, "\t\t\t802.1Q VLAN tagging with a VLAN ID of , which should\n"); - fprintf(stderr, "\t\t\tbe in the range 0 to 4095 inclusive.\n"); - fprintf(stderr, "\t\t\tarp-scan will always decode and display received ARP\n"); - fprintf(stderr, "\t\t\tpackets in 802.1Q format irrespective of this option.\n"); - fprintf(stderr, "\n--pcapsavefile= or -W \tWrite received packets to pcap savefile .\n"); - fprintf(stderr, "\t\t\tThis option causes received ARP responses to be written\n"); - fprintf(stderr, "\t\t\tto the specified pcap savefile as well as being decoded\n"); - fprintf(stderr, "\t\t\tand displayed. This savefile can be analysed with\n"); - fprintf(stderr, "\t\t\tprograms that understand the pcap file format, such as\n"); - fprintf(stderr, "\t\t\t\"tcpdump\" and \"wireshark\".\n"); - fprintf(stderr, "\n--rtt or -D\t\tDisplay the packet round-trip time.\n"); + fprintf(stdout, "Options:\n"); + fprintf(stdout, "\n"); + fprintf(stdout, "Note: where an option takes a value, that value is specified as a letter in\n"); + fprintf(stdout, "angle brackets. The letter indicates the type of data that is expected:\n"); + fprintf(stdout, "\n"); + fprintf(stdout, " A character string, e.g. --file=hostlist.txt.\n"); + fprintf(stdout, "\n"); + fprintf(stdout, " An integer, which can be specified as a decimal number or as a hexadecimal\n"); + fprintf(stdout, " number if preceeded with 0x, e.g. --arppro=2048 or --arpro=0x0800.\n"); + fprintf(stdout, "\n"); + fprintf(stdout, " A floating point decimal number, e.g. --backoff=1.5.\n"); + fprintf(stdout, "\n"); + fprintf(stdout, " An Ethernet MAC address, which can be specified either in the format\n"); + fprintf(stdout, " 01:23:45:67:89:ab, or as 01-23-45-67-89-ab. The alphabetic hex characters\n"); + fprintf(stdout, " may be either upper or lower case. E.g. --arpsha=01:23:45:67:89:ab.\n"); + fprintf(stdout, "\n"); + fprintf(stdout, " An IPv4 address, e.g. --arpspa=10.0.0.1\n"); + fprintf(stdout, "\n"); + fprintf(stdout, " Binary data specified as a hexadecimal string, which should not\n"); + fprintf(stdout, " include a leading 0x. The alphabetic hex characters may be either\n"); + fprintf(stdout, " upper or lower case. E.g. --padding=aaaaaaaaaaaa\n"); + fprintf(stdout, "\n"); + fprintf(stdout, " Something else. See the description of the option for details.\n"); + fprintf(stdout, "\n--help or -h\t\tDisplay this usage message and exit.\n"); + fprintf(stdout, "\n--file= or -f \tRead hostnames or addresses from the specified file\n"); + fprintf(stdout, "\t\t\tinstead of from the command line. One name or IP\n"); + fprintf(stdout, "\t\t\taddress per line. Use \"-\" for standard input.\n"); + fprintf(stdout, "\n--localnet or -l\tGenerate addresses from network interface configuration.\n"); + fprintf(stdout, "\t\t\tUse the network interface IP address and network mask\n"); + fprintf(stdout, "\t\t\tto generate the list of target host addresses.\n"); + fprintf(stdout, "\t\t\tThe list will include the network and broadcast\n"); + fprintf(stdout, "\t\t\taddresses, so an interface address of 10.0.0.1 with\n"); + fprintf(stdout, "\t\t\tnetmask 255.255.255.0 would generate 256 target\n"); + fprintf(stdout, "\t\t\thosts from 10.0.0.0 to 10.0.0.255 inclusive.\n"); + fprintf(stdout, "\t\t\tIf you use this option, you cannot specify the --file\n"); + fprintf(stdout, "\t\t\toption or specify any target hosts on the command line.\n"); + fprintf(stdout, "\t\t\tThe interface specifications are taken from the\n"); + fprintf(stdout, "\t\t\tinterface that arp-scan will use, which can be\n"); + fprintf(stdout, "\t\t\tchanged with the --interface option.\n"); + fprintf(stdout, "\n--retry= or -r \tSet total number of attempts per host to ,\n"); + fprintf(stdout, "\t\t\tdefault=%d.\n", DEFAULT_RETRY); + fprintf(stdout, "\n--timeout= or -t \tSet initial per host timeout to ms, default=%d.\n", DEFAULT_TIMEOUT); + fprintf(stdout, "\t\t\tThis timeout is for the first packet sent to each host.\n"); + fprintf(stdout, "\t\t\tsubsequent timeouts are multiplied by the backoff\n"); + fprintf(stdout, "\t\t\tfactor which is set with --backoff.\n"); + fprintf(stdout, "\n--interval= or -i Set minimum packet interval to .\n"); + fprintf(stdout, "\t\t\tThis controls the outgoing bandwidth usage by limiting\n"); + fprintf(stdout, "\t\t\tthe rate at which packets can be sent. The packet\n"); + fprintf(stdout, "\t\t\tinterval will be no smaller than this number.\n"); + fprintf(stdout, "\t\t\tIf you want to use up to a given bandwidth, then it is\n"); + fprintf(stdout, "\t\t\teasier to use the --bandwidth option instead.\n"); + fprintf(stdout, "\t\t\tThe interval specified is in milliseconds by default,\n"); + fprintf(stdout, "\t\t\tor in microseconds if \"u\" is appended to the value.\n"); + fprintf(stdout, "\n--bandwidth= or -B Set desired outbound bandwidth to , default=%d.\n", DEFAULT_BANDWIDTH); + fprintf(stdout, "\t\t\tThe value is in bits per second by default. If you\n"); + fprintf(stdout, "\t\t\tappend \"K\" to the value, then the units are kilobits\n"); + fprintf(stdout, "\t\t\tper sec; and if you append \"M\" to the value, the\n"); + fprintf(stdout, "\t\t\tunits are megabits per second.\n"); + fprintf(stdout, "\t\t\tThe \"K\" and \"M\" suffixes represent the decimal, not\n"); + fprintf(stdout, "\t\t\tbinary, multiples. So 64K is 64000, not 65536.\n"); + fprintf(stdout, "\t\t\tYou cannot specify both --interval and --bandwidth\n"); + fprintf(stdout, "\t\t\tbecause they are just different ways to change the\n"); + fprintf(stdout, "\t\t\tsame underlying parameter.\n"); + fprintf(stdout, "\n--backoff= or -b \tSet timeout backoff factor to , default=%.2f.\n", DEFAULT_BACKOFF_FACTOR); + fprintf(stdout, "\t\t\tThe per-host timeout is multiplied by this factor\n"); + fprintf(stdout, "\t\t\tafter each timeout. So, if the number of retries\n"); + fprintf(stdout, "\t\t\tis 3, the initial per-host timeout is 500ms and the\n"); + fprintf(stdout, "\t\t\tbackoff factor is 1.5, then the first timeout will be\n"); + fprintf(stdout, "\t\t\t500ms, the second 750ms and the third 1125ms.\n"); + fprintf(stdout, "\n--verbose or -v\t\tDisplay verbose progress messages.\n"); + fprintf(stdout, "\t\t\tUse more than once for greater effect:\n"); + fprintf(stdout, "\t\t\t1 - Display the network address and mask used when the\n"); + fprintf(stdout, "\t\t\t --localnet option is specified, display any\n"); + fprintf(stdout, "\t\t\t nonzero packet padding, display packets received\n"); + fprintf(stdout, "\t\t\t from unknown hosts, and show when each pass through\n"); + fprintf(stdout, "\t\t\t the list completes.\n"); + fprintf(stdout, "\t\t\t2 - Show each packet sent and received, when entries\n"); + fprintf(stdout, "\t\t\t are removed from the list, the pcap filter string,\n"); + fprintf(stdout, "\t\t\t and counts of MAC/Vendor mapping entries.\n"); + fprintf(stdout, "\t\t\t3 - Display the host list before scanning starts.\n"); + fprintf(stdout, "\n--version or -V\t\tDisplay program version and exit.\n"); + fprintf(stdout, "\n--random or -R\t\tRandomise the host list.\n"); + fprintf(stdout, "\t\t\tThis option randomises the order of the hosts in the\n"); + fprintf(stdout, "\t\t\thost list, so the ARP packets are sent to the hosts in\n"); + fprintf(stdout, "\t\t\ta random order. It uses the Knuth shuffle algorithm.\n"); + fprintf(stdout, "\n--randomseed=\tUse to seed the pseudo random number generator.\n"); + fprintf(stdout, "\t\t\tThis option seeds the PRNG with the specified number,\n"); + fprintf(stdout, "\t\t\twhich can be useful if you want to ensure that the\n"); + fprintf(stdout, "\t\t\trandom host list is reproducable. By default, the PRNG\n"); + fprintf(stdout, "\t\t\tis seeded with an unpredictable value. This option is\n"); + fprintf(stdout, "\t\t\tonly effective in conjunction with the --random (-R)\n"); + fprintf(stdout, "\t\t\toption.\n"); + fprintf(stdout, "\n--numeric or -N\t\tIP addresses only, no hostnames.\n"); + fprintf(stdout, "\t\t\tWith this option, all hosts must be specified as\n"); + fprintf(stdout, "\t\t\tIP addresses. Hostnames are not permitted. No DNS\n"); + fprintf(stdout, "\t\t\tlookups will be performed.\n"); + fprintf(stdout, "\n--snap= or -n \tSet the pcap snap length to . Default=%d.\n", SNAPLEN); + fprintf(stdout, "\t\t\tThis specifies the frame capture length. This\n"); + fprintf(stdout, "\t\t\tlength includes the data-link header.\n"); + fprintf(stdout, "\t\t\tThe default is normally sufficient.\n"); + fprintf(stdout, "\n--interface= or -I Use network interface .\n"); + fprintf(stdout, "\t\t\tIf this option is not specified, arp-scan will search\n"); + fprintf(stdout, "\t\t\tthe system interface list for the lowest numbered,\n"); + fprintf(stdout, "\t\t\tconfigured up interface (excluding loopback).\n"); + fprintf(stdout, "\t\t\tThe interface specified must support ARP.\n"); + fprintf(stdout, "\n--quiet or -q\t\tOnly display minimal output. No protocol decoding.\n"); + fprintf(stdout, "\t\t\tIf this option is specified, then only the IP address\n"); + fprintf(stdout, "\t\t\tand MAC address are displayed for each responding host.\n"); + fprintf(stdout, "\t\t\tNo protocol decoding is performed and the OUI mapping\n"); + fprintf(stdout, "\t\t\tfiles are not used.\n"); + fprintf(stdout, "\n--plain or -x\t\tDisplay plain output showing only responding hosts.\n"); + fprintf(stdout, "\t\t\tThis option supresses the printing of the header and\n"); + fprintf(stdout, "\t\t\tfooter text, and only displays one line for each\n"); + fprintf(stdout, "\t\t\tresponding host. Useful if the output will be\n"); + fprintf(stdout, "\t\t\tparsed by a script.\n"); + fprintf(stdout, "\n--ignoredups or -g\tDon't display duplicate packets.\n"); + fprintf(stdout, "\t\t\tBy default, duplicate packets are displayed and are\n"); + fprintf(stdout, "\t\t\tflagged with \"(DUP: n)\".\n"); + fprintf(stdout, "\n--ouifile= or -O \tUse IEEE Ethernet OUI to vendor mapping file .\n"); + fprintf(stdout, "\t\t\tIf this option is not specified, the default filename\n"); + fprintf(stdout, "\t\t\tis %s in the current directory. If that is\n", OUIFILENAME); + fprintf(stdout, "\t\t\tnot found, then the file\n"); + fprintf(stdout, "\t\t\t%s/%s is used.\n", DATADIR, OUIFILENAME); + fprintf(stdout, "\n--iabfile= or -O \tUse IEEE Ethernet IAB to vendor mapping file .\n"); + fprintf(stdout, "\t\t\tIf this option is not specified, the default filename\n"); + fprintf(stdout, "\t\t\tis %s in the current directory. If that is\n", IABFILENAME); + fprintf(stdout, "\t\t\tnot found, then the file\n"); + fprintf(stdout, "\t\t\t%s/%s is used.\n", DATADIR, IABFILENAME); + fprintf(stdout, "\n--macfile= or -O \tUse custom Ethernet MAC to vendor mapping file .\n"); + fprintf(stdout, "\t\t\tIf this option is not specified, the default filename\n"); + fprintf(stdout, "\t\t\tis %s in the current directory. If that is\n", MACFILENAME); + fprintf(stdout, "\t\t\tnot found, then the file\n"); + fprintf(stdout, "\t\t\t%s/%s is used.\n", DATADIR, MACFILENAME); + fprintf(stdout, "\n--srcaddr= or -S Set the source Ethernet MAC address to .\n"); + fprintf(stdout, "\t\t\tThis sets the 48-bit hardware address in the Ethernet\n"); + fprintf(stdout, "\t\t\tframe header for outgoing ARP packets. It does not\n"); + fprintf(stdout, "\t\t\tchange the hardware address in the ARP packet, see\n"); + fprintf(stdout, "\t\t\t--arpsha for details on how to change that address.\n"); + fprintf(stdout, "\t\t\tThe default is the Ethernet address of the outgoing\n"); + fprintf(stdout, "\t\t\tinterface.\n"); + fprintf(stdout, "\n--destaddr= or -T Send the packets to Ethernet MAC address \n"); + fprintf(stdout, "\t\t\tThis sets the 48-bit destination address in the\n"); + fprintf(stdout, "\t\t\tEthernet frame header.\n"); + fprintf(stdout, "\t\t\tThe default is the broadcast address ff:ff:ff:ff:ff:ff.\n"); + fprintf(stdout, "\t\t\tMost operating systems will also respond if the ARP\n"); + fprintf(stdout, "\t\t\trequest is sent to their MAC address, or to a\n"); + fprintf(stdout, "\t\t\tmulticast address that they are listening on.\n"); + fprintf(stdout, "\n--arpsha= or -u \tUse as the ARP source Ethernet address\n"); + fprintf(stdout, "\t\t\tThis sets the 48-bit ar$sha field in the ARP packet\n"); + fprintf(stdout, "\t\t\tIt does not change the hardware address in the frame\n"); + fprintf(stdout, "\t\t\theader, see --srcaddr for details on how to change\n"); + fprintf(stdout, "\t\t\tthat address. The default is the Ethernet address of\n"); + fprintf(stdout, "\t\t\tthe outgoing interface.\n"); + fprintf(stdout, "\n--arptha= or -w \tUse as the ARP target Ethernet address\n"); + fprintf(stdout, "\t\t\tThis sets the 48-bit ar$tha field in the ARP packet\n"); + fprintf(stdout, "\t\t\tThe default is zero, because this field is not used\n"); + fprintf(stdout, "\t\t\tfor ARP request packets.\n"); + fprintf(stdout, "\n--prototype= or -y Set the Ethernet protocol type to , default=0x%.4x.\n", DEFAULT_ETH_PRO); + fprintf(stdout, "\t\t\tThis sets the 16-bit protocol type field in the\n"); + fprintf(stdout, "\t\t\tEthernet frame header.\n"); + fprintf(stdout, "\t\t\tSetting this to a non-default value will result in the\n"); + fprintf(stdout, "\t\t\tpacket being ignored by the target, or sent to the\n"); + fprintf(stdout, "\t\t\twrong protocol stack.\n"); + fprintf(stdout, "\n--arphrd= or -H \tUse for the ARP hardware type, default=%d.\n", DEFAULT_ARP_HRD); + fprintf(stdout, "\t\t\tThis sets the 16-bit ar$hrd field in the ARP packet.\n"); + fprintf(stdout, "\t\t\tThe normal value is 1 (ARPHRD_ETHER). Most, but not\n"); + fprintf(stdout, "\t\t\tall, operating systems will also respond to 6\n"); + fprintf(stdout, "\t\t\t(ARPHRD_IEEE802). A few systems respond to any value.\n"); + fprintf(stdout, "\n--arppro= or -p \tUse for the ARP protocol type, default=0x%.4x.\n", DEFAULT_ARP_PRO); + fprintf(stdout, "\t\t\tThis sets the 16-bit ar$pro field in the ARP packet.\n"); + fprintf(stdout, "\t\t\tMost operating systems only respond to 0x0800 (IPv4)\n"); + fprintf(stdout, "\t\t\tbut some will respond to other values as well.\n"); + fprintf(stdout, "\n--arphln= or -a \tSet the hardware address length to , default=%d.\n", DEFAULT_ARP_HLN); + fprintf(stdout, "\t\t\tThis sets the 8-bit ar$hln field in the ARP packet.\n"); + fprintf(stdout, "\t\t\tIt sets the claimed length of the hardware address\n"); + fprintf(stdout, "\t\t\tin the ARP packet. Setting it to any value other than\n"); + fprintf(stdout, "\t\t\tthe default will make the packet non RFC compliant.\n"); + fprintf(stdout, "\t\t\tSome operating systems may still respond to it though.\n"); + fprintf(stdout, "\t\t\tNote that the actual lengths of the ar$sha and ar$tha\n"); + fprintf(stdout, "\t\t\tfields in the ARP packet are not changed by this\n"); + fprintf(stdout, "\t\t\toption; it only changes the ar$hln field.\n"); + fprintf(stdout, "\n--arppln= or -P \tSet the protocol address length to , default=%d.\n", DEFAULT_ARP_PLN); + fprintf(stdout, "\t\t\tThis sets the 8-bit ar$pln field in the ARP packet.\n"); + fprintf(stdout, "\t\t\tIt sets the claimed length of the protocol address\n"); + fprintf(stdout, "\t\t\tin the ARP packet. Setting it to any value other than\n"); + fprintf(stdout, "\t\t\tthe default will make the packet non RFC compliant.\n"); + fprintf(stdout, "\t\t\tSome operating systems may still respond to it though.\n"); + fprintf(stdout, "\t\t\tNote that the actual lengths of the ar$spa and ar$tpa\n"); + fprintf(stdout, "\t\t\tfields in the ARP packet are not changed by this\n"); + fprintf(stdout, "\t\t\toption; it only changes the ar$pln field.\n"); + fprintf(stdout, "\n--arpop= or -o \tUse for the ARP operation, default=%d.\n", DEFAULT_ARP_OP); + fprintf(stdout, "\t\t\tThis sets the 16-bit ar$op field in the ARP packet.\n"); + fprintf(stdout, "\t\t\tMost operating systems will only respond to the value 1\n"); + fprintf(stdout, "\t\t\t(ARPOP_REQUEST). However, some systems will respond\n"); + fprintf(stdout, "\t\t\tto other values as well.\n"); + fprintf(stdout, "\n--arpspa= or -s \tUse as the source IP address.\n"); + fprintf(stdout, "\t\t\tThe address should be specified in dotted quad format;\n"); + fprintf(stdout, "\t\t\tor the literal string \"dest\", which sets the source\n"); + fprintf(stdout, "\t\t\taddress to be the same as the target host address.\n"); + fprintf(stdout, "\t\t\tThis sets the 32-bit ar$spa field in the ARP packet.\n"); + fprintf(stdout, "\t\t\tSome operating systems check this, and will only\n"); + fprintf(stdout, "\t\t\trespond if the source address is within the network\n"); + fprintf(stdout, "\t\t\tof the receiving interface. Others don't care, and\n"); + fprintf(stdout, "\t\t\twill respond to any source address.\n"); + fprintf(stdout, "\t\t\tBy default, the outgoing interface address is used.\n"); + fprintf(stdout, "\n\t\t\tWARNING: Setting ar$spa to the destination IP address\n"); + fprintf(stdout, "\t\t\tcan disrupt some operating systems, as they assume\n"); + fprintf(stdout, "\t\t\tthere is an IP address clash if they receive an ARP\n"); + fprintf(stdout, "\t\t\trequest for their own address.\n"); + fprintf(stdout, "\n--padding= or -A \tSpecify padding after packet data.\n"); + fprintf(stdout, "\t\t\tSet the padding data to hex value . This data is\n"); + fprintf(stdout, "\t\t\tappended to the end of the ARP packet, after the data.\n"); + fprintf(stdout, "\t\t\tMost, if not all, operating systems will ignore any\n"); + fprintf(stdout, "\t\t\tpadding. The default is no padding, although the\n"); + fprintf(stdout, "\t\t\tEthernet driver on the sending system may pad the\n"); + fprintf(stdout, "\t\t\tpacket to the minimum Ethernet frame length.\n"); + fprintf(stdout, "\n--llc or -L\t\tUse RFC 1042 LLC framing with SNAP.\n"); + fprintf(stdout, "\t\t\tThis option causes the outgoing ARP packets to use\n"); + fprintf(stdout, "\t\t\tIEEE 802.2 framing with a SNAP header as described\n"); + fprintf(stdout, "\t\t\tin RFC 1042. The default is to use Ethernet-II\n"); + fprintf(stdout, "\t\t\tframing.\n"); + fprintf(stdout, "\t\t\tarp-scan will decode and display received ARP packets\n"); + fprintf(stdout, "\t\t\tin either Ethernet-II or IEEE 802.2 formats\n"); + fprintf(stdout, "\t\t\tirrespective of this option.\n"); + fprintf(stdout, "\n--vlan= or -Q \tUse 802.1Q tagging with VLAN id .\n"); + fprintf(stdout, "\t\t\tThis option causes the outgoing ARP packets to use\n"); + fprintf(stdout, "\t\t\t802.1Q VLAN tagging with a VLAN ID of , which should\n"); + fprintf(stdout, "\t\t\tbe in the range 0 to 4095 inclusive.\n"); + fprintf(stdout, "\t\t\tarp-scan will always decode and display received ARP\n"); + fprintf(stdout, "\t\t\tpackets in 802.1Q format irrespective of this option.\n"); + fprintf(stdout, "\n--pcapsavefile= or -W \tWrite received packets to pcap savefile .\n"); + fprintf(stdout, "\t\t\tThis option causes received ARP responses to be written\n"); + fprintf(stdout, "\t\t\tto the specified pcap savefile as well as being decoded\n"); + fprintf(stdout, "\t\t\tand displayed. This savefile can be analysed with\n"); + fprintf(stdout, "\t\t\tprograms that understand the pcap file format, such as\n"); + fprintf(stdout, "\t\t\t\"tcpdump\" and \"wireshark\".\n"); + fprintf(stdout, "\n--rtt or -D\t\tDisplay the packet round-trip time.\n"); } else { - fprintf(stderr, "use \"arp-scan --help\" for detailed information on the available options.\n"); + fprintf(stdout, "use \"arp-scan --help\" for detailed information on the available options.\n"); } - fprintf(stderr, "\n"); - fprintf(stderr, "Report bugs or send suggestions to %s\n", PACKAGE_BUGREPORT); - fprintf(stderr, "See the arp-scan homepage at http://www.nta-monitor.com/tools/arp-scan/\n"); + fprintf(stdout, "\n"); + fprintf(stdout, "Report bugs or send suggestions at %s\n", PACKAGE_BUGREPORT); + fprintf(stdout, "See the arp-scan homepage at https://github.com/royhills/arp-scan\n"); exit(status); } @@ -1423,7 +1457,7 @@ if (result < 0) { err_sys("ERROR: inet_pton failed for %s", host_name); } else if (result == 0) { - warn_msg("WARNING: \"%s\" is not a valid IPv4 address - target ignored"); + warn_msg("WARNING: \"%s\" is not a valid IPv4 address - target ignored", host_name); return; } } else { @@ -1478,7 +1512,6 @@ live_count--; if (*he == *cursor) advance_cursor(); - if (debug) {print_times(); printf("remove_host: live_count now %d\n", live_count);} } else { if (verbose > 1) warn_msg("***\tremove_host called on non-live host: SHOULDN'T HAPPEN"); @@ -1508,7 +1541,6 @@ cursor++; } while (!(*cursor)->live); } /* End If */ - if (debug) {print_times(); printf("advance_cursor: host now %s\n", my_ntoa((*cursor)->addr));} } /* @@ -1556,7 +1588,6 @@ } } while (!found && p != he); - if (debug) {print_times(); printf("find_host: found=%d, iterations=%u\n", found, iterations);} if (found) return *p; @@ -1593,7 +1624,6 @@ to.tv_sec = tmo/1000000; to.tv_usec = (tmo - 1000000*to.tv_sec); n = select(sock_fd+1, &readset, NULL, NULL, &to); - if (debug) {print_times(); printf("recvfrom_wto: select end, tmo=%d, n=%d\n", tmo, n);} if (n < 0) { err_sys("select"); } else if (n == 0 && sock_fd >= 0) { @@ -1691,10 +1721,10 @@ temp_cursor=find_host(cursor, &source_ip); if (temp_cursor) { /* - * We found an IP match for the packet. + * We found an IP match for the packet. */ /* - * Display the packet and increment the number of responders if + * Display the packet and increment the number of responders if * the entry is "live" or we are not ignoring duplicates. */ temp_cursor->num_recv++; @@ -1746,7 +1776,6 @@ {"backoff", required_argument, 0, 'b'}, {"verbose", no_argument, 0, 'v'}, {"version", no_argument, 0, 'V'}, - {"debug", no_argument, 0, 'd'}, {"snap", required_argument, 0, 'n'}, {"interface", required_argument, 0, 'I'}, {"quiet", no_argument, 0, 'q'}, @@ -1776,10 +1805,19 @@ {"writepkttofile", required_argument, 0, OPT_WRITEPKTTOFILE}, {"readpktfromfile", required_argument, 0, OPT_READPKTFROMFILE}, {"rtt", no_argument, 0, 'D'}, + {"plain", no_argument, 0, 'x'}, + {"randomseed", required_argument, 0, OPT_RANDOMSEED}, {0, 0, 0, 0} }; +/* + * available short option characters: + * + * lower: --cde----jk--------------z + * UPPER: --C-E-G--JK-M-------U--XYZ + * Digits: 0123456789 + */ const char *short_options = - "f:hr:t:i:b:vVdn:I:qgRNB:O:s:o:H:p:T:P:a:A:y:u:w:S:F:m:lLQ:W:D"; + "f:hr:t:i:b:vVn:I:qgRNB:O:s:o:H:p:T:P:a:A:y:u:w:S:F:m:lLQ:W:Dx"; int arg; int options_index=0; @@ -1814,9 +1852,6 @@ arp_scan_version(); exit(0); break; /* NOTREACHED */ - case 'd': /* --debug */ - debug++; - break; case 'n': /* --snap */ snaplen=Strtol(optarg, 0); break; @@ -1925,6 +1960,12 @@ case 'D': /* --rtt */ rtt_flag = 1; break; + case 'x': /* --plain */ + plain_flag = 1; + break; + case OPT_RANDOMSEED: /* --randomseed */ + random_seed=Strtoul(optarg, 0); + break; default: /* Unknown option */ usage(EXIT_FAILURE, 0); break; /* NOTREACHED */ @@ -1947,20 +1988,14 @@ */ void arp_scan_version (void) { - fprintf(stderr, "%s\n\n", PACKAGE_STRING); - fprintf(stderr, "Copyright (C) 2005-2013 Roy Hills, NTA Monitor Ltd.\n"); - fprintf(stderr, "arp-scan comes with NO WARRANTY to the extent permitted by law.\n"); - fprintf(stderr, "You may redistribute copies of arp-scan under the terms of the GNU\n"); - fprintf(stderr, "General Public License.\n"); - fprintf(stderr, "For more information about these matters, see the file named COPYING.\n"); - fprintf(stderr, "\n"); - fprintf(stderr, "%s\n", pcap_lib_version()); -/* We use rcsid here to prevent it being optimised away */ - fprintf(stderr, "%s\n", rcsid); - error_use_rcsid(); - wrappers_use_rcsid(); - utils_use_rcsid(); - link_use_rcsid(); + fprintf(stdout, "%s\n\n", PACKAGE_STRING); + fprintf(stdout, "Copyright (C) 2005-2016 Roy Hills, NTA Monitor Ltd.\n"); + fprintf(stdout, "arp-scan comes with NO WARRANTY to the extent permitted by law.\n"); + fprintf(stdout, "You may redistribute copies of arp-scan under the terms of the GNU\n"); + fprintf(stdout, "General Public License.\n"); + fprintf(stdout, "For more information about these matters, see the file named COPYING.\n"); + fprintf(stdout, "\n"); + fprintf(stdout, "%s\n", pcap_lib_version()); } /* @@ -2258,7 +2293,6 @@ * * Inputs: * - * table The handle of the hash table * map_filename The name of the file containing the mappings * * Returns: @@ -2266,7 +2300,7 @@ * The number of entries added to the hash table. */ int -add_mac_vendor(struct hash_control *table, const char *map_filename) { +add_mac_vendor(const char *map_filename) { static int first_call=1; FILE *fp; /* MAC/Vendor file handle */ static const char *oui_pat_str = "([^\t]+)\t[\t ]*([^\t\r\n]+)"; @@ -2279,7 +2313,7 @@ char line[MAXLINE]; int line_count; int result; - const char *result_str; + ENTRY hash_entry; /* * Compile the regex pattern if this is the first time we * have been called. @@ -2328,11 +2362,10 @@ key[key_len] = '\0'; strncpy(data, line+pmatch[2].rm_so, data_len); data[data_len] = '\0'; - if ((result_str = hash_insert(table, key, data)) != NULL) { -/* Ignore "exists" because there are a few duplicates in the IEEE list */ - if ((strcmp(result_str, "exists")) != 0) { - warn_msg("hash_insert(%s, %s): %s", key, data, result_str); - } + hash_entry.key = key; + hash_entry.data = data; + if ((hsearch(hash_entry, ENTER)) == NULL) { + warn_msg("hsearch([%s, %s], ENTER)", key, data); } else { line_count++; } diff -Nru arp-scan-1.9/arp-scan.h arp-scan-2.0/arp-scan.h --- arp-scan-1.9/arp-scan.h 2013-04-25 18:11:29.000000000 +0530 +++ arp-scan-2.0/arp-scan.h 2017-09-21 19:24:11.000000000 +0530 @@ -1,23 +1,21 @@ /* - * ARP Scan is Copyright (C) 2005-2013 Roy Hills, NTA Monitor Ltd. + * ARP Scan is Copyright (C) 2005-2016 Roy Hills, NTA Monitor Ltd. * * This file is part of arp-scan. - * + * * arp-scan is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * arp-scan is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with arp-scan. If not, see . * - * $Id: arp-scan.h 19575 2013-04-25 12:41:29Z rsh $ - * * arp-scan.h -- Header file for ARP scanner * * Author: Roy Hills @@ -124,7 +122,9 @@ #endif #endif -#include "hash.h" /* Hash table functions */ +#ifdef HAVE_SEARCH_H +#include +#endif /* Defines */ @@ -132,13 +132,13 @@ #define MAX_FRAME 2048 /* Maximum allowed frame size */ #define REALLOC_COUNT 1000 /* Entries to realloc at once */ #define DEFAULT_BANDWIDTH 256000 /* Default bandwidth in bits/sec */ -#define PACKET_OVERHEAD 18 /* layer 2 overhead (6+6+2 + 4) */ +#define PACKET_OVERHEAD 18 /* layer 2 overhead (6+6+2 + 4) */ #define MINIMUM_FRAME_SIZE 46 /* Minimum layer 2 date size */ #define DEFAULT_BACKOFF_FACTOR 1.5 /* Default timeout backoff factor */ #define DEFAULT_RETRY 2 /* Default number of retries */ #define DEFAULT_TIMEOUT 500 /* Default per-host timeout in ms */ #define SNAPLEN 64 /* 14 (ether) + 28 (ARP) + extra */ -#define PROMISC 0 /* Enable promiscuous mode */ +#define PROMISC 1 /* Enable promiscuous mode */ #define TO_MS 0 /* Timeout for pcap_open_live() */ #define OPTIMISE 1 /* Optimise pcap filter */ #define ARPHRD_ETHER 1 /* Ethernet ARP type */ @@ -163,6 +163,8 @@ #define ARRAY_SIZE(a) (sizeof (a) / sizeof ((a)[0])) #define OPT_WRITEPKTTOFILE 256 /* --writepkttofile option */ #define OPT_READPKTFROMFILE 257 /* --readpktfromfile option */ +#define OPT_RANDOMSEED 258 /* --randomseed option */ +#define HASH_TABLE_SIZE 50000 /* Max size of OUI/Vendor hash table */ /* Structures */ @@ -222,7 +224,6 @@ size_t, int, int, ether_hdr *, const struct pcap_pkthdr *); void advance_cursor(void); void dump_list(void); -void print_times(void); void clean_up(pcap_t *); void arp_scan_version(void); char *make_message(const char *, ...); @@ -240,7 +241,7 @@ unsigned int hstr_i(const char *); char *hexstring(const unsigned char *, size_t); int get_ether_addr(const char *, unsigned char *); -int add_mac_vendor(struct hash_control *, const char *); +int add_mac_vendor(const char *); char *get_mac_vendor_filename(const char *, const char *, const char *); /* Wrappers */ int Gettimeofday(struct timeval *); @@ -260,8 +261,3 @@ double genrand_real2(void); double genrand_real3(void); double genrand_res53(void); -/* The following functions are just to prevent rcsid being optimised away */ -void wrappers_use_rcsid(void); -void error_use_rcsid(void); -void utils_use_rcsid(void); -void link_use_rcsid(void); Binary files /tmp/2NTAtgx11M/arp-scan-1.9/arp-scan.o and /tmp/9W11JtAni4/arp-scan-2.0/arp-scan.o differ diff -Nru arp-scan-1.9/AUTHORS arp-scan-2.0/AUTHORS --- arp-scan-1.9/AUTHORS 2007-04-07 14:03:04.000000000 +0530 +++ arp-scan-2.0/AUTHORS 2017-09-21 19:24:11.000000000 +0530 @@ -1,5 +1,3 @@ -$Id: AUTHORS 10531 2007-04-07 08:33:02Z rsh $ - The author of the arp-scan tool is: Roy Hills diff -Nru arp-scan-1.9/autom4te.cache/output.0 arp-scan-2.0/autom4te.cache/output.0 --- arp-scan-1.9/autom4te.cache/output.0 1970-01-01 05:30:00.000000000 +0530 +++ arp-scan-2.0/autom4te.cache/output.0 2017-09-21 19:25:16.000000000 +0530 @@ -0,0 +1,6999 @@ +@%:@! /bin/sh +@%:@ From configure.ac Revision. +@%:@ Guess values for system-dependent variables and create Makefiles. +@%:@ Generated by GNU Autoconf 2.69 for arp-scan 1.9.5. +@%:@ +@%:@ Report bugs to . +@%:@ +@%:@ +@%:@ Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. +@%:@ +@%:@ +@%:@ This configure script is free software; the Free Software Foundation +@%:@ gives unlimited permission to copy, distribute and modify it. +## -------------------- ## +## M4sh Initialization. ## +## -------------------- ## + +# Be more Bourne compatible +DUALCASE=1; export DUALCASE # for MKS sh +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : + emulate sh + NULLCMD=: + # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which + # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' + setopt NO_GLOB_SUBST +else + case `(set -o) 2>/dev/null` in @%:@( + *posix*) : + set -o posix ;; @%:@( + *) : + ;; +esac +fi + + +as_nl=' +' +export as_nl +# Printing a long string crashes Solaris 7 /usr/bin/printf. +as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo +# Prefer a ksh shell builtin over an external printf program on Solaris, +# but without wasting forks for bash or zsh. +if test -z "$BASH_VERSION$ZSH_VERSION" \ + && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then + as_echo='print -r --' + as_echo_n='print -rn --' +elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then + as_echo='printf %s\n' + as_echo_n='printf %s' +else + if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then + as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' + as_echo_n='/usr/ucb/echo -n' + else + as_echo_body='eval expr "X$1" : "X\\(.*\\)"' + as_echo_n_body='eval + arg=$1; + case $arg in @%:@( + *"$as_nl"*) + expr "X$arg" : "X\\(.*\\)$as_nl"; + arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; + esac; + expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" + ' + export as_echo_n_body + as_echo_n='sh -c $as_echo_n_body as_echo' + fi + export as_echo_body + as_echo='sh -c $as_echo_body as_echo' +fi + +# The user is always right. +if test "${PATH_SEPARATOR+set}" != set; then + PATH_SEPARATOR=: + (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { + (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || + PATH_SEPARATOR=';' + } +fi + + +# IFS +# We need space, tab and new line, in precisely that order. Quoting is +# there to prevent editors from complaining about space-tab. +# (If _AS_PATH_WALK were called with IFS unset, it would disable word +# splitting by setting IFS to empty value.) +IFS=" "" $as_nl" + +# Find who we are. Look in the path if we contain no directory separator. +as_myself= +case $0 in @%:@(( + *[\\/]* ) as_myself=$0 ;; + *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break + done +IFS=$as_save_IFS + + ;; +esac +# We did not find ourselves, most probably we were run as `sh COMMAND' +# in which case we are not to be found in the path. +if test "x$as_myself" = x; then + as_myself=$0 +fi +if test ! -f "$as_myself"; then + $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 + exit 1 +fi + +# Unset variables that we do not need and which cause bugs (e.g. in +# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" +# suppresses any "Segmentation fault" message there. '((' could +# trigger a bug in pdksh 5.2.14. +for as_var in BASH_ENV ENV MAIL MAILPATH +do eval test x\${$as_var+set} = xset \ + && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : +done +PS1='$ ' +PS2='> ' +PS4='+ ' + +# NLS nuisances. +LC_ALL=C +export LC_ALL +LANGUAGE=C +export LANGUAGE + +# CDPATH. +(unset CDPATH) >/dev/null 2>&1 && unset CDPATH + +# Use a proper internal environment variable to ensure we don't fall + # into an infinite loop, continuously re-executing ourselves. + if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then + _as_can_reexec=no; export _as_can_reexec; + # We cannot yet assume a decent shell, so we have to provide a +# neutralization value for shells without unset; and this also +# works around shells that cannot unset nonexistent variables. +# Preserve -v and -x to the replacement shell. +BASH_ENV=/dev/null +ENV=/dev/null +(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV +case $- in @%:@ (((( + *v*x* | *x*v* ) as_opts=-vx ;; + *v* ) as_opts=-v ;; + *x* ) as_opts=-x ;; + * ) as_opts= ;; +esac +exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} +# Admittedly, this is quite paranoid, since all the known shells bail +# out after a failed `exec'. +$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2 +as_fn_exit 255 + fi + # We don't want this to propagate to other subprocesses. + { _as_can_reexec=; unset _as_can_reexec;} +if test "x$CONFIG_SHELL" = x; then + as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then : + emulate sh + NULLCMD=: + # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which + # is contrary to our usage. Disable this feature. + alias -g '\${1+\"\$@\"}'='\"\$@\"' + setopt NO_GLOB_SUBST +else + case \`(set -o) 2>/dev/null\` in @%:@( + *posix*) : + set -o posix ;; @%:@( + *) : + ;; +esac +fi +" + as_required="as_fn_return () { (exit \$1); } +as_fn_success () { as_fn_return 0; } +as_fn_failure () { as_fn_return 1; } +as_fn_ret_success () { return 0; } +as_fn_ret_failure () { return 1; } + +exitcode=0 +as_fn_success || { exitcode=1; echo as_fn_success failed.; } +as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; } +as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; } +as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; } +if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then : + +else + exitcode=1; echo positional parameters were not saved. +fi +test x\$exitcode = x0 || exit 1 +test -x / || exit 1" + as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO + as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO + eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && + test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 +test \$(( 1 + 1 )) = 2 || exit 1" + if (eval "$as_required") 2>/dev/null; then : + as_have_required=yes +else + as_have_required=no +fi + if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then : + +else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +as_found=false +for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + as_found=: + case $as_dir in @%:@( + /*) + for as_base in sh bash ksh sh5; do + # Try only shells that exist, to save several forks. + as_shell=$as_dir/$as_base + if { test -f "$as_shell" || test -f "$as_shell.exe"; } && + { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then : + CONFIG_SHELL=$as_shell as_have_required=yes + if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then : + break 2 +fi +fi + done;; + esac + as_found=false +done +$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } && + { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then : + CONFIG_SHELL=$SHELL as_have_required=yes +fi; } +IFS=$as_save_IFS + + + if test "x$CONFIG_SHELL" != x; then : + export CONFIG_SHELL + # We cannot yet assume a decent shell, so we have to provide a +# neutralization value for shells without unset; and this also +# works around shells that cannot unset nonexistent variables. +# Preserve -v and -x to the replacement shell. +BASH_ENV=/dev/null +ENV=/dev/null +(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV +case $- in @%:@ (((( + *v*x* | *x*v* ) as_opts=-vx ;; + *v* ) as_opts=-v ;; + *x* ) as_opts=-x ;; + * ) as_opts= ;; +esac +exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} +# Admittedly, this is quite paranoid, since all the known shells bail +# out after a failed `exec'. +$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2 +exit 255 +fi + + if test x$as_have_required = xno; then : + $as_echo "$0: This script requires a shell more modern than all" + $as_echo "$0: the shells that I found on your system." + if test x${ZSH_VERSION+set} = xset ; then + $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should" + $as_echo "$0: be upgraded to zsh 4.3.4 or later." + else + $as_echo "$0: Please tell bug-autoconf@gnu.org and +$0: https://github.com/royhills/arp-scan about your system, +$0: including any error possibly output before this +$0: message. Then install a modern shell, or manually run +$0: the script under such a shell if you do have one." + fi + exit 1 +fi +fi +fi +SHELL=${CONFIG_SHELL-/bin/sh} +export SHELL +# Unset more variables known to interfere with behavior of common tools. +CLICOLOR_FORCE= GREP_OPTIONS= +unset CLICOLOR_FORCE GREP_OPTIONS + +## --------------------- ## +## M4sh Shell Functions. ## +## --------------------- ## +@%:@ as_fn_unset VAR +@%:@ --------------- +@%:@ Portably unset VAR. +as_fn_unset () +{ + { eval $1=; unset $1;} +} +as_unset=as_fn_unset + +@%:@ as_fn_set_status STATUS +@%:@ ----------------------- +@%:@ Set @S|@? to STATUS, without forking. +as_fn_set_status () +{ + return $1 +} @%:@ as_fn_set_status + +@%:@ as_fn_exit STATUS +@%:@ ----------------- +@%:@ Exit the shell with STATUS, even in a "trap 0" or "set -e" context. +as_fn_exit () +{ + set +e + as_fn_set_status $1 + exit $1 +} @%:@ as_fn_exit + +@%:@ as_fn_mkdir_p +@%:@ ------------- +@%:@ Create "@S|@as_dir" as a directory, including parents if necessary. +as_fn_mkdir_p () +{ + + case $as_dir in #( + -*) as_dir=./$as_dir;; + esac + test -d "$as_dir" || eval $as_mkdir_p || { + as_dirs= + while :; do + case $as_dir in #( + *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( + *) as_qdir=$as_dir;; + esac + as_dirs="'$as_qdir' $as_dirs" + as_dir=`$as_dirname -- "$as_dir" || +$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_dir" : 'X\(//\)[^/]' \| \ + X"$as_dir" : 'X\(//\)$' \| \ + X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$as_dir" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + test -d "$as_dir" && break + done + test -z "$as_dirs" || eval "mkdir $as_dirs" + } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" + + +} @%:@ as_fn_mkdir_p + +@%:@ as_fn_executable_p FILE +@%:@ ----------------------- +@%:@ Test if FILE is an executable regular file. +as_fn_executable_p () +{ + test -f "$1" && test -x "$1" +} @%:@ as_fn_executable_p +@%:@ as_fn_append VAR VALUE +@%:@ ---------------------- +@%:@ Append the text in VALUE to the end of the definition contained in VAR. Take +@%:@ advantage of any shell optimizations that allow amortized linear growth over +@%:@ repeated appends, instead of the typical quadratic growth present in naive +@%:@ implementations. +if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : + eval 'as_fn_append () + { + eval $1+=\$2 + }' +else + as_fn_append () + { + eval $1=\$$1\$2 + } +fi # as_fn_append + +@%:@ as_fn_arith ARG... +@%:@ ------------------ +@%:@ Perform arithmetic evaluation on the ARGs, and store the result in the +@%:@ global @S|@as_val. Take advantage of shells that can avoid forks. The arguments +@%:@ must be portable across @S|@(()) and expr. +if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : + eval 'as_fn_arith () + { + as_val=$(( $* )) + }' +else + as_fn_arith () + { + as_val=`expr "$@" || test $? -eq 1` + } +fi # as_fn_arith + + +@%:@ as_fn_error STATUS ERROR [LINENO LOG_FD] +@%:@ ---------------------------------------- +@%:@ Output "`basename @S|@0`: error: ERROR" to stderr. If LINENO and LOG_FD are +@%:@ provided, also output the error to LOG_FD, referencing LINENO. Then exit the +@%:@ script with STATUS, using 1 if that was 0. +as_fn_error () +{ + as_status=$1; test $as_status -eq 0 && as_status=1 + if test "$4"; then + as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 + fi + $as_echo "$as_me: error: $2" >&2 + as_fn_exit $as_status +} @%:@ as_fn_error + +if expr a : '\(a\)' >/dev/null 2>&1 && + test "X`expr 00001 : '.*\(...\)'`" = X001; then + as_expr=expr +else + as_expr=false +fi + +if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then + as_basename=basename +else + as_basename=false +fi + +if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then + as_dirname=dirname +else + as_dirname=false +fi + +as_me=`$as_basename -- "$0" || +$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ + X"$0" : 'X\(//\)$' \| \ + X"$0" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X/"$0" | + sed '/^.*\/\([^/][^/]*\)\/*$/{ + s//\1/ + q + } + /^X\/\(\/\/\)$/{ + s//\1/ + q + } + /^X\/\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + +# Avoid depending upon Character Ranges. +as_cr_letters='abcdefghijklmnopqrstuvwxyz' +as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' +as_cr_Letters=$as_cr_letters$as_cr_LETTERS +as_cr_digits='0123456789' +as_cr_alnum=$as_cr_Letters$as_cr_digits + + + as_lineno_1=$LINENO as_lineno_1a=$LINENO + as_lineno_2=$LINENO as_lineno_2a=$LINENO + eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && + test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { + # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) + sed -n ' + p + /[$]LINENO/= + ' <$as_myself | + sed ' + s/[$]LINENO.*/&-/ + t lineno + b + :lineno + N + :loop + s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ + t loop + s/-\n.*// + ' >$as_me.lineno && + chmod +x "$as_me.lineno" || + { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } + + # If we had to re-execute with $CONFIG_SHELL, we're ensured to have + # already done that, so ensure we don't try to do so again and fall + # in an infinite loop. This has already happened in practice. + _as_can_reexec=no; export _as_can_reexec + # Don't try to exec as it changes $[0], causing all sort of problems + # (the dirname of $[0] is not the place where we might find the + # original and so on. Autoconf is especially sensitive to this). + . "./$as_me.lineno" + # Exit status is that of the last command. + exit +} + +ECHO_C= ECHO_N= ECHO_T= +case `echo -n x` in @%:@((((( +-n*) + case `echo 'xy\c'` in + *c*) ECHO_T=' ';; # ECHO_T is single tab character. + xy) ECHO_C='\c';; + *) echo `echo ksh88 bug on AIX 6.1` > /dev/null + ECHO_T=' ';; + esac;; +*) + ECHO_N='-n';; +esac + +rm -f conf$$ conf$$.exe conf$$.file +if test -d conf$$.dir; then + rm -f conf$$.dir/conf$$.file +else + rm -f conf$$.dir + mkdir conf$$.dir 2>/dev/null +fi +if (echo >conf$$.file) 2>/dev/null; then + if ln -s conf$$.file conf$$ 2>/dev/null; then + as_ln_s='ln -s' + # ... but there are two gotchas: + # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. + # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. + # In both cases, we have to default to `cp -pR'. + ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || + as_ln_s='cp -pR' + elif ln conf$$.file conf$$ 2>/dev/null; then + as_ln_s=ln + else + as_ln_s='cp -pR' + fi +else + as_ln_s='cp -pR' +fi +rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file +rmdir conf$$.dir 2>/dev/null + +if mkdir -p . 2>/dev/null; then + as_mkdir_p='mkdir -p "$as_dir"' +else + test -d ./-p && rmdir ./-p + as_mkdir_p=false +fi + +as_test_x='test -x' +as_executable_p=as_fn_executable_p + +# Sed expression to map a string onto a valid CPP name. +as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" + +# Sed expression to map a string onto a valid variable name. +as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" + + +test -n "$DJDIR" || exec 7<&0 &1 + +# Name of the host. +# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status, +# so uname gets run too. +ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` + +# +# Initializations. +# +ac_default_prefix=/usr/local +ac_clean_files= +ac_config_libobj_dir=. +LIB@&t@OBJS= +cross_compiling=no +subdirs= +MFLAGS= +MAKEFLAGS= + +# Identity of this package. +PACKAGE_NAME='arp-scan' +PACKAGE_TARNAME='arp-scan' +PACKAGE_VERSION='1.9.5' +PACKAGE_STRING='arp-scan 1.9.5' +PACKAGE_BUGREPORT='https://github.com/royhills/arp-scan' +PACKAGE_URL='' + +ac_unique_file="arp-scan.c" +# Factoring default headers for most tests. +ac_includes_default="\ +#include +#ifdef HAVE_SYS_TYPES_H +# include +#endif +#ifdef HAVE_SYS_STAT_H +# include +#endif +#ifdef STDC_HEADERS +# include +# include +#else +# ifdef HAVE_STDLIB_H +# include +# endif +#endif +#ifdef HAVE_STRING_H +# if !defined STDC_HEADERS && defined HAVE_MEMORY_H +# include +# endif +# include +#endif +#ifdef HAVE_STRINGS_H +# include +#endif +#ifdef HAVE_INTTYPES_H +# include +#endif +#ifdef HAVE_STDINT_H +# include +#endif +#ifdef HAVE_UNISTD_H +# include +#endif" + +ac_subst_vars='am__EXEEXT_FALSE +am__EXEEXT_TRUE +LTLIBOBJS +LIB@&t@OBJS +EGREP +GREP +CPP +LN_S +am__fastdepCC_FALSE +am__fastdepCC_TRUE +CCDEPMODE +am__nodep +AMDEPBACKSLASH +AMDEP_FALSE +AMDEP_TRUE +am__quote +am__include +DEPDIR +OBJEXT +EXEEXT +ac_ct_CC +CPPFLAGS +LDFLAGS +CFLAGS +CC +host_os +host_vendor +host_cpu +host +build_os +build_vendor +build_cpu +build +AM_BACKSLASH +AM_DEFAULT_VERBOSITY +AM_DEFAULT_V +AM_V +am__untar +am__tar +AMTAR +am__leading_dot +SET_MAKE +AWK +mkdir_p +MKDIR_P +INSTALL_STRIP_PROGRAM +STRIP +install_sh +MAKEINFO +AUTOHEADER +AUTOMAKE +AUTOCONF +ACLOCAL +VERSION +PACKAGE +CYGPATH_W +am__isrc +INSTALL_DATA +INSTALL_SCRIPT +INSTALL_PROGRAM +target_alias +host_alias +build_alias +LIBS +ECHO_T +ECHO_N +ECHO_C +DEFS +mandir +localedir +libdir +psdir +pdfdir +dvidir +htmldir +infodir +docdir +oldincludedir +includedir +runstatedir +localstatedir +sharedstatedir +sysconfdir +datadir +datarootdir +libexecdir +sbindir +bindir +program_transform_name +prefix +exec_prefix +PACKAGE_URL +PACKAGE_BUGREPORT +PACKAGE_STRING +PACKAGE_VERSION +PACKAGE_TARNAME +PACKAGE_NAME +PATH_SEPARATOR +SHELL' +ac_subst_files='' +ac_user_opts=' +enable_option_checking +enable_silent_rules +enable_gcov +enable_dependency_tracking +' + ac_precious_vars='build_alias +host_alias +target_alias +CC +CFLAGS +LDFLAGS +LIBS +CPPFLAGS +CPP' + + +# Initialize some variables set by options. +ac_init_help= +ac_init_version=false +ac_unrecognized_opts= +ac_unrecognized_sep= +# The variables have the same names as the options, with +# dashes changed to underlines. +cache_file=/dev/null +exec_prefix=NONE +no_create= +no_recursion= +prefix=NONE +program_prefix=NONE +program_suffix=NONE +program_transform_name=s,x,x, +silent= +site= +srcdir= +verbose= +x_includes=NONE +x_libraries=NONE + +# Installation directory options. +# These are left unexpanded so users can "make install exec_prefix=/foo" +# and all the variables that are supposed to be based on exec_prefix +# by default will actually change. +# Use braces instead of parens because sh, perl, etc. also accept them. +# (The list follows the same order as the GNU Coding Standards.) +bindir='${exec_prefix}/bin' +sbindir='${exec_prefix}/sbin' +libexecdir='${exec_prefix}/libexec' +datarootdir='${prefix}/share' +datadir='${datarootdir}' +sysconfdir='${prefix}/etc' +sharedstatedir='${prefix}/com' +localstatedir='${prefix}/var' +runstatedir='${localstatedir}/run' +includedir='${prefix}/include' +oldincludedir='/usr/include' +docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' +infodir='${datarootdir}/info' +htmldir='${docdir}' +dvidir='${docdir}' +pdfdir='${docdir}' +psdir='${docdir}' +libdir='${exec_prefix}/lib' +localedir='${datarootdir}/locale' +mandir='${datarootdir}/man' + +ac_prev= +ac_dashdash= +for ac_option +do + # If the previous option needs an argument, assign it. + if test -n "$ac_prev"; then + eval $ac_prev=\$ac_option + ac_prev= + continue + fi + + case $ac_option in + *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; + *=) ac_optarg= ;; + *) ac_optarg=yes ;; + esac + + # Accept the important Cygnus configure options, so we can diagnose typos. + + case $ac_dashdash$ac_option in + --) + ac_dashdash=yes ;; + + -bindir | --bindir | --bindi | --bind | --bin | --bi) + ac_prev=bindir ;; + -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) + bindir=$ac_optarg ;; + + -build | --build | --buil | --bui | --bu) + ac_prev=build_alias ;; + -build=* | --build=* | --buil=* | --bui=* | --bu=*) + build_alias=$ac_optarg ;; + + -cache-file | --cache-file | --cache-fil | --cache-fi \ + | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) + ac_prev=cache_file ;; + -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ + | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) + cache_file=$ac_optarg ;; + + --config-cache | -C) + cache_file=config.cache ;; + + -datadir | --datadir | --datadi | --datad) + ac_prev=datadir ;; + -datadir=* | --datadir=* | --datadi=* | --datad=*) + datadir=$ac_optarg ;; + + -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \ + | --dataroo | --dataro | --datar) + ac_prev=datarootdir ;; + -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \ + | --dataroot=* | --dataroo=* | --dataro=* | --datar=*) + datarootdir=$ac_optarg ;; + + -disable-* | --disable-*) + ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + as_fn_error $? "invalid feature name: $ac_useropt" + ac_useropt_orig=$ac_useropt + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"enable_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval enable_$ac_useropt=no ;; + + -docdir | --docdir | --docdi | --doc | --do) + ac_prev=docdir ;; + -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*) + docdir=$ac_optarg ;; + + -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv) + ac_prev=dvidir ;; + -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*) + dvidir=$ac_optarg ;; + + -enable-* | --enable-*) + ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + as_fn_error $? "invalid feature name: $ac_useropt" + ac_useropt_orig=$ac_useropt + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"enable_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval enable_$ac_useropt=\$ac_optarg ;; + + -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ + | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ + | --exec | --exe | --ex) + ac_prev=exec_prefix ;; + -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ + | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ + | --exec=* | --exe=* | --ex=*) + exec_prefix=$ac_optarg ;; + + -gas | --gas | --ga | --g) + # Obsolete; use --with-gas. + with_gas=yes ;; + + -help | --help | --hel | --he | -h) + ac_init_help=long ;; + -help=r* | --help=r* | --hel=r* | --he=r* | -hr*) + ac_init_help=recursive ;; + -help=s* | --help=s* | --hel=s* | --he=s* | -hs*) + ac_init_help=short ;; + + -host | --host | --hos | --ho) + ac_prev=host_alias ;; + -host=* | --host=* | --hos=* | --ho=*) + host_alias=$ac_optarg ;; + + -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht) + ac_prev=htmldir ;; + -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \ + | --ht=*) + htmldir=$ac_optarg ;; + + -includedir | --includedir | --includedi | --included | --include \ + | --includ | --inclu | --incl | --inc) + ac_prev=includedir ;; + -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ + | --includ=* | --inclu=* | --incl=* | --inc=*) + includedir=$ac_optarg ;; + + -infodir | --infodir | --infodi | --infod | --info | --inf) + ac_prev=infodir ;; + -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) + infodir=$ac_optarg ;; + + -libdir | --libdir | --libdi | --libd) + ac_prev=libdir ;; + -libdir=* | --libdir=* | --libdi=* | --libd=*) + libdir=$ac_optarg ;; + + -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ + | --libexe | --libex | --libe) + ac_prev=libexecdir ;; + -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ + | --libexe=* | --libex=* | --libe=*) + libexecdir=$ac_optarg ;; + + -localedir | --localedir | --localedi | --localed | --locale) + ac_prev=localedir ;; + -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*) + localedir=$ac_optarg ;; + + -localstatedir | --localstatedir | --localstatedi | --localstated \ + | --localstate | --localstat | --localsta | --localst | --locals) + ac_prev=localstatedir ;; + -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ + | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*) + localstatedir=$ac_optarg ;; + + -mandir | --mandir | --mandi | --mand | --man | --ma | --m) + ac_prev=mandir ;; + -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) + mandir=$ac_optarg ;; + + -nfp | --nfp | --nf) + # Obsolete; use --without-fp. + with_fp=no ;; + + -no-create | --no-create | --no-creat | --no-crea | --no-cre \ + | --no-cr | --no-c | -n) + no_create=yes ;; + + -no-recursion | --no-recursion | --no-recursio | --no-recursi \ + | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) + no_recursion=yes ;; + + -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \ + | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \ + | --oldin | --oldi | --old | --ol | --o) + ac_prev=oldincludedir ;; + -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ + | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ + | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) + oldincludedir=$ac_optarg ;; + + -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) + ac_prev=prefix ;; + -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) + prefix=$ac_optarg ;; + + -program-prefix | --program-prefix | --program-prefi | --program-pref \ + | --program-pre | --program-pr | --program-p) + ac_prev=program_prefix ;; + -program-prefix=* | --program-prefix=* | --program-prefi=* \ + | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) + program_prefix=$ac_optarg ;; + + -program-suffix | --program-suffix | --program-suffi | --program-suff \ + | --program-suf | --program-su | --program-s) + ac_prev=program_suffix ;; + -program-suffix=* | --program-suffix=* | --program-suffi=* \ + | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) + program_suffix=$ac_optarg ;; + + -program-transform-name | --program-transform-name \ + | --program-transform-nam | --program-transform-na \ + | --program-transform-n | --program-transform- \ + | --program-transform | --program-transfor \ + | --program-transfo | --program-transf \ + | --program-trans | --program-tran \ + | --progr-tra | --program-tr | --program-t) + ac_prev=program_transform_name ;; + -program-transform-name=* | --program-transform-name=* \ + | --program-transform-nam=* | --program-transform-na=* \ + | --program-transform-n=* | --program-transform-=* \ + | --program-transform=* | --program-transfor=* \ + | --program-transfo=* | --program-transf=* \ + | --program-trans=* | --program-tran=* \ + | --progr-tra=* | --program-tr=* | --program-t=*) + program_transform_name=$ac_optarg ;; + + -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd) + ac_prev=pdfdir ;; + -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*) + pdfdir=$ac_optarg ;; + + -psdir | --psdir | --psdi | --psd | --ps) + ac_prev=psdir ;; + -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*) + psdir=$ac_optarg ;; + + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ + | -silent | --silent | --silen | --sile | --sil) + silent=yes ;; + + -runstatedir | --runstatedir | --runstatedi | --runstated \ + | --runstate | --runstat | --runsta | --runst | --runs \ + | --run | --ru | --r) + ac_prev=runstatedir ;; + -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \ + | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \ + | --run=* | --ru=* | --r=*) + runstatedir=$ac_optarg ;; + + -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) + ac_prev=sbindir ;; + -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ + | --sbi=* | --sb=*) + sbindir=$ac_optarg ;; + + -sharedstatedir | --sharedstatedir | --sharedstatedi \ + | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ + | --sharedst | --shareds | --shared | --share | --shar \ + | --sha | --sh) + ac_prev=sharedstatedir ;; + -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ + | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ + | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ + | --sha=* | --sh=*) + sharedstatedir=$ac_optarg ;; + + -site | --site | --sit) + ac_prev=site ;; + -site=* | --site=* | --sit=*) + site=$ac_optarg ;; + + -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) + ac_prev=srcdir ;; + -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) + srcdir=$ac_optarg ;; + + -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ + | --syscon | --sysco | --sysc | --sys | --sy) + ac_prev=sysconfdir ;; + -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ + | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) + sysconfdir=$ac_optarg ;; + + -target | --target | --targe | --targ | --tar | --ta | --t) + ac_prev=target_alias ;; + -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) + target_alias=$ac_optarg ;; + + -v | -verbose | --verbose | --verbos | --verbo | --verb) + verbose=yes ;; + + -version | --version | --versio | --versi | --vers | -V) + ac_init_version=: ;; + + -with-* | --with-*) + ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + as_fn_error $? "invalid package name: $ac_useropt" + ac_useropt_orig=$ac_useropt + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"with_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval with_$ac_useropt=\$ac_optarg ;; + + -without-* | --without-*) + ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + as_fn_error $? "invalid package name: $ac_useropt" + ac_useropt_orig=$ac_useropt + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"with_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval with_$ac_useropt=no ;; + + --x) + # Obsolete; use --with-x. + with_x=yes ;; + + -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ + | --x-incl | --x-inc | --x-in | --x-i) + ac_prev=x_includes ;; + -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ + | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) + x_includes=$ac_optarg ;; + + -x-libraries | --x-libraries | --x-librarie | --x-librari \ + | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) + ac_prev=x_libraries ;; + -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ + | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) + x_libraries=$ac_optarg ;; + + -*) as_fn_error $? "unrecognized option: \`$ac_option' +Try \`$0 --help' for more information" + ;; + + *=*) + ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` + # Reject names that are not valid shell variable names. + case $ac_envvar in #( + '' | [0-9]* | *[!_$as_cr_alnum]* ) + as_fn_error $? "invalid variable name: \`$ac_envvar'" ;; + esac + eval $ac_envvar=\$ac_optarg + export $ac_envvar ;; + + *) + # FIXME: should be removed in autoconf 3.0. + $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 + expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && + $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 + : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}" + ;; + + esac +done + +if test -n "$ac_prev"; then + ac_option=--`echo $ac_prev | sed 's/_/-/g'` + as_fn_error $? "missing argument to $ac_option" +fi + +if test -n "$ac_unrecognized_opts"; then + case $enable_option_checking in + no) ;; + fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;; + *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; + esac +fi + +# Check all directory arguments for consistency. +for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ + datadir sysconfdir sharedstatedir localstatedir includedir \ + oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ + libdir localedir mandir runstatedir +do + eval ac_val=\$$ac_var + # Remove trailing slashes. + case $ac_val in + */ ) + ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` + eval $ac_var=\$ac_val;; + esac + # Be sure to have absolute directory names. + case $ac_val in + [\\/$]* | ?:[\\/]* ) continue;; + NONE | '' ) case $ac_var in *prefix ) continue;; esac;; + esac + as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val" +done + +# There might be people who depend on the old broken behavior: `$host' +# used to hold the argument of --host etc. +# FIXME: To remove some day. +build=$build_alias +host=$host_alias +target=$target_alias + +# FIXME: To remove some day. +if test "x$host_alias" != x; then + if test "x$build_alias" = x; then + cross_compiling=maybe + elif test "x$build_alias" != "x$host_alias"; then + cross_compiling=yes + fi +fi + +ac_tool_prefix= +test -n "$host_alias" && ac_tool_prefix=$host_alias- + +test "$silent" = yes && exec 6>/dev/null + + +ac_pwd=`pwd` && test -n "$ac_pwd" && +ac_ls_di=`ls -di .` && +ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || + as_fn_error $? "working directory cannot be determined" +test "X$ac_ls_di" = "X$ac_pwd_ls_di" || + as_fn_error $? "pwd does not report name of working directory" + + +# Find the source files, if location was not specified. +if test -z "$srcdir"; then + ac_srcdir_defaulted=yes + # Try the directory containing this script, then the parent directory. + ac_confdir=`$as_dirname -- "$as_myself" || +$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_myself" : 'X\(//\)[^/]' \| \ + X"$as_myself" : 'X\(//\)$' \| \ + X"$as_myself" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$as_myself" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + srcdir=$ac_confdir + if test ! -r "$srcdir/$ac_unique_file"; then + srcdir=.. + fi +else + ac_srcdir_defaulted=no +fi +if test ! -r "$srcdir/$ac_unique_file"; then + test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." + as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir" +fi +ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" +ac_abs_confdir=`( + cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg" + pwd)` +# When building in place, set srcdir=. +if test "$ac_abs_confdir" = "$ac_pwd"; then + srcdir=. +fi +# Remove unnecessary trailing slashes from srcdir. +# Double slashes in file names in object file debugging info +# mess up M-x gdb in Emacs. +case $srcdir in +*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; +esac +for ac_var in $ac_precious_vars; do + eval ac_env_${ac_var}_set=\${${ac_var}+set} + eval ac_env_${ac_var}_value=\$${ac_var} + eval ac_cv_env_${ac_var}_set=\${${ac_var}+set} + eval ac_cv_env_${ac_var}_value=\$${ac_var} +done + +# +# Report the --help message. +# +if test "$ac_init_help" = "long"; then + # Omit some internal or obsolete options to make the list less imposing. + # This message is too long to be a string in the A/UX 3.1 sh. + cat <<_ACEOF +\`configure' configures arp-scan 1.9.5 to adapt to many kinds of systems. + +Usage: $0 [OPTION]... [VAR=VALUE]... + +To assign environment variables (e.g., CC, CFLAGS...), specify them as +VAR=VALUE. See below for descriptions of some of the useful variables. + +Defaults for the options are specified in brackets. + +Configuration: + -h, --help display this help and exit + --help=short display options specific to this package + --help=recursive display the short help of all the included packages + -V, --version display version information and exit + -q, --quiet, --silent do not print \`checking ...' messages + --cache-file=FILE cache test results in FILE [disabled] + -C, --config-cache alias for \`--cache-file=config.cache' + -n, --no-create do not create output files + --srcdir=DIR find the sources in DIR [configure dir or \`..'] + +Installation directories: + --prefix=PREFIX install architecture-independent files in PREFIX + @<:@@S|@ac_default_prefix@:>@ + --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX + @<:@PREFIX@:>@ + +By default, \`make install' will install all the files in +\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify +an installation prefix other than \`$ac_default_prefix' using \`--prefix', +for instance \`--prefix=\$HOME'. + +For better control, use the options below. + +Fine tuning of the installation directories: + --bindir=DIR user executables [EPREFIX/bin] + --sbindir=DIR system admin executables [EPREFIX/sbin] + --libexecdir=DIR program executables [EPREFIX/libexec] + --sysconfdir=DIR read-only single-machine data [PREFIX/etc] + --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] + --localstatedir=DIR modifiable single-machine data [PREFIX/var] + --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run] + --libdir=DIR object code libraries [EPREFIX/lib] + --includedir=DIR C header files [PREFIX/include] + --oldincludedir=DIR C header files for non-gcc [/usr/include] + --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] + --datadir=DIR read-only architecture-independent data [DATAROOTDIR] + --infodir=DIR info documentation [DATAROOTDIR/info] + --localedir=DIR locale-dependent data [DATAROOTDIR/locale] + --mandir=DIR man documentation [DATAROOTDIR/man] + --docdir=DIR documentation root @<:@DATAROOTDIR/doc/arp-scan@:>@ + --htmldir=DIR html documentation [DOCDIR] + --dvidir=DIR dvi documentation [DOCDIR] + --pdfdir=DIR pdf documentation [DOCDIR] + --psdir=DIR ps documentation [DOCDIR] +_ACEOF + + cat <<\_ACEOF + +Program names: + --program-prefix=PREFIX prepend PREFIX to installed program names + --program-suffix=SUFFIX append SUFFIX to installed program names + --program-transform-name=PROGRAM run sed PROGRAM on installed program names + +System types: + --build=BUILD configure for building on BUILD [guessed] + --host=HOST cross-compile to build programs to run on HOST [BUILD] +_ACEOF +fi + +if test -n "$ac_init_help"; then + case $ac_init_help in + short | recursive ) echo "Configuration of arp-scan 1.9.5:";; + esac + cat <<\_ACEOF + +Optional Features: + --disable-option-checking ignore unrecognized --enable/--with options + --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) + --enable-FEATURE[=ARG] include FEATURE [ARG=yes] + --enable-silent-rules less verbose build output (undo: "make V=1") + --disable-silent-rules verbose build output (undo: "make V=0") + --enable-gcov enable gcov code coverage analysis + --enable-dependency-tracking + do not reject slow dependency extractors + --disable-dependency-tracking + speeds up one-time build + +Some influential environment variables: + CC C compiler command + CFLAGS C compiler flags + LDFLAGS linker flags, e.g. -L if you have libraries in a + nonstandard directory + LIBS libraries to pass to the linker, e.g. -l + CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I if + you have headers in a nonstandard directory + CPP C preprocessor + +Use these variables to override the choices made by `configure' or to help +it to find libraries and programs with nonstandard names/locations. + +Report bugs to . +_ACEOF +ac_status=$? +fi + +if test "$ac_init_help" = "recursive"; then + # If there are subdirs, report their specific --help. + for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue + test -d "$ac_dir" || + { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || + continue + ac_builddir=. + +case "$ac_dir" in +.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; +*) + ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` + # A ".." for each directory in $ac_dir_suffix. + ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` + case $ac_top_builddir_sub in + "") ac_top_builddir_sub=. ac_top_build_prefix= ;; + *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; + esac ;; +esac +ac_abs_top_builddir=$ac_pwd +ac_abs_builddir=$ac_pwd$ac_dir_suffix +# for backward compatibility: +ac_top_builddir=$ac_top_build_prefix + +case $srcdir in + .) # We are building in place. + ac_srcdir=. + ac_top_srcdir=$ac_top_builddir_sub + ac_abs_top_srcdir=$ac_pwd ;; + [\\/]* | ?:[\\/]* ) # Absolute name. + ac_srcdir=$srcdir$ac_dir_suffix; + ac_top_srcdir=$srcdir + ac_abs_top_srcdir=$srcdir ;; + *) # Relative name. + ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix + ac_top_srcdir=$ac_top_build_prefix$srcdir + ac_abs_top_srcdir=$ac_pwd/$srcdir ;; +esac +ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix + + cd "$ac_dir" || { ac_status=$?; continue; } + # Check for guested configure. + if test -f "$ac_srcdir/configure.gnu"; then + echo && + $SHELL "$ac_srcdir/configure.gnu" --help=recursive + elif test -f "$ac_srcdir/configure"; then + echo && + $SHELL "$ac_srcdir/configure" --help=recursive + else + $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 + fi || ac_status=$? + cd "$ac_pwd" || { ac_status=$?; break; } + done +fi + +test -n "$ac_init_help" && exit $ac_status +if $ac_init_version; then + cat <<\_ACEOF +arp-scan configure 1.9.5 +generated by GNU Autoconf 2.69 + +Copyright (C) 2012 Free Software Foundation, Inc. +This configure script is free software; the Free Software Foundation +gives unlimited permission to copy, distribute and modify it. +_ACEOF + exit +fi + +## ------------------------ ## +## Autoconf initialization. ## +## ------------------------ ## + +@%:@ ac_fn_c_try_compile LINENO +@%:@ -------------------------- +@%:@ Try to compile conftest.@S|@ac_ext, and return whether this succeeded. +ac_fn_c_try_compile () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + rm -f conftest.$ac_objext + if { { ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_compile") 2>conftest.err + ac_status=$? + if test -s conftest.err; then + grep -v '^ *+' conftest.err >conftest.er1 + cat conftest.er1 >&5 + mv -f conftest.er1 conftest.err + fi + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then : + ac_retval=0 +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_retval=1 +fi + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + as_fn_set_status $ac_retval + +} @%:@ ac_fn_c_try_compile + +@%:@ ac_fn_c_try_link LINENO +@%:@ ----------------------- +@%:@ Try to link conftest.@S|@ac_ext, and return whether this succeeded. +ac_fn_c_try_link () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + rm -f conftest.$ac_objext conftest$ac_exeext + if { { ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_link") 2>conftest.err + ac_status=$? + if test -s conftest.err; then + grep -v '^ *+' conftest.err >conftest.er1 + cat conftest.er1 >&5 + mv -f conftest.er1 conftest.err + fi + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + test -x conftest$ac_exeext + }; then : + ac_retval=0 +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_retval=1 +fi + # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information + # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would + # interfere with the next link command; also delete a directory that is + # left behind by Apple's compiler. We do this before executing the actions. + rm -rf conftest.dSYM conftest_ipa8_conftest.oo + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + as_fn_set_status $ac_retval + +} @%:@ ac_fn_c_try_link + +@%:@ ac_fn_c_try_cpp LINENO +@%:@ ---------------------- +@%:@ Try to preprocess conftest.@S|@ac_ext, and return whether this succeeded. +ac_fn_c_try_cpp () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + if { { ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err + ac_status=$? + if test -s conftest.err; then + grep -v '^ *+' conftest.err >conftest.er1 + cat conftest.er1 >&5 + mv -f conftest.er1 conftest.err + fi + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } > conftest.i && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then : + ac_retval=0 +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_retval=1 +fi + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + as_fn_set_status $ac_retval + +} @%:@ ac_fn_c_try_cpp + +@%:@ ac_fn_c_try_run LINENO +@%:@ ---------------------- +@%:@ Try to link conftest.@S|@ac_ext, and return whether this succeeded. Assumes +@%:@ that executables *can* be run. +ac_fn_c_try_run () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + if { { ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_link") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && { ac_try='./conftest$ac_exeext' + { { case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_try") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; }; then : + ac_retval=0 +else + $as_echo "$as_me: program exited with status $ac_status" >&5 + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_retval=$ac_status +fi + rm -rf conftest.dSYM conftest_ipa8_conftest.oo + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + as_fn_set_status $ac_retval + +} @%:@ ac_fn_c_try_run + +@%:@ ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES +@%:@ ------------------------------------------------------- +@%:@ Tests whether HEADER exists, giving a warning if it cannot be compiled using +@%:@ the include files in INCLUDES and setting the cache variable VAR +@%:@ accordingly. +ac_fn_c_check_header_mongrel () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + if eval \${$3+:} false; then : + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 +$as_echo_n "checking for $2... " >&6; } +if eval \${$3+:} false; then : + $as_echo_n "(cached) " >&6 +fi +eval ac_res=\$$3 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +else + # Is the header compilable? +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5 +$as_echo_n "checking $2 usability... " >&6; } +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$4 +@%:@include <$2> +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + ac_header_compiler=yes +else + ac_header_compiler=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5 +$as_echo "$ac_header_compiler" >&6; } + +# Is the header present? +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5 +$as_echo_n "checking $2 presence... " >&6; } +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +@%:@include <$2> +_ACEOF +if ac_fn_c_try_cpp "$LINENO"; then : + ac_header_preproc=yes +else + ac_header_preproc=no +fi +rm -f conftest.err conftest.i conftest.$ac_ext +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5 +$as_echo "$ac_header_preproc" >&6; } + +# So? What about this header? +case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #(( + yes:no: ) + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5 +$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;} + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 +$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} + ;; + no:yes:* ) + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5 +$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;} + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5 +$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;} + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5 +$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;} + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5 +$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;} + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 +$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} +( $as_echo "## --------------------------------------------------- ## +## Report this to https://github.com/royhills/arp-scan ## +## --------------------------------------------------- ##" + ) | sed "s/^/$as_me: WARNING: /" >&2 + ;; +esac + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 +$as_echo_n "checking for $2... " >&6; } +if eval \${$3+:} false; then : + $as_echo_n "(cached) " >&6 +else + eval "$3=\$ac_header_compiler" +fi +eval ac_res=\$$3 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +fi + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + +} @%:@ ac_fn_c_check_header_mongrel + +@%:@ ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES +@%:@ ------------------------------------------------------- +@%:@ Tests whether HEADER exists and can be compiled using the include files in +@%:@ INCLUDES, setting the cache variable VAR accordingly. +ac_fn_c_check_header_compile () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 +$as_echo_n "checking for $2... " >&6; } +if eval \${$3+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$4 +@%:@include <$2> +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + eval "$3=yes" +else + eval "$3=no" +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +eval ac_res=\$$3 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + +} @%:@ ac_fn_c_check_header_compile + +@%:@ ac_fn_c_check_type LINENO TYPE VAR INCLUDES +@%:@ ------------------------------------------- +@%:@ Tests whether TYPE exists after having included INCLUDES, setting cache +@%:@ variable VAR accordingly. +ac_fn_c_check_type () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 +$as_echo_n "checking for $2... " >&6; } +if eval \${$3+:} false; then : + $as_echo_n "(cached) " >&6 +else + eval "$3=no" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$4 +int +main () +{ +if (sizeof ($2)) + return 0; + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$4 +int +main () +{ +if (sizeof (($2))) + return 0; + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + +else + eval "$3=yes" +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +eval ac_res=\$$3 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + +} @%:@ ac_fn_c_check_type + +@%:@ ac_fn_c_check_func LINENO FUNC VAR +@%:@ ---------------------------------- +@%:@ Tests whether FUNC exists, setting the cache variable VAR accordingly +ac_fn_c_check_func () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 +$as_echo_n "checking for $2... " >&6; } +if eval \${$3+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +/* Define $2 to an innocuous variant, in case declares $2. + For example, HP-UX 11i declares gettimeofday. */ +#define $2 innocuous_$2 + +/* System header to define __stub macros and hopefully few prototypes, + which can conflict with char $2 (); below. + Prefer to if __STDC__ is defined, since + exists even on freestanding compilers. */ + +#ifdef __STDC__ +# include +#else +# include +#endif + +#undef $2 + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char $2 (); +/* The GNU C library defines this for functions which it implements + to always fail with ENOSYS. Some functions are actually named + something starting with __ and the normal name is an alias. */ +#if defined __stub_$2 || defined __stub___$2 +choke me +#endif + +int +main () +{ +return $2 (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + eval "$3=yes" +else + eval "$3=no" +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +fi +eval ac_res=\$$3 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + +} @%:@ ac_fn_c_check_func +cat >config.log <<_ACEOF +This file contains any messages produced by compilers while +running configure, to aid debugging if configure makes a mistake. + +It was created by arp-scan $as_me 1.9.5, which was +generated by GNU Autoconf 2.69. Invocation command line was + + $ $0 $@ + +_ACEOF +exec 5>>config.log +{ +cat <<_ASUNAME +## --------- ## +## Platform. ## +## --------- ## + +hostname = `(hostname || uname -n) 2>/dev/null | sed 1q` +uname -m = `(uname -m) 2>/dev/null || echo unknown` +uname -r = `(uname -r) 2>/dev/null || echo unknown` +uname -s = `(uname -s) 2>/dev/null || echo unknown` +uname -v = `(uname -v) 2>/dev/null || echo unknown` + +/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown` +/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown` + +/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` +/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` +/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` +/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown` +/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` +/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` +/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` + +_ASUNAME + +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + $as_echo "PATH: $as_dir" + done +IFS=$as_save_IFS + +} >&5 + +cat >&5 <<_ACEOF + + +## ----------- ## +## Core tests. ## +## ----------- ## + +_ACEOF + + +# Keep a trace of the command line. +# Strip out --no-create and --no-recursion so they do not pile up. +# Strip out --silent because we don't want to record it for future runs. +# Also quote any args containing shell meta-characters. +# Make two passes to allow for proper duplicate-argument suppression. +ac_configure_args= +ac_configure_args0= +ac_configure_args1= +ac_must_keep_next=false +for ac_pass in 1 2 +do + for ac_arg + do + case $ac_arg in + -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ + | -silent | --silent | --silen | --sile | --sil) + continue ;; + *\'*) + ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; + esac + case $ac_pass in + 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;; + 2) + as_fn_append ac_configure_args1 " '$ac_arg'" + if test $ac_must_keep_next = true; then + ac_must_keep_next=false # Got value, back to normal. + else + case $ac_arg in + *=* | --config-cache | -C | -disable-* | --disable-* \ + | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ + | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ + | -with-* | --with-* | -without-* | --without-* | --x) + case "$ac_configure_args0 " in + "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; + esac + ;; + -* ) ac_must_keep_next=true ;; + esac + fi + as_fn_append ac_configure_args " '$ac_arg'" + ;; + esac + done +done +{ ac_configure_args0=; unset ac_configure_args0;} +{ ac_configure_args1=; unset ac_configure_args1;} + +# When interrupted or exit'd, cleanup temporary files, and complete +# config.log. We remove comments because anyway the quotes in there +# would cause problems or look ugly. +# WARNING: Use '\'' to represent an apostrophe within the trap. +# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug. +trap 'exit_status=$? + # Save into config.log some information that might help in debugging. + { + echo + + $as_echo "## ---------------- ## +## Cache variables. ## +## ---------------- ##" + echo + # The following way of writing the cache mishandles newlines in values, +( + for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do + eval ac_val=\$$ac_var + case $ac_val in #( + *${as_nl}*) + case $ac_var in #( + *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 +$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; + esac + case $ac_var in #( + _ | IFS | as_nl) ;; #( + BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( + *) { eval $ac_var=; unset $ac_var;} ;; + esac ;; + esac + done + (set) 2>&1 | + case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #( + *${as_nl}ac_space=\ *) + sed -n \ + "s/'\''/'\''\\\\'\'''\''/g; + s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p" + ;; #( + *) + sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" + ;; + esac | + sort +) + echo + + $as_echo "## ----------------- ## +## Output variables. ## +## ----------------- ##" + echo + for ac_var in $ac_subst_vars + do + eval ac_val=\$$ac_var + case $ac_val in + *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; + esac + $as_echo "$ac_var='\''$ac_val'\''" + done | sort + echo + + if test -n "$ac_subst_files"; then + $as_echo "## ------------------- ## +## File substitutions. ## +## ------------------- ##" + echo + for ac_var in $ac_subst_files + do + eval ac_val=\$$ac_var + case $ac_val in + *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; + esac + $as_echo "$ac_var='\''$ac_val'\''" + done | sort + echo + fi + + if test -s confdefs.h; then + $as_echo "## ----------- ## +## confdefs.h. ## +## ----------- ##" + echo + cat confdefs.h + echo + fi + test "$ac_signal" != 0 && + $as_echo "$as_me: caught signal $ac_signal" + $as_echo "$as_me: exit $exit_status" + } >&5 + rm -f core *.core core.conftest.* && + rm -f -r conftest* confdefs* conf$$* $ac_clean_files && + exit $exit_status +' 0 +for ac_signal in 1 2 13 15; do + trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal +done +ac_signal=0 + +# confdefs.h avoids OS command line length limits that DEFS can exceed. +rm -f -r conftest* confdefs.h + +$as_echo "/* confdefs.h */" > confdefs.h + +# Predefined preprocessor variables. + +cat >>confdefs.h <<_ACEOF +@%:@define PACKAGE_NAME "$PACKAGE_NAME" +_ACEOF + +cat >>confdefs.h <<_ACEOF +@%:@define PACKAGE_TARNAME "$PACKAGE_TARNAME" +_ACEOF + +cat >>confdefs.h <<_ACEOF +@%:@define PACKAGE_VERSION "$PACKAGE_VERSION" +_ACEOF + +cat >>confdefs.h <<_ACEOF +@%:@define PACKAGE_STRING "$PACKAGE_STRING" +_ACEOF + +cat >>confdefs.h <<_ACEOF +@%:@define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT" +_ACEOF + +cat >>confdefs.h <<_ACEOF +@%:@define PACKAGE_URL "$PACKAGE_URL" +_ACEOF + + +# Let the site file select an alternate cache file if it wants to. +# Prefer an explicitly selected file to automatically selected ones. +ac_site_file1=NONE +ac_site_file2=NONE +if test -n "$CONFIG_SITE"; then + # We do not want a PATH search for config.site. + case $CONFIG_SITE in @%:@(( + -*) ac_site_file1=./$CONFIG_SITE;; + */*) ac_site_file1=$CONFIG_SITE;; + *) ac_site_file1=./$CONFIG_SITE;; + esac +elif test "x$prefix" != xNONE; then + ac_site_file1=$prefix/share/config.site + ac_site_file2=$prefix/etc/config.site +else + ac_site_file1=$ac_default_prefix/share/config.site + ac_site_file2=$ac_default_prefix/etc/config.site +fi +for ac_site_file in "$ac_site_file1" "$ac_site_file2" +do + test "x$ac_site_file" = xNONE && continue + if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 +$as_echo "$as_me: loading site script $ac_site_file" >&6;} + sed 's/^/| /' "$ac_site_file" >&5 + . "$ac_site_file" \ + || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "failed to load site script $ac_site_file +See \`config.log' for more details" "$LINENO" 5; } + fi +done + +if test -r "$cache_file"; then + # Some versions of bash will fail to source /dev/null (special files + # actually), so we avoid doing that. DJGPP emulates it as a regular file. + if test /dev/null != "$cache_file" && test -f "$cache_file"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5 +$as_echo "$as_me: loading cache $cache_file" >&6;} + case $cache_file in + [\\/]* | ?:[\\/]* ) . "$cache_file";; + *) . "./$cache_file";; + esac + fi +else + { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5 +$as_echo "$as_me: creating cache $cache_file" >&6;} + >$cache_file +fi + +# Check that the precious variables saved in the cache have kept the same +# value. +ac_cache_corrupted=false +for ac_var in $ac_precious_vars; do + eval ac_old_set=\$ac_cv_env_${ac_var}_set + eval ac_new_set=\$ac_env_${ac_var}_set + eval ac_old_val=\$ac_cv_env_${ac_var}_value + eval ac_new_val=\$ac_env_${ac_var}_value + case $ac_old_set,$ac_new_set in + set,) + { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 +$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} + ac_cache_corrupted=: ;; + ,set) + { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5 +$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} + ac_cache_corrupted=: ;; + ,);; + *) + if test "x$ac_old_val" != "x$ac_new_val"; then + # differences in whitespace do not lead to failure. + ac_old_val_w=`echo x $ac_old_val` + ac_new_val_w=`echo x $ac_new_val` + if test "$ac_old_val_w" != "$ac_new_val_w"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5 +$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} + ac_cache_corrupted=: + else + { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 +$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} + eval $ac_var=\$ac_old_val + fi + { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5 +$as_echo "$as_me: former value: \`$ac_old_val'" >&2;} + { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5 +$as_echo "$as_me: current value: \`$ac_new_val'" >&2;} + fi;; + esac + # Pass precious variables to config.status. + if test "$ac_new_set" = set; then + case $ac_new_val in + *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; + *) ac_arg=$ac_var=$ac_new_val ;; + esac + case " $ac_configure_args " in + *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. + *) as_fn_append ac_configure_args " '$ac_arg'" ;; + esac + fi +done +if $ac_cache_corrupted; then + { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} + { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 +$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} + as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5 +fi +## -------------------- ## +## Main body of script. ## +## -------------------- ## + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + + + + + +am__api_version='1.15' + +ac_aux_dir= +for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do + if test -f "$ac_dir/install-sh"; then + ac_aux_dir=$ac_dir + ac_install_sh="$ac_aux_dir/install-sh -c" + break + elif test -f "$ac_dir/install.sh"; then + ac_aux_dir=$ac_dir + ac_install_sh="$ac_aux_dir/install.sh -c" + break + elif test -f "$ac_dir/shtool"; then + ac_aux_dir=$ac_dir + ac_install_sh="$ac_aux_dir/shtool install -c" + break + fi +done +if test -z "$ac_aux_dir"; then + as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5 +fi + +# These three variables are undocumented and unsupported, +# and are intended to be withdrawn in a future Autoconf release. +# They can cause serious problems if a builder's source tree is in a directory +# whose full name contains unusual characters. +ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var. +ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var. +ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. + + +# Find a good install program. We prefer a C program (faster), +# so one script is as good as another. But avoid the broken or +# incompatible versions: +# SysV /etc/install, /usr/sbin/install +# SunOS /usr/etc/install +# IRIX /sbin/install +# AIX /bin/install +# AmigaOS /C/install, which installs bootblocks on floppy discs +# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag +# AFS /usr/afsws/bin/install, which mishandles nonexistent args +# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" +# OS/2's system install, which has a completely different semantic +# ./install, which can be erroneously created by make from ./install.sh. +# Reject install programs that cannot install multiple files. +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 +$as_echo_n "checking for a BSD-compatible install... " >&6; } +if test -z "$INSTALL"; then +if ${ac_cv_path_install+:} false; then : + $as_echo_n "(cached) " >&6 +else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + # Account for people who put trailing slashes in PATH elements. +case $as_dir/ in @%:@(( + ./ | .// | /[cC]/* | \ + /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ + ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \ + /usr/ucb/* ) ;; + *) + # OSF1 and SCO ODT 3.0 have their own names for install. + # Don't use installbsd from OSF since it installs stuff as root + # by default. + for ac_prog in ginstall scoinst install; do + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then + if test $ac_prog = install && + grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then + # AIX install. It has an incompatible calling convention. + : + elif test $ac_prog = install && + grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then + # program-specific install script used by HP pwplus--don't use. + : + else + rm -rf conftest.one conftest.two conftest.dir + echo one > conftest.one + echo two > conftest.two + mkdir conftest.dir + if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" && + test -s conftest.one && test -s conftest.two && + test -s conftest.dir/conftest.one && + test -s conftest.dir/conftest.two + then + ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" + break 3 + fi + fi + fi + done + done + ;; +esac + + done +IFS=$as_save_IFS + +rm -rf conftest.one conftest.two conftest.dir + +fi + if test "${ac_cv_path_install+set}" = set; then + INSTALL=$ac_cv_path_install + else + # As a last resort, use the slow shell script. Don't cache a + # value for INSTALL within a source directory, because that will + # break other packages using the cache if that directory is + # removed, or if the value is a relative name. + INSTALL=$ac_install_sh + fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5 +$as_echo "$INSTALL" >&6; } + +# Use test -z because SunOS4 sh mishandles braces in ${var-val}. +# It thinks the first close brace ends the variable substitution. +test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' + +test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' + +test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5 +$as_echo_n "checking whether build environment is sane... " >&6; } +# Reject unsafe characters in $srcdir or the absolute working directory +# name. Accept space and tab only in the latter. +am_lf=' +' +case `pwd` in + *[\\\"\#\$\&\'\`$am_lf]*) + as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;; +esac +case $srcdir in + *[\\\"\#\$\&\'\`$am_lf\ \ ]*) + as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;; +esac + +# Do 'set' in a subshell so we don't clobber the current shell's +# arguments. Must try -L first in case configure is actually a +# symlink; some systems play weird games with the mod time of symlinks +# (eg FreeBSD returns the mod time of the symlink's containing +# directory). +if ( + am_has_slept=no + for am_try in 1 2; do + echo "timestamp, slept: $am_has_slept" > conftest.file + set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` + if test "$*" = "X"; then + # -L didn't work. + set X `ls -t "$srcdir/configure" conftest.file` + fi + if test "$*" != "X $srcdir/configure conftest.file" \ + && test "$*" != "X conftest.file $srcdir/configure"; then + + # If neither matched, then we have a broken ls. This can happen + # if, for instance, CONFIG_SHELL is bash and it inherits a + # broken ls alias from the environment. This has actually + # happened. Such a system could not be considered "sane". + as_fn_error $? "ls -t appears to fail. Make sure there is not a broken + alias in your environment" "$LINENO" 5 + fi + if test "$2" = conftest.file || test $am_try -eq 2; then + break + fi + # Just in case. + sleep 1 + am_has_slept=yes + done + test "$2" = conftest.file + ) +then + # Ok. + : +else + as_fn_error $? "newly created file is older than distributed files! +Check your system clock" "$LINENO" 5 +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } +# If we didn't sleep, we still need to ensure time stamps of config.status and +# generated files are strictly newer. +am_sleep_pid= +if grep 'slept: no' conftest.file >/dev/null 2>&1; then + ( sleep 1 ) & + am_sleep_pid=$! +fi + +rm -f conftest.file + +test "$program_prefix" != NONE && + program_transform_name="s&^&$program_prefix&;$program_transform_name" +# Use a double $ so make ignores it. +test "$program_suffix" != NONE && + program_transform_name="s&\$&$program_suffix&;$program_transform_name" +# Double any \ or $. +# By default was `s,x,x', remove it if useless. +ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' +program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` + +# Expand $ac_aux_dir to an absolute path. +am_aux_dir=`cd "$ac_aux_dir" && pwd` + +if test x"${MISSING+set}" != xset; then + case $am_aux_dir in + *\ * | *\ *) + MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;; + *) + MISSING="\${SHELL} $am_aux_dir/missing" ;; + esac +fi +# Use eval to expand $SHELL +if eval "$MISSING --is-lightweight"; then + am_missing_run="$MISSING " +else + am_missing_run= + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5 +$as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;} +fi + +if test x"${install_sh+set}" != xset; then + case $am_aux_dir in + *\ * | *\ *) + install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; + *) + install_sh="\${SHELL} $am_aux_dir/install-sh" + esac +fi + +# Installed binaries are usually stripped using 'strip' when the user +# run "make install-strip". However 'strip' might not be the right +# tool to use in cross-compilation environments, therefore Automake +# will honor the 'STRIP' environment variable to overrule this program. +if test "$cross_compiling" != no; then + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. +set dummy ${ac_tool_prefix}strip; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_STRIP+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$STRIP"; then + ac_cv_prog_STRIP="$STRIP" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_STRIP="${ac_tool_prefix}strip" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +STRIP=$ac_cv_prog_STRIP +if test -n "$STRIP"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 +$as_echo "$STRIP" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_STRIP"; then + ac_ct_STRIP=$STRIP + # Extract the first word of "strip", so it can be a program name with args. +set dummy strip; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_ac_ct_STRIP+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$ac_ct_STRIP"; then + ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_STRIP="strip" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP +if test -n "$ac_ct_STRIP"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5 +$as_echo "$ac_ct_STRIP" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + if test "x$ac_ct_STRIP" = x; then + STRIP=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + STRIP=$ac_ct_STRIP + fi +else + STRIP="$ac_cv_prog_STRIP" +fi + +fi +INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5 +$as_echo_n "checking for a thread-safe mkdir -p... " >&6; } +if test -z "$MKDIR_P"; then + if ${ac_cv_path_mkdir+:} false; then : + $as_echo_n "(cached) " >&6 +else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_prog in mkdir gmkdir; do + for ac_exec_ext in '' $ac_executable_extensions; do + as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue + case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( + 'mkdir (GNU coreutils) '* | \ + 'mkdir (coreutils) '* | \ + 'mkdir (fileutils) '4.1*) + ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext + break 3;; + esac + done + done + done +IFS=$as_save_IFS + +fi + + test -d ./--version && rmdir ./--version + if test "${ac_cv_path_mkdir+set}" = set; then + MKDIR_P="$ac_cv_path_mkdir -p" + else + # As a last resort, use the slow shell script. Don't cache a + # value for MKDIR_P within a source directory, because that will + # break other packages using the cache if that directory is + # removed, or if the value is a relative name. + MKDIR_P="$ac_install_sh -d" + fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5 +$as_echo "$MKDIR_P" >&6; } + +for ac_prog in gawk mawk nawk awk +do + # Extract the first word of "$ac_prog", so it can be a program name with args. +set dummy $ac_prog; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_AWK+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$AWK"; then + ac_cv_prog_AWK="$AWK" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_AWK="$ac_prog" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +AWK=$ac_cv_prog_AWK +if test -n "$AWK"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5 +$as_echo "$AWK" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + + test -n "$AWK" && break +done + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5 +$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } +set x ${MAKE-make} +ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` +if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat >conftest.make <<\_ACEOF +SHELL = /bin/sh +all: + @echo '@@@%%%=$(MAKE)=@@@%%%' +_ACEOF +# GNU make sometimes prints "make[1]: Entering ...", which would confuse us. +case `${MAKE-make} -f conftest.make 2>/dev/null` in + *@@@%%%=?*=@@@%%%*) + eval ac_cv_prog_make_${ac_make}_set=yes;; + *) + eval ac_cv_prog_make_${ac_make}_set=no;; +esac +rm -f conftest.make +fi +if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } + SET_MAKE= +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } + SET_MAKE="MAKE=${MAKE-make}" +fi + +rm -rf .tst 2>/dev/null +mkdir .tst 2>/dev/null +if test -d .tst; then + am__leading_dot=. +else + am__leading_dot=_ +fi +rmdir .tst 2>/dev/null + +@%:@ Check whether --enable-silent-rules was given. +if test "${enable_silent_rules+set}" = set; then : + enableval=$enable_silent_rules; +fi + +case $enable_silent_rules in @%:@ ((( + yes) AM_DEFAULT_VERBOSITY=0;; + no) AM_DEFAULT_VERBOSITY=1;; + *) AM_DEFAULT_VERBOSITY=1;; +esac +am_make=${MAKE-make} +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5 +$as_echo_n "checking whether $am_make supports nested variables... " >&6; } +if ${am_cv_make_support_nested_variables+:} false; then : + $as_echo_n "(cached) " >&6 +else + if $as_echo 'TRUE=$(BAR$(V)) +BAR0=false +BAR1=true +V=1 +am__doit: + @$(TRUE) +.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then + am_cv_make_support_nested_variables=yes +else + am_cv_make_support_nested_variables=no +fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5 +$as_echo "$am_cv_make_support_nested_variables" >&6; } +if test $am_cv_make_support_nested_variables = yes; then + AM_V='$(V)' + AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' +else + AM_V=$AM_DEFAULT_VERBOSITY + AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY +fi +AM_BACKSLASH='\' + +if test "`cd $srcdir && pwd`" != "`pwd`"; then + # Use -I$(srcdir) only when $(srcdir) != ., so that make's output + # is not polluted with repeated "-I." + am__isrc=' -I$(srcdir)' + # test to see if srcdir already configured + if test -f $srcdir/config.status; then + as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5 + fi +fi + +# test whether we have cygpath +if test -z "$CYGPATH_W"; then + if (cygpath --version) >/dev/null 2>/dev/null; then + CYGPATH_W='cygpath -w' + else + CYGPATH_W=echo + fi +fi + + +# Define the identity of the package. + PACKAGE='arp-scan' + VERSION='1.9.5' + + +cat >>confdefs.h <<_ACEOF +@%:@define PACKAGE "$PACKAGE" +_ACEOF + + +cat >>confdefs.h <<_ACEOF +@%:@define VERSION "$VERSION" +_ACEOF + +# Some tools Automake needs. + +ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"} + + +AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"} + + +AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"} + + +AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"} + + +MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} + +# For better backward compatibility. To be removed once Automake 1.9.x +# dies out for good. For more background, see: +# +# +mkdir_p='$(MKDIR_P)' + +# We need awk for the "check" target (and possibly the TAP driver). The +# system "awk" is bad on some platforms. +# Always define AMTAR for backward compatibility. Yes, it's still used +# in the wild :-( We should find a proper way to deprecate it ... +AMTAR='$${TAR-tar}' + + +# We'll loop over all known methods to create a tar archive until one works. +_am_tools='gnutar pax cpio none' + +am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' + + + + + + +# POSIX will say in a future version that running "rm -f" with no argument +# is OK; and we want to be able to make that assumption in our Makefile +# recipes. So use an aggressive probe to check that the usage we want is +# actually supported "in the wild" to an acceptable degree. +# See automake bug#10828. +# To make any issue more visible, cause the running configure to be aborted +# by default if the 'rm' program in use doesn't match our expectations; the +# user can still override this though. +if rm -f && rm -fr && rm -rf; then : OK; else + cat >&2 <<'END' +Oops! + +Your 'rm' program seems unable to run without file operands specified +on the command line, even when the '-f' option is present. This is contrary +to the behaviour of most rm programs out there, and not conforming with +the upcoming POSIX standard: + +Please tell bug-automake@gnu.org about your system, including the value +of your $PATH and any error possibly output before this message. This +can help us improve future automake versions. + +END + if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then + echo 'Configuration will proceed anyway, since you have set the' >&2 + echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2 + echo >&2 + else + cat >&2 <<'END' +Aborting the configuration process, to ensure you take notice of the issue. + +You can download and install GNU coreutils to get an 'rm' implementation +that behaves properly: . + +If you want to complete the configuration process using your problematic +'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM +to "yes", and re-run configure. + +END + as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5 + fi +fi + + +ac_config_headers="$ac_config_headers config.h" + + +# Make sure we can run config.sub. +$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || + as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5 + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 +$as_echo_n "checking build system type... " >&6; } +if ${ac_cv_build+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_build_alias=$build_alias +test "x$ac_build_alias" = x && + ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` +test "x$ac_build_alias" = x && + as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5 +ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || + as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5 + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5 +$as_echo "$ac_cv_build" >&6; } +case $ac_cv_build in +*-*-*) ;; +*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;; +esac +build=$ac_cv_build +ac_save_IFS=$IFS; IFS='-' +set x $ac_cv_build +shift +build_cpu=$1 +build_vendor=$2 +shift; shift +# Remember, the first character of IFS is used to create $*, +# except with old shells: +build_os=$* +IFS=$ac_save_IFS +case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5 +$as_echo_n "checking host system type... " >&6; } +if ${ac_cv_host+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test "x$host_alias" = x; then + ac_cv_host=$ac_cv_build +else + ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || + as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 +fi + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5 +$as_echo "$ac_cv_host" >&6; } +case $ac_cv_host in +*-*-*) ;; +*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;; +esac +host=$ac_cv_host +ac_save_IFS=$IFS; IFS='-' +set x $ac_cv_host +shift +host_cpu=$1 +host_vendor=$2 +shift; shift +# Remember, the first character of IFS is used to create $*, +# except with old shells: +host_os=$* +IFS=$ac_save_IFS +case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac + + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if gcov code coverage is enabled" >&5 +$as_echo_n "checking if gcov code coverage is enabled... " >&6; } +@%:@ Check whether --enable-gcov was given. +if test "${enable_gcov+set}" = set; then : + enableval=$enable_gcov; + if test "x$enableval" != "xno" ; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } + CFLAGS="-O0 -g -fno-inline -fprofile-arcs -ftest-coverage" + else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } + fi + +else + + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } + +fi + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu +if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. +set dummy ${ac_tool_prefix}gcc; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_CC+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_CC="${ac_tool_prefix}gcc" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +$as_echo "$CC" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_CC"; then + ac_ct_CC=$CC + # Extract the first word of "gcc", so it can be a program name with args. +set dummy gcc; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_ac_ct_CC+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$ac_ct_CC"; then + ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_CC="gcc" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_CC=$ac_cv_prog_ac_ct_CC +if test -n "$ac_ct_CC"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 +$as_echo "$ac_ct_CC" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + if test "x$ac_ct_CC" = x; then + CC="" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + CC=$ac_ct_CC + fi +else + CC="$ac_cv_prog_CC" +fi + +if test -z "$CC"; then + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. +set dummy ${ac_tool_prefix}cc; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_CC+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_CC="${ac_tool_prefix}cc" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +$as_echo "$CC" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + + fi +fi +if test -z "$CC"; then + # Extract the first word of "cc", so it can be a program name with args. +set dummy cc; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_CC+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else + ac_prog_rejected=no +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then + ac_prog_rejected=yes + continue + fi + ac_cv_prog_CC="cc" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +if test $ac_prog_rejected = yes; then + # We found a bogon in the path, so make sure we never use it. + set dummy $ac_cv_prog_CC + shift + if test $@%:@ != 0; then + # We chose a different compiler from the bogus one. + # However, it has the same basename, so the bogon will be chosen + # first if we set CC to just the basename; use the full file name. + shift + ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@" + fi +fi +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +$as_echo "$CC" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + +fi +if test -z "$CC"; then + if test -n "$ac_tool_prefix"; then + for ac_prog in cl.exe + do + # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. +set dummy $ac_tool_prefix$ac_prog; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_CC+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_CC="$ac_tool_prefix$ac_prog" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +$as_echo "$CC" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + + test -n "$CC" && break + done +fi +if test -z "$CC"; then + ac_ct_CC=$CC + for ac_prog in cl.exe +do + # Extract the first word of "$ac_prog", so it can be a program name with args. +set dummy $ac_prog; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_ac_ct_CC+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$ac_ct_CC"; then + ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_CC="$ac_prog" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_CC=$ac_cv_prog_ac_ct_CC +if test -n "$ac_ct_CC"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 +$as_echo "$ac_ct_CC" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + + test -n "$ac_ct_CC" && break +done + + if test "x$ac_ct_CC" = x; then + CC="" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + CC=$ac_ct_CC + fi +fi + +fi + + +test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "no acceptable C compiler found in \$PATH +See \`config.log' for more details" "$LINENO" 5; } + +# Provide some information about the compiler. +$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 +set X $ac_compile +ac_compiler=$2 +for ac_option in --version -v -V -qversion; do + { { ac_try="$ac_compiler $ac_option >&5" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_compiler $ac_option >&5") 2>conftest.err + ac_status=$? + if test -s conftest.err; then + sed '10a\ +... rest of stderr output deleted ... + 10q' conftest.err >conftest.er1 + cat conftest.er1 >&5 + fi + rm -f conftest.er1 conftest.err + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } +done + +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +ac_clean_files_save=$ac_clean_files +ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out" +# Try to create an executable without -o first, disregard a.out. +# It will help us diagnose broken compilers, and finding out an intuition +# of exeext. +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5 +$as_echo_n "checking whether the C compiler works... " >&6; } +ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` + +# The possible output files: +ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" + +ac_rmfiles= +for ac_file in $ac_files +do + case $ac_file in + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; + * ) ac_rmfiles="$ac_rmfiles $ac_file";; + esac +done +rm -f $ac_rmfiles + +if { { ac_try="$ac_link_default" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_link_default") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then : + # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. +# So ignore a value of `no', otherwise this would lead to `EXEEXT = no' +# in a Makefile. We should not override ac_cv_exeext if it was cached, +# so that the user can short-circuit this test for compilers unknown to +# Autoconf. +for ac_file in $ac_files '' +do + test -f "$ac_file" || continue + case $ac_file in + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) + ;; + [ab].out ) + # We found the default executable, but exeext='' is most + # certainly right. + break;; + *.* ) + if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no; + then :; else + ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` + fi + # We set ac_cv_exeext here because the later test for it is not + # safe: cross compilers may not add the suffix if given an `-o' + # argument, so we may need to know it at that point already. + # Even if this section looks crufty: it has the advantage of + # actually working. + break;; + * ) + break;; + esac +done +test "$ac_cv_exeext" = no && ac_cv_exeext= + +else + ac_file='' +fi +if test -z "$ac_file"; then : + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +$as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error 77 "C compiler cannot create executables +See \`config.log' for more details" "$LINENO" 5; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5 +$as_echo_n "checking for C compiler default output file name... " >&6; } +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5 +$as_echo "$ac_file" >&6; } +ac_exeext=$ac_cv_exeext + +rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out +ac_clean_files=$ac_clean_files_save +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5 +$as_echo_n "checking for suffix of executables... " >&6; } +if { { ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_link") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then : + # If both `conftest.exe' and `conftest' are `present' (well, observable) +# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will +# work properly (i.e., refer to `conftest.exe'), while it won't with +# `rm'. +for ac_file in conftest.exe conftest conftest.*; do + test -f "$ac_file" || continue + case $ac_file in + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; + *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` + break;; + * ) break;; + esac +done +else + { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "cannot compute suffix of executables: cannot compile and link +See \`config.log' for more details" "$LINENO" 5; } +fi +rm -f conftest conftest$ac_cv_exeext +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 +$as_echo "$ac_cv_exeext" >&6; } + +rm -f conftest.$ac_ext +EXEEXT=$ac_cv_exeext +ac_exeext=$EXEEXT +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +@%:@include +int +main () +{ +FILE *f = fopen ("conftest.out", "w"); + return ferror (f) || fclose (f) != 0; + + ; + return 0; +} +_ACEOF +ac_clean_files="$ac_clean_files conftest.out" +# Check that the compiler produces executables we can run. If not, either +# the compiler is broken, or we cross compile. +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5 +$as_echo_n "checking whether we are cross compiling... " >&6; } +if test "$cross_compiling" != yes; then + { { ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_link") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } + if { ac_try='./conftest$ac_cv_exeext' + { { case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_try") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; }; then + cross_compiling=no + else + if test "$cross_compiling" = maybe; then + cross_compiling=yes + else + { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "cannot run C compiled programs. +If you meant to cross compile, use \`--host'. +See \`config.log' for more details" "$LINENO" 5; } + fi + fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5 +$as_echo "$cross_compiling" >&6; } + +rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out +ac_clean_files=$ac_clean_files_save +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 +$as_echo_n "checking for suffix of object files... " >&6; } +if ${ac_cv_objext+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.o conftest.obj +if { { ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_compile") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then : + for ac_file in conftest.o conftest.obj conftest.*; do + test -f "$ac_file" || continue; + case $ac_file in + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; + *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` + break;; + esac +done +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "cannot compute suffix of object files: cannot compile +See \`config.log' for more details" "$LINENO" 5; } +fi +rm -f conftest.$ac_cv_objext conftest.$ac_ext +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5 +$as_echo "$ac_cv_objext" >&6; } +OBJEXT=$ac_cv_objext +ac_objext=$OBJEXT +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 +$as_echo_n "checking whether we are using the GNU C compiler... " >&6; } +if ${ac_cv_c_compiler_gnu+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ +#ifndef __GNUC__ + choke me +#endif + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + ac_compiler_gnu=yes +else + ac_compiler_gnu=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +ac_cv_c_compiler_gnu=$ac_compiler_gnu + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5 +$as_echo "$ac_cv_c_compiler_gnu" >&6; } +if test $ac_compiler_gnu = yes; then + GCC=yes +else + GCC= +fi +ac_test_CFLAGS=${CFLAGS+set} +ac_save_CFLAGS=$CFLAGS +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 +$as_echo_n "checking whether $CC accepts -g... " >&6; } +if ${ac_cv_prog_cc_g+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_save_c_werror_flag=$ac_c_werror_flag + ac_c_werror_flag=yes + ac_cv_prog_cc_g=no + CFLAGS="-g" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + ac_cv_prog_cc_g=yes +else + CFLAGS="" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + +else + ac_c_werror_flag=$ac_save_c_werror_flag + CFLAGS="-g" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + ac_cv_prog_cc_g=yes +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + ac_c_werror_flag=$ac_save_c_werror_flag +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5 +$as_echo "$ac_cv_prog_cc_g" >&6; } +if test "$ac_test_CFLAGS" = set; then + CFLAGS=$ac_save_CFLAGS +elif test $ac_cv_prog_cc_g = yes; then + if test "$GCC" = yes; then + CFLAGS="-g -O2" + else + CFLAGS="-g" + fi +else + if test "$GCC" = yes; then + CFLAGS="-O2" + else + CFLAGS= + fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 +$as_echo_n "checking for $CC option to accept ISO C89... " >&6; } +if ${ac_cv_prog_cc_c89+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_cv_prog_cc_c89=no +ac_save_CC=$CC +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +#include +struct stat; +/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ +struct buf { int x; }; +FILE * (*rcsopen) (struct buf *, struct stat *, int); +static char *e (p, i) + char **p; + int i; +{ + return p[i]; +} +static char *f (char * (*g) (char **, int), char **p, ...) +{ + char *s; + va_list v; + va_start (v,p); + s = g (p, va_arg (v,int)); + va_end (v); + return s; +} + +/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has + function prototypes and stuff, but not '\xHH' hex character constants. + These don't provoke an error unfortunately, instead are silently treated + as 'x'. The following induces an error, until -std is added to get + proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an + array size at least. It's necessary to write '\x00'==0 to get something + that's true only with -std. */ +int osf4_cc_array ['\x00' == 0 ? 1 : -1]; + +/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters + inside strings and character constants. */ +#define FOO(x) 'x' +int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; + +int test (int i, double x); +struct s1 {int (*f) (int a);}; +struct s2 {int (*f) (double a);}; +int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); +int argc; +char **argv; +int +main () +{ +return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; + ; + return 0; +} +_ACEOF +for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \ + -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" +do + CC="$ac_save_CC $ac_arg" + if ac_fn_c_try_compile "$LINENO"; then : + ac_cv_prog_cc_c89=$ac_arg +fi +rm -f core conftest.err conftest.$ac_objext + test "x$ac_cv_prog_cc_c89" != "xno" && break +done +rm -f conftest.$ac_ext +CC=$ac_save_CC + +fi +# AC_CACHE_VAL +case "x$ac_cv_prog_cc_c89" in + x) + { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 +$as_echo "none needed" >&6; } ;; + xno) + { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 +$as_echo "unsupported" >&6; } ;; + *) + CC="$CC $ac_cv_prog_cc_c89" + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5 +$as_echo "$ac_cv_prog_cc_c89" >&6; } ;; +esac +if test "x$ac_cv_prog_cc_c89" != xno; then : + +fi + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5 +$as_echo_n "checking whether $CC understands -c and -o together... " >&6; } +if ${am_cv_prog_cc_c_o+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF + # Make sure it works both with $CC and with simple cc. + # Following AC_PROG_CC_C_O, we do the test twice because some + # compilers refuse to overwrite an existing .o file with -o, + # though they will create one. + am_cv_prog_cc_c_o=yes + for am_i in 1 2; do + if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5 + ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } \ + && test -f conftest2.$ac_objext; then + : OK + else + am_cv_prog_cc_c_o=no + break + fi + done + rm -f core conftest* + unset am_i +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5 +$as_echo "$am_cv_prog_cc_c_o" >&6; } +if test "$am_cv_prog_cc_c_o" != yes; then + # Losing compiler, so override with the script. + # FIXME: It is wrong to rewrite CC. + # But if we don't then we get into trouble of one sort or another. + # A longer-term fix would be to have automake use am__CC in this case, + # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" + CC="$am_aux_dir/compile $CC" +fi +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + +DEPDIR="${am__leading_dot}deps" + +ac_config_commands="$ac_config_commands depfiles" + + +am_make=${MAKE-make} +cat > confinc << 'END' +am__doit: + @echo this is the am__doit target +.PHONY: am__doit +END +# If we don't find an include directive, just comment out the code. +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5 +$as_echo_n "checking for style of include used by $am_make... " >&6; } +am__include="#" +am__quote= +_am_result=none +# First try GNU make style include. +echo "include confinc" > confmf +# Ignore all kinds of additional output from 'make'. +case `$am_make -s -f confmf 2> /dev/null` in #( +*the\ am__doit\ target*) + am__include=include + am__quote= + _am_result=GNU + ;; +esac +# Now try BSD make style include. +if test "$am__include" = "#"; then + echo '.include "confinc"' > confmf + case `$am_make -s -f confmf 2> /dev/null` in #( + *the\ am__doit\ target*) + am__include=.include + am__quote="\"" + _am_result=BSD + ;; + esac +fi + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5 +$as_echo "$_am_result" >&6; } +rm -f confinc confmf + +@%:@ Check whether --enable-dependency-tracking was given. +if test "${enable_dependency_tracking+set}" = set; then : + enableval=$enable_dependency_tracking; +fi + +if test "x$enable_dependency_tracking" != xno; then + am_depcomp="$ac_aux_dir/depcomp" + AMDEPBACKSLASH='\' + am__nodep='_no' +fi + if test "x$enable_dependency_tracking" != xno; then + AMDEP_TRUE= + AMDEP_FALSE='#' +else + AMDEP_TRUE='#' + AMDEP_FALSE= +fi + + + +depcc="$CC" am_compiler_list= + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 +$as_echo_n "checking dependency style of $depcc... " >&6; } +if ${am_cv_CC_dependencies_compiler_type+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then + # We make a subdir and do the tests there. Otherwise we can end up + # making bogus files that we don't know about and never remove. For + # instance it was reported that on HP-UX the gcc test will end up + # making a dummy file named 'D' -- because '-MD' means "put the output + # in D". + rm -rf conftest.dir + mkdir conftest.dir + # Copy depcomp to subdir because otherwise we won't find it if we're + # using a relative directory. + cp "$am_depcomp" conftest.dir + cd conftest.dir + # We will build objects and dependencies in a subdirectory because + # it helps to detect inapplicable dependency modes. For instance + # both Tru64's cc and ICC support -MD to output dependencies as a + # side effect of compilation, but ICC will put the dependencies in + # the current directory while Tru64 will put them in the object + # directory. + mkdir sub + + am_cv_CC_dependencies_compiler_type=none + if test "$am_compiler_list" = ""; then + am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` + fi + am__universal=false + case " $depcc " in #( + *\ -arch\ *\ -arch\ *) am__universal=true ;; + esac + + for depmode in $am_compiler_list; do + # Setup a source with many dependencies, because some compilers + # like to wrap large dependency lists on column 80 (with \), and + # we should not choose a depcomp mode which is confused by this. + # + # We need to recreate these files for each test, as the compiler may + # overwrite some of them when testing with obscure command lines. + # This happens at least with the AIX C compiler. + : > sub/conftest.c + for i in 1 2 3 4 5 6; do + echo '#include "conftst'$i'.h"' >> sub/conftest.c + # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with + # Solaris 10 /bin/sh. + echo '/* dummy */' > sub/conftst$i.h + done + echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf + + # We check with '-c' and '-o' for the sake of the "dashmstdout" + # mode. It turns out that the SunPro C++ compiler does not properly + # handle '-M -o', and we need to detect this. Also, some Intel + # versions had trouble with output in subdirs. + am__obj=sub/conftest.${OBJEXT-o} + am__minus_obj="-o $am__obj" + case $depmode in + gcc) + # This depmode causes a compiler race in universal mode. + test "$am__universal" = false || continue + ;; + nosideeffect) + # After this tag, mechanisms are not by side-effect, so they'll + # only be used when explicitly requested. + if test "x$enable_dependency_tracking" = xyes; then + continue + else + break + fi + ;; + msvc7 | msvc7msys | msvisualcpp | msvcmsys) + # This compiler won't grok '-c -o', but also, the minuso test has + # not run yet. These depmodes are late enough in the game, and + # so weak that their functioning should not be impacted. + am__obj=conftest.${OBJEXT-o} + am__minus_obj= + ;; + none) break ;; + esac + if depmode=$depmode \ + source=sub/conftest.c object=$am__obj \ + depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ + $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ + >/dev/null 2>conftest.err && + grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && + grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && + grep $am__obj sub/conftest.Po > /dev/null 2>&1 && + ${MAKE-make} -s -f confmf > /dev/null 2>&1; then + # icc doesn't choke on unknown options, it will just issue warnings + # or remarks (even with -Werror). So we grep stderr for any message + # that says an option was ignored or not supported. + # When given -MP, icc 7.0 and 7.1 complain thusly: + # icc: Command line warning: ignoring option '-M'; no argument required + # The diagnosis changed in icc 8.0: + # icc: Command line remark: option '-MP' not supported + if (grep 'ignoring option' conftest.err || + grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else + am_cv_CC_dependencies_compiler_type=$depmode + break + fi + fi + done + + cd .. + rm -rf conftest.dir +else + am_cv_CC_dependencies_compiler_type=none +fi + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5 +$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; } +CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type + + if + test "x$enable_dependency_tracking" != xno \ + && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then + am__fastdepCC_TRUE= + am__fastdepCC_FALSE='#' +else + am__fastdepCC_TRUE='#' + am__fastdepCC_FALSE= +fi + + +if test -n "$GCC"; then + +$as_echo "@%:@define ATTRIBUTE_UNUSED __attribute__ ((__unused__))" >>confdefs.h + + CFLAGS="$CFLAGS -Wall -Wshadow -Wwrite-strings" + + + gcc_wextra=yes + if test "X$CC" != "X"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -Wextra" >&5 +$as_echo_n "checking whether ${CC} accepts -Wextra... " >&6; } + gcc_old_cflags="$CFLAGS" + CFLAGS="$CFLAGS -Wextra" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } + +else + + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } + gcc_wextra=no + CFLAGS="$ssp_old_cflags" + +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + fi + + + ssp_cc=yes + if test "X$CC" != "X"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -fstack-protector" >&5 +$as_echo_n "checking whether ${CC} accepts -fstack-protector... " >&6; } + ssp_old_cflags="$CFLAGS" + CFLAGS="$CFLAGS -fstack-protector" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + +else + ssp_cc=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + echo $ssp_cc + if test "X$ssp_cc" = "Xno"; then + CFLAGS="$ssp_old_cflags" + else + +$as_echo "@%:@define ENABLE_SSP_CC 1" >>confdefs.h + + fi + fi + + + if test "x$CC" != "X"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -D_FORTIFY_SOURCE" >&5 +$as_echo_n "checking whether ${CC} accepts -D_FORTIFY_SOURCE... " >&6; } + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + #define GNUC_PREREQ(maj, min) ((__GNUC__ << 16) + __GNUC_MINOR__ >= ((maj) << 16) + (min)) + #if !(GNUC_PREREQ (4, 1) \ + || (defined __GNUC_RH_RELEASE__ && GNUC_PREREQ (4, 0)) \ + || (defined __GNUC_RH_RELEASE__ && GNUC_PREREQ (3, 4) \ + && __GNUC_MINOR__ == 4 \ + && (__GNUC_PATCHLEVEL__ > 2 \ + || (__GNUC_PATCHLEVEL__ == 2 && __GNUC_RH_RELEASE__ >= 8)))) + #error No FORTIFY_SOURCE support + #endif + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } + CFLAGS="$CFLAGS -D_FORTIFY_SOURCE=2" + +else + + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } + +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + fi + + + if test "x$CC" != "X"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -Wformat-security" >&5 +$as_echo_n "checking whether ${CC} accepts -Wformat-security... " >&6; } + wfs_old_cflags="$CFLAGS" + CFLAGS="$CFLAGS -Wall -Werror -Wformat -Wformat-security" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +int +main () +{ + + char *fmt=NULL; + printf(fmt); + return 0; + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } + CFLAGS="$wfs_old_cflags" + +else + + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } + CFLAGS="$wfs_old_cflags -Wformat -Wformat-security" + +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + fi + +else + +$as_echo "@%:@define ATTRIBUTE_UNUSED /**/" >>confdefs.h + +fi + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5 +$as_echo_n "checking whether ln -s works... " >&6; } +LN_S=$as_ln_s +if test "$LN_S" = "ln -s"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5 +$as_echo "no, using $LN_S" >&6; } +fi + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5 +$as_echo_n "checking for library containing gethostbyname... " >&6; } +if ${ac_cv_search_gethostbyname+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_func_search_save_LIBS=$LIBS +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char gethostbyname (); +int +main () +{ +return gethostbyname (); + ; + return 0; +} +_ACEOF +for ac_lib in '' nsl; do + if test -z "$ac_lib"; then + ac_res="none required" + else + ac_res=-l$ac_lib + LIBS="-l$ac_lib $ac_func_search_save_LIBS" + fi + if ac_fn_c_try_link "$LINENO"; then : + ac_cv_search_gethostbyname=$ac_res +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext + if ${ac_cv_search_gethostbyname+:} false; then : + break +fi +done +if ${ac_cv_search_gethostbyname+:} false; then : + +else + ac_cv_search_gethostbyname=no +fi +rm conftest.$ac_ext +LIBS=$ac_func_search_save_LIBS +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5 +$as_echo "$ac_cv_search_gethostbyname" >&6; } +ac_res=$ac_cv_search_gethostbyname +if test "$ac_res" != no; then : + test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" + +fi + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing socket" >&5 +$as_echo_n "checking for library containing socket... " >&6; } +if ${ac_cv_search_socket+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_func_search_save_LIBS=$LIBS +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char socket (); +int +main () +{ +return socket (); + ; + return 0; +} +_ACEOF +for ac_lib in '' socket; do + if test -z "$ac_lib"; then + ac_res="none required" + else + ac_res=-l$ac_lib + LIBS="-l$ac_lib $ac_func_search_save_LIBS" + fi + if ac_fn_c_try_link "$LINENO"; then : + ac_cv_search_socket=$ac_res +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext + if ${ac_cv_search_socket+:} false; then : + break +fi +done +if ${ac_cv_search_socket+:} false; then : + +else + ac_cv_search_socket=no +fi +rm conftest.$ac_ext +LIBS=$ac_func_search_save_LIBS +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_socket" >&5 +$as_echo "$ac_cv_search_socket" >&6; } +ac_res=$ac_cv_search_socket +if test "$ac_res" != no; then : + test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" + +fi + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing pcap_open_live" >&5 +$as_echo_n "checking for library containing pcap_open_live... " >&6; } +if ${ac_cv_search_pcap_open_live+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_func_search_save_LIBS=$LIBS +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char pcap_open_live (); +int +main () +{ +return pcap_open_live (); + ; + return 0; +} +_ACEOF +for ac_lib in '' pcap; do + if test -z "$ac_lib"; then + ac_res="none required" + else + ac_res=-l$ac_lib + LIBS="-l$ac_lib $ac_func_search_save_LIBS" + fi + if ac_fn_c_try_link "$LINENO"; then : + ac_cv_search_pcap_open_live=$ac_res +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext + if ${ac_cv_search_pcap_open_live+:} false; then : + break +fi +done +if ${ac_cv_search_pcap_open_live+:} false; then : + +else + ac_cv_search_pcap_open_live=no +fi +rm conftest.$ac_ext +LIBS=$ac_func_search_save_LIBS +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_pcap_open_live" >&5 +$as_echo "$ac_cv_search_pcap_open_live" >&6; } +ac_res=$ac_cv_search_pcap_open_live +if test "$ac_res" != no; then : + test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" + +else + + { $as_echo "$as_me:${as_lineno-$LINENO}: Cannot find pcap library containing pcap_open_live" >&5 +$as_echo "$as_me: Cannot find pcap library containing pcap_open_live" >&6;} + as_fn_error $? "Check that you have libpcap version 1.0 or later installed" "$LINENO" 5 + +fi + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a compatible pcap library" >&5 +$as_echo_n "checking for a compatible pcap library... " >&6; } +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char pcap_create (); +int +main () +{ +return pcap_create (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } +else + + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } + { $as_echo "$as_me:${as_lineno-$LINENO}: Cannot find pcap_create in pcap library" >&5 +$as_echo "$as_me: Cannot find pcap_create in pcap library" >&6;} + as_fn_error $? "Check that the pcap library is at least version 1.0" "$LINENO" 5 + +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5 +$as_echo_n "checking how to run the C preprocessor... " >&6; } +# On Suns, sometimes $CPP names a directory. +if test -n "$CPP" && test -d "$CPP"; then + CPP= +fi +if test -z "$CPP"; then + if ${ac_cv_prog_CPP+:} false; then : + $as_echo_n "(cached) " >&6 +else + # Double quotes because CPP needs to be expanded + for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" + do + ac_preproc_ok=false +for ac_c_preproc_warn_flag in '' yes +do + # Use a header file that comes with gcc, so configuring glibc + # with a fresh cross-compiler works. + # Prefer to if __STDC__ is defined, since + # exists even on freestanding compilers. + # On the NeXT, cc -E runs the code through the compiler's parser, + # not just through cpp. "Syntax error" is here to catch this case. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +@%:@ifdef __STDC__ +@%:@ include +@%:@else +@%:@ include +@%:@endif + Syntax error +_ACEOF +if ac_fn_c_try_cpp "$LINENO"; then : + +else + # Broken: fails on valid input. +continue +fi +rm -f conftest.err conftest.i conftest.$ac_ext + + # OK, works on sane cases. Now check whether nonexistent headers + # can be detected and how. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +@%:@include +_ACEOF +if ac_fn_c_try_cpp "$LINENO"; then : + # Broken: success on invalid input. +continue +else + # Passes both tests. +ac_preproc_ok=: +break +fi +rm -f conftest.err conftest.i conftest.$ac_ext + +done +# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. +rm -f conftest.i conftest.err conftest.$ac_ext +if $ac_preproc_ok; then : + break +fi + + done + ac_cv_prog_CPP=$CPP + +fi + CPP=$ac_cv_prog_CPP +else + ac_cv_prog_CPP=$CPP +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5 +$as_echo "$CPP" >&6; } +ac_preproc_ok=false +for ac_c_preproc_warn_flag in '' yes +do + # Use a header file that comes with gcc, so configuring glibc + # with a fresh cross-compiler works. + # Prefer to if __STDC__ is defined, since + # exists even on freestanding compilers. + # On the NeXT, cc -E runs the code through the compiler's parser, + # not just through cpp. "Syntax error" is here to catch this case. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +@%:@ifdef __STDC__ +@%:@ include +@%:@else +@%:@ include +@%:@endif + Syntax error +_ACEOF +if ac_fn_c_try_cpp "$LINENO"; then : + +else + # Broken: fails on valid input. +continue +fi +rm -f conftest.err conftest.i conftest.$ac_ext + + # OK, works on sane cases. Now check whether nonexistent headers + # can be detected and how. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +@%:@include +_ACEOF +if ac_fn_c_try_cpp "$LINENO"; then : + # Broken: success on invalid input. +continue +else + # Passes both tests. +ac_preproc_ok=: +break +fi +rm -f conftest.err conftest.i conftest.$ac_ext + +done +# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. +rm -f conftest.i conftest.err conftest.$ac_ext +if $ac_preproc_ok; then : + +else + { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "C preprocessor \"$CPP\" fails sanity check +See \`config.log' for more details" "$LINENO" 5; } +fi + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5 +$as_echo_n "checking for grep that handles long lines and -e... " >&6; } +if ${ac_cv_path_GREP+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -z "$GREP"; then + ac_path_GREP_found=false + # Loop through the user's path and test for each of PROGNAME-LIST + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_prog in grep ggrep; do + for ac_exec_ext in '' $ac_executable_extensions; do + ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" + as_fn_executable_p "$ac_path_GREP" || continue +# Check for GNU ac_path_GREP and select it if it is found. + # Check for GNU $ac_path_GREP +case `"$ac_path_GREP" --version 2>&1` in +*GNU*) + ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; +*) + ac_count=0 + $as_echo_n 0123456789 >"conftest.in" + while : + do + cat "conftest.in" "conftest.in" >"conftest.tmp" + mv "conftest.tmp" "conftest.in" + cp "conftest.in" "conftest.nl" + $as_echo 'GREP' >> "conftest.nl" + "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break + as_fn_arith $ac_count + 1 && ac_count=$as_val + if test $ac_count -gt ${ac_path_GREP_max-0}; then + # Best one so far, save it but keep looking for a better one + ac_cv_path_GREP="$ac_path_GREP" + ac_path_GREP_max=$ac_count + fi + # 10*(2^10) chars as input seems more than enough + test $ac_count -gt 10 && break + done + rm -f conftest.in conftest.tmp conftest.nl conftest.out;; +esac + + $ac_path_GREP_found && break 3 + done + done + done +IFS=$as_save_IFS + if test -z "$ac_cv_path_GREP"; then + as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 + fi +else + ac_cv_path_GREP=$GREP +fi + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5 +$as_echo "$ac_cv_path_GREP" >&6; } + GREP="$ac_cv_path_GREP" + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5 +$as_echo_n "checking for egrep... " >&6; } +if ${ac_cv_path_EGREP+:} false; then : + $as_echo_n "(cached) " >&6 +else + if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 + then ac_cv_path_EGREP="$GREP -E" + else + if test -z "$EGREP"; then + ac_path_EGREP_found=false + # Loop through the user's path and test for each of PROGNAME-LIST + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_prog in egrep; do + for ac_exec_ext in '' $ac_executable_extensions; do + ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" + as_fn_executable_p "$ac_path_EGREP" || continue +# Check for GNU ac_path_EGREP and select it if it is found. + # Check for GNU $ac_path_EGREP +case `"$ac_path_EGREP" --version 2>&1` in +*GNU*) + ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; +*) + ac_count=0 + $as_echo_n 0123456789 >"conftest.in" + while : + do + cat "conftest.in" "conftest.in" >"conftest.tmp" + mv "conftest.tmp" "conftest.in" + cp "conftest.in" "conftest.nl" + $as_echo 'EGREP' >> "conftest.nl" + "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break + as_fn_arith $ac_count + 1 && ac_count=$as_val + if test $ac_count -gt ${ac_path_EGREP_max-0}; then + # Best one so far, save it but keep looking for a better one + ac_cv_path_EGREP="$ac_path_EGREP" + ac_path_EGREP_max=$ac_count + fi + # 10*(2^10) chars as input seems more than enough + test $ac_count -gt 10 && break + done + rm -f conftest.in conftest.tmp conftest.nl conftest.out;; +esac + + $ac_path_EGREP_found && break 3 + done + done + done +IFS=$as_save_IFS + if test -z "$ac_cv_path_EGREP"; then + as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 + fi +else + ac_cv_path_EGREP=$EGREP +fi + + fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5 +$as_echo "$ac_cv_path_EGREP" >&6; } + EGREP="$ac_cv_path_EGREP" + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 +$as_echo_n "checking for ANSI C header files... " >&6; } +if ${ac_cv_header_stdc+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +#include +#include +#include + +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + ac_cv_header_stdc=yes +else + ac_cv_header_stdc=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + +if test $ac_cv_header_stdc = yes; then + # SunOS 4.x string.h does not declare mem*, contrary to ANSI. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include + +_ACEOF +if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | + $EGREP "memchr" >/dev/null 2>&1; then : + +else + ac_cv_header_stdc=no +fi +rm -f conftest* + +fi + +if test $ac_cv_header_stdc = yes; then + # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include + +_ACEOF +if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | + $EGREP "free" >/dev/null 2>&1; then : + +else + ac_cv_header_stdc=no +fi +rm -f conftest* + +fi + +if test $ac_cv_header_stdc = yes; then + # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi. + if test "$cross_compiling" = yes; then : + : +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +#include +#if ((' ' & 0x0FF) == 0x020) +# define ISLOWER(c) ('a' <= (c) && (c) <= 'z') +# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) +#else +# define ISLOWER(c) \ + (('a' <= (c) && (c) <= 'i') \ + || ('j' <= (c) && (c) <= 'r') \ + || ('s' <= (c) && (c) <= 'z')) +# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) +#endif + +#define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) +int +main () +{ + int i; + for (i = 0; i < 256; i++) + if (XOR (islower (i), ISLOWER (i)) + || toupper (i) != TOUPPER (i)) + return 2; + return 0; +} +_ACEOF +if ac_fn_c_try_run "$LINENO"; then : + +else + ac_cv_header_stdc=no +fi +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ + conftest.$ac_objext conftest.beam conftest.$ac_ext +fi + +fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5 +$as_echo "$ac_cv_header_stdc" >&6; } +if test $ac_cv_header_stdc = yes; then + +$as_echo "@%:@define STDC_HEADERS 1" >>confdefs.h + +fi + +# On IRIX 5.3, sys/types and inttypes.h are conflicting. +for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ + inttypes.h stdint.h unistd.h +do : + as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` +ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default +" +if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : + cat >>confdefs.h <<_ACEOF +@%:@define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 +_ACEOF + +fi + +done + + +for ac_header in arpa/inet.h netdb.h netinet/in.h sys/socket.h sys/time.h unistd.h getopt.h pcap.h sys/ioctl.h sys/stat.h fcntl.h search.h +do : + as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` +ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" +if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : + cat >>confdefs.h <<_ACEOF +@%:@define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 +_ACEOF + +fi + +done + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5 +$as_echo_n "checking for an ANSI C-conforming const... " >&6; } +if ${ac_cv_c_const+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + +#ifndef __cplusplus + /* Ultrix mips cc rejects this sort of thing. */ + typedef int charset[2]; + const charset cs = { 0, 0 }; + /* SunOS 4.1.1 cc rejects this. */ + char const *const *pcpcc; + char **ppc; + /* NEC SVR4.0.2 mips cc rejects this. */ + struct point {int x, y;}; + static struct point const zero = {0,0}; + /* AIX XL C 1.02.0.0 rejects this. + It does not let you subtract one const X* pointer from another in + an arm of an if-expression whose if-part is not a constant + expression */ + const char *g = "string"; + pcpcc = &g + (g ? g-g : 0); + /* HPUX 7.0 cc rejects these. */ + ++pcpcc; + ppc = (char**) pcpcc; + pcpcc = (char const *const *) ppc; + { /* SCO 3.2v4 cc rejects this sort of thing. */ + char tx; + char *t = &tx; + char const *s = 0 ? (char *) 0 : (char const *) 0; + + *t++ = 0; + if (s) return 0; + } + { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */ + int x[] = {25, 17}; + const int *foo = &x[0]; + ++foo; + } + { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */ + typedef const int *iptr; + iptr p = 0; + ++p; + } + { /* AIX XL C 1.02.0.0 rejects this sort of thing, saying + "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */ + struct s { int j; const int *ap[3]; } bx; + struct s *b = &bx; b->j = 5; + } + { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */ + const int foo = 10; + if (!foo) return 0; + } + return !cs[0] && !zero.x; +#endif + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + ac_cv_c_const=yes +else + ac_cv_c_const=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5 +$as_echo "$ac_cv_c_const" >&6; } +if test $ac_cv_c_const = no; then + +$as_echo "@%:@define const /**/" >>confdefs.h + +fi + +ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default" +if test "x$ac_cv_type_size_t" = xyes; then : + +else + +cat >>confdefs.h <<_ACEOF +@%:@define size_t unsigned int +_ACEOF + +fi + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether time.h and sys/time.h may both be included" >&5 +$as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6; } +if ${ac_cv_header_time+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +#include +#include + +int +main () +{ +if ((struct tm *) 0) +return 0; + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + ac_cv_header_time=yes +else + ac_cv_header_time=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_time" >&5 +$as_echo "$ac_cv_header_time" >&6; } +if test $ac_cv_header_time = yes; then + +$as_echo "@%:@define TIME_WITH_SYS_TIME 1" >>confdefs.h + +fi + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for uint8_t using $CC" >&5 +$as_echo_n "checking for uint8_t using $CC... " >&6; } + if ${ac_cv_nta_have_uint8_t+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +# include "confdefs.h" +# include +# if HAVE_SYS_TYPES_H +# include +# endif +# if HAVE_SYS_STAT_H +# include +# endif +# ifdef STDC_HEADERS +# include +# include +# endif +# if HAVE_INTTYPES_H +# include +# else +# if HAVE_STDINT_H +# include +# endif +# endif +# if HAVE_UNISTD_H +# include +# endif +# ifdef HAVE_ARPA_INET_H +# include +# endif +# ifdef HAVE_NETDB_H +# include +# endif +# ifdef HAVE_NETINET_IN_H +# include +# endif +# ifdef SYS_SOCKET_H +# include +# endif + +int +main () +{ +uint8_t i + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + ac_cv_nta_have_uint8_t=yes +else + ac_cv_nta_have_uint8_t=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi + + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_nta_have_uint8_t" >&5 +$as_echo "$ac_cv_nta_have_uint8_t" >&6; } + if test $ac_cv_nta_have_uint8_t = no ; then + +$as_echo "@%:@define uint8_t unsigned char" >>confdefs.h + + fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for uint16_t using $CC" >&5 +$as_echo_n "checking for uint16_t using $CC... " >&6; } + if ${ac_cv_nta_have_uint16_t+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +# include "confdefs.h" +# include +# if HAVE_SYS_TYPES_H +# include +# endif +# if HAVE_SYS_STAT_H +# include +# endif +# ifdef STDC_HEADERS +# include +# include +# endif +# if HAVE_INTTYPES_H +# include +# else +# if HAVE_STDINT_H +# include +# endif +# endif +# if HAVE_UNISTD_H +# include +# endif +# ifdef HAVE_ARPA_INET_H +# include +# endif +# ifdef HAVE_NETDB_H +# include +# endif +# ifdef HAVE_NETINET_IN_H +# include +# endif +# ifdef SYS_SOCKET_H +# include +# endif + +int +main () +{ +uint16_t i + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + ac_cv_nta_have_uint16_t=yes +else + ac_cv_nta_have_uint16_t=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi + + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_nta_have_uint16_t" >&5 +$as_echo "$ac_cv_nta_have_uint16_t" >&6; } + if test $ac_cv_nta_have_uint16_t = no ; then + +$as_echo "@%:@define uint16_t unsigned short" >>confdefs.h + + fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for uint32_t using $CC" >&5 +$as_echo_n "checking for uint32_t using $CC... " >&6; } + if ${ac_cv_nta_have_uint32_t+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +# include "confdefs.h" +# include +# if HAVE_SYS_TYPES_H +# include +# endif +# if HAVE_SYS_STAT_H +# include +# endif +# ifdef STDC_HEADERS +# include +# include +# endif +# if HAVE_INTTYPES_H +# include +# else +# if HAVE_STDINT_H +# include +# endif +# endif +# if HAVE_UNISTD_H +# include +# endif +# ifdef HAVE_ARPA_INET_H +# include +# endif +# ifdef HAVE_NETDB_H +# include +# endif +# ifdef HAVE_NETINET_IN_H +# include +# endif +# ifdef SYS_SOCKET_H +# include +# endif + +int +main () +{ +uint32_t i + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + ac_cv_nta_have_uint32_t=yes +else + ac_cv_nta_have_uint32_t=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi + + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_nta_have_uint32_t" >&5 +$as_echo "$ac_cv_nta_have_uint32_t" >&6; } + if test $ac_cv_nta_have_uint32_t = no ; then + +$as_echo "@%:@define uint32_t unsigned int" >>confdefs.h + + fi + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether long int is 64 bits" >&5 +$as_echo_n "checking whether long int is 64 bits... " >&6; } +if ${pgac_cv_type_long_int_64+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test "$cross_compiling" = yes; then : + # If cross-compiling, check the size reported by the compiler and +# trust that the arithmetic works. +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ +static int test_array @<:@1 - 2 * !(sizeof(long int) == 8)@:>@; +test_array @<:@0@:>@ = 0; +return test_array @<:@0@:>@; + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + pgac_cv_type_long_int_64=yes +else + pgac_cv_type_long_int_64=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +typedef long int int64; + +/* + * These are globals to discourage the compiler from folding all the + * arithmetic tests down to compile-time constants. + */ +int64 a = 20000001; +int64 b = 40000005; + +int does_int64_work() +{ + int64 c,d; + + if (sizeof(int64) != 8) + return 0; /* definitely not the right size */ + + /* Do perfunctory checks to see if 64-bit arithmetic seems to work */ + c = a * b; + d = (c + b) / b; + if (d != a+1) + return 0; + return 1; +} +main() { + return !does_int64_work(); +} +_ACEOF +if ac_fn_c_try_run "$LINENO"; then : + pgac_cv_type_long_int_64=yes +else + pgac_cv_type_long_int_64=no +fi +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ + conftest.$ac_objext conftest.beam conftest.$ac_ext +fi + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $pgac_cv_type_long_int_64" >&5 +$as_echo "$pgac_cv_type_long_int_64" >&6; } + +HAVE_LONG_INT_64=$pgac_cv_type_long_int_64 +if test x"$pgac_cv_type_long_int_64" = xyes ; then + +$as_echo "@%:@define HAVE_LONG_INT_64 /**/" >>confdefs.h + +fi + + +if test x"$HAVE_LONG_INT_64" = x"yes" ; then + INT64_TYPE="long int" + UINT64_TYPE="unsigned long int" +else + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether long long int is 64 bits" >&5 +$as_echo_n "checking whether long long int is 64 bits... " >&6; } +if ${pgac_cv_type_long_long_int_64+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test "$cross_compiling" = yes; then : + # If cross-compiling, check the size reported by the compiler and +# trust that the arithmetic works. +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ +static int test_array @<:@1 - 2 * !(sizeof(long long int) == 8)@:>@; +test_array @<:@0@:>@ = 0; +return test_array @<:@0@:>@; + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + pgac_cv_type_long_long_int_64=yes +else + pgac_cv_type_long_long_int_64=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +typedef long long int int64; + +/* + * These are globals to discourage the compiler from folding all the + * arithmetic tests down to compile-time constants. + */ +int64 a = 20000001; +int64 b = 40000005; + +int does_int64_work() +{ + int64 c,d; + + if (sizeof(int64) != 8) + return 0; /* definitely not the right size */ + + /* Do perfunctory checks to see if 64-bit arithmetic seems to work */ + c = a * b; + d = (c + b) / b; + if (d != a+1) + return 0; + return 1; +} +main() { + return !does_int64_work(); +} +_ACEOF +if ac_fn_c_try_run "$LINENO"; then : + pgac_cv_type_long_long_int_64=yes +else + pgac_cv_type_long_long_int_64=no +fi +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ + conftest.$ac_objext conftest.beam conftest.$ac_ext +fi + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $pgac_cv_type_long_long_int_64" >&5 +$as_echo "$pgac_cv_type_long_long_int_64" >&6; } + +HAVE_LONG_LONG_INT_64=$pgac_cv_type_long_long_int_64 +if test x"$pgac_cv_type_long_long_int_64" = xyes ; then + +$as_echo "@%:@define HAVE_LONG_LONG_INT_64 /**/" >>confdefs.h + +fi + + if test x"$HAVE_LONG_LONG_INT_64" = x"yes" ; then + INT64_TYPE="long long int" + UINT64_TYPE="unsigned long long int" + else + as_fn_error $? "cannot determine 64-bit integer type" "$LINENO" 5 + fi +fi + + +cat >>confdefs.h <<_ACEOF +@%:@define ARP_INT64 $INT64_TYPE +_ACEOF + + +cat >>confdefs.h <<_ACEOF +@%:@define ARP_UINT64 $UINT64_TYPE +_ACEOF + + +if test "$HAVE_LONG_LONG_INT_64" = yes ; then + { $as_echo "$as_me:${as_lineno-$LINENO}: checking snprintf format for long long int" >&5 +$as_echo_n "checking snprintf format for long long int... " >&6; } +if ${pgac_cv_snprintf_long_long_int_format+:} false; then : + $as_echo_n "(cached) " >&6 +else + for pgac_format in '%lld' '%qd' '%I64d'; do +if test "$cross_compiling" = yes; then : + pgac_cv_snprintf_long_long_int_format=cross; break +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +typedef long long int int64; +#define INT64_FORMAT "$pgac_format" + +int64 a = 20000001; +int64 b = 40000005; + +int does_int64_snprintf_work() +{ + int64 c; + char buf[100]; + + if (sizeof(int64) != 8) + return 0; /* doesn't look like the right size */ + + c = a * b; + snprintf(buf, 100, INT64_FORMAT, c); + if (strcmp(buf, "800000140000005") != 0) + return 0; /* either multiply or snprintf is busted */ + return 1; +} +main() { + return !does_int64_snprintf_work(); +} +_ACEOF +if ac_fn_c_try_run "$LINENO"; then : + pgac_cv_snprintf_long_long_int_format=$pgac_format; break +fi +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ + conftest.$ac_objext conftest.beam conftest.$ac_ext +fi + +done +fi + +LONG_LONG_INT_FORMAT='' + +case $pgac_cv_snprintf_long_long_int_format in + cross) { $as_echo "$as_me:${as_lineno-$LINENO}: result: assuming %lld for cross compilation" >&5 +$as_echo "assuming %lld for cross compilation" >&6; } + LONG_LONG_INT_FORMAT='%lld';; + ?*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: $pgac_cv_snprintf_long_long_int_format" >&5 +$as_echo "$pgac_cv_snprintf_long_long_int_format" >&6; } + LONG_LONG_INT_FORMAT=$pgac_cv_snprintf_long_long_int_format;; + *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5 +$as_echo "none" >&6; };; +esac + if test "$LONG_LONG_INT_FORMAT" = ""; then + as_fn_error $? "cannot determine snprintf format string for long long int" "$LINENO" 5 + fi + LONG_LONG_UINT_FORMAT=`echo "$LONG_LONG_INT_FORMAT" | sed 's/d$/u/'` + INT64_FORMAT="\"$LONG_LONG_INT_FORMAT\"" + UINT64_FORMAT="\"$LONG_LONG_UINT_FORMAT\"" +else + # Here if we are not using 'long long int' at all + INT64_FORMAT='"%ld"' + UINT64_FORMAT='"%lu"' +fi + + +cat >>confdefs.h <<_ACEOF +@%:@define ARP_INT64_FORMAT $INT64_FORMAT +_ACEOF + + + +cat >>confdefs.h <<_ACEOF +@%:@define ARP_UINT64_FORMAT $UINT64_FORMAT +_ACEOF + + +for ac_func in malloc gethostbyname gettimeofday inet_ntoa memset select socket strerror +do : + as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` +ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" +if eval test \"x\$"$as_ac_var"\" = x"yes"; then : + cat >>confdefs.h <<_ACEOF +@%:@define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 +_ACEOF + +fi +done + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for posix regular expression support" >&5 +$as_echo_n "checking for posix regular expression support... " >&6; } +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +#include +#include +int +main () +{ +regcomp(0, 0, 0); +regexec(0, 0, 0, 0, 0) + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + ac_nta_posix_regex=yes +else + ac_nta_posic_regex=no +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_nta_posix_regex" >&5 +$as_echo "$ac_nta_posix_regex" >&6; } +if test $ac_nta_posix_regex = no; then + as_fn_error $? "You don't seem to have posix regular expression support" "$LINENO" 5 +else + +$as_echo "@%:@define HAVE_REGEX_H 1" >>confdefs.h + +fi + +case $host_os in + *linux* ) + { $as_echo "$as_me:${as_lineno-$LINENO}: Using packet socket link layer implementation." >&5 +$as_echo "$as_me: Using packet socket link layer implementation." >&6;}; + for ac_header in netpacket/packet.h net/if.h +do : + as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` +ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" +if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : + cat >>confdefs.h <<_ACEOF +@%:@define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 +_ACEOF + +fi + +done + + case " $LIB@&t@OBJS " in + *" link-packet-socket.$ac_objext "* ) ;; + *) LIB@&t@OBJS="$LIB@&t@OBJS link-packet-socket.$ac_objext" + ;; +esac + + ;; + *freebsd* | *darwin* | *openbsd* | *netbsd* | *dragonfly* ) + { $as_echo "$as_me:${as_lineno-$LINENO}: Using BPF link layer implementation." >&5 +$as_echo "$as_me: Using BPF link layer implementation." >&6;}; + for ac_header in net/if.h sys/param.h sys/sysctl.h net/route.h net/if_dl.h +do : + as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` +ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" " + #include + #ifdef HAVE_SYS_SOCKET_H + #include + #endif + #ifdef HAVE_SYS_PARAM_H + #include + #endif + +" +if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : + cat >>confdefs.h <<_ACEOF +@%:@define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 +_ACEOF + +fi + +done + + +$as_echo "@%:@define ARP_PCAP_BPF 1" >>confdefs.h + + case " $LIB@&t@OBJS " in + *" link-bpf.$ac_objext "* ) ;; + *) LIB@&t@OBJS="$LIB@&t@OBJS link-bpf.$ac_objext" + ;; +esac + + ;; + *solaris* ) + { $as_echo "$as_me:${as_lineno-$LINENO}: Using DLPI link layer implementation." >&5 +$as_echo "$as_me: Using DLPI link layer implementation." >&6;}; + for ac_header in sys/dlpi.h sys/dlpihdr.h stropts.h sys/ioctl.h sys/sockio.h net/if.h sys/bufmod.h +do : + as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` +ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" " + #include + #ifdef HAVE_SYS_SOCKET_H + #include + #endif + +" +if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : + cat >>confdefs.h <<_ACEOF +@%:@define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 +_ACEOF + +fi + +done + + +$as_echo "@%:@define ARP_PCAP_DLPI 1" >>confdefs.h + + case " $LIB@&t@OBJS " in + *" link-dlpi.$ac_objext "* ) ;; + *) LIB@&t@OBJS="$LIB@&t@OBJS link-dlpi.$ac_objext" + ;; +esac + + ;; + * ) + as_fn_error $? "Host operating system $host_os is not supported" "$LINENO" 5 + ;; +esac + +ac_fn_c_check_func "$LINENO" "getopt_long_only" "ac_cv_func_getopt_long_only" +if test "x$ac_cv_func_getopt_long_only" = xyes; then : + +else + case " $LIB@&t@OBJS " in + *" getopt.$ac_objext "* ) ;; + *) LIB@&t@OBJS="$LIB@&t@OBJS getopt.$ac_objext" + ;; +esac + + case " $LIB@&t@OBJS " in + *" getopt1.$ac_objext "* ) ;; + *) LIB@&t@OBJS="$LIB@&t@OBJS getopt1.$ac_objext" + ;; +esac + + +fi + + +ac_fn_c_check_func "$LINENO" "strlcat" "ac_cv_func_strlcat" +if test "x$ac_cv_func_strlcat" = xyes; then : + +$as_echo "@%:@define HAVE_STRLCAT 1" >>confdefs.h + +else + case " $LIB@&t@OBJS " in + *" strlcat.$ac_objext "* ) ;; + *) LIB@&t@OBJS="$LIB@&t@OBJS strlcat.$ac_objext" + ;; +esac + +fi + +ac_fn_c_check_func "$LINENO" "strlcpy" "ac_cv_func_strlcpy" +if test "x$ac_cv_func_strlcpy" = xyes; then : + +$as_echo "@%:@define HAVE_STRLCPY 1" >>confdefs.h + +else + case " $LIB@&t@OBJS " in + *" strlcpy.$ac_objext "* ) ;; + *) LIB@&t@OBJS="$LIB@&t@OBJS strlcpy.$ac_objext" + ;; +esac + +fi + + +ac_config_files="$ac_config_files Makefile" + +cat >confcache <<\_ACEOF +# This file is a shell script that caches the results of configure +# tests run on this system so they can be shared between configure +# scripts and configure runs, see configure's option --config-cache. +# It is not useful on other systems. If it contains results you don't +# want to keep, you may remove or edit it. +# +# config.status only pays attention to the cache file if you give it +# the --recheck option to rerun configure. +# +# `ac_cv_env_foo' variables (set or unset) will be overridden when +# loading this file, other *unset* `ac_cv_foo' will be assigned the +# following values. + +_ACEOF + +# The following way of writing the cache mishandles newlines in values, +# but we know of no workaround that is simple, portable, and efficient. +# So, we kill variables containing newlines. +# Ultrix sh set writes to stderr and can't be redirected directly, +# and sets the high bit in the cache file unless we assign to the vars. +( + for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do + eval ac_val=\$$ac_var + case $ac_val in #( + *${as_nl}*) + case $ac_var in #( + *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 +$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; + esac + case $ac_var in #( + _ | IFS | as_nl) ;; #( + BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( + *) { eval $ac_var=; unset $ac_var;} ;; + esac ;; + esac + done + + (set) 2>&1 | + case $as_nl`(ac_space=' '; set) 2>&1` in #( + *${as_nl}ac_space=\ *) + # `set' does not quote correctly, so add quotes: double-quote + # substitution turns \\\\ into \\, and sed turns \\ into \. + sed -n \ + "s/'/'\\\\''/g; + s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" + ;; #( + *) + # `set' quotes correctly as required by POSIX, so do not add quotes. + sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" + ;; + esac | + sort +) | + sed ' + /^ac_cv_env_/b end + t clear + :clear + s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ + t end + s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ + :end' >>confcache +if diff "$cache_file" confcache >/dev/null 2>&1; then :; else + if test -w "$cache_file"; then + if test "x$cache_file" != "x/dev/null"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 +$as_echo "$as_me: updating cache $cache_file" >&6;} + if test ! -f "$cache_file" || test -h "$cache_file"; then + cat confcache >"$cache_file" + else + case $cache_file in #( + */* | ?:*) + mv -f confcache "$cache_file"$$ && + mv -f "$cache_file"$$ "$cache_file" ;; #( + *) + mv -f confcache "$cache_file" ;; + esac + fi + fi + else + { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 +$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} + fi +fi +rm -f confcache + +test "x$prefix" = xNONE && prefix=$ac_default_prefix +# Let make expand exec_prefix. +test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' + +DEFS=-DHAVE_CONFIG_H + +ac_libobjs= +ac_ltlibobjs= +U= +for ac_i in : $LIB@&t@OBJS; do test "x$ac_i" = x: && continue + # 1. Remove the extension, and $U if already installed. + ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' + ac_i=`$as_echo "$ac_i" | sed "$ac_script"` + # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR + # will be set to the directory where LIBOBJS objects are built. + as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext" + as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo' +done +LIB@&t@OBJS=$ac_libobjs + +LTLIBOBJS=$ac_ltlibobjs + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5 +$as_echo_n "checking that generated files are newer than configure... " >&6; } + if test -n "$am_sleep_pid"; then + # Hide warnings about reused PIDs. + wait $am_sleep_pid 2>/dev/null + fi + { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5 +$as_echo "done" >&6; } + if test -n "$EXEEXT"; then + am__EXEEXT_TRUE= + am__EXEEXT_FALSE='#' +else + am__EXEEXT_TRUE='#' + am__EXEEXT_FALSE= +fi + +if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then + as_fn_error $? "conditional \"AMDEP\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then + as_fn_error $? "conditional \"am__fastdepCC\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi + +: "${CONFIG_STATUS=./config.status}" +ac_write_fail=0 +ac_clean_files_save=$ac_clean_files +ac_clean_files="$ac_clean_files $CONFIG_STATUS" +{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5 +$as_echo "$as_me: creating $CONFIG_STATUS" >&6;} +as_write_fail=0 +cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1 +#! $SHELL +# Generated by $as_me. +# Run this file to recreate the current configuration. +# Compiler output produced by configure, useful for debugging +# configure, is in config.log if it exists. + +debug=false +ac_cs_recheck=false +ac_cs_silent=false + +SHELL=\${CONFIG_SHELL-$SHELL} +export SHELL +_ASEOF +cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1 +## -------------------- ## +## M4sh Initialization. ## +## -------------------- ## + +# Be more Bourne compatible +DUALCASE=1; export DUALCASE # for MKS sh +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : + emulate sh + NULLCMD=: + # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which + # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' + setopt NO_GLOB_SUBST +else + case `(set -o) 2>/dev/null` in @%:@( + *posix*) : + set -o posix ;; @%:@( + *) : + ;; +esac +fi + + +as_nl=' +' +export as_nl +# Printing a long string crashes Solaris 7 /usr/bin/printf. +as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo +# Prefer a ksh shell builtin over an external printf program on Solaris, +# but without wasting forks for bash or zsh. +if test -z "$BASH_VERSION$ZSH_VERSION" \ + && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then + as_echo='print -r --' + as_echo_n='print -rn --' +elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then + as_echo='printf %s\n' + as_echo_n='printf %s' +else + if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then + as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' + as_echo_n='/usr/ucb/echo -n' + else + as_echo_body='eval expr "X$1" : "X\\(.*\\)"' + as_echo_n_body='eval + arg=$1; + case $arg in @%:@( + *"$as_nl"*) + expr "X$arg" : "X\\(.*\\)$as_nl"; + arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; + esac; + expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" + ' + export as_echo_n_body + as_echo_n='sh -c $as_echo_n_body as_echo' + fi + export as_echo_body + as_echo='sh -c $as_echo_body as_echo' +fi + +# The user is always right. +if test "${PATH_SEPARATOR+set}" != set; then + PATH_SEPARATOR=: + (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { + (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || + PATH_SEPARATOR=';' + } +fi + + +# IFS +# We need space, tab and new line, in precisely that order. Quoting is +# there to prevent editors from complaining about space-tab. +# (If _AS_PATH_WALK were called with IFS unset, it would disable word +# splitting by setting IFS to empty value.) +IFS=" "" $as_nl" + +# Find who we are. Look in the path if we contain no directory separator. +as_myself= +case $0 in @%:@(( + *[\\/]* ) as_myself=$0 ;; + *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break + done +IFS=$as_save_IFS + + ;; +esac +# We did not find ourselves, most probably we were run as `sh COMMAND' +# in which case we are not to be found in the path. +if test "x$as_myself" = x; then + as_myself=$0 +fi +if test ! -f "$as_myself"; then + $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 + exit 1 +fi + +# Unset variables that we do not need and which cause bugs (e.g. in +# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" +# suppresses any "Segmentation fault" message there. '((' could +# trigger a bug in pdksh 5.2.14. +for as_var in BASH_ENV ENV MAIL MAILPATH +do eval test x\${$as_var+set} = xset \ + && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : +done +PS1='$ ' +PS2='> ' +PS4='+ ' + +# NLS nuisances. +LC_ALL=C +export LC_ALL +LANGUAGE=C +export LANGUAGE + +# CDPATH. +(unset CDPATH) >/dev/null 2>&1 && unset CDPATH + + +@%:@ as_fn_error STATUS ERROR [LINENO LOG_FD] +@%:@ ---------------------------------------- +@%:@ Output "`basename @S|@0`: error: ERROR" to stderr. If LINENO and LOG_FD are +@%:@ provided, also output the error to LOG_FD, referencing LINENO. Then exit the +@%:@ script with STATUS, using 1 if that was 0. +as_fn_error () +{ + as_status=$1; test $as_status -eq 0 && as_status=1 + if test "$4"; then + as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 + fi + $as_echo "$as_me: error: $2" >&2 + as_fn_exit $as_status +} @%:@ as_fn_error + + +@%:@ as_fn_set_status STATUS +@%:@ ----------------------- +@%:@ Set @S|@? to STATUS, without forking. +as_fn_set_status () +{ + return $1 +} @%:@ as_fn_set_status + +@%:@ as_fn_exit STATUS +@%:@ ----------------- +@%:@ Exit the shell with STATUS, even in a "trap 0" or "set -e" context. +as_fn_exit () +{ + set +e + as_fn_set_status $1 + exit $1 +} @%:@ as_fn_exit + +@%:@ as_fn_unset VAR +@%:@ --------------- +@%:@ Portably unset VAR. +as_fn_unset () +{ + { eval $1=; unset $1;} +} +as_unset=as_fn_unset +@%:@ as_fn_append VAR VALUE +@%:@ ---------------------- +@%:@ Append the text in VALUE to the end of the definition contained in VAR. Take +@%:@ advantage of any shell optimizations that allow amortized linear growth over +@%:@ repeated appends, instead of the typical quadratic growth present in naive +@%:@ implementations. +if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : + eval 'as_fn_append () + { + eval $1+=\$2 + }' +else + as_fn_append () + { + eval $1=\$$1\$2 + } +fi # as_fn_append + +@%:@ as_fn_arith ARG... +@%:@ ------------------ +@%:@ Perform arithmetic evaluation on the ARGs, and store the result in the +@%:@ global @S|@as_val. Take advantage of shells that can avoid forks. The arguments +@%:@ must be portable across @S|@(()) and expr. +if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : + eval 'as_fn_arith () + { + as_val=$(( $* )) + }' +else + as_fn_arith () + { + as_val=`expr "$@" || test $? -eq 1` + } +fi # as_fn_arith + + +if expr a : '\(a\)' >/dev/null 2>&1 && + test "X`expr 00001 : '.*\(...\)'`" = X001; then + as_expr=expr +else + as_expr=false +fi + +if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then + as_basename=basename +else + as_basename=false +fi + +if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then + as_dirname=dirname +else + as_dirname=false +fi + +as_me=`$as_basename -- "$0" || +$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ + X"$0" : 'X\(//\)$' \| \ + X"$0" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X/"$0" | + sed '/^.*\/\([^/][^/]*\)\/*$/{ + s//\1/ + q + } + /^X\/\(\/\/\)$/{ + s//\1/ + q + } + /^X\/\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + +# Avoid depending upon Character Ranges. +as_cr_letters='abcdefghijklmnopqrstuvwxyz' +as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' +as_cr_Letters=$as_cr_letters$as_cr_LETTERS +as_cr_digits='0123456789' +as_cr_alnum=$as_cr_Letters$as_cr_digits + +ECHO_C= ECHO_N= ECHO_T= +case `echo -n x` in @%:@((((( +-n*) + case `echo 'xy\c'` in + *c*) ECHO_T=' ';; # ECHO_T is single tab character. + xy) ECHO_C='\c';; + *) echo `echo ksh88 bug on AIX 6.1` > /dev/null + ECHO_T=' ';; + esac;; +*) + ECHO_N='-n';; +esac + +rm -f conf$$ conf$$.exe conf$$.file +if test -d conf$$.dir; then + rm -f conf$$.dir/conf$$.file +else + rm -f conf$$.dir + mkdir conf$$.dir 2>/dev/null +fi +if (echo >conf$$.file) 2>/dev/null; then + if ln -s conf$$.file conf$$ 2>/dev/null; then + as_ln_s='ln -s' + # ... but there are two gotchas: + # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. + # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. + # In both cases, we have to default to `cp -pR'. + ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || + as_ln_s='cp -pR' + elif ln conf$$.file conf$$ 2>/dev/null; then + as_ln_s=ln + else + as_ln_s='cp -pR' + fi +else + as_ln_s='cp -pR' +fi +rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file +rmdir conf$$.dir 2>/dev/null + + +@%:@ as_fn_mkdir_p +@%:@ ------------- +@%:@ Create "@S|@as_dir" as a directory, including parents if necessary. +as_fn_mkdir_p () +{ + + case $as_dir in #( + -*) as_dir=./$as_dir;; + esac + test -d "$as_dir" || eval $as_mkdir_p || { + as_dirs= + while :; do + case $as_dir in #( + *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( + *) as_qdir=$as_dir;; + esac + as_dirs="'$as_qdir' $as_dirs" + as_dir=`$as_dirname -- "$as_dir" || +$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_dir" : 'X\(//\)[^/]' \| \ + X"$as_dir" : 'X\(//\)$' \| \ + X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$as_dir" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + test -d "$as_dir" && break + done + test -z "$as_dirs" || eval "mkdir $as_dirs" + } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" + + +} @%:@ as_fn_mkdir_p +if mkdir -p . 2>/dev/null; then + as_mkdir_p='mkdir -p "$as_dir"' +else + test -d ./-p && rmdir ./-p + as_mkdir_p=false +fi + + +@%:@ as_fn_executable_p FILE +@%:@ ----------------------- +@%:@ Test if FILE is an executable regular file. +as_fn_executable_p () +{ + test -f "$1" && test -x "$1" +} @%:@ as_fn_executable_p +as_test_x='test -x' +as_executable_p=as_fn_executable_p + +# Sed expression to map a string onto a valid CPP name. +as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" + +# Sed expression to map a string onto a valid variable name. +as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" + + +exec 6>&1 +## ----------------------------------- ## +## Main body of $CONFIG_STATUS script. ## +## ----------------------------------- ## +_ASEOF +test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1 + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +# Save the log message, to keep $0 and so on meaningful, and to +# report actual input values of CONFIG_FILES etc. instead of their +# values after options handling. +ac_log=" +This file was extended by arp-scan $as_me 1.9.5, which was +generated by GNU Autoconf 2.69. Invocation command line was + + CONFIG_FILES = $CONFIG_FILES + CONFIG_HEADERS = $CONFIG_HEADERS + CONFIG_LINKS = $CONFIG_LINKS + CONFIG_COMMANDS = $CONFIG_COMMANDS + $ $0 $@ + +on `(hostname || uname -n) 2>/dev/null | sed 1q` +" + +_ACEOF + +case $ac_config_files in *" +"*) set x $ac_config_files; shift; ac_config_files=$*;; +esac + +case $ac_config_headers in *" +"*) set x $ac_config_headers; shift; ac_config_headers=$*;; +esac + + +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +# Files that config.status was made for. +config_files="$ac_config_files" +config_headers="$ac_config_headers" +config_commands="$ac_config_commands" + +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +ac_cs_usage="\ +\`$as_me' instantiates files and other configuration actions +from templates according to the current configuration. Unless the files +and actions are specified as TAGs, all are instantiated by default. + +Usage: $0 [OPTION]... [TAG]... + + -h, --help print this help, then exit + -V, --version print version number and configuration settings, then exit + --config print configuration, then exit + -q, --quiet, --silent + do not print progress messages + -d, --debug don't remove temporary files + --recheck update $as_me by reconfiguring in the same conditions + --file=FILE[:TEMPLATE] + instantiate the configuration file FILE + --header=FILE[:TEMPLATE] + instantiate the configuration header FILE + +Configuration files: +$config_files + +Configuration headers: +$config_headers + +Configuration commands: +$config_commands + +Report bugs to ." + +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" +ac_cs_version="\\ +arp-scan config.status 1.9.5 +configured by $0, generated by GNU Autoconf 2.69, + with options \\"\$ac_cs_config\\" + +Copyright (C) 2012 Free Software Foundation, Inc. +This config.status script is free software; the Free Software Foundation +gives unlimited permission to copy, distribute and modify it." + +ac_pwd='$ac_pwd' +srcdir='$srcdir' +INSTALL='$INSTALL' +MKDIR_P='$MKDIR_P' +AWK='$AWK' +test -n "\$AWK" || AWK=awk +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +# The default lists apply if the user does not specify any file. +ac_need_defaults=: +while test $# != 0 +do + case $1 in + --*=?*) + ac_option=`expr "X$1" : 'X\([^=]*\)='` + ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` + ac_shift=: + ;; + --*=) + ac_option=`expr "X$1" : 'X\([^=]*\)='` + ac_optarg= + ac_shift=: + ;; + *) + ac_option=$1 + ac_optarg=$2 + ac_shift=shift + ;; + esac + + case $ac_option in + # Handling of the options. + -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) + ac_cs_recheck=: ;; + --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) + $as_echo "$ac_cs_version"; exit ;; + --config | --confi | --conf | --con | --co | --c ) + $as_echo "$ac_cs_config"; exit ;; + --debug | --debu | --deb | --de | --d | -d ) + debug=: ;; + --file | --fil | --fi | --f ) + $ac_shift + case $ac_optarg in + *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; + '') as_fn_error $? "missing file argument" ;; + esac + as_fn_append CONFIG_FILES " '$ac_optarg'" + ac_need_defaults=false;; + --header | --heade | --head | --hea ) + $ac_shift + case $ac_optarg in + *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; + esac + as_fn_append CONFIG_HEADERS " '$ac_optarg'" + ac_need_defaults=false;; + --he | --h) + # Conflict between --help and --header + as_fn_error $? "ambiguous option: \`$1' +Try \`$0 --help' for more information.";; + --help | --hel | -h ) + $as_echo "$ac_cs_usage"; exit ;; + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ + | -silent | --silent | --silen | --sile | --sil | --si | --s) + ac_cs_silent=: ;; + + # This is an error. + -*) as_fn_error $? "unrecognized option: \`$1' +Try \`$0 --help' for more information." ;; + + *) as_fn_append ac_config_targets " $1" + ac_need_defaults=false ;; + + esac + shift +done + +ac_configure_extra_args= + +if $ac_cs_silent; then + exec 6>/dev/null + ac_configure_extra_args="$ac_configure_extra_args --silent" +fi + +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +if \$ac_cs_recheck; then + set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion + shift + \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 + CONFIG_SHELL='$SHELL' + export CONFIG_SHELL + exec "\$@" +fi + +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +exec 5>>config.log +{ + echo + sed 'h;s/./-/g;s/^.../@%:@@%:@ /;s/...$/ @%:@@%:@/;p;x;p;x' <<_ASBOX +@%:@@%:@ Running $as_me. @%:@@%:@ +_ASBOX + $as_echo "$ac_log" +} >&5 + +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +# +# INIT-COMMANDS +# +AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir" + +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 + +# Handling of arguments. +for ac_config_target in $ac_config_targets +do + case $ac_config_target in + "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;; + "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; + "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; + + *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; + esac +done + + +# If the user did not use the arguments to specify the items to instantiate, +# then the envvar interface is used. Set only those that are not. +# We use the long form for the default assignment because of an extremely +# bizarre bug on SunOS 4.1.3. +if $ac_need_defaults; then + test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files + test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers + test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands +fi + +# Have a temporary directory for convenience. Make it in the build tree +# simply because there is no reason against having it here, and in addition, +# creating and moving files from /tmp can sometimes cause problems. +# Hook for its removal unless debugging. +# Note that there is a small window in which the directory will not be cleaned: +# after its creation but before its name has been assigned to `$tmp'. +$debug || +{ + tmp= ac_tmp= + trap 'exit_status=$? + : "${ac_tmp:=$tmp}" + { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status +' 0 + trap 'as_fn_exit 1' 1 2 13 15 +} +# Create a (secure) tmp directory for tmp files. + +{ + tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && + test -d "$tmp" +} || +{ + tmp=./conf$$-$RANDOM + (umask 077 && mkdir "$tmp") +} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 +ac_tmp=$tmp + +# Set up the scripts for CONFIG_FILES section. +# No need to generate them if there are no CONFIG_FILES. +# This happens for instance with `./config.status config.h'. +if test -n "$CONFIG_FILES"; then + + +ac_cr=`echo X | tr X '\015'` +# On cygwin, bash can eat \r inside `` if the user requested igncr. +# But we know of no other shell where ac_cr would be empty at this +# point, so we can use a bashism as a fallback. +if test "x$ac_cr" = x; then + eval ac_cr=\$\'\\r\' +fi +ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' /dev/null` +if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then + ac_cs_awk_cr='\\r' +else + ac_cs_awk_cr=$ac_cr +fi + +echo 'BEGIN {' >"$ac_tmp/subs1.awk" && +_ACEOF + + +{ + echo "cat >conf$$subs.awk <<_ACEOF" && + echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && + echo "_ACEOF" +} >conf$$subs.sh || + as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 +ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` +ac_delim='%!_!# ' +for ac_last_try in false false false false false :; do + . ./conf$$subs.sh || + as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 + + ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` + if test $ac_delim_n = $ac_delim_num; then + break + elif $ac_last_try; then + as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 + else + ac_delim="$ac_delim!$ac_delim _$ac_delim!! " + fi +done +rm -f conf$$subs.sh + +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK && +_ACEOF +sed -n ' +h +s/^/S["/; s/!.*/"]=/ +p +g +s/^[^!]*!// +:repl +t repl +s/'"$ac_delim"'$// +t delim +:nl +h +s/\(.\{148\}\)..*/\1/ +t more1 +s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ +p +n +b repl +:more1 +s/["\\]/\\&/g; s/^/"/; s/$/"\\/ +p +g +s/.\{148\}// +t nl +:delim +h +s/\(.\{148\}\)..*/\1/ +t more2 +s/["\\]/\\&/g; s/^/"/; s/$/"/ +p +b +:more2 +s/["\\]/\\&/g; s/^/"/; s/$/"\\/ +p +g +s/.\{148\}// +t delim +' >$CONFIG_STATUS || ac_write_fail=1 +rm -f conf$$subs.awk +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +_ACAWK +cat >>"\$ac_tmp/subs1.awk" <<_ACAWK && + for (key in S) S_is_set[key] = 1 + FS = "" + +} +{ + line = $ 0 + nfields = split(line, field, "@") + substed = 0 + len = length(field[1]) + for (i = 2; i < nfields; i++) { + key = field[i] + keylen = length(key) + if (S_is_set[key]) { + value = S[key] + line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) + len += length(value) + length(field[++i]) + substed = 1 + } else + len += 1 + keylen + } + + print line +} + +_ACAWK +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then + sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" +else + cat +fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \ + || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 +_ACEOF + +# VPATH may cause trouble with some makes, so we remove sole $(srcdir), +# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and +# trailing colons and then remove the whole line if VPATH becomes empty +# (actually we leave an empty line to preserve line numbers). +if test "x$srcdir" = x.; then + ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{ +h +s/// +s/^/:/ +s/[ ]*$/:/ +s/:\$(srcdir):/:/g +s/:\${srcdir}:/:/g +s/:@srcdir@:/:/g +s/^:*// +s/:*$// +x +s/\(=[ ]*\).*/\1/ +G +s/\n// +s/^[^=]*=[ ]*$// +}' +fi + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +fi # test -n "$CONFIG_FILES" + +# Set up the scripts for CONFIG_HEADERS section. +# No need to generate them if there are no CONFIG_HEADERS. +# This happens for instance with `./config.status Makefile'. +if test -n "$CONFIG_HEADERS"; then +cat >"$ac_tmp/defines.awk" <<\_ACAWK || +BEGIN { +_ACEOF + +# Transform confdefs.h into an awk script `defines.awk', embedded as +# here-document in config.status, that substitutes the proper values into +# config.h.in to produce config.h. + +# Create a delimiter string that does not exist in confdefs.h, to ease +# handling of long lines. +ac_delim='%!_!# ' +for ac_last_try in false false :; do + ac_tt=`sed -n "/$ac_delim/p" confdefs.h` + if test -z "$ac_tt"; then + break + elif $ac_last_try; then + as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5 + else + ac_delim="$ac_delim!$ac_delim _$ac_delim!! " + fi +done + +# For the awk script, D is an array of macro values keyed by name, +# likewise P contains macro parameters if any. Preserve backslash +# newline sequences. + +ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* +sed -n ' +s/.\{148\}/&'"$ac_delim"'/g +t rset +:rset +s/^[ ]*#[ ]*define[ ][ ]*/ / +t def +d +:def +s/\\$// +t bsnl +s/["\\]/\\&/g +s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ +D["\1"]=" \3"/p +s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p +d +:bsnl +s/["\\]/\\&/g +s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ +D["\1"]=" \3\\\\\\n"\\/p +t cont +s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p +t cont +d +:cont +n +s/.\{148\}/&'"$ac_delim"'/g +t clear +:clear +s/\\$// +t bsnlc +s/["\\]/\\&/g; s/^/"/; s/$/"/p +d +:bsnlc +s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p +b cont +' >$CONFIG_STATUS || ac_write_fail=1 + +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 + for (key in D) D_is_set[key] = 1 + FS = "" +} +/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ { + line = \$ 0 + split(line, arg, " ") + if (arg[1] == "#") { + defundef = arg[2] + mac1 = arg[3] + } else { + defundef = substr(arg[1], 2) + mac1 = arg[2] + } + split(mac1, mac2, "(") #) + macro = mac2[1] + prefix = substr(line, 1, index(line, defundef) - 1) + if (D_is_set[macro]) { + # Preserve the white space surrounding the "#". + print prefix "define", macro P[macro] D[macro] + next + } else { + # Replace #undef with comments. This is necessary, for example, + # in the case of _POSIX_SOURCE, which is predefined and required + # on some systems where configure will not decide to define it. + if (defundef == "undef") { + print "/*", prefix defundef, macro, "*/" + next + } + } +} +{ print } +_ACAWK +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 + as_fn_error $? "could not setup config headers machinery" "$LINENO" 5 +fi # test -n "$CONFIG_HEADERS" + + +eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS" +shift +for ac_tag +do + case $ac_tag in + :[FHLC]) ac_mode=$ac_tag; continue;; + esac + case $ac_mode$ac_tag in + :[FHL]*:*);; + :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;; + :[FH]-) ac_tag=-:-;; + :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; + esac + ac_save_IFS=$IFS + IFS=: + set x $ac_tag + IFS=$ac_save_IFS + shift + ac_file=$1 + shift + + case $ac_mode in + :L) ac_source=$1;; + :[FH]) + ac_file_inputs= + for ac_f + do + case $ac_f in + -) ac_f="$ac_tmp/stdin";; + *) # Look for the file first in the build tree, then in the source tree + # (if the path is not absolute). The absolute path cannot be DOS-style, + # because $ac_f cannot contain `:'. + test -f "$ac_f" || + case $ac_f in + [\\/$]*) false;; + *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; + esac || + as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;; + esac + case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac + as_fn_append ac_file_inputs " '$ac_f'" + done + + # Let's still pretend it is `configure' which instantiates (i.e., don't + # use $as_me), people would be surprised to read: + # /* config.h. Generated by config.status. */ + configure_input='Generated from '` + $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' + `' by configure.' + if test x"$ac_file" != x-; then + configure_input="$ac_file. $configure_input" + { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5 +$as_echo "$as_me: creating $ac_file" >&6;} + fi + # Neutralize special characters interpreted by sed in replacement strings. + case $configure_input in #( + *\&* | *\|* | *\\* ) + ac_sed_conf_input=`$as_echo "$configure_input" | + sed 's/[\\\\&|]/\\\\&/g'`;; #( + *) ac_sed_conf_input=$configure_input;; + esac + + case $ac_tag in + *:-:* | *:-) cat >"$ac_tmp/stdin" \ + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; + esac + ;; + esac + + ac_dir=`$as_dirname -- "$ac_file" || +$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$ac_file" : 'X\(//\)[^/]' \| \ + X"$ac_file" : 'X\(//\)$' \| \ + X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$ac_file" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + as_dir="$ac_dir"; as_fn_mkdir_p + ac_builddir=. + +case "$ac_dir" in +.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; +*) + ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` + # A ".." for each directory in $ac_dir_suffix. + ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` + case $ac_top_builddir_sub in + "") ac_top_builddir_sub=. ac_top_build_prefix= ;; + *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; + esac ;; +esac +ac_abs_top_builddir=$ac_pwd +ac_abs_builddir=$ac_pwd$ac_dir_suffix +# for backward compatibility: +ac_top_builddir=$ac_top_build_prefix + +case $srcdir in + .) # We are building in place. + ac_srcdir=. + ac_top_srcdir=$ac_top_builddir_sub + ac_abs_top_srcdir=$ac_pwd ;; + [\\/]* | ?:[\\/]* ) # Absolute name. + ac_srcdir=$srcdir$ac_dir_suffix; + ac_top_srcdir=$srcdir + ac_abs_top_srcdir=$srcdir ;; + *) # Relative name. + ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix + ac_top_srcdir=$ac_top_build_prefix$srcdir + ac_abs_top_srcdir=$ac_pwd/$srcdir ;; +esac +ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix + + + case $ac_mode in + :F) + # + # CONFIG_FILE + # + + case $INSTALL in + [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; + *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; + esac + ac_MKDIR_P=$MKDIR_P + case $MKDIR_P in + [\\/$]* | ?:[\\/]* ) ;; + */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;; + esac +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +# If the template does not know about datarootdir, expand it. +# FIXME: This hack should be removed a few years after 2.60. +ac_datarootdir_hack=; ac_datarootdir_seen= +ac_sed_dataroot=' +/datarootdir/ { + p + q +} +/@datadir@/p +/@docdir@/p +/@infodir@/p +/@localedir@/p +/@mandir@/p' +case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in +*datarootdir*) ac_datarootdir_seen=yes;; +*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 +$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 + ac_datarootdir_hack=' + s&@datadir@&$datadir&g + s&@docdir@&$docdir&g + s&@infodir@&$infodir&g + s&@localedir@&$localedir&g + s&@mandir@&$mandir&g + s&\\\${datarootdir}&$datarootdir&g' ;; +esac +_ACEOF + +# Neutralize VPATH when `$srcdir' = `.'. +# Shell code in configure.ac might set extrasub. +# FIXME: do we really want to maintain this feature? +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +ac_sed_extra="$ac_vpsub +$extrasub +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +:t +/@[a-zA-Z_][a-zA-Z_0-9]*@/!b +s|@configure_input@|$ac_sed_conf_input|;t t +s&@top_builddir@&$ac_top_builddir_sub&;t t +s&@top_build_prefix@&$ac_top_build_prefix&;t t +s&@srcdir@&$ac_srcdir&;t t +s&@abs_srcdir@&$ac_abs_srcdir&;t t +s&@top_srcdir@&$ac_top_srcdir&;t t +s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t +s&@builddir@&$ac_builddir&;t t +s&@abs_builddir@&$ac_abs_builddir&;t t +s&@abs_top_builddir@&$ac_abs_top_builddir&;t t +s&@INSTALL@&$ac_INSTALL&;t t +s&@MKDIR_P@&$ac_MKDIR_P&;t t +$ac_datarootdir_hack +" +eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \ + >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5 + +test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && + { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && + { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ + "$ac_tmp/out"`; test -z "$ac_out"; } && + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' +which seems to be undefined. Please make sure it is defined" >&5 +$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' +which seems to be undefined. Please make sure it is defined" >&2;} + + rm -f "$ac_tmp/stdin" + case $ac_file in + -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";; + *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";; + esac \ + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 + ;; + :H) + # + # CONFIG_HEADER + # + if test x"$ac_file" != x-; then + { + $as_echo "/* $configure_input */" \ + && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" + } >"$ac_tmp/config.h" \ + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 + if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then + { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 +$as_echo "$as_me: $ac_file is unchanged" >&6;} + else + rm -f "$ac_file" + mv "$ac_tmp/config.h" "$ac_file" \ + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 + fi + else + $as_echo "/* $configure_input */" \ + && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \ + || as_fn_error $? "could not create -" "$LINENO" 5 + fi +# Compute "$ac_file"'s index in $config_headers. +_am_arg="$ac_file" +_am_stamp_count=1 +for _am_header in $config_headers :; do + case $_am_header in + $_am_arg | $_am_arg:* ) + break ;; + * ) + _am_stamp_count=`expr $_am_stamp_count + 1` ;; + esac +done +echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" || +$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$_am_arg" : 'X\(//\)[^/]' \| \ + X"$_am_arg" : 'X\(//\)$' \| \ + X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$_am_arg" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'`/stamp-h$_am_stamp_count + ;; + + :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5 +$as_echo "$as_me: executing $ac_file commands" >&6;} + ;; + esac + + + case $ac_file$ac_mode in + "depfiles":C) test x"$AMDEP_TRUE" != x"" || { + # Older Autoconf quotes --file arguments for eval, but not when files + # are listed without --file. Let's play safe and only enable the eval + # if we detect the quoting. + case $CONFIG_FILES in + *\'*) eval set x "$CONFIG_FILES" ;; + *) set x $CONFIG_FILES ;; + esac + shift + for mf + do + # Strip MF so we end up with the name of the file. + mf=`echo "$mf" | sed -e 's/:.*$//'` + # Check whether this is an Automake generated Makefile or not. + # We used to match only the files named 'Makefile.in', but + # some people rename them; so instead we look at the file content. + # Grep'ing the first line is not enough: some people post-process + # each Makefile.in and add a new line on top of each file to say so. + # Grep'ing the whole file is not good either: AIX grep has a line + # limit of 2048, but all sed's we know have understand at least 4000. + if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then + dirpart=`$as_dirname -- "$mf" || +$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$mf" : 'X\(//\)[^/]' \| \ + X"$mf" : 'X\(//\)$' \| \ + X"$mf" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$mf" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + else + continue + fi + # Extract the definition of DEPDIR, am__include, and am__quote + # from the Makefile without running 'make'. + DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` + test -z "$DEPDIR" && continue + am__include=`sed -n 's/^am__include = //p' < "$mf"` + test -z "$am__include" && continue + am__quote=`sed -n 's/^am__quote = //p' < "$mf"` + # Find all dependency output files, they are included files with + # $(DEPDIR) in their names. We invoke sed twice because it is the + # simplest approach to changing $(DEPDIR) to its actual value in the + # expansion. + for file in `sed -n " + s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ + sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do + # Make sure the directory exists. + test -f "$dirpart/$file" && continue + fdir=`$as_dirname -- "$file" || +$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$file" : 'X\(//\)[^/]' \| \ + X"$file" : 'X\(//\)$' \| \ + X"$file" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$file" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + as_dir=$dirpart/$fdir; as_fn_mkdir_p + # echo "creating $dirpart/$file" + echo '# dummy' > "$dirpart/$file" + done + done +} + ;; + + esac +done # for ac_tag + + +as_fn_exit 0 +_ACEOF +ac_clean_files=$ac_clean_files_save + +test $ac_write_fail = 0 || + as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5 + + +# configure is writing to config.log, and then calls config.status. +# config.status does its own redirection, appending to config.log. +# Unfortunately, on DOS this fails, as config.log is still kept open +# by configure, so config.status won't be able to write to it; its +# output is simply discarded. So we exec the FD to /dev/null, +# effectively closing config.log, so it can be properly (re)opened and +# appended to by config.status. When coming back to configure, we +# need to make the FD available again. +if test "$no_create" != yes; then + ac_cs_success=: + ac_config_status_args= + test "$silent" = yes && + ac_config_status_args="$ac_config_status_args --quiet" + exec 5>/dev/null + $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false + exec 5>>config.log + # Use ||, not &&, to avoid exiting from the if with $? = 1, which + # would make configure fail if this is the last instruction. + $ac_cs_success || as_fn_exit 1 +fi +if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 +$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} +fi + diff -Nru arp-scan-1.9/autom4te.cache/output.1 arp-scan-2.0/autom4te.cache/output.1 --- arp-scan-1.9/autom4te.cache/output.1 1970-01-01 05:30:00.000000000 +0530 +++ arp-scan-2.0/autom4te.cache/output.1 2017-09-21 19:25:17.000000000 +0530 @@ -0,0 +1,6999 @@ +@%:@! /bin/sh +@%:@ From configure.ac Revision. +@%:@ Guess values for system-dependent variables and create Makefiles. +@%:@ Generated by GNU Autoconf 2.69 for arp-scan 1.9.5. +@%:@ +@%:@ Report bugs to . +@%:@ +@%:@ +@%:@ Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. +@%:@ +@%:@ +@%:@ This configure script is free software; the Free Software Foundation +@%:@ gives unlimited permission to copy, distribute and modify it. +## -------------------- ## +## M4sh Initialization. ## +## -------------------- ## + +# Be more Bourne compatible +DUALCASE=1; export DUALCASE # for MKS sh +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : + emulate sh + NULLCMD=: + # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which + # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' + setopt NO_GLOB_SUBST +else + case `(set -o) 2>/dev/null` in @%:@( + *posix*) : + set -o posix ;; @%:@( + *) : + ;; +esac +fi + + +as_nl=' +' +export as_nl +# Printing a long string crashes Solaris 7 /usr/bin/printf. +as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo +# Prefer a ksh shell builtin over an external printf program on Solaris, +# but without wasting forks for bash or zsh. +if test -z "$BASH_VERSION$ZSH_VERSION" \ + && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then + as_echo='print -r --' + as_echo_n='print -rn --' +elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then + as_echo='printf %s\n' + as_echo_n='printf %s' +else + if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then + as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' + as_echo_n='/usr/ucb/echo -n' + else + as_echo_body='eval expr "X$1" : "X\\(.*\\)"' + as_echo_n_body='eval + arg=$1; + case $arg in @%:@( + *"$as_nl"*) + expr "X$arg" : "X\\(.*\\)$as_nl"; + arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; + esac; + expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" + ' + export as_echo_n_body + as_echo_n='sh -c $as_echo_n_body as_echo' + fi + export as_echo_body + as_echo='sh -c $as_echo_body as_echo' +fi + +# The user is always right. +if test "${PATH_SEPARATOR+set}" != set; then + PATH_SEPARATOR=: + (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { + (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || + PATH_SEPARATOR=';' + } +fi + + +# IFS +# We need space, tab and new line, in precisely that order. Quoting is +# there to prevent editors from complaining about space-tab. +# (If _AS_PATH_WALK were called with IFS unset, it would disable word +# splitting by setting IFS to empty value.) +IFS=" "" $as_nl" + +# Find who we are. Look in the path if we contain no directory separator. +as_myself= +case $0 in @%:@(( + *[\\/]* ) as_myself=$0 ;; + *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break + done +IFS=$as_save_IFS + + ;; +esac +# We did not find ourselves, most probably we were run as `sh COMMAND' +# in which case we are not to be found in the path. +if test "x$as_myself" = x; then + as_myself=$0 +fi +if test ! -f "$as_myself"; then + $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 + exit 1 +fi + +# Unset variables that we do not need and which cause bugs (e.g. in +# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" +# suppresses any "Segmentation fault" message there. '((' could +# trigger a bug in pdksh 5.2.14. +for as_var in BASH_ENV ENV MAIL MAILPATH +do eval test x\${$as_var+set} = xset \ + && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : +done +PS1='$ ' +PS2='> ' +PS4='+ ' + +# NLS nuisances. +LC_ALL=C +export LC_ALL +LANGUAGE=C +export LANGUAGE + +# CDPATH. +(unset CDPATH) >/dev/null 2>&1 && unset CDPATH + +# Use a proper internal environment variable to ensure we don't fall + # into an infinite loop, continuously re-executing ourselves. + if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then + _as_can_reexec=no; export _as_can_reexec; + # We cannot yet assume a decent shell, so we have to provide a +# neutralization value for shells without unset; and this also +# works around shells that cannot unset nonexistent variables. +# Preserve -v and -x to the replacement shell. +BASH_ENV=/dev/null +ENV=/dev/null +(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV +case $- in @%:@ (((( + *v*x* | *x*v* ) as_opts=-vx ;; + *v* ) as_opts=-v ;; + *x* ) as_opts=-x ;; + * ) as_opts= ;; +esac +exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} +# Admittedly, this is quite paranoid, since all the known shells bail +# out after a failed `exec'. +$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2 +as_fn_exit 255 + fi + # We don't want this to propagate to other subprocesses. + { _as_can_reexec=; unset _as_can_reexec;} +if test "x$CONFIG_SHELL" = x; then + as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then : + emulate sh + NULLCMD=: + # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which + # is contrary to our usage. Disable this feature. + alias -g '\${1+\"\$@\"}'='\"\$@\"' + setopt NO_GLOB_SUBST +else + case \`(set -o) 2>/dev/null\` in @%:@( + *posix*) : + set -o posix ;; @%:@( + *) : + ;; +esac +fi +" + as_required="as_fn_return () { (exit \$1); } +as_fn_success () { as_fn_return 0; } +as_fn_failure () { as_fn_return 1; } +as_fn_ret_success () { return 0; } +as_fn_ret_failure () { return 1; } + +exitcode=0 +as_fn_success || { exitcode=1; echo as_fn_success failed.; } +as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; } +as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; } +as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; } +if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then : + +else + exitcode=1; echo positional parameters were not saved. +fi +test x\$exitcode = x0 || exit 1 +test -x / || exit 1" + as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO + as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO + eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && + test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 +test \$(( 1 + 1 )) = 2 || exit 1" + if (eval "$as_required") 2>/dev/null; then : + as_have_required=yes +else + as_have_required=no +fi + if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then : + +else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +as_found=false +for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + as_found=: + case $as_dir in @%:@( + /*) + for as_base in sh bash ksh sh5; do + # Try only shells that exist, to save several forks. + as_shell=$as_dir/$as_base + if { test -f "$as_shell" || test -f "$as_shell.exe"; } && + { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then : + CONFIG_SHELL=$as_shell as_have_required=yes + if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then : + break 2 +fi +fi + done;; + esac + as_found=false +done +$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } && + { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then : + CONFIG_SHELL=$SHELL as_have_required=yes +fi; } +IFS=$as_save_IFS + + + if test "x$CONFIG_SHELL" != x; then : + export CONFIG_SHELL + # We cannot yet assume a decent shell, so we have to provide a +# neutralization value for shells without unset; and this also +# works around shells that cannot unset nonexistent variables. +# Preserve -v and -x to the replacement shell. +BASH_ENV=/dev/null +ENV=/dev/null +(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV +case $- in @%:@ (((( + *v*x* | *x*v* ) as_opts=-vx ;; + *v* ) as_opts=-v ;; + *x* ) as_opts=-x ;; + * ) as_opts= ;; +esac +exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} +# Admittedly, this is quite paranoid, since all the known shells bail +# out after a failed `exec'. +$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2 +exit 255 +fi + + if test x$as_have_required = xno; then : + $as_echo "$0: This script requires a shell more modern than all" + $as_echo "$0: the shells that I found on your system." + if test x${ZSH_VERSION+set} = xset ; then + $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should" + $as_echo "$0: be upgraded to zsh 4.3.4 or later." + else + $as_echo "$0: Please tell bug-autoconf@gnu.org and +$0: https://github.com/royhills/arp-scan about your system, +$0: including any error possibly output before this +$0: message. Then install a modern shell, or manually run +$0: the script under such a shell if you do have one." + fi + exit 1 +fi +fi +fi +SHELL=${CONFIG_SHELL-/bin/sh} +export SHELL +# Unset more variables known to interfere with behavior of common tools. +CLICOLOR_FORCE= GREP_OPTIONS= +unset CLICOLOR_FORCE GREP_OPTIONS + +## --------------------- ## +## M4sh Shell Functions. ## +## --------------------- ## +@%:@ as_fn_unset VAR +@%:@ --------------- +@%:@ Portably unset VAR. +as_fn_unset () +{ + { eval $1=; unset $1;} +} +as_unset=as_fn_unset + +@%:@ as_fn_set_status STATUS +@%:@ ----------------------- +@%:@ Set @S|@? to STATUS, without forking. +as_fn_set_status () +{ + return $1 +} @%:@ as_fn_set_status + +@%:@ as_fn_exit STATUS +@%:@ ----------------- +@%:@ Exit the shell with STATUS, even in a "trap 0" or "set -e" context. +as_fn_exit () +{ + set +e + as_fn_set_status $1 + exit $1 +} @%:@ as_fn_exit + +@%:@ as_fn_mkdir_p +@%:@ ------------- +@%:@ Create "@S|@as_dir" as a directory, including parents if necessary. +as_fn_mkdir_p () +{ + + case $as_dir in #( + -*) as_dir=./$as_dir;; + esac + test -d "$as_dir" || eval $as_mkdir_p || { + as_dirs= + while :; do + case $as_dir in #( + *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( + *) as_qdir=$as_dir;; + esac + as_dirs="'$as_qdir' $as_dirs" + as_dir=`$as_dirname -- "$as_dir" || +$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_dir" : 'X\(//\)[^/]' \| \ + X"$as_dir" : 'X\(//\)$' \| \ + X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$as_dir" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + test -d "$as_dir" && break + done + test -z "$as_dirs" || eval "mkdir $as_dirs" + } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" + + +} @%:@ as_fn_mkdir_p + +@%:@ as_fn_executable_p FILE +@%:@ ----------------------- +@%:@ Test if FILE is an executable regular file. +as_fn_executable_p () +{ + test -f "$1" && test -x "$1" +} @%:@ as_fn_executable_p +@%:@ as_fn_append VAR VALUE +@%:@ ---------------------- +@%:@ Append the text in VALUE to the end of the definition contained in VAR. Take +@%:@ advantage of any shell optimizations that allow amortized linear growth over +@%:@ repeated appends, instead of the typical quadratic growth present in naive +@%:@ implementations. +if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : + eval 'as_fn_append () + { + eval $1+=\$2 + }' +else + as_fn_append () + { + eval $1=\$$1\$2 + } +fi # as_fn_append + +@%:@ as_fn_arith ARG... +@%:@ ------------------ +@%:@ Perform arithmetic evaluation on the ARGs, and store the result in the +@%:@ global @S|@as_val. Take advantage of shells that can avoid forks. The arguments +@%:@ must be portable across @S|@(()) and expr. +if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : + eval 'as_fn_arith () + { + as_val=$(( $* )) + }' +else + as_fn_arith () + { + as_val=`expr "$@" || test $? -eq 1` + } +fi # as_fn_arith + + +@%:@ as_fn_error STATUS ERROR [LINENO LOG_FD] +@%:@ ---------------------------------------- +@%:@ Output "`basename @S|@0`: error: ERROR" to stderr. If LINENO and LOG_FD are +@%:@ provided, also output the error to LOG_FD, referencing LINENO. Then exit the +@%:@ script with STATUS, using 1 if that was 0. +as_fn_error () +{ + as_status=$1; test $as_status -eq 0 && as_status=1 + if test "$4"; then + as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 + fi + $as_echo "$as_me: error: $2" >&2 + as_fn_exit $as_status +} @%:@ as_fn_error + +if expr a : '\(a\)' >/dev/null 2>&1 && + test "X`expr 00001 : '.*\(...\)'`" = X001; then + as_expr=expr +else + as_expr=false +fi + +if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then + as_basename=basename +else + as_basename=false +fi + +if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then + as_dirname=dirname +else + as_dirname=false +fi + +as_me=`$as_basename -- "$0" || +$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ + X"$0" : 'X\(//\)$' \| \ + X"$0" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X/"$0" | + sed '/^.*\/\([^/][^/]*\)\/*$/{ + s//\1/ + q + } + /^X\/\(\/\/\)$/{ + s//\1/ + q + } + /^X\/\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + +# Avoid depending upon Character Ranges. +as_cr_letters='abcdefghijklmnopqrstuvwxyz' +as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' +as_cr_Letters=$as_cr_letters$as_cr_LETTERS +as_cr_digits='0123456789' +as_cr_alnum=$as_cr_Letters$as_cr_digits + + + as_lineno_1=$LINENO as_lineno_1a=$LINENO + as_lineno_2=$LINENO as_lineno_2a=$LINENO + eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && + test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { + # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) + sed -n ' + p + /[$]LINENO/= + ' <$as_myself | + sed ' + s/[$]LINENO.*/&-/ + t lineno + b + :lineno + N + :loop + s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ + t loop + s/-\n.*// + ' >$as_me.lineno && + chmod +x "$as_me.lineno" || + { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } + + # If we had to re-execute with $CONFIG_SHELL, we're ensured to have + # already done that, so ensure we don't try to do so again and fall + # in an infinite loop. This has already happened in practice. + _as_can_reexec=no; export _as_can_reexec + # Don't try to exec as it changes $[0], causing all sort of problems + # (the dirname of $[0] is not the place where we might find the + # original and so on. Autoconf is especially sensitive to this). + . "./$as_me.lineno" + # Exit status is that of the last command. + exit +} + +ECHO_C= ECHO_N= ECHO_T= +case `echo -n x` in @%:@((((( +-n*) + case `echo 'xy\c'` in + *c*) ECHO_T=' ';; # ECHO_T is single tab character. + xy) ECHO_C='\c';; + *) echo `echo ksh88 bug on AIX 6.1` > /dev/null + ECHO_T=' ';; + esac;; +*) + ECHO_N='-n';; +esac + +rm -f conf$$ conf$$.exe conf$$.file +if test -d conf$$.dir; then + rm -f conf$$.dir/conf$$.file +else + rm -f conf$$.dir + mkdir conf$$.dir 2>/dev/null +fi +if (echo >conf$$.file) 2>/dev/null; then + if ln -s conf$$.file conf$$ 2>/dev/null; then + as_ln_s='ln -s' + # ... but there are two gotchas: + # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. + # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. + # In both cases, we have to default to `cp -pR'. + ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || + as_ln_s='cp -pR' + elif ln conf$$.file conf$$ 2>/dev/null; then + as_ln_s=ln + else + as_ln_s='cp -pR' + fi +else + as_ln_s='cp -pR' +fi +rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file +rmdir conf$$.dir 2>/dev/null + +if mkdir -p . 2>/dev/null; then + as_mkdir_p='mkdir -p "$as_dir"' +else + test -d ./-p && rmdir ./-p + as_mkdir_p=false +fi + +as_test_x='test -x' +as_executable_p=as_fn_executable_p + +# Sed expression to map a string onto a valid CPP name. +as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" + +# Sed expression to map a string onto a valid variable name. +as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" + + +test -n "$DJDIR" || exec 7<&0 &1 + +# Name of the host. +# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status, +# so uname gets run too. +ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` + +# +# Initializations. +# +ac_default_prefix=/usr/local +ac_clean_files= +ac_config_libobj_dir=. +LIB@&t@OBJS= +cross_compiling=no +subdirs= +MFLAGS= +MAKEFLAGS= + +# Identity of this package. +PACKAGE_NAME='arp-scan' +PACKAGE_TARNAME='arp-scan' +PACKAGE_VERSION='1.9.5' +PACKAGE_STRING='arp-scan 1.9.5' +PACKAGE_BUGREPORT='https://github.com/royhills/arp-scan' +PACKAGE_URL='' + +ac_unique_file="arp-scan.c" +# Factoring default headers for most tests. +ac_includes_default="\ +#include +#ifdef HAVE_SYS_TYPES_H +# include +#endif +#ifdef HAVE_SYS_STAT_H +# include +#endif +#ifdef STDC_HEADERS +# include +# include +#else +# ifdef HAVE_STDLIB_H +# include +# endif +#endif +#ifdef HAVE_STRING_H +# if !defined STDC_HEADERS && defined HAVE_MEMORY_H +# include +# endif +# include +#endif +#ifdef HAVE_STRINGS_H +# include +#endif +#ifdef HAVE_INTTYPES_H +# include +#endif +#ifdef HAVE_STDINT_H +# include +#endif +#ifdef HAVE_UNISTD_H +# include +#endif" + +ac_subst_vars='am__EXEEXT_FALSE +am__EXEEXT_TRUE +LTLIBOBJS +LIB@&t@OBJS +EGREP +GREP +CPP +LN_S +am__fastdepCC_FALSE +am__fastdepCC_TRUE +CCDEPMODE +am__nodep +AMDEPBACKSLASH +AMDEP_FALSE +AMDEP_TRUE +am__quote +am__include +DEPDIR +OBJEXT +EXEEXT +ac_ct_CC +CPPFLAGS +LDFLAGS +CFLAGS +CC +host_os +host_vendor +host_cpu +host +build_os +build_vendor +build_cpu +build +AM_BACKSLASH +AM_DEFAULT_VERBOSITY +AM_DEFAULT_V +AM_V +am__untar +am__tar +AMTAR +am__leading_dot +SET_MAKE +AWK +mkdir_p +MKDIR_P +INSTALL_STRIP_PROGRAM +STRIP +install_sh +MAKEINFO +AUTOHEADER +AUTOMAKE +AUTOCONF +ACLOCAL +VERSION +PACKAGE +CYGPATH_W +am__isrc +INSTALL_DATA +INSTALL_SCRIPT +INSTALL_PROGRAM +target_alias +host_alias +build_alias +LIBS +ECHO_T +ECHO_N +ECHO_C +DEFS +mandir +localedir +libdir +psdir +pdfdir +dvidir +htmldir +infodir +docdir +oldincludedir +includedir +runstatedir +localstatedir +sharedstatedir +sysconfdir +datadir +datarootdir +libexecdir +sbindir +bindir +program_transform_name +prefix +exec_prefix +PACKAGE_URL +PACKAGE_BUGREPORT +PACKAGE_STRING +PACKAGE_VERSION +PACKAGE_TARNAME +PACKAGE_NAME +PATH_SEPARATOR +SHELL' +ac_subst_files='' +ac_user_opts=' +enable_option_checking +enable_silent_rules +enable_gcov +enable_dependency_tracking +' + ac_precious_vars='build_alias +host_alias +target_alias +CC +CFLAGS +LDFLAGS +LIBS +CPPFLAGS +CPP' + + +# Initialize some variables set by options. +ac_init_help= +ac_init_version=false +ac_unrecognized_opts= +ac_unrecognized_sep= +# The variables have the same names as the options, with +# dashes changed to underlines. +cache_file=/dev/null +exec_prefix=NONE +no_create= +no_recursion= +prefix=NONE +program_prefix=NONE +program_suffix=NONE +program_transform_name=s,x,x, +silent= +site= +srcdir= +verbose= +x_includes=NONE +x_libraries=NONE + +# Installation directory options. +# These are left unexpanded so users can "make install exec_prefix=/foo" +# and all the variables that are supposed to be based on exec_prefix +# by default will actually change. +# Use braces instead of parens because sh, perl, etc. also accept them. +# (The list follows the same order as the GNU Coding Standards.) +bindir='${exec_prefix}/bin' +sbindir='${exec_prefix}/sbin' +libexecdir='${exec_prefix}/libexec' +datarootdir='${prefix}/share' +datadir='${datarootdir}' +sysconfdir='${prefix}/etc' +sharedstatedir='${prefix}/com' +localstatedir='${prefix}/var' +runstatedir='${localstatedir}/run' +includedir='${prefix}/include' +oldincludedir='/usr/include' +docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' +infodir='${datarootdir}/info' +htmldir='${docdir}' +dvidir='${docdir}' +pdfdir='${docdir}' +psdir='${docdir}' +libdir='${exec_prefix}/lib' +localedir='${datarootdir}/locale' +mandir='${datarootdir}/man' + +ac_prev= +ac_dashdash= +for ac_option +do + # If the previous option needs an argument, assign it. + if test -n "$ac_prev"; then + eval $ac_prev=\$ac_option + ac_prev= + continue + fi + + case $ac_option in + *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; + *=) ac_optarg= ;; + *) ac_optarg=yes ;; + esac + + # Accept the important Cygnus configure options, so we can diagnose typos. + + case $ac_dashdash$ac_option in + --) + ac_dashdash=yes ;; + + -bindir | --bindir | --bindi | --bind | --bin | --bi) + ac_prev=bindir ;; + -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) + bindir=$ac_optarg ;; + + -build | --build | --buil | --bui | --bu) + ac_prev=build_alias ;; + -build=* | --build=* | --buil=* | --bui=* | --bu=*) + build_alias=$ac_optarg ;; + + -cache-file | --cache-file | --cache-fil | --cache-fi \ + | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) + ac_prev=cache_file ;; + -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ + | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) + cache_file=$ac_optarg ;; + + --config-cache | -C) + cache_file=config.cache ;; + + -datadir | --datadir | --datadi | --datad) + ac_prev=datadir ;; + -datadir=* | --datadir=* | --datadi=* | --datad=*) + datadir=$ac_optarg ;; + + -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \ + | --dataroo | --dataro | --datar) + ac_prev=datarootdir ;; + -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \ + | --dataroot=* | --dataroo=* | --dataro=* | --datar=*) + datarootdir=$ac_optarg ;; + + -disable-* | --disable-*) + ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + as_fn_error $? "invalid feature name: $ac_useropt" + ac_useropt_orig=$ac_useropt + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"enable_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval enable_$ac_useropt=no ;; + + -docdir | --docdir | --docdi | --doc | --do) + ac_prev=docdir ;; + -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*) + docdir=$ac_optarg ;; + + -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv) + ac_prev=dvidir ;; + -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*) + dvidir=$ac_optarg ;; + + -enable-* | --enable-*) + ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + as_fn_error $? "invalid feature name: $ac_useropt" + ac_useropt_orig=$ac_useropt + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"enable_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval enable_$ac_useropt=\$ac_optarg ;; + + -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ + | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ + | --exec | --exe | --ex) + ac_prev=exec_prefix ;; + -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ + | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ + | --exec=* | --exe=* | --ex=*) + exec_prefix=$ac_optarg ;; + + -gas | --gas | --ga | --g) + # Obsolete; use --with-gas. + with_gas=yes ;; + + -help | --help | --hel | --he | -h) + ac_init_help=long ;; + -help=r* | --help=r* | --hel=r* | --he=r* | -hr*) + ac_init_help=recursive ;; + -help=s* | --help=s* | --hel=s* | --he=s* | -hs*) + ac_init_help=short ;; + + -host | --host | --hos | --ho) + ac_prev=host_alias ;; + -host=* | --host=* | --hos=* | --ho=*) + host_alias=$ac_optarg ;; + + -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht) + ac_prev=htmldir ;; + -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \ + | --ht=*) + htmldir=$ac_optarg ;; + + -includedir | --includedir | --includedi | --included | --include \ + | --includ | --inclu | --incl | --inc) + ac_prev=includedir ;; + -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ + | --includ=* | --inclu=* | --incl=* | --inc=*) + includedir=$ac_optarg ;; + + -infodir | --infodir | --infodi | --infod | --info | --inf) + ac_prev=infodir ;; + -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) + infodir=$ac_optarg ;; + + -libdir | --libdir | --libdi | --libd) + ac_prev=libdir ;; + -libdir=* | --libdir=* | --libdi=* | --libd=*) + libdir=$ac_optarg ;; + + -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ + | --libexe | --libex | --libe) + ac_prev=libexecdir ;; + -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ + | --libexe=* | --libex=* | --libe=*) + libexecdir=$ac_optarg ;; + + -localedir | --localedir | --localedi | --localed | --locale) + ac_prev=localedir ;; + -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*) + localedir=$ac_optarg ;; + + -localstatedir | --localstatedir | --localstatedi | --localstated \ + | --localstate | --localstat | --localsta | --localst | --locals) + ac_prev=localstatedir ;; + -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ + | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*) + localstatedir=$ac_optarg ;; + + -mandir | --mandir | --mandi | --mand | --man | --ma | --m) + ac_prev=mandir ;; + -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) + mandir=$ac_optarg ;; + + -nfp | --nfp | --nf) + # Obsolete; use --without-fp. + with_fp=no ;; + + -no-create | --no-create | --no-creat | --no-crea | --no-cre \ + | --no-cr | --no-c | -n) + no_create=yes ;; + + -no-recursion | --no-recursion | --no-recursio | --no-recursi \ + | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) + no_recursion=yes ;; + + -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \ + | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \ + | --oldin | --oldi | --old | --ol | --o) + ac_prev=oldincludedir ;; + -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ + | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ + | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) + oldincludedir=$ac_optarg ;; + + -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) + ac_prev=prefix ;; + -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) + prefix=$ac_optarg ;; + + -program-prefix | --program-prefix | --program-prefi | --program-pref \ + | --program-pre | --program-pr | --program-p) + ac_prev=program_prefix ;; + -program-prefix=* | --program-prefix=* | --program-prefi=* \ + | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) + program_prefix=$ac_optarg ;; + + -program-suffix | --program-suffix | --program-suffi | --program-suff \ + | --program-suf | --program-su | --program-s) + ac_prev=program_suffix ;; + -program-suffix=* | --program-suffix=* | --program-suffi=* \ + | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) + program_suffix=$ac_optarg ;; + + -program-transform-name | --program-transform-name \ + | --program-transform-nam | --program-transform-na \ + | --program-transform-n | --program-transform- \ + | --program-transform | --program-transfor \ + | --program-transfo | --program-transf \ + | --program-trans | --program-tran \ + | --progr-tra | --program-tr | --program-t) + ac_prev=program_transform_name ;; + -program-transform-name=* | --program-transform-name=* \ + | --program-transform-nam=* | --program-transform-na=* \ + | --program-transform-n=* | --program-transform-=* \ + | --program-transform=* | --program-transfor=* \ + | --program-transfo=* | --program-transf=* \ + | --program-trans=* | --program-tran=* \ + | --progr-tra=* | --program-tr=* | --program-t=*) + program_transform_name=$ac_optarg ;; + + -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd) + ac_prev=pdfdir ;; + -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*) + pdfdir=$ac_optarg ;; + + -psdir | --psdir | --psdi | --psd | --ps) + ac_prev=psdir ;; + -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*) + psdir=$ac_optarg ;; + + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ + | -silent | --silent | --silen | --sile | --sil) + silent=yes ;; + + -runstatedir | --runstatedir | --runstatedi | --runstated \ + | --runstate | --runstat | --runsta | --runst | --runs \ + | --run | --ru | --r) + ac_prev=runstatedir ;; + -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \ + | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \ + | --run=* | --ru=* | --r=*) + runstatedir=$ac_optarg ;; + + -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) + ac_prev=sbindir ;; + -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ + | --sbi=* | --sb=*) + sbindir=$ac_optarg ;; + + -sharedstatedir | --sharedstatedir | --sharedstatedi \ + | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ + | --sharedst | --shareds | --shared | --share | --shar \ + | --sha | --sh) + ac_prev=sharedstatedir ;; + -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ + | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ + | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ + | --sha=* | --sh=*) + sharedstatedir=$ac_optarg ;; + + -site | --site | --sit) + ac_prev=site ;; + -site=* | --site=* | --sit=*) + site=$ac_optarg ;; + + -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) + ac_prev=srcdir ;; + -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) + srcdir=$ac_optarg ;; + + -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ + | --syscon | --sysco | --sysc | --sys | --sy) + ac_prev=sysconfdir ;; + -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ + | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) + sysconfdir=$ac_optarg ;; + + -target | --target | --targe | --targ | --tar | --ta | --t) + ac_prev=target_alias ;; + -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) + target_alias=$ac_optarg ;; + + -v | -verbose | --verbose | --verbos | --verbo | --verb) + verbose=yes ;; + + -version | --version | --versio | --versi | --vers | -V) + ac_init_version=: ;; + + -with-* | --with-*) + ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + as_fn_error $? "invalid package name: $ac_useropt" + ac_useropt_orig=$ac_useropt + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"with_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval with_$ac_useropt=\$ac_optarg ;; + + -without-* | --without-*) + ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + as_fn_error $? "invalid package name: $ac_useropt" + ac_useropt_orig=$ac_useropt + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"with_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval with_$ac_useropt=no ;; + + --x) + # Obsolete; use --with-x. + with_x=yes ;; + + -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ + | --x-incl | --x-inc | --x-in | --x-i) + ac_prev=x_includes ;; + -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ + | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) + x_includes=$ac_optarg ;; + + -x-libraries | --x-libraries | --x-librarie | --x-librari \ + | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) + ac_prev=x_libraries ;; + -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ + | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) + x_libraries=$ac_optarg ;; + + -*) as_fn_error $? "unrecognized option: \`$ac_option' +Try \`$0 --help' for more information" + ;; + + *=*) + ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` + # Reject names that are not valid shell variable names. + case $ac_envvar in #( + '' | [0-9]* | *[!_$as_cr_alnum]* ) + as_fn_error $? "invalid variable name: \`$ac_envvar'" ;; + esac + eval $ac_envvar=\$ac_optarg + export $ac_envvar ;; + + *) + # FIXME: should be removed in autoconf 3.0. + $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 + expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && + $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 + : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}" + ;; + + esac +done + +if test -n "$ac_prev"; then + ac_option=--`echo $ac_prev | sed 's/_/-/g'` + as_fn_error $? "missing argument to $ac_option" +fi + +if test -n "$ac_unrecognized_opts"; then + case $enable_option_checking in + no) ;; + fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;; + *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; + esac +fi + +# Check all directory arguments for consistency. +for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ + datadir sysconfdir sharedstatedir localstatedir includedir \ + oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ + libdir localedir mandir runstatedir +do + eval ac_val=\$$ac_var + # Remove trailing slashes. + case $ac_val in + */ ) + ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` + eval $ac_var=\$ac_val;; + esac + # Be sure to have absolute directory names. + case $ac_val in + [\\/$]* | ?:[\\/]* ) continue;; + NONE | '' ) case $ac_var in *prefix ) continue;; esac;; + esac + as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val" +done + +# There might be people who depend on the old broken behavior: `$host' +# used to hold the argument of --host etc. +# FIXME: To remove some day. +build=$build_alias +host=$host_alias +target=$target_alias + +# FIXME: To remove some day. +if test "x$host_alias" != x; then + if test "x$build_alias" = x; then + cross_compiling=maybe + elif test "x$build_alias" != "x$host_alias"; then + cross_compiling=yes + fi +fi + +ac_tool_prefix= +test -n "$host_alias" && ac_tool_prefix=$host_alias- + +test "$silent" = yes && exec 6>/dev/null + + +ac_pwd=`pwd` && test -n "$ac_pwd" && +ac_ls_di=`ls -di .` && +ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || + as_fn_error $? "working directory cannot be determined" +test "X$ac_ls_di" = "X$ac_pwd_ls_di" || + as_fn_error $? "pwd does not report name of working directory" + + +# Find the source files, if location was not specified. +if test -z "$srcdir"; then + ac_srcdir_defaulted=yes + # Try the directory containing this script, then the parent directory. + ac_confdir=`$as_dirname -- "$as_myself" || +$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_myself" : 'X\(//\)[^/]' \| \ + X"$as_myself" : 'X\(//\)$' \| \ + X"$as_myself" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$as_myself" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + srcdir=$ac_confdir + if test ! -r "$srcdir/$ac_unique_file"; then + srcdir=.. + fi +else + ac_srcdir_defaulted=no +fi +if test ! -r "$srcdir/$ac_unique_file"; then + test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." + as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir" +fi +ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" +ac_abs_confdir=`( + cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg" + pwd)` +# When building in place, set srcdir=. +if test "$ac_abs_confdir" = "$ac_pwd"; then + srcdir=. +fi +# Remove unnecessary trailing slashes from srcdir. +# Double slashes in file names in object file debugging info +# mess up M-x gdb in Emacs. +case $srcdir in +*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; +esac +for ac_var in $ac_precious_vars; do + eval ac_env_${ac_var}_set=\${${ac_var}+set} + eval ac_env_${ac_var}_value=\$${ac_var} + eval ac_cv_env_${ac_var}_set=\${${ac_var}+set} + eval ac_cv_env_${ac_var}_value=\$${ac_var} +done + +# +# Report the --help message. +# +if test "$ac_init_help" = "long"; then + # Omit some internal or obsolete options to make the list less imposing. + # This message is too long to be a string in the A/UX 3.1 sh. + cat <<_ACEOF +\`configure' configures arp-scan 1.9.5 to adapt to many kinds of systems. + +Usage: $0 [OPTION]... [VAR=VALUE]... + +To assign environment variables (e.g., CC, CFLAGS...), specify them as +VAR=VALUE. See below for descriptions of some of the useful variables. + +Defaults for the options are specified in brackets. + +Configuration: + -h, --help display this help and exit + --help=short display options specific to this package + --help=recursive display the short help of all the included packages + -V, --version display version information and exit + -q, --quiet, --silent do not print \`checking ...' messages + --cache-file=FILE cache test results in FILE [disabled] + -C, --config-cache alias for \`--cache-file=config.cache' + -n, --no-create do not create output files + --srcdir=DIR find the sources in DIR [configure dir or \`..'] + +Installation directories: + --prefix=PREFIX install architecture-independent files in PREFIX + @<:@@S|@ac_default_prefix@:>@ + --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX + @<:@PREFIX@:>@ + +By default, \`make install' will install all the files in +\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify +an installation prefix other than \`$ac_default_prefix' using \`--prefix', +for instance \`--prefix=\$HOME'. + +For better control, use the options below. + +Fine tuning of the installation directories: + --bindir=DIR user executables [EPREFIX/bin] + --sbindir=DIR system admin executables [EPREFIX/sbin] + --libexecdir=DIR program executables [EPREFIX/libexec] + --sysconfdir=DIR read-only single-machine data [PREFIX/etc] + --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] + --localstatedir=DIR modifiable single-machine data [PREFIX/var] + --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run] + --libdir=DIR object code libraries [EPREFIX/lib] + --includedir=DIR C header files [PREFIX/include] + --oldincludedir=DIR C header files for non-gcc [/usr/include] + --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] + --datadir=DIR read-only architecture-independent data [DATAROOTDIR] + --infodir=DIR info documentation [DATAROOTDIR/info] + --localedir=DIR locale-dependent data [DATAROOTDIR/locale] + --mandir=DIR man documentation [DATAROOTDIR/man] + --docdir=DIR documentation root @<:@DATAROOTDIR/doc/arp-scan@:>@ + --htmldir=DIR html documentation [DOCDIR] + --dvidir=DIR dvi documentation [DOCDIR] + --pdfdir=DIR pdf documentation [DOCDIR] + --psdir=DIR ps documentation [DOCDIR] +_ACEOF + + cat <<\_ACEOF + +Program names: + --program-prefix=PREFIX prepend PREFIX to installed program names + --program-suffix=SUFFIX append SUFFIX to installed program names + --program-transform-name=PROGRAM run sed PROGRAM on installed program names + +System types: + --build=BUILD configure for building on BUILD [guessed] + --host=HOST cross-compile to build programs to run on HOST [BUILD] +_ACEOF +fi + +if test -n "$ac_init_help"; then + case $ac_init_help in + short | recursive ) echo "Configuration of arp-scan 1.9.5:";; + esac + cat <<\_ACEOF + +Optional Features: + --disable-option-checking ignore unrecognized --enable/--with options + --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) + --enable-FEATURE[=ARG] include FEATURE [ARG=yes] + --enable-silent-rules less verbose build output (undo: "make V=1") + --disable-silent-rules verbose build output (undo: "make V=0") + --enable-gcov enable gcov code coverage analysis + --enable-dependency-tracking + do not reject slow dependency extractors + --disable-dependency-tracking + speeds up one-time build + +Some influential environment variables: + CC C compiler command + CFLAGS C compiler flags + LDFLAGS linker flags, e.g. -L if you have libraries in a + nonstandard directory + LIBS libraries to pass to the linker, e.g. -l + CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I if + you have headers in a nonstandard directory + CPP C preprocessor + +Use these variables to override the choices made by `configure' or to help +it to find libraries and programs with nonstandard names/locations. + +Report bugs to . +_ACEOF +ac_status=$? +fi + +if test "$ac_init_help" = "recursive"; then + # If there are subdirs, report their specific --help. + for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue + test -d "$ac_dir" || + { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || + continue + ac_builddir=. + +case "$ac_dir" in +.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; +*) + ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` + # A ".." for each directory in $ac_dir_suffix. + ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` + case $ac_top_builddir_sub in + "") ac_top_builddir_sub=. ac_top_build_prefix= ;; + *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; + esac ;; +esac +ac_abs_top_builddir=$ac_pwd +ac_abs_builddir=$ac_pwd$ac_dir_suffix +# for backward compatibility: +ac_top_builddir=$ac_top_build_prefix + +case $srcdir in + .) # We are building in place. + ac_srcdir=. + ac_top_srcdir=$ac_top_builddir_sub + ac_abs_top_srcdir=$ac_pwd ;; + [\\/]* | ?:[\\/]* ) # Absolute name. + ac_srcdir=$srcdir$ac_dir_suffix; + ac_top_srcdir=$srcdir + ac_abs_top_srcdir=$srcdir ;; + *) # Relative name. + ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix + ac_top_srcdir=$ac_top_build_prefix$srcdir + ac_abs_top_srcdir=$ac_pwd/$srcdir ;; +esac +ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix + + cd "$ac_dir" || { ac_status=$?; continue; } + # Check for guested configure. + if test -f "$ac_srcdir/configure.gnu"; then + echo && + $SHELL "$ac_srcdir/configure.gnu" --help=recursive + elif test -f "$ac_srcdir/configure"; then + echo && + $SHELL "$ac_srcdir/configure" --help=recursive + else + $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 + fi || ac_status=$? + cd "$ac_pwd" || { ac_status=$?; break; } + done +fi + +test -n "$ac_init_help" && exit $ac_status +if $ac_init_version; then + cat <<\_ACEOF +arp-scan configure 1.9.5 +generated by GNU Autoconf 2.69 + +Copyright (C) 2012 Free Software Foundation, Inc. +This configure script is free software; the Free Software Foundation +gives unlimited permission to copy, distribute and modify it. +_ACEOF + exit +fi + +## ------------------------ ## +## Autoconf initialization. ## +## ------------------------ ## + +@%:@ ac_fn_c_try_compile LINENO +@%:@ -------------------------- +@%:@ Try to compile conftest.@S|@ac_ext, and return whether this succeeded. +ac_fn_c_try_compile () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + rm -f conftest.$ac_objext + if { { ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_compile") 2>conftest.err + ac_status=$? + if test -s conftest.err; then + grep -v '^ *+' conftest.err >conftest.er1 + cat conftest.er1 >&5 + mv -f conftest.er1 conftest.err + fi + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then : + ac_retval=0 +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_retval=1 +fi + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + as_fn_set_status $ac_retval + +} @%:@ ac_fn_c_try_compile + +@%:@ ac_fn_c_try_link LINENO +@%:@ ----------------------- +@%:@ Try to link conftest.@S|@ac_ext, and return whether this succeeded. +ac_fn_c_try_link () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + rm -f conftest.$ac_objext conftest$ac_exeext + if { { ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_link") 2>conftest.err + ac_status=$? + if test -s conftest.err; then + grep -v '^ *+' conftest.err >conftest.er1 + cat conftest.er1 >&5 + mv -f conftest.er1 conftest.err + fi + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + test -x conftest$ac_exeext + }; then : + ac_retval=0 +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_retval=1 +fi + # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information + # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would + # interfere with the next link command; also delete a directory that is + # left behind by Apple's compiler. We do this before executing the actions. + rm -rf conftest.dSYM conftest_ipa8_conftest.oo + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + as_fn_set_status $ac_retval + +} @%:@ ac_fn_c_try_link + +@%:@ ac_fn_c_try_cpp LINENO +@%:@ ---------------------- +@%:@ Try to preprocess conftest.@S|@ac_ext, and return whether this succeeded. +ac_fn_c_try_cpp () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + if { { ac_try="$ac_cpp conftest.$ac_ext" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err + ac_status=$? + if test -s conftest.err; then + grep -v '^ *+' conftest.err >conftest.er1 + cat conftest.er1 >&5 + mv -f conftest.er1 conftest.err + fi + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } > conftest.i && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then : + ac_retval=0 +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_retval=1 +fi + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + as_fn_set_status $ac_retval + +} @%:@ ac_fn_c_try_cpp + +@%:@ ac_fn_c_try_run LINENO +@%:@ ---------------------- +@%:@ Try to link conftest.@S|@ac_ext, and return whether this succeeded. Assumes +@%:@ that executables *can* be run. +ac_fn_c_try_run () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + if { { ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_link") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && { ac_try='./conftest$ac_exeext' + { { case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_try") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; }; then : + ac_retval=0 +else + $as_echo "$as_me: program exited with status $ac_status" >&5 + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_retval=$ac_status +fi + rm -rf conftest.dSYM conftest_ipa8_conftest.oo + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + as_fn_set_status $ac_retval + +} @%:@ ac_fn_c_try_run + +@%:@ ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES +@%:@ ------------------------------------------------------- +@%:@ Tests whether HEADER exists, giving a warning if it cannot be compiled using +@%:@ the include files in INCLUDES and setting the cache variable VAR +@%:@ accordingly. +ac_fn_c_check_header_mongrel () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + if eval \${$3+:} false; then : + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 +$as_echo_n "checking for $2... " >&6; } +if eval \${$3+:} false; then : + $as_echo_n "(cached) " >&6 +fi +eval ac_res=\$$3 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +else + # Is the header compilable? +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5 +$as_echo_n "checking $2 usability... " >&6; } +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$4 +@%:@include <$2> +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + ac_header_compiler=yes +else + ac_header_compiler=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5 +$as_echo "$ac_header_compiler" >&6; } + +# Is the header present? +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5 +$as_echo_n "checking $2 presence... " >&6; } +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +@%:@include <$2> +_ACEOF +if ac_fn_c_try_cpp "$LINENO"; then : + ac_header_preproc=yes +else + ac_header_preproc=no +fi +rm -f conftest.err conftest.i conftest.$ac_ext +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5 +$as_echo "$ac_header_preproc" >&6; } + +# So? What about this header? +case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #(( + yes:no: ) + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5 +$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;} + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 +$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} + ;; + no:yes:* ) + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5 +$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;} + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5 +$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;} + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5 +$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;} + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5 +$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;} + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 +$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} +( $as_echo "## --------------------------------------------------- ## +## Report this to https://github.com/royhills/arp-scan ## +## --------------------------------------------------- ##" + ) | sed "s/^/$as_me: WARNING: /" >&2 + ;; +esac + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 +$as_echo_n "checking for $2... " >&6; } +if eval \${$3+:} false; then : + $as_echo_n "(cached) " >&6 +else + eval "$3=\$ac_header_compiler" +fi +eval ac_res=\$$3 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +fi + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + +} @%:@ ac_fn_c_check_header_mongrel + +@%:@ ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES +@%:@ ------------------------------------------------------- +@%:@ Tests whether HEADER exists and can be compiled using the include files in +@%:@ INCLUDES, setting the cache variable VAR accordingly. +ac_fn_c_check_header_compile () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 +$as_echo_n "checking for $2... " >&6; } +if eval \${$3+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$4 +@%:@include <$2> +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + eval "$3=yes" +else + eval "$3=no" +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +eval ac_res=\$$3 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + +} @%:@ ac_fn_c_check_header_compile + +@%:@ ac_fn_c_check_type LINENO TYPE VAR INCLUDES +@%:@ ------------------------------------------- +@%:@ Tests whether TYPE exists after having included INCLUDES, setting cache +@%:@ variable VAR accordingly. +ac_fn_c_check_type () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 +$as_echo_n "checking for $2... " >&6; } +if eval \${$3+:} false; then : + $as_echo_n "(cached) " >&6 +else + eval "$3=no" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$4 +int +main () +{ +if (sizeof ($2)) + return 0; + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$4 +int +main () +{ +if (sizeof (($2))) + return 0; + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + +else + eval "$3=yes" +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +eval ac_res=\$$3 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + +} @%:@ ac_fn_c_check_type + +@%:@ ac_fn_c_check_func LINENO FUNC VAR +@%:@ ---------------------------------- +@%:@ Tests whether FUNC exists, setting the cache variable VAR accordingly +ac_fn_c_check_func () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 +$as_echo_n "checking for $2... " >&6; } +if eval \${$3+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +/* Define $2 to an innocuous variant, in case declares $2. + For example, HP-UX 11i declares gettimeofday. */ +#define $2 innocuous_$2 + +/* System header to define __stub macros and hopefully few prototypes, + which can conflict with char $2 (); below. + Prefer to if __STDC__ is defined, since + exists even on freestanding compilers. */ + +#ifdef __STDC__ +# include +#else +# include +#endif + +#undef $2 + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char $2 (); +/* The GNU C library defines this for functions which it implements + to always fail with ENOSYS. Some functions are actually named + something starting with __ and the normal name is an alias. */ +#if defined __stub_$2 || defined __stub___$2 +choke me +#endif + +int +main () +{ +return $2 (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + eval "$3=yes" +else + eval "$3=no" +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +fi +eval ac_res=\$$3 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + +} @%:@ ac_fn_c_check_func +cat >config.log <<_ACEOF +This file contains any messages produced by compilers while +running configure, to aid debugging if configure makes a mistake. + +It was created by arp-scan $as_me 1.9.5, which was +generated by GNU Autoconf 2.69. Invocation command line was + + $ $0 $@ + +_ACEOF +exec 5>>config.log +{ +cat <<_ASUNAME +## --------- ## +## Platform. ## +## --------- ## + +hostname = `(hostname || uname -n) 2>/dev/null | sed 1q` +uname -m = `(uname -m) 2>/dev/null || echo unknown` +uname -r = `(uname -r) 2>/dev/null || echo unknown` +uname -s = `(uname -s) 2>/dev/null || echo unknown` +uname -v = `(uname -v) 2>/dev/null || echo unknown` + +/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown` +/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown` + +/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` +/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` +/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` +/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown` +/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` +/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` +/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` + +_ASUNAME + +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + $as_echo "PATH: $as_dir" + done +IFS=$as_save_IFS + +} >&5 + +cat >&5 <<_ACEOF + + +## ----------- ## +## Core tests. ## +## ----------- ## + +_ACEOF + + +# Keep a trace of the command line. +# Strip out --no-create and --no-recursion so they do not pile up. +# Strip out --silent because we don't want to record it for future runs. +# Also quote any args containing shell meta-characters. +# Make two passes to allow for proper duplicate-argument suppression. +ac_configure_args= +ac_configure_args0= +ac_configure_args1= +ac_must_keep_next=false +for ac_pass in 1 2 +do + for ac_arg + do + case $ac_arg in + -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ + | -silent | --silent | --silen | --sile | --sil) + continue ;; + *\'*) + ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; + esac + case $ac_pass in + 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;; + 2) + as_fn_append ac_configure_args1 " '$ac_arg'" + if test $ac_must_keep_next = true; then + ac_must_keep_next=false # Got value, back to normal. + else + case $ac_arg in + *=* | --config-cache | -C | -disable-* | --disable-* \ + | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ + | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ + | -with-* | --with-* | -without-* | --without-* | --x) + case "$ac_configure_args0 " in + "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; + esac + ;; + -* ) ac_must_keep_next=true ;; + esac + fi + as_fn_append ac_configure_args " '$ac_arg'" + ;; + esac + done +done +{ ac_configure_args0=; unset ac_configure_args0;} +{ ac_configure_args1=; unset ac_configure_args1;} + +# When interrupted or exit'd, cleanup temporary files, and complete +# config.log. We remove comments because anyway the quotes in there +# would cause problems or look ugly. +# WARNING: Use '\'' to represent an apostrophe within the trap. +# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug. +trap 'exit_status=$? + # Save into config.log some information that might help in debugging. + { + echo + + $as_echo "## ---------------- ## +## Cache variables. ## +## ---------------- ##" + echo + # The following way of writing the cache mishandles newlines in values, +( + for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do + eval ac_val=\$$ac_var + case $ac_val in #( + *${as_nl}*) + case $ac_var in #( + *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 +$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; + esac + case $ac_var in #( + _ | IFS | as_nl) ;; #( + BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( + *) { eval $ac_var=; unset $ac_var;} ;; + esac ;; + esac + done + (set) 2>&1 | + case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #( + *${as_nl}ac_space=\ *) + sed -n \ + "s/'\''/'\''\\\\'\'''\''/g; + s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p" + ;; #( + *) + sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" + ;; + esac | + sort +) + echo + + $as_echo "## ----------------- ## +## Output variables. ## +## ----------------- ##" + echo + for ac_var in $ac_subst_vars + do + eval ac_val=\$$ac_var + case $ac_val in + *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; + esac + $as_echo "$ac_var='\''$ac_val'\''" + done | sort + echo + + if test -n "$ac_subst_files"; then + $as_echo "## ------------------- ## +## File substitutions. ## +## ------------------- ##" + echo + for ac_var in $ac_subst_files + do + eval ac_val=\$$ac_var + case $ac_val in + *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; + esac + $as_echo "$ac_var='\''$ac_val'\''" + done | sort + echo + fi + + if test -s confdefs.h; then + $as_echo "## ----------- ## +## confdefs.h. ## +## ----------- ##" + echo + cat confdefs.h + echo + fi + test "$ac_signal" != 0 && + $as_echo "$as_me: caught signal $ac_signal" + $as_echo "$as_me: exit $exit_status" + } >&5 + rm -f core *.core core.conftest.* && + rm -f -r conftest* confdefs* conf$$* $ac_clean_files && + exit $exit_status +' 0 +for ac_signal in 1 2 13 15; do + trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal +done +ac_signal=0 + +# confdefs.h avoids OS command line length limits that DEFS can exceed. +rm -f -r conftest* confdefs.h + +$as_echo "/* confdefs.h */" > confdefs.h + +# Predefined preprocessor variables. + +cat >>confdefs.h <<_ACEOF +@%:@define PACKAGE_NAME "$PACKAGE_NAME" +_ACEOF + +cat >>confdefs.h <<_ACEOF +@%:@define PACKAGE_TARNAME "$PACKAGE_TARNAME" +_ACEOF + +cat >>confdefs.h <<_ACEOF +@%:@define PACKAGE_VERSION "$PACKAGE_VERSION" +_ACEOF + +cat >>confdefs.h <<_ACEOF +@%:@define PACKAGE_STRING "$PACKAGE_STRING" +_ACEOF + +cat >>confdefs.h <<_ACEOF +@%:@define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT" +_ACEOF + +cat >>confdefs.h <<_ACEOF +@%:@define PACKAGE_URL "$PACKAGE_URL" +_ACEOF + + +# Let the site file select an alternate cache file if it wants to. +# Prefer an explicitly selected file to automatically selected ones. +ac_site_file1=NONE +ac_site_file2=NONE +if test -n "$CONFIG_SITE"; then + # We do not want a PATH search for config.site. + case $CONFIG_SITE in @%:@(( + -*) ac_site_file1=./$CONFIG_SITE;; + */*) ac_site_file1=$CONFIG_SITE;; + *) ac_site_file1=./$CONFIG_SITE;; + esac +elif test "x$prefix" != xNONE; then + ac_site_file1=$prefix/share/config.site + ac_site_file2=$prefix/etc/config.site +else + ac_site_file1=$ac_default_prefix/share/config.site + ac_site_file2=$ac_default_prefix/etc/config.site +fi +for ac_site_file in "$ac_site_file1" "$ac_site_file2" +do + test "x$ac_site_file" = xNONE && continue + if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 +$as_echo "$as_me: loading site script $ac_site_file" >&6;} + sed 's/^/| /' "$ac_site_file" >&5 + . "$ac_site_file" \ + || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "failed to load site script $ac_site_file +See \`config.log' for more details" "$LINENO" 5; } + fi +done + +if test -r "$cache_file"; then + # Some versions of bash will fail to source /dev/null (special files + # actually), so we avoid doing that. DJGPP emulates it as a regular file. + if test /dev/null != "$cache_file" && test -f "$cache_file"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5 +$as_echo "$as_me: loading cache $cache_file" >&6;} + case $cache_file in + [\\/]* | ?:[\\/]* ) . "$cache_file";; + *) . "./$cache_file";; + esac + fi +else + { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5 +$as_echo "$as_me: creating cache $cache_file" >&6;} + >$cache_file +fi + +# Check that the precious variables saved in the cache have kept the same +# value. +ac_cache_corrupted=false +for ac_var in $ac_precious_vars; do + eval ac_old_set=\$ac_cv_env_${ac_var}_set + eval ac_new_set=\$ac_env_${ac_var}_set + eval ac_old_val=\$ac_cv_env_${ac_var}_value + eval ac_new_val=\$ac_env_${ac_var}_value + case $ac_old_set,$ac_new_set in + set,) + { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 +$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} + ac_cache_corrupted=: ;; + ,set) + { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5 +$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} + ac_cache_corrupted=: ;; + ,);; + *) + if test "x$ac_old_val" != "x$ac_new_val"; then + # differences in whitespace do not lead to failure. + ac_old_val_w=`echo x $ac_old_val` + ac_new_val_w=`echo x $ac_new_val` + if test "$ac_old_val_w" != "$ac_new_val_w"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5 +$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} + ac_cache_corrupted=: + else + { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 +$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} + eval $ac_var=\$ac_old_val + fi + { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5 +$as_echo "$as_me: former value: \`$ac_old_val'" >&2;} + { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5 +$as_echo "$as_me: current value: \`$ac_new_val'" >&2;} + fi;; + esac + # Pass precious variables to config.status. + if test "$ac_new_set" = set; then + case $ac_new_val in + *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; + *) ac_arg=$ac_var=$ac_new_val ;; + esac + case " $ac_configure_args " in + *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. + *) as_fn_append ac_configure_args " '$ac_arg'" ;; + esac + fi +done +if $ac_cache_corrupted; then + { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} + { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 +$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} + as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5 +fi +## -------------------- ## +## Main body of script. ## +## -------------------- ## + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + + + + + +am__api_version='1.15' + +ac_aux_dir= +for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do + if test -f "$ac_dir/install-sh"; then + ac_aux_dir=$ac_dir + ac_install_sh="$ac_aux_dir/install-sh -c" + break + elif test -f "$ac_dir/install.sh"; then + ac_aux_dir=$ac_dir + ac_install_sh="$ac_aux_dir/install.sh -c" + break + elif test -f "$ac_dir/shtool"; then + ac_aux_dir=$ac_dir + ac_install_sh="$ac_aux_dir/shtool install -c" + break + fi +done +if test -z "$ac_aux_dir"; then + as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5 +fi + +# These three variables are undocumented and unsupported, +# and are intended to be withdrawn in a future Autoconf release. +# They can cause serious problems if a builder's source tree is in a directory +# whose full name contains unusual characters. +ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var. +ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var. +ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. + + +# Find a good install program. We prefer a C program (faster), +# so one script is as good as another. But avoid the broken or +# incompatible versions: +# SysV /etc/install, /usr/sbin/install +# SunOS /usr/etc/install +# IRIX /sbin/install +# AIX /bin/install +# AmigaOS /C/install, which installs bootblocks on floppy discs +# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag +# AFS /usr/afsws/bin/install, which mishandles nonexistent args +# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" +# OS/2's system install, which has a completely different semantic +# ./install, which can be erroneously created by make from ./install.sh. +# Reject install programs that cannot install multiple files. +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 +$as_echo_n "checking for a BSD-compatible install... " >&6; } +if test -z "$INSTALL"; then +if ${ac_cv_path_install+:} false; then : + $as_echo_n "(cached) " >&6 +else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + # Account for people who put trailing slashes in PATH elements. +case $as_dir/ in @%:@(( + ./ | .// | /[cC]/* | \ + /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ + ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \ + /usr/ucb/* ) ;; + *) + # OSF1 and SCO ODT 3.0 have their own names for install. + # Don't use installbsd from OSF since it installs stuff as root + # by default. + for ac_prog in ginstall scoinst install; do + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then + if test $ac_prog = install && + grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then + # AIX install. It has an incompatible calling convention. + : + elif test $ac_prog = install && + grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then + # program-specific install script used by HP pwplus--don't use. + : + else + rm -rf conftest.one conftest.two conftest.dir + echo one > conftest.one + echo two > conftest.two + mkdir conftest.dir + if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" && + test -s conftest.one && test -s conftest.two && + test -s conftest.dir/conftest.one && + test -s conftest.dir/conftest.two + then + ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" + break 3 + fi + fi + fi + done + done + ;; +esac + + done +IFS=$as_save_IFS + +rm -rf conftest.one conftest.two conftest.dir + +fi + if test "${ac_cv_path_install+set}" = set; then + INSTALL=$ac_cv_path_install + else + # As a last resort, use the slow shell script. Don't cache a + # value for INSTALL within a source directory, because that will + # break other packages using the cache if that directory is + # removed, or if the value is a relative name. + INSTALL=$ac_install_sh + fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5 +$as_echo "$INSTALL" >&6; } + +# Use test -z because SunOS4 sh mishandles braces in ${var-val}. +# It thinks the first close brace ends the variable substitution. +test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' + +test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' + +test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5 +$as_echo_n "checking whether build environment is sane... " >&6; } +# Reject unsafe characters in $srcdir or the absolute working directory +# name. Accept space and tab only in the latter. +am_lf=' +' +case `pwd` in + *[\\\"\#\$\&\'\`$am_lf]*) + as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;; +esac +case $srcdir in + *[\\\"\#\$\&\'\`$am_lf\ \ ]*) + as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;; +esac + +# Do 'set' in a subshell so we don't clobber the current shell's +# arguments. Must try -L first in case configure is actually a +# symlink; some systems play weird games with the mod time of symlinks +# (eg FreeBSD returns the mod time of the symlink's containing +# directory). +if ( + am_has_slept=no + for am_try in 1 2; do + echo "timestamp, slept: $am_has_slept" > conftest.file + set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` + if test "$*" = "X"; then + # -L didn't work. + set X `ls -t "$srcdir/configure" conftest.file` + fi + if test "$*" != "X $srcdir/configure conftest.file" \ + && test "$*" != "X conftest.file $srcdir/configure"; then + + # If neither matched, then we have a broken ls. This can happen + # if, for instance, CONFIG_SHELL is bash and it inherits a + # broken ls alias from the environment. This has actually + # happened. Such a system could not be considered "sane". + as_fn_error $? "ls -t appears to fail. Make sure there is not a broken + alias in your environment" "$LINENO" 5 + fi + if test "$2" = conftest.file || test $am_try -eq 2; then + break + fi + # Just in case. + sleep 1 + am_has_slept=yes + done + test "$2" = conftest.file + ) +then + # Ok. + : +else + as_fn_error $? "newly created file is older than distributed files! +Check your system clock" "$LINENO" 5 +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } +# If we didn't sleep, we still need to ensure time stamps of config.status and +# generated files are strictly newer. +am_sleep_pid= +if grep 'slept: no' conftest.file >/dev/null 2>&1; then + ( sleep 1 ) & + am_sleep_pid=$! +fi + +rm -f conftest.file + +test "$program_prefix" != NONE && + program_transform_name="s&^&$program_prefix&;$program_transform_name" +# Use a double $ so make ignores it. +test "$program_suffix" != NONE && + program_transform_name="s&\$&$program_suffix&;$program_transform_name" +# Double any \ or $. +# By default was `s,x,x', remove it if useless. +ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' +program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` + +# Expand $ac_aux_dir to an absolute path. +am_aux_dir=`cd "$ac_aux_dir" && pwd` + +if test x"${MISSING+set}" != xset; then + case $am_aux_dir in + *\ * | *\ *) + MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;; + *) + MISSING="\${SHELL} $am_aux_dir/missing" ;; + esac +fi +# Use eval to expand $SHELL +if eval "$MISSING --is-lightweight"; then + am_missing_run="$MISSING " +else + am_missing_run= + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5 +$as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;} +fi + +if test x"${install_sh+set}" != xset; then + case $am_aux_dir in + *\ * | *\ *) + install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; + *) + install_sh="\${SHELL} $am_aux_dir/install-sh" + esac +fi + +# Installed binaries are usually stripped using 'strip' when the user +# run "make install-strip". However 'strip' might not be the right +# tool to use in cross-compilation environments, therefore Automake +# will honor the 'STRIP' environment variable to overrule this program. +if test "$cross_compiling" != no; then + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. +set dummy ${ac_tool_prefix}strip; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_STRIP+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$STRIP"; then + ac_cv_prog_STRIP="$STRIP" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_STRIP="${ac_tool_prefix}strip" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +STRIP=$ac_cv_prog_STRIP +if test -n "$STRIP"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 +$as_echo "$STRIP" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_STRIP"; then + ac_ct_STRIP=$STRIP + # Extract the first word of "strip", so it can be a program name with args. +set dummy strip; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_ac_ct_STRIP+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$ac_ct_STRIP"; then + ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_STRIP="strip" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP +if test -n "$ac_ct_STRIP"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5 +$as_echo "$ac_ct_STRIP" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + if test "x$ac_ct_STRIP" = x; then + STRIP=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + STRIP=$ac_ct_STRIP + fi +else + STRIP="$ac_cv_prog_STRIP" +fi + +fi +INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5 +$as_echo_n "checking for a thread-safe mkdir -p... " >&6; } +if test -z "$MKDIR_P"; then + if ${ac_cv_path_mkdir+:} false; then : + $as_echo_n "(cached) " >&6 +else + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_prog in mkdir gmkdir; do + for ac_exec_ext in '' $ac_executable_extensions; do + as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue + case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( + 'mkdir (GNU coreutils) '* | \ + 'mkdir (coreutils) '* | \ + 'mkdir (fileutils) '4.1*) + ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext + break 3;; + esac + done + done + done +IFS=$as_save_IFS + +fi + + test -d ./--version && rmdir ./--version + if test "${ac_cv_path_mkdir+set}" = set; then + MKDIR_P="$ac_cv_path_mkdir -p" + else + # As a last resort, use the slow shell script. Don't cache a + # value for MKDIR_P within a source directory, because that will + # break other packages using the cache if that directory is + # removed, or if the value is a relative name. + MKDIR_P="$ac_install_sh -d" + fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5 +$as_echo "$MKDIR_P" >&6; } + +for ac_prog in gawk mawk nawk awk +do + # Extract the first word of "$ac_prog", so it can be a program name with args. +set dummy $ac_prog; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_AWK+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$AWK"; then + ac_cv_prog_AWK="$AWK" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_AWK="$ac_prog" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +AWK=$ac_cv_prog_AWK +if test -n "$AWK"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5 +$as_echo "$AWK" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + + test -n "$AWK" && break +done + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5 +$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } +set x ${MAKE-make} +ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` +if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat >conftest.make <<\_ACEOF +SHELL = /bin/sh +all: + @echo '@@@%%%=$(MAKE)=@@@%%%' +_ACEOF +# GNU make sometimes prints "make[1]: Entering ...", which would confuse us. +case `${MAKE-make} -f conftest.make 2>/dev/null` in + *@@@%%%=?*=@@@%%%*) + eval ac_cv_prog_make_${ac_make}_set=yes;; + *) + eval ac_cv_prog_make_${ac_make}_set=no;; +esac +rm -f conftest.make +fi +if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } + SET_MAKE= +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } + SET_MAKE="MAKE=${MAKE-make}" +fi + +rm -rf .tst 2>/dev/null +mkdir .tst 2>/dev/null +if test -d .tst; then + am__leading_dot=. +else + am__leading_dot=_ +fi +rmdir .tst 2>/dev/null + +@%:@ Check whether --enable-silent-rules was given. +if test "${enable_silent_rules+set}" = set; then : + enableval=$enable_silent_rules; +fi + +case $enable_silent_rules in @%:@ ((( + yes) AM_DEFAULT_VERBOSITY=0;; + no) AM_DEFAULT_VERBOSITY=1;; + *) AM_DEFAULT_VERBOSITY=1;; +esac +am_make=${MAKE-make} +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5 +$as_echo_n "checking whether $am_make supports nested variables... " >&6; } +if ${am_cv_make_support_nested_variables+:} false; then : + $as_echo_n "(cached) " >&6 +else + if $as_echo 'TRUE=$(BAR$(V)) +BAR0=false +BAR1=true +V=1 +am__doit: + @$(TRUE) +.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then + am_cv_make_support_nested_variables=yes +else + am_cv_make_support_nested_variables=no +fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5 +$as_echo "$am_cv_make_support_nested_variables" >&6; } +if test $am_cv_make_support_nested_variables = yes; then + AM_V='$(V)' + AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' +else + AM_V=$AM_DEFAULT_VERBOSITY + AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY +fi +AM_BACKSLASH='\' + +if test "`cd $srcdir && pwd`" != "`pwd`"; then + # Use -I$(srcdir) only when $(srcdir) != ., so that make's output + # is not polluted with repeated "-I." + am__isrc=' -I$(srcdir)' + # test to see if srcdir already configured + if test -f $srcdir/config.status; then + as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5 + fi +fi + +# test whether we have cygpath +if test -z "$CYGPATH_W"; then + if (cygpath --version) >/dev/null 2>/dev/null; then + CYGPATH_W='cygpath -w' + else + CYGPATH_W=echo + fi +fi + + +# Define the identity of the package. + PACKAGE='arp-scan' + VERSION='1.9.5' + + +cat >>confdefs.h <<_ACEOF +@%:@define PACKAGE "$PACKAGE" +_ACEOF + + +cat >>confdefs.h <<_ACEOF +@%:@define VERSION "$VERSION" +_ACEOF + +# Some tools Automake needs. + +ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"} + + +AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"} + + +AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"} + + +AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"} + + +MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} + +# For better backward compatibility. To be removed once Automake 1.9.x +# dies out for good. For more background, see: +# +# +mkdir_p='$(MKDIR_P)' + +# We need awk for the "check" target (and possibly the TAP driver). The +# system "awk" is bad on some platforms. +# Always define AMTAR for backward compatibility. Yes, it's still used +# in the wild :-( We should find a proper way to deprecate it ... +AMTAR='$${TAR-tar}' + + +# We'll loop over all known methods to create a tar archive until one works. +_am_tools='gnutar pax cpio none' + +am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' + + + + + + +# POSIX will say in a future version that running "rm -f" with no argument +# is OK; and we want to be able to make that assumption in our Makefile +# recipes. So use an aggressive probe to check that the usage we want is +# actually supported "in the wild" to an acceptable degree. +# See automake bug#10828. +# To make any issue more visible, cause the running configure to be aborted +# by default if the 'rm' program in use doesn't match our expectations; the +# user can still override this though. +if rm -f && rm -fr && rm -rf; then : OK; else + cat >&2 <<'END' +Oops! + +Your 'rm' program seems unable to run without file operands specified +on the command line, even when the '-f' option is present. This is contrary +to the behaviour of most rm programs out there, and not conforming with +the upcoming POSIX standard: + +Please tell bug-automake@gnu.org about your system, including the value +of your $PATH and any error possibly output before this message. This +can help us improve future automake versions. + +END + if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then + echo 'Configuration will proceed anyway, since you have set the' >&2 + echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2 + echo >&2 + else + cat >&2 <<'END' +Aborting the configuration process, to ensure you take notice of the issue. + +You can download and install GNU coreutils to get an 'rm' implementation +that behaves properly: . + +If you want to complete the configuration process using your problematic +'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM +to "yes", and re-run configure. + +END + as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5 + fi +fi + + +ac_config_headers="$ac_config_headers config.h" + + +# Make sure we can run config.sub. +$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || + as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5 + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 +$as_echo_n "checking build system type... " >&6; } +if ${ac_cv_build+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_build_alias=$build_alias +test "x$ac_build_alias" = x && + ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` +test "x$ac_build_alias" = x && + as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5 +ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || + as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5 + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5 +$as_echo "$ac_cv_build" >&6; } +case $ac_cv_build in +*-*-*) ;; +*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;; +esac +build=$ac_cv_build +ac_save_IFS=$IFS; IFS='-' +set x $ac_cv_build +shift +build_cpu=$1 +build_vendor=$2 +shift; shift +# Remember, the first character of IFS is used to create $*, +# except with old shells: +build_os=$* +IFS=$ac_save_IFS +case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5 +$as_echo_n "checking host system type... " >&6; } +if ${ac_cv_host+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test "x$host_alias" = x; then + ac_cv_host=$ac_cv_build +else + ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || + as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 +fi + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5 +$as_echo "$ac_cv_host" >&6; } +case $ac_cv_host in +*-*-*) ;; +*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;; +esac +host=$ac_cv_host +ac_save_IFS=$IFS; IFS='-' +set x $ac_cv_host +shift +host_cpu=$1 +host_vendor=$2 +shift; shift +# Remember, the first character of IFS is used to create $*, +# except with old shells: +host_os=$* +IFS=$ac_save_IFS +case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac + + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if gcov code coverage is enabled" >&5 +$as_echo_n "checking if gcov code coverage is enabled... " >&6; } +@%:@ Check whether --enable-gcov was given. +if test "${enable_gcov+set}" = set; then : + enableval=$enable_gcov; + if test "x$enableval" != "xno" ; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } + CFLAGS="-O0 -g -fno-inline -fprofile-arcs -ftest-coverage" + else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } + fi + +else + + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } + +fi + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu +if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. +set dummy ${ac_tool_prefix}gcc; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_CC+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_CC="${ac_tool_prefix}gcc" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +$as_echo "$CC" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_CC"; then + ac_ct_CC=$CC + # Extract the first word of "gcc", so it can be a program name with args. +set dummy gcc; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_ac_ct_CC+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$ac_ct_CC"; then + ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_CC="gcc" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_CC=$ac_cv_prog_ac_ct_CC +if test -n "$ac_ct_CC"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 +$as_echo "$ac_ct_CC" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + if test "x$ac_ct_CC" = x; then + CC="" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + CC=$ac_ct_CC + fi +else + CC="$ac_cv_prog_CC" +fi + +if test -z "$CC"; then + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. +set dummy ${ac_tool_prefix}cc; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_CC+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_CC="${ac_tool_prefix}cc" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +$as_echo "$CC" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + + fi +fi +if test -z "$CC"; then + # Extract the first word of "cc", so it can be a program name with args. +set dummy cc; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_CC+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else + ac_prog_rejected=no +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then + ac_prog_rejected=yes + continue + fi + ac_cv_prog_CC="cc" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +if test $ac_prog_rejected = yes; then + # We found a bogon in the path, so make sure we never use it. + set dummy $ac_cv_prog_CC + shift + if test $@%:@ != 0; then + # We chose a different compiler from the bogus one. + # However, it has the same basename, so the bogon will be chosen + # first if we set CC to just the basename; use the full file name. + shift + ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@" + fi +fi +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +$as_echo "$CC" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + +fi +if test -z "$CC"; then + if test -n "$ac_tool_prefix"; then + for ac_prog in cl.exe + do + # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. +set dummy $ac_tool_prefix$ac_prog; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_CC+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_CC="$ac_tool_prefix$ac_prog" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +$as_echo "$CC" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + + test -n "$CC" && break + done +fi +if test -z "$CC"; then + ac_ct_CC=$CC + for ac_prog in cl.exe +do + # Extract the first word of "$ac_prog", so it can be a program name with args. +set dummy $ac_prog; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_ac_ct_CC+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$ac_ct_CC"; then + ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_CC="$ac_prog" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_CC=$ac_cv_prog_ac_ct_CC +if test -n "$ac_ct_CC"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 +$as_echo "$ac_ct_CC" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + + test -n "$ac_ct_CC" && break +done + + if test "x$ac_ct_CC" = x; then + CC="" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + CC=$ac_ct_CC + fi +fi + +fi + + +test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "no acceptable C compiler found in \$PATH +See \`config.log' for more details" "$LINENO" 5; } + +# Provide some information about the compiler. +$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 +set X $ac_compile +ac_compiler=$2 +for ac_option in --version -v -V -qversion; do + { { ac_try="$ac_compiler $ac_option >&5" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_compiler $ac_option >&5") 2>conftest.err + ac_status=$? + if test -s conftest.err; then + sed '10a\ +... rest of stderr output deleted ... + 10q' conftest.err >conftest.er1 + cat conftest.er1 >&5 + fi + rm -f conftest.er1 conftest.err + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } +done + +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +ac_clean_files_save=$ac_clean_files +ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out" +# Try to create an executable without -o first, disregard a.out. +# It will help us diagnose broken compilers, and finding out an intuition +# of exeext. +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5 +$as_echo_n "checking whether the C compiler works... " >&6; } +ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` + +# The possible output files: +ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" + +ac_rmfiles= +for ac_file in $ac_files +do + case $ac_file in + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; + * ) ac_rmfiles="$ac_rmfiles $ac_file";; + esac +done +rm -f $ac_rmfiles + +if { { ac_try="$ac_link_default" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_link_default") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then : + # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. +# So ignore a value of `no', otherwise this would lead to `EXEEXT = no' +# in a Makefile. We should not override ac_cv_exeext if it was cached, +# so that the user can short-circuit this test for compilers unknown to +# Autoconf. +for ac_file in $ac_files '' +do + test -f "$ac_file" || continue + case $ac_file in + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) + ;; + [ab].out ) + # We found the default executable, but exeext='' is most + # certainly right. + break;; + *.* ) + if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no; + then :; else + ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` + fi + # We set ac_cv_exeext here because the later test for it is not + # safe: cross compilers may not add the suffix if given an `-o' + # argument, so we may need to know it at that point already. + # Even if this section looks crufty: it has the advantage of + # actually working. + break;; + * ) + break;; + esac +done +test "$ac_cv_exeext" = no && ac_cv_exeext= + +else + ac_file='' +fi +if test -z "$ac_file"; then : + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +$as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error 77 "C compiler cannot create executables +See \`config.log' for more details" "$LINENO" 5; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5 +$as_echo_n "checking for C compiler default output file name... " >&6; } +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5 +$as_echo "$ac_file" >&6; } +ac_exeext=$ac_cv_exeext + +rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out +ac_clean_files=$ac_clean_files_save +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5 +$as_echo_n "checking for suffix of executables... " >&6; } +if { { ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_link") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then : + # If both `conftest.exe' and `conftest' are `present' (well, observable) +# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will +# work properly (i.e., refer to `conftest.exe'), while it won't with +# `rm'. +for ac_file in conftest.exe conftest conftest.*; do + test -f "$ac_file" || continue + case $ac_file in + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; + *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` + break;; + * ) break;; + esac +done +else + { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "cannot compute suffix of executables: cannot compile and link +See \`config.log' for more details" "$LINENO" 5; } +fi +rm -f conftest conftest$ac_cv_exeext +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 +$as_echo "$ac_cv_exeext" >&6; } + +rm -f conftest.$ac_ext +EXEEXT=$ac_cv_exeext +ac_exeext=$EXEEXT +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +@%:@include +int +main () +{ +FILE *f = fopen ("conftest.out", "w"); + return ferror (f) || fclose (f) != 0; + + ; + return 0; +} +_ACEOF +ac_clean_files="$ac_clean_files conftest.out" +# Check that the compiler produces executables we can run. If not, either +# the compiler is broken, or we cross compile. +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5 +$as_echo_n "checking whether we are cross compiling... " >&6; } +if test "$cross_compiling" != yes; then + { { ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_link") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } + if { ac_try='./conftest$ac_cv_exeext' + { { case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_try") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; }; then + cross_compiling=no + else + if test "$cross_compiling" = maybe; then + cross_compiling=yes + else + { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "cannot run C compiled programs. +If you meant to cross compile, use \`--host'. +See \`config.log' for more details" "$LINENO" 5; } + fi + fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5 +$as_echo "$cross_compiling" >&6; } + +rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out +ac_clean_files=$ac_clean_files_save +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 +$as_echo_n "checking for suffix of object files... " >&6; } +if ${ac_cv_objext+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.o conftest.obj +if { { ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_compile") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then : + for ac_file in conftest.o conftest.obj conftest.*; do + test -f "$ac_file" || continue; + case $ac_file in + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; + *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` + break;; + esac +done +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "cannot compute suffix of object files: cannot compile +See \`config.log' for more details" "$LINENO" 5; } +fi +rm -f conftest.$ac_cv_objext conftest.$ac_ext +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5 +$as_echo "$ac_cv_objext" >&6; } +OBJEXT=$ac_cv_objext +ac_objext=$OBJEXT +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 +$as_echo_n "checking whether we are using the GNU C compiler... " >&6; } +if ${ac_cv_c_compiler_gnu+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ +#ifndef __GNUC__ + choke me +#endif + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + ac_compiler_gnu=yes +else + ac_compiler_gnu=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +ac_cv_c_compiler_gnu=$ac_compiler_gnu + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5 +$as_echo "$ac_cv_c_compiler_gnu" >&6; } +if test $ac_compiler_gnu = yes; then + GCC=yes +else + GCC= +fi +ac_test_CFLAGS=${CFLAGS+set} +ac_save_CFLAGS=$CFLAGS +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 +$as_echo_n "checking whether $CC accepts -g... " >&6; } +if ${ac_cv_prog_cc_g+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_save_c_werror_flag=$ac_c_werror_flag + ac_c_werror_flag=yes + ac_cv_prog_cc_g=no + CFLAGS="-g" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + ac_cv_prog_cc_g=yes +else + CFLAGS="" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + +else + ac_c_werror_flag=$ac_save_c_werror_flag + CFLAGS="-g" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + ac_cv_prog_cc_g=yes +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + ac_c_werror_flag=$ac_save_c_werror_flag +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5 +$as_echo "$ac_cv_prog_cc_g" >&6; } +if test "$ac_test_CFLAGS" = set; then + CFLAGS=$ac_save_CFLAGS +elif test $ac_cv_prog_cc_g = yes; then + if test "$GCC" = yes; then + CFLAGS="-g -O2" + else + CFLAGS="-g" + fi +else + if test "$GCC" = yes; then + CFLAGS="-O2" + else + CFLAGS= + fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 +$as_echo_n "checking for $CC option to accept ISO C89... " >&6; } +if ${ac_cv_prog_cc_c89+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_cv_prog_cc_c89=no +ac_save_CC=$CC +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +#include +struct stat; +/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ +struct buf { int x; }; +FILE * (*rcsopen) (struct buf *, struct stat *, int); +static char *e (p, i) + char **p; + int i; +{ + return p[i]; +} +static char *f (char * (*g) (char **, int), char **p, ...) +{ + char *s; + va_list v; + va_start (v,p); + s = g (p, va_arg (v,int)); + va_end (v); + return s; +} + +/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has + function prototypes and stuff, but not '\xHH' hex character constants. + These don't provoke an error unfortunately, instead are silently treated + as 'x'. The following induces an error, until -std is added to get + proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an + array size at least. It's necessary to write '\x00'==0 to get something + that's true only with -std. */ +int osf4_cc_array ['\x00' == 0 ? 1 : -1]; + +/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters + inside strings and character constants. */ +#define FOO(x) 'x' +int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; + +int test (int i, double x); +struct s1 {int (*f) (int a);}; +struct s2 {int (*f) (double a);}; +int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); +int argc; +char **argv; +int +main () +{ +return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; + ; + return 0; +} +_ACEOF +for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \ + -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" +do + CC="$ac_save_CC $ac_arg" + if ac_fn_c_try_compile "$LINENO"; then : + ac_cv_prog_cc_c89=$ac_arg +fi +rm -f core conftest.err conftest.$ac_objext + test "x$ac_cv_prog_cc_c89" != "xno" && break +done +rm -f conftest.$ac_ext +CC=$ac_save_CC + +fi +# AC_CACHE_VAL +case "x$ac_cv_prog_cc_c89" in + x) + { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 +$as_echo "none needed" >&6; } ;; + xno) + { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 +$as_echo "unsupported" >&6; } ;; + *) + CC="$CC $ac_cv_prog_cc_c89" + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5 +$as_echo "$ac_cv_prog_cc_c89" >&6; } ;; +esac +if test "x$ac_cv_prog_cc_c89" != xno; then : + +fi + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5 +$as_echo_n "checking whether $CC understands -c and -o together... " >&6; } +if ${am_cv_prog_cc_c_o+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF + # Make sure it works both with $CC and with simple cc. + # Following AC_PROG_CC_C_O, we do the test twice because some + # compilers refuse to overwrite an existing .o file with -o, + # though they will create one. + am_cv_prog_cc_c_o=yes + for am_i in 1 2; do + if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5 + ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } \ + && test -f conftest2.$ac_objext; then + : OK + else + am_cv_prog_cc_c_o=no + break + fi + done + rm -f core conftest* + unset am_i +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5 +$as_echo "$am_cv_prog_cc_c_o" >&6; } +if test "$am_cv_prog_cc_c_o" != yes; then + # Losing compiler, so override with the script. + # FIXME: It is wrong to rewrite CC. + # But if we don't then we get into trouble of one sort or another. + # A longer-term fix would be to have automake use am__CC in this case, + # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" + CC="$am_aux_dir/compile $CC" +fi +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + +DEPDIR="${am__leading_dot}deps" + +ac_config_commands="$ac_config_commands depfiles" + + +am_make=${MAKE-make} +cat > confinc << 'END' +am__doit: + @echo this is the am__doit target +.PHONY: am__doit +END +# If we don't find an include directive, just comment out the code. +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5 +$as_echo_n "checking for style of include used by $am_make... " >&6; } +am__include="#" +am__quote= +_am_result=none +# First try GNU make style include. +echo "include confinc" > confmf +# Ignore all kinds of additional output from 'make'. +case `$am_make -s -f confmf 2> /dev/null` in #( +*the\ am__doit\ target*) + am__include=include + am__quote= + _am_result=GNU + ;; +esac +# Now try BSD make style include. +if test "$am__include" = "#"; then + echo '.include "confinc"' > confmf + case `$am_make -s -f confmf 2> /dev/null` in #( + *the\ am__doit\ target*) + am__include=.include + am__quote="\"" + _am_result=BSD + ;; + esac +fi + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5 +$as_echo "$_am_result" >&6; } +rm -f confinc confmf + +@%:@ Check whether --enable-dependency-tracking was given. +if test "${enable_dependency_tracking+set}" = set; then : + enableval=$enable_dependency_tracking; +fi + +if test "x$enable_dependency_tracking" != xno; then + am_depcomp="$ac_aux_dir/depcomp" + AMDEPBACKSLASH='\' + am__nodep='_no' +fi + if test "x$enable_dependency_tracking" != xno; then + AMDEP_TRUE= + AMDEP_FALSE='#' +else + AMDEP_TRUE='#' + AMDEP_FALSE= +fi + + + +depcc="$CC" am_compiler_list= + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 +$as_echo_n "checking dependency style of $depcc... " >&6; } +if ${am_cv_CC_dependencies_compiler_type+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then + # We make a subdir and do the tests there. Otherwise we can end up + # making bogus files that we don't know about and never remove. For + # instance it was reported that on HP-UX the gcc test will end up + # making a dummy file named 'D' -- because '-MD' means "put the output + # in D". + rm -rf conftest.dir + mkdir conftest.dir + # Copy depcomp to subdir because otherwise we won't find it if we're + # using a relative directory. + cp "$am_depcomp" conftest.dir + cd conftest.dir + # We will build objects and dependencies in a subdirectory because + # it helps to detect inapplicable dependency modes. For instance + # both Tru64's cc and ICC support -MD to output dependencies as a + # side effect of compilation, but ICC will put the dependencies in + # the current directory while Tru64 will put them in the object + # directory. + mkdir sub + + am_cv_CC_dependencies_compiler_type=none + if test "$am_compiler_list" = ""; then + am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` + fi + am__universal=false + case " $depcc " in #( + *\ -arch\ *\ -arch\ *) am__universal=true ;; + esac + + for depmode in $am_compiler_list; do + # Setup a source with many dependencies, because some compilers + # like to wrap large dependency lists on column 80 (with \), and + # we should not choose a depcomp mode which is confused by this. + # + # We need to recreate these files for each test, as the compiler may + # overwrite some of them when testing with obscure command lines. + # This happens at least with the AIX C compiler. + : > sub/conftest.c + for i in 1 2 3 4 5 6; do + echo '#include "conftst'$i'.h"' >> sub/conftest.c + # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with + # Solaris 10 /bin/sh. + echo '/* dummy */' > sub/conftst$i.h + done + echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf + + # We check with '-c' and '-o' for the sake of the "dashmstdout" + # mode. It turns out that the SunPro C++ compiler does not properly + # handle '-M -o', and we need to detect this. Also, some Intel + # versions had trouble with output in subdirs. + am__obj=sub/conftest.${OBJEXT-o} + am__minus_obj="-o $am__obj" + case $depmode in + gcc) + # This depmode causes a compiler race in universal mode. + test "$am__universal" = false || continue + ;; + nosideeffect) + # After this tag, mechanisms are not by side-effect, so they'll + # only be used when explicitly requested. + if test "x$enable_dependency_tracking" = xyes; then + continue + else + break + fi + ;; + msvc7 | msvc7msys | msvisualcpp | msvcmsys) + # This compiler won't grok '-c -o', but also, the minuso test has + # not run yet. These depmodes are late enough in the game, and + # so weak that their functioning should not be impacted. + am__obj=conftest.${OBJEXT-o} + am__minus_obj= + ;; + none) break ;; + esac + if depmode=$depmode \ + source=sub/conftest.c object=$am__obj \ + depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ + $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ + >/dev/null 2>conftest.err && + grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && + grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && + grep $am__obj sub/conftest.Po > /dev/null 2>&1 && + ${MAKE-make} -s -f confmf > /dev/null 2>&1; then + # icc doesn't choke on unknown options, it will just issue warnings + # or remarks (even with -Werror). So we grep stderr for any message + # that says an option was ignored or not supported. + # When given -MP, icc 7.0 and 7.1 complain thusly: + # icc: Command line warning: ignoring option '-M'; no argument required + # The diagnosis changed in icc 8.0: + # icc: Command line remark: option '-MP' not supported + if (grep 'ignoring option' conftest.err || + grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else + am_cv_CC_dependencies_compiler_type=$depmode + break + fi + fi + done + + cd .. + rm -rf conftest.dir +else + am_cv_CC_dependencies_compiler_type=none +fi + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5 +$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; } +CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type + + if + test "x$enable_dependency_tracking" != xno \ + && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then + am__fastdepCC_TRUE= + am__fastdepCC_FALSE='#' +else + am__fastdepCC_TRUE='#' + am__fastdepCC_FALSE= +fi + + +if test -n "$GCC"; then + +$as_echo "@%:@define ATTRIBUTE_UNUSED __attribute__ ((__unused__))" >>confdefs.h + + CFLAGS="$CFLAGS -Wall -Wshadow -Wwrite-strings" + + + gcc_wextra=yes + if test "X$CC" != "X"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -Wextra" >&5 +$as_echo_n "checking whether ${CC} accepts -Wextra... " >&6; } + gcc_old_cflags="$CFLAGS" + CFLAGS="$CFLAGS -Wextra" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } + +else + + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } + gcc_wextra=no + CFLAGS="$ssp_old_cflags" + +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + fi + + + ssp_cc=yes + if test "X$CC" != "X"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -fstack-protector" >&5 +$as_echo_n "checking whether ${CC} accepts -fstack-protector... " >&6; } + ssp_old_cflags="$CFLAGS" + CFLAGS="$CFLAGS -fstack-protector" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + +else + ssp_cc=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + echo $ssp_cc + if test "X$ssp_cc" = "Xno"; then + CFLAGS="$ssp_old_cflags" + else + +$as_echo "@%:@define ENABLE_SSP_CC 1" >>confdefs.h + + fi + fi + + + if test "x$CC" != "X"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -D_FORTIFY_SOURCE" >&5 +$as_echo_n "checking whether ${CC} accepts -D_FORTIFY_SOURCE... " >&6; } + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + #define GNUC_PREREQ(maj, min) ((__GNUC__ << 16) + __GNUC_MINOR__ >= ((maj) << 16) + (min)) + #if !(GNUC_PREREQ (4, 1) \ + || (defined __GNUC_RH_RELEASE__ && GNUC_PREREQ (4, 0)) \ + || (defined __GNUC_RH_RELEASE__ && GNUC_PREREQ (3, 4) \ + && __GNUC_MINOR__ == 4 \ + && (__GNUC_PATCHLEVEL__ > 2 \ + || (__GNUC_PATCHLEVEL__ == 2 && __GNUC_RH_RELEASE__ >= 8)))) + #error No FORTIFY_SOURCE support + #endif + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } + CFLAGS="$CFLAGS -D_FORTIFY_SOURCE=2" + +else + + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } + +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + fi + + + if test "x$CC" != "X"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts -Wformat-security" >&5 +$as_echo_n "checking whether ${CC} accepts -Wformat-security... " >&6; } + wfs_old_cflags="$CFLAGS" + CFLAGS="$CFLAGS -Wall -Werror -Wformat -Wformat-security" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +int +main () +{ + + char *fmt=NULL; + printf(fmt); + return 0; + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } + CFLAGS="$wfs_old_cflags" + +else + + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } + CFLAGS="$wfs_old_cflags -Wformat -Wformat-security" + +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + fi + +else + +$as_echo "@%:@define ATTRIBUTE_UNUSED /**/" >>confdefs.h + +fi + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5 +$as_echo_n "checking whether ln -s works... " >&6; } +LN_S=$as_ln_s +if test "$LN_S" = "ln -s"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5 +$as_echo "no, using $LN_S" >&6; } +fi + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5 +$as_echo_n "checking for library containing gethostbyname... " >&6; } +if ${ac_cv_search_gethostbyname+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_func_search_save_LIBS=$LIBS +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char gethostbyname (); +int +main () +{ +return gethostbyname (); + ; + return 0; +} +_ACEOF +for ac_lib in '' nsl; do + if test -z "$ac_lib"; then + ac_res="none required" + else + ac_res=-l$ac_lib + LIBS="-l$ac_lib $ac_func_search_save_LIBS" + fi + if ac_fn_c_try_link "$LINENO"; then : + ac_cv_search_gethostbyname=$ac_res +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext + if ${ac_cv_search_gethostbyname+:} false; then : + break +fi +done +if ${ac_cv_search_gethostbyname+:} false; then : + +else + ac_cv_search_gethostbyname=no +fi +rm conftest.$ac_ext +LIBS=$ac_func_search_save_LIBS +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5 +$as_echo "$ac_cv_search_gethostbyname" >&6; } +ac_res=$ac_cv_search_gethostbyname +if test "$ac_res" != no; then : + test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" + +fi + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing socket" >&5 +$as_echo_n "checking for library containing socket... " >&6; } +if ${ac_cv_search_socket+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_func_search_save_LIBS=$LIBS +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char socket (); +int +main () +{ +return socket (); + ; + return 0; +} +_ACEOF +for ac_lib in '' socket; do + if test -z "$ac_lib"; then + ac_res="none required" + else + ac_res=-l$ac_lib + LIBS="-l$ac_lib $ac_func_search_save_LIBS" + fi + if ac_fn_c_try_link "$LINENO"; then : + ac_cv_search_socket=$ac_res +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext + if ${ac_cv_search_socket+:} false; then : + break +fi +done +if ${ac_cv_search_socket+:} false; then : + +else + ac_cv_search_socket=no +fi +rm conftest.$ac_ext +LIBS=$ac_func_search_save_LIBS +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_socket" >&5 +$as_echo "$ac_cv_search_socket" >&6; } +ac_res=$ac_cv_search_socket +if test "$ac_res" != no; then : + test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" + +fi + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing pcap_open_live" >&5 +$as_echo_n "checking for library containing pcap_open_live... " >&6; } +if ${ac_cv_search_pcap_open_live+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_func_search_save_LIBS=$LIBS +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char pcap_open_live (); +int +main () +{ +return pcap_open_live (); + ; + return 0; +} +_ACEOF +for ac_lib in '' pcap; do + if test -z "$ac_lib"; then + ac_res="none required" + else + ac_res=-l$ac_lib + LIBS="-l$ac_lib $ac_func_search_save_LIBS" + fi + if ac_fn_c_try_link "$LINENO"; then : + ac_cv_search_pcap_open_live=$ac_res +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext + if ${ac_cv_search_pcap_open_live+:} false; then : + break +fi +done +if ${ac_cv_search_pcap_open_live+:} false; then : + +else + ac_cv_search_pcap_open_live=no +fi +rm conftest.$ac_ext +LIBS=$ac_func_search_save_LIBS +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_pcap_open_live" >&5 +$as_echo "$ac_cv_search_pcap_open_live" >&6; } +ac_res=$ac_cv_search_pcap_open_live +if test "$ac_res" != no; then : + test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" + +else + + { $as_echo "$as_me:${as_lineno-$LINENO}: Cannot find pcap library containing pcap_open_live" >&5 +$as_echo "$as_me: Cannot find pcap library containing pcap_open_live" >&6;} + as_fn_error $? "Check that you have libpcap version 1.0 or later installed" "$LINENO" 5 + +fi + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a compatible pcap library" >&5 +$as_echo_n "checking for a compatible pcap library... " >&6; } +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char pcap_create (); +int +main () +{ +return pcap_create (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } +else + + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } + { $as_echo "$as_me:${as_lineno-$LINENO}: Cannot find pcap_create in pcap library" >&5 +$as_echo "$as_me: Cannot find pcap_create in pcap library" >&6;} + as_fn_error $? "Check that the pcap library is at least version 1.0" "$LINENO" 5 + +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5 +$as_echo_n "checking how to run the C preprocessor... " >&6; } +# On Suns, sometimes $CPP names a directory. +if test -n "$CPP" && test -d "$CPP"; then + CPP= +fi +if test -z "$CPP"; then + if ${ac_cv_prog_CPP+:} false; then : + $as_echo_n "(cached) " >&6 +else + # Double quotes because CPP needs to be expanded + for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" + do + ac_preproc_ok=false +for ac_c_preproc_warn_flag in '' yes +do + # Use a header file that comes with gcc, so configuring glibc + # with a fresh cross-compiler works. + # Prefer to if __STDC__ is defined, since + # exists even on freestanding compilers. + # On the NeXT, cc -E runs the code through the compiler's parser, + # not just through cpp. "Syntax error" is here to catch this case. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +@%:@ifdef __STDC__ +@%:@ include +@%:@else +@%:@ include +@%:@endif + Syntax error +_ACEOF +if ac_fn_c_try_cpp "$LINENO"; then : + +else + # Broken: fails on valid input. +continue +fi +rm -f conftest.err conftest.i conftest.$ac_ext + + # OK, works on sane cases. Now check whether nonexistent headers + # can be detected and how. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +@%:@include +_ACEOF +if ac_fn_c_try_cpp "$LINENO"; then : + # Broken: success on invalid input. +continue +else + # Passes both tests. +ac_preproc_ok=: +break +fi +rm -f conftest.err conftest.i conftest.$ac_ext + +done +# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. +rm -f conftest.i conftest.err conftest.$ac_ext +if $ac_preproc_ok; then : + break +fi + + done + ac_cv_prog_CPP=$CPP + +fi + CPP=$ac_cv_prog_CPP +else + ac_cv_prog_CPP=$CPP +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5 +$as_echo "$CPP" >&6; } +ac_preproc_ok=false +for ac_c_preproc_warn_flag in '' yes +do + # Use a header file that comes with gcc, so configuring glibc + # with a fresh cross-compiler works. + # Prefer to if __STDC__ is defined, since + # exists even on freestanding compilers. + # On the NeXT, cc -E runs the code through the compiler's parser, + # not just through cpp. "Syntax error" is here to catch this case. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +@%:@ifdef __STDC__ +@%:@ include +@%:@else +@%:@ include +@%:@endif + Syntax error +_ACEOF +if ac_fn_c_try_cpp "$LINENO"; then : + +else + # Broken: fails on valid input. +continue +fi +rm -f conftest.err conftest.i conftest.$ac_ext + + # OK, works on sane cases. Now check whether nonexistent headers + # can be detected and how. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +@%:@include +_ACEOF +if ac_fn_c_try_cpp "$LINENO"; then : + # Broken: success on invalid input. +continue +else + # Passes both tests. +ac_preproc_ok=: +break +fi +rm -f conftest.err conftest.i conftest.$ac_ext + +done +# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. +rm -f conftest.i conftest.err conftest.$ac_ext +if $ac_preproc_ok; then : + +else + { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "C preprocessor \"$CPP\" fails sanity check +See \`config.log' for more details" "$LINENO" 5; } +fi + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5 +$as_echo_n "checking for grep that handles long lines and -e... " >&6; } +if ${ac_cv_path_GREP+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -z "$GREP"; then + ac_path_GREP_found=false + # Loop through the user's path and test for each of PROGNAME-LIST + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_prog in grep ggrep; do + for ac_exec_ext in '' $ac_executable_extensions; do + ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" + as_fn_executable_p "$ac_path_GREP" || continue +# Check for GNU ac_path_GREP and select it if it is found. + # Check for GNU $ac_path_GREP +case `"$ac_path_GREP" --version 2>&1` in +*GNU*) + ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; +*) + ac_count=0 + $as_echo_n 0123456789 >"conftest.in" + while : + do + cat "conftest.in" "conftest.in" >"conftest.tmp" + mv "conftest.tmp" "conftest.in" + cp "conftest.in" "conftest.nl" + $as_echo 'GREP' >> "conftest.nl" + "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break + as_fn_arith $ac_count + 1 && ac_count=$as_val + if test $ac_count -gt ${ac_path_GREP_max-0}; then + # Best one so far, save it but keep looking for a better one + ac_cv_path_GREP="$ac_path_GREP" + ac_path_GREP_max=$ac_count + fi + # 10*(2^10) chars as input seems more than enough + test $ac_count -gt 10 && break + done + rm -f conftest.in conftest.tmp conftest.nl conftest.out;; +esac + + $ac_path_GREP_found && break 3 + done + done + done +IFS=$as_save_IFS + if test -z "$ac_cv_path_GREP"; then + as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 + fi +else + ac_cv_path_GREP=$GREP +fi + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5 +$as_echo "$ac_cv_path_GREP" >&6; } + GREP="$ac_cv_path_GREP" + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5 +$as_echo_n "checking for egrep... " >&6; } +if ${ac_cv_path_EGREP+:} false; then : + $as_echo_n "(cached) " >&6 +else + if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 + then ac_cv_path_EGREP="$GREP -E" + else + if test -z "$EGREP"; then + ac_path_EGREP_found=false + # Loop through the user's path and test for each of PROGNAME-LIST + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_prog in egrep; do + for ac_exec_ext in '' $ac_executable_extensions; do + ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" + as_fn_executable_p "$ac_path_EGREP" || continue +# Check for GNU ac_path_EGREP and select it if it is found. + # Check for GNU $ac_path_EGREP +case `"$ac_path_EGREP" --version 2>&1` in +*GNU*) + ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; +*) + ac_count=0 + $as_echo_n 0123456789 >"conftest.in" + while : + do + cat "conftest.in" "conftest.in" >"conftest.tmp" + mv "conftest.tmp" "conftest.in" + cp "conftest.in" "conftest.nl" + $as_echo 'EGREP' >> "conftest.nl" + "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break + diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break + as_fn_arith $ac_count + 1 && ac_count=$as_val + if test $ac_count -gt ${ac_path_EGREP_max-0}; then + # Best one so far, save it but keep looking for a better one + ac_cv_path_EGREP="$ac_path_EGREP" + ac_path_EGREP_max=$ac_count + fi + # 10*(2^10) chars as input seems more than enough + test $ac_count -gt 10 && break + done + rm -f conftest.in conftest.tmp conftest.nl conftest.out;; +esac + + $ac_path_EGREP_found && break 3 + done + done + done +IFS=$as_save_IFS + if test -z "$ac_cv_path_EGREP"; then + as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 + fi +else + ac_cv_path_EGREP=$EGREP +fi + + fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5 +$as_echo "$ac_cv_path_EGREP" >&6; } + EGREP="$ac_cv_path_EGREP" + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 +$as_echo_n "checking for ANSI C header files... " >&6; } +if ${ac_cv_header_stdc+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +#include +#include +#include + +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + ac_cv_header_stdc=yes +else + ac_cv_header_stdc=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + +if test $ac_cv_header_stdc = yes; then + # SunOS 4.x string.h does not declare mem*, contrary to ANSI. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include + +_ACEOF +if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | + $EGREP "memchr" >/dev/null 2>&1; then : + +else + ac_cv_header_stdc=no +fi +rm -f conftest* + +fi + +if test $ac_cv_header_stdc = yes; then + # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include + +_ACEOF +if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | + $EGREP "free" >/dev/null 2>&1; then : + +else + ac_cv_header_stdc=no +fi +rm -f conftest* + +fi + +if test $ac_cv_header_stdc = yes; then + # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi. + if test "$cross_compiling" = yes; then : + : +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +#include +#if ((' ' & 0x0FF) == 0x020) +# define ISLOWER(c) ('a' <= (c) && (c) <= 'z') +# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) +#else +# define ISLOWER(c) \ + (('a' <= (c) && (c) <= 'i') \ + || ('j' <= (c) && (c) <= 'r') \ + || ('s' <= (c) && (c) <= 'z')) +# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) +#endif + +#define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) +int +main () +{ + int i; + for (i = 0; i < 256; i++) + if (XOR (islower (i), ISLOWER (i)) + || toupper (i) != TOUPPER (i)) + return 2; + return 0; +} +_ACEOF +if ac_fn_c_try_run "$LINENO"; then : + +else + ac_cv_header_stdc=no +fi +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ + conftest.$ac_objext conftest.beam conftest.$ac_ext +fi + +fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5 +$as_echo "$ac_cv_header_stdc" >&6; } +if test $ac_cv_header_stdc = yes; then + +$as_echo "@%:@define STDC_HEADERS 1" >>confdefs.h + +fi + +# On IRIX 5.3, sys/types and inttypes.h are conflicting. +for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ + inttypes.h stdint.h unistd.h +do : + as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` +ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default +" +if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : + cat >>confdefs.h <<_ACEOF +@%:@define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 +_ACEOF + +fi + +done + + +for ac_header in arpa/inet.h netdb.h netinet/in.h sys/socket.h sys/time.h unistd.h getopt.h pcap.h sys/ioctl.h sys/stat.h fcntl.h search.h +do : + as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` +ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" +if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : + cat >>confdefs.h <<_ACEOF +@%:@define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 +_ACEOF + +fi + +done + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5 +$as_echo_n "checking for an ANSI C-conforming const... " >&6; } +if ${ac_cv_c_const+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + +#ifndef __cplusplus + /* Ultrix mips cc rejects this sort of thing. */ + typedef int charset[2]; + const charset cs = { 0, 0 }; + /* SunOS 4.1.1 cc rejects this. */ + char const *const *pcpcc; + char **ppc; + /* NEC SVR4.0.2 mips cc rejects this. */ + struct point {int x, y;}; + static struct point const zero = {0,0}; + /* AIX XL C 1.02.0.0 rejects this. + It does not let you subtract one const X* pointer from another in + an arm of an if-expression whose if-part is not a constant + expression */ + const char *g = "string"; + pcpcc = &g + (g ? g-g : 0); + /* HPUX 7.0 cc rejects these. */ + ++pcpcc; + ppc = (char**) pcpcc; + pcpcc = (char const *const *) ppc; + { /* SCO 3.2v4 cc rejects this sort of thing. */ + char tx; + char *t = &tx; + char const *s = 0 ? (char *) 0 : (char const *) 0; + + *t++ = 0; + if (s) return 0; + } + { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */ + int x[] = {25, 17}; + const int *foo = &x[0]; + ++foo; + } + { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */ + typedef const int *iptr; + iptr p = 0; + ++p; + } + { /* AIX XL C 1.02.0.0 rejects this sort of thing, saying + "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */ + struct s { int j; const int *ap[3]; } bx; + struct s *b = &bx; b->j = 5; + } + { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */ + const int foo = 10; + if (!foo) return 0; + } + return !cs[0] && !zero.x; +#endif + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + ac_cv_c_const=yes +else + ac_cv_c_const=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5 +$as_echo "$ac_cv_c_const" >&6; } +if test $ac_cv_c_const = no; then + +$as_echo "@%:@define const /**/" >>confdefs.h + +fi + +ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default" +if test "x$ac_cv_type_size_t" = xyes; then : + +else + +cat >>confdefs.h <<_ACEOF +@%:@define size_t unsigned int +_ACEOF + +fi + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether time.h and sys/time.h may both be included" >&5 +$as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6; } +if ${ac_cv_header_time+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +#include +#include + +int +main () +{ +if ((struct tm *) 0) +return 0; + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + ac_cv_header_time=yes +else + ac_cv_header_time=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_time" >&5 +$as_echo "$ac_cv_header_time" >&6; } +if test $ac_cv_header_time = yes; then + +$as_echo "@%:@define TIME_WITH_SYS_TIME 1" >>confdefs.h + +fi + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for uint8_t using $CC" >&5 +$as_echo_n "checking for uint8_t using $CC... " >&6; } + if ${ac_cv_nta_have_uint8_t+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +# include "confdefs.h" +# include +# if HAVE_SYS_TYPES_H +# include +# endif +# if HAVE_SYS_STAT_H +# include +# endif +# ifdef STDC_HEADERS +# include +# include +# endif +# if HAVE_INTTYPES_H +# include +# else +# if HAVE_STDINT_H +# include +# endif +# endif +# if HAVE_UNISTD_H +# include +# endif +# ifdef HAVE_ARPA_INET_H +# include +# endif +# ifdef HAVE_NETDB_H +# include +# endif +# ifdef HAVE_NETINET_IN_H +# include +# endif +# ifdef SYS_SOCKET_H +# include +# endif + +int +main () +{ +uint8_t i + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + ac_cv_nta_have_uint8_t=yes +else + ac_cv_nta_have_uint8_t=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi + + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_nta_have_uint8_t" >&5 +$as_echo "$ac_cv_nta_have_uint8_t" >&6; } + if test $ac_cv_nta_have_uint8_t = no ; then + +$as_echo "@%:@define uint8_t unsigned char" >>confdefs.h + + fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for uint16_t using $CC" >&5 +$as_echo_n "checking for uint16_t using $CC... " >&6; } + if ${ac_cv_nta_have_uint16_t+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +# include "confdefs.h" +# include +# if HAVE_SYS_TYPES_H +# include +# endif +# if HAVE_SYS_STAT_H +# include +# endif +# ifdef STDC_HEADERS +# include +# include +# endif +# if HAVE_INTTYPES_H +# include +# else +# if HAVE_STDINT_H +# include +# endif +# endif +# if HAVE_UNISTD_H +# include +# endif +# ifdef HAVE_ARPA_INET_H +# include +# endif +# ifdef HAVE_NETDB_H +# include +# endif +# ifdef HAVE_NETINET_IN_H +# include +# endif +# ifdef SYS_SOCKET_H +# include +# endif + +int +main () +{ +uint16_t i + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + ac_cv_nta_have_uint16_t=yes +else + ac_cv_nta_have_uint16_t=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi + + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_nta_have_uint16_t" >&5 +$as_echo "$ac_cv_nta_have_uint16_t" >&6; } + if test $ac_cv_nta_have_uint16_t = no ; then + +$as_echo "@%:@define uint16_t unsigned short" >>confdefs.h + + fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for uint32_t using $CC" >&5 +$as_echo_n "checking for uint32_t using $CC... " >&6; } + if ${ac_cv_nta_have_uint32_t+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +# include "confdefs.h" +# include +# if HAVE_SYS_TYPES_H +# include +# endif +# if HAVE_SYS_STAT_H +# include +# endif +# ifdef STDC_HEADERS +# include +# include +# endif +# if HAVE_INTTYPES_H +# include +# else +# if HAVE_STDINT_H +# include +# endif +# endif +# if HAVE_UNISTD_H +# include +# endif +# ifdef HAVE_ARPA_INET_H +# include +# endif +# ifdef HAVE_NETDB_H +# include +# endif +# ifdef HAVE_NETINET_IN_H +# include +# endif +# ifdef SYS_SOCKET_H +# include +# endif + +int +main () +{ +uint32_t i + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + ac_cv_nta_have_uint32_t=yes +else + ac_cv_nta_have_uint32_t=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi + + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_nta_have_uint32_t" >&5 +$as_echo "$ac_cv_nta_have_uint32_t" >&6; } + if test $ac_cv_nta_have_uint32_t = no ; then + +$as_echo "@%:@define uint32_t unsigned int" >>confdefs.h + + fi + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether long int is 64 bits" >&5 +$as_echo_n "checking whether long int is 64 bits... " >&6; } +if ${pgac_cv_type_long_int_64+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test "$cross_compiling" = yes; then : + # If cross-compiling, check the size reported by the compiler and +# trust that the arithmetic works. +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ +static int test_array @<:@1 - 2 * !(sizeof(long int) == 8)@:>@; +test_array @<:@0@:>@ = 0; +return test_array @<:@0@:>@; + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + pgac_cv_type_long_int_64=yes +else + pgac_cv_type_long_int_64=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +typedef long int int64; + +/* + * These are globals to discourage the compiler from folding all the + * arithmetic tests down to compile-time constants. + */ +int64 a = 20000001; +int64 b = 40000005; + +int does_int64_work() +{ + int64 c,d; + + if (sizeof(int64) != 8) + return 0; /* definitely not the right size */ + + /* Do perfunctory checks to see if 64-bit arithmetic seems to work */ + c = a * b; + d = (c + b) / b; + if (d != a+1) + return 0; + return 1; +} +main() { + return !does_int64_work(); +} +_ACEOF +if ac_fn_c_try_run "$LINENO"; then : + pgac_cv_type_long_int_64=yes +else + pgac_cv_type_long_int_64=no +fi +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ + conftest.$ac_objext conftest.beam conftest.$ac_ext +fi + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $pgac_cv_type_long_int_64" >&5 +$as_echo "$pgac_cv_type_long_int_64" >&6; } + +HAVE_LONG_INT_64=$pgac_cv_type_long_int_64 +if test x"$pgac_cv_type_long_int_64" = xyes ; then + +$as_echo "@%:@define HAVE_LONG_INT_64 /**/" >>confdefs.h + +fi + + +if test x"$HAVE_LONG_INT_64" = x"yes" ; then + INT64_TYPE="long int" + UINT64_TYPE="unsigned long int" +else + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether long long int is 64 bits" >&5 +$as_echo_n "checking whether long long int is 64 bits... " >&6; } +if ${pgac_cv_type_long_long_int_64+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test "$cross_compiling" = yes; then : + # If cross-compiling, check the size reported by the compiler and +# trust that the arithmetic works. +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ +static int test_array @<:@1 - 2 * !(sizeof(long long int) == 8)@:>@; +test_array @<:@0@:>@ = 0; +return test_array @<:@0@:>@; + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + pgac_cv_type_long_long_int_64=yes +else + pgac_cv_type_long_long_int_64=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +typedef long long int int64; + +/* + * These are globals to discourage the compiler from folding all the + * arithmetic tests down to compile-time constants. + */ +int64 a = 20000001; +int64 b = 40000005; + +int does_int64_work() +{ + int64 c,d; + + if (sizeof(int64) != 8) + return 0; /* definitely not the right size */ + + /* Do perfunctory checks to see if 64-bit arithmetic seems to work */ + c = a * b; + d = (c + b) / b; + if (d != a+1) + return 0; + return 1; +} +main() { + return !does_int64_work(); +} +_ACEOF +if ac_fn_c_try_run "$LINENO"; then : + pgac_cv_type_long_long_int_64=yes +else + pgac_cv_type_long_long_int_64=no +fi +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ + conftest.$ac_objext conftest.beam conftest.$ac_ext +fi + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $pgac_cv_type_long_long_int_64" >&5 +$as_echo "$pgac_cv_type_long_long_int_64" >&6; } + +HAVE_LONG_LONG_INT_64=$pgac_cv_type_long_long_int_64 +if test x"$pgac_cv_type_long_long_int_64" = xyes ; then + +$as_echo "@%:@define HAVE_LONG_LONG_INT_64 /**/" >>confdefs.h + +fi + + if test x"$HAVE_LONG_LONG_INT_64" = x"yes" ; then + INT64_TYPE="long long int" + UINT64_TYPE="unsigned long long int" + else + as_fn_error $? "cannot determine 64-bit integer type" "$LINENO" 5 + fi +fi + + +cat >>confdefs.h <<_ACEOF +@%:@define ARP_INT64 $INT64_TYPE +_ACEOF + + +cat >>confdefs.h <<_ACEOF +@%:@define ARP_UINT64 $UINT64_TYPE +_ACEOF + + +if test "$HAVE_LONG_LONG_INT_64" = yes ; then + { $as_echo "$as_me:${as_lineno-$LINENO}: checking snprintf format for long long int" >&5 +$as_echo_n "checking snprintf format for long long int... " >&6; } +if ${pgac_cv_snprintf_long_long_int_format+:} false; then : + $as_echo_n "(cached) " >&6 +else + for pgac_format in '%lld' '%qd' '%I64d'; do +if test "$cross_compiling" = yes; then : + pgac_cv_snprintf_long_long_int_format=cross; break +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +typedef long long int int64; +#define INT64_FORMAT "$pgac_format" + +int64 a = 20000001; +int64 b = 40000005; + +int does_int64_snprintf_work() +{ + int64 c; + char buf[100]; + + if (sizeof(int64) != 8) + return 0; /* doesn't look like the right size */ + + c = a * b; + snprintf(buf, 100, INT64_FORMAT, c); + if (strcmp(buf, "800000140000005") != 0) + return 0; /* either multiply or snprintf is busted */ + return 1; +} +main() { + return !does_int64_snprintf_work(); +} +_ACEOF +if ac_fn_c_try_run "$LINENO"; then : + pgac_cv_snprintf_long_long_int_format=$pgac_format; break +fi +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ + conftest.$ac_objext conftest.beam conftest.$ac_ext +fi + +done +fi + +LONG_LONG_INT_FORMAT='' + +case $pgac_cv_snprintf_long_long_int_format in + cross) { $as_echo "$as_me:${as_lineno-$LINENO}: result: assuming %lld for cross compilation" >&5 +$as_echo "assuming %lld for cross compilation" >&6; } + LONG_LONG_INT_FORMAT='%lld';; + ?*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: $pgac_cv_snprintf_long_long_int_format" >&5 +$as_echo "$pgac_cv_snprintf_long_long_int_format" >&6; } + LONG_LONG_INT_FORMAT=$pgac_cv_snprintf_long_long_int_format;; + *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5 +$as_echo "none" >&6; };; +esac + if test "$LONG_LONG_INT_FORMAT" = ""; then + as_fn_error $? "cannot determine snprintf format string for long long int" "$LINENO" 5 + fi + LONG_LONG_UINT_FORMAT=`echo "$LONG_LONG_INT_FORMAT" | sed 's/d$/u/'` + INT64_FORMAT="\"$LONG_LONG_INT_FORMAT\"" + UINT64_FORMAT="\"$LONG_LONG_UINT_FORMAT\"" +else + # Here if we are not using 'long long int' at all + INT64_FORMAT='"%ld"' + UINT64_FORMAT='"%lu"' +fi + + +cat >>confdefs.h <<_ACEOF +@%:@define ARP_INT64_FORMAT $INT64_FORMAT +_ACEOF + + + +cat >>confdefs.h <<_ACEOF +@%:@define ARP_UINT64_FORMAT $UINT64_FORMAT +_ACEOF + + +for ac_func in malloc gethostbyname gettimeofday inet_ntoa memset select socket strerror +do : + as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` +ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" +if eval test \"x\$"$as_ac_var"\" = x"yes"; then : + cat >>confdefs.h <<_ACEOF +@%:@define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 +_ACEOF + +fi +done + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for posix regular expression support" >&5 +$as_echo_n "checking for posix regular expression support... " >&6; } +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +#include +#include +int +main () +{ +regcomp(0, 0, 0); +regexec(0, 0, 0, 0, 0) + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + ac_nta_posix_regex=yes +else + ac_nta_posic_regex=no +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_nta_posix_regex" >&5 +$as_echo "$ac_nta_posix_regex" >&6; } +if test $ac_nta_posix_regex = no; then + as_fn_error $? "You don't seem to have posix regular expression support" "$LINENO" 5 +else + +$as_echo "@%:@define HAVE_REGEX_H 1" >>confdefs.h + +fi + +case $host_os in + *linux* ) + { $as_echo "$as_me:${as_lineno-$LINENO}: Using packet socket link layer implementation." >&5 +$as_echo "$as_me: Using packet socket link layer implementation." >&6;}; + for ac_header in netpacket/packet.h net/if.h +do : + as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` +ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" +if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : + cat >>confdefs.h <<_ACEOF +@%:@define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 +_ACEOF + +fi + +done + + case " $LIB@&t@OBJS " in + *" link-packet-socket.$ac_objext "* ) ;; + *) LIB@&t@OBJS="$LIB@&t@OBJS link-packet-socket.$ac_objext" + ;; +esac + + ;; + *freebsd* | *darwin* | *openbsd* | *netbsd* | *dragonfly* ) + { $as_echo "$as_me:${as_lineno-$LINENO}: Using BPF link layer implementation." >&5 +$as_echo "$as_me: Using BPF link layer implementation." >&6;}; + for ac_header in net/if.h sys/param.h sys/sysctl.h net/route.h net/if_dl.h +do : + as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` +ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" " + #include + #ifdef HAVE_SYS_SOCKET_H + #include + #endif + #ifdef HAVE_SYS_PARAM_H + #include + #endif + +" +if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : + cat >>confdefs.h <<_ACEOF +@%:@define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 +_ACEOF + +fi + +done + + +$as_echo "@%:@define ARP_PCAP_BPF 1" >>confdefs.h + + case " $LIB@&t@OBJS " in + *" link-bpf.$ac_objext "* ) ;; + *) LIB@&t@OBJS="$LIB@&t@OBJS link-bpf.$ac_objext" + ;; +esac + + ;; + *solaris* ) + { $as_echo "$as_me:${as_lineno-$LINENO}: Using DLPI link layer implementation." >&5 +$as_echo "$as_me: Using DLPI link layer implementation." >&6;}; + for ac_header in sys/dlpi.h sys/dlpihdr.h stropts.h sys/ioctl.h sys/sockio.h net/if.h sys/bufmod.h +do : + as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` +ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" " + #include + #ifdef HAVE_SYS_SOCKET_H + #include + #endif + +" +if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : + cat >>confdefs.h <<_ACEOF +@%:@define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 +_ACEOF + +fi + +done + + +$as_echo "@%:@define ARP_PCAP_DLPI 1" >>confdefs.h + + case " $LIB@&t@OBJS " in + *" link-dlpi.$ac_objext "* ) ;; + *) LIB@&t@OBJS="$LIB@&t@OBJS link-dlpi.$ac_objext" + ;; +esac + + ;; + * ) + as_fn_error $? "Host operating system $host_os is not supported" "$LINENO" 5 + ;; +esac + +ac_fn_c_check_func "$LINENO" "getopt_long_only" "ac_cv_func_getopt_long_only" +if test "x$ac_cv_func_getopt_long_only" = xyes; then : + +else + case " $LIB@&t@OBJS " in + *" getopt.$ac_objext "* ) ;; + *) LIB@&t@OBJS="$LIB@&t@OBJS getopt.$ac_objext" + ;; +esac + + case " $LIB@&t@OBJS " in + *" getopt1.$ac_objext "* ) ;; + *) LIB@&t@OBJS="$LIB@&t@OBJS getopt1.$ac_objext" + ;; +esac + + +fi + + +ac_fn_c_check_func "$LINENO" "strlcat" "ac_cv_func_strlcat" +if test "x$ac_cv_func_strlcat" = xyes; then : + +$as_echo "@%:@define HAVE_STRLCAT 1" >>confdefs.h + +else + case " $LIB@&t@OBJS " in + *" strlcat.$ac_objext "* ) ;; + *) LIB@&t@OBJS="$LIB@&t@OBJS strlcat.$ac_objext" + ;; +esac + +fi + +ac_fn_c_check_func "$LINENO" "strlcpy" "ac_cv_func_strlcpy" +if test "x$ac_cv_func_strlcpy" = xyes; then : + +$as_echo "@%:@define HAVE_STRLCPY 1" >>confdefs.h + +else + case " $LIB@&t@OBJS " in + *" strlcpy.$ac_objext "* ) ;; + *) LIB@&t@OBJS="$LIB@&t@OBJS strlcpy.$ac_objext" + ;; +esac + +fi + + +ac_config_files="$ac_config_files Makefile" + +cat >confcache <<\_ACEOF +# This file is a shell script that caches the results of configure +# tests run on this system so they can be shared between configure +# scripts and configure runs, see configure's option --config-cache. +# It is not useful on other systems. If it contains results you don't +# want to keep, you may remove or edit it. +# +# config.status only pays attention to the cache file if you give it +# the --recheck option to rerun configure. +# +# `ac_cv_env_foo' variables (set or unset) will be overridden when +# loading this file, other *unset* `ac_cv_foo' will be assigned the +# following values. + +_ACEOF + +# The following way of writing the cache mishandles newlines in values, +# but we know of no workaround that is simple, portable, and efficient. +# So, we kill variables containing newlines. +# Ultrix sh set writes to stderr and can't be redirected directly, +# and sets the high bit in the cache file unless we assign to the vars. +( + for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do + eval ac_val=\$$ac_var + case $ac_val in #( + *${as_nl}*) + case $ac_var in #( + *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 +$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; + esac + case $ac_var in #( + _ | IFS | as_nl) ;; #( + BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( + *) { eval $ac_var=; unset $ac_var;} ;; + esac ;; + esac + done + + (set) 2>&1 | + case $as_nl`(ac_space=' '; set) 2>&1` in #( + *${as_nl}ac_space=\ *) + # `set' does not quote correctly, so add quotes: double-quote + # substitution turns \\\\ into \\, and sed turns \\ into \. + sed -n \ + "s/'/'\\\\''/g; + s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" + ;; #( + *) + # `set' quotes correctly as required by POSIX, so do not add quotes. + sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" + ;; + esac | + sort +) | + sed ' + /^ac_cv_env_/b end + t clear + :clear + s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ + t end + s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ + :end' >>confcache +if diff "$cache_file" confcache >/dev/null 2>&1; then :; else + if test -w "$cache_file"; then + if test "x$cache_file" != "x/dev/null"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 +$as_echo "$as_me: updating cache $cache_file" >&6;} + if test ! -f "$cache_file" || test -h "$cache_file"; then + cat confcache >"$cache_file" + else + case $cache_file in #( + */* | ?:*) + mv -f confcache "$cache_file"$$ && + mv -f "$cache_file"$$ "$cache_file" ;; #( + *) + mv -f confcache "$cache_file" ;; + esac + fi + fi + else + { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 +$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} + fi +fi +rm -f confcache + +test "x$prefix" = xNONE && prefix=$ac_default_prefix +# Let make expand exec_prefix. +test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' + +DEFS=-DHAVE_CONFIG_H + +ac_libobjs= +ac_ltlibobjs= +U= +for ac_i in : $LIB@&t@OBJS; do test "x$ac_i" = x: && continue + # 1. Remove the extension, and $U if already installed. + ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' + ac_i=`$as_echo "$ac_i" | sed "$ac_script"` + # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR + # will be set to the directory where LIBOBJS objects are built. + as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext" + as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo' +done +LIB@&t@OBJS=$ac_libobjs + +LTLIBOBJS=$ac_ltlibobjs + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5 +$as_echo_n "checking that generated files are newer than configure... " >&6; } + if test -n "$am_sleep_pid"; then + # Hide warnings about reused PIDs. + wait $am_sleep_pid 2>/dev/null + fi + { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5 +$as_echo "done" >&6; } + if test -n "$EXEEXT"; then + am__EXEEXT_TRUE= + am__EXEEXT_FALSE='#' +else + am__EXEEXT_TRUE='#' + am__EXEEXT_FALSE= +fi + +if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then + as_fn_error $? "conditional \"AMDEP\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then + as_fn_error $? "conditional \"am__fastdepCC\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi + +: "${CONFIG_STATUS=./config.status}" +ac_write_fail=0 +ac_clean_files_save=$ac_clean_files +ac_clean_files="$ac_clean_files $CONFIG_STATUS" +{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5 +$as_echo "$as_me: creating $CONFIG_STATUS" >&6;} +as_write_fail=0 +cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1 +#! $SHELL +# Generated by $as_me. +# Run this file to recreate the current configuration. +# Compiler output produced by configure, useful for debugging +# configure, is in config.log if it exists. + +debug=false +ac_cs_recheck=false +ac_cs_silent=false + +SHELL=\${CONFIG_SHELL-$SHELL} +export SHELL +_ASEOF +cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1 +## -------------------- ## +## M4sh Initialization. ## +## -------------------- ## + +# Be more Bourne compatible +DUALCASE=1; export DUALCASE # for MKS sh +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : + emulate sh + NULLCMD=: + # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which + # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' + setopt NO_GLOB_SUBST +else + case `(set -o) 2>/dev/null` in @%:@( + *posix*) : + set -o posix ;; @%:@( + *) : + ;; +esac +fi + + +as_nl=' +' +export as_nl +# Printing a long string crashes Solaris 7 /usr/bin/printf. +as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo +# Prefer a ksh shell builtin over an external printf program on Solaris, +# but without wasting forks for bash or zsh. +if test -z "$BASH_VERSION$ZSH_VERSION" \ + && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then + as_echo='print -r --' + as_echo_n='print -rn --' +elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then + as_echo='printf %s\n' + as_echo_n='printf %s' +else + if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then + as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' + as_echo_n='/usr/ucb/echo -n' + else + as_echo_body='eval expr "X$1" : "X\\(.*\\)"' + as_echo_n_body='eval + arg=$1; + case $arg in @%:@( + *"$as_nl"*) + expr "X$arg" : "X\\(.*\\)$as_nl"; + arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; + esac; + expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" + ' + export as_echo_n_body + as_echo_n='sh -c $as_echo_n_body as_echo' + fi + export as_echo_body + as_echo='sh -c $as_echo_body as_echo' +fi + +# The user is always right. +if test "${PATH_SEPARATOR+set}" != set; then + PATH_SEPARATOR=: + (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { + (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || + PATH_SEPARATOR=';' + } +fi + + +# IFS +# We need space, tab and new line, in precisely that order. Quoting is +# there to prevent editors from complaining about space-tab. +# (If _AS_PATH_WALK were called with IFS unset, it would disable word +# splitting by setting IFS to empty value.) +IFS=" "" $as_nl" + +# Find who we are. Look in the path if we contain no directory separator. +as_myself= +case $0 in @%:@(( + *[\\/]* ) as_myself=$0 ;; + *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break + done +IFS=$as_save_IFS + + ;; +esac +# We did not find ourselves, most probably we were run as `sh COMMAND' +# in which case we are not to be found in the path. +if test "x$as_myself" = x; then + as_myself=$0 +fi +if test ! -f "$as_myself"; then + $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 + exit 1 +fi + +# Unset variables that we do not need and which cause bugs (e.g. in +# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" +# suppresses any "Segmentation fault" message there. '((' could +# trigger a bug in pdksh 5.2.14. +for as_var in BASH_ENV ENV MAIL MAILPATH +do eval test x\${$as_var+set} = xset \ + && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : +done +PS1='$ ' +PS2='> ' +PS4='+ ' + +# NLS nuisances. +LC_ALL=C +export LC_ALL +LANGUAGE=C +export LANGUAGE + +# CDPATH. +(unset CDPATH) >/dev/null 2>&1 && unset CDPATH + + +@%:@ as_fn_error STATUS ERROR [LINENO LOG_FD] +@%:@ ---------------------------------------- +@%:@ Output "`basename @S|@0`: error: ERROR" to stderr. If LINENO and LOG_FD are +@%:@ provided, also output the error to LOG_FD, referencing LINENO. Then exit the +@%:@ script with STATUS, using 1 if that was 0. +as_fn_error () +{ + as_status=$1; test $as_status -eq 0 && as_status=1 + if test "$4"; then + as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 + fi + $as_echo "$as_me: error: $2" >&2 + as_fn_exit $as_status +} @%:@ as_fn_error + + +@%:@ as_fn_set_status STATUS +@%:@ ----------------------- +@%:@ Set @S|@? to STATUS, without forking. +as_fn_set_status () +{ + return $1 +} @%:@ as_fn_set_status + +@%:@ as_fn_exit STATUS +@%:@ ----------------- +@%:@ Exit the shell with STATUS, even in a "trap 0" or "set -e" context. +as_fn_exit () +{ + set +e + as_fn_set_status $1 + exit $1 +} @%:@ as_fn_exit + +@%:@ as_fn_unset VAR +@%:@ --------------- +@%:@ Portably unset VAR. +as_fn_unset () +{ + { eval $1=; unset $1;} +} +as_unset=as_fn_unset +@%:@ as_fn_append VAR VALUE +@%:@ ---------------------- +@%:@ Append the text in VALUE to the end of the definition contained in VAR. Take +@%:@ advantage of any shell optimizations that allow amortized linear growth over +@%:@ repeated appends, instead of the typical quadratic growth present in naive +@%:@ implementations. +if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : + eval 'as_fn_append () + { + eval $1+=\$2 + }' +else + as_fn_append () + { + eval $1=\$$1\$2 + } +fi # as_fn_append + +@%:@ as_fn_arith ARG... +@%:@ ------------------ +@%:@ Perform arithmetic evaluation on the ARGs, and store the result in the +@%:@ global @S|@as_val. Take advantage of shells that can avoid forks. The arguments +@%:@ must be portable across @S|@(()) and expr. +if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : + eval 'as_fn_arith () + { + as_val=$(( $* )) + }' +else + as_fn_arith () + { + as_val=`expr "$@" || test $? -eq 1` + } +fi # as_fn_arith + + +if expr a : '\(a\)' >/dev/null 2>&1 && + test "X`expr 00001 : '.*\(...\)'`" = X001; then + as_expr=expr +else + as_expr=false +fi + +if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then + as_basename=basename +else + as_basename=false +fi + +if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then + as_dirname=dirname +else + as_dirname=false +fi + +as_me=`$as_basename -- "$0" || +$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ + X"$0" : 'X\(//\)$' \| \ + X"$0" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X/"$0" | + sed '/^.*\/\([^/][^/]*\)\/*$/{ + s//\1/ + q + } + /^X\/\(\/\/\)$/{ + s//\1/ + q + } + /^X\/\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + +# Avoid depending upon Character Ranges. +as_cr_letters='abcdefghijklmnopqrstuvwxyz' +as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' +as_cr_Letters=$as_cr_letters$as_cr_LETTERS +as_cr_digits='0123456789' +as_cr_alnum=$as_cr_Letters$as_cr_digits + +ECHO_C= ECHO_N= ECHO_T= +case `echo -n x` in @%:@((((( +-n*) + case `echo 'xy\c'` in + *c*) ECHO_T=' ';; # ECHO_T is single tab character. + xy) ECHO_C='\c';; + *) echo `echo ksh88 bug on AIX 6.1` > /dev/null + ECHO_T=' ';; + esac;; +*) + ECHO_N='-n';; +esac + +rm -f conf$$ conf$$.exe conf$$.file +if test -d conf$$.dir; then + rm -f conf$$.dir/conf$$.file +else + rm -f conf$$.dir + mkdir conf$$.dir 2>/dev/null +fi +if (echo >conf$$.file) 2>/dev/null; then + if ln -s conf$$.file conf$$ 2>/dev/null; then + as_ln_s='ln -s' + # ... but there are two gotchas: + # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. + # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. + # In both cases, we have to default to `cp -pR'. + ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || + as_ln_s='cp -pR' + elif ln conf$$.file conf$$ 2>/dev/null; then + as_ln_s=ln + else + as_ln_s='cp -pR' + fi +else + as_ln_s='cp -pR' +fi +rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file +rmdir conf$$.dir 2>/dev/null + + +@%:@ as_fn_mkdir_p +@%:@ ------------- +@%:@ Create "@S|@as_dir" as a directory, including parents if necessary. +as_fn_mkdir_p () +{ + + case $as_dir in #( + -*) as_dir=./$as_dir;; + esac + test -d "$as_dir" || eval $as_mkdir_p || { + as_dirs= + while :; do + case $as_dir in #( + *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( + *) as_qdir=$as_dir;; + esac + as_dirs="'$as_qdir' $as_dirs" + as_dir=`$as_dirname -- "$as_dir" || +$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_dir" : 'X\(//\)[^/]' \| \ + X"$as_dir" : 'X\(//\)$' \| \ + X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$as_dir" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + test -d "$as_dir" && break + done + test -z "$as_dirs" || eval "mkdir $as_dirs" + } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" + + +} @%:@ as_fn_mkdir_p +if mkdir -p . 2>/dev/null; then + as_mkdir_p='mkdir -p "$as_dir"' +else + test -d ./-p && rmdir ./-p + as_mkdir_p=false +fi + + +@%:@ as_fn_executable_p FILE +@%:@ ----------------------- +@%:@ Test if FILE is an executable regular file. +as_fn_executable_p () +{ + test -f "$1" && test -x "$1" +} @%:@ as_fn_executable_p +as_test_x='test -x' +as_executable_p=as_fn_executable_p + +# Sed expression to map a string onto a valid CPP name. +as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" + +# Sed expression to map a string onto a valid variable name. +as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" + + +exec 6>&1 +## ----------------------------------- ## +## Main body of $CONFIG_STATUS script. ## +## ----------------------------------- ## +_ASEOF +test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1 + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +# Save the log message, to keep $0 and so on meaningful, and to +# report actual input values of CONFIG_FILES etc. instead of their +# values after options handling. +ac_log=" +This file was extended by arp-scan $as_me 1.9.5, which was +generated by GNU Autoconf 2.69. Invocation command line was + + CONFIG_FILES = $CONFIG_FILES + CONFIG_HEADERS = $CONFIG_HEADERS + CONFIG_LINKS = $CONFIG_LINKS + CONFIG_COMMANDS = $CONFIG_COMMANDS + $ $0 $@ + +on `(hostname || uname -n) 2>/dev/null | sed 1q` +" + +_ACEOF + +case $ac_config_files in *" +"*) set x $ac_config_files; shift; ac_config_files=$*;; +esac + +case $ac_config_headers in *" +"*) set x $ac_config_headers; shift; ac_config_headers=$*;; +esac + + +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +# Files that config.status was made for. +config_files="$ac_config_files" +config_headers="$ac_config_headers" +config_commands="$ac_config_commands" + +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +ac_cs_usage="\ +\`$as_me' instantiates files and other configuration actions +from templates according to the current configuration. Unless the files +and actions are specified as TAGs, all are instantiated by default. + +Usage: $0 [OPTION]... [TAG]... + + -h, --help print this help, then exit + -V, --version print version number and configuration settings, then exit + --config print configuration, then exit + -q, --quiet, --silent + do not print progress messages + -d, --debug don't remove temporary files + --recheck update $as_me by reconfiguring in the same conditions + --file=FILE[:TEMPLATE] + instantiate the configuration file FILE + --header=FILE[:TEMPLATE] + instantiate the configuration header FILE + +Configuration files: +$config_files + +Configuration headers: +$config_headers + +Configuration commands: +$config_commands + +Report bugs to ." + +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" +ac_cs_version="\\ +arp-scan config.status 1.9.5 +configured by $0, generated by GNU Autoconf 2.69, + with options \\"\$ac_cs_config\\" + +Copyright (C) 2012 Free Software Foundation, Inc. +This config.status script is free software; the Free Software Foundation +gives unlimited permission to copy, distribute and modify it." + +ac_pwd='$ac_pwd' +srcdir='$srcdir' +INSTALL='$INSTALL' +MKDIR_P='$MKDIR_P' +AWK='$AWK' +test -n "\$AWK" || AWK=awk +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +# The default lists apply if the user does not specify any file. +ac_need_defaults=: +while test $# != 0 +do + case $1 in + --*=?*) + ac_option=`expr "X$1" : 'X\([^=]*\)='` + ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` + ac_shift=: + ;; + --*=) + ac_option=`expr "X$1" : 'X\([^=]*\)='` + ac_optarg= + ac_shift=: + ;; + *) + ac_option=$1 + ac_optarg=$2 + ac_shift=shift + ;; + esac + + case $ac_option in + # Handling of the options. + -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) + ac_cs_recheck=: ;; + --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) + $as_echo "$ac_cs_version"; exit ;; + --config | --confi | --conf | --con | --co | --c ) + $as_echo "$ac_cs_config"; exit ;; + --debug | --debu | --deb | --de | --d | -d ) + debug=: ;; + --file | --fil | --fi | --f ) + $ac_shift + case $ac_optarg in + *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; + '') as_fn_error $? "missing file argument" ;; + esac + as_fn_append CONFIG_FILES " '$ac_optarg'" + ac_need_defaults=false;; + --header | --heade | --head | --hea ) + $ac_shift + case $ac_optarg in + *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; + esac + as_fn_append CONFIG_HEADERS " '$ac_optarg'" + ac_need_defaults=false;; + --he | --h) + # Conflict between --help and --header + as_fn_error $? "ambiguous option: \`$1' +Try \`$0 --help' for more information.";; + --help | --hel | -h ) + $as_echo "$ac_cs_usage"; exit ;; + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ + | -silent | --silent | --silen | --sile | --sil | --si | --s) + ac_cs_silent=: ;; + + # This is an error. + -*) as_fn_error $? "unrecognized option: \`$1' +Try \`$0 --help' for more information." ;; + + *) as_fn_append ac_config_targets " $1" + ac_need_defaults=false ;; + + esac + shift +done + +ac_configure_extra_args= + +if $ac_cs_silent; then + exec 6>/dev/null + ac_configure_extra_args="$ac_configure_extra_args --silent" +fi + +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +if \$ac_cs_recheck; then + set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion + shift + \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 + CONFIG_SHELL='$SHELL' + export CONFIG_SHELL + exec "\$@" +fi + +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +exec 5>>config.log +{ + echo + sed 'h;s/./-/g;s/^.../@%:@@%:@ /;s/...$/ @%:@@%:@/;p;x;p;x' <<_ASBOX +@%:@@%:@ Running $as_me. @%:@@%:@ +_ASBOX + $as_echo "$ac_log" +} >&5 + +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +# +# INIT-COMMANDS +# +AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir" + +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 + +# Handling of arguments. +for ac_config_target in $ac_config_targets +do + case $ac_config_target in + "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;; + "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; + "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; + + *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; + esac +done + + +# If the user did not use the arguments to specify the items to instantiate, +# then the envvar interface is used. Set only those that are not. +# We use the long form for the default assignment because of an extremely +# bizarre bug on SunOS 4.1.3. +if $ac_need_defaults; then + test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files + test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers + test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands +fi + +# Have a temporary directory for convenience. Make it in the build tree +# simply because there is no reason against having it here, and in addition, +# creating and moving files from /tmp can sometimes cause problems. +# Hook for its removal unless debugging. +# Note that there is a small window in which the directory will not be cleaned: +# after its creation but before its name has been assigned to `$tmp'. +$debug || +{ + tmp= ac_tmp= + trap 'exit_status=$? + : "${ac_tmp:=$tmp}" + { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status +' 0 + trap 'as_fn_exit 1' 1 2 13 15 +} +# Create a (secure) tmp directory for tmp files. + +{ + tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && + test -d "$tmp" +} || +{ + tmp=./conf$$-$RANDOM + (umask 077 && mkdir "$tmp") +} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 +ac_tmp=$tmp + +# Set up the scripts for CONFIG_FILES section. +# No need to generate them if there are no CONFIG_FILES. +# This happens for instance with `./config.status config.h'. +if test -n "$CONFIG_FILES"; then + + +ac_cr=`echo X | tr X '\015'` +# On cygwin, bash can eat \r inside `` if the user requested igncr. +# But we know of no other shell where ac_cr would be empty at this +# point, so we can use a bashism as a fallback. +if test "x$ac_cr" = x; then + eval ac_cr=\$\'\\r\' +fi +ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' /dev/null` +if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then + ac_cs_awk_cr='\\r' +else + ac_cs_awk_cr=$ac_cr +fi + +echo 'BEGIN {' >"$ac_tmp/subs1.awk" && +_ACEOF + + +{ + echo "cat >conf$$subs.awk <<_ACEOF" && + echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && + echo "_ACEOF" +} >conf$$subs.sh || + as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 +ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` +ac_delim='%!_!# ' +for ac_last_try in false false false false false :; do + . ./conf$$subs.sh || + as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 + + ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` + if test $ac_delim_n = $ac_delim_num; then + break + elif $ac_last_try; then + as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 + else + ac_delim="$ac_delim!$ac_delim _$ac_delim!! " + fi +done +rm -f conf$$subs.sh + +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK && +_ACEOF +sed -n ' +h +s/^/S["/; s/!.*/"]=/ +p +g +s/^[^!]*!// +:repl +t repl +s/'"$ac_delim"'$// +t delim +:nl +h +s/\(.\{148\}\)..*/\1/ +t more1 +s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ +p +n +b repl +:more1 +s/["\\]/\\&/g; s/^/"/; s/$/"\\/ +p +g +s/.\{148\}// +t nl +:delim +h +s/\(.\{148\}\)..*/\1/ +t more2 +s/["\\]/\\&/g; s/^/"/; s/$/"/ +p +b +:more2 +s/["\\]/\\&/g; s/^/"/; s/$/"\\/ +p +g +s/.\{148\}// +t delim +' >$CONFIG_STATUS || ac_write_fail=1 +rm -f conf$$subs.awk +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +_ACAWK +cat >>"\$ac_tmp/subs1.awk" <<_ACAWK && + for (key in S) S_is_set[key] = 1 + FS = "" + +} +{ + line = $ 0 + nfields = split(line, field, "@") + substed = 0 + len = length(field[1]) + for (i = 2; i < nfields; i++) { + key = field[i] + keylen = length(key) + if (S_is_set[key]) { + value = S[key] + line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) + len += length(value) + length(field[++i]) + substed = 1 + } else + len += 1 + keylen + } + + print line +} + +_ACAWK +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then + sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" +else + cat +fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \ + || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 +_ACEOF + +# VPATH may cause trouble with some makes, so we remove sole $(srcdir), +# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and +# trailing colons and then remove the whole line if VPATH becomes empty +# (actually we leave an empty line to preserve line numbers). +if test "x$srcdir" = x.; then + ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{ +h +s/// +s/^/:/ +s/[ ]*$/:/ +s/:\$(srcdir):/:/g +s/:\${srcdir}:/:/g +s/:@srcdir@:/:/g +s/^:*// +s/:*$// +x +s/\(=[ ]*\).*/\1/ +G +s/\n// +s/^[^=]*=[ ]*$// +}' +fi + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +fi # test -n "$CONFIG_FILES" + +# Set up the scripts for CONFIG_HEADERS section. +# No need to generate them if there are no CONFIG_HEADERS. +# This happens for instance with `./config.status Makefile'. +if test -n "$CONFIG_HEADERS"; then +cat >"$ac_tmp/defines.awk" <<\_ACAWK || +BEGIN { +_ACEOF + +# Transform confdefs.h into an awk script `defines.awk', embedded as +# here-document in config.status, that substitutes the proper values into +# config.h.in to produce config.h. + +# Create a delimiter string that does not exist in confdefs.h, to ease +# handling of long lines. +ac_delim='%!_!# ' +for ac_last_try in false false :; do + ac_tt=`sed -n "/$ac_delim/p" confdefs.h` + if test -z "$ac_tt"; then + break + elif $ac_last_try; then + as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5 + else + ac_delim="$ac_delim!$ac_delim _$ac_delim!! " + fi +done + +# For the awk script, D is an array of macro values keyed by name, +# likewise P contains macro parameters if any. Preserve backslash +# newline sequences. + +ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* +sed -n ' +s/.\{148\}/&'"$ac_delim"'/g +t rset +:rset +s/^[ ]*#[ ]*define[ ][ ]*/ / +t def +d +:def +s/\\$// +t bsnl +s/["\\]/\\&/g +s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ +D["\1"]=" \3"/p +s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p +d +:bsnl +s/["\\]/\\&/g +s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ +D["\1"]=" \3\\\\\\n"\\/p +t cont +s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p +t cont +d +:cont +n +s/.\{148\}/&'"$ac_delim"'/g +t clear +:clear +s/\\$// +t bsnlc +s/["\\]/\\&/g; s/^/"/; s/$/"/p +d +:bsnlc +s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p +b cont +' >$CONFIG_STATUS || ac_write_fail=1 + +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 + for (key in D) D_is_set[key] = 1 + FS = "" +} +/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ { + line = \$ 0 + split(line, arg, " ") + if (arg[1] == "#") { + defundef = arg[2] + mac1 = arg[3] + } else { + defundef = substr(arg[1], 2) + mac1 = arg[2] + } + split(mac1, mac2, "(") #) + macro = mac2[1] + prefix = substr(line, 1, index(line, defundef) - 1) + if (D_is_set[macro]) { + # Preserve the white space surrounding the "#". + print prefix "define", macro P[macro] D[macro] + next + } else { + # Replace #undef with comments. This is necessary, for example, + # in the case of _POSIX_SOURCE, which is predefined and required + # on some systems where configure will not decide to define it. + if (defundef == "undef") { + print "/*", prefix defundef, macro, "*/" + next + } + } +} +{ print } +_ACAWK +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 + as_fn_error $? "could not setup config headers machinery" "$LINENO" 5 +fi # test -n "$CONFIG_HEADERS" + + +eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS" +shift +for ac_tag +do + case $ac_tag in + :[FHLC]) ac_mode=$ac_tag; continue;; + esac + case $ac_mode$ac_tag in + :[FHL]*:*);; + :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;; + :[FH]-) ac_tag=-:-;; + :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; + esac + ac_save_IFS=$IFS + IFS=: + set x $ac_tag + IFS=$ac_save_IFS + shift + ac_file=$1 + shift + + case $ac_mode in + :L) ac_source=$1;; + :[FH]) + ac_file_inputs= + for ac_f + do + case $ac_f in + -) ac_f="$ac_tmp/stdin";; + *) # Look for the file first in the build tree, then in the source tree + # (if the path is not absolute). The absolute path cannot be DOS-style, + # because $ac_f cannot contain `:'. + test -f "$ac_f" || + case $ac_f in + [\\/$]*) false;; + *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; + esac || + as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;; + esac + case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac + as_fn_append ac_file_inputs " '$ac_f'" + done + + # Let's still pretend it is `configure' which instantiates (i.e., don't + # use $as_me), people would be surprised to read: + # /* config.h. Generated by config.status. */ + configure_input='Generated from '` + $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' + `' by configure.' + if test x"$ac_file" != x-; then + configure_input="$ac_file. $configure_input" + { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5 +$as_echo "$as_me: creating $ac_file" >&6;} + fi + # Neutralize special characters interpreted by sed in replacement strings. + case $configure_input in #( + *\&* | *\|* | *\\* ) + ac_sed_conf_input=`$as_echo "$configure_input" | + sed 's/[\\\\&|]/\\\\&/g'`;; #( + *) ac_sed_conf_input=$configure_input;; + esac + + case $ac_tag in + *:-:* | *:-) cat >"$ac_tmp/stdin" \ + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; + esac + ;; + esac + + ac_dir=`$as_dirname -- "$ac_file" || +$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$ac_file" : 'X\(//\)[^/]' \| \ + X"$ac_file" : 'X\(//\)$' \| \ + X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$ac_file" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + as_dir="$ac_dir"; as_fn_mkdir_p + ac_builddir=. + +case "$ac_dir" in +.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; +*) + ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` + # A ".." for each directory in $ac_dir_suffix. + ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` + case $ac_top_builddir_sub in + "") ac_top_builddir_sub=. ac_top_build_prefix= ;; + *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; + esac ;; +esac +ac_abs_top_builddir=$ac_pwd +ac_abs_builddir=$ac_pwd$ac_dir_suffix +# for backward compatibility: +ac_top_builddir=$ac_top_build_prefix + +case $srcdir in + .) # We are building in place. + ac_srcdir=. + ac_top_srcdir=$ac_top_builddir_sub + ac_abs_top_srcdir=$ac_pwd ;; + [\\/]* | ?:[\\/]* ) # Absolute name. + ac_srcdir=$srcdir$ac_dir_suffix; + ac_top_srcdir=$srcdir + ac_abs_top_srcdir=$srcdir ;; + *) # Relative name. + ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix + ac_top_srcdir=$ac_top_build_prefix$srcdir + ac_abs_top_srcdir=$ac_pwd/$srcdir ;; +esac +ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix + + + case $ac_mode in + :F) + # + # CONFIG_FILE + # + + case $INSTALL in + [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; + *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; + esac + ac_MKDIR_P=$MKDIR_P + case $MKDIR_P in + [\\/$]* | ?:[\\/]* ) ;; + */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;; + esac +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +# If the template does not know about datarootdir, expand it. +# FIXME: This hack should be removed a few years after 2.60. +ac_datarootdir_hack=; ac_datarootdir_seen= +ac_sed_dataroot=' +/datarootdir/ { + p + q +} +/@datadir@/p +/@docdir@/p +/@infodir@/p +/@localedir@/p +/@mandir@/p' +case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in +*datarootdir*) ac_datarootdir_seen=yes;; +*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 +$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 + ac_datarootdir_hack=' + s&@datadir@&$datadir&g + s&@docdir@&$docdir&g + s&@infodir@&$infodir&g + s&@localedir@&$localedir&g + s&@mandir@&$mandir&g + s&\\\${datarootdir}&$datarootdir&g' ;; +esac +_ACEOF + +# Neutralize VPATH when `$srcdir' = `.'. +# Shell code in configure.ac might set extrasub. +# FIXME: do we really want to maintain this feature? +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +ac_sed_extra="$ac_vpsub +$extrasub +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +:t +/@[a-zA-Z_][a-zA-Z_0-9]*@/!b +s|@configure_input@|$ac_sed_conf_input|;t t +s&@top_builddir@&$ac_top_builddir_sub&;t t +s&@top_build_prefix@&$ac_top_build_prefix&;t t +s&@srcdir@&$ac_srcdir&;t t +s&@abs_srcdir@&$ac_abs_srcdir&;t t +s&@top_srcdir@&$ac_top_srcdir&;t t +s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t +s&@builddir@&$ac_builddir&;t t +s&@abs_builddir@&$ac_abs_builddir&;t t +s&@abs_top_builddir@&$ac_abs_top_builddir&;t t +s&@INSTALL@&$ac_INSTALL&;t t +s&@MKDIR_P@&$ac_MKDIR_P&;t t +$ac_datarootdir_hack +" +eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \ + >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5 + +test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && + { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && + { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ + "$ac_tmp/out"`; test -z "$ac_out"; } && + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' +which seems to be undefined. Please make sure it is defined" >&5 +$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' +which seems to be undefined. Please make sure it is defined" >&2;} + + rm -f "$ac_tmp/stdin" + case $ac_file in + -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";; + *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";; + esac \ + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 + ;; + :H) + # + # CONFIG_HEADER + # + if test x"$ac_file" != x-; then + { + $as_echo "/* $configure_input */" \ + && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" + } >"$ac_tmp/config.h" \ + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 + if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then + { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 +$as_echo "$as_me: $ac_file is unchanged" >&6;} + else + rm -f "$ac_file" + mv "$ac_tmp/config.h" "$ac_file" \ + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 + fi + else + $as_echo "/* $configure_input */" \ + && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \ + || as_fn_error $? "could not create -" "$LINENO" 5 + fi +# Compute "$ac_file"'s index in $config_headers. +_am_arg="$ac_file" +_am_stamp_count=1 +for _am_header in $config_headers :; do + case $_am_header in + $_am_arg | $_am_arg:* ) + break ;; + * ) + _am_stamp_count=`expr $_am_stamp_count + 1` ;; + esac +done +echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" || +$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$_am_arg" : 'X\(//\)[^/]' \| \ + X"$_am_arg" : 'X\(//\)$' \| \ + X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$_am_arg" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'`/stamp-h$_am_stamp_count + ;; + + :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5 +$as_echo "$as_me: executing $ac_file commands" >&6;} + ;; + esac + + + case $ac_file$ac_mode in + "depfiles":C) test x"$AMDEP_TRUE" != x"" || { + # Older Autoconf quotes --file arguments for eval, but not when files + # are listed without --file. Let's play safe and only enable the eval + # if we detect the quoting. + case $CONFIG_FILES in + *\'*) eval set x "$CONFIG_FILES" ;; + *) set x $CONFIG_FILES ;; + esac + shift + for mf + do + # Strip MF so we end up with the name of the file. + mf=`echo "$mf" | sed -e 's/:.*$//'` + # Check whether this is an Automake generated Makefile or not. + # We used to match only the files named 'Makefile.in', but + # some people rename them; so instead we look at the file content. + # Grep'ing the first line is not enough: some people post-process + # each Makefile.in and add a new line on top of each file to say so. + # Grep'ing the whole file is not good either: AIX grep has a line + # limit of 2048, but all sed's we know have understand at least 4000. + if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then + dirpart=`$as_dirname -- "$mf" || +$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$mf" : 'X\(//\)[^/]' \| \ + X"$mf" : 'X\(//\)$' \| \ + X"$mf" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$mf" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + else + continue + fi + # Extract the definition of DEPDIR, am__include, and am__quote + # from the Makefile without running 'make'. + DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` + test -z "$DEPDIR" && continue + am__include=`sed -n 's/^am__include = //p' < "$mf"` + test -z "$am__include" && continue + am__quote=`sed -n 's/^am__quote = //p' < "$mf"` + # Find all dependency output files, they are included files with + # $(DEPDIR) in their names. We invoke sed twice because it is the + # simplest approach to changing $(DEPDIR) to its actual value in the + # expansion. + for file in `sed -n " + s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ + sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do + # Make sure the directory exists. + test -f "$dirpart/$file" && continue + fdir=`$as_dirname -- "$file" || +$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$file" : 'X\(//\)[^/]' \| \ + X"$file" : 'X\(//\)$' \| \ + X"$file" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$file" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + as_dir=$dirpart/$fdir; as_fn_mkdir_p + # echo "creating $dirpart/$file" + echo '# dummy' > "$dirpart/$file" + done + done +} + ;; + + esac +done # for ac_tag + + +as_fn_exit 0 +_ACEOF +ac_clean_files=$ac_clean_files_save + +test $ac_write_fail = 0 || + as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5 + + +# configure is writing to config.log, and then calls config.status. +# config.status does its own redirection, appending to config.log. +# Unfortunately, on DOS this fails, as config.log is still kept open +# by configure, so config.status won't be able to write to it; its +# output is simply discarded. So we exec the FD to /dev/null, +# effectively closing config.log, so it can be properly (re)opened and +# appended to by config.status. When coming back to configure, we +# need to make the FD available again. +if test "$no_create" != yes; then + ac_cs_success=: + ac_config_status_args= + test "$silent" = yes && + ac_config_status_args="$ac_config_status_args --quiet" + exec 5>/dev/null + $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false + exec 5>>config.log + # Use ||, not &&, to avoid exiting from the if with $? = 1, which + # would make configure fail if this is the last instruction. + $ac_cs_success || as_fn_exit 1 +fi +if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 +$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} +fi + diff -Nru arp-scan-1.9/autom4te.cache/requests arp-scan-2.0/autom4te.cache/requests --- arp-scan-1.9/autom4te.cache/requests 1970-01-01 05:30:00.000000000 +0530 +++ arp-scan-2.0/autom4te.cache/requests 2017-09-21 19:25:35.000000000 +0530 @@ -0,0 +1,165 @@ +# This file was generated by Autom4te Tue Apr 26 21:55:28 UTC 2016. +# It contains the lists of macros which have been traced. +# It can be safely removed. + +@request = ( + bless( [ + '0', + 1, + [ + '/usr/share/autoconf' + ], + [ + '/usr/share/autoconf/autoconf/autoconf.m4f', + '-', + '/usr/share/aclocal-1.15/internal/ac-config-macro-dirs.m4', + '/usr/share/aclocal-1.15/amversion.m4', + '/usr/share/aclocal-1.15/auxdir.m4', + '/usr/share/aclocal-1.15/cond.m4', + '/usr/share/aclocal-1.15/depend.m4', + '/usr/share/aclocal-1.15/depout.m4', + '/usr/share/aclocal-1.15/init.m4', + '/usr/share/aclocal-1.15/install-sh.m4', + '/usr/share/aclocal-1.15/lead-dot.m4', + '/usr/share/aclocal-1.15/make.m4', + '/usr/share/aclocal-1.15/missing.m4', + '/usr/share/aclocal-1.15/options.m4', + '/usr/share/aclocal-1.15/prog-cc-c-o.m4', + '/usr/share/aclocal-1.15/runlog.m4', + '/usr/share/aclocal-1.15/sanity.m4', + '/usr/share/aclocal-1.15/silent.m4', + '/usr/share/aclocal-1.15/strip.m4', + '/usr/share/aclocal-1.15/substnot.m4', + '/usr/share/aclocal-1.15/tar.m4', + 'acinclude.m4', + 'configure.ac' + ], + { + 'AM_SUBST_NOTMAKE' => 1, + 'PGAC_TYPE_64BIT_INT' => 1, + 'AC_NTA_NET_SIZE_T' => 1, + 'GCC_STACK_PROTECT_CXX' => 1, + 'include' => 1, + 'm4_pattern_allow' => 1, + 'm4_include' => 1, + '_AM_MANGLE_OPTION' => 1, + 'AM_PROG_INSTALL_SH' => 1, + 'm4_pattern_forbid' => 1, + 'AC_DEFUN' => 1, + 'AM_MAKE_INCLUDE' => 1, + 'AC_NTA_CHECK_TYPE' => 1, + '_AC_AM_CONFIG_HEADER_HOOK' => 1, + '_AM_PROG_TAR' => 1, + 'AM_SANITY_CHECK' => 1, + '_AM_CONFIG_MACRO_DIRS' => 1, + '_AM_SET_OPTION' => 1, + 'AM_AUX_DIR_EXPAND' => 1, + 'AM_SET_LEADING_DOT' => 1, + '_AM_IF_OPTION' => 1, + 'AM_INIT_AUTOMAKE' => 1, + '_AM_OUTPUT_DEPENDENCY_COMMANDS' => 1, + 'AM_MISSING_HAS_RUN' => 1, + '_AM_SUBST_NOTMAKE' => 1, + 'AC_DEFUN_ONCE' => 1, + 'GCC_WEXTRA' => 1, + 'AM_PROG_CC_C_O' => 1, + 'AM_PROG_INSTALL_STRIP' => 1, + 'AC_CONFIG_MACRO_DIR_TRACE' => 1, + 'AM_SET_CURRENT_AUTOMAKE_VERSION' => 1, + 'AM_SILENT_RULES' => 1, + '_AM_PROG_CC_C_O' => 1, + 'AM_SET_DEPDIR' => 1, + 'AU_DEFUN' => 1, + 'GCC_STACK_PROTECT_CC' => 1, + 'AM_AUTOMAKE_VERSION' => 1, + 'AC_CONFIG_MACRO_DIR' => 1, + '_AM_DEPENDENCIES' => 1, + 'AM_RUN_LOG' => 1, + 'AM_DEP_TRACK' => 1, + 'GCC_FORMAT_SECURITY' => 1, + '_AM_AUTOCONF_VERSION' => 1, + 'AM_MISSING_PROG' => 1, + 'PGAC_FUNC_SNPRINTF_LONG_LONG_INT_FORMAT' => 1, + '_m4_warn' => 1, + 'AM_OUTPUT_DEPENDENCY_COMMANDS' => 1, + '_AM_SET_OPTIONS' => 1, + 'AM_CONDITIONAL' => 1, + 'GCC_FORTIFY_SOURCE' => 1 + } + ], 'Autom4te::Request' ), + bless( [ + '1', + 1, + [ + '/usr/share/autoconf' + ], + [ + '/usr/share/autoconf/autoconf/autoconf.m4f', + 'aclocal.m4', + 'configure.ac' + ], + { + 'AM_INIT_AUTOMAKE' => 1, + '_LT_AC_TAGCONFIG' => 1, + 'AM_PROG_FC_C_O' => 1, + '_AM_COND_ELSE' => 1, + 'AM_GNU_GETTEXT_INTL_SUBDIR' => 1, + 'AM_PROG_F77_C_O' => 1, + 'AM_GNU_GETTEXT' => 1, + 'AM_PROG_MKDIR_P' => 1, + 'AC_LIBSOURCE' => 1, + 'AM_PROG_MOC' => 1, + 'AM_XGETTEXT_OPTION' => 1, + 'AC_DEFINE_TRACE_LITERAL' => 1, + 'AM_PROG_AR' => 1, + '_AM_COND_ENDIF' => 1, + 'AC_SUBST' => 1, + '_AM_COND_IF' => 1, + 'm4_pattern_forbid' => 1, + 'AM_MAINTAINER_MODE' => 1, + 'AC_REQUIRE_AUX_FILE' => 1, + 'AC_CANONICAL_BUILD' => 1, + 'AC_CONFIG_LIBOBJ_DIR' => 1, + 'AH_OUTPUT' => 1, + '_AM_MAKEFILE_INCLUDE' => 1, + 'm4_pattern_allow' => 1, + 'm4_include' => 1, + 'AM_PROG_LIBTOOL' => 1, + 'LT_CONFIG_LTDL_DIR' => 1, + 'include' => 1, + 'AC_CANONICAL_TARGET' => 1, + '_m4_warn' => 1, + 'm4_sinclude' => 1, + 'AM_PATH_GUILE' => 1, + 'AC_FC_SRCEXT' => 1, + 'AM_CONDITIONAL' => 1, + 'AC_PROG_LIBTOOL' => 1, + 'AC_CANONICAL_SYSTEM' => 1, + 'AC_CONFIG_FILES' => 1, + 'AC_CONFIG_HEADERS' => 1, + 'AM_POT_TOOLS' => 1, + 'AM_MAKEFILE_INCLUDE' => 1, + 'AC_CONFIG_LINKS' => 1, + 'sinclude' => 1, + 'AC_CONFIG_AUX_DIR' => 1, + 'AC_FC_FREEFORM' => 1, + 'AM_PROG_CC_C_O' => 1, + 'AC_SUBST_TRACE' => 1, + 'AM_SILENT_RULES' => 1, + 'AM_ENABLE_MULTILIB' => 1, + 'AC_INIT' => 1, + 'AC_CONFIG_SUBDIRS' => 1, + 'AM_AUTOMAKE_VERSION' => 1, + 'AC_FC_PP_SRCEXT' => 1, + 'AM_EXTRA_RECURSIVE_TARGETS' => 1, + 'AM_PROG_CXX_C_O' => 1, + 'LT_INIT' => 1, + 'AC_FC_PP_DEFINE' => 1, + 'AM_NLS' => 1, + 'LT_SUPPORTED_TAG' => 1, + 'AC_CANONICAL_HOST' => 1, + '_AM_SUBST_NOTMAKE' => 1 + } + ], 'Autom4te::Request' ) + ); + diff -Nru arp-scan-1.9/autom4te.cache/traces.0 arp-scan-2.0/autom4te.cache/traces.0 --- arp-scan-1.9/autom4te.cache/traces.0 1970-01-01 05:30:00.000000000 +0530 +++ arp-scan-2.0/autom4te.cache/traces.0 2017-09-21 19:25:16.000000000 +0530 @@ -0,0 +1,1296 @@ +m4trace:/usr/share/aclocal-1.15/amversion.m4:14: -1- AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version='1.15' +dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to +dnl require some minimum version. Point them to the right macro. +m4_if([$1], [1.15], [], + [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl +]) +m4trace:/usr/share/aclocal-1.15/amversion.m4:33: -1- AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.15])dnl +m4_ifndef([AC_AUTOCONF_VERSION], + [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl +_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) +m4trace:/usr/share/aclocal-1.15/auxdir.m4:47: -1- AC_DEFUN([AM_AUX_DIR_EXPAND], [AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl +# Expand $ac_aux_dir to an absolute path. +am_aux_dir=`cd "$ac_aux_dir" && pwd` +]) +m4trace:/usr/share/aclocal-1.15/cond.m4:12: -1- AC_DEFUN([AM_CONDITIONAL], [AC_PREREQ([2.52])dnl + m4_if([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])], + [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl +AC_SUBST([$1_TRUE])dnl +AC_SUBST([$1_FALSE])dnl +_AM_SUBST_NOTMAKE([$1_TRUE])dnl +_AM_SUBST_NOTMAKE([$1_FALSE])dnl +m4_define([_AM_COND_VALUE_$1], [$2])dnl +if $2; then + $1_TRUE= + $1_FALSE='#' +else + $1_TRUE='#' + $1_FALSE= +fi +AC_CONFIG_COMMANDS_PRE( +[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then + AC_MSG_ERROR([[conditional "$1" was never defined. +Usually this means the macro was only invoked conditionally.]]) +fi])]) +m4trace:/usr/share/aclocal-1.15/depend.m4:26: -1- AC_DEFUN([_AM_DEPENDENCIES], [AC_REQUIRE([AM_SET_DEPDIR])dnl +AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl +AC_REQUIRE([AM_MAKE_INCLUDE])dnl +AC_REQUIRE([AM_DEP_TRACK])dnl + +m4_if([$1], [CC], [depcc="$CC" am_compiler_list=], + [$1], [CXX], [depcc="$CXX" am_compiler_list=], + [$1], [OBJC], [depcc="$OBJC" am_compiler_list='gcc3 gcc'], + [$1], [OBJCXX], [depcc="$OBJCXX" am_compiler_list='gcc3 gcc'], + [$1], [UPC], [depcc="$UPC" am_compiler_list=], + [$1], [GCJ], [depcc="$GCJ" am_compiler_list='gcc3 gcc'], + [depcc="$$1" am_compiler_list=]) + +AC_CACHE_CHECK([dependency style of $depcc], + [am_cv_$1_dependencies_compiler_type], +[if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then + # We make a subdir and do the tests there. Otherwise we can end up + # making bogus files that we don't know about and never remove. For + # instance it was reported that on HP-UX the gcc test will end up + # making a dummy file named 'D' -- because '-MD' means "put the output + # in D". + rm -rf conftest.dir + mkdir conftest.dir + # Copy depcomp to subdir because otherwise we won't find it if we're + # using a relative directory. + cp "$am_depcomp" conftest.dir + cd conftest.dir + # We will build objects and dependencies in a subdirectory because + # it helps to detect inapplicable dependency modes. For instance + # both Tru64's cc and ICC support -MD to output dependencies as a + # side effect of compilation, but ICC will put the dependencies in + # the current directory while Tru64 will put them in the object + # directory. + mkdir sub + + am_cv_$1_dependencies_compiler_type=none + if test "$am_compiler_list" = ""; then + am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp` + fi + am__universal=false + m4_case([$1], [CC], + [case " $depcc " in #( + *\ -arch\ *\ -arch\ *) am__universal=true ;; + esac], + [CXX], + [case " $depcc " in #( + *\ -arch\ *\ -arch\ *) am__universal=true ;; + esac]) + + for depmode in $am_compiler_list; do + # Setup a source with many dependencies, because some compilers + # like to wrap large dependency lists on column 80 (with \), and + # we should not choose a depcomp mode which is confused by this. + # + # We need to recreate these files for each test, as the compiler may + # overwrite some of them when testing with obscure command lines. + # This happens at least with the AIX C compiler. + : > sub/conftest.c + for i in 1 2 3 4 5 6; do + echo '#include "conftst'$i'.h"' >> sub/conftest.c + # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with + # Solaris 10 /bin/sh. + echo '/* dummy */' > sub/conftst$i.h + done + echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf + + # We check with '-c' and '-o' for the sake of the "dashmstdout" + # mode. It turns out that the SunPro C++ compiler does not properly + # handle '-M -o', and we need to detect this. Also, some Intel + # versions had trouble with output in subdirs. + am__obj=sub/conftest.${OBJEXT-o} + am__minus_obj="-o $am__obj" + case $depmode in + gcc) + # This depmode causes a compiler race in universal mode. + test "$am__universal" = false || continue + ;; + nosideeffect) + # After this tag, mechanisms are not by side-effect, so they'll + # only be used when explicitly requested. + if test "x$enable_dependency_tracking" = xyes; then + continue + else + break + fi + ;; + msvc7 | msvc7msys | msvisualcpp | msvcmsys) + # This compiler won't grok '-c -o', but also, the minuso test has + # not run yet. These depmodes are late enough in the game, and + # so weak that their functioning should not be impacted. + am__obj=conftest.${OBJEXT-o} + am__minus_obj= + ;; + none) break ;; + esac + if depmode=$depmode \ + source=sub/conftest.c object=$am__obj \ + depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ + $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ + >/dev/null 2>conftest.err && + grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && + grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && + grep $am__obj sub/conftest.Po > /dev/null 2>&1 && + ${MAKE-make} -s -f confmf > /dev/null 2>&1; then + # icc doesn't choke on unknown options, it will just issue warnings + # or remarks (even with -Werror). So we grep stderr for any message + # that says an option was ignored or not supported. + # When given -MP, icc 7.0 and 7.1 complain thusly: + # icc: Command line warning: ignoring option '-M'; no argument required + # The diagnosis changed in icc 8.0: + # icc: Command line remark: option '-MP' not supported + if (grep 'ignoring option' conftest.err || + grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else + am_cv_$1_dependencies_compiler_type=$depmode + break + fi + fi + done + + cd .. + rm -rf conftest.dir +else + am_cv_$1_dependencies_compiler_type=none +fi +]) +AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type]) +AM_CONDITIONAL([am__fastdep$1], [ + test "x$enable_dependency_tracking" != xno \ + && test "$am_cv_$1_dependencies_compiler_type" = gcc3]) +]) +m4trace:/usr/share/aclocal-1.15/depend.m4:163: -1- AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl +AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl +]) +m4trace:/usr/share/aclocal-1.15/depend.m4:171: -1- AC_DEFUN([AM_DEP_TRACK], [AC_ARG_ENABLE([dependency-tracking], [dnl +AS_HELP_STRING( + [--enable-dependency-tracking], + [do not reject slow dependency extractors]) +AS_HELP_STRING( + [--disable-dependency-tracking], + [speeds up one-time build])]) +if test "x$enable_dependency_tracking" != xno; then + am_depcomp="$ac_aux_dir/depcomp" + AMDEPBACKSLASH='\' + am__nodep='_no' +fi +AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) +AC_SUBST([AMDEPBACKSLASH])dnl +_AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl +AC_SUBST([am__nodep])dnl +_AM_SUBST_NOTMAKE([am__nodep])dnl +]) +m4trace:/usr/share/aclocal-1.15/depout.m4:12: -1- AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [{ + # Older Autoconf quotes --file arguments for eval, but not when files + # are listed without --file. Let's play safe and only enable the eval + # if we detect the quoting. + case $CONFIG_FILES in + *\'*) eval set x "$CONFIG_FILES" ;; + *) set x $CONFIG_FILES ;; + esac + shift + for mf + do + # Strip MF so we end up with the name of the file. + mf=`echo "$mf" | sed -e 's/:.*$//'` + # Check whether this is an Automake generated Makefile or not. + # We used to match only the files named 'Makefile.in', but + # some people rename them; so instead we look at the file content. + # Grep'ing the first line is not enough: some people post-process + # each Makefile.in and add a new line on top of each file to say so. + # Grep'ing the whole file is not good either: AIX grep has a line + # limit of 2048, but all sed's we know have understand at least 4000. + if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then + dirpart=`AS_DIRNAME("$mf")` + else + continue + fi + # Extract the definition of DEPDIR, am__include, and am__quote + # from the Makefile without running 'make'. + DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` + test -z "$DEPDIR" && continue + am__include=`sed -n 's/^am__include = //p' < "$mf"` + test -z "$am__include" && continue + am__quote=`sed -n 's/^am__quote = //p' < "$mf"` + # Find all dependency output files, they are included files with + # $(DEPDIR) in their names. We invoke sed twice because it is the + # simplest approach to changing $(DEPDIR) to its actual value in the + # expansion. + for file in `sed -n " + s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ + sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do + # Make sure the directory exists. + test -f "$dirpart/$file" && continue + fdir=`AS_DIRNAME(["$file"])` + AS_MKDIR_P([$dirpart/$fdir]) + # echo "creating $dirpart/$file" + echo '# dummy' > "$dirpart/$file" + done + done +} +]) +m4trace:/usr/share/aclocal-1.15/depout.m4:71: -1- AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles], + [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS], + [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"]) +]) +m4trace:/usr/share/aclocal-1.15/init.m4:29: -1- AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.65])dnl +dnl Autoconf wants to disallow AM_ names. We explicitly allow +dnl the ones we care about. +m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl +AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl +AC_REQUIRE([AC_PROG_INSTALL])dnl +if test "`cd $srcdir && pwd`" != "`pwd`"; then + # Use -I$(srcdir) only when $(srcdir) != ., so that make's output + # is not polluted with repeated "-I." + AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl + # test to see if srcdir already configured + if test -f $srcdir/config.status; then + AC_MSG_ERROR([source directory already configured; run "make distclean" there first]) + fi +fi + +# test whether we have cygpath +if test -z "$CYGPATH_W"; then + if (cygpath --version) >/dev/null 2>/dev/null; then + CYGPATH_W='cygpath -w' + else + CYGPATH_W=echo + fi +fi +AC_SUBST([CYGPATH_W]) + +# Define the identity of the package. +dnl Distinguish between old-style and new-style calls. +m4_ifval([$2], +[AC_DIAGNOSE([obsolete], + [$0: two- and three-arguments forms are deprecated.]) +m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl + AC_SUBST([PACKAGE], [$1])dnl + AC_SUBST([VERSION], [$2])], +[_AM_SET_OPTIONS([$1])dnl +dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT. +m4_if( + m4_ifdef([AC_PACKAGE_NAME], [ok]):m4_ifdef([AC_PACKAGE_VERSION], [ok]), + [ok:ok],, + [m4_fatal([AC_INIT should be called with package and version arguments])])dnl + AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl + AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl + +_AM_IF_OPTION([no-define],, +[AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package]) + AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package])])dnl + +# Some tools Automake needs. +AC_REQUIRE([AM_SANITY_CHECK])dnl +AC_REQUIRE([AC_ARG_PROGRAM])dnl +AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}]) +AM_MISSING_PROG([AUTOCONF], [autoconf]) +AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}]) +AM_MISSING_PROG([AUTOHEADER], [autoheader]) +AM_MISSING_PROG([MAKEINFO], [makeinfo]) +AC_REQUIRE([AM_PROG_INSTALL_SH])dnl +AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl +AC_REQUIRE([AC_PROG_MKDIR_P])dnl +# For better backward compatibility. To be removed once Automake 1.9.x +# dies out for good. For more background, see: +# +# +AC_SUBST([mkdir_p], ['$(MKDIR_P)']) +# We need awk for the "check" target (and possibly the TAP driver). The +# system "awk" is bad on some platforms. +AC_REQUIRE([AC_PROG_AWK])dnl +AC_REQUIRE([AC_PROG_MAKE_SET])dnl +AC_REQUIRE([AM_SET_LEADING_DOT])dnl +_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], + [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], + [_AM_PROG_TAR([v7])])]) +_AM_IF_OPTION([no-dependencies],, +[AC_PROVIDE_IFELSE([AC_PROG_CC], + [_AM_DEPENDENCIES([CC])], + [m4_define([AC_PROG_CC], + m4_defn([AC_PROG_CC])[_AM_DEPENDENCIES([CC])])])dnl +AC_PROVIDE_IFELSE([AC_PROG_CXX], + [_AM_DEPENDENCIES([CXX])], + [m4_define([AC_PROG_CXX], + m4_defn([AC_PROG_CXX])[_AM_DEPENDENCIES([CXX])])])dnl +AC_PROVIDE_IFELSE([AC_PROG_OBJC], + [_AM_DEPENDENCIES([OBJC])], + [m4_define([AC_PROG_OBJC], + m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl +AC_PROVIDE_IFELSE([AC_PROG_OBJCXX], + [_AM_DEPENDENCIES([OBJCXX])], + [m4_define([AC_PROG_OBJCXX], + m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl +]) +AC_REQUIRE([AM_SILENT_RULES])dnl +dnl The testsuite driver may need to know about EXEEXT, so add the +dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This +dnl macro is hooked onto _AC_COMPILER_EXEEXT early, see below. +AC_CONFIG_COMMANDS_PRE(dnl +[m4_provide_if([_AM_COMPILER_EXEEXT], + [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl + +# POSIX will say in a future version that running "rm -f" with no argument +# is OK; and we want to be able to make that assumption in our Makefile +# recipes. So use an aggressive probe to check that the usage we want is +# actually supported "in the wild" to an acceptable degree. +# See automake bug#10828. +# To make any issue more visible, cause the running configure to be aborted +# by default if the 'rm' program in use doesn't match our expectations; the +# user can still override this though. +if rm -f && rm -fr && rm -rf; then : OK; else + cat >&2 <<'END' +Oops! + +Your 'rm' program seems unable to run without file operands specified +on the command line, even when the '-f' option is present. This is contrary +to the behaviour of most rm programs out there, and not conforming with +the upcoming POSIX standard: + +Please tell bug-automake@gnu.org about your system, including the value +of your $PATH and any error possibly output before this message. This +can help us improve future automake versions. + +END + if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then + echo 'Configuration will proceed anyway, since you have set the' >&2 + echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2 + echo >&2 + else + cat >&2 <<'END' +Aborting the configuration process, to ensure you take notice of the issue. + +You can download and install GNU coreutils to get an 'rm' implementation +that behaves properly: . + +If you want to complete the configuration process using your problematic +'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM +to "yes", and re-run configure. + +END + AC_MSG_ERROR([Your 'rm' program is bad, sorry.]) + fi +fi +dnl The trailing newline in this macro's definition is deliberate, for +dnl backward compatibility and to allow trailing 'dnl'-style comments +dnl after the AM_INIT_AUTOMAKE invocation. See automake bug#16841. +]) +m4trace:/usr/share/aclocal-1.15/init.m4:186: -1- AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], [# Compute $1's index in $config_headers. +_am_arg=$1 +_am_stamp_count=1 +for _am_header in $config_headers :; do + case $_am_header in + $_am_arg | $_am_arg:* ) + break ;; + * ) + _am_stamp_count=`expr $_am_stamp_count + 1` ;; + esac +done +echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) +m4trace:/usr/share/aclocal-1.15/install-sh.m4:11: -1- AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl +if test x"${install_sh+set}" != xset; then + case $am_aux_dir in + *\ * | *\ *) + install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; + *) + install_sh="\${SHELL} $am_aux_dir/install-sh" + esac +fi +AC_SUBST([install_sh])]) +m4trace:/usr/share/aclocal-1.15/lead-dot.m4:10: -1- AC_DEFUN([AM_SET_LEADING_DOT], [rm -rf .tst 2>/dev/null +mkdir .tst 2>/dev/null +if test -d .tst; then + am__leading_dot=. +else + am__leading_dot=_ +fi +rmdir .tst 2>/dev/null +AC_SUBST([am__leading_dot])]) +m4trace:/usr/share/aclocal-1.15/make.m4:12: -1- AC_DEFUN([AM_MAKE_INCLUDE], [am_make=${MAKE-make} +cat > confinc << 'END' +am__doit: + @echo this is the am__doit target +.PHONY: am__doit +END +# If we don't find an include directive, just comment out the code. +AC_MSG_CHECKING([for style of include used by $am_make]) +am__include="#" +am__quote= +_am_result=none +# First try GNU make style include. +echo "include confinc" > confmf +# Ignore all kinds of additional output from 'make'. +case `$am_make -s -f confmf 2> /dev/null` in #( +*the\ am__doit\ target*) + am__include=include + am__quote= + _am_result=GNU + ;; +esac +# Now try BSD make style include. +if test "$am__include" = "#"; then + echo '.include "confinc"' > confmf + case `$am_make -s -f confmf 2> /dev/null` in #( + *the\ am__doit\ target*) + am__include=.include + am__quote="\"" + _am_result=BSD + ;; + esac +fi +AC_SUBST([am__include]) +AC_SUBST([am__quote]) +AC_MSG_RESULT([$_am_result]) +rm -f confinc confmf +]) +m4trace:/usr/share/aclocal-1.15/missing.m4:11: -1- AC_DEFUN([AM_MISSING_PROG], [AC_REQUIRE([AM_MISSING_HAS_RUN]) +$1=${$1-"${am_missing_run}$2"} +AC_SUBST($1)]) +m4trace:/usr/share/aclocal-1.15/missing.m4:20: -1- AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl +AC_REQUIRE_AUX_FILE([missing])dnl +if test x"${MISSING+set}" != xset; then + case $am_aux_dir in + *\ * | *\ *) + MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;; + *) + MISSING="\${SHELL} $am_aux_dir/missing" ;; + esac +fi +# Use eval to expand $SHELL +if eval "$MISSING --is-lightweight"; then + am_missing_run="$MISSING " +else + am_missing_run= + AC_MSG_WARN(['missing' script is too old or missing]) +fi +]) +m4trace:/usr/share/aclocal-1.15/options.m4:11: -1- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])]) +m4trace:/usr/share/aclocal-1.15/options.m4:17: -1- AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), [1])]) +m4trace:/usr/share/aclocal-1.15/options.m4:23: -1- AC_DEFUN([_AM_SET_OPTIONS], [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])]) +m4trace:/usr/share/aclocal-1.15/options.m4:29: -1- AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) +m4trace:/usr/share/aclocal-1.15/prog-cc-c-o.m4:12: -1- AC_DEFUN([_AM_PROG_CC_C_O], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl +AC_REQUIRE_AUX_FILE([compile])dnl +AC_LANG_PUSH([C])dnl +AC_CACHE_CHECK( + [whether $CC understands -c and -o together], + [am_cv_prog_cc_c_o], + [AC_LANG_CONFTEST([AC_LANG_PROGRAM([])]) + # Make sure it works both with $CC and with simple cc. + # Following AC_PROG_CC_C_O, we do the test twice because some + # compilers refuse to overwrite an existing .o file with -o, + # though they will create one. + am_cv_prog_cc_c_o=yes + for am_i in 1 2; do + if AM_RUN_LOG([$CC -c conftest.$ac_ext -o conftest2.$ac_objext]) \ + && test -f conftest2.$ac_objext; then + : OK + else + am_cv_prog_cc_c_o=no + break + fi + done + rm -f core conftest* + unset am_i]) +if test "$am_cv_prog_cc_c_o" != yes; then + # Losing compiler, so override with the script. + # FIXME: It is wrong to rewrite CC. + # But if we don't then we get into trouble of one sort or another. + # A longer-term fix would be to have automake use am__CC in this case, + # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" + CC="$am_aux_dir/compile $CC" +fi +AC_LANG_POP([C])]) +m4trace:/usr/share/aclocal-1.15/prog-cc-c-o.m4:47: -1- AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])]) +m4trace:/usr/share/aclocal-1.15/runlog.m4:12: -1- AC_DEFUN([AM_RUN_LOG], [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD + ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD + (exit $ac_status); }]) +m4trace:/usr/share/aclocal-1.15/sanity.m4:11: -1- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane]) +# Reject unsafe characters in $srcdir or the absolute working directory +# name. Accept space and tab only in the latter. +am_lf=' +' +case `pwd` in + *[[\\\"\#\$\&\'\`$am_lf]]*) + AC_MSG_ERROR([unsafe absolute working directory name]);; +esac +case $srcdir in + *[[\\\"\#\$\&\'\`$am_lf\ \ ]]*) + AC_MSG_ERROR([unsafe srcdir value: '$srcdir']);; +esac + +# Do 'set' in a subshell so we don't clobber the current shell's +# arguments. Must try -L first in case configure is actually a +# symlink; some systems play weird games with the mod time of symlinks +# (eg FreeBSD returns the mod time of the symlink's containing +# directory). +if ( + am_has_slept=no + for am_try in 1 2; do + echo "timestamp, slept: $am_has_slept" > conftest.file + set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` + if test "$[*]" = "X"; then + # -L didn't work. + set X `ls -t "$srcdir/configure" conftest.file` + fi + if test "$[*]" != "X $srcdir/configure conftest.file" \ + && test "$[*]" != "X conftest.file $srcdir/configure"; then + + # If neither matched, then we have a broken ls. This can happen + # if, for instance, CONFIG_SHELL is bash and it inherits a + # broken ls alias from the environment. This has actually + # happened. Such a system could not be considered "sane". + AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken + alias in your environment]) + fi + if test "$[2]" = conftest.file || test $am_try -eq 2; then + break + fi + # Just in case. + sleep 1 + am_has_slept=yes + done + test "$[2]" = conftest.file + ) +then + # Ok. + : +else + AC_MSG_ERROR([newly created file is older than distributed files! +Check your system clock]) +fi +AC_MSG_RESULT([yes]) +# If we didn't sleep, we still need to ensure time stamps of config.status and +# generated files are strictly newer. +am_sleep_pid= +if grep 'slept: no' conftest.file >/dev/null 2>&1; then + ( sleep 1 ) & + am_sleep_pid=$! +fi +AC_CONFIG_COMMANDS_PRE( + [AC_MSG_CHECKING([that generated files are newer than configure]) + if test -n "$am_sleep_pid"; then + # Hide warnings about reused PIDs. + wait $am_sleep_pid 2>/dev/null + fi + AC_MSG_RESULT([done])]) +rm -f conftest.file +]) +m4trace:/usr/share/aclocal-1.15/silent.m4:12: -1- AC_DEFUN([AM_SILENT_RULES], [AC_ARG_ENABLE([silent-rules], [dnl +AS_HELP_STRING( + [--enable-silent-rules], + [less verbose build output (undo: "make V=1")]) +AS_HELP_STRING( + [--disable-silent-rules], + [verbose build output (undo: "make V=0")])dnl +]) +case $enable_silent_rules in @%:@ ((( + yes) AM_DEFAULT_VERBOSITY=0;; + no) AM_DEFAULT_VERBOSITY=1;; + *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);; +esac +dnl +dnl A few 'make' implementations (e.g., NonStop OS and NextStep) +dnl do not support nested variable expansions. +dnl See automake bug#9928 and bug#10237. +am_make=${MAKE-make} +AC_CACHE_CHECK([whether $am_make supports nested variables], + [am_cv_make_support_nested_variables], + [if AS_ECHO([['TRUE=$(BAR$(V)) +BAR0=false +BAR1=true +V=1 +am__doit: + @$(TRUE) +.PHONY: am__doit']]) | $am_make -f - >/dev/null 2>&1; then + am_cv_make_support_nested_variables=yes +else + am_cv_make_support_nested_variables=no +fi]) +if test $am_cv_make_support_nested_variables = yes; then + dnl Using '$V' instead of '$(V)' breaks IRIX make. + AM_V='$(V)' + AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' +else + AM_V=$AM_DEFAULT_VERBOSITY + AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY +fi +AC_SUBST([AM_V])dnl +AM_SUBST_NOTMAKE([AM_V])dnl +AC_SUBST([AM_DEFAULT_V])dnl +AM_SUBST_NOTMAKE([AM_DEFAULT_V])dnl +AC_SUBST([AM_DEFAULT_VERBOSITY])dnl +AM_BACKSLASH='\' +AC_SUBST([AM_BACKSLASH])dnl +_AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl +]) +m4trace:/usr/share/aclocal-1.15/strip.m4:17: -1- AC_DEFUN([AM_PROG_INSTALL_STRIP], [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl +# Installed binaries are usually stripped using 'strip' when the user +# run "make install-strip". However 'strip' might not be the right +# tool to use in cross-compilation environments, therefore Automake +# will honor the 'STRIP' environment variable to overrule this program. +dnl Don't test for $cross_compiling = yes, because it might be 'maybe'. +if test "$cross_compiling" != no; then + AC_CHECK_TOOL([STRIP], [strip], :) +fi +INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" +AC_SUBST([INSTALL_STRIP_PROGRAM])]) +m4trace:/usr/share/aclocal-1.15/substnot.m4:12: -1- AC_DEFUN([_AM_SUBST_NOTMAKE]) +m4trace:/usr/share/aclocal-1.15/substnot.m4:17: -1- AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) +m4trace:/usr/share/aclocal-1.15/tar.m4:23: -1- AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility. Yes, it's still used +# in the wild :-( We should find a proper way to deprecate it ... +AC_SUBST([AMTAR], ['$${TAR-tar}']) + +# We'll loop over all known methods to create a tar archive until one works. +_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none' + +m4_if([$1], [v7], + [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'], + + [m4_case([$1], + [ustar], + [# The POSIX 1988 'ustar' format is defined with fixed-size fields. + # There is notably a 21 bits limit for the UID and the GID. In fact, + # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343 + # and bug#13588). + am_max_uid=2097151 # 2^21 - 1 + am_max_gid=$am_max_uid + # The $UID and $GID variables are not portable, so we need to resort + # to the POSIX-mandated id(1) utility. Errors in the 'id' calls + # below are definitely unexpected, so allow the users to see them + # (that is, avoid stderr redirection). + am_uid=`id -u || echo unknown` + am_gid=`id -g || echo unknown` + AC_MSG_CHECKING([whether UID '$am_uid' is supported by ustar format]) + if test $am_uid -le $am_max_uid; then + AC_MSG_RESULT([yes]) + else + AC_MSG_RESULT([no]) + _am_tools=none + fi + AC_MSG_CHECKING([whether GID '$am_gid' is supported by ustar format]) + if test $am_gid -le $am_max_gid; then + AC_MSG_RESULT([yes]) + else + AC_MSG_RESULT([no]) + _am_tools=none + fi], + + [pax], + [], + + [m4_fatal([Unknown tar format])]) + + AC_MSG_CHECKING([how to create a $1 tar archive]) + + # Go ahead even if we have the value already cached. We do so because we + # need to set the values for the 'am__tar' and 'am__untar' variables. + _am_tools=${am_cv_prog_tar_$1-$_am_tools} + + for _am_tool in $_am_tools; do + case $_am_tool in + gnutar) + for _am_tar in tar gnutar gtar; do + AM_RUN_LOG([$_am_tar --version]) && break + done + am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"' + am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"' + am__untar="$_am_tar -xf -" + ;; + plaintar) + # Must skip GNU tar: if it does not support --format= it doesn't create + # ustar tarball either. + (tar --version) >/dev/null 2>&1 && continue + am__tar='tar chf - "$$tardir"' + am__tar_='tar chf - "$tardir"' + am__untar='tar xf -' + ;; + pax) + am__tar='pax -L -x $1 -w "$$tardir"' + am__tar_='pax -L -x $1 -w "$tardir"' + am__untar='pax -r' + ;; + cpio) + am__tar='find "$$tardir" -print | cpio -o -H $1 -L' + am__tar_='find "$tardir" -print | cpio -o -H $1 -L' + am__untar='cpio -i -H $1 -d' + ;; + none) + am__tar=false + am__tar_=false + am__untar=false + ;; + esac + + # If the value was cached, stop now. We just wanted to have am__tar + # and am__untar set. + test -n "${am_cv_prog_tar_$1}" && break + + # tar/untar a dummy directory, and stop if the command works. + rm -rf conftest.dir + mkdir conftest.dir + echo GrepMe > conftest.dir/file + AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar]) + rm -rf conftest.dir + if test -s conftest.tar; then + AM_RUN_LOG([$am__untar /dev/null 2>&1 && break + fi + done + rm -rf conftest.dir + + AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool]) + AC_MSG_RESULT([$am_cv_prog_tar_$1])]) + +AC_SUBST([am__tar]) +AC_SUBST([am__untar]) +]) +m4trace:acinclude.m4:8: -1- AC_DEFUN([AC_NTA_CHECK_TYPE], [AC_MSG_CHECKING([for $1 using $CC]) + AC_CACHE_VAL(ac_cv_nta_have_$1, + AC_TRY_COMPILE([ +# include "confdefs.h" +# include +# if HAVE_SYS_TYPES_H +# include +# endif +# if HAVE_SYS_STAT_H +# include +# endif +# ifdef STDC_HEADERS +# include +# include +# endif +# if HAVE_INTTYPES_H +# include +# else +# if HAVE_STDINT_H +# include +# endif +# endif +# if HAVE_UNISTD_H +# include +# endif +# ifdef HAVE_ARPA_INET_H +# include +# endif +# ifdef HAVE_NETDB_H +# include +# endif +# ifdef HAVE_NETINET_IN_H +# include +# endif +# ifdef SYS_SOCKET_H +# include +# endif + ], + [$1 i], + ac_cv_nta_have_$1=yes, + ac_cv_nta_have_$1=no)) + AC_MSG_RESULT($ac_cv_nta_have_$1) + if test $ac_cv_nta_have_$1 = no ; then + AC_DEFINE($1, $2, [Define to required type if we don't have $1]) + fi]) +m4trace:acinclude.m4:60: -1- AC_DEFUN([AC_NTA_NET_SIZE_T], [AC_MSG_CHECKING([for socklen_t or equivalent using $CC]) + ac_nta_net_size_t=no + AC_TRY_COMPILE([ +# include "confdefs.h" +# include +# ifdef HAVE_SYS_SOCKET_H +# include +# endif], + [int s; + struct sockaddr addr; + socklen_t addrlen; + int result; + result=accept(s, &addr, &addrlen)], + ac_nta_net_size_t=socklen_t,ac_nta_net_size_t=no) + if test $ac_nta_net_size_t = no; then + AC_TRY_COMPILE([ +# include "confdefs.h" +# include +# ifdef HAVE_SYS_SOCKET_H +# include +# endif], + [int s; + struct sockaddr addr; + int addrlen; + int result; + result=accept(s, &addr, &addrlen)], + ac_nta_net_size_t=int,ac_nta_net_size_t=no) + fi + if test $ac_nta_net_size_t = no; then + AC_TRY_COMPILE([ +# include "confdefs.h" +# include +# ifdef HAVE_SYS_SOCKET_H +# include +# endif], + [int s; + struct sockaddr addr; + size_t addrlen; + int result; + result=accept(s, &addr, &addrlen)], + ac_nta_net_size_t=size_t,ac_nta_net_size_t=no) + fi + if test $ac_nta_net_size_t = no; then + AC_MSG_ERROR([Cannot find acceptable type for 3rd arg to accept()]) + else + AC_MSG_RESULT($ac_nta_net_size_t) + AC_DEFINE_UNQUOTED(NET_SIZE_T, $ac_nta_net_size_t, [Define required type for 3rd arg to accept()]) + fi + ]) +m4trace:acinclude.m4:119: -1- AC_DEFUN([PGAC_TYPE_64BIT_INT], [define([Ac_define], [translit([have_$1_64], [a-z *], [A-Z_P])])dnl +define([Ac_cachevar], [translit([pgac_cv_type_$1_64], [ *], [_p])])dnl +AC_CACHE_CHECK([whether $1 is 64 bits], [Ac_cachevar], +[AC_TRY_RUN( +[typedef $1 int64; + +/* + * These are globals to discourage the compiler from folding all the + * arithmetic tests down to compile-time constants. + */ +int64 a = 20000001; +int64 b = 40000005; + +int does_int64_work() +{ + int64 c,d; + + if (sizeof(int64) != 8) + return 0; /* definitely not the right size */ + + /* Do perfunctory checks to see if 64-bit arithmetic seems to work */ + c = a * b; + d = (c + b) / b; + if (d != a+1) + return 0; + return 1; +} +main() { + return !does_int64_work(); +}], +[Ac_cachevar=yes], +[Ac_cachevar=no], +[# If cross-compiling, check the size reported by the compiler and +# trust that the arithmetic works. +AC_COMPILE_IFELSE([AC_LANG_BOOL_COMPILE_TRY([], [sizeof($1) == 8])], + Ac_cachevar=yes, + Ac_cachevar=no)])]) + +Ac_define=$Ac_cachevar +if test x"$Ac_cachevar" = xyes ; then + AC_DEFINE(Ac_define,, [Define to 1 if `]$1[' works and is 64 bits.]) +fi +undefine([Ac_define])dnl +undefine([Ac_cachevar])dnl +]) +m4trace:acinclude.m4:178: -1- AC_DEFUN([PGAC_FUNC_SNPRINTF_LONG_LONG_INT_FORMAT], [AC_MSG_CHECKING([snprintf format for long long int]) +AC_CACHE_VAL(pgac_cv_snprintf_long_long_int_format, +[for pgac_format in '%lld' '%qd' '%I64d'; do +AC_TRY_RUN([#include +typedef long long int int64; +#define INT64_FORMAT "$pgac_format" + +int64 a = 20000001; +int64 b = 40000005; + +int does_int64_snprintf_work() +{ + int64 c; + char buf[100]; + + if (sizeof(int64) != 8) + return 0; /* doesn't look like the right size */ + + c = a * b; + snprintf(buf, 100, INT64_FORMAT, c); + if (strcmp(buf, "800000140000005") != 0) + return 0; /* either multiply or snprintf is busted */ + return 1; +} +main() { + return !does_int64_snprintf_work(); +}], +[pgac_cv_snprintf_long_long_int_format=$pgac_format; break], +[], +[pgac_cv_snprintf_long_long_int_format=cross; break]) +done])dnl AC_CACHE_VAL + +LONG_LONG_INT_FORMAT='' + +case $pgac_cv_snprintf_long_long_int_format in + cross) AC_MSG_RESULT([assuming %lld for cross compilation]) + LONG_LONG_INT_FORMAT='%lld';; + ?*) AC_MSG_RESULT([$pgac_cv_snprintf_long_long_int_format]) + LONG_LONG_INT_FORMAT=$pgac_cv_snprintf_long_long_int_format;; + *) AC_MSG_RESULT(none);; +esac]) +m4trace:acinclude.m4:240: -1- AC_DEFUN([GCC_STACK_PROTECT_CC], [ + ssp_cc=yes + if test "X$CC" != "X"; then + AC_MSG_CHECKING([whether ${CC} accepts -fstack-protector]) + ssp_old_cflags="$CFLAGS" + CFLAGS="$CFLAGS -fstack-protector" + AC_TRY_COMPILE(,,, ssp_cc=no) + echo $ssp_cc + if test "X$ssp_cc" = "Xno"; then + CFLAGS="$ssp_old_cflags" + else + AC_DEFINE([ENABLE_SSP_CC], 1, [Define if SSP C support is enabled.]) + fi + fi +]) +m4trace:acinclude.m4:256: -1- AC_DEFUN([GCC_STACK_PROTECT_CXX], [ + ssp_cxx=yes + if test "X$CXX" != "X"; then + AC_MSG_CHECKING([whether ${CXX} accepts -fstack-protector]) + ssp_old_cxxflags="$CXXFLAGS" + CXXFLAGS="$CXXFLAGS -fstack-protector" + AC_TRY_COMPILE(,,, ssp_cxx=no) + echo $ssp_cxx + if test "X$ssp_cxx" = "Xno"; then + CXXFLAGS="$ssp_old_cxxflags" + else + AC_DEFINE([ENABLE_SSP_CXX], 1, [Define if SSP C++ support is enabled.]) + fi + fi +]) +m4trace:acinclude.m4:281: -1- AC_DEFUN([GCC_FORTIFY_SOURCE], [ + if test "x$CC" != "X"; then + AC_MSG_CHECKING([whether ${CC} accepts -D_FORTIFY_SOURCE]) + AC_TRY_COMPILE(,[ + #define GNUC_PREREQ(maj, min) ((__GNUC__ << 16) + __GNUC_MINOR__ >= ((maj) << 16) + (min)) + #if !(GNUC_PREREQ (4, 1) \ + || (defined __GNUC_RH_RELEASE__ && GNUC_PREREQ (4, 0)) \ + || (defined __GNUC_RH_RELEASE__ && GNUC_PREREQ (3, 4) \ + && __GNUC_MINOR__ == 4 \ + && (__GNUC_PATCHLEVEL__ > 2 \ + || (__GNUC_PATCHLEVEL__ == 2 && __GNUC_RH_RELEASE__ >= 8)))) + #error No FORTIFY_SOURCE support + #endif + ], [ + AC_MSG_RESULT(yes) + CFLAGS="$CFLAGS -D_FORTIFY_SOURCE=2" + ], [ + AC_MSG_RESULT(no) + ]) + fi +]) +m4trace:acinclude.m4:314: -1- AC_DEFUN([GCC_FORMAT_SECURITY], [ + if test "x$CC" != "X"; then + AC_MSG_CHECKING([whether ${CC} accepts -Wformat-security]) + wfs_old_cflags="$CFLAGS" + CFLAGS="$CFLAGS -Wall -Werror -Wformat -Wformat-security" + AC_TRY_COMPILE([#include ], [ + char *fmt=NULL; + printf(fmt); + return 0; + ], [ + AC_MSG_RESULT(no) + CFLAGS="$wfs_old_cflags" + ], [ + AC_MSG_RESULT(yes) + CFLAGS="$wfs_old_cflags -Wformat -Wformat-security" + ]) + fi +]) +m4trace:acinclude.m4:336: -1- AC_DEFUN([GCC_WEXTRA], [ + gcc_wextra=yes + if test "X$CC" != "X"; then + AC_MSG_CHECKING([whether ${CC} accepts -Wextra]) + gcc_old_cflags="$CFLAGS" + CFLAGS="$CFLAGS -Wextra" + AC_TRY_COMPILE(,,[ + AC_MSG_RESULT(yes) + ],[ + AC_MSG_RESULT(no) + gcc_wextra=no + CFLAGS="$ssp_old_cflags" + ]) + fi +]) +m4trace:configure.ac:3: -1- m4_pattern_forbid([^_?A[CHUM]_]) +m4trace:configure.ac:3: -1- m4_pattern_forbid([_AC_]) +m4trace:configure.ac:3: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS']) +m4trace:configure.ac:3: -1- m4_pattern_allow([^AS_FLAGS$]) +m4trace:configure.ac:3: -1- m4_pattern_forbid([^_?m4_]) +m4trace:configure.ac:3: -1- m4_pattern_forbid([^dnl$]) +m4trace:configure.ac:3: -1- m4_pattern_forbid([^_?AS_]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^SHELL$]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^PATH_SEPARATOR$]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^PACKAGE_NAME$]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^PACKAGE_TARNAME$]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^PACKAGE_VERSION$]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^PACKAGE_STRING$]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^PACKAGE_URL$]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^exec_prefix$]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^prefix$]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^program_transform_name$]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^bindir$]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^sbindir$]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^libexecdir$]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^datarootdir$]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^datadir$]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^sysconfdir$]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^sharedstatedir$]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^localstatedir$]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^runstatedir$]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^includedir$]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^oldincludedir$]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^docdir$]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^infodir$]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^htmldir$]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^dvidir$]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^pdfdir$]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^psdir$]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^libdir$]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^localedir$]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^mandir$]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^PACKAGE_NAME$]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^PACKAGE_TARNAME$]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^PACKAGE_VERSION$]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^PACKAGE_STRING$]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^PACKAGE_URL$]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^DEFS$]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^ECHO_C$]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^ECHO_N$]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^ECHO_T$]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^LIBS$]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^build_alias$]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^host_alias$]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^target_alias$]) +m4trace:configure.ac:7: -1- AM_INIT_AUTOMAKE +m4trace:configure.ac:7: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$]) +m4trace:configure.ac:7: -1- AM_SET_CURRENT_AUTOMAKE_VERSION +m4trace:configure.ac:7: -1- AM_AUTOMAKE_VERSION([1.15]) +m4trace:configure.ac:7: -1- _AM_AUTOCONF_VERSION([2.69]) +m4trace:configure.ac:7: -1- m4_pattern_allow([^INSTALL_PROGRAM$]) +m4trace:configure.ac:7: -1- m4_pattern_allow([^INSTALL_SCRIPT$]) +m4trace:configure.ac:7: -1- m4_pattern_allow([^INSTALL_DATA$]) +m4trace:configure.ac:7: -1- m4_pattern_allow([^am__isrc$]) +m4trace:configure.ac:7: -1- _AM_SUBST_NOTMAKE([am__isrc]) +m4trace:configure.ac:7: -1- m4_pattern_allow([^CYGPATH_W$]) +m4trace:configure.ac:7: -1- _AM_SET_OPTIONS([]) +m4trace:configure.ac:7: -1- m4_pattern_allow([^PACKAGE$]) +m4trace:configure.ac:7: -1- m4_pattern_allow([^VERSION$]) +m4trace:configure.ac:7: -1- _AM_IF_OPTION([no-define], [], [AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package]) + AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package])]) +m4trace:configure.ac:7: -2- _AM_MANGLE_OPTION([no-define]) +m4trace:configure.ac:7: -1- m4_pattern_allow([^PACKAGE$]) +m4trace:configure.ac:7: -1- m4_pattern_allow([^VERSION$]) +m4trace:configure.ac:7: -1- AM_SANITY_CHECK +m4trace:configure.ac:7: -1- AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}]) +m4trace:configure.ac:7: -1- AM_MISSING_HAS_RUN +m4trace:configure.ac:7: -1- AM_AUX_DIR_EXPAND +m4trace:configure.ac:7: -1- m4_pattern_allow([^ACLOCAL$]) +m4trace:configure.ac:7: -1- AM_MISSING_PROG([AUTOCONF], [autoconf]) +m4trace:configure.ac:7: -1- m4_pattern_allow([^AUTOCONF$]) +m4trace:configure.ac:7: -1- AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}]) +m4trace:configure.ac:7: -1- m4_pattern_allow([^AUTOMAKE$]) +m4trace:configure.ac:7: -1- AM_MISSING_PROG([AUTOHEADER], [autoheader]) +m4trace:configure.ac:7: -1- m4_pattern_allow([^AUTOHEADER$]) +m4trace:configure.ac:7: -1- AM_MISSING_PROG([MAKEINFO], [makeinfo]) +m4trace:configure.ac:7: -1- m4_pattern_allow([^MAKEINFO$]) +m4trace:configure.ac:7: -1- AM_PROG_INSTALL_SH +m4trace:configure.ac:7: -1- m4_pattern_allow([^install_sh$]) +m4trace:configure.ac:7: -1- AM_PROG_INSTALL_STRIP +m4trace:configure.ac:7: -1- m4_pattern_allow([^STRIP$]) +m4trace:configure.ac:7: -1- m4_pattern_allow([^INSTALL_STRIP_PROGRAM$]) +m4trace:configure.ac:7: -1- m4_pattern_allow([^MKDIR_P$]) +m4trace:configure.ac:7: -1- m4_pattern_allow([^mkdir_p$]) +m4trace:configure.ac:7: -1- m4_pattern_allow([^AWK$]) +m4trace:configure.ac:7: -1- m4_pattern_allow([^SET_MAKE$]) +m4trace:configure.ac:7: -1- AM_SET_LEADING_DOT +m4trace:configure.ac:7: -1- m4_pattern_allow([^am__leading_dot$]) +m4trace:configure.ac:7: -1- _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], + [_AM_PROG_TAR([v7])])]) +m4trace:configure.ac:7: -2- _AM_MANGLE_OPTION([tar-ustar]) +m4trace:configure.ac:7: -1- _AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], [_AM_PROG_TAR([v7])]) +m4trace:configure.ac:7: -2- _AM_MANGLE_OPTION([tar-pax]) +m4trace:configure.ac:7: -1- _AM_PROG_TAR([v7]) +m4trace:configure.ac:7: -1- m4_pattern_allow([^AMTAR$]) +m4trace:configure.ac:7: -1- m4_pattern_allow([^am__tar$]) +m4trace:configure.ac:7: -1- m4_pattern_allow([^am__untar$]) +m4trace:configure.ac:7: -1- _AM_IF_OPTION([no-dependencies], [], [AC_PROVIDE_IFELSE([AC_PROG_CC], + [_AM_DEPENDENCIES([CC])], + [m4_define([AC_PROG_CC], + m4_defn([AC_PROG_CC])[_AM_DEPENDENCIES([CC])])])dnl +AC_PROVIDE_IFELSE([AC_PROG_CXX], + [_AM_DEPENDENCIES([CXX])], + [m4_define([AC_PROG_CXX], + m4_defn([AC_PROG_CXX])[_AM_DEPENDENCIES([CXX])])])dnl +AC_PROVIDE_IFELSE([AC_PROG_OBJC], + [_AM_DEPENDENCIES([OBJC])], + [m4_define([AC_PROG_OBJC], + m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl +AC_PROVIDE_IFELSE([AC_PROG_OBJCXX], + [_AM_DEPENDENCIES([OBJCXX])], + [m4_define([AC_PROG_OBJCXX], + m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl +]) +m4trace:configure.ac:7: -2- _AM_MANGLE_OPTION([no-dependencies]) +m4trace:configure.ac:7: -1- AM_SILENT_RULES +m4trace:configure.ac:7: -1- m4_pattern_allow([^AM_V$]) +m4trace:configure.ac:7: -1- AM_SUBST_NOTMAKE([AM_V]) +m4trace:configure.ac:7: -1- _AM_SUBST_NOTMAKE([AM_V]) +m4trace:configure.ac:7: -1- m4_pattern_allow([^AM_DEFAULT_V$]) +m4trace:configure.ac:7: -1- AM_SUBST_NOTMAKE([AM_DEFAULT_V]) +m4trace:configure.ac:7: -1- _AM_SUBST_NOTMAKE([AM_DEFAULT_V]) +m4trace:configure.ac:7: -1- m4_pattern_allow([^AM_DEFAULT_VERBOSITY$]) +m4trace:configure.ac:7: -1- m4_pattern_allow([^AM_BACKSLASH$]) +m4trace:configure.ac:7: -1- _AM_SUBST_NOTMAKE([AM_BACKSLASH]) +m4trace:configure.ac:11: -1- m4_pattern_allow([^build$]) +m4trace:configure.ac:11: -1- m4_pattern_allow([^build_cpu$]) +m4trace:configure.ac:11: -1- m4_pattern_allow([^build_vendor$]) +m4trace:configure.ac:11: -1- m4_pattern_allow([^build_os$]) +m4trace:configure.ac:11: -1- m4_pattern_allow([^host$]) +m4trace:configure.ac:11: -1- m4_pattern_allow([^host_cpu$]) +m4trace:configure.ac:11: -1- m4_pattern_allow([^host_vendor$]) +m4trace:configure.ac:11: -1- m4_pattern_allow([^host_os$]) +m4trace:configure.ac:31: -1- m4_pattern_allow([^CC$]) +m4trace:configure.ac:31: -1- m4_pattern_allow([^CFLAGS$]) +m4trace:configure.ac:31: -1- m4_pattern_allow([^LDFLAGS$]) +m4trace:configure.ac:31: -1- m4_pattern_allow([^LIBS$]) +m4trace:configure.ac:31: -1- m4_pattern_allow([^CPPFLAGS$]) +m4trace:configure.ac:31: -1- m4_pattern_allow([^CC$]) +m4trace:configure.ac:31: -1- m4_pattern_allow([^CC$]) +m4trace:configure.ac:31: -1- m4_pattern_allow([^CC$]) +m4trace:configure.ac:31: -1- m4_pattern_allow([^CC$]) +m4trace:configure.ac:31: -1- m4_pattern_allow([^ac_ct_CC$]) +m4trace:configure.ac:31: -1- m4_pattern_allow([^EXEEXT$]) +m4trace:configure.ac:31: -1- m4_pattern_allow([^OBJEXT$]) +m4trace:configure.ac:31: -1- _AM_PROG_CC_C_O +m4trace:configure.ac:31: -1- AM_RUN_LOG([$CC -c conftest.$ac_ext -o conftest2.$ac_objext]) +m4trace:configure.ac:31: -1- _AM_DEPENDENCIES([CC]) +m4trace:configure.ac:31: -1- AM_SET_DEPDIR +m4trace:configure.ac:31: -1- m4_pattern_allow([^DEPDIR$]) +m4trace:configure.ac:31: -1- AM_OUTPUT_DEPENDENCY_COMMANDS +m4trace:configure.ac:31: -1- AM_MAKE_INCLUDE +m4trace:configure.ac:31: -1- m4_pattern_allow([^am__include$]) +m4trace:configure.ac:31: -1- m4_pattern_allow([^am__quote$]) +m4trace:configure.ac:31: -1- AM_DEP_TRACK +m4trace:configure.ac:31: -1- AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) +m4trace:configure.ac:31: -1- m4_pattern_allow([^AMDEP_TRUE$]) +m4trace:configure.ac:31: -1- m4_pattern_allow([^AMDEP_FALSE$]) +m4trace:configure.ac:31: -1- _AM_SUBST_NOTMAKE([AMDEP_TRUE]) +m4trace:configure.ac:31: -1- _AM_SUBST_NOTMAKE([AMDEP_FALSE]) +m4trace:configure.ac:31: -1- m4_pattern_allow([^AMDEPBACKSLASH$]) +m4trace:configure.ac:31: -1- _AM_SUBST_NOTMAKE([AMDEPBACKSLASH]) +m4trace:configure.ac:31: -1- m4_pattern_allow([^am__nodep$]) +m4trace:configure.ac:31: -1- _AM_SUBST_NOTMAKE([am__nodep]) +m4trace:configure.ac:31: -1- m4_pattern_allow([^CCDEPMODE$]) +m4trace:configure.ac:31: -1- AM_CONDITIONAL([am__fastdepCC], [ + test "x$enable_dependency_tracking" != xno \ + && test "$am_cv_CC_dependencies_compiler_type" = gcc3]) +m4trace:configure.ac:31: -1- m4_pattern_allow([^am__fastdepCC_TRUE$]) +m4trace:configure.ac:31: -1- m4_pattern_allow([^am__fastdepCC_FALSE$]) +m4trace:configure.ac:31: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_TRUE]) +m4trace:configure.ac:31: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_FALSE]) +m4trace:configure.ac:33: -1- m4_pattern_allow([^ATTRIBUTE_UNUSED$]) +m4trace:configure.ac:36: -1- GCC_WEXTRA +m4trace:configure.ac:36: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete. +You should run autoupdate.], [../../lib/autoconf/general.m4:2625: AC_TRY_COMPILE is expanded from... +acinclude.m4:336: GCC_WEXTRA is expanded from... +configure.ac:36: the top level]) +m4trace:configure.ac:37: -1- GCC_STACK_PROTECT_CC +m4trace:configure.ac:37: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete. +You should run autoupdate.], [../../lib/autoconf/general.m4:2625: AC_TRY_COMPILE is expanded from... +acinclude.m4:240: GCC_STACK_PROTECT_CC is expanded from... +configure.ac:37: the top level]) +m4trace:configure.ac:37: -1- m4_pattern_allow([^ENABLE_SSP_CC$]) +m4trace:configure.ac:38: -1- GCC_FORTIFY_SOURCE +m4trace:configure.ac:38: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete. +You should run autoupdate.], [../../lib/autoconf/general.m4:2625: AC_TRY_COMPILE is expanded from... +acinclude.m4:281: GCC_FORTIFY_SOURCE is expanded from... +configure.ac:38: the top level]) +m4trace:configure.ac:39: -1- GCC_FORMAT_SECURITY +m4trace:configure.ac:39: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete. +You should run autoupdate.], [../../lib/autoconf/general.m4:2625: AC_TRY_COMPILE is expanded from... +acinclude.m4:314: GCC_FORMAT_SECURITY is expanded from... +configure.ac:39: the top level]) +m4trace:configure.ac:43: -1- m4_pattern_allow([^ATTRIBUTE_UNUSED$]) +m4trace:configure.ac:47: -1- m4_pattern_allow([^LN_S$]) +m4trace:configure.ac:78: -1- m4_pattern_allow([^CPP$]) +m4trace:configure.ac:78: -1- m4_pattern_allow([^CPPFLAGS$]) +m4trace:configure.ac:78: -1- m4_pattern_allow([^CPP$]) +m4trace:configure.ac:78: -1- m4_pattern_allow([^GREP$]) +m4trace:configure.ac:78: -1- m4_pattern_allow([^EGREP$]) +m4trace:configure.ac:78: -1- m4_pattern_allow([^STDC_HEADERS$]) +m4trace:configure.ac:82: -1- m4_pattern_allow([^const$]) +m4trace:configure.ac:83: -1- m4_pattern_allow([^size_t$]) +m4trace:configure.ac:84: -1- m4_pattern_allow([^TIME_WITH_SYS_TIME$]) +m4trace:configure.ac:88: -1- AC_NTA_CHECK_TYPE([uint8_t], [unsigned char]) +m4trace:configure.ac:88: -2- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete. +You should run autoupdate.], [../../lib/autoconf/general.m4:2625: AC_TRY_COMPILE is expanded from... +acinclude.m4:8: AC_NTA_CHECK_TYPE is expanded from... +configure.ac:88: the top level]) +m4trace:configure.ac:88: -1- m4_pattern_allow([^uint8_t$]) +m4trace:configure.ac:89: -1- AC_NTA_CHECK_TYPE([uint16_t], [unsigned short]) +m4trace:configure.ac:89: -2- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete. +You should run autoupdate.], [../../lib/autoconf/general.m4:2625: AC_TRY_COMPILE is expanded from... +acinclude.m4:8: AC_NTA_CHECK_TYPE is expanded from... +configure.ac:89: the top level]) +m4trace:configure.ac:89: -1- m4_pattern_allow([^uint16_t$]) +m4trace:configure.ac:90: -1- AC_NTA_CHECK_TYPE([uint32_t], [unsigned int]) +m4trace:configure.ac:90: -2- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete. +You should run autoupdate.], [../../lib/autoconf/general.m4:2625: AC_TRY_COMPILE is expanded from... +acinclude.m4:8: AC_NTA_CHECK_TYPE is expanded from... +configure.ac:90: the top level]) +m4trace:configure.ac:90: -1- m4_pattern_allow([^uint32_t$]) +m4trace:configure.ac:99: -1- PGAC_TYPE_64BIT_INT([long int]) +m4trace:configure.ac:99: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete. +You should run autoupdate.], [../../lib/autoconf/general.m4:2775: AC_TRY_RUN is expanded from... +../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from... +../../lib/autoconf/general.m4:2042: AC_CACHE_VAL is expanded from... +../../lib/autoconf/general.m4:2063: AC_CACHE_CHECK is expanded from... +acinclude.m4:119: PGAC_TYPE_64BIT_INT is expanded from... +configure.ac:99: the top level]) +m4trace:configure.ac:99: -1- m4_pattern_allow([^HAVE_LONG_INT_64$]) +m4trace:configure.ac:105: -1- PGAC_TYPE_64BIT_INT([long long int]) +m4trace:configure.ac:105: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete. +You should run autoupdate.], [../../lib/autoconf/general.m4:2775: AC_TRY_RUN is expanded from... +../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from... +../../lib/autoconf/general.m4:2042: AC_CACHE_VAL is expanded from... +../../lib/autoconf/general.m4:2063: AC_CACHE_CHECK is expanded from... +acinclude.m4:119: PGAC_TYPE_64BIT_INT is expanded from... +configure.ac:105: the top level]) +m4trace:configure.ac:105: -1- m4_pattern_allow([^HAVE_LONG_LONG_INT_64$]) +m4trace:configure.ac:114: -1- m4_pattern_allow([^ARP_INT64$]) +m4trace:configure.ac:116: -1- m4_pattern_allow([^ARP_UINT64$]) +m4trace:configure.ac:124: -1- PGAC_FUNC_SNPRINTF_LONG_LONG_INT_FORMAT +m4trace:configure.ac:124: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete. +You should run autoupdate.], [../../lib/autoconf/general.m4:2775: AC_TRY_RUN is expanded from... +../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from... +../../lib/autoconf/general.m4:2042: AC_CACHE_VAL is expanded from... +acinclude.m4:178: PGAC_FUNC_SNPRINTF_LONG_LONG_INT_FORMAT is expanded from... +configure.ac:124: the top level]) +m4trace:configure.ac:137: -1- m4_pattern_allow([^ARP_INT64_FORMAT$]) +m4trace:configure.ac:140: -1- m4_pattern_allow([^ARP_UINT64_FORMAT$]) +m4trace:configure.ac:160: -1- m4_pattern_allow([^HAVE_REGEX_H$]) +m4trace:configure.ac:169: -1- m4_pattern_allow([^LIB@&t@OBJS$]) +m4trace:configure.ac:189: -1- m4_pattern_allow([^ARP_PCAP_BPF$]) +m4trace:configure.ac:190: -1- m4_pattern_allow([^LIB@&t@OBJS$]) +m4trace:configure.ac:202: -1- m4_pattern_allow([^ARP_PCAP_DLPI$]) +m4trace:configure.ac:203: -1- m4_pattern_allow([^LIB@&t@OBJS$]) +m4trace:configure.ac:213: -1- m4_pattern_allow([^LIB@&t@OBJS$]) +m4trace:configure.ac:213: -1- m4_pattern_allow([^LIB@&t@OBJS$]) +m4trace:configure.ac:221: -1- m4_pattern_allow([^HAVE_STRLCAT$]) +m4trace:configure.ac:221: -1- m4_pattern_allow([^LIB@&t@OBJS$]) +m4trace:configure.ac:224: -1- m4_pattern_allow([^HAVE_STRLCPY$]) +m4trace:configure.ac:224: -1- m4_pattern_allow([^LIB@&t@OBJS$]) +m4trace:configure.ac:229: -1- m4_pattern_allow([^LIB@&t@OBJS$]) +m4trace:configure.ac:229: -1- m4_pattern_allow([^LTLIBOBJS$]) +m4trace:configure.ac:229: -1- AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"]) +m4trace:configure.ac:229: -1- m4_pattern_allow([^am__EXEEXT_TRUE$]) +m4trace:configure.ac:229: -1- m4_pattern_allow([^am__EXEEXT_FALSE$]) +m4trace:configure.ac:229: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_TRUE]) +m4trace:configure.ac:229: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_FALSE]) +m4trace:configure.ac:229: -1- _AC_AM_CONFIG_HEADER_HOOK(["$ac_file"]) +m4trace:configure.ac:229: -1- _AM_OUTPUT_DEPENDENCY_COMMANDS diff -Nru arp-scan-1.9/autom4te.cache/traces.1 arp-scan-2.0/autom4te.cache/traces.1 --- arp-scan-1.9/autom4te.cache/traces.1 1970-01-01 05:30:00.000000000 +0530 +++ arp-scan-2.0/autom4te.cache/traces.1 2017-09-21 19:25:17.000000000 +0530 @@ -0,0 +1,650 @@ +m4trace:aclocal.m4:1153: -1- m4_include([acinclude.m4]) +m4trace:configure.ac:3: -1- AC_INIT([arp-scan], [1.9.5], [https://github.com/royhills/arp-scan]) +m4trace:configure.ac:3: -1- m4_pattern_forbid([^_?A[CHUM]_]) +m4trace:configure.ac:3: -1- m4_pattern_forbid([_AC_]) +m4trace:configure.ac:3: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS']) +m4trace:configure.ac:3: -1- m4_pattern_allow([^AS_FLAGS$]) +m4trace:configure.ac:3: -1- m4_pattern_forbid([^_?m4_]) +m4trace:configure.ac:3: -1- m4_pattern_forbid([^dnl$]) +m4trace:configure.ac:3: -1- m4_pattern_forbid([^_?AS_]) +m4trace:configure.ac:3: -1- AC_SUBST([SHELL]) +m4trace:configure.ac:3: -1- AC_SUBST_TRACE([SHELL]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^SHELL$]) +m4trace:configure.ac:3: -1- AC_SUBST([PATH_SEPARATOR]) +m4trace:configure.ac:3: -1- AC_SUBST_TRACE([PATH_SEPARATOR]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^PATH_SEPARATOR$]) +m4trace:configure.ac:3: -1- AC_SUBST([PACKAGE_NAME], [m4_ifdef([AC_PACKAGE_NAME], ['AC_PACKAGE_NAME'])]) +m4trace:configure.ac:3: -1- AC_SUBST_TRACE([PACKAGE_NAME]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^PACKAGE_NAME$]) +m4trace:configure.ac:3: -1- AC_SUBST([PACKAGE_TARNAME], [m4_ifdef([AC_PACKAGE_TARNAME], ['AC_PACKAGE_TARNAME'])]) +m4trace:configure.ac:3: -1- AC_SUBST_TRACE([PACKAGE_TARNAME]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^PACKAGE_TARNAME$]) +m4trace:configure.ac:3: -1- AC_SUBST([PACKAGE_VERSION], [m4_ifdef([AC_PACKAGE_VERSION], ['AC_PACKAGE_VERSION'])]) +m4trace:configure.ac:3: -1- AC_SUBST_TRACE([PACKAGE_VERSION]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^PACKAGE_VERSION$]) +m4trace:configure.ac:3: -1- AC_SUBST([PACKAGE_STRING], [m4_ifdef([AC_PACKAGE_STRING], ['AC_PACKAGE_STRING'])]) +m4trace:configure.ac:3: -1- AC_SUBST_TRACE([PACKAGE_STRING]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^PACKAGE_STRING$]) +m4trace:configure.ac:3: -1- AC_SUBST([PACKAGE_BUGREPORT], [m4_ifdef([AC_PACKAGE_BUGREPORT], ['AC_PACKAGE_BUGREPORT'])]) +m4trace:configure.ac:3: -1- AC_SUBST_TRACE([PACKAGE_BUGREPORT]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$]) +m4trace:configure.ac:3: -1- AC_SUBST([PACKAGE_URL], [m4_ifdef([AC_PACKAGE_URL], ['AC_PACKAGE_URL'])]) +m4trace:configure.ac:3: -1- AC_SUBST_TRACE([PACKAGE_URL]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^PACKAGE_URL$]) +m4trace:configure.ac:3: -1- AC_SUBST([exec_prefix], [NONE]) +m4trace:configure.ac:3: -1- AC_SUBST_TRACE([exec_prefix]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^exec_prefix$]) +m4trace:configure.ac:3: -1- AC_SUBST([prefix], [NONE]) +m4trace:configure.ac:3: -1- AC_SUBST_TRACE([prefix]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^prefix$]) +m4trace:configure.ac:3: -1- AC_SUBST([program_transform_name], [s,x,x,]) +m4trace:configure.ac:3: -1- AC_SUBST_TRACE([program_transform_name]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^program_transform_name$]) +m4trace:configure.ac:3: -1- AC_SUBST([bindir], ['${exec_prefix}/bin']) +m4trace:configure.ac:3: -1- AC_SUBST_TRACE([bindir]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^bindir$]) +m4trace:configure.ac:3: -1- AC_SUBST([sbindir], ['${exec_prefix}/sbin']) +m4trace:configure.ac:3: -1- AC_SUBST_TRACE([sbindir]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^sbindir$]) +m4trace:configure.ac:3: -1- AC_SUBST([libexecdir], ['${exec_prefix}/libexec']) +m4trace:configure.ac:3: -1- AC_SUBST_TRACE([libexecdir]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^libexecdir$]) +m4trace:configure.ac:3: -1- AC_SUBST([datarootdir], ['${prefix}/share']) +m4trace:configure.ac:3: -1- AC_SUBST_TRACE([datarootdir]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^datarootdir$]) +m4trace:configure.ac:3: -1- AC_SUBST([datadir], ['${datarootdir}']) +m4trace:configure.ac:3: -1- AC_SUBST_TRACE([datadir]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^datadir$]) +m4trace:configure.ac:3: -1- AC_SUBST([sysconfdir], ['${prefix}/etc']) +m4trace:configure.ac:3: -1- AC_SUBST_TRACE([sysconfdir]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^sysconfdir$]) +m4trace:configure.ac:3: -1- AC_SUBST([sharedstatedir], ['${prefix}/com']) +m4trace:configure.ac:3: -1- AC_SUBST_TRACE([sharedstatedir]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^sharedstatedir$]) +m4trace:configure.ac:3: -1- AC_SUBST([localstatedir], ['${prefix}/var']) +m4trace:configure.ac:3: -1- AC_SUBST_TRACE([localstatedir]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^localstatedir$]) +m4trace:configure.ac:3: -1- AC_SUBST([runstatedir], ['${localstatedir}/run']) +m4trace:configure.ac:3: -1- AC_SUBST_TRACE([runstatedir]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^runstatedir$]) +m4trace:configure.ac:3: -1- AC_SUBST([includedir], ['${prefix}/include']) +m4trace:configure.ac:3: -1- AC_SUBST_TRACE([includedir]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^includedir$]) +m4trace:configure.ac:3: -1- AC_SUBST([oldincludedir], ['/usr/include']) +m4trace:configure.ac:3: -1- AC_SUBST_TRACE([oldincludedir]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^oldincludedir$]) +m4trace:configure.ac:3: -1- AC_SUBST([docdir], [m4_ifset([AC_PACKAGE_TARNAME], + ['${datarootdir}/doc/${PACKAGE_TARNAME}'], + ['${datarootdir}/doc/${PACKAGE}'])]) +m4trace:configure.ac:3: -1- AC_SUBST_TRACE([docdir]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^docdir$]) +m4trace:configure.ac:3: -1- AC_SUBST([infodir], ['${datarootdir}/info']) +m4trace:configure.ac:3: -1- AC_SUBST_TRACE([infodir]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^infodir$]) +m4trace:configure.ac:3: -1- AC_SUBST([htmldir], ['${docdir}']) +m4trace:configure.ac:3: -1- AC_SUBST_TRACE([htmldir]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^htmldir$]) +m4trace:configure.ac:3: -1- AC_SUBST([dvidir], ['${docdir}']) +m4trace:configure.ac:3: -1- AC_SUBST_TRACE([dvidir]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^dvidir$]) +m4trace:configure.ac:3: -1- AC_SUBST([pdfdir], ['${docdir}']) +m4trace:configure.ac:3: -1- AC_SUBST_TRACE([pdfdir]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^pdfdir$]) +m4trace:configure.ac:3: -1- AC_SUBST([psdir], ['${docdir}']) +m4trace:configure.ac:3: -1- AC_SUBST_TRACE([psdir]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^psdir$]) +m4trace:configure.ac:3: -1- AC_SUBST([libdir], ['${exec_prefix}/lib']) +m4trace:configure.ac:3: -1- AC_SUBST_TRACE([libdir]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^libdir$]) +m4trace:configure.ac:3: -1- AC_SUBST([localedir], ['${datarootdir}/locale']) +m4trace:configure.ac:3: -1- AC_SUBST_TRACE([localedir]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^localedir$]) +m4trace:configure.ac:3: -1- AC_SUBST([mandir], ['${datarootdir}/man']) +m4trace:configure.ac:3: -1- AC_SUBST_TRACE([mandir]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^mandir$]) +m4trace:configure.ac:3: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_NAME]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^PACKAGE_NAME$]) +m4trace:configure.ac:3: -1- AH_OUTPUT([PACKAGE_NAME], [/* Define to the full name of this package. */ +@%:@undef PACKAGE_NAME]) +m4trace:configure.ac:3: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_TARNAME]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^PACKAGE_TARNAME$]) +m4trace:configure.ac:3: -1- AH_OUTPUT([PACKAGE_TARNAME], [/* Define to the one symbol short name of this package. */ +@%:@undef PACKAGE_TARNAME]) +m4trace:configure.ac:3: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_VERSION]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^PACKAGE_VERSION$]) +m4trace:configure.ac:3: -1- AH_OUTPUT([PACKAGE_VERSION], [/* Define to the version of this package. */ +@%:@undef PACKAGE_VERSION]) +m4trace:configure.ac:3: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_STRING]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^PACKAGE_STRING$]) +m4trace:configure.ac:3: -1- AH_OUTPUT([PACKAGE_STRING], [/* Define to the full name and version of this package. */ +@%:@undef PACKAGE_STRING]) +m4trace:configure.ac:3: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_BUGREPORT]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$]) +m4trace:configure.ac:3: -1- AH_OUTPUT([PACKAGE_BUGREPORT], [/* Define to the address where bug reports for this package should be sent. */ +@%:@undef PACKAGE_BUGREPORT]) +m4trace:configure.ac:3: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_URL]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^PACKAGE_URL$]) +m4trace:configure.ac:3: -1- AH_OUTPUT([PACKAGE_URL], [/* Define to the home page for this package. */ +@%:@undef PACKAGE_URL]) +m4trace:configure.ac:3: -1- AC_SUBST([DEFS]) +m4trace:configure.ac:3: -1- AC_SUBST_TRACE([DEFS]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^DEFS$]) +m4trace:configure.ac:3: -1- AC_SUBST([ECHO_C]) +m4trace:configure.ac:3: -1- AC_SUBST_TRACE([ECHO_C]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^ECHO_C$]) +m4trace:configure.ac:3: -1- AC_SUBST([ECHO_N]) +m4trace:configure.ac:3: -1- AC_SUBST_TRACE([ECHO_N]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^ECHO_N$]) +m4trace:configure.ac:3: -1- AC_SUBST([ECHO_T]) +m4trace:configure.ac:3: -1- AC_SUBST_TRACE([ECHO_T]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^ECHO_T$]) +m4trace:configure.ac:3: -1- AC_SUBST([LIBS]) +m4trace:configure.ac:3: -1- AC_SUBST_TRACE([LIBS]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^LIBS$]) +m4trace:configure.ac:3: -1- AC_SUBST([build_alias]) +m4trace:configure.ac:3: -1- AC_SUBST_TRACE([build_alias]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^build_alias$]) +m4trace:configure.ac:3: -1- AC_SUBST([host_alias]) +m4trace:configure.ac:3: -1- AC_SUBST_TRACE([host_alias]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^host_alias$]) +m4trace:configure.ac:3: -1- AC_SUBST([target_alias]) +m4trace:configure.ac:3: -1- AC_SUBST_TRACE([target_alias]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^target_alias$]) +m4trace:configure.ac:7: -1- AM_INIT_AUTOMAKE +m4trace:configure.ac:7: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$]) +m4trace:configure.ac:7: -1- AM_AUTOMAKE_VERSION([1.15]) +m4trace:configure.ac:7: -1- AC_REQUIRE_AUX_FILE([install-sh]) +m4trace:configure.ac:7: -1- AC_SUBST([INSTALL_PROGRAM]) +m4trace:configure.ac:7: -1- AC_SUBST_TRACE([INSTALL_PROGRAM]) +m4trace:configure.ac:7: -1- m4_pattern_allow([^INSTALL_PROGRAM$]) +m4trace:configure.ac:7: -1- AC_SUBST([INSTALL_SCRIPT]) +m4trace:configure.ac:7: -1- AC_SUBST_TRACE([INSTALL_SCRIPT]) +m4trace:configure.ac:7: -1- m4_pattern_allow([^INSTALL_SCRIPT$]) +m4trace:configure.ac:7: -1- AC_SUBST([INSTALL_DATA]) +m4trace:configure.ac:7: -1- AC_SUBST_TRACE([INSTALL_DATA]) +m4trace:configure.ac:7: -1- m4_pattern_allow([^INSTALL_DATA$]) +m4trace:configure.ac:7: -1- AC_SUBST([am__isrc], [' -I$(srcdir)']) +m4trace:configure.ac:7: -1- AC_SUBST_TRACE([am__isrc]) +m4trace:configure.ac:7: -1- m4_pattern_allow([^am__isrc$]) +m4trace:configure.ac:7: -1- _AM_SUBST_NOTMAKE([am__isrc]) +m4trace:configure.ac:7: -1- AC_SUBST([CYGPATH_W]) +m4trace:configure.ac:7: -1- AC_SUBST_TRACE([CYGPATH_W]) +m4trace:configure.ac:7: -1- m4_pattern_allow([^CYGPATH_W$]) +m4trace:configure.ac:7: -1- AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME']) +m4trace:configure.ac:7: -1- AC_SUBST_TRACE([PACKAGE]) +m4trace:configure.ac:7: -1- m4_pattern_allow([^PACKAGE$]) +m4trace:configure.ac:7: -1- AC_SUBST([VERSION], ['AC_PACKAGE_VERSION']) +m4trace:configure.ac:7: -1- AC_SUBST_TRACE([VERSION]) +m4trace:configure.ac:7: -1- m4_pattern_allow([^VERSION$]) +m4trace:configure.ac:7: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE]) +m4trace:configure.ac:7: -1- m4_pattern_allow([^PACKAGE$]) +m4trace:configure.ac:7: -1- AH_OUTPUT([PACKAGE], [/* Name of package */ +@%:@undef PACKAGE]) +m4trace:configure.ac:7: -1- AC_DEFINE_TRACE_LITERAL([VERSION]) +m4trace:configure.ac:7: -1- m4_pattern_allow([^VERSION$]) +m4trace:configure.ac:7: -1- AH_OUTPUT([VERSION], [/* Version number of package */ +@%:@undef VERSION]) +m4trace:configure.ac:7: -1- AC_REQUIRE_AUX_FILE([missing]) +m4trace:configure.ac:7: -1- AC_SUBST([ACLOCAL]) +m4trace:configure.ac:7: -1- AC_SUBST_TRACE([ACLOCAL]) +m4trace:configure.ac:7: -1- m4_pattern_allow([^ACLOCAL$]) +m4trace:configure.ac:7: -1- AC_SUBST([AUTOCONF]) +m4trace:configure.ac:7: -1- AC_SUBST_TRACE([AUTOCONF]) +m4trace:configure.ac:7: -1- m4_pattern_allow([^AUTOCONF$]) +m4trace:configure.ac:7: -1- AC_SUBST([AUTOMAKE]) +m4trace:configure.ac:7: -1- AC_SUBST_TRACE([AUTOMAKE]) +m4trace:configure.ac:7: -1- m4_pattern_allow([^AUTOMAKE$]) +m4trace:configure.ac:7: -1- AC_SUBST([AUTOHEADER]) +m4trace:configure.ac:7: -1- AC_SUBST_TRACE([AUTOHEADER]) +m4trace:configure.ac:7: -1- m4_pattern_allow([^AUTOHEADER$]) +m4trace:configure.ac:7: -1- AC_SUBST([MAKEINFO]) +m4trace:configure.ac:7: -1- AC_SUBST_TRACE([MAKEINFO]) +m4trace:configure.ac:7: -1- m4_pattern_allow([^MAKEINFO$]) +m4trace:configure.ac:7: -1- AC_SUBST([install_sh]) +m4trace:configure.ac:7: -1- AC_SUBST_TRACE([install_sh]) +m4trace:configure.ac:7: -1- m4_pattern_allow([^install_sh$]) +m4trace:configure.ac:7: -1- AC_SUBST([STRIP]) +m4trace:configure.ac:7: -1- AC_SUBST_TRACE([STRIP]) +m4trace:configure.ac:7: -1- m4_pattern_allow([^STRIP$]) +m4trace:configure.ac:7: -1- AC_SUBST([INSTALL_STRIP_PROGRAM]) +m4trace:configure.ac:7: -1- AC_SUBST_TRACE([INSTALL_STRIP_PROGRAM]) +m4trace:configure.ac:7: -1- m4_pattern_allow([^INSTALL_STRIP_PROGRAM$]) +m4trace:configure.ac:7: -1- AC_REQUIRE_AUX_FILE([install-sh]) +m4trace:configure.ac:7: -1- AC_SUBST([MKDIR_P]) +m4trace:configure.ac:7: -1- AC_SUBST_TRACE([MKDIR_P]) +m4trace:configure.ac:7: -1- m4_pattern_allow([^MKDIR_P$]) +m4trace:configure.ac:7: -1- AC_SUBST([mkdir_p], ['$(MKDIR_P)']) +m4trace:configure.ac:7: -1- AC_SUBST_TRACE([mkdir_p]) +m4trace:configure.ac:7: -1- m4_pattern_allow([^mkdir_p$]) +m4trace:configure.ac:7: -1- AC_SUBST([AWK]) +m4trace:configure.ac:7: -1- AC_SUBST_TRACE([AWK]) +m4trace:configure.ac:7: -1- m4_pattern_allow([^AWK$]) +m4trace:configure.ac:7: -1- AC_SUBST([SET_MAKE]) +m4trace:configure.ac:7: -1- AC_SUBST_TRACE([SET_MAKE]) +m4trace:configure.ac:7: -1- m4_pattern_allow([^SET_MAKE$]) +m4trace:configure.ac:7: -1- AC_SUBST([am__leading_dot]) +m4trace:configure.ac:7: -1- AC_SUBST_TRACE([am__leading_dot]) +m4trace:configure.ac:7: -1- m4_pattern_allow([^am__leading_dot$]) +m4trace:configure.ac:7: -1- AC_SUBST([AMTAR], ['$${TAR-tar}']) +m4trace:configure.ac:7: -1- AC_SUBST_TRACE([AMTAR]) +m4trace:configure.ac:7: -1- m4_pattern_allow([^AMTAR$]) +m4trace:configure.ac:7: -1- AC_SUBST([am__tar]) +m4trace:configure.ac:7: -1- AC_SUBST_TRACE([am__tar]) +m4trace:configure.ac:7: -1- m4_pattern_allow([^am__tar$]) +m4trace:configure.ac:7: -1- AC_SUBST([am__untar]) +m4trace:configure.ac:7: -1- AC_SUBST_TRACE([am__untar]) +m4trace:configure.ac:7: -1- m4_pattern_allow([^am__untar$]) +m4trace:configure.ac:7: -1- AM_SILENT_RULES +m4trace:configure.ac:7: -1- AC_SUBST([AM_V]) +m4trace:configure.ac:7: -1- AC_SUBST_TRACE([AM_V]) +m4trace:configure.ac:7: -1- m4_pattern_allow([^AM_V$]) +m4trace:configure.ac:7: -1- _AM_SUBST_NOTMAKE([AM_V]) +m4trace:configure.ac:7: -1- AC_SUBST([AM_DEFAULT_V]) +m4trace:configure.ac:7: -1- AC_SUBST_TRACE([AM_DEFAULT_V]) +m4trace:configure.ac:7: -1- m4_pattern_allow([^AM_DEFAULT_V$]) +m4trace:configure.ac:7: -1- _AM_SUBST_NOTMAKE([AM_DEFAULT_V]) +m4trace:configure.ac:7: -1- AC_SUBST([AM_DEFAULT_VERBOSITY]) +m4trace:configure.ac:7: -1- AC_SUBST_TRACE([AM_DEFAULT_VERBOSITY]) +m4trace:configure.ac:7: -1- m4_pattern_allow([^AM_DEFAULT_VERBOSITY$]) +m4trace:configure.ac:7: -1- AC_SUBST([AM_BACKSLASH]) +m4trace:configure.ac:7: -1- AC_SUBST_TRACE([AM_BACKSLASH]) +m4trace:configure.ac:7: -1- m4_pattern_allow([^AM_BACKSLASH$]) +m4trace:configure.ac:7: -1- _AM_SUBST_NOTMAKE([AM_BACKSLASH]) +m4trace:configure.ac:9: -1- AC_CONFIG_HEADERS([config.h]) +m4trace:configure.ac:11: -1- AC_CANONICAL_HOST +m4trace:configure.ac:11: -1- AC_CANONICAL_BUILD +m4trace:configure.ac:11: -1- AC_REQUIRE_AUX_FILE([config.sub]) +m4trace:configure.ac:11: -1- AC_REQUIRE_AUX_FILE([config.guess]) +m4trace:configure.ac:11: -1- AC_SUBST([build], [$ac_cv_build]) +m4trace:configure.ac:11: -1- AC_SUBST_TRACE([build]) +m4trace:configure.ac:11: -1- m4_pattern_allow([^build$]) +m4trace:configure.ac:11: -1- AC_SUBST([build_cpu], [$[1]]) +m4trace:configure.ac:11: -1- AC_SUBST_TRACE([build_cpu]) +m4trace:configure.ac:11: -1- m4_pattern_allow([^build_cpu$]) +m4trace:configure.ac:11: -1- AC_SUBST([build_vendor], [$[2]]) +m4trace:configure.ac:11: -1- AC_SUBST_TRACE([build_vendor]) +m4trace:configure.ac:11: -1- m4_pattern_allow([^build_vendor$]) +m4trace:configure.ac:11: -1- AC_SUBST([build_os]) +m4trace:configure.ac:11: -1- AC_SUBST_TRACE([build_os]) +m4trace:configure.ac:11: -1- m4_pattern_allow([^build_os$]) +m4trace:configure.ac:11: -1- AC_SUBST([host], [$ac_cv_host]) +m4trace:configure.ac:11: -1- AC_SUBST_TRACE([host]) +m4trace:configure.ac:11: -1- m4_pattern_allow([^host$]) +m4trace:configure.ac:11: -1- AC_SUBST([host_cpu], [$[1]]) +m4trace:configure.ac:11: -1- AC_SUBST_TRACE([host_cpu]) +m4trace:configure.ac:11: -1- m4_pattern_allow([^host_cpu$]) +m4trace:configure.ac:11: -1- AC_SUBST([host_vendor], [$[2]]) +m4trace:configure.ac:11: -1- AC_SUBST_TRACE([host_vendor]) +m4trace:configure.ac:11: -1- m4_pattern_allow([^host_vendor$]) +m4trace:configure.ac:11: -1- AC_SUBST([host_os]) +m4trace:configure.ac:11: -1- AC_SUBST_TRACE([host_os]) +m4trace:configure.ac:11: -1- m4_pattern_allow([^host_os$]) +m4trace:configure.ac:31: -1- AC_SUBST([CC]) +m4trace:configure.ac:31: -1- AC_SUBST_TRACE([CC]) +m4trace:configure.ac:31: -1- m4_pattern_allow([^CC$]) +m4trace:configure.ac:31: -1- AC_SUBST([CFLAGS]) +m4trace:configure.ac:31: -1- AC_SUBST_TRACE([CFLAGS]) +m4trace:configure.ac:31: -1- m4_pattern_allow([^CFLAGS$]) +m4trace:configure.ac:31: -1- AC_SUBST([LDFLAGS]) +m4trace:configure.ac:31: -1- AC_SUBST_TRACE([LDFLAGS]) +m4trace:configure.ac:31: -1- m4_pattern_allow([^LDFLAGS$]) +m4trace:configure.ac:31: -1- AC_SUBST([LIBS]) +m4trace:configure.ac:31: -1- AC_SUBST_TRACE([LIBS]) +m4trace:configure.ac:31: -1- m4_pattern_allow([^LIBS$]) +m4trace:configure.ac:31: -1- AC_SUBST([CPPFLAGS]) +m4trace:configure.ac:31: -1- AC_SUBST_TRACE([CPPFLAGS]) +m4trace:configure.ac:31: -1- m4_pattern_allow([^CPPFLAGS$]) +m4trace:configure.ac:31: -1- AC_SUBST([CC]) +m4trace:configure.ac:31: -1- AC_SUBST_TRACE([CC]) +m4trace:configure.ac:31: -1- m4_pattern_allow([^CC$]) +m4trace:configure.ac:31: -1- AC_SUBST([CC]) +m4trace:configure.ac:31: -1- AC_SUBST_TRACE([CC]) +m4trace:configure.ac:31: -1- m4_pattern_allow([^CC$]) +m4trace:configure.ac:31: -1- AC_SUBST([CC]) +m4trace:configure.ac:31: -1- AC_SUBST_TRACE([CC]) +m4trace:configure.ac:31: -1- m4_pattern_allow([^CC$]) +m4trace:configure.ac:31: -1- AC_SUBST([CC]) +m4trace:configure.ac:31: -1- AC_SUBST_TRACE([CC]) +m4trace:configure.ac:31: -1- m4_pattern_allow([^CC$]) +m4trace:configure.ac:31: -1- AC_SUBST([ac_ct_CC]) +m4trace:configure.ac:31: -1- AC_SUBST_TRACE([ac_ct_CC]) +m4trace:configure.ac:31: -1- m4_pattern_allow([^ac_ct_CC$]) +m4trace:configure.ac:31: -1- AC_SUBST([EXEEXT], [$ac_cv_exeext]) +m4trace:configure.ac:31: -1- AC_SUBST_TRACE([EXEEXT]) +m4trace:configure.ac:31: -1- m4_pattern_allow([^EXEEXT$]) +m4trace:configure.ac:31: -1- AC_SUBST([OBJEXT], [$ac_cv_objext]) +m4trace:configure.ac:31: -1- AC_SUBST_TRACE([OBJEXT]) +m4trace:configure.ac:31: -1- m4_pattern_allow([^OBJEXT$]) +m4trace:configure.ac:31: -1- AC_REQUIRE_AUX_FILE([compile]) +m4trace:configure.ac:31: -1- AC_SUBST([DEPDIR], ["${am__leading_dot}deps"]) +m4trace:configure.ac:31: -1- AC_SUBST_TRACE([DEPDIR]) +m4trace:configure.ac:31: -1- m4_pattern_allow([^DEPDIR$]) +m4trace:configure.ac:31: -1- AC_SUBST([am__include]) +m4trace:configure.ac:31: -1- AC_SUBST_TRACE([am__include]) +m4trace:configure.ac:31: -1- m4_pattern_allow([^am__include$]) +m4trace:configure.ac:31: -1- AC_SUBST([am__quote]) +m4trace:configure.ac:31: -1- AC_SUBST_TRACE([am__quote]) +m4trace:configure.ac:31: -1- m4_pattern_allow([^am__quote$]) +m4trace:configure.ac:31: -1- AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) +m4trace:configure.ac:31: -1- AC_SUBST([AMDEP_TRUE]) +m4trace:configure.ac:31: -1- AC_SUBST_TRACE([AMDEP_TRUE]) +m4trace:configure.ac:31: -1- m4_pattern_allow([^AMDEP_TRUE$]) +m4trace:configure.ac:31: -1- AC_SUBST([AMDEP_FALSE]) +m4trace:configure.ac:31: -1- AC_SUBST_TRACE([AMDEP_FALSE]) +m4trace:configure.ac:31: -1- m4_pattern_allow([^AMDEP_FALSE$]) +m4trace:configure.ac:31: -1- _AM_SUBST_NOTMAKE([AMDEP_TRUE]) +m4trace:configure.ac:31: -1- _AM_SUBST_NOTMAKE([AMDEP_FALSE]) +m4trace:configure.ac:31: -1- AC_SUBST([AMDEPBACKSLASH]) +m4trace:configure.ac:31: -1- AC_SUBST_TRACE([AMDEPBACKSLASH]) +m4trace:configure.ac:31: -1- m4_pattern_allow([^AMDEPBACKSLASH$]) +m4trace:configure.ac:31: -1- _AM_SUBST_NOTMAKE([AMDEPBACKSLASH]) +m4trace:configure.ac:31: -1- AC_SUBST([am__nodep]) +m4trace:configure.ac:31: -1- AC_SUBST_TRACE([am__nodep]) +m4trace:configure.ac:31: -1- m4_pattern_allow([^am__nodep$]) +m4trace:configure.ac:31: -1- _AM_SUBST_NOTMAKE([am__nodep]) +m4trace:configure.ac:31: -1- AC_SUBST([CCDEPMODE], [depmode=$am_cv_CC_dependencies_compiler_type]) +m4trace:configure.ac:31: -1- AC_SUBST_TRACE([CCDEPMODE]) +m4trace:configure.ac:31: -1- m4_pattern_allow([^CCDEPMODE$]) +m4trace:configure.ac:31: -1- AM_CONDITIONAL([am__fastdepCC], [ + test "x$enable_dependency_tracking" != xno \ + && test "$am_cv_CC_dependencies_compiler_type" = gcc3]) +m4trace:configure.ac:31: -1- AC_SUBST([am__fastdepCC_TRUE]) +m4trace:configure.ac:31: -1- AC_SUBST_TRACE([am__fastdepCC_TRUE]) +m4trace:configure.ac:31: -1- m4_pattern_allow([^am__fastdepCC_TRUE$]) +m4trace:configure.ac:31: -1- AC_SUBST([am__fastdepCC_FALSE]) +m4trace:configure.ac:31: -1- AC_SUBST_TRACE([am__fastdepCC_FALSE]) +m4trace:configure.ac:31: -1- m4_pattern_allow([^am__fastdepCC_FALSE$]) +m4trace:configure.ac:31: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_TRUE]) +m4trace:configure.ac:31: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_FALSE]) +m4trace:configure.ac:33: -1- AC_DEFINE_TRACE_LITERAL([ATTRIBUTE_UNUSED]) +m4trace:configure.ac:33: -1- m4_pattern_allow([^ATTRIBUTE_UNUSED$]) +m4trace:configure.ac:33: -1- AH_OUTPUT([ATTRIBUTE_UNUSED], [/* Define to the compiler\'s unused pragma */ +@%:@undef ATTRIBUTE_UNUSED]) +m4trace:configure.ac:36: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete. +You should run autoupdate.], [../../lib/autoconf/general.m4:2625: AC_TRY_COMPILE is expanded from... +acinclude.m4:336: GCC_WEXTRA is expanded from... +configure.ac:36: the top level]) +m4trace:configure.ac:37: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete. +You should run autoupdate.], [../../lib/autoconf/general.m4:2625: AC_TRY_COMPILE is expanded from... +acinclude.m4:240: GCC_STACK_PROTECT_CC is expanded from... +configure.ac:37: the top level]) +m4trace:configure.ac:37: -1- AC_DEFINE_TRACE_LITERAL([ENABLE_SSP_CC]) +m4trace:configure.ac:37: -1- m4_pattern_allow([^ENABLE_SSP_CC$]) +m4trace:configure.ac:37: -1- AH_OUTPUT([ENABLE_SSP_CC], [/* Define if SSP C support is enabled. */ +@%:@undef ENABLE_SSP_CC]) +m4trace:configure.ac:38: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete. +You should run autoupdate.], [../../lib/autoconf/general.m4:2625: AC_TRY_COMPILE is expanded from... +acinclude.m4:281: GCC_FORTIFY_SOURCE is expanded from... +configure.ac:38: the top level]) +m4trace:configure.ac:39: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete. +You should run autoupdate.], [../../lib/autoconf/general.m4:2625: AC_TRY_COMPILE is expanded from... +acinclude.m4:314: GCC_FORMAT_SECURITY is expanded from... +configure.ac:39: the top level]) +m4trace:configure.ac:43: -1- AC_DEFINE_TRACE_LITERAL([ATTRIBUTE_UNUSED]) +m4trace:configure.ac:43: -1- m4_pattern_allow([^ATTRIBUTE_UNUSED$]) +m4trace:configure.ac:43: -1- AH_OUTPUT([ATTRIBUTE_UNUSED], [/* Define to the compiler\'s unused pragma */ +@%:@undef ATTRIBUTE_UNUSED]) +m4trace:configure.ac:47: -1- AC_SUBST([LN_S], [$as_ln_s]) +m4trace:configure.ac:47: -1- AC_SUBST_TRACE([LN_S]) +m4trace:configure.ac:47: -1- m4_pattern_allow([^LN_S$]) +m4trace:configure.ac:78: -1- AC_SUBST([CPP]) +m4trace:configure.ac:78: -1- AC_SUBST_TRACE([CPP]) +m4trace:configure.ac:78: -1- m4_pattern_allow([^CPP$]) +m4trace:configure.ac:78: -1- AC_SUBST([CPPFLAGS]) +m4trace:configure.ac:78: -1- AC_SUBST_TRACE([CPPFLAGS]) +m4trace:configure.ac:78: -1- m4_pattern_allow([^CPPFLAGS$]) +m4trace:configure.ac:78: -1- AC_SUBST([CPP]) +m4trace:configure.ac:78: -1- AC_SUBST_TRACE([CPP]) +m4trace:configure.ac:78: -1- m4_pattern_allow([^CPP$]) +m4trace:configure.ac:78: -1- AC_SUBST([GREP]) +m4trace:configure.ac:78: -1- AC_SUBST_TRACE([GREP]) +m4trace:configure.ac:78: -1- m4_pattern_allow([^GREP$]) +m4trace:configure.ac:78: -1- AC_SUBST([EGREP]) +m4trace:configure.ac:78: -1- AC_SUBST_TRACE([EGREP]) +m4trace:configure.ac:78: -1- m4_pattern_allow([^EGREP$]) +m4trace:configure.ac:78: -1- AC_DEFINE_TRACE_LITERAL([STDC_HEADERS]) +m4trace:configure.ac:78: -1- m4_pattern_allow([^STDC_HEADERS$]) +m4trace:configure.ac:78: -1- AH_OUTPUT([STDC_HEADERS], [/* Define to 1 if you have the ANSI C header files. */ +@%:@undef STDC_HEADERS]) +m4trace:configure.ac:79: -1- AH_OUTPUT([HAVE_ARPA_INET_H], [/* Define to 1 if you have the header file. */ +@%:@undef HAVE_ARPA_INET_H]) +m4trace:configure.ac:79: -1- AH_OUTPUT([HAVE_NETDB_H], [/* Define to 1 if you have the header file. */ +@%:@undef HAVE_NETDB_H]) +m4trace:configure.ac:79: -1- AH_OUTPUT([HAVE_NETINET_IN_H], [/* Define to 1 if you have the header file. */ +@%:@undef HAVE_NETINET_IN_H]) +m4trace:configure.ac:79: -1- AH_OUTPUT([HAVE_SYS_SOCKET_H], [/* Define to 1 if you have the header file. */ +@%:@undef HAVE_SYS_SOCKET_H]) +m4trace:configure.ac:79: -1- AH_OUTPUT([HAVE_SYS_TIME_H], [/* Define to 1 if you have the header file. */ +@%:@undef HAVE_SYS_TIME_H]) +m4trace:configure.ac:79: -1- AH_OUTPUT([HAVE_UNISTD_H], [/* Define to 1 if you have the header file. */ +@%:@undef HAVE_UNISTD_H]) +m4trace:configure.ac:79: -1- AH_OUTPUT([HAVE_GETOPT_H], [/* Define to 1 if you have the header file. */ +@%:@undef HAVE_GETOPT_H]) +m4trace:configure.ac:79: -1- AH_OUTPUT([HAVE_PCAP_H], [/* Define to 1 if you have the header file. */ +@%:@undef HAVE_PCAP_H]) +m4trace:configure.ac:79: -1- AH_OUTPUT([HAVE_SYS_IOCTL_H], [/* Define to 1 if you have the header file. */ +@%:@undef HAVE_SYS_IOCTL_H]) +m4trace:configure.ac:79: -1- AH_OUTPUT([HAVE_SYS_STAT_H], [/* Define to 1 if you have the header file. */ +@%:@undef HAVE_SYS_STAT_H]) +m4trace:configure.ac:79: -1- AH_OUTPUT([HAVE_FCNTL_H], [/* Define to 1 if you have the header file. */ +@%:@undef HAVE_FCNTL_H]) +m4trace:configure.ac:79: -1- AH_OUTPUT([HAVE_SEARCH_H], [/* Define to 1 if you have the header file. */ +@%:@undef HAVE_SEARCH_H]) +m4trace:configure.ac:79: -1- AH_OUTPUT([HAVE_SYS_TYPES_H], [/* Define to 1 if you have the header file. */ +@%:@undef HAVE_SYS_TYPES_H]) +m4trace:configure.ac:79: -1- AH_OUTPUT([HAVE_SYS_STAT_H], [/* Define to 1 if you have the header file. */ +@%:@undef HAVE_SYS_STAT_H]) +m4trace:configure.ac:79: -1- AH_OUTPUT([HAVE_STDLIB_H], [/* Define to 1 if you have the header file. */ +@%:@undef HAVE_STDLIB_H]) +m4trace:configure.ac:79: -1- AH_OUTPUT([HAVE_STRING_H], [/* Define to 1 if you have the header file. */ +@%:@undef HAVE_STRING_H]) +m4trace:configure.ac:79: -1- AH_OUTPUT([HAVE_MEMORY_H], [/* Define to 1 if you have the header file. */ +@%:@undef HAVE_MEMORY_H]) +m4trace:configure.ac:79: -1- AH_OUTPUT([HAVE_STRINGS_H], [/* Define to 1 if you have the header file. */ +@%:@undef HAVE_STRINGS_H]) +m4trace:configure.ac:79: -1- AH_OUTPUT([HAVE_INTTYPES_H], [/* Define to 1 if you have the header file. */ +@%:@undef HAVE_INTTYPES_H]) +m4trace:configure.ac:79: -1- AH_OUTPUT([HAVE_STDINT_H], [/* Define to 1 if you have the header file. */ +@%:@undef HAVE_STDINT_H]) +m4trace:configure.ac:79: -1- AH_OUTPUT([HAVE_UNISTD_H], [/* Define to 1 if you have the header file. */ +@%:@undef HAVE_UNISTD_H]) +m4trace:configure.ac:82: -1- AC_DEFINE_TRACE_LITERAL([const]) +m4trace:configure.ac:82: -1- m4_pattern_allow([^const$]) +m4trace:configure.ac:82: -1- AH_OUTPUT([const], [/* Define to empty if `const\' does not conform to ANSI C. */ +@%:@undef const]) +m4trace:configure.ac:83: -1- AC_DEFINE_TRACE_LITERAL([size_t]) +m4trace:configure.ac:83: -1- m4_pattern_allow([^size_t$]) +m4trace:configure.ac:83: -1- AH_OUTPUT([size_t], [/* Define to `unsigned int\' if does not define. */ +@%:@undef size_t]) +m4trace:configure.ac:84: -1- AC_DEFINE_TRACE_LITERAL([TIME_WITH_SYS_TIME]) +m4trace:configure.ac:84: -1- m4_pattern_allow([^TIME_WITH_SYS_TIME$]) +m4trace:configure.ac:84: -1- AH_OUTPUT([TIME_WITH_SYS_TIME], [/* Define to 1 if you can safely include both and . */ +@%:@undef TIME_WITH_SYS_TIME]) +m4trace:configure.ac:88: -2- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete. +You should run autoupdate.], [../../lib/autoconf/general.m4:2625: AC_TRY_COMPILE is expanded from... +acinclude.m4:8: AC_NTA_CHECK_TYPE is expanded from... +configure.ac:88: the top level]) +m4trace:configure.ac:88: -1- AC_DEFINE_TRACE_LITERAL([uint8_t]) +m4trace:configure.ac:88: -1- m4_pattern_allow([^uint8_t$]) +m4trace:configure.ac:88: -1- AH_OUTPUT([uint8_t], [/* Define to required type if we don\'t have uint8_t */ +@%:@undef uint8_t]) +m4trace:configure.ac:89: -2- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete. +You should run autoupdate.], [../../lib/autoconf/general.m4:2625: AC_TRY_COMPILE is expanded from... +acinclude.m4:8: AC_NTA_CHECK_TYPE is expanded from... +configure.ac:89: the top level]) +m4trace:configure.ac:89: -1- AC_DEFINE_TRACE_LITERAL([uint16_t]) +m4trace:configure.ac:89: -1- m4_pattern_allow([^uint16_t$]) +m4trace:configure.ac:89: -1- AH_OUTPUT([uint16_t], [/* Define to required type if we don\'t have uint16_t */ +@%:@undef uint16_t]) +m4trace:configure.ac:90: -2- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete. +You should run autoupdate.], [../../lib/autoconf/general.m4:2625: AC_TRY_COMPILE is expanded from... +acinclude.m4:8: AC_NTA_CHECK_TYPE is expanded from... +configure.ac:90: the top level]) +m4trace:configure.ac:90: -1- AC_DEFINE_TRACE_LITERAL([uint32_t]) +m4trace:configure.ac:90: -1- m4_pattern_allow([^uint32_t$]) +m4trace:configure.ac:90: -1- AH_OUTPUT([uint32_t], [/* Define to required type if we don\'t have uint32_t */ +@%:@undef uint32_t]) +m4trace:configure.ac:99: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete. +You should run autoupdate.], [../../lib/autoconf/general.m4:2775: AC_TRY_RUN is expanded from... +../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from... +../../lib/autoconf/general.m4:2042: AC_CACHE_VAL is expanded from... +../../lib/autoconf/general.m4:2063: AC_CACHE_CHECK is expanded from... +acinclude.m4:119: PGAC_TYPE_64BIT_INT is expanded from... +configure.ac:99: the top level]) +m4trace:configure.ac:99: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LONG_INT_64]) +m4trace:configure.ac:99: -1- m4_pattern_allow([^HAVE_LONG_INT_64$]) +m4trace:configure.ac:99: -1- AH_OUTPUT([HAVE_LONG_INT_64], [/* Define to 1 if `long int\' works and is 64 bits. */ +@%:@undef HAVE_LONG_INT_64]) +m4trace:configure.ac:105: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete. +You should run autoupdate.], [../../lib/autoconf/general.m4:2775: AC_TRY_RUN is expanded from... +../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from... +../../lib/autoconf/general.m4:2042: AC_CACHE_VAL is expanded from... +../../lib/autoconf/general.m4:2063: AC_CACHE_CHECK is expanded from... +acinclude.m4:119: PGAC_TYPE_64BIT_INT is expanded from... +configure.ac:105: the top level]) +m4trace:configure.ac:105: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LONG_LONG_INT_64]) +m4trace:configure.ac:105: -1- m4_pattern_allow([^HAVE_LONG_LONG_INT_64$]) +m4trace:configure.ac:105: -1- AH_OUTPUT([HAVE_LONG_LONG_INT_64], [/* Define to 1 if `long long int\' works and is 64 bits. */ +@%:@undef HAVE_LONG_LONG_INT_64]) +m4trace:configure.ac:114: -1- AC_DEFINE_TRACE_LITERAL([ARP_INT64]) +m4trace:configure.ac:114: -1- m4_pattern_allow([^ARP_INT64$]) +m4trace:configure.ac:114: -1- AH_OUTPUT([ARP_INT64], [/* Define to the appropriate type for 64-bit ints. */ +@%:@undef ARP_INT64]) +m4trace:configure.ac:116: -1- AC_DEFINE_TRACE_LITERAL([ARP_UINT64]) +m4trace:configure.ac:116: -1- m4_pattern_allow([^ARP_UINT64$]) +m4trace:configure.ac:116: -1- AH_OUTPUT([ARP_UINT64], [/* Define to the appropriate type for unsigned 64-bit ints. */ +@%:@undef ARP_UINT64]) +m4trace:configure.ac:124: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete. +You should run autoupdate.], [../../lib/autoconf/general.m4:2775: AC_TRY_RUN is expanded from... +../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from... +../../lib/autoconf/general.m4:2042: AC_CACHE_VAL is expanded from... +acinclude.m4:178: PGAC_FUNC_SNPRINTF_LONG_LONG_INT_FORMAT is expanded from... +configure.ac:124: the top level]) +m4trace:configure.ac:137: -1- AC_DEFINE_TRACE_LITERAL([ARP_INT64_FORMAT]) +m4trace:configure.ac:137: -1- m4_pattern_allow([^ARP_INT64_FORMAT$]) +m4trace:configure.ac:137: -1- AH_OUTPUT([ARP_INT64_FORMAT], [/* Define to the appropriate snprintf format for 64-bit ints. */ +@%:@undef ARP_INT64_FORMAT]) +m4trace:configure.ac:140: -1- AC_DEFINE_TRACE_LITERAL([ARP_UINT64_FORMAT]) +m4trace:configure.ac:140: -1- m4_pattern_allow([^ARP_UINT64_FORMAT$]) +m4trace:configure.ac:140: -1- AH_OUTPUT([ARP_UINT64_FORMAT], [/* Define to the appropriate snprintf format for unsigned 64-bit ints. */ +@%:@undef ARP_UINT64_FORMAT]) +m4trace:configure.ac:144: -1- AH_OUTPUT([HAVE_MALLOC], [/* Define to 1 if you have the `malloc\' function. */ +@%:@undef HAVE_MALLOC]) +m4trace:configure.ac:144: -1- AH_OUTPUT([HAVE_GETHOSTBYNAME], [/* Define to 1 if you have the `gethostbyname\' function. */ +@%:@undef HAVE_GETHOSTBYNAME]) +m4trace:configure.ac:144: -1- AH_OUTPUT([HAVE_GETTIMEOFDAY], [/* Define to 1 if you have the `gettimeofday\' function. */ +@%:@undef HAVE_GETTIMEOFDAY]) +m4trace:configure.ac:144: -1- AH_OUTPUT([HAVE_INET_NTOA], [/* Define to 1 if you have the `inet_ntoa\' function. */ +@%:@undef HAVE_INET_NTOA]) +m4trace:configure.ac:144: -1- AH_OUTPUT([HAVE_MEMSET], [/* Define to 1 if you have the `memset\' function. */ +@%:@undef HAVE_MEMSET]) +m4trace:configure.ac:144: -1- AH_OUTPUT([HAVE_SELECT], [/* Define to 1 if you have the `select\' function. */ +@%:@undef HAVE_SELECT]) +m4trace:configure.ac:144: -1- AH_OUTPUT([HAVE_SOCKET], [/* Define to 1 if you have the `socket\' function. */ +@%:@undef HAVE_SOCKET]) +m4trace:configure.ac:144: -1- AH_OUTPUT([HAVE_STRERROR], [/* Define to 1 if you have the `strerror\' function. */ +@%:@undef HAVE_STRERROR]) +m4trace:configure.ac:160: -1- AC_DEFINE_TRACE_LITERAL([HAVE_REGEX_H]) +m4trace:configure.ac:160: -1- m4_pattern_allow([^HAVE_REGEX_H$]) +m4trace:configure.ac:160: -1- AH_OUTPUT([HAVE_REGEX_H], [/* Define to 1 if you have posix regex support */ +@%:@undef HAVE_REGEX_H]) +m4trace:configure.ac:168: -1- AH_OUTPUT([HAVE_NETPACKET_PACKET_H], [/* Define to 1 if you have the header file. */ +@%:@undef HAVE_NETPACKET_PACKET_H]) +m4trace:configure.ac:168: -1- AH_OUTPUT([HAVE_NET_IF_H], [/* Define to 1 if you have the header file. */ +@%:@undef HAVE_NET_IF_H]) +m4trace:configure.ac:169: -1- AC_SUBST([LIB@&t@OBJS], ["$LIB@&t@OBJS link-packet-socket.$ac_objext"]) +m4trace:configure.ac:169: -1- AC_SUBST_TRACE([LIB@&t@OBJS]) +m4trace:configure.ac:169: -1- m4_pattern_allow([^LIB@&t@OBJS$]) +m4trace:configure.ac:169: -1- AC_LIBSOURCE([link-packet-socket.c]) +m4trace:configure.ac:179: -1- AH_OUTPUT([HAVE_NET_IF_H], [/* Define to 1 if you have the header file. */ +@%:@undef HAVE_NET_IF_H]) +m4trace:configure.ac:179: -1- AH_OUTPUT([HAVE_SYS_PARAM_H], [/* Define to 1 if you have the header file. */ +@%:@undef HAVE_SYS_PARAM_H]) +m4trace:configure.ac:179: -1- AH_OUTPUT([HAVE_SYS_SYSCTL_H], [/* Define to 1 if you have the header file. */ +@%:@undef HAVE_SYS_SYSCTL_H]) +m4trace:configure.ac:179: -1- AH_OUTPUT([HAVE_NET_ROUTE_H], [/* Define to 1 if you have the header file. */ +@%:@undef HAVE_NET_ROUTE_H]) +m4trace:configure.ac:179: -1- AH_OUTPUT([HAVE_NET_IF_DL_H], [/* Define to 1 if you have the header file. */ +@%:@undef HAVE_NET_IF_DL_H]) +m4trace:configure.ac:189: -1- AC_DEFINE_TRACE_LITERAL([ARP_PCAP_BPF]) +m4trace:configure.ac:189: -1- m4_pattern_allow([^ARP_PCAP_BPF$]) +m4trace:configure.ac:189: -1- AH_OUTPUT([ARP_PCAP_BPF], [/* Define to 1 if pcap uses BPF */ +@%:@undef ARP_PCAP_BPF]) +m4trace:configure.ac:190: -1- AC_SUBST([LIB@&t@OBJS], ["$LIB@&t@OBJS link-bpf.$ac_objext"]) +m4trace:configure.ac:190: -1- AC_SUBST_TRACE([LIB@&t@OBJS]) +m4trace:configure.ac:190: -1- m4_pattern_allow([^LIB@&t@OBJS$]) +m4trace:configure.ac:190: -1- AC_LIBSOURCE([link-bpf.c]) +m4trace:configure.ac:195: -1- AH_OUTPUT([HAVE_SYS_DLPI_H], [/* Define to 1 if you have the header file. */ +@%:@undef HAVE_SYS_DLPI_H]) +m4trace:configure.ac:195: -1- AH_OUTPUT([HAVE_SYS_DLPIHDR_H], [/* Define to 1 if you have the header file. */ +@%:@undef HAVE_SYS_DLPIHDR_H]) +m4trace:configure.ac:195: -1- AH_OUTPUT([HAVE_STROPTS_H], [/* Define to 1 if you have the header file. */ +@%:@undef HAVE_STROPTS_H]) +m4trace:configure.ac:195: -1- AH_OUTPUT([HAVE_SYS_IOCTL_H], [/* Define to 1 if you have the header file. */ +@%:@undef HAVE_SYS_IOCTL_H]) +m4trace:configure.ac:195: -1- AH_OUTPUT([HAVE_SYS_SOCKIO_H], [/* Define to 1 if you have the header file. */ +@%:@undef HAVE_SYS_SOCKIO_H]) +m4trace:configure.ac:195: -1- AH_OUTPUT([HAVE_NET_IF_H], [/* Define to 1 if you have the header file. */ +@%:@undef HAVE_NET_IF_H]) +m4trace:configure.ac:195: -1- AH_OUTPUT([HAVE_SYS_BUFMOD_H], [/* Define to 1 if you have the header file. */ +@%:@undef HAVE_SYS_BUFMOD_H]) +m4trace:configure.ac:202: -1- AC_DEFINE_TRACE_LITERAL([ARP_PCAP_DLPI]) +m4trace:configure.ac:202: -1- m4_pattern_allow([^ARP_PCAP_DLPI$]) +m4trace:configure.ac:202: -1- AH_OUTPUT([ARP_PCAP_DLPI], [/* Define to 1 if pcap uses DLPI */ +@%:@undef ARP_PCAP_DLPI]) +m4trace:configure.ac:203: -1- AC_SUBST([LIB@&t@OBJS], ["$LIB@&t@OBJS link-dlpi.$ac_objext"]) +m4trace:configure.ac:203: -1- AC_SUBST_TRACE([LIB@&t@OBJS]) +m4trace:configure.ac:203: -1- m4_pattern_allow([^LIB@&t@OBJS$]) +m4trace:configure.ac:203: -1- AC_LIBSOURCE([link-dlpi.c]) +m4trace:configure.ac:213: -1- AC_SUBST([LIB@&t@OBJS], ["$LIB@&t@OBJS getopt.$ac_objext"]) +m4trace:configure.ac:213: -1- AC_SUBST_TRACE([LIB@&t@OBJS]) +m4trace:configure.ac:213: -1- m4_pattern_allow([^LIB@&t@OBJS$]) +m4trace:configure.ac:213: -1- AC_LIBSOURCE([getopt.c]) +m4trace:configure.ac:213: -1- AC_SUBST([LIB@&t@OBJS], ["$LIB@&t@OBJS getopt1.$ac_objext"]) +m4trace:configure.ac:213: -1- AC_SUBST_TRACE([LIB@&t@OBJS]) +m4trace:configure.ac:213: -1- m4_pattern_allow([^LIB@&t@OBJS$]) +m4trace:configure.ac:213: -1- AC_LIBSOURCE([getopt1.c]) +m4trace:configure.ac:213: -1- AC_LIBSOURCE([getopt.h]) +m4trace:configure.ac:221: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STRLCAT]) +m4trace:configure.ac:221: -1- m4_pattern_allow([^HAVE_STRLCAT$]) +m4trace:configure.ac:221: -1- AH_OUTPUT([HAVE_STRLCAT], [/* Define to 1 if the C library includes the strlcat function */ +@%:@undef HAVE_STRLCAT]) +m4trace:configure.ac:221: -1- AC_SUBST([LIB@&t@OBJS], ["$LIB@&t@OBJS strlcat.$ac_objext"]) +m4trace:configure.ac:221: -1- AC_SUBST_TRACE([LIB@&t@OBJS]) +m4trace:configure.ac:221: -1- m4_pattern_allow([^LIB@&t@OBJS$]) +m4trace:configure.ac:221: -1- AC_LIBSOURCE([strlcat.c]) +m4trace:configure.ac:224: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STRLCPY]) +m4trace:configure.ac:224: -1- m4_pattern_allow([^HAVE_STRLCPY$]) +m4trace:configure.ac:224: -1- AH_OUTPUT([HAVE_STRLCPY], [/* Define to 1 if the C library includes the strlcpy function */ +@%:@undef HAVE_STRLCPY]) +m4trace:configure.ac:224: -1- AC_SUBST([LIB@&t@OBJS], ["$LIB@&t@OBJS strlcpy.$ac_objext"]) +m4trace:configure.ac:224: -1- AC_SUBST_TRACE([LIB@&t@OBJS]) +m4trace:configure.ac:224: -1- m4_pattern_allow([^LIB@&t@OBJS$]) +m4trace:configure.ac:224: -1- AC_LIBSOURCE([strlcpy.c]) +m4trace:configure.ac:228: -1- AC_CONFIG_FILES([Makefile]) +m4trace:configure.ac:229: -1- AC_SUBST([LIB@&t@OBJS], [$ac_libobjs]) +m4trace:configure.ac:229: -1- AC_SUBST_TRACE([LIB@&t@OBJS]) +m4trace:configure.ac:229: -1- m4_pattern_allow([^LIB@&t@OBJS$]) +m4trace:configure.ac:229: -1- AC_SUBST([LTLIBOBJS], [$ac_ltlibobjs]) +m4trace:configure.ac:229: -1- AC_SUBST_TRACE([LTLIBOBJS]) +m4trace:configure.ac:229: -1- m4_pattern_allow([^LTLIBOBJS$]) +m4trace:configure.ac:229: -1- AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"]) +m4trace:configure.ac:229: -1- AC_SUBST([am__EXEEXT_TRUE]) +m4trace:configure.ac:229: -1- AC_SUBST_TRACE([am__EXEEXT_TRUE]) +m4trace:configure.ac:229: -1- m4_pattern_allow([^am__EXEEXT_TRUE$]) +m4trace:configure.ac:229: -1- AC_SUBST([am__EXEEXT_FALSE]) +m4trace:configure.ac:229: -1- AC_SUBST_TRACE([am__EXEEXT_FALSE]) +m4trace:configure.ac:229: -1- m4_pattern_allow([^am__EXEEXT_FALSE$]) +m4trace:configure.ac:229: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_TRUE]) +m4trace:configure.ac:229: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_FALSE]) +m4trace:configure.ac:229: -1- AC_SUBST_TRACE([top_builddir]) +m4trace:configure.ac:229: -1- AC_SUBST_TRACE([top_build_prefix]) +m4trace:configure.ac:229: -1- AC_SUBST_TRACE([srcdir]) +m4trace:configure.ac:229: -1- AC_SUBST_TRACE([abs_srcdir]) +m4trace:configure.ac:229: -1- AC_SUBST_TRACE([top_srcdir]) +m4trace:configure.ac:229: -1- AC_SUBST_TRACE([abs_top_srcdir]) +m4trace:configure.ac:229: -1- AC_SUBST_TRACE([builddir]) +m4trace:configure.ac:229: -1- AC_SUBST_TRACE([abs_builddir]) +m4trace:configure.ac:229: -1- AC_SUBST_TRACE([abs_top_builddir]) +m4trace:configure.ac:229: -1- AC_SUBST_TRACE([INSTALL]) +m4trace:configure.ac:229: -1- AC_SUBST_TRACE([MKDIR_P]) diff -Nru arp-scan-1.9/ChangeLog arp-scan-2.0/ChangeLog --- arp-scan-1.9/ChangeLog 2013-07-24 14:21:07.000000000 +0530 +++ arp-scan-2.0/ChangeLog 2017-09-21 19:24:11.000000000 +0530 @@ -1,4 +1,181 @@ -$Id: ChangeLog 19808 2013-07-24 08:51:06Z rsh $ +2017-05-29 Roy Hills + + * Updated ieee-oui.txt and ieee-iab.txt files. + +2016-09-03 Roy Hills + + * arp-scan.c: Use the new libpcap 1.0 API functions pcap_create(), + pcap_set_XXX(), pcap_activate() instead of the old pcap_open_live(). + This requires libpcap 1.0 or later, so this and future versions of + arp-scan will not work with libpcap 0.9 or earlier. + + * configure.ac: Change pcap compatibility test to check for pcap_create + instead of pcap_sendpacket to test for libpcap 1.0 or later. + + * configure.ac: Increment version number to 1.9.5 to reflect the + libpcap API change. + + * Modified copyright statement in files to include up to 2016. + +2016-08-31 Roy Hills + + * arp-scan.c, arp-scan.h: Merge changes by tissieres to use + source_mac rather than interface_mac in the pcap filter. This + requires us to enable promiscuous mode to ensure that the + ARP replies are received. + + * configure.ac: Increment version number to 1.9.4 to reflect the + changes made since 2016-08-13. + +2016-08-30 Roy Hills + + * arp-fingerprint: Merge changes by Rhig to add "-l" option. + + * arp-fingerprint: Added patterns for FreeBSD 10.3, DragonflyBSD 4.6, + Windows10, Linux 4.0, Linux 4.6, OpenBSD 5.9, NetBSD 7.0. + +2016-08-22 Roy Hills + + * configure.ac: Remove function replacement for inet_aton, as all + systems I'm aware of have this function now. This replacement + was needed for Solaris 8, but Solaris 10 does not need it and I + doubt that anyone is still using versions of Solaris prior to 10. + + * inet_aton.c: Removed. + +2016-08-20 Roy Hills + + * arp-scan.c, arp-scan.h: Use posix hash table functions hcreate(), + hsearch() and hdestroy() instead of the gas hash table code. + + * hash.c, hash.h, obstack.c, obstack.h: Removed. + +2016-08-13 Roy Hills + + * get-oui, get-oui.1, arp-scan.1: Update IEEE OUI download location. + + * ieee-oui.txt: Updated from IEEE website using modified script. + + * check-decode: Updated manufacturer names to match updated OUI file. + + * configure.ac: Increased version number from 1.9.2 to 1.9.3 to + reflect the various changes made on github between Aug 2013 and + Aug 2016. + + * acinclude.m4: Assume long long int format is %lld if cross compiling. + + * arp-scan.c: Correct warning message for invalid IP addresses to avoid + segmentation violation. + +2015-11-13 Roy Hills + + * get-iab: Read the OUI from the data in the file instead of using + the constant 24-bit number 0050C2. This is required because the + 0050C2 IEEE OUI has been fully used, and allocations have started + from the 40D855 IEEE OUI. + + * *.c: Removed unneeded trailing whitespace in source code. Thanks + to "jubalh" for this pull request. + + * arp-scan.c, check-run1: Change --help and --version options to output + to stdout (fd 0) instead of stderr (fd 1) in accordance with GNU + Coding Standards section 4.7, "Standards for Command Line Interfaces". + Thanks to "srdja" for this pull request. + + * get-oui, get-iab: omit trailing whitespace from ieee-oui.txt and + ieee-iab.txt files. + + * ieee-oui.txt, ieee-iab.txt: Updated from IEEE website using modified + scripts. + +2013-12-02 Roy Hills + + * link-packet-socket.c: Die with an error if we can't open a raw + packet socket to obtain the interface MAC address. This avoids + a segmentation violation on Linux if we try to run arp-scan against + a specific interface without the required privileges. + +2013-12-02 Roy Hills + + * arp-scan.c, arp-scan.h arp-scan.1: Added new --randomseed option, + which allows the random numer generator to be seeded with a specific + value. + + * arp-scan.c, arp-scan.h, utils.c: Removed --debug (-d) option. This + has not been used for years, and the associated debug code was + causing more clutter than it was worth. + + * check-host-list: Added test to check generation of random host list. + +2013-12-01 Roy Hills + + * configure.ac, .gitignore: Added configure option --enable-gcov to + enable gcov code coverage. + +2013-11-12 Roy Hills + + * arp-fingerprint: Added fingerprint for Cisco IOS 15.0. + +2013-11-02 Roy Hills + + * arp-scan.c, arp-scan.1: Added new --plain (-x) option to supress + printing of header and footer text, and only display one output + line for each responding host. Idea from Stefan Tomanek's arp-scan + fork on github at https://github.com/wertarbyte/arp-scan. + +2013-09-21 Roy Hills + + * get-oui, get-iab: Use LWP::UserAgent instead of LWP::Simple to enable + us to obtain the raw content rather than the decoded content. This + avoids Unicode/UTF-8 issues caused by a change in behaviour between + LWP 5.813 on Debian Lenny and 5.836 on Debian Squeeze. + + * ieee-oui.txt, ieee-iab.txt: Updated from IEEE website using modified + scripts. + +2013-09-05 Roy Hills + + * arp-fingerprint: Added fingerprint for WIZnet W5100 on Arduino + Ethernet shield. + +2013-09-05 Roy Hills + + * configure.ac: Change the bug-report string in AC_INIT from the + arp-scan email address to the github URL. + + * Added references to the github repository in various files in + place of the arp-scan email address. + + * Updated ieee-oui.txt and ieee-iab.txt files. + +2013-08-15 Roy Hills + + * Removed $Id$ keywords from all files, and associated rcsid variables + from C source. These are not really needed and they don't work with + git. + + * check-run1: Added GPL licence text, which had been accidentally + ommitted when the script was written. + + * configure.ac: Incremented version to 1.9.2 to distinguish new + version under git revision control. + + * .gitignore: new file containing file patterns that should not be + committed to the repository. + +2013-08-15 Roy Hills + + * ChangeLog: Removed pointless id keywords. + + * Final SVN revision before migration to git. + +2013-07-25 Roy Hills + + * Released arp-scan version 1.9. + tarball arp-scan-1.9.tar.gz, size 488442 bytes + md5sum 38584d6c1edfa9f6b41d496e4a5539f1 + + * configure.ac: Incremented version to 1.9.1. 2013-07-24 Roy Hills @@ -575,14 +752,6 @@ -rw-rw-r-- 1 rsh nta 298917 2006-07-26 13:50 arp-scan-1.5.tar.gz 85b0e04323ce3a423f60ab905a589856 arp-scan-1.5.tar.gz - Version details: - - $Id: ChangeLog 19808 2013-07-24 08:51:06Z rsh $ - $Id: ChangeLog 19808 2013-07-24 08:51:06Z rsh $ - $Id: ChangeLog 19808 2013-07-24 08:51:06Z rsh $ - $Id: ChangeLog 19808 2013-07-24 08:51:06Z rsh $ - $Id: ChangeLog 19808 2013-07-24 08:51:06Z rsh $ - * configure.ac: Incremented version number to 1.5.1 in preparation for post-1.5 changes. diff -Nru arp-scan-1.9/check-decode arp-scan-2.0/check-decode --- arp-scan-1.9/check-decode 2013-04-15 15:10:04.000000000 +0530 +++ arp-scan-2.0/check-decode 2017-09-21 19:24:11.000000000 +0530 @@ -1,5 +1,5 @@ #!/bin/sh -# The ARP Scanner (arp-scan) is Copyright (C) 2005-2013 Roy Hills, +# The ARP Scanner (arp-scan) is Copyright (C) 2005-2016 Roy Hills, # NTA Monitor Ltd. # # This file is part of arp-scan. @@ -17,8 +17,6 @@ # You should have received a copy of the GNU General Public License # along with arp-scan. If not, see . # -# $Id: check-decode 19551 2013-04-15 09:40:04Z rsh $ -# # check-decode - Shell script to test arp-scan packet decoding # # Author: Roy Hills @@ -143,62 +141,62 @@ # 56 ARP responses from a Class-C sized network with various vendors echo "Checking 192.168.1.0/24 ARP response packet decode using $SAMPLE05 ..." cat >$EXAMPLEOUTPUT <<_EOF_ -192.168.1.3 00:0b:cd:26:aa:78 Hewlett-Packard Company -192.168.1.4 00:08:02:e2:e3:2b Hewlett-Packard Company -192.168.1.7 00:0b:cd:3d:4f:2a Hewlett-Packard Company -192.168.1.5 00:02:a5:90:c3:e6 Hewlett-Packard Company -192.168.1.6 00:c0:9f:3f:3d:70 QUANTA COMPUTER, INC. -192.168.1.8 00:02:a5:a9:27:29 Hewlett-Packard Company -192.168.1.9 00:02:a5:f9:33:8d Hewlett-Packard Company -192.168.1.10 00:08:02:89:b3:cb Hewlett-Packard Company -192.168.1.11 00:0f:1f:5c:d1:13 Dell ESG PCBA Test -192.168.1.12 00:02:a5:de:c2:17 Hewlett-Packard Company -192.168.1.14 00:c0:9f:0b:91:d1 QUANTA COMPUTER, INC. -192.168.1.13 00:08:02:1f:0e:42 Hewlett-Packard Company -192.168.1.16 00:18:8b:7a:fe:28 Dell ESG PCBA Test -192.168.1.17 00:12:3f:d4:41:86 Dell ESG PCBA Test -192.168.1.18 00:21:9b:18:bd:e2 Dell Inc -192.168.1.20 00:21:70:0a:5d:42 Dell Inc -192.168.1.22 00:12:3f:27:bb:ae Dell ESG PCBA Test +192.168.1.3 00:0b:cd:26:aa:78 Hewlett Packard +192.168.1.4 00:08:02:e2:e3:2b Hewlett Packard +192.168.1.7 00:0b:cd:3d:4f:2a Hewlett Packard +192.168.1.5 00:02:a5:90:c3:e6 Hewlett Packard +192.168.1.6 00:c0:9f:3f:3d:70 QUANTA COMPUTER INC. +192.168.1.8 00:02:a5:a9:27:29 Hewlett Packard +192.168.1.9 00:02:a5:f9:33:8d Hewlett Packard +192.168.1.10 00:08:02:89:b3:cb Hewlett Packard +192.168.1.11 00:0f:1f:5c:d1:13 Dell Inc. +192.168.1.12 00:02:a5:de:c2:17 Hewlett Packard +192.168.1.14 00:c0:9f:0b:91:d1 QUANTA COMPUTER INC. +192.168.1.13 00:08:02:1f:0e:42 Hewlett Packard +192.168.1.16 00:18:8b:7a:fe:28 Dell Inc. +192.168.1.17 00:12:3f:d4:41:86 Dell Inc. +192.168.1.18 00:21:9b:18:bd:e2 Dell Inc. +192.168.1.20 00:21:70:0a:5d:42 Dell Inc. +192.168.1.22 00:12:3f:27:bb:ae Dell Inc. 192.168.1.21 00:25:64:e7:ad:e2 Dell Inc. -192.168.1.23 00:21:70:0b:34:c8 Dell Inc -192.168.1.24 00:1a:a0:9e:fd:06 Dell Inc -192.168.1.26 00:08:74:bb:2a:33 Dell Computer Corp. +192.168.1.23 00:21:70:0b:34:c8 Dell Inc. +192.168.1.24 00:1a:a0:9e:fd:06 Dell Inc. +192.168.1.26 00:08:74:bb:2a:33 Dell Inc. 192.168.1.25 00:25:64:e7:b3:d6 Dell Inc. -192.168.1.28 00:18:8b:7a:fe:82 Dell ESG PCBA Test -192.168.1.31 00:12:3f:d4:41:85 Dell ESG PCBA Test -192.168.1.35 00:12:3f:26:72:eb Dell ESG PCBA Test -192.168.1.37 00:18:8b:7a:fe:10 Dell ESG PCBA Test -192.168.1.43 00:12:3f:d4:40:ae Dell ESG PCBA Test -192.168.1.41 00:12:3f:ae:bd:02 Dell ESG PCBA Test -192.168.1.48 00:12:3f:ae:a3:c5 Dell ESG PCBA Test -192.168.1.51 00:08:74:c0:40:ce Dell Computer Corp. -192.168.1.49 00:0f:1f:5c:c2:ae Dell ESG PCBA Test +192.168.1.28 00:18:8b:7a:fe:82 Dell Inc. +192.168.1.31 00:12:3f:d4:41:85 Dell Inc. +192.168.1.35 00:12:3f:26:72:eb Dell Inc. +192.168.1.37 00:18:8b:7a:fe:10 Dell Inc. +192.168.1.43 00:12:3f:d4:40:ae Dell Inc. +192.168.1.41 00:12:3f:ae:bd:02 Dell Inc. +192.168.1.48 00:12:3f:ae:a3:c5 Dell Inc. +192.168.1.51 00:08:74:c0:40:ce Dell Inc. +192.168.1.49 00:0f:1f:5c:c2:ae Dell Inc. 192.168.1.68 f0:4d:a2:84:7c:07 Dell Inc. 192.168.1.73 00:11:25:83:92:e9 IBM Corp -192.168.1.89 00:21:9b:18:a4:84 Dell Inc +192.168.1.89 00:21:9b:18:a4:84 Dell Inc. 192.168.1.102 00:25:64:3d:98:5a Dell Inc. 192.168.1.104 00:0c:29:ec:85:39 VMware, Inc. -192.168.1.105 00:13:72:09:ad:76 Dell ESG PCBA Test -192.168.1.148 00:90:27:9d:2a:0b INTEL CORPORATION -192.168.1.154 00:0c:30:85:58:9d CISCO SYSTEMS, INC. -192.168.1.155 00:10:db:74:d0:52 Juniper Networks, Inc. +192.168.1.105 00:13:72:09:ad:76 Dell Inc. +192.168.1.148 00:90:27:9d:2a:0b Intel Corporation +192.168.1.154 00:0c:30:85:58:9d Cisco Systems, Inc +192.168.1.155 00:10:db:74:d0:52 Juniper Networks 192.168.1.187 00:00:aa:a1:b3:60 XEROX CORPORATION -192.168.1.189 00:14:38:93:93:7e Hewlett-Packard Company -192.168.1.196 00:15:99:5d:d5:26 Samsung Electronics Co., LTD -192.168.1.195 00:15:99:61:08:30 Samsung Electronics Co., LTD -192.168.1.202 00:d0:b7:25:61:6c INTEL CORPORATION -192.168.1.204 00:11:43:0f:f2:dd Dell ESG PCBA Test +192.168.1.189 00:14:38:93:93:7e Hewlett Packard Enterprise +192.168.1.196 00:15:99:5d:d5:26 Samsung Electronics Co.,Ltd +192.168.1.195 00:15:99:61:08:30 Samsung Electronics Co.,Ltd +192.168.1.202 00:d0:b7:25:61:6c Intel Corporation +192.168.1.204 00:11:43:0f:f2:dd Dell Inc. 192.168.1.205 00:02:b3:91:20:2a Intel Corporation -192.168.1.207 00:12:3f:ec:cf:a0 Dell ESG PCBA Test -192.168.1.206 00:c0:9f:39:f7:f2 QUANTA COMPUTER, INC. -192.168.1.222 00:90:27:9d:48:90 INTEL CORPORATION -192.168.1.192 00:01:e6:27:27:6e Hewlett-Packard Company -192.168.1.234 00:c0:9f:0d:00:9a QUANTA COMPUTER, INC. -192.168.1.245 00:0b:5f:d2:34:21 CISCO SYSTEMS, INC. -192.168.1.246 00:13:80:53:cd:79 CISCO SYSTEMS, INC. -192.168.1.250 00:12:00:2f:18:c0 CISCO SYSTEMS, INC. -192.168.1.251 00:04:27:6a:5d:a1 CISCO SYSTEMS, INC. +192.168.1.207 00:12:3f:ec:cf:a0 Dell Inc. +192.168.1.206 00:c0:9f:39:f7:f2 QUANTA COMPUTER INC. +192.168.1.222 00:90:27:9d:48:90 Intel Corporation +192.168.1.192 00:01:e6:27:27:6e Hewlett Packard +192.168.1.234 00:c0:9f:0d:00:9a QUANTA COMPUTER INC. +192.168.1.245 00:0b:5f:d2:34:21 Cisco Systems, Inc +192.168.1.246 00:13:80:53:cd:79 Cisco Systems, Inc +192.168.1.250 00:12:00:2f:18:c0 Cisco Systems, Inc +192.168.1.251 00:04:27:6a:5d:a1 Cisco Systems, Inc _EOF_ ARPARGS="--retry=1 --ouifile=$srcdir/ieee-oui.txt --iabfile=$srcdir/ieee-iab.txt --macfile=$srcdir/mac-vendor.txt" diff -Nru arp-scan-1.9/check-decode.log arp-scan-2.0/check-decode.log --- arp-scan-1.9/check-decode.log 1970-01-01 05:30:00.000000000 +0530 +++ arp-scan-2.0/check-decode.log 2017-09-21 19:25:51.000000000 +0530 @@ -0,0 +1,19 @@ +Checking simple ARP response packet decode using ./pkt-simple-response.pcap ... +ok +Checking padded ARP response packet decode using ./pkt-padding-response.pcap ... +ok +Checking 802.1Q ARP response packet decode using ./pkt-vlan-response.pcap ... +ok +Checking LLC/SNAP ARP response packet decode using ./pkt-llc-response.pcap ... +ok +Checking 192.168.1.0/24 ARP response packet decode using ./pkt-net1921681-response.pcap ... +ok +Checking IP range ARP response packet decode using ./pkt-simple-response.pcap ... +ok +Checking IP net:mask ARP response packet decode using ./pkt-simple-response.pcap ... +ok +Checking trailer ARP response packet decode using ./pkt-trailer-response.pcap ... +ok +Checking 802.1Q LLC ARP response packet decode using ./pkt-vlan-llc-response.pcap ... +ok +PASS check-decode (exit status: 0) diff -Nru arp-scan-1.9/check-decode.trs arp-scan-2.0/check-decode.trs --- arp-scan-1.9/check-decode.trs 1970-01-01 05:30:00.000000000 +0530 +++ arp-scan-2.0/check-decode.trs 2017-09-21 19:25:51.000000000 +0530 @@ -0,0 +1,4 @@ +:test-result: PASS +:global-test-result: PASS +:recheck: no +:copy-in-global-log: no diff -Nru arp-scan-1.9/check-host-list arp-scan-2.0/check-host-list --- arp-scan-1.9/check-host-list 2013-04-15 14:54:43.000000000 +0530 +++ arp-scan-2.0/check-host-list 2017-09-21 19:24:11.000000000 +0530 @@ -1,5 +1,5 @@ #!/bin/sh -# The ARP Scanner (arp-scan) is Copyright (C) 2005-2013 Roy Hills, +# The ARP Scanner (arp-scan) is Copyright (C) 2005-2016 Roy Hills, # NTA Monitor Ltd. # # This file is part of arp-scan. @@ -17,8 +17,6 @@ # You should have received a copy of the GNU General Public License # along with arp-scan. If not, see . # -# $Id: check-host-list 19550 2013-04-15 09:24:42Z rsh $ -# # check-host-list - Shell script to test arp-scan host list creation # # Author: Roy Hills @@ -303,6 +301,289 @@ $srcdir/arp-scan $ARPARGS --readpktfromfile=$SAMPLE01 192.168.1.0/24 2>&1 | sed -n -e '/^Host List:/,/^Total of /p' > $ARPSCANOUTPUT 2>&1 if test $? -ne 0; then rm -f $ARPSCANOUTPUT + rm -f $EXAMPLEOUTPUT + echo "FAILED" + exit 1 +fi +cmp -s $ARPSCANOUTPUT $EXAMPLEOUTPUT +if test $? -ne 0; then + rm -f $ARPSCANOUTPUT + rm -f $EXAMPLEOUTPUT + echo "FAILED" + exit 1 +fi +echo "ok" +rm -f $ARPSCANOUTPUT +rm -f $EXAMPLEOUTPUT +# +echo "Checking random host list creation using $SAMPLE01 ..." +cat >$EXAMPLEOUTPUT <<_EOF_ +Host List: + +Entry IP Address +1 192.168.1.149 +2 192.168.1.211 +3 192.168.1.122 +4 192.168.1.254 +5 192.168.1.45 +6 192.168.1.15 +7 192.168.1.226 +8 192.168.1.84 +9 192.168.1.47 +10 192.168.1.80 +11 192.168.1.113 +12 192.168.1.247 +13 192.168.1.118 +14 192.168.1.191 +15 192.168.1.196 +16 192.168.1.210 +17 192.168.1.206 +18 192.168.1.184 +19 192.168.1.245 +20 192.168.1.237 +21 192.168.1.2 +22 192.168.1.240 +23 192.168.1.63 +24 192.168.1.153 +25 192.168.1.223 +26 192.168.1.4 +27 192.168.1.133 +28 192.168.1.16 +29 192.168.1.58 +30 192.168.1.103 +31 192.168.1.169 +32 192.168.1.179 +33 192.168.1.19 +34 192.168.1.37 +35 192.168.1.64 +36 192.168.1.44 +37 192.168.1.151 +38 192.168.1.163 +39 192.168.1.111 +40 192.168.1.93 +41 192.168.1.152 +42 192.168.1.203 +43 192.168.1.14 +44 192.168.1.67 +45 192.168.1.135 +46 192.168.1.215 +47 192.168.1.38 +48 192.168.1.86 +49 192.168.1.52 +50 192.168.1.74 +51 192.168.1.218 +52 192.168.1.65 +53 192.168.1.30 +54 192.168.1.197 +55 192.168.1.134 +56 192.168.1.147 +57 192.168.1.123 +58 192.168.1.174 +59 192.168.1.126 +60 192.168.1.6 +61 192.168.1.143 +62 192.168.1.144 +63 192.168.1.251 +64 192.168.1.241 +65 192.168.1.168 +66 192.168.1.159 +67 192.168.1.120 +68 192.168.1.109 +69 192.168.1.204 +70 192.168.1.39 +71 192.168.1.35 +72 192.168.1.177 +73 192.168.1.157 +74 192.168.1.231 +75 192.168.1.234 +76 192.168.1.239 +77 192.168.1.25 +78 192.168.1.171 +79 192.168.1.51 +80 192.168.1.187 +81 192.168.1.72 +82 192.168.1.69 +83 192.168.1.232 +84 192.168.1.181 +85 192.168.1.150 +86 192.168.1.100 +87 192.168.1.24 +88 192.168.1.1 +89 192.168.1.130 +90 192.168.1.33 +91 192.168.1.136 +92 192.168.1.50 +93 192.168.1.175 +94 192.168.1.95 +95 192.168.1.131 +96 192.168.1.61 +97 192.168.1.209 +98 192.168.1.249 +99 192.168.1.236 +100 192.168.1.225 +101 192.168.1.139 +102 192.168.1.18 +103 192.168.1.49 +104 192.168.1.208 +105 192.168.1.119 +106 192.168.1.92 +107 192.168.1.190 +108 192.168.1.161 +109 192.168.1.201 +110 192.168.1.183 +111 192.168.1.216 +112 192.168.1.248 +113 192.168.1.162 +114 192.168.1.219 +115 192.168.1.17 +116 192.168.1.10 +117 192.168.1.62 +118 192.168.1.3 +119 192.168.1.224 +120 192.168.1.182 +121 192.168.1.242 +122 192.168.1.138 +123 192.168.1.217 +124 192.168.1.90 +125 192.168.1.40 +126 192.168.1.22 +127 192.168.1.48 +128 192.168.1.102 +129 192.168.1.73 +130 192.168.1.76 +131 192.168.1.202 +132 192.168.1.255 +133 192.168.1.97 +134 192.168.1.88 +135 192.168.1.9 +136 192.168.1.243 +137 192.168.1.165 +138 192.168.1.105 +139 192.168.1.132 +140 192.168.1.205 +141 192.168.1.176 +142 192.168.1.253 +143 192.168.1.194 +144 192.168.1.229 +145 192.168.1.79 +146 192.168.1.230 +147 192.168.1.98 +148 192.168.1.173 +149 192.168.1.55 +150 192.168.1.222 +151 192.168.1.101 +152 192.168.1.99 +153 192.168.1.207 +154 192.168.1.212 +155 192.168.1.166 +156 192.168.1.154 +157 192.168.1.78 +158 192.168.1.5 +159 192.168.1.42 +160 192.168.1.13 +161 192.168.1.91 +162 192.168.1.23 +163 192.168.1.193 +164 192.168.1.7 +165 192.168.1.66 +166 192.168.1.124 +167 192.168.1.114 +168 192.168.1.41 +169 192.168.1.28 +170 192.168.1.0 +171 192.168.1.235 +172 192.168.1.146 +173 192.168.1.238 +174 192.168.1.178 +175 192.168.1.71 +176 192.168.1.60 +177 192.168.1.117 +178 192.168.1.12 +179 192.168.1.57 +180 192.168.1.192 +181 192.168.1.29 +182 192.168.1.164 +183 192.168.1.116 +184 192.168.1.121 +185 192.168.1.167 +186 192.168.1.125 +187 192.168.1.32 +188 192.168.1.228 +189 192.168.1.59 +190 192.168.1.85 +191 192.168.1.20 +192 192.168.1.110 +193 192.168.1.156 +194 192.168.1.200 +195 192.168.1.77 +196 192.168.1.233 +197 192.168.1.106 +198 192.168.1.8 +199 192.168.1.148 +200 192.168.1.11 +201 192.168.1.82 +202 192.168.1.213 +203 192.168.1.81 +204 192.168.1.75 +205 192.168.1.246 +206 192.168.1.188 +207 192.168.1.107 +208 192.168.1.172 +209 192.168.1.214 +210 192.168.1.94 +211 192.168.1.140 +212 192.168.1.26 +213 192.168.1.127 +214 192.168.1.115 +215 192.168.1.87 +216 192.168.1.199 +217 192.168.1.36 +218 192.168.1.250 +219 192.168.1.189 +220 192.168.1.129 +221 192.168.1.170 +222 192.168.1.180 +223 192.168.1.27 +224 192.168.1.128 +225 192.168.1.112 +226 192.168.1.46 +227 192.168.1.186 +228 192.168.1.21 +229 192.168.1.68 +230 192.168.1.53 +231 192.168.1.70 +232 192.168.1.221 +233 192.168.1.160 +234 192.168.1.83 +235 192.168.1.198 +236 192.168.1.252 +237 192.168.1.31 +238 192.168.1.145 +239 192.168.1.244 +240 192.168.1.142 +241 192.168.1.220 +242 192.168.1.155 +243 192.168.1.89 +244 192.168.1.43 +245 192.168.1.141 +246 192.168.1.137 +247 192.168.1.104 +248 192.168.1.185 +249 192.168.1.96 +250 192.168.1.54 +251 192.168.1.34 +252 192.168.1.158 +253 192.168.1.108 +254 192.168.1.195 +255 192.168.1.227 +256 192.168.1.56 + +Total of 256 host entries. +_EOF_ +ARPARGS="--retry=1 --ouifile=$srcdir/ieee-oui.txt --iabfile=$srcdir/ieee-iab.txt --macfile=$srcdir/mac-vendor.txt -v -v -v --random --randomseed=0xdeadbeef" +$srcdir/arp-scan $ARPARGS --readpktfromfile=$SAMPLE01 192.168.1.0/24 2>&1 | sed -n -e '/^Host List:/,/^Total of /p' > $ARPSCANOUTPUT 2>&1 +if test $? -ne 0; then + rm -f $ARPSCANOUTPUT rm -f $EXAMPLEOUTPUT echo "FAILED" exit 1 diff -Nru arp-scan-1.9/check-host-list.log arp-scan-2.0/check-host-list.log --- arp-scan-1.9/check-host-list.log 1970-01-01 05:30:00.000000000 +0530 +++ arp-scan-2.0/check-host-list.log 2017-09-21 19:25:53.000000000 +0530 @@ -0,0 +1,5 @@ +Checking host list creation using ./pkt-net1921681-response.pcap ... +ok +Checking random host list creation using ./pkt-net1921681-response.pcap ... +ok +PASS check-host-list (exit status: 0) diff -Nru arp-scan-1.9/check-host-list.trs arp-scan-2.0/check-host-list.trs --- arp-scan-1.9/check-host-list.trs 1970-01-01 05:30:00.000000000 +0530 +++ arp-scan-2.0/check-host-list.trs 2017-09-21 19:25:53.000000000 +0530 @@ -0,0 +1,4 @@ +:test-result: PASS +:global-test-result: PASS +:recheck: no +:copy-in-global-log: no diff -Nru arp-scan-1.9/check-packet arp-scan-2.0/check-packet --- arp-scan-1.9/check-packet 2013-04-15 14:54:43.000000000 +0530 +++ arp-scan-2.0/check-packet 2017-09-21 19:24:11.000000000 +0530 @@ -1,5 +1,5 @@ #!/bin/sh -# The ARP Scanner (arp-scan) is Copyright (C) 2005-2013 Roy Hills, +# The ARP Scanner (arp-scan) is Copyright (C) 2005-2016 Roy Hills, # NTA Monitor Ltd. # # This file is part of arp-scan. @@ -17,8 +17,6 @@ # You should have received a copy of the GNU General Public License # along with arp-scan. If not, see . # -# $Id: check-packet 19550 2013-04-15 09:24:42Z rsh $ -# # check-packet - Shell script to test arp-scan packet creation # # Author: Roy Hills diff -Nru arp-scan-1.9/check-packet.log arp-scan-2.0/check-packet.log --- arp-scan-1.9/check-packet.log 1970-01-01 05:30:00.000000000 +0530 +++ arp-scan-2.0/check-packet.log 2017-09-21 19:25:46.000000000 +0530 @@ -0,0 +1,13 @@ +Checking simple ARP request packet against ./pkt-simple-request.dat ... +ok +Checking custom ARP request packet against ./pkt-custom-request.dat ... +ok +Checking custom ARP request packet with padding against ./pkt-custom-request-padding.dat ... +ok +Checking custom ARP request packet with LLC/SNAP framing against ./pkt-custom-request-llc.dat ... +ok +Checking custom ARP request packet with VLAN tag against ./pkt-custom-request-vlan.dat ... +ok +Checking custom ARP request packet with VLAN tag and LLC/SNAP framing against ./pkt-custom-request-vlan-llc.dat ... +ok +PASS check-packet (exit status: 0) diff -Nru arp-scan-1.9/check-packet.trs arp-scan-2.0/check-packet.trs --- arp-scan-1.9/check-packet.trs 1970-01-01 05:30:00.000000000 +0530 +++ arp-scan-2.0/check-packet.trs 2017-09-21 19:25:46.000000000 +0530 @@ -0,0 +1,4 @@ +:test-result: PASS +:global-test-result: PASS +:recheck: no +:copy-in-global-log: no diff -Nru arp-scan-1.9/check-run1 arp-scan-2.0/check-run1 --- arp-scan-1.9/check-run1 2013-04-15 13:35:20.000000000 +0530 +++ arp-scan-2.0/check-run1 2017-09-21 19:24:11.000000000 +0530 @@ -1,5 +1,21 @@ #!/bin/sh -# $Id: check-run1 18096 2011-01-31 21:51:07Z rsh $ +# The ARP Scanner (arp-scan) is Copyright (C) 2005-2016 Roy Hills, +# NTA Monitor Ltd. +# +# This file is part of arp-scan. +# +# arp-scan is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# arp-scan is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with arp-scan. If not, see . # # check-run1 -- Shell script to test arp-scan basic functionality # @@ -13,13 +29,13 @@ TMPFILE=/tmp/arp-scan-test.$$.tmp # echo "Checking arp-scan --help ..." -$srcdir/arp-scan --help 2> $TMPFILE +$srcdir/arp-scan --help > $TMPFILE if test $? -ne 0; then rm -f $TMPFILE echo "FAILED" exit 1 fi -grep '^Report bugs or send suggestions to ' $TMPFILE >/dev/null +grep '^Report bugs or send suggestions at ' $TMPFILE >/dev/null if test $? -ne 0; then rm -f $TMPFILE echo "FAILED" @@ -28,7 +44,7 @@ echo "ok" # echo "Checking arp-scan --version ..." -$srcdir/arp-scan --version 2> $TMPFILE +$srcdir/arp-scan --version > $TMPFILE if test $? -ne 0; then rm -f $TMPFILE echo "FAILED" diff -Nru arp-scan-1.9/check-run1.log arp-scan-2.0/check-run1.log --- arp-scan-1.9/check-run1.log 1970-01-01 05:30:00.000000000 +0530 +++ arp-scan-2.0/check-run1.log 2017-09-21 19:25:43.000000000 +0530 @@ -0,0 +1,5 @@ +Checking arp-scan --help ... +ok +Checking arp-scan --version ... +ok +PASS check-run1 (exit status: 0) diff -Nru arp-scan-1.9/check-run1.trs arp-scan-2.0/check-run1.trs --- arp-scan-1.9/check-run1.trs 1970-01-01 05:30:00.000000000 +0530 +++ arp-scan-2.0/check-run1.trs 2017-09-21 19:25:43.000000000 +0530 @@ -0,0 +1,4 @@ +:test-result: PASS +:global-test-result: PASS +:recheck: no +:copy-in-global-log: no diff -Nru arp-scan-1.9/compile arp-scan-2.0/compile --- arp-scan-1.9/compile 1970-01-01 05:30:00.000000000 +0530 +++ arp-scan-2.0/compile 2017-09-21 19:25:17.000000000 +0530 @@ -0,0 +1,347 @@ +#! /bin/sh +# Wrapper for compilers which do not understand '-c -o'. + +scriptversion=2012-10-14.11; # UTC + +# Copyright (C) 1999-2014 Free Software Foundation, Inc. +# Written by Tom Tromey . +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2, or (at your option) +# any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . + +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program that contains a +# configuration script generated by Autoconf, you may include it under +# the same distribution terms that you use for the rest of that program. + +# This file is maintained in Automake, please report +# bugs to or send patches to +# . + +nl=' +' + +# We need space, tab and new line, in precisely that order. Quoting is +# there to prevent tools from complaining about whitespace usage. +IFS=" "" $nl" + +file_conv= + +# func_file_conv build_file lazy +# Convert a $build file to $host form and store it in $file +# Currently only supports Windows hosts. If the determined conversion +# type is listed in (the comma separated) LAZY, no conversion will +# take place. +func_file_conv () +{ + file=$1 + case $file in + / | /[!/]*) # absolute file, and not a UNC file + if test -z "$file_conv"; then + # lazily determine how to convert abs files + case `uname -s` in + MINGW*) + file_conv=mingw + ;; + CYGWIN*) + file_conv=cygwin + ;; + *) + file_conv=wine + ;; + esac + fi + case $file_conv/,$2, in + *,$file_conv,*) + ;; + mingw/*) + file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'` + ;; + cygwin/*) + file=`cygpath -m "$file" || echo "$file"` + ;; + wine/*) + file=`winepath -w "$file" || echo "$file"` + ;; + esac + ;; + esac +} + +# func_cl_dashL linkdir +# Make cl look for libraries in LINKDIR +func_cl_dashL () +{ + func_file_conv "$1" + if test -z "$lib_path"; then + lib_path=$file + else + lib_path="$lib_path;$file" + fi + linker_opts="$linker_opts -LIBPATH:$file" +} + +# func_cl_dashl library +# Do a library search-path lookup for cl +func_cl_dashl () +{ + lib=$1 + found=no + save_IFS=$IFS + IFS=';' + for dir in $lib_path $LIB + do + IFS=$save_IFS + if $shared && test -f "$dir/$lib.dll.lib"; then + found=yes + lib=$dir/$lib.dll.lib + break + fi + if test -f "$dir/$lib.lib"; then + found=yes + lib=$dir/$lib.lib + break + fi + if test -f "$dir/lib$lib.a"; then + found=yes + lib=$dir/lib$lib.a + break + fi + done + IFS=$save_IFS + + if test "$found" != yes; then + lib=$lib.lib + fi +} + +# func_cl_wrapper cl arg... +# Adjust compile command to suit cl +func_cl_wrapper () +{ + # Assume a capable shell + lib_path= + shared=: + linker_opts= + for arg + do + if test -n "$eat"; then + eat= + else + case $1 in + -o) + # configure might choose to run compile as 'compile cc -o foo foo.c'. + eat=1 + case $2 in + *.o | *.[oO][bB][jJ]) + func_file_conv "$2" + set x "$@" -Fo"$file" + shift + ;; + *) + func_file_conv "$2" + set x "$@" -Fe"$file" + shift + ;; + esac + ;; + -I) + eat=1 + func_file_conv "$2" mingw + set x "$@" -I"$file" + shift + ;; + -I*) + func_file_conv "${1#-I}" mingw + set x "$@" -I"$file" + shift + ;; + -l) + eat=1 + func_cl_dashl "$2" + set x "$@" "$lib" + shift + ;; + -l*) + func_cl_dashl "${1#-l}" + set x "$@" "$lib" + shift + ;; + -L) + eat=1 + func_cl_dashL "$2" + ;; + -L*) + func_cl_dashL "${1#-L}" + ;; + -static) + shared=false + ;; + -Wl,*) + arg=${1#-Wl,} + save_ifs="$IFS"; IFS=',' + for flag in $arg; do + IFS="$save_ifs" + linker_opts="$linker_opts $flag" + done + IFS="$save_ifs" + ;; + -Xlinker) + eat=1 + linker_opts="$linker_opts $2" + ;; + -*) + set x "$@" "$1" + shift + ;; + *.cc | *.CC | *.cxx | *.CXX | *.[cC]++) + func_file_conv "$1" + set x "$@" -Tp"$file" + shift + ;; + *.c | *.cpp | *.CPP | *.lib | *.LIB | *.Lib | *.OBJ | *.obj | *.[oO]) + func_file_conv "$1" mingw + set x "$@" "$file" + shift + ;; + *) + set x "$@" "$1" + shift + ;; + esac + fi + shift + done + if test -n "$linker_opts"; then + linker_opts="-link$linker_opts" + fi + exec "$@" $linker_opts + exit 1 +} + +eat= + +case $1 in + '') + echo "$0: No command. Try '$0 --help' for more information." 1>&2 + exit 1; + ;; + -h | --h*) + cat <<\EOF +Usage: compile [--help] [--version] PROGRAM [ARGS] + +Wrapper for compilers which do not understand '-c -o'. +Remove '-o dest.o' from ARGS, run PROGRAM with the remaining +arguments, and rename the output as expected. + +If you are trying to build a whole package this is not the +right script to run: please start by reading the file 'INSTALL'. + +Report bugs to . +EOF + exit $? + ;; + -v | --v*) + echo "compile $scriptversion" + exit $? + ;; + cl | *[/\\]cl | cl.exe | *[/\\]cl.exe ) + func_cl_wrapper "$@" # Doesn't return... + ;; +esac + +ofile= +cfile= + +for arg +do + if test -n "$eat"; then + eat= + else + case $1 in + -o) + # configure might choose to run compile as 'compile cc -o foo foo.c'. + # So we strip '-o arg' only if arg is an object. + eat=1 + case $2 in + *.o | *.obj) + ofile=$2 + ;; + *) + set x "$@" -o "$2" + shift + ;; + esac + ;; + *.c) + cfile=$1 + set x "$@" "$1" + shift + ;; + *) + set x "$@" "$1" + shift + ;; + esac + fi + shift +done + +if test -z "$ofile" || test -z "$cfile"; then + # If no '-o' option was seen then we might have been invoked from a + # pattern rule where we don't need one. That is ok -- this is a + # normal compilation that the losing compiler can handle. If no + # '.c' file was seen then we are probably linking. That is also + # ok. + exec "$@" +fi + +# Name of file we expect compiler to create. +cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'` + +# Create the lock directory. +# Note: use '[/\\:.-]' here to ensure that we don't use the same name +# that we are using for the .o file. Also, base the name on the expected +# object file name, since that is what matters with a parallel build. +lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d +while true; do + if mkdir "$lockdir" >/dev/null 2>&1; then + break + fi + sleep 1 +done +# FIXME: race condition here if user kills between mkdir and trap. +trap "rmdir '$lockdir'; exit 1" 1 2 15 + +# Run the compile. +"$@" +ret=$? + +if test -f "$cofile"; then + test "$cofile" = "$ofile" || mv "$cofile" "$ofile" +elif test -f "${cofile}bj"; then + test "${cofile}bj" = "$ofile" || mv "${cofile}bj" "$ofile" +fi + +rmdir "$lockdir" +exit $ret + +# Local Variables: +# mode: shell-script +# sh-indentation: 2 +# eval: (add-hook 'write-file-hooks 'time-stamp) +# time-stamp-start: "scriptversion=" +# time-stamp-format: "%:y-%02m-%02d.%02H" +# time-stamp-time-zone: "UTC" +# time-stamp-end: "; # UTC" +# End: diff -Nru arp-scan-1.9/config.guess arp-scan-2.0/config.guess --- arp-scan-1.9/config.guess 2012-06-08 21:45:38.000000000 +0530 +++ arp-scan-2.0/config.guess 2017-09-21 19:25:17.000000000 +0530 @@ -1,14 +1,12 @@ #! /bin/sh # Attempt to guess a canonical system name. -# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, -# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, -# 2011, 2012 Free Software Foundation, Inc. +# Copyright 1992-2016 Free Software Foundation, Inc. -timestamp='2012-02-10' +timestamp='2016-10-02' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or +# the Free Software Foundation; either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, but @@ -22,19 +20,17 @@ # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under -# the same distribution terms that you use for the rest of that program. - - -# Originally written by Per Bothner. Please send patches (context -# diff format) to and include a ChangeLog -# entry. +# the same distribution terms that you use for the rest of that +# program. This Exception is an additional permission under section 7 +# of the GNU General Public License, version 3 ("GPLv3"). # -# This script attempts to guess a canonical system name similar to -# config.sub. If it succeeds, it prints the system name on stdout, and -# exits with 0. Otherwise, it exits with 1. +# Originally written by Per Bothner; maintained since 2000 by Ben Elliston. # # You can get the latest version of this script from: -# http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD +# http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess +# +# Please send patches to . + me=`echo "$0" | sed -e 's,.*/,,'` @@ -54,9 +50,7 @@ GNU config.guess ($timestamp) Originally written by Per Bothner. -Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, -2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012 -Free Software Foundation, Inc. +Copyright 1992-2016 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." @@ -138,6 +132,27 @@ UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown +case "${UNAME_SYSTEM}" in +Linux|GNU|GNU/*) + # If the system lacks a compiler, then just pick glibc. + # We could probably try harder. + LIBC=gnu + + eval $set_cc_for_build + cat <<-EOF > $dummy.c + #include + #if defined(__UCLIBC__) + LIBC=uclibc + #elif defined(__dietlibc__) + LIBC=dietlibc + #else + LIBC=gnu + #endif + EOF + eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC' | sed 's, ,,g'` + ;; +esac + # Note: order is significant - the case branches are not exclusive. case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in @@ -153,19 +168,29 @@ # Note: NetBSD doesn't particularly care about the vendor # portion of the name. We always set it to "unknown". sysctl="sysctl -n hw.machine_arch" - UNAME_MACHINE_ARCH=`(/sbin/$sysctl 2>/dev/null || \ - /usr/sbin/$sysctl 2>/dev/null || echo unknown)` + UNAME_MACHINE_ARCH=`(uname -p 2>/dev/null || \ + /sbin/$sysctl 2>/dev/null || \ + /usr/sbin/$sysctl 2>/dev/null || \ + echo unknown)` case "${UNAME_MACHINE_ARCH}" in armeb) machine=armeb-unknown ;; arm*) machine=arm-unknown ;; sh3el) machine=shl-unknown ;; sh3eb) machine=sh-unknown ;; sh5el) machine=sh5le-unknown ;; + earmv*) + arch=`echo ${UNAME_MACHINE_ARCH} | sed -e 's,^e\(armv[0-9]\).*$,\1,'` + endian=`echo ${UNAME_MACHINE_ARCH} | sed -ne 's,^.*\(eb\)$,\1,p'` + machine=${arch}${endian}-unknown + ;; *) machine=${UNAME_MACHINE_ARCH}-unknown ;; esac # The Operating System including object format, if it has switched - # to ELF recently, or will in the future. + # to ELF recently (or will in the future) and ABI. case "${UNAME_MACHINE_ARCH}" in + earm*) + os=netbsdelf + ;; arm*|i386|m68k|ns32k|sh3*|sparc|vax) eval $set_cc_for_build if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \ @@ -182,6 +207,13 @@ os=netbsd ;; esac + # Determine ABI tags. + case "${UNAME_MACHINE_ARCH}" in + earm*) + expr='s/^earmv[0-9]/-eabi/;s/eb$//' + abi=`echo ${UNAME_MACHINE_ARCH} | sed -e "$expr"` + ;; + esac # The OS release # Debian GNU/NetBSD machines have a different userland, and # thus, need a distinct triplet. However, they do not need @@ -192,18 +224,26 @@ release='-gnu' ;; *) - release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'` + release=`echo ${UNAME_RELEASE} | sed -e 's/[-_].*//' | cut -d. -f1,2` ;; esac # Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM: # contains redundant information, the shorter form: # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used. - echo "${machine}-${os}${release}" + echo "${machine}-${os}${release}${abi}" + exit ;; + *:Bitrig:*:*) + UNAME_MACHINE_ARCH=`arch | sed 's/Bitrig.//'` + echo ${UNAME_MACHINE_ARCH}-unknown-bitrig${UNAME_RELEASE} exit ;; *:OpenBSD:*:*) UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'` echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE} exit ;; + *:LibertyBSD:*:*) + UNAME_MACHINE_ARCH=`arch | sed 's/^.*BSD\.//'` + echo ${UNAME_MACHINE_ARCH}-unknown-libertybsd${UNAME_RELEASE} + exit ;; *:ekkoBSD:*:*) echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE} exit ;; @@ -216,6 +256,9 @@ *:MirBSD:*:*) echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE} exit ;; + *:Sortix:*:*) + echo ${UNAME_MACHINE}-unknown-sortix + exit ;; alpha:OSF1:*:*) case $UNAME_RELEASE in *4.0) @@ -232,42 +275,42 @@ ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1` case "$ALPHA_CPU_TYPE" in "EV4 (21064)") - UNAME_MACHINE="alpha" ;; + UNAME_MACHINE=alpha ;; "EV4.5 (21064)") - UNAME_MACHINE="alpha" ;; + UNAME_MACHINE=alpha ;; "LCA4 (21066/21068)") - UNAME_MACHINE="alpha" ;; + UNAME_MACHINE=alpha ;; "EV5 (21164)") - UNAME_MACHINE="alphaev5" ;; + UNAME_MACHINE=alphaev5 ;; "EV5.6 (21164A)") - UNAME_MACHINE="alphaev56" ;; + UNAME_MACHINE=alphaev56 ;; "EV5.6 (21164PC)") - UNAME_MACHINE="alphapca56" ;; + UNAME_MACHINE=alphapca56 ;; "EV5.7 (21164PC)") - UNAME_MACHINE="alphapca57" ;; + UNAME_MACHINE=alphapca57 ;; "EV6 (21264)") - UNAME_MACHINE="alphaev6" ;; + UNAME_MACHINE=alphaev6 ;; "EV6.7 (21264A)") - UNAME_MACHINE="alphaev67" ;; + UNAME_MACHINE=alphaev67 ;; "EV6.8CB (21264C)") - UNAME_MACHINE="alphaev68" ;; + UNAME_MACHINE=alphaev68 ;; "EV6.8AL (21264B)") - UNAME_MACHINE="alphaev68" ;; + UNAME_MACHINE=alphaev68 ;; "EV6.8CX (21264D)") - UNAME_MACHINE="alphaev68" ;; + UNAME_MACHINE=alphaev68 ;; "EV6.9A (21264/EV69A)") - UNAME_MACHINE="alphaev69" ;; + UNAME_MACHINE=alphaev69 ;; "EV7 (21364)") - UNAME_MACHINE="alphaev7" ;; + UNAME_MACHINE=alphaev7 ;; "EV7.9 (21364A)") - UNAME_MACHINE="alphaev79" ;; + UNAME_MACHINE=alphaev79 ;; esac # A Pn.n version is a patched version. # A Vn.n version is a released version. # A Tn.n version is a released field test version. # A Xn.n version is an unreleased experimental baselevel. # 1.2 uses "1.2" for uname -r. - echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` + echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz` # Reset EXIT trap before exiting to avoid spurious non-zero exit code. exitcode=$? trap '' 0 @@ -302,7 +345,7 @@ arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*) echo arm-acorn-riscix${UNAME_RELEASE} exit ;; - arm:riscos:*:*|arm:RISCOS:*:*) + arm*:riscos:*:*|arm*:RISCOS:*:*) echo arm-unknown-riscos exit ;; SR2?01:HI-UX/MPP:*:* | SR8000:HI-UX/MPP:*:*) @@ -340,16 +383,16 @@ exit ;; i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*) eval $set_cc_for_build - SUN_ARCH="i386" + SUN_ARCH=i386 # If there is a compiler, see if it is configured for 64-bit objects. # Note that the Sun cc does not turn __LP64__ into 1 like gcc does. # This test works for both compilers. - if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then + if [ "$CC_FOR_BUILD" != no_compiler_found ]; then if (echo '#ifdef __amd64'; echo IS_64BIT_ARCH; echo '#endif') | \ - (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \ + (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \ grep IS_64BIT_ARCH >/dev/null then - SUN_ARCH="x86_64" + SUN_ARCH=x86_64 fi fi echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` @@ -374,7 +417,7 @@ exit ;; sun*:*:4.2BSD:*) UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` - test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3 + test "x${UNAME_RELEASE}" = x && UNAME_RELEASE=3 case "`/bin/arch`" in sun3) echo m68k-sun-sunos${UNAME_RELEASE} @@ -560,8 +603,9 @@ else IBM_ARCH=powerpc fi - if [ -x /usr/bin/oslevel ] ; then - IBM_REV=`/usr/bin/oslevel` + if [ -x /usr/bin/lslpp ] ; then + IBM_REV=`/usr/bin/lslpp -Lqc bos.rte.libc | + awk -F: '{ print $3 }' | sed s/[0-9]*$/0/` else IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE} fi @@ -598,13 +642,13 @@ sc_cpu_version=`/usr/bin/getconf SC_CPU_VERSION 2>/dev/null` sc_kernel_bits=`/usr/bin/getconf SC_KERNEL_BITS 2>/dev/null` case "${sc_cpu_version}" in - 523) HP_ARCH="hppa1.0" ;; # CPU_PA_RISC1_0 - 528) HP_ARCH="hppa1.1" ;; # CPU_PA_RISC1_1 + 523) HP_ARCH=hppa1.0 ;; # CPU_PA_RISC1_0 + 528) HP_ARCH=hppa1.1 ;; # CPU_PA_RISC1_1 532) # CPU_PA_RISC2_0 case "${sc_kernel_bits}" in - 32) HP_ARCH="hppa2.0n" ;; - 64) HP_ARCH="hppa2.0w" ;; - '') HP_ARCH="hppa2.0" ;; # HP-UX 10.20 + 32) HP_ARCH=hppa2.0n ;; + 64) HP_ARCH=hppa2.0w ;; + '') HP_ARCH=hppa2.0 ;; # HP-UX 10.20 esac ;; esac fi @@ -643,11 +687,11 @@ exit (0); } EOF - (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy` + (CCOPTS="" $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy` test -z "$HP_ARCH" && HP_ARCH=hppa fi ;; esac - if [ ${HP_ARCH} = "hppa2.0w" ] + if [ ${HP_ARCH} = hppa2.0w ] then eval $set_cc_for_build @@ -660,12 +704,12 @@ # $ CC_FOR_BUILD="cc +DA2.0w" ./config.guess # => hppa64-hp-hpux11.23 - if echo __LP64__ | (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | + if echo __LP64__ | (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | grep -q __LP64__ then - HP_ARCH="hppa2.0w" + HP_ARCH=hppa2.0w else - HP_ARCH="hppa64" + HP_ARCH=hppa64 fi fi echo ${HP_ARCH}-hp-hpux${HPUX_REV} @@ -770,14 +814,14 @@ echo craynv-cray-unicosmp${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' exit ;; F30[01]:UNIX_System_V:*:* | F700:UNIX_System_V:*:*) - FUJITSU_PROC=`uname -m | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` - FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` + FUJITSU_PROC=`uname -m | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz` + FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'` FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'` echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" exit ;; 5000:UNIX_System_V:4.*:*) - FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` - FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'` + FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'` + FUJITSU_REL=`echo ${UNAME_RELEASE} | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'` echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" exit ;; i*86:BSD/386:*:* | i*86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*) @@ -801,10 +845,13 @@ i*:CYGWIN*:*) echo ${UNAME_MACHINE}-pc-cygwin exit ;; + *:MINGW64*:*) + echo ${UNAME_MACHINE}-pc-mingw64 + exit ;; *:MINGW*:*) echo ${UNAME_MACHINE}-pc-mingw32 exit ;; - i*:MSYS*:*) + *:MSYS*:*) echo ${UNAME_MACHINE}-pc-msys exit ;; i*:windows32*:*) @@ -852,21 +899,21 @@ exit ;; *:GNU:*:*) # the GNU system - echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'` + echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-${LIBC}`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'` exit ;; *:GNU/*:*:*) # other systems with GNU libc and userland - echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu + echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC} exit ;; i*86:Minix:*:*) echo ${UNAME_MACHINE}-pc-minix exit ;; aarch64:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnu + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; aarch64_be:Linux:*:*) UNAME_MACHINE=aarch64_be - echo ${UNAME_MACHINE}-unknown-linux-gnu + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; alpha:Linux:*:*) case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in @@ -879,59 +926,60 @@ EV68*) UNAME_MACHINE=alphaev68 ;; esac objdump --private-headers /bin/sh | grep -q ld.so.1 - if test "$?" = 0 ; then LIBC="libc1" ; else LIBC="" ; fi - echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC} + if test "$?" = 0 ; then LIBC=gnulibc1 ; fi + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + exit ;; + arc:Linux:*:* | arceb:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; arm*:Linux:*:*) eval $set_cc_for_build if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \ | grep -q __ARM_EABI__ then - echo ${UNAME_MACHINE}-unknown-linux-gnu + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} else if echo __ARM_PCS_VFP | $CC_FOR_BUILD -E - 2>/dev/null \ | grep -q __ARM_PCS_VFP then - echo ${UNAME_MACHINE}-unknown-linux-gnueabi + echo ${UNAME_MACHINE}-unknown-linux-${LIBC}eabi else - echo ${UNAME_MACHINE}-unknown-linux-gnueabihf + echo ${UNAME_MACHINE}-unknown-linux-${LIBC}eabihf fi fi exit ;; avr32*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnu + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; cris:Linux:*:*) - echo ${UNAME_MACHINE}-axis-linux-gnu + echo ${UNAME_MACHINE}-axis-linux-${LIBC} exit ;; crisv32:Linux:*:*) - echo ${UNAME_MACHINE}-axis-linux-gnu + echo ${UNAME_MACHINE}-axis-linux-${LIBC} + exit ;; + e2k:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; frv:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnu + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; hexagon:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnu + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; i*86:Linux:*:*) - LIBC=gnu - eval $set_cc_for_build - sed 's/^ //' << EOF >$dummy.c - #ifdef __dietlibc__ - LIBC=dietlibc - #endif -EOF - eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'` - echo "${UNAME_MACHINE}-pc-linux-${LIBC}" + echo ${UNAME_MACHINE}-pc-linux-${LIBC} exit ;; ia64:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnu + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + exit ;; + k1om:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; m32r*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnu + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; m68*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnu + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; mips:Linux:*:* | mips64:Linux:*:*) eval $set_cc_for_build @@ -950,54 +998,69 @@ #endif EOF eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'` - test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } + test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; } ;; - or32:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnu + mips64el:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + exit ;; + openrisc*:Linux:*:*) + echo or1k-unknown-linux-${LIBC} + exit ;; + or32:Linux:*:* | or1k*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; padre:Linux:*:*) - echo sparc-unknown-linux-gnu + echo sparc-unknown-linux-${LIBC} exit ;; parisc64:Linux:*:* | hppa64:Linux:*:*) - echo hppa64-unknown-linux-gnu + echo hppa64-unknown-linux-${LIBC} exit ;; parisc:Linux:*:* | hppa:Linux:*:*) # Look for CPU level case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in - PA7*) echo hppa1.1-unknown-linux-gnu ;; - PA8*) echo hppa2.0-unknown-linux-gnu ;; - *) echo hppa-unknown-linux-gnu ;; + PA7*) echo hppa1.1-unknown-linux-${LIBC} ;; + PA8*) echo hppa2.0-unknown-linux-${LIBC} ;; + *) echo hppa-unknown-linux-${LIBC} ;; esac exit ;; ppc64:Linux:*:*) - echo powerpc64-unknown-linux-gnu + echo powerpc64-unknown-linux-${LIBC} exit ;; ppc:Linux:*:*) - echo powerpc-unknown-linux-gnu + echo powerpc-unknown-linux-${LIBC} + exit ;; + ppc64le:Linux:*:*) + echo powerpc64le-unknown-linux-${LIBC} + exit ;; + ppcle:Linux:*:*) + echo powerpcle-unknown-linux-${LIBC} + exit ;; + riscv32:Linux:*:* | riscv64:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; s390:Linux:*:* | s390x:Linux:*:*) - echo ${UNAME_MACHINE}-ibm-linux + echo ${UNAME_MACHINE}-ibm-linux-${LIBC} exit ;; sh64*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnu + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; sh*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnu + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; sparc:Linux:*:* | sparc64:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnu + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; tile*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnu + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; vax:Linux:*:*) - echo ${UNAME_MACHINE}-dec-linux-gnu + echo ${UNAME_MACHINE}-dec-linux-${LIBC} exit ;; x86_64:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnu + echo ${UNAME_MACHINE}-pc-linux-${LIBC} exit ;; xtensa*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnu + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; i*86:DYNIX/ptx:4*:*) # ptx 4.0 does uname -s correctly, with DYNIX/ptx in there. @@ -1073,7 +1136,7 @@ # uname -m prints for DJGPP always 'pc', but it prints nothing about # the processor, so we play safe by assuming i586. # Note: whatever this is, it MUST be the same as what config.sub - # prints for the "djgpp" host, or else GDB configury will decide that + # prints for the "djgpp" host, or else GDB configure will decide that # this is a cross-build. echo i586-pc-msdosdjgpp exit ;; @@ -1201,6 +1264,9 @@ BePC:Haiku:*:*) # Haiku running on Intel PC compatible. echo i586-pc-haiku exit ;; + x86_64:Haiku:*:*) + echo x86_64-unknown-haiku + exit ;; SX-4:SUPER-UX:*:*) echo sx4-nec-superux${UNAME_RELEASE} exit ;; @@ -1219,6 +1285,9 @@ SX-8R:SUPER-UX:*:*) echo sx8r-nec-superux${UNAME_RELEASE} exit ;; + SX-ACE:SUPER-UX:*:*) + echo sxace-nec-superux${UNAME_RELEASE} + exit ;; Power*:Rhapsody:*:*) echo powerpc-apple-rhapsody${UNAME_RELEASE} exit ;; @@ -1227,24 +1296,36 @@ exit ;; *:Darwin:*:*) UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown - case $UNAME_PROCESSOR in - i386) - eval $set_cc_for_build - if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then - if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \ - (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \ - grep IS_64BIT_ARCH >/dev/null - then - UNAME_PROCESSOR="x86_64" - fi - fi ;; - unknown) UNAME_PROCESSOR=powerpc ;; - esac + eval $set_cc_for_build + if test "$UNAME_PROCESSOR" = unknown ; then + UNAME_PROCESSOR=powerpc + fi + if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then + if [ "$CC_FOR_BUILD" != no_compiler_found ]; then + if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \ + (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \ + grep IS_64BIT_ARCH >/dev/null + then + case $UNAME_PROCESSOR in + i386) UNAME_PROCESSOR=x86_64 ;; + powerpc) UNAME_PROCESSOR=powerpc64 ;; + esac + fi + fi + elif test "$UNAME_PROCESSOR" = i386 ; then + # Avoid executing cc on OS X 10.9, as it ships with a stub + # that puts up a graphical alert prompting to install + # developer tools. Any system running Mac OS X 10.7 or + # later (Darwin 11 and later) is required to have a 64-bit + # processor. This is not true of the ARM version of Darwin + # that Apple uses in portable devices. + UNAME_PROCESSOR=x86_64 + fi echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE} exit ;; *:procnto*:*:* | *:QNX:[0123456789]*:*) UNAME_PROCESSOR=`uname -p` - if test "$UNAME_PROCESSOR" = "x86"; then + if test "$UNAME_PROCESSOR" = x86; then UNAME_PROCESSOR=i386 UNAME_MACHINE=pc fi @@ -1256,7 +1337,7 @@ NEO-?:NONSTOP_KERNEL:*:*) echo neo-tandem-nsk${UNAME_RELEASE} exit ;; - NSE-?:NONSTOP_KERNEL:*:*) + NSE-*:NONSTOP_KERNEL:*:*) echo nse-tandem-nsk${UNAME_RELEASE} exit ;; NSR-?:NONSTOP_KERNEL:*:*) @@ -1275,7 +1356,7 @@ # "uname -m" is not consistent, so use $cputype instead. 386 # is converted to i386 for consistency with other x86 # operating systems. - if test "$cputype" = "386"; then + if test "$cputype" = 386; then UNAME_MACHINE=i386 else UNAME_MACHINE="$cputype" @@ -1317,7 +1398,7 @@ echo i386-pc-xenix exit ;; i*86:skyos:*:*) - echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//' + echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE} | sed -e 's/ .*$//'` exit ;; i*86:rdos:*:*) echo ${UNAME_MACHINE}-pc-rdos @@ -1328,174 +1409,25 @@ x86_64:VMkernel:*:*) echo ${UNAME_MACHINE}-unknown-esx exit ;; -esac - -#echo '(No uname command or uname output not recognized.)' 1>&2 -#echo "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" 1>&2 - -eval $set_cc_for_build -cat >$dummy.c < -# include -#endif -main () -{ -#if defined (sony) -#if defined (MIPSEB) - /* BFD wants "bsd" instead of "newsos". Perhaps BFD should be changed, - I don't know.... */ - printf ("mips-sony-bsd\n"); exit (0); -#else -#include - printf ("m68k-sony-newsos%s\n", -#ifdef NEWSOS4 - "4" -#else - "" -#endif - ); exit (0); -#endif -#endif - -#if defined (__arm) && defined (__acorn) && defined (__unix) - printf ("arm-acorn-riscix\n"); exit (0); -#endif - -#if defined (hp300) && !defined (hpux) - printf ("m68k-hp-bsd\n"); exit (0); -#endif - -#if defined (NeXT) -#if !defined (__ARCHITECTURE__) -#define __ARCHITECTURE__ "m68k" -#endif - int version; - version=`(hostinfo | sed -n 's/.*NeXT Mach \([0-9]*\).*/\1/p') 2>/dev/null`; - if (version < 4) - printf ("%s-next-nextstep%d\n", __ARCHITECTURE__, version); - else - printf ("%s-next-openstep%d\n", __ARCHITECTURE__, version); - exit (0); -#endif - -#if defined (MULTIMAX) || defined (n16) -#if defined (UMAXV) - printf ("ns32k-encore-sysv\n"); exit (0); -#else -#if defined (CMU) - printf ("ns32k-encore-mach\n"); exit (0); -#else - printf ("ns32k-encore-bsd\n"); exit (0); -#endif -#endif -#endif - -#if defined (__386BSD__) - printf ("i386-pc-bsd\n"); exit (0); -#endif - -#if defined (sequent) -#if defined (i386) - printf ("i386-sequent-dynix\n"); exit (0); -#endif -#if defined (ns32000) - printf ("ns32k-sequent-dynix\n"); exit (0); -#endif -#endif - -#if defined (_SEQUENT_) - struct utsname un; - - uname(&un); - - if (strncmp(un.version, "V2", 2) == 0) { - printf ("i386-sequent-ptx2\n"); exit (0); - } - if (strncmp(un.version, "V1", 2) == 0) { /* XXX is V1 correct? */ - printf ("i386-sequent-ptx1\n"); exit (0); - } - printf ("i386-sequent-ptx\n"); exit (0); - -#endif - -#if defined (vax) -# if !defined (ultrix) -# include -# if defined (BSD) -# if BSD == 43 - printf ("vax-dec-bsd4.3\n"); exit (0); -# else -# if BSD == 199006 - printf ("vax-dec-bsd4.3reno\n"); exit (0); -# else - printf ("vax-dec-bsd\n"); exit (0); -# endif -# endif -# else - printf ("vax-dec-bsd\n"); exit (0); -# endif -# else - printf ("vax-dec-ultrix\n"); exit (0); -# endif -#endif - -#if defined (alliant) && defined (i860) - printf ("i860-alliant-bsd\n"); exit (0); -#endif - - exit (1); -} -EOF - -$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` && - { echo "$SYSTEM_NAME"; exit; } - -# Apollos put the system type in the environment. - -test -d /usr/apollo && { echo ${ISP}-apollo-${SYSTYPE}; exit; } - -# Convex versions that predate uname can use getsysinfo(1) - -if [ -x /usr/convex/getsysinfo ] -then - case `getsysinfo -f cpu_type` in - c1*) - echo c1-convex-bsd + amd64:Isilon\ OneFS:*:*) + echo x86_64-unknown-onefs exit ;; - c2*) - if getsysinfo -f scalar_acc - then echo c32-convex-bsd - else echo c2-convex-bsd - fi - exit ;; - c34*) - echo c34-convex-bsd - exit ;; - c38*) - echo c38-convex-bsd - exit ;; - c4*) - echo c4-convex-bsd - exit ;; - esac -fi +esac cat >&2 < in order to provide the needed -information to handle your system. +If $0 has already been updated, send the following data and any +information you think might be pertinent to config-patches@gnu.org to +provide the necessary information to handle your system. config.guess timestamp = $timestamp diff -Nru arp-scan-1.9/config.h arp-scan-2.0/config.h --- arp-scan-1.9/config.h 1970-01-01 05:30:00.000000000 +0530 +++ arp-scan-2.0/config.h 2017-09-21 19:25:31.000000000 +0530 @@ -0,0 +1,200 @@ +/* config.h. Generated from config.h.in by configure. */ +/* config.h.in. Generated from configure.ac by autoheader. */ + +/* Define to the appropriate type for 64-bit ints. */ +#define ARP_INT64 long int + +/* Define to the appropriate snprintf format for 64-bit ints. */ +#define ARP_INT64_FORMAT "%ld" + +/* Define to 1 if pcap uses BPF */ +/* #undef ARP_PCAP_BPF */ + +/* Define to 1 if pcap uses DLPI */ +/* #undef ARP_PCAP_DLPI */ + +/* Define to the appropriate type for unsigned 64-bit ints. */ +#define ARP_UINT64 unsigned long int + +/* Define to the appropriate snprintf format for unsigned 64-bit ints. */ +#define ARP_UINT64_FORMAT "%lu" + +/* Define to the compiler's unused pragma */ +#define ATTRIBUTE_UNUSED __attribute__ ((__unused__)) + +/* Define if SSP C support is enabled. */ +#define ENABLE_SSP_CC 1 + +/* Define to 1 if you have the header file. */ +#define HAVE_ARPA_INET_H 1 + +/* Define to 1 if you have the header file. */ +#define HAVE_FCNTL_H 1 + +/* Define to 1 if you have the `gethostbyname' function. */ +#define HAVE_GETHOSTBYNAME 1 + +/* Define to 1 if you have the header file. */ +#define HAVE_GETOPT_H 1 + +/* Define to 1 if you have the `gettimeofday' function. */ +#define HAVE_GETTIMEOFDAY 1 + +/* Define to 1 if you have the `inet_ntoa' function. */ +#define HAVE_INET_NTOA 1 + +/* Define to 1 if you have the header file. */ +#define HAVE_INTTYPES_H 1 + +/* Define to 1 if `long int' works and is 64 bits. */ +#define HAVE_LONG_INT_64 /**/ + +/* Define to 1 if `long long int' works and is 64 bits. */ +/* #undef HAVE_LONG_LONG_INT_64 */ + +/* Define to 1 if you have the `malloc' function. */ +#define HAVE_MALLOC 1 + +/* Define to 1 if you have the header file. */ +#define HAVE_MEMORY_H 1 + +/* Define to 1 if you have the `memset' function. */ +#define HAVE_MEMSET 1 + +/* Define to 1 if you have the header file. */ +#define HAVE_NETDB_H 1 + +/* Define to 1 if you have the header file. */ +#define HAVE_NETINET_IN_H 1 + +/* Define to 1 if you have the header file. */ +#define HAVE_NETPACKET_PACKET_H 1 + +/* Define to 1 if you have the header file. */ +/* #undef HAVE_NET_IF_DL_H */ + +/* Define to 1 if you have the header file. */ +#define HAVE_NET_IF_H 1 + +/* Define to 1 if you have the header file. */ +/* #undef HAVE_NET_ROUTE_H */ + +/* Define to 1 if you have the header file. */ +#define HAVE_PCAP_H 1 + +/* Define to 1 if you have posix regex support */ +#define HAVE_REGEX_H 1 + +/* Define to 1 if you have the header file. */ +#define HAVE_SEARCH_H 1 + +/* Define to 1 if you have the `select' function. */ +#define HAVE_SELECT 1 + +/* Define to 1 if you have the `socket' function. */ +#define HAVE_SOCKET 1 + +/* Define to 1 if you have the header file. */ +#define HAVE_STDINT_H 1 + +/* Define to 1 if you have the header file. */ +#define HAVE_STDLIB_H 1 + +/* Define to 1 if you have the `strerror' function. */ +#define HAVE_STRERROR 1 + +/* Define to 1 if you have the header file. */ +#define HAVE_STRINGS_H 1 + +/* Define to 1 if you have the header file. */ +#define HAVE_STRING_H 1 + +/* Define to 1 if the C library includes the strlcat function */ +/* #undef HAVE_STRLCAT */ + +/* Define to 1 if the C library includes the strlcpy function */ +/* #undef HAVE_STRLCPY */ + +/* Define to 1 if you have the header file. */ +/* #undef HAVE_STROPTS_H */ + +/* Define to 1 if you have the header file. */ +/* #undef HAVE_SYS_BUFMOD_H */ + +/* Define to 1 if you have the header file. */ +/* #undef HAVE_SYS_DLPIHDR_H */ + +/* Define to 1 if you have the header file. */ +/* #undef HAVE_SYS_DLPI_H */ + +/* Define to 1 if you have the header file. */ +#define HAVE_SYS_IOCTL_H 1 + +/* Define to 1 if you have the header file. */ +/* #undef HAVE_SYS_PARAM_H */ + +/* Define to 1 if you have the header file. */ +#define HAVE_SYS_SOCKET_H 1 + +/* Define to 1 if you have the header file. */ +/* #undef HAVE_SYS_SOCKIO_H */ + +/* Define to 1 if you have the header file. */ +#define HAVE_SYS_STAT_H 1 + +/* Define to 1 if you have the header file. */ +/* #undef HAVE_SYS_SYSCTL_H */ + +/* Define to 1 if you have the header file. */ +#define HAVE_SYS_TIME_H 1 + +/* Define to 1 if you have the header file. */ +#define HAVE_SYS_TYPES_H 1 + +/* Define to 1 if you have the header file. */ +#define HAVE_UNISTD_H 1 + +/* Name of package */ +#define PACKAGE "arp-scan" + +/* Define to the address where bug reports for this package should be sent. */ +#define PACKAGE_BUGREPORT "https://github.com/royhills/arp-scan" + +/* Define to the full name of this package. */ +#define PACKAGE_NAME "arp-scan" + +/* Define to the full name and version of this package. */ +#define PACKAGE_STRING "arp-scan 1.9.5" + +/* Define to the one symbol short name of this package. */ +#define PACKAGE_TARNAME "arp-scan" + +/* Define to the home page for this package. */ +#define PACKAGE_URL "" + +/* Define to the version of this package. */ +#define PACKAGE_VERSION "1.9.5" + +/* Define to 1 if you have the ANSI C header files. */ +#define STDC_HEADERS 1 + +/* Define to 1 if you can safely include both and . */ +#define TIME_WITH_SYS_TIME 1 + +/* Version number of package */ +#define VERSION "1.9.5" + +/* Define to empty if `const' does not conform to ANSI C. */ +/* #undef const */ + +/* Define to `unsigned int' if does not define. */ +/* #undef size_t */ + +/* Define to required type if we don't have uint16_t */ +/* #undef uint16_t */ + +/* Define to required type if we don't have uint32_t */ +/* #undef uint32_t */ + +/* Define to required type if we don't have uint8_t */ +/* #undef uint8_t */ diff -Nru arp-scan-1.9/config.h.in arp-scan-2.0/config.h.in --- arp-scan-1.9/config.h.in 2013-07-24 14:34:11.000000000 +0530 +++ arp-scan-2.0/config.h.in 2017-09-21 19:25:35.000000000 +0530 @@ -84,6 +84,9 @@ /* Define to 1 if you have posix regex support */ #undef HAVE_REGEX_H +/* Define to 1 if you have the header file. */ +#undef HAVE_SEARCH_H + /* Define to 1 if you have the `select' function. */ #undef HAVE_SELECT diff -Nru arp-scan-1.9/config.log arp-scan-2.0/config.log --- arp-scan-1.9/config.log 1970-01-01 05:30:00.000000000 +0530 +++ arp-scan-2.0/config.log 2017-09-21 19:52:47.000000000 +0530 @@ -0,0 +1,1091 @@ +This file contains any messages produced by compilers while +running configure, to aid debugging if configure makes a mistake. + +It was created by arp-scan configure 1.9.5, which was +generated by GNU Autoconf 2.69. Invocation command line was + + $ ./configure + +## --------- ## +## Platform. ## +## --------- ## + +hostname = hydra +uname -m = x86_64 +uname -r = 4.10.0-35-generic +uname -s = Linux +uname -v = #39-Ubuntu SMP Wed Sep 13 07:46:59 UTC 2017 + +/usr/bin/uname -p = unknown +/bin/uname -X = unknown + +/bin/arch = unknown +/usr/bin/arch -k = unknown +/usr/convex/getsysinfo = unknown +/usr/bin/hostinfo = unknown +/bin/machine = unknown +/usr/bin/oslevel = unknown +/bin/universe = unknown + +PATH: /home/hydra/.rbenv/plugins/ruby-build/bin +PATH: /home/hydra/.rbenv/shims +PATH: /home/hydra/.rbenv/bin +PATH: /home/hydra/bin +PATH: /home/hydra/.local/bin +PATH: /usr/local/sbin +PATH: /usr/local/bin +PATH: /usr/sbin +PATH: /usr/bin +PATH: /sbin +PATH: /bin +PATH: /usr/games +PATH: /usr/local/games +PATH: /snap/bin + + +## ----------- ## +## Core tests. ## +## ----------- ## + +configure:2273: checking for a BSD-compatible install +configure:2341: result: /usr/bin/install -c +configure:2352: checking whether build environment is sane +configure:2407: result: yes +configure:2558: checking for a thread-safe mkdir -p +configure:2597: result: /bin/mkdir -p +configure:2604: checking for gawk +configure:2634: result: no +configure:2604: checking for mawk +configure:2620: found /usr/bin/mawk +configure:2631: result: mawk +configure:2642: checking whether make sets $(MAKE) +configure:2664: result: yes +configure:2693: checking whether make supports nested variables +configure:2710: result: yes +configure:2844: checking build system type +configure:2858: result: x86_64-pc-linux-gnu +configure:2878: checking host system type +configure:2891: result: x86_64-pc-linux-gnu +configure:2912: checking if gcov code coverage is enabled +configure:2928: result: no +configure:2981: checking for gcc +configure:2997: found /usr/bin/gcc +configure:3008: result: gcc +configure:3237: checking for C compiler version +configure:3246: gcc --version >&5 +gcc (Ubuntu 6.3.0-12ubuntu2) 6.3.0 20170406 +Copyright (C) 2016 Free Software Foundation, Inc. +This is free software; see the source for copying conditions. There is NO +warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + +configure:3257: $? = 0 +configure:3246: gcc -v >&5 +Using built-in specs. +COLLECT_GCC=gcc +COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/6/lto-wrapper +Target: x86_64-linux-gnu +Configured with: ../src/configure -v --with-pkgversion='Ubuntu 6.3.0-12ubuntu2' --with-bugurl=file:///usr/share/doc/gcc-6/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-6 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-6-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-6-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-6-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu +Thread model: posix +gcc version 6.3.0 20170406 (Ubuntu 6.3.0-12ubuntu2) +configure:3257: $? = 0 +configure:3246: gcc -V >&5 +gcc: error: unrecognized command line option '-V' +gcc: fatal error: no input files +compilation terminated. +configure:3257: $? = 1 +configure:3246: gcc -qversion >&5 +gcc: error: unrecognized command line option '-qversion'; did you mean '--version'? +gcc: fatal error: no input files +compilation terminated. +configure:3257: $? = 1 +configure:3277: checking whether the C compiler works +configure:3299: gcc conftest.c >&5 +configure:3303: $? = 0 +configure:3351: result: yes +configure:3354: checking for C compiler default output file name +configure:3356: result: a.out +configure:3362: checking for suffix of executables +configure:3369: gcc -o conftest conftest.c >&5 +configure:3373: $? = 0 +configure:3395: result: +configure:3417: checking whether we are cross compiling +configure:3425: gcc -o conftest conftest.c >&5 +configure:3429: $? = 0 +configure:3436: ./conftest +configure:3440: $? = 0 +configure:3455: result: no +configure:3460: checking for suffix of object files +configure:3482: gcc -c conftest.c >&5 +configure:3486: $? = 0 +configure:3507: result: o +configure:3511: checking whether we are using the GNU C compiler +configure:3530: gcc -c conftest.c >&5 +configure:3530: $? = 0 +configure:3539: result: yes +configure:3548: checking whether gcc accepts -g +configure:3568: gcc -c -g conftest.c >&5 +configure:3568: $? = 0 +configure:3609: result: yes +configure:3626: checking for gcc option to accept ISO C89 +configure:3689: gcc -c -g -O2 conftest.c >&5 +configure:3689: $? = 0 +configure:3702: result: none needed +configure:3727: checking whether gcc understands -c and -o together +configure:3749: gcc -c conftest.c -o conftest2.o +configure:3752: $? = 0 +configure:3749: gcc -c conftest.c -o conftest2.o +configure:3752: $? = 0 +configure:3764: result: yes +configure:3792: checking for style of include used by make +configure:3820: result: GNU +configure:3846: checking dependency style of gcc +configure:3957: result: gcc3 +configure:3981: checking whether gcc accepts -Wextra +configure:3996: gcc -c -g -O2 -Wall -Wshadow -Wwrite-strings -Wextra conftest.c >&5 +configure:3996: $? = 0 +configure:3998: result: yes +configure:4015: checking whether gcc accepts -fstack-protector +configure:4030: gcc -c -g -O2 -Wall -Wshadow -Wwrite-strings -Wextra -fstack-protector conftest.c >&5 +configure:4030: $? = 0 +configure:4048: checking whether gcc accepts -D_FORTIFY_SOURCE +configure:4071: gcc -c -g -O2 -Wall -Wshadow -Wwrite-strings -Wextra -fstack-protector conftest.c >&5 +configure:4071: $? = 0 +configure:4073: result: yes +configure:4088: checking whether gcc accepts -Wformat-security +configure:4107: gcc -c -g -O2 -Wall -Wshadow -Wwrite-strings -Wextra -fstack-protector -D_FORTIFY_SOURCE=2 -Wall -Werror -Wformat -Wformat-security conftest.c >&5 +conftest.c: In function 'main': +conftest.c:19:10: error: format not a string literal and no format arguments [-Werror=format-security] + printf(fmt); + ^~~~~~ +cc1: all warnings being treated as errors +configure:4107: $? = 1 +configure: failed program was: +| /* confdefs.h */ +| #define PACKAGE_NAME "arp-scan" +| #define PACKAGE_TARNAME "arp-scan" +| #define PACKAGE_VERSION "1.9.5" +| #define PACKAGE_STRING "arp-scan 1.9.5" +| #define PACKAGE_BUGREPORT "https://github.com/royhills/arp-scan" +| #define PACKAGE_URL "" +| #define PACKAGE "arp-scan" +| #define VERSION "1.9.5" +| #define ATTRIBUTE_UNUSED __attribute__ ((__unused__)) +| #define ENABLE_SSP_CC 1 +| /* end confdefs.h. */ +| #include +| int +| main () +| { +| +| char *fmt=NULL; +| printf(fmt); +| return 0; +| +| ; +| return 0; +| } +configure:4115: result: yes +configure:4129: checking whether ln -s works +configure:4133: result: yes +configure:4141: checking for library containing gethostbyname +configure:4172: gcc -o conftest -g -O2 -Wall -Wshadow -Wwrite-strings -Wextra -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security conftest.c >&5 +configure:4172: $? = 0 +configure:4189: result: none required +configure:4197: checking for library containing socket +configure:4228: gcc -o conftest -g -O2 -Wall -Wshadow -Wwrite-strings -Wextra -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security conftest.c >&5 +configure:4228: $? = 0 +configure:4245: result: none required +configure:4253: checking for library containing pcap_open_live +configure:4284: gcc -o conftest -g -O2 -Wall -Wshadow -Wwrite-strings -Wextra -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security conftest.c >&5 +/tmp/ccXlWd5k.o: In function `main': +/home/hydra/Desktop/AUR/projects/arp-scan/conftest.c:24: undefined reference to `pcap_open_live' +collect2: error: ld returned 1 exit status +configure:4284: $? = 1 +configure: failed program was: +| /* confdefs.h */ +| #define PACKAGE_NAME "arp-scan" +| #define PACKAGE_TARNAME "arp-scan" +| #define PACKAGE_VERSION "1.9.5" +| #define PACKAGE_STRING "arp-scan 1.9.5" +| #define PACKAGE_BUGREPORT "https://github.com/royhills/arp-scan" +| #define PACKAGE_URL "" +| #define PACKAGE "arp-scan" +| #define VERSION "1.9.5" +| #define ATTRIBUTE_UNUSED __attribute__ ((__unused__)) +| #define ENABLE_SSP_CC 1 +| /* end confdefs.h. */ +| +| /* Override any GCC internal prototype to avoid an error. +| Use char because int might match the return type of a GCC +| builtin and then its argument prototype would still apply. */ +| #ifdef __cplusplus +| extern "C" +| #endif +| char pcap_open_live (); +| int +| main () +| { +| return pcap_open_live (); +| ; +| return 0; +| } +configure:4284: gcc -o conftest -g -O2 -Wall -Wshadow -Wwrite-strings -Wextra -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security conftest.c -lpcap >&5 +configure:4284: $? = 0 +configure:4301: result: -lpcap +configure:4316: checking for a compatible pcap library +configure:4336: gcc -o conftest -g -O2 -Wall -Wshadow -Wwrite-strings -Wextra -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security conftest.c -lpcap >&5 +configure:4336: $? = 0 +configure:4337: result: yes +configure:4356: checking how to run the C preprocessor +configure:4387: gcc -E conftest.c +configure:4387: $? = 0 +configure:4401: gcc -E conftest.c +conftest.c:13:28: fatal error: ac_nonexistent.h: No such file or directory + #include + ^ +compilation terminated. +configure:4401: $? = 1 +configure: failed program was: +| /* confdefs.h */ +| #define PACKAGE_NAME "arp-scan" +| #define PACKAGE_TARNAME "arp-scan" +| #define PACKAGE_VERSION "1.9.5" +| #define PACKAGE_STRING "arp-scan 1.9.5" +| #define PACKAGE_BUGREPORT "https://github.com/royhills/arp-scan" +| #define PACKAGE_URL "" +| #define PACKAGE "arp-scan" +| #define VERSION "1.9.5" +| #define ATTRIBUTE_UNUSED __attribute__ ((__unused__)) +| #define ENABLE_SSP_CC 1 +| /* end confdefs.h. */ +| #include +configure:4426: result: gcc -E +configure:4446: gcc -E conftest.c +configure:4446: $? = 0 +configure:4460: gcc -E conftest.c +conftest.c:13:28: fatal error: ac_nonexistent.h: No such file or directory + #include + ^ +compilation terminated. +configure:4460: $? = 1 +configure: failed program was: +| /* confdefs.h */ +| #define PACKAGE_NAME "arp-scan" +| #define PACKAGE_TARNAME "arp-scan" +| #define PACKAGE_VERSION "1.9.5" +| #define PACKAGE_STRING "arp-scan 1.9.5" +| #define PACKAGE_BUGREPORT "https://github.com/royhills/arp-scan" +| #define PACKAGE_URL "" +| #define PACKAGE "arp-scan" +| #define VERSION "1.9.5" +| #define ATTRIBUTE_UNUSED __attribute__ ((__unused__)) +| #define ENABLE_SSP_CC 1 +| /* end confdefs.h. */ +| #include +configure:4489: checking for grep that handles long lines and -e +configure:4547: result: /bin/grep +configure:4552: checking for egrep +configure:4614: result: /bin/grep -E +configure:4619: checking for ANSI C header files +configure:4639: gcc -c -g -O2 -Wall -Wshadow -Wwrite-strings -Wextra -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security conftest.c >&5 +configure:4639: $? = 0 +configure:4712: gcc -o conftest -g -O2 -Wall -Wshadow -Wwrite-strings -Wextra -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security conftest.c -lpcap >&5 +configure:4712: $? = 0 +configure:4712: ./conftest +configure:4712: $? = 0 +configure:4723: result: yes +configure:4736: checking for sys/types.h +configure:4736: gcc -c -g -O2 -Wall -Wshadow -Wwrite-strings -Wextra -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security conftest.c >&5 +configure:4736: $? = 0 +configure:4736: result: yes +configure:4736: checking for sys/stat.h +configure:4736: gcc -c -g -O2 -Wall -Wshadow -Wwrite-strings -Wextra -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security conftest.c >&5 +configure:4736: $? = 0 +configure:4736: result: yes +configure:4736: checking for stdlib.h +configure:4736: gcc -c -g -O2 -Wall -Wshadow -Wwrite-strings -Wextra -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security conftest.c >&5 +configure:4736: $? = 0 +configure:4736: result: yes +configure:4736: checking for string.h +configure:4736: gcc -c -g -O2 -Wall -Wshadow -Wwrite-strings -Wextra -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security conftest.c >&5 +configure:4736: $? = 0 +configure:4736: result: yes +configure:4736: checking for memory.h +configure:4736: gcc -c -g -O2 -Wall -Wshadow -Wwrite-strings -Wextra -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security conftest.c >&5 +configure:4736: $? = 0 +configure:4736: result: yes +configure:4736: checking for strings.h +configure:4736: gcc -c -g -O2 -Wall -Wshadow -Wwrite-strings -Wextra -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security conftest.c >&5 +configure:4736: $? = 0 +configure:4736: result: yes +configure:4736: checking for inttypes.h +configure:4736: gcc -c -g -O2 -Wall -Wshadow -Wwrite-strings -Wextra -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security conftest.c >&5 +configure:4736: $? = 0 +configure:4736: result: yes +configure:4736: checking for stdint.h +configure:4736: gcc -c -g -O2 -Wall -Wshadow -Wwrite-strings -Wextra -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security conftest.c >&5 +configure:4736: $? = 0 +configure:4736: result: yes +configure:4736: checking for unistd.h +configure:4736: gcc -c -g -O2 -Wall -Wshadow -Wwrite-strings -Wextra -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security conftest.c >&5 +configure:4736: $? = 0 +configure:4736: result: yes +configure:4751: checking arpa/inet.h usability +configure:4751: gcc -c -g -O2 -Wall -Wshadow -Wwrite-strings -Wextra -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security conftest.c >&5 +configure:4751: $? = 0 +configure:4751: result: yes +configure:4751: checking arpa/inet.h presence +configure:4751: gcc -E conftest.c +configure:4751: $? = 0 +configure:4751: result: yes +configure:4751: checking for arpa/inet.h +configure:4751: result: yes +configure:4751: checking netdb.h usability +configure:4751: gcc -c -g -O2 -Wall -Wshadow -Wwrite-strings -Wextra -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security conftest.c >&5 +configure:4751: $? = 0 +configure:4751: result: yes +configure:4751: checking netdb.h presence +configure:4751: gcc -E conftest.c +configure:4751: $? = 0 +configure:4751: result: yes +configure:4751: checking for netdb.h +configure:4751: result: yes +configure:4751: checking netinet/in.h usability +configure:4751: gcc -c -g -O2 -Wall -Wshadow -Wwrite-strings -Wextra -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security conftest.c >&5 +configure:4751: $? = 0 +configure:4751: result: yes +configure:4751: checking netinet/in.h presence +configure:4751: gcc -E conftest.c +configure:4751: $? = 0 +configure:4751: result: yes +configure:4751: checking for netinet/in.h +configure:4751: result: yes +configure:4751: checking sys/socket.h usability +configure:4751: gcc -c -g -O2 -Wall -Wshadow -Wwrite-strings -Wextra -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security conftest.c >&5 +configure:4751: $? = 0 +configure:4751: result: yes +configure:4751: checking sys/socket.h presence +configure:4751: gcc -E conftest.c +configure:4751: $? = 0 +configure:4751: result: yes +configure:4751: checking for sys/socket.h +configure:4751: result: yes +configure:4751: checking sys/time.h usability +configure:4751: gcc -c -g -O2 -Wall -Wshadow -Wwrite-strings -Wextra -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security conftest.c >&5 +configure:4751: $? = 0 +configure:4751: result: yes +configure:4751: checking sys/time.h presence +configure:4751: gcc -E conftest.c +configure:4751: $? = 0 +configure:4751: result: yes +configure:4751: checking for sys/time.h +configure:4751: result: yes +configure:4751: checking for unistd.h +configure:4751: result: yes +configure:4751: checking getopt.h usability +configure:4751: gcc -c -g -O2 -Wall -Wshadow -Wwrite-strings -Wextra -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security conftest.c >&5 +configure:4751: $? = 0 +configure:4751: result: yes +configure:4751: checking getopt.h presence +configure:4751: gcc -E conftest.c +configure:4751: $? = 0 +configure:4751: result: yes +configure:4751: checking for getopt.h +configure:4751: result: yes +configure:4751: checking pcap.h usability +configure:4751: gcc -c -g -O2 -Wall -Wshadow -Wwrite-strings -Wextra -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security conftest.c >&5 +configure:4751: $? = 0 +configure:4751: result: yes +configure:4751: checking pcap.h presence +configure:4751: gcc -E conftest.c +configure:4751: $? = 0 +configure:4751: result: yes +configure:4751: checking for pcap.h +configure:4751: result: yes +configure:4751: checking sys/ioctl.h usability +configure:4751: gcc -c -g -O2 -Wall -Wshadow -Wwrite-strings -Wextra -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security conftest.c >&5 +configure:4751: $? = 0 +configure:4751: result: yes +configure:4751: checking sys/ioctl.h presence +configure:4751: gcc -E conftest.c +configure:4751: $? = 0 +configure:4751: result: yes +configure:4751: checking for sys/ioctl.h +configure:4751: result: yes +configure:4751: checking for sys/stat.h +configure:4751: result: yes +configure:4751: checking fcntl.h usability +configure:4751: gcc -c -g -O2 -Wall -Wshadow -Wwrite-strings -Wextra -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security conftest.c >&5 +configure:4751: $? = 0 +configure:4751: result: yes +configure:4751: checking fcntl.h presence +configure:4751: gcc -E conftest.c +configure:4751: $? = 0 +configure:4751: result: yes +configure:4751: checking for fcntl.h +configure:4751: result: yes +configure:4751: checking search.h usability +configure:4751: gcc -c -g -O2 -Wall -Wshadow -Wwrite-strings -Wextra -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security conftest.c >&5 +configure:4751: $? = 0 +configure:4751: result: yes +configure:4751: checking search.h presence +configure:4751: gcc -E conftest.c +configure:4751: $? = 0 +configure:4751: result: yes +configure:4751: checking for search.h +configure:4751: result: yes +configure:4762: checking for an ANSI C-conforming const +configure:4828: gcc -c -g -O2 -Wall -Wshadow -Wwrite-strings -Wextra -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security conftest.c >&5 +configure:4828: $? = 0 +configure:4835: result: yes +configure:4843: checking for size_t +configure:4843: gcc -c -g -O2 -Wall -Wshadow -Wwrite-strings -Wextra -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security conftest.c >&5 +configure:4843: $? = 0 +configure:4843: gcc -c -g -O2 -Wall -Wshadow -Wwrite-strings -Wextra -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security conftest.c >&5 +conftest.c: In function 'main': +conftest.c:71:21: error: expected expression before ')' token + if (sizeof ((size_t))) + ^ +configure:4843: $? = 1 +configure: failed program was: +| /* confdefs.h */ +| #define PACKAGE_NAME "arp-scan" +| #define PACKAGE_TARNAME "arp-scan" +| #define PACKAGE_VERSION "1.9.5" +| #define PACKAGE_STRING "arp-scan 1.9.5" +| #define PACKAGE_BUGREPORT "https://github.com/royhills/arp-scan" +| #define PACKAGE_URL "" +| #define PACKAGE "arp-scan" +| #define VERSION "1.9.5" +| #define ATTRIBUTE_UNUSED __attribute__ ((__unused__)) +| #define ENABLE_SSP_CC 1 +| #define STDC_HEADERS 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_INTTYPES_H 1 +| #define HAVE_STDINT_H 1 +| #define HAVE_UNISTD_H 1 +| #define HAVE_ARPA_INET_H 1 +| #define HAVE_NETDB_H 1 +| #define HAVE_NETINET_IN_H 1 +| #define HAVE_SYS_SOCKET_H 1 +| #define HAVE_SYS_TIME_H 1 +| #define HAVE_UNISTD_H 1 +| #define HAVE_GETOPT_H 1 +| #define HAVE_PCAP_H 1 +| #define HAVE_SYS_IOCTL_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_FCNTL_H 1 +| #define HAVE_SEARCH_H 1 +| /* end confdefs.h. */ +| #include +| #ifdef HAVE_SYS_TYPES_H +| # include +| #endif +| #ifdef HAVE_SYS_STAT_H +| # include +| #endif +| #ifdef STDC_HEADERS +| # include +| # include +| #else +| # ifdef HAVE_STDLIB_H +| # include +| # endif +| #endif +| #ifdef HAVE_STRING_H +| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H +| # include +| # endif +| # include +| #endif +| #ifdef HAVE_STRINGS_H +| # include +| #endif +| #ifdef HAVE_INTTYPES_H +| # include +| #endif +| #ifdef HAVE_STDINT_H +| # include +| #endif +| #ifdef HAVE_UNISTD_H +| # include +| #endif +| int +| main () +| { +| if (sizeof ((size_t))) +| return 0; +| ; +| return 0; +| } +configure:4843: result: yes +configure:4854: checking whether time.h and sys/time.h may both be included +configure:4874: gcc -c -g -O2 -Wall -Wshadow -Wwrite-strings -Wextra -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security conftest.c >&5 +configure:4874: $? = 0 +configure:4881: result: yes +configure:4890: checking for uint8_t using gcc +configure:4941: gcc -c -g -O2 -Wall -Wshadow -Wwrite-strings -Wextra -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security conftest.c >&5 +conftest.c: In function 'main': +conftest.c:75:9: warning: unused variable 'i' [-Wunused-variable] + uint8_t i + ^ +configure:4941: $? = 0 +configure:4949: result: yes +configure:4956: checking for uint16_t using gcc +configure:5007: gcc -c -g -O2 -Wall -Wshadow -Wwrite-strings -Wextra -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security conftest.c >&5 +conftest.c: In function 'main': +conftest.c:75:10: warning: unused variable 'i' [-Wunused-variable] + uint16_t i + ^ +configure:5007: $? = 0 +configure:5015: result: yes +configure:5022: checking for uint32_t using gcc +configure:5073: gcc -c -g -O2 -Wall -Wshadow -Wwrite-strings -Wextra -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security conftest.c >&5 +conftest.c: In function 'main': +conftest.c:75:10: warning: unused variable 'i' [-Wunused-variable] + uint32_t i + ^ +configure:5073: $? = 0 +configure:5081: result: yes +configure:5090: checking whether long int is 64 bits +configure:5148: gcc -o conftest -g -O2 -Wall -Wshadow -Wwrite-strings -Wextra -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security conftest.c -lpcap >&5 +conftest.c:59:1: warning: return type defaults to 'int' [-Wimplicit-int] + main() { + ^~~~ +configure:5148: $? = 0 +configure:5148: ./conftest +configure:5148: $? = 0 +configure:5158: result: yes +configure:5356: checking for malloc +configure:5356: gcc -o conftest -g -O2 -Wall -Wshadow -Wwrite-strings -Wextra -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security conftest.c -lpcap >&5 +conftest.c:64:6: warning: conflicting types for built-in function 'malloc' + char malloc (); + ^~~~~~ +configure:5356: $? = 0 +configure:5356: result: yes +configure:5356: checking for gethostbyname +configure:5356: gcc -o conftest -g -O2 -Wall -Wshadow -Wwrite-strings -Wextra -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security conftest.c -lpcap >&5 +configure:5356: $? = 0 +configure:5356: result: yes +configure:5356: checking for gettimeofday +configure:5356: gcc -o conftest -g -O2 -Wall -Wshadow -Wwrite-strings -Wextra -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security conftest.c -lpcap >&5 +configure:5356: $? = 0 +configure:5356: result: yes +configure:5356: checking for inet_ntoa +configure:5356: gcc -o conftest -g -O2 -Wall -Wshadow -Wwrite-strings -Wextra -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security conftest.c -lpcap >&5 +configure:5356: $? = 0 +configure:5356: result: yes +configure:5356: checking for memset +configure:5356: gcc -o conftest -g -O2 -Wall -Wshadow -Wwrite-strings -Wextra -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security conftest.c -lpcap >&5 +conftest.c:68:6: warning: conflicting types for built-in function 'memset' + char memset (); + ^~~~~~ +configure:5356: $? = 0 +configure:5356: result: yes +configure:5356: checking for select +configure:5356: gcc -o conftest -g -O2 -Wall -Wshadow -Wwrite-strings -Wextra -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security conftest.c -lpcap >&5 +configure:5356: $? = 0 +configure:5356: result: yes +configure:5356: checking for socket +configure:5356: gcc -o conftest -g -O2 -Wall -Wshadow -Wwrite-strings -Wextra -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security conftest.c -lpcap >&5 +configure:5356: $? = 0 +configure:5356: result: yes +configure:5356: checking for strerror +configure:5356: gcc -o conftest -g -O2 -Wall -Wshadow -Wwrite-strings -Wextra -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security conftest.c -lpcap >&5 +configure:5356: $? = 0 +configure:5356: result: yes +configure:5366: checking for posix regular expression support +configure:5382: gcc -o conftest -g -O2 -Wall -Wshadow -Wwrite-strings -Wextra -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security conftest.c -lpcap >&5 +configure:5382: $? = 0 +configure:5389: result: yes +configure:5401: Using packet socket link layer implementation. +configure:5406: checking netpacket/packet.h usability +configure:5406: gcc -c -g -O2 -Wall -Wshadow -Wwrite-strings -Wextra -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security conftest.c >&5 +configure:5406: $? = 0 +configure:5406: result: yes +configure:5406: checking netpacket/packet.h presence +configure:5406: gcc -E conftest.c +configure:5406: $? = 0 +configure:5406: result: yes +configure:5406: checking for netpacket/packet.h +configure:5406: result: yes +configure:5406: checking net/if.h usability +configure:5406: gcc -c -g -O2 -Wall -Wshadow -Wwrite-strings -Wextra -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security conftest.c >&5 +configure:5406: $? = 0 +configure:5406: result: yes +configure:5406: checking net/if.h presence +configure:5406: gcc -E conftest.c +configure:5406: $? = 0 +configure:5406: result: yes +configure:5406: checking for net/if.h +configure:5406: result: yes +configure:5495: checking for getopt_long_only +configure:5495: gcc -o conftest -g -O2 -Wall -Wshadow -Wwrite-strings -Wextra -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security conftest.c -lpcap >&5 +configure:5495: $? = 0 +configure:5495: result: yes +configure:5515: checking for strlcat +configure:5515: gcc -o conftest -g -O2 -Wall -Wshadow -Wwrite-strings -Wextra -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security conftest.c -lpcap >&5 +/tmp/cc9CDjkS.o: In function `main': +/home/hydra/Desktop/AUR/projects/arp-scan/conftest.c:86: undefined reference to `strlcat' +collect2: error: ld returned 1 exit status +configure:5515: $? = 1 +configure: failed program was: +| /* confdefs.h */ +| #define PACKAGE_NAME "arp-scan" +| #define PACKAGE_TARNAME "arp-scan" +| #define PACKAGE_VERSION "1.9.5" +| #define PACKAGE_STRING "arp-scan 1.9.5" +| #define PACKAGE_BUGREPORT "https://github.com/royhills/arp-scan" +| #define PACKAGE_URL "" +| #define PACKAGE "arp-scan" +| #define VERSION "1.9.5" +| #define ATTRIBUTE_UNUSED __attribute__ ((__unused__)) +| #define ENABLE_SSP_CC 1 +| #define STDC_HEADERS 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_INTTYPES_H 1 +| #define HAVE_STDINT_H 1 +| #define HAVE_UNISTD_H 1 +| #define HAVE_ARPA_INET_H 1 +| #define HAVE_NETDB_H 1 +| #define HAVE_NETINET_IN_H 1 +| #define HAVE_SYS_SOCKET_H 1 +| #define HAVE_SYS_TIME_H 1 +| #define HAVE_UNISTD_H 1 +| #define HAVE_GETOPT_H 1 +| #define HAVE_PCAP_H 1 +| #define HAVE_SYS_IOCTL_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_FCNTL_H 1 +| #define HAVE_SEARCH_H 1 +| #define TIME_WITH_SYS_TIME 1 +| #define HAVE_LONG_INT_64 /**/ +| #define ARP_INT64 long int +| #define ARP_UINT64 unsigned long int +| #define ARP_INT64_FORMAT "%ld" +| #define ARP_UINT64_FORMAT "%lu" +| #define HAVE_MALLOC 1 +| #define HAVE_GETHOSTBYNAME 1 +| #define HAVE_GETTIMEOFDAY 1 +| #define HAVE_INET_NTOA 1 +| #define HAVE_MEMSET 1 +| #define HAVE_SELECT 1 +| #define HAVE_SOCKET 1 +| #define HAVE_STRERROR 1 +| #define HAVE_REGEX_H 1 +| #define HAVE_NETPACKET_PACKET_H 1 +| #define HAVE_NET_IF_H 1 +| /* end confdefs.h. */ +| /* Define strlcat to an innocuous variant, in case declares strlcat. +| For example, HP-UX 11i declares gettimeofday. */ +| #define strlcat innocuous_strlcat +| +| /* System header to define __stub macros and hopefully few prototypes, +| which can conflict with char strlcat (); below. +| Prefer to if __STDC__ is defined, since +| exists even on freestanding compilers. */ +| +| #ifdef __STDC__ +| # include +| #else +| # include +| #endif +| +| #undef strlcat +| +| /* Override any GCC internal prototype to avoid an error. +| Use char because int might match the return type of a GCC +| builtin and then its argument prototype would still apply. */ +| #ifdef __cplusplus +| extern "C" +| #endif +| char strlcat (); +| /* The GNU C library defines this for functions which it implements +| to always fail with ENOSYS. Some functions are actually named +| something starting with __ and the normal name is an alias. */ +| #if defined __stub_strlcat || defined __stub___strlcat +| choke me +| #endif +| +| int +| main () +| { +| return strlcat (); +| ; +| return 0; +| } +configure:5515: result: no +configure:5529: checking for strlcpy +configure:5529: gcc -o conftest -g -O2 -Wall -Wshadow -Wwrite-strings -Wextra -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security conftest.c -lpcap >&5 +/tmp/ccHbYhZU.o: In function `main': +/home/hydra/Desktop/AUR/projects/arp-scan/conftest.c:86: undefined reference to `strlcpy' +collect2: error: ld returned 1 exit status +configure:5529: $? = 1 +configure: failed program was: +| /* confdefs.h */ +| #define PACKAGE_NAME "arp-scan" +| #define PACKAGE_TARNAME "arp-scan" +| #define PACKAGE_VERSION "1.9.5" +| #define PACKAGE_STRING "arp-scan 1.9.5" +| #define PACKAGE_BUGREPORT "https://github.com/royhills/arp-scan" +| #define PACKAGE_URL "" +| #define PACKAGE "arp-scan" +| #define VERSION "1.9.5" +| #define ATTRIBUTE_UNUSED __attribute__ ((__unused__)) +| #define ENABLE_SSP_CC 1 +| #define STDC_HEADERS 1 +| #define HAVE_SYS_TYPES_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_STDLIB_H 1 +| #define HAVE_STRING_H 1 +| #define HAVE_MEMORY_H 1 +| #define HAVE_STRINGS_H 1 +| #define HAVE_INTTYPES_H 1 +| #define HAVE_STDINT_H 1 +| #define HAVE_UNISTD_H 1 +| #define HAVE_ARPA_INET_H 1 +| #define HAVE_NETDB_H 1 +| #define HAVE_NETINET_IN_H 1 +| #define HAVE_SYS_SOCKET_H 1 +| #define HAVE_SYS_TIME_H 1 +| #define HAVE_UNISTD_H 1 +| #define HAVE_GETOPT_H 1 +| #define HAVE_PCAP_H 1 +| #define HAVE_SYS_IOCTL_H 1 +| #define HAVE_SYS_STAT_H 1 +| #define HAVE_FCNTL_H 1 +| #define HAVE_SEARCH_H 1 +| #define TIME_WITH_SYS_TIME 1 +| #define HAVE_LONG_INT_64 /**/ +| #define ARP_INT64 long int +| #define ARP_UINT64 unsigned long int +| #define ARP_INT64_FORMAT "%ld" +| #define ARP_UINT64_FORMAT "%lu" +| #define HAVE_MALLOC 1 +| #define HAVE_GETHOSTBYNAME 1 +| #define HAVE_GETTIMEOFDAY 1 +| #define HAVE_INET_NTOA 1 +| #define HAVE_MEMSET 1 +| #define HAVE_SELECT 1 +| #define HAVE_SOCKET 1 +| #define HAVE_STRERROR 1 +| #define HAVE_REGEX_H 1 +| #define HAVE_NETPACKET_PACKET_H 1 +| #define HAVE_NET_IF_H 1 +| /* end confdefs.h. */ +| /* Define strlcpy to an innocuous variant, in case declares strlcpy. +| For example, HP-UX 11i declares gettimeofday. */ +| #define strlcpy innocuous_strlcpy +| +| /* System header to define __stub macros and hopefully few prototypes, +| which can conflict with char strlcpy (); below. +| Prefer to if __STDC__ is defined, since +| exists even on freestanding compilers. */ +| +| #ifdef __STDC__ +| # include +| #else +| # include +| #endif +| +| #undef strlcpy +| +| /* Override any GCC internal prototype to avoid an error. +| Use char because int might match the return type of a GCC +| builtin and then its argument prototype would still apply. */ +| #ifdef __cplusplus +| extern "C" +| #endif +| char strlcpy (); +| /* The GNU C library defines this for functions which it implements +| to always fail with ENOSYS. Some functions are actually named +| something starting with __ and the normal name is an alias. */ +| #if defined __stub_strlcpy || defined __stub___strlcpy +| choke me +| #endif +| +| int +| main () +| { +| return strlcpy (); +| ; +| return 0; +| } +configure:5529: result: no +configure:5655: checking that generated files are newer than configure +configure:5661: result: done +configure:5684: creating ./config.status + +## ---------------------- ## +## Running config.status. ## +## ---------------------- ## + +This file was extended by arp-scan config.status 1.9.5, which was +generated by GNU Autoconf 2.69. Invocation command line was + + CONFIG_FILES = + CONFIG_HEADERS = + CONFIG_LINKS = + CONFIG_COMMANDS = + $ ./config.status + +on hydra + +config.status:893: creating Makefile +config.status:893: creating config.h +config.status:1074: config.h is unchanged +config.status:1122: executing depfiles commands + +## ---------------- ## +## Cache variables. ## +## ---------------- ## + +ac_cv_build=x86_64-pc-linux-gnu +ac_cv_c_compiler_gnu=yes +ac_cv_c_const=yes +ac_cv_env_CC_set= +ac_cv_env_CC_value= +ac_cv_env_CFLAGS_set= +ac_cv_env_CFLAGS_value= +ac_cv_env_CPPFLAGS_set= +ac_cv_env_CPPFLAGS_value= +ac_cv_env_CPP_set= +ac_cv_env_CPP_value= +ac_cv_env_LDFLAGS_set= +ac_cv_env_LDFLAGS_value= +ac_cv_env_LIBS_set= +ac_cv_env_LIBS_value= +ac_cv_env_build_alias_set= +ac_cv_env_build_alias_value= +ac_cv_env_host_alias_set= +ac_cv_env_host_alias_value= +ac_cv_env_target_alias_set= +ac_cv_env_target_alias_value= +ac_cv_func_gethostbyname=yes +ac_cv_func_getopt_long_only=yes +ac_cv_func_gettimeofday=yes +ac_cv_func_inet_ntoa=yes +ac_cv_func_malloc=yes +ac_cv_func_memset=yes +ac_cv_func_select=yes +ac_cv_func_socket=yes +ac_cv_func_strerror=yes +ac_cv_func_strlcat=no +ac_cv_func_strlcpy=no +ac_cv_header_arpa_inet_h=yes +ac_cv_header_fcntl_h=yes +ac_cv_header_getopt_h=yes +ac_cv_header_inttypes_h=yes +ac_cv_header_memory_h=yes +ac_cv_header_net_if_h=yes +ac_cv_header_netdb_h=yes +ac_cv_header_netinet_in_h=yes +ac_cv_header_netpacket_packet_h=yes +ac_cv_header_pcap_h=yes +ac_cv_header_search_h=yes +ac_cv_header_stdc=yes +ac_cv_header_stdint_h=yes +ac_cv_header_stdlib_h=yes +ac_cv_header_string_h=yes +ac_cv_header_strings_h=yes +ac_cv_header_sys_ioctl_h=yes +ac_cv_header_sys_socket_h=yes +ac_cv_header_sys_stat_h=yes +ac_cv_header_sys_time_h=yes +ac_cv_header_sys_types_h=yes +ac_cv_header_time=yes +ac_cv_header_unistd_h=yes +ac_cv_host=x86_64-pc-linux-gnu +ac_cv_nta_have_uint16_t=yes +ac_cv_nta_have_uint32_t=yes +ac_cv_nta_have_uint8_t=yes +ac_cv_objext=o +ac_cv_path_EGREP='/bin/grep -E' +ac_cv_path_GREP=/bin/grep +ac_cv_path_install='/usr/bin/install -c' +ac_cv_path_mkdir=/bin/mkdir +ac_cv_prog_AWK=mawk +ac_cv_prog_CPP='gcc -E' +ac_cv_prog_ac_ct_CC=gcc +ac_cv_prog_cc_c89= +ac_cv_prog_cc_g=yes +ac_cv_prog_make_make_set=yes +ac_cv_search_gethostbyname='none required' +ac_cv_search_pcap_open_live=-lpcap +ac_cv_search_socket='none required' +ac_cv_type_size_t=yes +am_cv_CC_dependencies_compiler_type=gcc3 +am_cv_make_support_nested_variables=yes +am_cv_prog_cc_c_o=yes +pgac_cv_type_long_int_64=yes + +## ----------------- ## +## Output variables. ## +## ----------------- ## + +ACLOCAL='${SHELL} /home/hydra/Desktop/AUR/projects/arp-scan/missing aclocal-1.15' +AMDEPBACKSLASH='\' +AMDEP_FALSE='#' +AMDEP_TRUE='' +AMTAR='$${TAR-tar}' +AM_BACKSLASH='\' +AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' +AM_DEFAULT_VERBOSITY='1' +AM_V='$(V)' +AUTOCONF='${SHELL} /home/hydra/Desktop/AUR/projects/arp-scan/missing autoconf' +AUTOHEADER='${SHELL} /home/hydra/Desktop/AUR/projects/arp-scan/missing autoheader' +AUTOMAKE='${SHELL} /home/hydra/Desktop/AUR/projects/arp-scan/missing automake-1.15' +AWK='mawk' +CC='gcc' +CCDEPMODE='depmode=gcc3' +CFLAGS='-g -O2 -Wall -Wshadow -Wwrite-strings -Wextra -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security' +CPP='gcc -E' +CPPFLAGS='' +CYGPATH_W='echo' +DEFS='-DHAVE_CONFIG_H' +DEPDIR='.deps' +ECHO_C='' +ECHO_N='-n' +ECHO_T='' +EGREP='/bin/grep -E' +EXEEXT='' +GREP='/bin/grep' +INSTALL_DATA='${INSTALL} -m 644' +INSTALL_PROGRAM='${INSTALL}' +INSTALL_SCRIPT='${INSTALL}' +INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' +LDFLAGS='' +LIBOBJS=' ${LIBOBJDIR}link-packet-socket$U.o ${LIBOBJDIR}strlcat$U.o ${LIBOBJDIR}strlcpy$U.o' +LIBS='-lpcap ' +LN_S='ln -s' +LTLIBOBJS=' ${LIBOBJDIR}link-packet-socket$U.lo ${LIBOBJDIR}strlcat$U.lo ${LIBOBJDIR}strlcpy$U.lo' +MAKEINFO='${SHELL} /home/hydra/Desktop/AUR/projects/arp-scan/missing makeinfo' +MKDIR_P='/bin/mkdir -p' +OBJEXT='o' +PACKAGE='arp-scan' +PACKAGE_BUGREPORT='https://github.com/royhills/arp-scan' +PACKAGE_NAME='arp-scan' +PACKAGE_STRING='arp-scan 1.9.5' +PACKAGE_TARNAME='arp-scan' +PACKAGE_URL='' +PACKAGE_VERSION='1.9.5' +PATH_SEPARATOR=':' +SET_MAKE='' +SHELL='/bin/bash' +STRIP='' +VERSION='1.9.5' +ac_ct_CC='gcc' +am__EXEEXT_FALSE='' +am__EXEEXT_TRUE='#' +am__fastdepCC_FALSE='#' +am__fastdepCC_TRUE='' +am__include='include' +am__isrc='' +am__leading_dot='.' +am__nodep='_no' +am__quote='' +am__tar='$${TAR-tar} chof - "$$tardir"' +am__untar='$${TAR-tar} xf -' +bindir='${exec_prefix}/bin' +build='x86_64-pc-linux-gnu' +build_alias='' +build_cpu='x86_64' +build_os='linux-gnu' +build_vendor='pc' +datadir='${datarootdir}' +datarootdir='${prefix}/share' +docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' +dvidir='${docdir}' +exec_prefix='${prefix}' +host='x86_64-pc-linux-gnu' +host_alias='' +host_cpu='x86_64' +host_os='linux-gnu' +host_vendor='pc' +htmldir='${docdir}' +includedir='${prefix}/include' +infodir='${datarootdir}/info' +install_sh='${SHELL} /home/hydra/Desktop/AUR/projects/arp-scan/install-sh' +libdir='${exec_prefix}/lib' +libexecdir='${exec_prefix}/libexec' +localedir='${datarootdir}/locale' +localstatedir='${prefix}/var' +mandir='${datarootdir}/man' +mkdir_p='$(MKDIR_P)' +oldincludedir='/usr/include' +pdfdir='${docdir}' +prefix='/usr/local' +program_transform_name='s,x,x,' +psdir='${docdir}' +runstatedir='${localstatedir}/run' +sbindir='${exec_prefix}/sbin' +sharedstatedir='${prefix}/com' +sysconfdir='${prefix}/etc' +target_alias='' + +## ----------- ## +## confdefs.h. ## +## ----------- ## + +/* confdefs.h */ +#define PACKAGE_NAME "arp-scan" +#define PACKAGE_TARNAME "arp-scan" +#define PACKAGE_VERSION "1.9.5" +#define PACKAGE_STRING "arp-scan 1.9.5" +#define PACKAGE_BUGREPORT "https://github.com/royhills/arp-scan" +#define PACKAGE_URL "" +#define PACKAGE "arp-scan" +#define VERSION "1.9.5" +#define ATTRIBUTE_UNUSED __attribute__ ((__unused__)) +#define ENABLE_SSP_CC 1 +#define STDC_HEADERS 1 +#define HAVE_SYS_TYPES_H 1 +#define HAVE_SYS_STAT_H 1 +#define HAVE_STDLIB_H 1 +#define HAVE_STRING_H 1 +#define HAVE_MEMORY_H 1 +#define HAVE_STRINGS_H 1 +#define HAVE_INTTYPES_H 1 +#define HAVE_STDINT_H 1 +#define HAVE_UNISTD_H 1 +#define HAVE_ARPA_INET_H 1 +#define HAVE_NETDB_H 1 +#define HAVE_NETINET_IN_H 1 +#define HAVE_SYS_SOCKET_H 1 +#define HAVE_SYS_TIME_H 1 +#define HAVE_UNISTD_H 1 +#define HAVE_GETOPT_H 1 +#define HAVE_PCAP_H 1 +#define HAVE_SYS_IOCTL_H 1 +#define HAVE_SYS_STAT_H 1 +#define HAVE_FCNTL_H 1 +#define HAVE_SEARCH_H 1 +#define TIME_WITH_SYS_TIME 1 +#define HAVE_LONG_INT_64 /**/ +#define ARP_INT64 long int +#define ARP_UINT64 unsigned long int +#define ARP_INT64_FORMAT "%ld" +#define ARP_UINT64_FORMAT "%lu" +#define HAVE_MALLOC 1 +#define HAVE_GETHOSTBYNAME 1 +#define HAVE_GETTIMEOFDAY 1 +#define HAVE_INET_NTOA 1 +#define HAVE_MEMSET 1 +#define HAVE_SELECT 1 +#define HAVE_SOCKET 1 +#define HAVE_STRERROR 1 +#define HAVE_REGEX_H 1 +#define HAVE_NETPACKET_PACKET_H 1 +#define HAVE_NET_IF_H 1 + +configure: exit 0 diff -Nru arp-scan-1.9/config.status arp-scan-2.0/config.status --- arp-scan-1.9/config.status 1970-01-01 05:30:00.000000000 +0530 +++ arp-scan-2.0/config.status 2017-09-21 19:52:47.000000000 +0530 @@ -0,0 +1,1227 @@ +#! /bin/bash +# Generated by configure. +# Run this file to recreate the current configuration. +# Compiler output produced by configure, useful for debugging +# configure, is in config.log if it exists. + +debug=false +ac_cs_recheck=false +ac_cs_silent=false + +SHELL=${CONFIG_SHELL-/bin/bash} +export SHELL +## -------------------- ## +## M4sh Initialization. ## +## -------------------- ## + +# Be more Bourne compatible +DUALCASE=1; export DUALCASE # for MKS sh +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : + emulate sh + NULLCMD=: + # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which + # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' + setopt NO_GLOB_SUBST +else + case `(set -o) 2>/dev/null` in #( + *posix*) : + set -o posix ;; #( + *) : + ;; +esac +fi + + +as_nl=' +' +export as_nl +# Printing a long string crashes Solaris 7 /usr/bin/printf. +as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo +# Prefer a ksh shell builtin over an external printf program on Solaris, +# but without wasting forks for bash or zsh. +if test -z "$BASH_VERSION$ZSH_VERSION" \ + && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then + as_echo='print -r --' + as_echo_n='print -rn --' +elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then + as_echo='printf %s\n' + as_echo_n='printf %s' +else + if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then + as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' + as_echo_n='/usr/ucb/echo -n' + else + as_echo_body='eval expr "X$1" : "X\\(.*\\)"' + as_echo_n_body='eval + arg=$1; + case $arg in #( + *"$as_nl"*) + expr "X$arg" : "X\\(.*\\)$as_nl"; + arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; + esac; + expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" + ' + export as_echo_n_body + as_echo_n='sh -c $as_echo_n_body as_echo' + fi + export as_echo_body + as_echo='sh -c $as_echo_body as_echo' +fi + +# The user is always right. +if test "${PATH_SEPARATOR+set}" != set; then + PATH_SEPARATOR=: + (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { + (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || + PATH_SEPARATOR=';' + } +fi + + +# IFS +# We need space, tab and new line, in precisely that order. Quoting is +# there to prevent editors from complaining about space-tab. +# (If _AS_PATH_WALK were called with IFS unset, it would disable word +# splitting by setting IFS to empty value.) +IFS=" "" $as_nl" + +# Find who we are. Look in the path if we contain no directory separator. +as_myself= +case $0 in #(( + *[\\/]* ) as_myself=$0 ;; + *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break + done +IFS=$as_save_IFS + + ;; +esac +# We did not find ourselves, most probably we were run as `sh COMMAND' +# in which case we are not to be found in the path. +if test "x$as_myself" = x; then + as_myself=$0 +fi +if test ! -f "$as_myself"; then + $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 + exit 1 +fi + +# Unset variables that we do not need and which cause bugs (e.g. in +# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" +# suppresses any "Segmentation fault" message there. '((' could +# trigger a bug in pdksh 5.2.14. +for as_var in BASH_ENV ENV MAIL MAILPATH +do eval test x\${$as_var+set} = xset \ + && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : +done +PS1='$ ' +PS2='> ' +PS4='+ ' + +# NLS nuisances. +LC_ALL=C +export LC_ALL +LANGUAGE=C +export LANGUAGE + +# CDPATH. +(unset CDPATH) >/dev/null 2>&1 && unset CDPATH + + +# as_fn_error STATUS ERROR [LINENO LOG_FD] +# ---------------------------------------- +# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are +# provided, also output the error to LOG_FD, referencing LINENO. Then exit the +# script with STATUS, using 1 if that was 0. +as_fn_error () +{ + as_status=$1; test $as_status -eq 0 && as_status=1 + if test "$4"; then + as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 + fi + $as_echo "$as_me: error: $2" >&2 + as_fn_exit $as_status +} # as_fn_error + + +# as_fn_set_status STATUS +# ----------------------- +# Set $? to STATUS, without forking. +as_fn_set_status () +{ + return $1 +} # as_fn_set_status + +# as_fn_exit STATUS +# ----------------- +# Exit the shell with STATUS, even in a "trap 0" or "set -e" context. +as_fn_exit () +{ + set +e + as_fn_set_status $1 + exit $1 +} # as_fn_exit + +# as_fn_unset VAR +# --------------- +# Portably unset VAR. +as_fn_unset () +{ + { eval $1=; unset $1;} +} +as_unset=as_fn_unset +# as_fn_append VAR VALUE +# ---------------------- +# Append the text in VALUE to the end of the definition contained in VAR. Take +# advantage of any shell optimizations that allow amortized linear growth over +# repeated appends, instead of the typical quadratic growth present in naive +# implementations. +if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : + eval 'as_fn_append () + { + eval $1+=\$2 + }' +else + as_fn_append () + { + eval $1=\$$1\$2 + } +fi # as_fn_append + +# as_fn_arith ARG... +# ------------------ +# Perform arithmetic evaluation on the ARGs, and store the result in the +# global $as_val. Take advantage of shells that can avoid forks. The arguments +# must be portable across $(()) and expr. +if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : + eval 'as_fn_arith () + { + as_val=$(( $* )) + }' +else + as_fn_arith () + { + as_val=`expr "$@" || test $? -eq 1` + } +fi # as_fn_arith + + +if expr a : '\(a\)' >/dev/null 2>&1 && + test "X`expr 00001 : '.*\(...\)'`" = X001; then + as_expr=expr +else + as_expr=false +fi + +if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then + as_basename=basename +else + as_basename=false +fi + +if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then + as_dirname=dirname +else + as_dirname=false +fi + +as_me=`$as_basename -- "$0" || +$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ + X"$0" : 'X\(//\)$' \| \ + X"$0" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X/"$0" | + sed '/^.*\/\([^/][^/]*\)\/*$/{ + s//\1/ + q + } + /^X\/\(\/\/\)$/{ + s//\1/ + q + } + /^X\/\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + +# Avoid depending upon Character Ranges. +as_cr_letters='abcdefghijklmnopqrstuvwxyz' +as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' +as_cr_Letters=$as_cr_letters$as_cr_LETTERS +as_cr_digits='0123456789' +as_cr_alnum=$as_cr_Letters$as_cr_digits + +ECHO_C= ECHO_N= ECHO_T= +case `echo -n x` in #((((( +-n*) + case `echo 'xy\c'` in + *c*) ECHO_T=' ';; # ECHO_T is single tab character. + xy) ECHO_C='\c';; + *) echo `echo ksh88 bug on AIX 6.1` > /dev/null + ECHO_T=' ';; + esac;; +*) + ECHO_N='-n';; +esac + +rm -f conf$$ conf$$.exe conf$$.file +if test -d conf$$.dir; then + rm -f conf$$.dir/conf$$.file +else + rm -f conf$$.dir + mkdir conf$$.dir 2>/dev/null +fi +if (echo >conf$$.file) 2>/dev/null; then + if ln -s conf$$.file conf$$ 2>/dev/null; then + as_ln_s='ln -s' + # ... but there are two gotchas: + # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. + # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. + # In both cases, we have to default to `cp -pR'. + ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || + as_ln_s='cp -pR' + elif ln conf$$.file conf$$ 2>/dev/null; then + as_ln_s=ln + else + as_ln_s='cp -pR' + fi +else + as_ln_s='cp -pR' +fi +rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file +rmdir conf$$.dir 2>/dev/null + + +# as_fn_mkdir_p +# ------------- +# Create "$as_dir" as a directory, including parents if necessary. +as_fn_mkdir_p () +{ + + case $as_dir in #( + -*) as_dir=./$as_dir;; + esac + test -d "$as_dir" || eval $as_mkdir_p || { + as_dirs= + while :; do + case $as_dir in #( + *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( + *) as_qdir=$as_dir;; + esac + as_dirs="'$as_qdir' $as_dirs" + as_dir=`$as_dirname -- "$as_dir" || +$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_dir" : 'X\(//\)[^/]' \| \ + X"$as_dir" : 'X\(//\)$' \| \ + X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$as_dir" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + test -d "$as_dir" && break + done + test -z "$as_dirs" || eval "mkdir $as_dirs" + } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" + + +} # as_fn_mkdir_p +if mkdir -p . 2>/dev/null; then + as_mkdir_p='mkdir -p "$as_dir"' +else + test -d ./-p && rmdir ./-p + as_mkdir_p=false +fi + + +# as_fn_executable_p FILE +# ----------------------- +# Test if FILE is an executable regular file. +as_fn_executable_p () +{ + test -f "$1" && test -x "$1" +} # as_fn_executable_p +as_test_x='test -x' +as_executable_p=as_fn_executable_p + +# Sed expression to map a string onto a valid CPP name. +as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" + +# Sed expression to map a string onto a valid variable name. +as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" + + +exec 6>&1 +## ----------------------------------- ## +## Main body of $CONFIG_STATUS script. ## +## ----------------------------------- ## +# Save the log message, to keep $0 and so on meaningful, and to +# report actual input values of CONFIG_FILES etc. instead of their +# values after options handling. +ac_log=" +This file was extended by arp-scan $as_me 1.9.5, which was +generated by GNU Autoconf 2.69. Invocation command line was + + CONFIG_FILES = $CONFIG_FILES + CONFIG_HEADERS = $CONFIG_HEADERS + CONFIG_LINKS = $CONFIG_LINKS + CONFIG_COMMANDS = $CONFIG_COMMANDS + $ $0 $@ + +on `(hostname || uname -n) 2>/dev/null | sed 1q` +" + +# Files that config.status was made for. +config_files=" Makefile" +config_headers=" config.h" +config_commands=" depfiles" + +ac_cs_usage="\ +\`$as_me' instantiates files and other configuration actions +from templates according to the current configuration. Unless the files +and actions are specified as TAGs, all are instantiated by default. + +Usage: $0 [OPTION]... [TAG]... + + -h, --help print this help, then exit + -V, --version print version number and configuration settings, then exit + --config print configuration, then exit + -q, --quiet, --silent + do not print progress messages + -d, --debug don't remove temporary files + --recheck update $as_me by reconfiguring in the same conditions + --file=FILE[:TEMPLATE] + instantiate the configuration file FILE + --header=FILE[:TEMPLATE] + instantiate the configuration header FILE + +Configuration files: +$config_files + +Configuration headers: +$config_headers + +Configuration commands: +$config_commands + +Report bugs to ." + +ac_cs_config="" +ac_cs_version="\ +arp-scan config.status 1.9.5 +configured by ./configure, generated by GNU Autoconf 2.69, + with options \"$ac_cs_config\" + +Copyright (C) 2012 Free Software Foundation, Inc. +This config.status script is free software; the Free Software Foundation +gives unlimited permission to copy, distribute and modify it." + +ac_pwd='/home/hydra/Desktop/AUR/projects/arp-scan' +srcdir='.' +INSTALL='/usr/bin/install -c' +MKDIR_P='/bin/mkdir -p' +AWK='mawk' +test -n "$AWK" || AWK=awk +# The default lists apply if the user does not specify any file. +ac_need_defaults=: +while test $# != 0 +do + case $1 in + --*=?*) + ac_option=`expr "X$1" : 'X\([^=]*\)='` + ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` + ac_shift=: + ;; + --*=) + ac_option=`expr "X$1" : 'X\([^=]*\)='` + ac_optarg= + ac_shift=: + ;; + *) + ac_option=$1 + ac_optarg=$2 + ac_shift=shift + ;; + esac + + case $ac_option in + # Handling of the options. + -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) + ac_cs_recheck=: ;; + --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) + $as_echo "$ac_cs_version"; exit ;; + --config | --confi | --conf | --con | --co | --c ) + $as_echo "$ac_cs_config"; exit ;; + --debug | --debu | --deb | --de | --d | -d ) + debug=: ;; + --file | --fil | --fi | --f ) + $ac_shift + case $ac_optarg in + *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; + '') as_fn_error $? "missing file argument" ;; + esac + as_fn_append CONFIG_FILES " '$ac_optarg'" + ac_need_defaults=false;; + --header | --heade | --head | --hea ) + $ac_shift + case $ac_optarg in + *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; + esac + as_fn_append CONFIG_HEADERS " '$ac_optarg'" + ac_need_defaults=false;; + --he | --h) + # Conflict between --help and --header + as_fn_error $? "ambiguous option: \`$1' +Try \`$0 --help' for more information.";; + --help | --hel | -h ) + $as_echo "$ac_cs_usage"; exit ;; + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ + | -silent | --silent | --silen | --sile | --sil | --si | --s) + ac_cs_silent=: ;; + + # This is an error. + -*) as_fn_error $? "unrecognized option: \`$1' +Try \`$0 --help' for more information." ;; + + *) as_fn_append ac_config_targets " $1" + ac_need_defaults=false ;; + + esac + shift +done + +ac_configure_extra_args= + +if $ac_cs_silent; then + exec 6>/dev/null + ac_configure_extra_args="$ac_configure_extra_args --silent" +fi + +if $ac_cs_recheck; then + set X /bin/bash './configure' $ac_configure_extra_args --no-create --no-recursion + shift + $as_echo "running CONFIG_SHELL=/bin/bash $*" >&6 + CONFIG_SHELL='/bin/bash' + export CONFIG_SHELL + exec "$@" +fi + +exec 5>>config.log +{ + echo + sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX +## Running $as_me. ## +_ASBOX + $as_echo "$ac_log" +} >&5 + +# +# INIT-COMMANDS +# +AMDEP_TRUE="" ac_aux_dir="." + + +# Handling of arguments. +for ac_config_target in $ac_config_targets +do + case $ac_config_target in + "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;; + "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; + "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; + + *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; + esac +done + + +# If the user did not use the arguments to specify the items to instantiate, +# then the envvar interface is used. Set only those that are not. +# We use the long form for the default assignment because of an extremely +# bizarre bug on SunOS 4.1.3. +if $ac_need_defaults; then + test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files + test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers + test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands +fi + +# Have a temporary directory for convenience. Make it in the build tree +# simply because there is no reason against having it here, and in addition, +# creating and moving files from /tmp can sometimes cause problems. +# Hook for its removal unless debugging. +# Note that there is a small window in which the directory will not be cleaned: +# after its creation but before its name has been assigned to `$tmp'. +$debug || +{ + tmp= ac_tmp= + trap 'exit_status=$? + : "${ac_tmp:=$tmp}" + { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status +' 0 + trap 'as_fn_exit 1' 1 2 13 15 +} +# Create a (secure) tmp directory for tmp files. + +{ + tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && + test -d "$tmp" +} || +{ + tmp=./conf$$-$RANDOM + (umask 077 && mkdir "$tmp") +} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 +ac_tmp=$tmp + +# Set up the scripts for CONFIG_FILES section. +# No need to generate them if there are no CONFIG_FILES. +# This happens for instance with `./config.status config.h'. +if test -n "$CONFIG_FILES"; then + + +ac_cr=`echo X | tr X '\015'` +# On cygwin, bash can eat \r inside `` if the user requested igncr. +# But we know of no other shell where ac_cr would be empty at this +# point, so we can use a bashism as a fallback. +if test "x$ac_cr" = x; then + eval ac_cr=\$\'\\r\' +fi +ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' /dev/null` +if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then + ac_cs_awk_cr='\\r' +else + ac_cs_awk_cr=$ac_cr +fi + +echo 'BEGIN {' >"$ac_tmp/subs1.awk" && +cat >>"$ac_tmp/subs1.awk" <<\_ACAWK && +S["am__EXEEXT_FALSE"]="" +S["am__EXEEXT_TRUE"]="#" +S["LTLIBOBJS"]=" ${LIBOBJDIR}link-packet-socket$U.lo ${LIBOBJDIR}strlcat$U.lo ${LIBOBJDIR}strlcpy$U.lo" +S["LIBOBJS"]=" ${LIBOBJDIR}link-packet-socket$U.o ${LIBOBJDIR}strlcat$U.o ${LIBOBJDIR}strlcpy$U.o" +S["EGREP"]="/bin/grep -E" +S["GREP"]="/bin/grep" +S["CPP"]="gcc -E" +S["LN_S"]="ln -s" +S["am__fastdepCC_FALSE"]="#" +S["am__fastdepCC_TRUE"]="" +S["CCDEPMODE"]="depmode=gcc3" +S["am__nodep"]="_no" +S["AMDEPBACKSLASH"]="\\" +S["AMDEP_FALSE"]="#" +S["AMDEP_TRUE"]="" +S["am__quote"]="" +S["am__include"]="include" +S["DEPDIR"]=".deps" +S["OBJEXT"]="o" +S["EXEEXT"]="" +S["ac_ct_CC"]="gcc" +S["CPPFLAGS"]="" +S["LDFLAGS"]="" +S["CFLAGS"]="-g -O2 -Wall -Wshadow -Wwrite-strings -Wextra -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security" +S["CC"]="gcc" +S["host_os"]="linux-gnu" +S["host_vendor"]="pc" +S["host_cpu"]="x86_64" +S["host"]="x86_64-pc-linux-gnu" +S["build_os"]="linux-gnu" +S["build_vendor"]="pc" +S["build_cpu"]="x86_64" +S["build"]="x86_64-pc-linux-gnu" +S["AM_BACKSLASH"]="\\" +S["AM_DEFAULT_VERBOSITY"]="1" +S["AM_DEFAULT_V"]="$(AM_DEFAULT_VERBOSITY)" +S["AM_V"]="$(V)" +S["am__untar"]="$${TAR-tar} xf -" +S["am__tar"]="$${TAR-tar} chof - \"$$tardir\"" +S["AMTAR"]="$${TAR-tar}" +S["am__leading_dot"]="." +S["SET_MAKE"]="" +S["AWK"]="mawk" +S["mkdir_p"]="$(MKDIR_P)" +S["MKDIR_P"]="/bin/mkdir -p" +S["INSTALL_STRIP_PROGRAM"]="$(install_sh) -c -s" +S["STRIP"]="" +S["install_sh"]="${SHELL} /home/hydra/Desktop/AUR/projects/arp-scan/install-sh" +S["MAKEINFO"]="${SHELL} /home/hydra/Desktop/AUR/projects/arp-scan/missing makeinfo" +S["AUTOHEADER"]="${SHELL} /home/hydra/Desktop/AUR/projects/arp-scan/missing autoheader" +S["AUTOMAKE"]="${SHELL} /home/hydra/Desktop/AUR/projects/arp-scan/missing automake-1.15" +S["AUTOCONF"]="${SHELL} /home/hydra/Desktop/AUR/projects/arp-scan/missing autoconf" +S["ACLOCAL"]="${SHELL} /home/hydra/Desktop/AUR/projects/arp-scan/missing aclocal-1.15" +S["VERSION"]="1.9.5" +S["PACKAGE"]="arp-scan" +S["CYGPATH_W"]="echo" +S["am__isrc"]="" +S["INSTALL_DATA"]="${INSTALL} -m 644" +S["INSTALL_SCRIPT"]="${INSTALL}" +S["INSTALL_PROGRAM"]="${INSTALL}" +S["target_alias"]="" +S["host_alias"]="" +S["build_alias"]="" +S["LIBS"]="-lpcap " +S["ECHO_T"]="" +S["ECHO_N"]="-n" +S["ECHO_C"]="" +S["DEFS"]="-DHAVE_CONFIG_H" +S["mandir"]="${datarootdir}/man" +S["localedir"]="${datarootdir}/locale" +S["libdir"]="${exec_prefix}/lib" +S["psdir"]="${docdir}" +S["pdfdir"]="${docdir}" +S["dvidir"]="${docdir}" +S["htmldir"]="${docdir}" +S["infodir"]="${datarootdir}/info" +S["docdir"]="${datarootdir}/doc/${PACKAGE_TARNAME}" +S["oldincludedir"]="/usr/include" +S["includedir"]="${prefix}/include" +S["runstatedir"]="${localstatedir}/run" +S["localstatedir"]="${prefix}/var" +S["sharedstatedir"]="${prefix}/com" +S["sysconfdir"]="${prefix}/etc" +S["datadir"]="${datarootdir}" +S["datarootdir"]="${prefix}/share" +S["libexecdir"]="${exec_prefix}/libexec" +S["sbindir"]="${exec_prefix}/sbin" +S["bindir"]="${exec_prefix}/bin" +S["program_transform_name"]="s,x,x," +S["prefix"]="/usr/local" +S["exec_prefix"]="${prefix}" +S["PACKAGE_URL"]="" +S["PACKAGE_BUGREPORT"]="https://github.com/royhills/arp-scan" +S["PACKAGE_STRING"]="arp-scan 1.9.5" +S["PACKAGE_VERSION"]="1.9.5" +S["PACKAGE_TARNAME"]="arp-scan" +S["PACKAGE_NAME"]="arp-scan" +S["PATH_SEPARATOR"]=":" +S["SHELL"]="/bin/bash" +_ACAWK +cat >>"$ac_tmp/subs1.awk" <<_ACAWK && + for (key in S) S_is_set[key] = 1 + FS = "" + +} +{ + line = $ 0 + nfields = split(line, field, "@") + substed = 0 + len = length(field[1]) + for (i = 2; i < nfields; i++) { + key = field[i] + keylen = length(key) + if (S_is_set[key]) { + value = S[key] + line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) + len += length(value) + length(field[++i]) + substed = 1 + } else + len += 1 + keylen + } + + print line +} + +_ACAWK +if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then + sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" +else + cat +fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \ + || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 +fi # test -n "$CONFIG_FILES" + +# Set up the scripts for CONFIG_HEADERS section. +# No need to generate them if there are no CONFIG_HEADERS. +# This happens for instance with `./config.status Makefile'. +if test -n "$CONFIG_HEADERS"; then +cat >"$ac_tmp/defines.awk" <<\_ACAWK || +BEGIN { +D["PACKAGE_NAME"]=" \"arp-scan\"" +D["PACKAGE_TARNAME"]=" \"arp-scan\"" +D["PACKAGE_VERSION"]=" \"1.9.5\"" +D["PACKAGE_STRING"]=" \"arp-scan 1.9.5\"" +D["PACKAGE_BUGREPORT"]=" \"https://github.com/royhills/arp-scan\"" +D["PACKAGE_URL"]=" \"\"" +D["PACKAGE"]=" \"arp-scan\"" +D["VERSION"]=" \"1.9.5\"" +D["ATTRIBUTE_UNUSED"]=" __attribute__ ((__unused__))" +D["ENABLE_SSP_CC"]=" 1" +D["STDC_HEADERS"]=" 1" +D["HAVE_SYS_TYPES_H"]=" 1" +D["HAVE_SYS_STAT_H"]=" 1" +D["HAVE_STDLIB_H"]=" 1" +D["HAVE_STRING_H"]=" 1" +D["HAVE_MEMORY_H"]=" 1" +D["HAVE_STRINGS_H"]=" 1" +D["HAVE_INTTYPES_H"]=" 1" +D["HAVE_STDINT_H"]=" 1" +D["HAVE_UNISTD_H"]=" 1" +D["HAVE_ARPA_INET_H"]=" 1" +D["HAVE_NETDB_H"]=" 1" +D["HAVE_NETINET_IN_H"]=" 1" +D["HAVE_SYS_SOCKET_H"]=" 1" +D["HAVE_SYS_TIME_H"]=" 1" +D["HAVE_UNISTD_H"]=" 1" +D["HAVE_GETOPT_H"]=" 1" +D["HAVE_PCAP_H"]=" 1" +D["HAVE_SYS_IOCTL_H"]=" 1" +D["HAVE_SYS_STAT_H"]=" 1" +D["HAVE_FCNTL_H"]=" 1" +D["HAVE_SEARCH_H"]=" 1" +D["TIME_WITH_SYS_TIME"]=" 1" +D["HAVE_LONG_INT_64"]=" /**/" +D["ARP_INT64"]=" long int" +D["ARP_UINT64"]=" unsigned long int" +D["ARP_INT64_FORMAT"]=" \"%ld\"" +D["ARP_UINT64_FORMAT"]=" \"%lu\"" +D["HAVE_MALLOC"]=" 1" +D["HAVE_GETHOSTBYNAME"]=" 1" +D["HAVE_GETTIMEOFDAY"]=" 1" +D["HAVE_INET_NTOA"]=" 1" +D["HAVE_MEMSET"]=" 1" +D["HAVE_SELECT"]=" 1" +D["HAVE_SOCKET"]=" 1" +D["HAVE_STRERROR"]=" 1" +D["HAVE_REGEX_H"]=" 1" +D["HAVE_NETPACKET_PACKET_H"]=" 1" +D["HAVE_NET_IF_H"]=" 1" + for (key in D) D_is_set[key] = 1 + FS = "" +} +/^[\t ]*#[\t ]*(define|undef)[\t ]+[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*([\t (]|$)/ { + line = $ 0 + split(line, arg, " ") + if (arg[1] == "#") { + defundef = arg[2] + mac1 = arg[3] + } else { + defundef = substr(arg[1], 2) + mac1 = arg[2] + } + split(mac1, mac2, "(") #) + macro = mac2[1] + prefix = substr(line, 1, index(line, defundef) - 1) + if (D_is_set[macro]) { + # Preserve the white space surrounding the "#". + print prefix "define", macro P[macro] D[macro] + next + } else { + # Replace #undef with comments. This is necessary, for example, + # in the case of _POSIX_SOURCE, which is predefined and required + # on some systems where configure will not decide to define it. + if (defundef == "undef") { + print "/*", prefix defundef, macro, "*/" + next + } + } +} +{ print } +_ACAWK + as_fn_error $? "could not setup config headers machinery" "$LINENO" 5 +fi # test -n "$CONFIG_HEADERS" + + +eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS" +shift +for ac_tag +do + case $ac_tag in + :[FHLC]) ac_mode=$ac_tag; continue;; + esac + case $ac_mode$ac_tag in + :[FHL]*:*);; + :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;; + :[FH]-) ac_tag=-:-;; + :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; + esac + ac_save_IFS=$IFS + IFS=: + set x $ac_tag + IFS=$ac_save_IFS + shift + ac_file=$1 + shift + + case $ac_mode in + :L) ac_source=$1;; + :[FH]) + ac_file_inputs= + for ac_f + do + case $ac_f in + -) ac_f="$ac_tmp/stdin";; + *) # Look for the file first in the build tree, then in the source tree + # (if the path is not absolute). The absolute path cannot be DOS-style, + # because $ac_f cannot contain `:'. + test -f "$ac_f" || + case $ac_f in + [\\/$]*) false;; + *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; + esac || + as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;; + esac + case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac + as_fn_append ac_file_inputs " '$ac_f'" + done + + # Let's still pretend it is `configure' which instantiates (i.e., don't + # use $as_me), people would be surprised to read: + # /* config.h. Generated by config.status. */ + configure_input='Generated from '` + $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' + `' by configure.' + if test x"$ac_file" != x-; then + configure_input="$ac_file. $configure_input" + { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5 +$as_echo "$as_me: creating $ac_file" >&6;} + fi + # Neutralize special characters interpreted by sed in replacement strings. + case $configure_input in #( + *\&* | *\|* | *\\* ) + ac_sed_conf_input=`$as_echo "$configure_input" | + sed 's/[\\\\&|]/\\\\&/g'`;; #( + *) ac_sed_conf_input=$configure_input;; + esac + + case $ac_tag in + *:-:* | *:-) cat >"$ac_tmp/stdin" \ + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; + esac + ;; + esac + + ac_dir=`$as_dirname -- "$ac_file" || +$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$ac_file" : 'X\(//\)[^/]' \| \ + X"$ac_file" : 'X\(//\)$' \| \ + X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$ac_file" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + as_dir="$ac_dir"; as_fn_mkdir_p + ac_builddir=. + +case "$ac_dir" in +.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; +*) + ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` + # A ".." for each directory in $ac_dir_suffix. + ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` + case $ac_top_builddir_sub in + "") ac_top_builddir_sub=. ac_top_build_prefix= ;; + *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; + esac ;; +esac +ac_abs_top_builddir=$ac_pwd +ac_abs_builddir=$ac_pwd$ac_dir_suffix +# for backward compatibility: +ac_top_builddir=$ac_top_build_prefix + +case $srcdir in + .) # We are building in place. + ac_srcdir=. + ac_top_srcdir=$ac_top_builddir_sub + ac_abs_top_srcdir=$ac_pwd ;; + [\\/]* | ?:[\\/]* ) # Absolute name. + ac_srcdir=$srcdir$ac_dir_suffix; + ac_top_srcdir=$srcdir + ac_abs_top_srcdir=$srcdir ;; + *) # Relative name. + ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix + ac_top_srcdir=$ac_top_build_prefix$srcdir + ac_abs_top_srcdir=$ac_pwd/$srcdir ;; +esac +ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix + + + case $ac_mode in + :F) + # + # CONFIG_FILE + # + + case $INSTALL in + [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; + *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; + esac + ac_MKDIR_P=$MKDIR_P + case $MKDIR_P in + [\\/$]* | ?:[\\/]* ) ;; + */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;; + esac +# If the template does not know about datarootdir, expand it. +# FIXME: This hack should be removed a few years after 2.60. +ac_datarootdir_hack=; ac_datarootdir_seen= +ac_sed_dataroot=' +/datarootdir/ { + p + q +} +/@datadir@/p +/@docdir@/p +/@infodir@/p +/@localedir@/p +/@mandir@/p' +case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in +*datarootdir*) ac_datarootdir_seen=yes;; +*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 +$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} + ac_datarootdir_hack=' + s&@datadir@&${datarootdir}&g + s&@docdir@&${datarootdir}/doc/${PACKAGE_TARNAME}&g + s&@infodir@&${datarootdir}/info&g + s&@localedir@&${datarootdir}/locale&g + s&@mandir@&${datarootdir}/man&g + s&\${datarootdir}&${prefix}/share&g' ;; +esac +ac_sed_extra="/^[ ]*VPATH[ ]*=[ ]*/{ +h +s/// +s/^/:/ +s/[ ]*$/:/ +s/:\$(srcdir):/:/g +s/:\${srcdir}:/:/g +s/:@srcdir@:/:/g +s/^:*// +s/:*$// +x +s/\(=[ ]*\).*/\1/ +G +s/\n// +s/^[^=]*=[ ]*$// +} + +:t +/@[a-zA-Z_][a-zA-Z_0-9]*@/!b +s|@configure_input@|$ac_sed_conf_input|;t t +s&@top_builddir@&$ac_top_builddir_sub&;t t +s&@top_build_prefix@&$ac_top_build_prefix&;t t +s&@srcdir@&$ac_srcdir&;t t +s&@abs_srcdir@&$ac_abs_srcdir&;t t +s&@top_srcdir@&$ac_top_srcdir&;t t +s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t +s&@builddir@&$ac_builddir&;t t +s&@abs_builddir@&$ac_abs_builddir&;t t +s&@abs_top_builddir@&$ac_abs_top_builddir&;t t +s&@INSTALL@&$ac_INSTALL&;t t +s&@MKDIR_P@&$ac_MKDIR_P&;t t +$ac_datarootdir_hack +" +eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \ + >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5 + +test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && + { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && + { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ + "$ac_tmp/out"`; test -z "$ac_out"; } && + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' +which seems to be undefined. Please make sure it is defined" >&5 +$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' +which seems to be undefined. Please make sure it is defined" >&2;} + + rm -f "$ac_tmp/stdin" + case $ac_file in + -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";; + *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";; + esac \ + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 + ;; + :H) + # + # CONFIG_HEADER + # + if test x"$ac_file" != x-; then + { + $as_echo "/* $configure_input */" \ + && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" + } >"$ac_tmp/config.h" \ + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 + if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then + { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 +$as_echo "$as_me: $ac_file is unchanged" >&6;} + else + rm -f "$ac_file" + mv "$ac_tmp/config.h" "$ac_file" \ + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 + fi + else + $as_echo "/* $configure_input */" \ + && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \ + || as_fn_error $? "could not create -" "$LINENO" 5 + fi +# Compute "$ac_file"'s index in $config_headers. +_am_arg="$ac_file" +_am_stamp_count=1 +for _am_header in $config_headers :; do + case $_am_header in + $_am_arg | $_am_arg:* ) + break ;; + * ) + _am_stamp_count=`expr $_am_stamp_count + 1` ;; + esac +done +echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" || +$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$_am_arg" : 'X\(//\)[^/]' \| \ + X"$_am_arg" : 'X\(//\)$' \| \ + X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$_am_arg" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'`/stamp-h$_am_stamp_count + ;; + + :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5 +$as_echo "$as_me: executing $ac_file commands" >&6;} + ;; + esac + + + case $ac_file$ac_mode in + "depfiles":C) test x"$AMDEP_TRUE" != x"" || { + # Older Autoconf quotes --file arguments for eval, but not when files + # are listed without --file. Let's play safe and only enable the eval + # if we detect the quoting. + case $CONFIG_FILES in + *\'*) eval set x "$CONFIG_FILES" ;; + *) set x $CONFIG_FILES ;; + esac + shift + for mf + do + # Strip MF so we end up with the name of the file. + mf=`echo "$mf" | sed -e 's/:.*$//'` + # Check whether this is an Automake generated Makefile or not. + # We used to match only the files named 'Makefile.in', but + # some people rename them; so instead we look at the file content. + # Grep'ing the first line is not enough: some people post-process + # each Makefile.in and add a new line on top of each file to say so. + # Grep'ing the whole file is not good either: AIX grep has a line + # limit of 2048, but all sed's we know have understand at least 4000. + if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then + dirpart=`$as_dirname -- "$mf" || +$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$mf" : 'X\(//\)[^/]' \| \ + X"$mf" : 'X\(//\)$' \| \ + X"$mf" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$mf" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + else + continue + fi + # Extract the definition of DEPDIR, am__include, and am__quote + # from the Makefile without running 'make'. + DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` + test -z "$DEPDIR" && continue + am__include=`sed -n 's/^am__include = //p' < "$mf"` + test -z "$am__include" && continue + am__quote=`sed -n 's/^am__quote = //p' < "$mf"` + # Find all dependency output files, they are included files with + # $(DEPDIR) in their names. We invoke sed twice because it is the + # simplest approach to changing $(DEPDIR) to its actual value in the + # expansion. + for file in `sed -n " + s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ + sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do + # Make sure the directory exists. + test -f "$dirpart/$file" && continue + fdir=`$as_dirname -- "$file" || +$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$file" : 'X\(//\)[^/]' \| \ + X"$file" : 'X\(//\)$' \| \ + X"$file" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$file" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + as_dir=$dirpart/$fdir; as_fn_mkdir_p + # echo "creating $dirpart/$file" + echo '# dummy' > "$dirpart/$file" + done + done +} + ;; + + esac +done # for ac_tag + + +as_fn_exit 0 diff -Nru arp-scan-1.9/config.sub arp-scan-2.0/config.sub --- arp-scan-1.9/config.sub 2012-06-08 21:45:38.000000000 +0530 +++ arp-scan-2.0/config.sub 2017-09-21 19:25:17.000000000 +0530 @@ -1,24 +1,18 @@ #! /bin/sh # Configuration validation subroutine script. -# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, -# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, -# 2011, 2012 Free Software Foundation, Inc. - -timestamp='2012-04-18' - -# This file is (in principle) common to ALL GNU software. -# The presence of a machine in this file suggests that SOME GNU software -# can handle that machine. It does not imply ALL GNU software can. -# -# This file is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or +# Copyright 1992-2016 Free Software Foundation, Inc. + +timestamp='2016-11-04' + +# This file is free software; you can redistribute it and/or modify it +# under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 3 of the License, or # (at your option) any later version. # -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, see . @@ -26,11 +20,12 @@ # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under -# the same distribution terms that you use for the rest of that program. +# the same distribution terms that you use for the rest of that +# program. This Exception is an additional permission under section 7 +# of the GNU General Public License, version 3 ("GPLv3"). -# Please send patches to . Submit a context -# diff and a properly formatted GNU ChangeLog entry. +# Please send patches to . # # Configuration subroutine to validate and canonicalize a configuration type. # Supply the specified configuration type as an argument. @@ -38,7 +33,7 @@ # Otherwise, we print the canonical config type on stdout and succeed. # You can get the latest version of this script from: -# http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD +# http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub # This file is supposed to be the same for all GNU packages # and recognize all the CPU types, system types and aliases @@ -58,8 +53,7 @@ me=`echo "$0" | sed -e 's,.*/,,'` usage="\ -Usage: $0 [OPTION] CPU-MFR-OPSYS - $0 [OPTION] ALIAS +Usage: $0 [OPTION] CPU-MFR-OPSYS or ALIAS Canonicalize a configuration name. @@ -73,9 +67,7 @@ version="\ GNU config.sub ($timestamp) -Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, -2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012 -Free Software Foundation, Inc. +Copyright 1992-2016 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." @@ -123,9 +115,9 @@ maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` case $maybe_os in nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc | linux-newlib* | \ - linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \ - knetbsd*-gnu* | netbsd*-gnu* | \ - kopensolaris*-gnu* | \ + linux-musl* | linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \ + knetbsd*-gnu* | netbsd*-gnu* | netbsd*-eabi* | \ + kopensolaris*-gnu* | cloudabi*-eabi* | \ storm-chaos* | os2-emx* | rtmk-nova*) os=-$maybe_os basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` @@ -156,7 +148,7 @@ -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\ -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \ -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \ - -apple | -axis | -knuth | -cray | -microblaze) + -apple | -axis | -knuth | -cray | -microblaze*) os= basic_machine=$1 ;; @@ -259,21 +251,25 @@ | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \ | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \ | am33_2.0 \ - | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr | avr32 \ - | be32 | be64 \ + | arc | arceb \ + | arm | arm[bl]e | arme[lb] | armv[2-8] | armv[3-8][lb] | armv7[arm] \ + | avr | avr32 \ + | ba \ + | be32 | be64 \ | bfin \ - | c4x | clipper \ + | c4x | c8051 | clipper \ | d10v | d30v | dlx | dsp16xx \ - | epiphany \ - | fido | fr30 | frv \ + | e2k | epiphany \ + | fido | fr30 | frv | ft32 \ | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \ | hexagon \ | i370 | i860 | i960 | ia64 \ | ip2k | iq2000 \ + | k1om \ | le32 | le64 \ | lm32 \ | m32c | m32r | m32rle | m68000 | m68k | m88k \ - | maxq | mb | microblaze | mcore | mep | metag \ + | maxq | mb | microblaze | microblazeel | mcore | mep | metag \ | mips | mipsbe | mipseb | mipsel | mipsle \ | mips16 \ | mips64 | mips64el \ @@ -287,26 +283,30 @@ | mips64vr5900 | mips64vr5900el \ | mipsisa32 | mipsisa32el \ | mipsisa32r2 | mipsisa32r2el \ + | mipsisa32r6 | mipsisa32r6el \ | mipsisa64 | mipsisa64el \ | mipsisa64r2 | mipsisa64r2el \ + | mipsisa64r6 | mipsisa64r6el \ | mipsisa64sb1 | mipsisa64sb1el \ | mipsisa64sr71k | mipsisa64sr71kel \ + | mipsr5900 | mipsr5900el \ | mipstx39 | mipstx39el \ | mn10200 | mn10300 \ | moxie \ | mt \ | msp430 \ | nds32 | nds32le | nds32be \ - | nios | nios2 \ + | nios | nios2 | nios2eb | nios2el \ | ns16k | ns32k \ - | open8 \ - | or32 \ + | open8 | or1k | or1knd | or32 \ | pdp10 | pdp11 | pj | pjl \ | powerpc | powerpc64 | powerpc64le | powerpcle \ + | pru \ | pyramid \ + | riscv32 | riscv64 \ | rl78 | rx \ | score \ - | sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \ + | sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[234]eb | sheb | shbe | shle | sh[1234]le | sh3ele \ | sh64 | sh64le \ | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \ | sparcv8 | sparcv9 | sparcv9b | sparcv9v \ @@ -314,6 +314,7 @@ | tahoe | tic4x | tic54x | tic55x | tic6x | tic80 | tron \ | ubicom32 \ | v850 | v850e | v850e1 | v850e2 | v850es | v850e2v3 \ + | visium \ | we32k \ | x86 | xc16x | xstormy16 | xtensa \ | z8k | z80) @@ -328,7 +329,10 @@ c6x) basic_machine=tic6x-unknown ;; - m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x | picochip) + leon|leon[3-9]) + basic_machine=sparc-$basic_machine + ;; + m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x | nvptx | picochip) basic_machine=$basic_machine-unknown os=-none ;; @@ -370,26 +374,29 @@ | aarch64-* | aarch64_be-* \ | alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \ | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \ - | alphapca5[67]-* | alpha64pca5[67]-* | arc-* \ + | alphapca5[67]-* | alpha64pca5[67]-* | arc-* | arceb-* \ | arm-* | armbe-* | armle-* | armeb-* | armv*-* \ | avr-* | avr32-* \ + | ba-* \ | be32-* | be64-* \ | bfin-* | bs2000-* \ | c[123]* | c30-* | [cjt]90-* | c4x-* \ - | clipper-* | craynv-* | cydra-* \ + | c8051-* | clipper-* | craynv-* | cydra-* \ | d10v-* | d30v-* | dlx-* \ - | elxsi-* \ + | e2k-* | elxsi-* \ | f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \ | h8300-* | h8500-* \ | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \ | hexagon-* \ | i*86-* | i860-* | i960-* | ia64-* \ | ip2k-* | iq2000-* \ + | k1om-* \ | le32-* | le64-* \ | lm32-* \ | m32c-* | m32r-* | m32rle-* \ | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \ - | m88110-* | m88k-* | maxq-* | mcore-* | metag-* | microblaze-* \ + | m88110-* | m88k-* | maxq-* | mcore-* | metag-* \ + | microblaze-* | microblazeel-* \ | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \ | mips16-* \ | mips64-* | mips64el-* \ @@ -403,28 +410,34 @@ | mips64vr5900-* | mips64vr5900el-* \ | mipsisa32-* | mipsisa32el-* \ | mipsisa32r2-* | mipsisa32r2el-* \ + | mipsisa32r6-* | mipsisa32r6el-* \ | mipsisa64-* | mipsisa64el-* \ | mipsisa64r2-* | mipsisa64r2el-* \ + | mipsisa64r6-* | mipsisa64r6el-* \ | mipsisa64sb1-* | mipsisa64sb1el-* \ | mipsisa64sr71k-* | mipsisa64sr71kel-* \ + | mipsr5900-* | mipsr5900el-* \ | mipstx39-* | mipstx39el-* \ | mmix-* \ | mt-* \ | msp430-* \ | nds32-* | nds32le-* | nds32be-* \ - | nios-* | nios2-* \ + | nios-* | nios2-* | nios2eb-* | nios2el-* \ | none-* | np1-* | ns16k-* | ns32k-* \ | open8-* \ + | or1k*-* \ | orion-* \ | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \ | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* \ + | pru-* \ | pyramid-* \ + | riscv32-* | riscv64-* \ | rl78-* | romp-* | rs6000-* | rx-* \ | sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \ | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \ | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \ | sparclite-* \ - | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | sv1-* | sx?-* \ + | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | sv1-* | sx*-* \ | tahoe-* \ | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \ | tile*-* \ @@ -432,6 +445,7 @@ | ubicom32-* \ | v850-* | v850e-* | v850e1-* | v850es-* | v850e2-* | v850e2v3-* \ | vax-* \ + | visium-* \ | we32k-* \ | x86-* | x86_64-* | xc16x-* | xps100-* \ | xstormy16-* | xtensa*-* \ @@ -508,6 +522,9 @@ basic_machine=i386-pc os=-aros ;; + asmjs) + basic_machine=asmjs-unknown + ;; aux) basic_machine=m68k-apple os=-aux @@ -628,6 +645,14 @@ basic_machine=m68k-bull os=-sysv3 ;; + e500v[12]) + basic_machine=powerpc-unknown + os=$os"spe" + ;; + e500v[12]-*) + basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'` + os=$os"spe" + ;; ebmon29k) basic_machine=a29k-amd os=-ebmon @@ -769,6 +794,9 @@ basic_machine=m68k-isi os=-sysv ;; + leon-*|leon[3-9]-*) + basic_machine=sparc-`echo $basic_machine | sed 's/-.*//'` + ;; m68knommu) basic_machine=m68k-unknown os=-linux @@ -788,11 +816,15 @@ basic_machine=ns32k-utek os=-sysv ;; - microblaze) + microblaze*) basic_machine=microblaze-xilinx ;; + mingw64) + basic_machine=x86_64-pc + os=-mingw64 + ;; mingw32) - basic_machine=i386-pc + basic_machine=i686-pc os=-mingw32 ;; mingw32ce) @@ -820,6 +852,10 @@ basic_machine=powerpc-unknown os=-morphos ;; + moxiebox) + basic_machine=moxie-unknown + os=-moxiebox + ;; msdos) basic_machine=i386-pc os=-msdos @@ -828,7 +864,7 @@ basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'` ;; msys) - basic_machine=i386-pc + basic_machine=i686-pc os=-msys ;; mvs) @@ -996,7 +1032,7 @@ ppc-* | ppcbe-*) basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'` ;; - ppcle | powerpclittle | ppc-le | powerpc-little) + ppcle | powerpclittle) basic_machine=powerpcle-unknown ;; ppcle-* | powerpclittle-*) @@ -1006,7 +1042,7 @@ ;; ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'` ;; - ppc64le | powerpc64little | ppc64-le | powerpc64-little) + ppc64le | powerpc64little) basic_machine=powerpc64le-unknown ;; ppc64le-* | powerpc64little-*) @@ -1019,7 +1055,11 @@ basic_machine=i586-unknown os=-pw32 ;; - rdos) + rdos | rdos64) + basic_machine=x86_64-pc + os=-rdos + ;; + rdos32) basic_machine=i386-pc os=-rdos ;; @@ -1346,29 +1386,30 @@ -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \ | -*vms* | -sco* | -esix* | -isc* | -aix* | -cnk* | -sunos | -sunos[34]*\ | -hpux* | -unos* | -osf* | -luna* | -dgux* | -auroraux* | -solaris* \ - | -sym* | -kopensolaris* \ + | -sym* | -kopensolaris* | -plan9* \ | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \ - | -aos* | -aros* \ + | -aos* | -aros* | -cloudabi* | -sortix* \ | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \ | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \ | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \ - | -openbsd* | -solidbsd* \ + | -bitrig* | -openbsd* | -solidbsd* | -libertybsd* \ | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \ | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \ | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ | -chorusos* | -chorusrdb* | -cegcc* \ | -cygwin* | -msys* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ - | -mingw32* | -linux-gnu* | -linux-android* \ - | -linux-newlib* | -linux-uclibc* \ - | -uxpv* | -beos* | -mpeix* | -udk* \ + | -midipix* | -mingw32* | -mingw64* | -linux-gnu* | -linux-android* \ + | -linux-newlib* | -linux-musl* | -linux-uclibc* \ + | -uxpv* | -beos* | -mpeix* | -udk* | -moxiebox* \ | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \ | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \ | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \ | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \ | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \ | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \ - | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es*) + | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es* \ + | -onefs* | -tirtos* | -phoenix* | -fuchsia*) # Remember, each alternative MUST END IN *, to match a version number. ;; -qnx*) @@ -1492,9 +1533,6 @@ -aros*) os=-aros ;; - -kaos*) - os=-kaos - ;; -zvmoe) os=-zvmoe ;; @@ -1503,6 +1541,8 @@ ;; -nacl*) ;; + -ios) + ;; -none) ;; *) @@ -1543,6 +1583,9 @@ c4x-* | tic4x-*) os=-coff ;; + c8051-*) + os=-elf + ;; hexagon-*) os=-elf ;; diff -Nru arp-scan-1.9/configure arp-scan-2.0/configure --- arp-scan-1.9/configure 2013-07-24 14:35:11.000000000 +0530 +++ arp-scan-2.0/configure 2017-09-21 19:25:16.000000000 +0530 @@ -1,9 +1,9 @@ #! /bin/sh -# From configure.ac Revision: 19808 . +# From configure.ac Revision. # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for arp-scan 1.9. +# Generated by GNU Autoconf 2.69 for arp-scan 1.9.5. # -# Report bugs to . +# Report bugs to . # # # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. @@ -268,10 +268,10 @@ $as_echo "$0: be upgraded to zsh 4.3.4 or later." else $as_echo "$0: Please tell bug-autoconf@gnu.org and -$0: arp-scan@nta-monitor.com about your system, including -$0: any error possibly output before this message. Then -$0: install a modern shell, or manually run the script -$0: under such a shell if you do have one." +$0: https://github.com/royhills/arp-scan about your system, +$0: including any error possibly output before this +$0: message. Then install a modern shell, or manually run +$0: the script under such a shell if you do have one." fi exit 1 fi @@ -581,9 +581,9 @@ # Identity of this package. PACKAGE_NAME='arp-scan' PACKAGE_TARNAME='arp-scan' -PACKAGE_VERSION='1.9' -PACKAGE_STRING='arp-scan 1.9' -PACKAGE_BUGREPORT='arp-scan@nta-monitor.com' +PACKAGE_VERSION='1.9.5' +PACKAGE_STRING='arp-scan 1.9.5' +PACKAGE_BUGREPORT='https://github.com/royhills/arp-scan' PACKAGE_URL='' ac_unique_file="arp-scan.c" @@ -656,6 +656,10 @@ build_vendor build_cpu build +AM_BACKSLASH +AM_DEFAULT_VERBOSITY +AM_DEFAULT_V +AM_V am__untar am__tar AMTAR @@ -698,6 +702,7 @@ docdir oldincludedir includedir +runstatedir localstatedir sharedstatedir sysconfdir @@ -720,6 +725,8 @@ ac_subst_files='' ac_user_opts=' enable_option_checking +enable_silent_rules +enable_gcov enable_dependency_tracking ' ac_precious_vars='build_alias @@ -769,6 +776,7 @@ sysconfdir='${prefix}/etc' sharedstatedir='${prefix}/com' localstatedir='${prefix}/var' +runstatedir='${localstatedir}/run' includedir='${prefix}/include' oldincludedir='/usr/include' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' @@ -1021,6 +1029,15 @@ | -silent | --silent | --silen | --sile | --sil) silent=yes ;; + -runstatedir | --runstatedir | --runstatedi | --runstated \ + | --runstate | --runstat | --runsta | --runst | --runs \ + | --run | --ru | --r) + ac_prev=runstatedir ;; + -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \ + | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \ + | --run=* | --ru=* | --r=*) + runstatedir=$ac_optarg ;; + -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) ac_prev=sbindir ;; -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ @@ -1158,7 +1175,7 @@ for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ datadir sysconfdir sharedstatedir localstatedir includedir \ oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ - libdir localedir mandir + libdir localedir mandir runstatedir do eval ac_val=\$$ac_var # Remove trailing slashes. @@ -1271,7 +1288,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures arp-scan 1.9 to adapt to many kinds of systems. +\`configure' configures arp-scan 1.9.5 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1311,6 +1328,7 @@ --sysconfdir=DIR read-only single-machine data [PREFIX/etc] --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] --localstatedir=DIR modifiable single-machine data [PREFIX/var] + --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run] --libdir=DIR object code libraries [EPREFIX/lib] --includedir=DIR C header files [PREFIX/include] --oldincludedir=DIR C header files for non-gcc [/usr/include] @@ -1341,7 +1359,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of arp-scan 1.9:";; + short | recursive ) echo "Configuration of arp-scan 1.9.5:";; esac cat <<\_ACEOF @@ -1349,8 +1367,13 @@ --disable-option-checking ignore unrecognized --enable/--with options --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) --enable-FEATURE[=ARG] include FEATURE [ARG=yes] - --disable-dependency-tracking speeds up one-time build - --enable-dependency-tracking do not reject slow dependency extractors + --enable-silent-rules less verbose build output (undo: "make V=1") + --disable-silent-rules verbose build output (undo: "make V=0") + --enable-gcov enable gcov code coverage analysis + --enable-dependency-tracking + do not reject slow dependency extractors + --disable-dependency-tracking + speeds up one-time build Some influential environment variables: CC C compiler command @@ -1365,7 +1388,7 @@ Use these variables to override the choices made by `configure' or to help it to find libraries and programs with nonstandard names/locations. -Report bugs to . +Report bugs to . _ACEOF ac_status=$? fi @@ -1428,7 +1451,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -arp-scan configure 1.9 +arp-scan configure 1.9.5 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1675,9 +1698,9 @@ $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;} { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} -( $as_echo "## --------------------------------------- ## -## Report this to arp-scan@nta-monitor.com ## -## --------------------------------------- ##" +( $as_echo "## --------------------------------------------------- ## +## Report this to https://github.com/royhills/arp-scan ## +## --------------------------------------------------- ##" ) | sed "s/^/$as_me: WARNING: /" >&2 ;; esac @@ -1851,7 +1874,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by arp-scan $as_me 1.9, which was +It was created by arp-scan $as_me 1.9.5, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2202,7 +2225,7 @@ -am__api_version='1.11' +am__api_version='1.15' ac_aux_dir= for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do @@ -2328,9 +2351,6 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5 $as_echo_n "checking whether build environment is sane... " >&6; } -# Just in case -sleep 1 -echo timestamp > conftest.file # Reject unsafe characters in $srcdir or the absolute working directory # name. Accept space and tab only in the latter. am_lf=' @@ -2341,32 +2361,40 @@ esac case $srcdir in *[\\\"\#\$\&\'\`$am_lf\ \ ]*) - as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;; + as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;; esac -# Do `set' in a subshell so we don't clobber the current shell's +# Do 'set' in a subshell so we don't clobber the current shell's # arguments. Must try -L first in case configure is actually a # symlink; some systems play weird games with the mod time of symlinks # (eg FreeBSD returns the mod time of the symlink's containing # directory). if ( - set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` - if test "$*" = "X"; then - # -L didn't work. - set X `ls -t "$srcdir/configure" conftest.file` - fi - rm -f conftest.file - if test "$*" != "X $srcdir/configure conftest.file" \ - && test "$*" != "X conftest.file $srcdir/configure"; then - - # If neither matched, then we have a broken ls. This can happen - # if, for instance, CONFIG_SHELL is bash and it inherits a - # broken ls alias from the environment. This has actually - # happened. Such a system could not be considered "sane". - as_fn_error $? "ls -t appears to fail. Make sure there is not a broken -alias in your environment" "$LINENO" 5 - fi + am_has_slept=no + for am_try in 1 2; do + echo "timestamp, slept: $am_has_slept" > conftest.file + set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` + if test "$*" = "X"; then + # -L didn't work. + set X `ls -t "$srcdir/configure" conftest.file` + fi + if test "$*" != "X $srcdir/configure conftest.file" \ + && test "$*" != "X conftest.file $srcdir/configure"; then + # If neither matched, then we have a broken ls. This can happen + # if, for instance, CONFIG_SHELL is bash and it inherits a + # broken ls alias from the environment. This has actually + # happened. Such a system could not be considered "sane". + as_fn_error $? "ls -t appears to fail. Make sure there is not a broken + alias in your environment" "$LINENO" 5 + fi + if test "$2" = conftest.file || test $am_try -eq 2; then + break + fi + # Just in case. + sleep 1 + am_has_slept=yes + done test "$2" = conftest.file ) then @@ -2378,6 +2406,16 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } +# If we didn't sleep, we still need to ensure time stamps of config.status and +# generated files are strictly newer. +am_sleep_pid= +if grep 'slept: no' conftest.file >/dev/null 2>&1; then + ( sleep 1 ) & + am_sleep_pid=$! +fi + +rm -f conftest.file + test "$program_prefix" != NONE && program_transform_name="s&^&$program_prefix&;$program_transform_name" # Use a double $ so make ignores it. @@ -2388,8 +2426,8 @@ ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` -# expand $ac_aux_dir to an absolute path -am_aux_dir=`cd $ac_aux_dir && pwd` +# Expand $ac_aux_dir to an absolute path. +am_aux_dir=`cd "$ac_aux_dir" && pwd` if test x"${MISSING+set}" != xset; then case $am_aux_dir in @@ -2400,15 +2438,15 @@ esac fi # Use eval to expand $SHELL -if eval "$MISSING --run true"; then - am_missing_run="$MISSING --run " +if eval "$MISSING --is-lightweight"; then + am_missing_run="$MISSING " else am_missing_run= - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5 -$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5 +$as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;} fi -if test x"${install_sh}" != xset; then +if test x"${install_sh+set}" != xset; then case $am_aux_dir in *\ * | *\ *) install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; @@ -2417,10 +2455,10 @@ esac fi -# Installed binaries are usually stripped using `strip' when the user -# run `make install-strip'. However `strip' might not be the right +# Installed binaries are usually stripped using 'strip' when the user +# run "make install-strip". However 'strip' might not be the right # tool to use in cross-compilation environments, therefore Automake -# will honor the `STRIP' environment variable to overrule this program. +# will honor the 'STRIP' environment variable to overrule this program. if test "$cross_compiling" != no; then if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. @@ -2559,12 +2597,6 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5 $as_echo "$MKDIR_P" >&6; } -mkdir_p="$MKDIR_P" -case $mkdir_p in - [\\/$]* | ?:[\\/]*) ;; - */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;; -esac - for ac_prog in gawk mawk nawk awk do # Extract the first word of "$ac_prog", so it can be a program name with args. @@ -2647,6 +2679,45 @@ fi rmdir .tst 2>/dev/null +# Check whether --enable-silent-rules was given. +if test "${enable_silent_rules+set}" = set; then : + enableval=$enable_silent_rules; +fi + +case $enable_silent_rules in # ((( + yes) AM_DEFAULT_VERBOSITY=0;; + no) AM_DEFAULT_VERBOSITY=1;; + *) AM_DEFAULT_VERBOSITY=1;; +esac +am_make=${MAKE-make} +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5 +$as_echo_n "checking whether $am_make supports nested variables... " >&6; } +if ${am_cv_make_support_nested_variables+:} false; then : + $as_echo_n "(cached) " >&6 +else + if $as_echo 'TRUE=$(BAR$(V)) +BAR0=false +BAR1=true +V=1 +am__doit: + @$(TRUE) +.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then + am_cv_make_support_nested_variables=yes +else + am_cv_make_support_nested_variables=no +fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5 +$as_echo "$am_cv_make_support_nested_variables" >&6; } +if test $am_cv_make_support_nested_variables = yes; then + AM_V='$(V)' + AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' +else + AM_V=$AM_DEFAULT_VERBOSITY + AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY +fi +AM_BACKSLASH='\' + if test "`cd $srcdir && pwd`" != "`pwd`"; then # Use -I$(srcdir) only when $(srcdir) != ., so that make's output # is not polluted with repeated "-I." @@ -2669,7 +2740,7 @@ # Define the identity of the package. PACKAGE='arp-scan' - VERSION='1.9' + VERSION='1.9.5' cat >>confdefs.h <<_ACEOF @@ -2697,12 +2768,22 @@ MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} -# We need awk for the "check" target. The system "awk" is bad on -# some platforms. +# For better backward compatibility. To be removed once Automake 1.9.x +# dies out for good. For more background, see: +# +# +mkdir_p='$(MKDIR_P)' + +# We need awk for the "check" target (and possibly the TAP driver). The +# system "awk" is bad on some platforms. # Always define AMTAR for backward compatibility. Yes, it's still used # in the wild :-( We should find a proper way to deprecate it ... AMTAR='$${TAR-tar}' + +# We'll loop over all known methods to create a tar archive until one works. +_am_tools='gnutar pax cpio none' + am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' @@ -2710,6 +2791,49 @@ +# POSIX will say in a future version that running "rm -f" with no argument +# is OK; and we want to be able to make that assumption in our Makefile +# recipes. So use an aggressive probe to check that the usage we want is +# actually supported "in the wild" to an acceptable degree. +# See automake bug#10828. +# To make any issue more visible, cause the running configure to be aborted +# by default if the 'rm' program in use doesn't match our expectations; the +# user can still override this though. +if rm -f && rm -fr && rm -rf; then : OK; else + cat >&2 <<'END' +Oops! + +Your 'rm' program seems unable to run without file operands specified +on the command line, even when the '-f' option is present. This is contrary +to the behaviour of most rm programs out there, and not conforming with +the upcoming POSIX standard: + +Please tell bug-automake@gnu.org about your system, including the value +of your $PATH and any error possibly output before this message. This +can help us improve future automake versions. + +END + if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then + echo 'Configuration will proceed anyway, since you have set the' >&2 + echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2 + echo >&2 + else + cat >&2 <<'END' +Aborting the configuration process, to ensure you take notice of the issue. + +You can download and install GNU coreutils to get an 'rm' implementation +that behaves properly: . + +If you want to complete the configuration process using your problematic +'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM +to "yes", and re-run configure. + +END + as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5 + fi +fi + + ac_config_headers="$ac_config_headers config.h" @@ -2785,6 +2909,27 @@ +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if gcov code coverage is enabled" >&5 +$as_echo_n "checking if gcov code coverage is enabled... " >&6; } +# Check whether --enable-gcov was given. +if test "${enable_gcov+set}" = set; then : + enableval=$enable_gcov; + if test "x$enableval" != "xno" ; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } + CFLAGS="-O0 -g -fno-inline -fprofile-arcs -ftest-coverage" + else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } + fi + +else + + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } + +fi + ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' @@ -3573,6 +3718,65 @@ ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5 +$as_echo_n "checking whether $CC understands -c and -o together... " >&6; } +if ${am_cv_prog_cc_c_o+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF + # Make sure it works both with $CC and with simple cc. + # Following AC_PROG_CC_C_O, we do the test twice because some + # compilers refuse to overwrite an existing .o file with -o, + # though they will create one. + am_cv_prog_cc_c_o=yes + for am_i in 1 2; do + if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5 + ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } \ + && test -f conftest2.$ac_objext; then + : OK + else + am_cv_prog_cc_c_o=no + break + fi + done + rm -f core conftest* + unset am_i +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5 +$as_echo "$am_cv_prog_cc_c_o" >&6; } +if test "$am_cv_prog_cc_c_o" != yes; then + # Losing compiler, so override with the script. + # FIXME: It is wrong to rewrite CC. + # But if we don't then we get into trouble of one sort or another. + # A longer-term fix would be to have automake use am__CC in this case, + # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" + CC="$am_aux_dir/compile $CC" +fi +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + DEPDIR="${am__leading_dot}deps" ac_config_commands="$ac_config_commands depfiles" @@ -3592,7 +3796,7 @@ _am_result=none # First try GNU make style include. echo "include confinc" > confmf -# Ignore all kinds of additional output from `make'. +# Ignore all kinds of additional output from 'make'. case `$am_make -s -f confmf 2> /dev/null` in #( *the\ am__doit\ target*) am__include=include @@ -3648,8 +3852,8 @@ # We make a subdir and do the tests there. Otherwise we can end up # making bogus files that we don't know about and never remove. For # instance it was reported that on HP-UX the gcc test will end up - # making a dummy file named `D' -- because `-MD' means `put the output - # in D'. + # making a dummy file named 'D' -- because '-MD' means "put the output + # in D". rm -rf conftest.dir mkdir conftest.dir # Copy depcomp to subdir because otherwise we won't find it if we're @@ -3684,16 +3888,16 @@ : > sub/conftest.c for i in 1 2 3 4 5 6; do echo '#include "conftst'$i'.h"' >> sub/conftest.c - # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with - # Solaris 8's {/usr,}/bin/sh. - touch sub/conftst$i.h + # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with + # Solaris 10 /bin/sh. + echo '/* dummy */' > sub/conftst$i.h done echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf - # We check with `-c' and `-o' for the sake of the "dashmstdout" + # We check with '-c' and '-o' for the sake of the "dashmstdout" # mode. It turns out that the SunPro C++ compiler does not properly - # handle `-M -o', and we need to detect this. Also, some Intel - # versions had trouble with output in subdirs + # handle '-M -o', and we need to detect this. Also, some Intel + # versions had trouble with output in subdirs. am__obj=sub/conftest.${OBJEXT-o} am__minus_obj="-o $am__obj" case $depmode in @@ -3702,8 +3906,8 @@ test "$am__universal" = false || continue ;; nosideeffect) - # after this tag, mechanisms are not by side-effect, so they'll - # only be used when explicitly requested + # After this tag, mechanisms are not by side-effect, so they'll + # only be used when explicitly requested. if test "x$enable_dependency_tracking" = xyes; then continue else @@ -3711,7 +3915,7 @@ fi ;; msvc7 | msvc7msys | msvisualcpp | msvcmsys) - # This compiler won't grok `-c -o', but also, the minuso test has + # This compiler won't grok '-c -o', but also, the minuso test has # not run yet. These depmodes are late enough in the game, and # so weak that their functioning should not be impacted. am__obj=conftest.${OBJEXT-o} @@ -4104,7 +4308,7 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: Cannot find pcap library containing pcap_open_live" >&5 $as_echo "$as_me: Cannot find pcap library containing pcap_open_live" >&6;} - as_fn_error $? "Check that you have libpcap version 0.9 or later installed" "$LINENO" 5 + as_fn_error $? "Check that you have libpcap version 1.0 or later installed" "$LINENO" 5 fi @@ -4120,11 +4324,11 @@ #ifdef __cplusplus extern "C" #endif -char pcap_sendpacket (); +char pcap_create (); int main () { -return pcap_sendpacket (); +return pcap_create (); ; return 0; } @@ -4136,9 +4340,9 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } - { $as_echo "$as_me:${as_lineno-$LINENO}: Cannot find pcap_sendpacket in pcap library" >&5 -$as_echo "$as_me: Cannot find pcap_sendpacket in pcap library" >&6;} - as_fn_error $? "Check that the pcap library is at least version 0.9" "$LINENO" 5 + { $as_echo "$as_me:${as_lineno-$LINENO}: Cannot find pcap_create in pcap library" >&5 +$as_echo "$as_me: Cannot find pcap_create in pcap library" >&6;} + as_fn_error $? "Check that the pcap library is at least version 1.0" "$LINENO" 5 fi rm -f core conftest.err conftest.$ac_objext \ @@ -4541,7 +4745,7 @@ done -for ac_header in arpa/inet.h netdb.h netinet/in.h sys/socket.h sys/time.h unistd.h getopt.h pcap.h sys/ioctl.h sys/stat.h fcntl.h +for ac_header in arpa/inet.h netdb.h netinet/in.h sys/socket.h sys/time.h unistd.h getopt.h pcap.h sys/ioctl.h sys/stat.h fcntl.h search.h do : as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" @@ -4938,7 +5142,7 @@ return 1; } main() { - exit(! does_int64_work()); + return !does_int64_work(); } _ACEOF if ac_fn_c_try_run "$LINENO"; then : @@ -5021,7 +5225,7 @@ return 1; } main() { - exit(! does_int64_work()); + return !does_int64_work(); } _ACEOF if ac_fn_c_try_run "$LINENO"; then : @@ -5097,7 +5301,7 @@ return 1; } main() { - exit(! does_int64_snprintf_work()); + return !does_int64_snprintf_work(); } _ACEOF if ac_fn_c_try_run "$LINENO"; then : @@ -5113,8 +5317,9 @@ LONG_LONG_INT_FORMAT='' case $pgac_cv_snprintf_long_long_int_format in - cross) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cannot test (not on host machine)" >&5 -$as_echo "cannot test (not on host machine)" >&6; };; + cross) { $as_echo "$as_me:${as_lineno-$LINENO}: result: assuming %lld for cross compilation" >&5 +$as_echo "assuming %lld for cross compilation" >&6; } + LONG_LONG_INT_FORMAT='%lld';; ?*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: $pgac_cv_snprintf_long_long_int_format" >&5 $as_echo "$pgac_cv_snprintf_long_long_int_format" >&6; } LONG_LONG_INT_FORMAT=$pgac_cv_snprintf_long_long_int_format;; @@ -5307,19 +5512,6 @@ fi -ac_fn_c_check_func "$LINENO" "inet_aton" "ac_cv_func_inet_aton" -if test "x$ac_cv_func_inet_aton" = xyes; then : - -else - case " $LIBOBJS " in - *" inet_aton.$ac_objext "* ) ;; - *) LIBOBJS="$LIBOBJS inet_aton.$ac_objext" - ;; -esac - -fi - - ac_fn_c_check_func "$LINENO" "strlcat" "ac_cv_func_strlcat" if test "x$ac_cv_func_strlcat" = xyes; then : @@ -5460,6 +5652,14 @@ LTLIBOBJS=$ac_ltlibobjs +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5 +$as_echo_n "checking that generated files are newer than configure... " >&6; } + if test -n "$am_sleep_pid"; then + # Hide warnings about reused PIDs. + wait $am_sleep_pid 2>/dev/null + fi + { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5 +$as_echo "done" >&6; } if test -n "$EXEEXT"; then am__EXEEXT_TRUE= am__EXEEXT_FALSE='#' @@ -5873,7 +6073,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by arp-scan $as_me 1.9, which was +This file was extended by arp-scan $as_me 1.9.5, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -5933,13 +6133,13 @@ Configuration commands: $config_commands -Report bugs to ." +Report bugs to ." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -arp-scan config.status 1.9 +arp-scan config.status 1.9.5 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" @@ -6667,7 +6867,7 @@ case $ac_file$ac_mode in "depfiles":C) test x"$AMDEP_TRUE" != x"" || { - # Autoconf 2.62 quotes --file arguments for eval, but not when files + # Older Autoconf quotes --file arguments for eval, but not when files # are listed without --file. Let's play safe and only enable the eval # if we detect the quoting. case $CONFIG_FILES in @@ -6680,7 +6880,7 @@ # Strip MF so we end up with the name of the file. mf=`echo "$mf" | sed -e 's/:.*$//'` # Check whether this is an Automake generated Makefile or not. - # We used to match only the files named `Makefile.in', but + # We used to match only the files named 'Makefile.in', but # some people rename them; so instead we look at the file content. # Grep'ing the first line is not enough: some people post-process # each Makefile.in and add a new line on top of each file to say so. @@ -6714,21 +6914,19 @@ continue fi # Extract the definition of DEPDIR, am__include, and am__quote - # from the Makefile without running `make'. + # from the Makefile without running 'make'. DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` test -z "$DEPDIR" && continue am__include=`sed -n 's/^am__include = //p' < "$mf"` - test -z "am__include" && continue + test -z "$am__include" && continue am__quote=`sed -n 's/^am__quote = //p' < "$mf"` - # When using ansi2knr, U may be empty or an underscore; expand it - U=`sed -n 's/^U = //p' < "$mf"` # Find all dependency output files, they are included files with # $(DEPDIR) in their names. We invoke sed twice because it is the # simplest approach to changing $(DEPDIR) to its actual value in the # expansion. for file in `sed -n " s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ - sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do + sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do # Make sure the directory exists. test -f "$dirpart/$file" && continue fdir=`$as_dirname -- "$file" || diff -Nru arp-scan-1.9/configure.ac arp-scan-2.0/configure.ac --- arp-scan-1.9/configure.ac 2013-07-24 14:21:07.000000000 +0530 +++ arp-scan-2.0/configure.ac 2017-09-21 19:24:11.000000000 +0530 @@ -1,9 +1,8 @@ -dnl $Id: configure.ac 19808 2013-07-24 08:51:06Z rsh $ dnl Process this file with autoconf to produce a configure script. -AC_INIT([arp-scan],[1.9],[arp-scan@nta-monitor.com]) +AC_INIT([arp-scan],[1.9.5],[https://github.com/royhills/arp-scan]) AC_PREREQ(2.61) -AC_REVISION($Revision: 19808 $) +AC_REVISION($Revision$) AC_CONFIG_SRCDIR([arp-scan.c]) AM_INIT_AUTOMAKE @@ -11,6 +10,23 @@ AC_CANONICAL_HOST +dnl Define the appropriate compiler flags if the user has enabled gcov +dnl code coverage. We do this before calling AC_PROG_CC because we override +dnl the default compiler options when running with gcov. +AC_MSG_CHECKING([if gcov code coverage is enabled]) +AC_ARG_ENABLE(gcov, + AS_HELP_STRING([--enable-gcov],[enable gcov code coverage analysis]), + [ + if test "x$enableval" != "xno" ; then + AC_MSG_RESULT(yes) + CFLAGS="-O0 -g -fno-inline -fprofile-arcs -ftest-coverage" + else + AC_MSG_RESULT(no) + fi + ], + [ + AC_MSG_RESULT(no) + ] ) dnl Checks for programs. AC_PROG_CC if test -n "$GCC"; then @@ -23,8 +39,6 @@ GCC_FORMAT_SECURITY dnl Uncomment the line below to compile with additional warnings enabled. dnl CFLAGS="$CFLAGS -pedantic -Wpointer-arith -Wcast-qual -Wcast-align -Wconversion -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs" -dnl Uncomment the line below to compile with gcov support. -dnl CFLAGS="$CFLAGS -fprofile-arcs -ftest-coverage" else AC_DEFINE([ATTRIBUTE_UNUSED], [], [Define to the compiler's unused pragma]) @@ -33,18 +47,18 @@ AC_PROG_LN_S dnl Checks for libraries. -dnl Solaris 8 needs nsl and socket. Linux and {Free,Open}BSD do not. +dnl Solaris 10 needs nsl and socket. Linux and {Free,Open}BSD do not. dnl Just about everything will need pcap. AC_SEARCH_LIBS([gethostbyname], [nsl]) AC_SEARCH_LIBS([socket], [socket]) AC_SEARCH_LIBS([pcap_open_live], [pcap], , [ AC_MSG_NOTICE([Cannot find pcap library containing pcap_open_live]) - AC_MSG_ERROR([Check that you have libpcap version 0.9 or later installed]) + AC_MSG_ERROR([Check that you have libpcap version 1.0 or later installed]) ]) -dnl Check that the pcap library contains pcap_sendpacket -dnl This was introduced in version 0.9, and our application requires it. +dnl Check that the pcap library contains pcap_create +dnl This was introduced in version 1.0, and our application requires it. dnl dnl We perform this check as a seperate step, rather than just checking for dnl pcap_lib_version in the earlier AC_SEARCH_LIBS call, because it @@ -52,17 +66,17 @@ dnl functional pcap and so avoids confusing generic error messages. dnl AC_MSG_CHECKING([for a compatible pcap library]) -AC_LINK_IFELSE([AC_LANG_CALL([], [pcap_sendpacket])], +AC_LINK_IFELSE([AC_LANG_CALL([], [pcap_create])], [AC_MSG_RESULT([yes])], [ AC_MSG_RESULT([no]) - AC_MSG_NOTICE([Cannot find pcap_sendpacket in pcap library]) - AC_MSG_ERROR([Check that the pcap library is at least version 0.9]) + AC_MSG_NOTICE([Cannot find pcap_create in pcap library]) + AC_MSG_ERROR([Check that the pcap library is at least version 1.0]) ]) dnl Checks for header files. AC_HEADER_STDC -AC_CHECK_HEADERS([arpa/inet.h netdb.h netinet/in.h sys/socket.h sys/time.h unistd.h getopt.h pcap.h sys/ioctl.h sys/stat.h fcntl.h]) +AC_CHECK_HEADERS([arpa/inet.h netdb.h netinet/in.h sys/socket.h sys/time.h unistd.h getopt.h pcap.h sys/ioctl.h sys/stat.h fcntl.h search.h]) dnl Checks for typedefs, structures, and compiler characteristics. AC_C_CONST @@ -194,19 +208,13 @@ ;; esac -dnl GNU systems e.g. Linux have getopt_long_only, but many other systems -dnl e.g. FreeBSD 4.3 and Solaris 8 do not. For systems that don't have it, -dnl use the GNU getopt sources (obtained from glibc). +dnl Linux and most BSD systems have getopt_long_only, but NetBSD 7.0 doesn't. +dnl For systems that don't have it, use the GNU getopt sources from glibc. AC_CHECK_FUNC([getopt_long_only], , [ AC_LIBOBJ(getopt) AC_LIBOBJ(getopt1) AC_LIBSOURCE(getopt.h) ]) -dnl Do we have inet_aton? Most systems do, but some e.g. Solaris don't -dnl If we don't have it, then use Russ Allbery's implementation as a -dnl replacement function. -AC_CHECK_FUNC(inet_aton, , [ AC_LIBOBJ(inet_aton) ]) - dnl Check for strlcat and strlcpy. If we don't have them, use the replacement dnl functions from OpenBSD. Most modern C libraries have these functions, dnl but some such as as glibc don't. diff -Nru arp-scan-1.9/debian/arp-scan.docs arp-scan-2.0/debian/arp-scan.docs --- arp-scan-1.9/debian/arp-scan.docs 2016-08-26 18:43:01.000000000 +0530 +++ arp-scan-2.0/debian/arp-scan.docs 1970-01-01 05:30:00.000000000 +0530 @@ -1,3 +0,0 @@ -NEWS -README -TODO diff -Nru arp-scan-1.9/debian/arp-scan-docs.docs arp-scan-2.0/debian/arp-scan-docs.docs --- arp-scan-1.9/debian/arp-scan-docs.docs 1970-01-01 05:30:00.000000000 +0530 +++ arp-scan-2.0/debian/arp-scan-docs.docs 2017-09-21 21:50:38.000000000 +0530 @@ -0,0 +1,2 @@ +README.source +README.Debian diff -Nru arp-scan-1.9/debian/arp-scan.lintian-overrides arp-scan-2.0/debian/arp-scan.lintian-overrides --- arp-scan-1.9/debian/arp-scan.lintian-overrides 2016-08-26 18:43:01.000000000 +0530 +++ arp-scan-2.0/debian/arp-scan.lintian-overrides 1970-01-01 05:30:00.000000000 +0530 @@ -1,2 +0,0 @@ -# The new upstream was released in previous Debian release, i only refer to it in order to close a Debian bug -arp-scan: possible-new-upstream-release-without-new-version diff -Nru arp-scan-1.9/debian/changelog arp-scan-2.0/debian/changelog --- arp-scan-1.9/debian/changelog 2016-08-26 18:43:01.000000000 +0530 +++ arp-scan-2.0/debian/changelog 2017-09-21 21:50:38.000000000 +0530 @@ -1,83 +1,5 @@ -arp-scan (1.9-1) unstable; urgency=medium +arp-scan (2.0-1) unstable; urgency=medium - * Fix watch file - * Add hardening flags (closes: #763183) - * Build with autoreconf (closes: #727323) - * Update to debhelper 9 - * Update copyright file to be dep-5 compliant - * Bump standards-revision to 3.9.8 - * Set maintenance to pkg-security team with permission - of William Vera. - * New upstream release already imported on previous - Kali release (Closes: #807750, #742571) - * Use ieee-data package instead of fetch from ieee website - (closes: #481296, #739200) - - -- Marcos Fouces Fri, 26 Aug 2016 15:13:01 +0200 + * Initial release (Closes: #nnnn) -arp-scan (1.9-0kali1) kali; urgency=low - - * Imported new upstream release (Closes: 0001027) - - -- Devon Kearns Wed, 12 Feb 2014 09:29:24 -0700 - -arp-scan (1.8.1-2) unstable; urgency=low - - * Added a patch to fix FTBFS on GNU/kFreeBSD. (Closes: #641643) - + Thanks to Mats Erik Andersson. - * Updated Standards Version to 3.9.3. - - -- William Vera Mon, 05 Mar 2012 22:00:00 -0600 - -arp-scan (1.8.1-1) unstable; urgency=low - - * New upstream release (Closes: #543383). - * Added William Vera as Uploader. - * Added a debian/watch file. - * Added "Homepage" in debian/control. - * Added libwww-perl as Recommend depend (Closes: #630563). - * Fixed empty-directory usr/sbin/. - * Added a patch to fix hyphen-used-as-minus-sign. - * Updated debian/copyright - * Updated debhelper version (>= 8). - * Updated debian/compat to 8. - * Updated Standards Version to 3.9.2. - * Cleanup debian/rules. - + distclean rule. - * Switch to dpkg-source 3.0 (quilt) format - - -- William Vera Mon, 04 Jul 2011 19:37:30 -0500 - -arp-scan (1.6-2) unstable; urgency=low - - * Checksums weren't matching - * Upload sponsored by Philipp Hug - - -- Tim Brown Tue, 22 May 2007 21:57:35 +0100 - -arp-scan (1.6-1) unstable; urgency=low - - * New upstream release - - -- Tim Brown Mon, 23 Apr 2007 15:17:25 +0100 - -arp-scan (1.5-5) unstable; urgency=low - - * Minor packaging flaw with orig tar ball - - -- Tim Brown Tue, 27 Mar 2007 16:56:10 +0100 - -arp-scan (1.5-4) unstable; urgency=low - - * Moved to main - * Fixed W: arp-scan: extended-description-line-too-long? - * Removed ieee-iab.txt, mac-vendor.txt and ieee-oui.txt from docs - list - - -- Tim Brown Tue, 20 Mar 2007 18:40:59 +0000 - -arp-scan (1.5-3) unstable; urgency=low - - * Initial release (Closes: #415036) - - -- Tim Brown Tue, 13 Mar 2007 11:54:46 +0000 + -- hydra Thu, 21 Sep 2017 20:13:13 +0530 diff -Nru arp-scan-1.9/debian/control arp-scan-2.0/debian/control --- arp-scan-1.9/debian/control 2016-08-26 18:43:01.000000000 +0530 +++ arp-scan-2.0/debian/control 2017-09-21 21:50:38.000000000 +0530 @@ -1,17 +1,15 @@ Source: arp-scan -Section: admin +Section: unknown Priority: optional -Maintainer: Debian Security Tools Packaging Team -Uploaders: Marcos Fouces -Build-Depends: debhelper (>= 9), libpcap0.8-dev, dh-autoreconf +Maintainer: hydra +Build-Depends: debhelper (>= 9), autotools-dev Standards-Version: 3.9.8 -Homepage: https://github.com/royhills/arp-scan +Homepage: +#Vcs-Git: https://anonscm.debian.org/collab-maint/arp-scan.git +#Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/arp-scan.git Package: arp-scan Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, ieee-data -Recommends: libwww-perl -Description: arp scanning and fingerprinting tool - arp-scan is a command-line tool that uses the ARP protocol to discover and - fingerprint IP hosts on the local network. It is available for Linux and BSD - under the GPL licence +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: + diff -Nru arp-scan-1.9/debian/copyright arp-scan-2.0/debian/copyright --- arp-scan-1.9/debian/copyright 2016-08-26 18:43:01.000000000 +0530 +++ arp-scan-2.0/debian/copyright 2017-09-21 21:50:38.000000000 +0530 @@ -1,31 +1,20 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: arp-scan -Source: https://github.com/royhills/arp-scan +Source: Files: * -Copyright: 2005-2016 Roy Hills -License: GPL-3+ - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - . - This package is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. +Copyright: + +License: + + . - You should have received a copy of the GNU General Public License - along with this program. If not, see - . - On Debian systems, the complete text of the GNU General - Public License version 3 can be found in "/usr/share/common-licenses/GPL-3". + +# If you want to use GPL v2 or later for the /debian/* files use +# the following clauses, or change it to suit. Delete these two lines Files: debian/* -Copyright: 2007 Tim Brown - 2011,2012 William Vera - 2014 Devon Kearns - 2016 Marcos Fouces +Copyright: 2017 hydra License: GPL-2+ This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -43,6 +32,7 @@ On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". - - - +# Please also look if there are files or directories which have a +# different copyright/license attached and list them here. +# Please avoid picking licenses with terms that are more restrictive than the +# packaged work, as it may make Debian's contributions unacceptable upstream. diff -Nru arp-scan-1.9/debian/patches/fixmanpages.patch arp-scan-2.0/debian/patches/fixmanpages.patch --- arp-scan-1.9/debian/patches/fixmanpages.patch 2016-08-26 18:43:01.000000000 +0530 +++ arp-scan-2.0/debian/patches/fixmanpages.patch 1970-01-01 05:30:00.000000000 +0530 @@ -1,237 +0,0 @@ -Author: William Vera -Description: Fix hyphen-used-as-minus-sign in man pages. ---- a/arp-fingerprint.1 -+++ b/arp-fingerprint.1 -@@ -101,8 +101,8 @@ Display verbose progress messages. - .B -o - Pass specified options to arp-scan. You need to enclose the options - string in quotes if it contains spaces. e.g. ---o "-I eth1". The commonly used options are --interface (-I) and --numeric --(-N). -+\-o "\-I eth1". The commonly used options are \--interface (\-I) and \--numeric -+(\-N). - .SH EXAMPLES - .nf - $ arp-fingerprint 192.168.0.1 -@@ -110,7 +110,7 @@ $ arp-fingerprint 192.168.0.1 - .fi - .PP - .nf --$ arp-fingerprint -o "-N -I eth1" 192.168.0.202 -+$ arp-fingerprint \-o "\-N \-I eth1" 192.168.0.202 - 192.168.0.202 11110100000 FreeBSD 5.3, Win98, WinME, NT4, 2000, XP, 2003 - .fi - .SH NOTES ---- a/arp-scan.1 -+++ b/arp-scan.1 -@@ -56,13 +56,13 @@ option. - The target hosts to scan may be specified in one of three ways: by specifying - the targets on the command line; by specifying a file containing the targets - with the --.B --file -+.B \--file - option; or by specifying the --.B --localnet -+.B \--localnet - option which causes all possible hosts on the network attached to the interface - (as defined by the interface address and mask) to be scanned. For hosts specified - on the command line, or with the --.B --file -+.B \--file - option, you can use either IP addresses or hostnames. You can also use network - specifications - .BR IPnetwork/bits , -@@ -186,14 +186,14 @@ Outgoing ARP Packet Options - = - Field Bits Option Notes - = --ar$hrd 16 --arphrd Default is 1 (ARPHRD_ETHER) --ar$pro 16 --arppro Default is 0x0800 --ar$hln 8 --arphln Default is 6 (ETH_ALEN) --ar$pln 8 --arppln Default is 4 (IPv4) --ar$op 16 --arpop Default is 1 (ARPOP_REQUEST) --ar$sha 48 --arpsha Default is interface h/w address --ar$spa 32 --arpspa Default is interface IP address --ar$tha 48 --arptha Default is zero (00:00:00:00:00:00) -+ar$hrd 16 \--arphrd Default is 1 (ARPHRD_ETHER) -+ar$pro 16 \--arppro Default is 0x0800 -+ar$hln 8 \--arphln Default is 6 (ETH_ALEN) -+ar$pln 8 \--arppln Default is 4 (IPv4) -+ar$op 16 \--arpop Default is 1 (ARPOP_REQUEST) -+ar$sha 48 \--arpsha Default is interface h/w address -+ar$spa 32 \--arpspa Default is interface IP address -+ar$tha 48 \--arptha Default is zero (00:00:00:00:00:00) - ar$tpa 32 None Set to the target host IP address - .TE - .\" We need two paragraphs under the table to get the correct spacing. -@@ -225,9 +225,9 @@ Outgoing Ethernet Frame Options - = - Field Bits Option Notes - = --Dest Address 48 --destaddr Default is ff:ff:ff:ff:ff:ff --Source Address 48 --srcaddr Default is interface address --Protocol Type 16 --prototype Default is 0x0806 -+Dest Address 48 \--destaddr Default is ff:ff:ff:ff:ff:ff -+Source Address 48 \--srcaddr Default is interface address -+Protocol Type 16 \--prototype Default is 0x0806 - .TE - .\" We need two paragraphs under the table to get the correct spacing. - .PP -@@ -301,40 +301,40 @@ Where an option takes a value, that valu - angle brackets. The letter indicates the type of data that is expected: - .TP - .B --A character string, e.g. --file=hostlist.txt. -+A character string, e.g. \--file=hostlist.txt. - .TP - .B - An integer, which can be specified as a decimal number or as a hexadecimal --number if preceeded with 0x, e.g. --arppro=2048 or --arpro=0x0800. -+number if preceded with 0x, e.g. \--arppro=2048 or \--arpro=0x0800. - .TP - .B --A floating point decimal number, e.g. --backoff=1.5. -+A floating point decimal number, e.g. \--backoff=1.5. - .TP - .B - An Ethernet MAC address, which can be specified either in the format - 01:23:45:67:89:ab, or as 01-23-45-67-89-ab. The alphabetic hex characters --may be either upper or lower case. E.g. --arpsha=01:23:45:67:89:ab. -+may be either upper or lower case. E.g. \--arpsha=01:23:45:67:89:ab. - .TP - .B --An IPv4 address, e.g. --arpspa=10.0.0.1 -+An IPv4 address, e.g. \--arpspa=10.0.0.1 - .TP - .B - Binary data specified as a hexadecimal string, which should not - include a leading 0x. The alphabetic hex characters may be either --upper or lower case. E.g. --padding=aaaaaaaaaaaa -+upper or lower case. E.g. \--padding=aaaaaaaaaaaa - .TP - .B - Something else. See the description of the option for details. - .TP --.B --help or -h -+.B \--help or \-h - Display this usage message and exit. - .TP --.B --file= or -f -+.B \--file= or \-f - Read hostnames or addresses from the specified file - instead of from the command line. One name or IP - address per line. Use "-" for standard input. - .TP --.B --localnet or -l -+.B \--localnet or \-l - Generate addresses from network interface configuration. - Use the network interface IP address and network mask - to generate the list of target host addresses. -@@ -342,11 +342,11 @@ The list will include the network and br - addresses, so an interface address of 10.0.0.1 with - netmask 255.255.255.0 would generate 256 target - hosts from 10.0.0.0 to 10.0.0.255 inclusive. --If you use this option, you cannot specify the --file -+If you use this option, you cannot specify the \--file - option or specify any target hosts on the command line. - The interface specifications are taken from the - interface that arp-scan will use, which can be --changed with the --interface option. -+changed with the \--interface option. - .TP - .B --retry= or -r - Set total number of attempts per host to , -@@ -356,7 +356,7 @@ default=2. - Set initial per host timeout to ms, default=500. - This timeout is for the first packet sent to each host. - subsequent timeouts are multiplied by the backoff --factor which is set with --backoff. -+factor which is set with \--backoff. - .TP - .B --interval= or -i - Set minimum packet interval to . -@@ -364,7 +364,7 @@ This controls the outgoing bandwidth usa - the rate at which packets can be sent. The packet - interval will be no smaller than this number. - If you want to use up to a given bandwidth, then it is --easier to use the --bandwidth option instead. -+easier to use the \--bandwidth option instead. - The interval specified is in milliseconds by default, - or in microseconds if "u" is appended to the value. - .TP -@@ -376,7 +376,7 @@ per sec; and if you append "M" to the va - units are megabits per second. - The "K" and "M" suffixes represent the decimal, not - binary, multiples. So 64K is 64000, not 65536. --You cannot specify both --interval and --bandwidth -+You cannot specify both \--interval and \--bandwidth - because they are just different ways to change the - same underlying parameter. - .TP -@@ -393,7 +393,7 @@ Display verbose progress messages. - Use more than once for greater effect: - .IP "" - 1 - Display the network address and mask used when the ----localnet option is specified, display any -+\--localnet option is specified, display any - nonzero packet padding, display packets received - from unknown hosts, and show when each pass through - the list completes. -@@ -469,7 +469,7 @@ Set the source Ethernet MAC address to < - This sets the 48-bit hardware address in the Ethernet - frame header for outgoing ARP packets. It does not - change the hardware address in the ARP packet, see ----arpsha for details on how to change that address. -+\--arpsha for details on how to change that address. - The default is the Ethernet address of the outgoing - interface. - .TP -@@ -486,7 +486,7 @@ multicast address that they are listenin - Use as the ARP source Ethernet address - This sets the 48-bit ar$sha field in the ARP packet - It does not change the hardware address in the frame --header, see --srcaddr for details on how to change -+header, see \--srcaddr for details on how to change - that address. The default is the Ethernet address of - the outgoing interface. - .TP -@@ -619,7 +619,7 @@ using the network interface - .IR eth0 . - .PP - .nf --$ arp-scan --interface=eth0 192.168.0.0/24 -+$ arp-scan \--interface=eth0 192.168.0.0/24 - Interface: eth0, datalink type: EN10MB (Ethernet) - Starting arp-scan 1.4 with 256 hosts (http://www.nta-monitor.com/tools/arp-scan/) - 192.168.0.1 00:c0:9f:09:b8:db QUANTA COMPUTER, INC. -@@ -656,7 +656,7 @@ eth0 Link encap:Ethernet HWaddr 00 - TX packets:1542776 errors:0 dropped:0 overruns:0 carrier:0 - collisions:1644 txqueuelen:1000 - RX bytes:6184146 (5.8 MiB) TX bytes:348887835 (332.7 MiB) --# arp-scan --localnet -+# arp-scan \--localnet - Interface: eth0, datalink type: EN10MB (Ethernet) - Starting arp-scan 1.4 with 8 hosts (http://www.nta-monitor.com/tools/arp-scan/) - 10.0.84.179 00:02:b3:63:c7:57 Intel Corporation ---- a/get-iab.1 -+++ b/get-iab.1 -@@ -85,7 +85,7 @@ Display verbose progress messages. - The default output file. - .SH EXAMPLES - .nf --$ get-iab -v -+$ get-iab \-v - Renaming ieee-iab.txt to ieee-iab.txt.bak - Fetching IAB data from http://standards.ieee.org/regauth/oui/iab.txt - Fetched 230786 bytes ---- a/get-oui.1 -+++ b/get-oui.1 -@@ -94,7 +94,7 @@ Display verbose progress messages. - The default output file. - .SH EXAMPLES - .nf --$ get-oui -v -+$ get-oui \-v - Renaming ieee-oui.txt to ieee-oui.txt.bak - Fetching OUI data from http://standards.ieee.org/regauth/oui/oui.txt - Fetched 1467278 bytes diff -Nru arp-scan-1.9/debian/patches/fix-spelling.patch arp-scan-2.0/debian/patches/fix-spelling.patch --- arp-scan-1.9/debian/patches/fix-spelling.patch 2016-08-26 18:43:01.000000000 +0530 +++ arp-scan-2.0/debian/patches/fix-spelling.patch 1970-01-01 05:30:00.000000000 +0530 @@ -1,13 +0,0 @@ -Author: William Vera -Description: Fix spelling error on source. ---- a/arp-scan.c -+++ b/arp-scan.c -@@ -958,7 +958,7 @@ usage(int status, int detailed) { - fprintf(stderr, " A character string, e.g. --file=hostlist.txt.\n"); - fprintf(stderr, "\n"); - fprintf(stderr, " An integer, which can be specified as a decimal number or as a hexadecimal\n"); -- fprintf(stderr, " number if preceeded with 0x, e.g. --arppro=2048 or --arpro=0x0800.\n"); -+ fprintf(stderr, " number if preceded with 0x, e.g. --arppro=2048 or --arpro=0x0800.\n"); - fprintf(stderr, "\n"); - fprintf(stderr, " A floating point decimal number, e.g. --backoff=1.5.\n"); - fprintf(stderr, "\n"); diff -Nru arp-scan-1.9/debian/patches/ftbfs_bds.patch arp-scan-2.0/debian/patches/ftbfs_bds.patch --- arp-scan-1.9/debian/patches/ftbfs_bds.patch 2016-08-26 18:43:01.000000000 +0530 +++ arp-scan-2.0/debian/patches/ftbfs_bds.patch 1970-01-01 05:30:00.000000000 +0530 @@ -1,13 +0,0 @@ -Author: Mats Erik Andersson -Description: Fix FTBFS on GNU/kFreeBSD. ---- arp-scan-1.8.1.debian/arp-scan.h 2011-02-25 22:29:48.000000000 +0100 -+++ arp-scan-1.8.1/arp-scan.h 2011-09-14 21:18:08.000000000 +0200 -@@ -120,7 +120,7 @@ - * - * 5370 is the value of __APPLE_CC__ for Xcode 2.5 on Tiger with GCC 4.0.1 - */ --#if defined(__APPLE_CC__) && (__APPLE_CC__ >= 5370) -+#if defined(__APPLE_CC__) && (__APPLE_CC__ >= 5370) || defined __FreeBSD_kernel__ - #include - #endif - #include diff -Nru arp-scan-1.9/debian/patches/series arp-scan-2.0/debian/patches/series --- arp-scan-1.9/debian/patches/series 2016-08-26 18:43:01.000000000 +0530 +++ arp-scan-2.0/debian/patches/series 1970-01-01 05:30:00.000000000 +0530 @@ -1,3 +0,0 @@ -Use-ieee-data-package.patch -fixmanpages.patch -fix-spelling.patch diff -Nru arp-scan-1.9/debian/patches/Use-ieee-data-package.patch arp-scan-2.0/debian/patches/Use-ieee-data-package.patch --- arp-scan-1.9/debian/patches/Use-ieee-data-package.patch 2016-08-26 18:43:01.000000000 +0530 +++ arp-scan-2.0/debian/patches/Use-ieee-data-package.patch 1970-01-01 05:30:00.000000000 +0530 @@ -1,74 +0,0 @@ -Author: Marcos Fouces -Description: Use data from ieee-data package instead of downloading from ieee website. ---- a/get-iab -+++ b/get-iab -@@ -20,6 +20,7 @@ - # $Id: get-iab 19550 2013-04-15 09:24:42Z rsh $ - # - # get-iab -- Fetch the IAB file from the IEEE website -+# (on Debian and Debian based systems, it uses ieee-data package) - # - # Author: Roy Hills - # Date: 16 March 2006 -@@ -36,13 +37,14 @@ - use Getopt::Std; - use LWP::Simple; - # --my $default_url = 'http://standards.ieee.org/develop/regauth/iab/iab.txt'; -+my $default_url = 'file://var/lib/ieee-data/iab.txt'; - my $default_filename='ieee-iab.txt'; - # - my $usage = - qq/Usage: get-iab [options] --Fetch the Ethernet IAB file from the IEEE website, and save it in the format --used by arp-scan. -+Fetch the Ethernet IAB file from the IEEE website, -+(on Debian and Debian based systems, data is fetched from ieee-data package) -+and save it in the format used by arp-scan. - - 'options' is one or more of: - -h Display this usage message. ---- a/get-oui -+++ b/get-oui -@@ -32,12 +32,13 @@ - use Getopt::Std; - use LWP::Simple; - # --my $default_url = 'http://standards.ieee.org/develop/regauth/oui/oui.txt'; -+my $default_url = 'file://var/lib/ieee-data/oui.txt'; - my $default_filename='ieee-oui.txt'; - # - my $usage = - qq/Usage: get-oui [options] --Fetch the Ethernet OUI file from the IEEE website, and save it in the format -+Fetch the Ethernet OUI file from the IEEE website (on Debian and Debian based systems, -+data is fetched from ieee-data package), and save it in the format - used by arp-scan. - - 'options' is one or more of: ---- a/get-oui.1 -+++ b/get-oui.1 -@@ -9,6 +9,7 @@ - .\" Please adjust this date whenever revising the man page. - .SH NAME - get-oui \- Fetch the arp-scan OUI file from the IEEE website -+(on Debian and Debian based systems, data is fetched from ieee-data package) - .SH SYNOPSIS - .B get-oui - .RI [ options ] -@@ -51,6 +52,7 @@ - .PP - The OUI data is fetched from the URL - .I http://standards.ieee.org/regauth/oui/oui.txt -+(on Debian and Debian based systems, data is fetched from ieee-data package) - and the output file is saved to the file - .I ieee-oui.txt - in the current directory. The URL to fetch the data from can be changed with -@@ -85,6 +87,7 @@ - .B -u - Use the specified URL to fetch the raw OUI data from instead of the default - .I http://standards.ieee.org/regauth/oui/oui.txt. -+(on Debian and Debian based systems, data is fetched from ieee-data package by default) - .TP - .B -v - Display verbose progress messages. diff -Nru arp-scan-1.9/debian/README.Debian arp-scan-2.0/debian/README.Debian --- arp-scan-1.9/debian/README.Debian 1970-01-01 05:30:00.000000000 +0530 +++ arp-scan-2.0/debian/README.Debian 2017-09-21 21:50:38.000000000 +0530 @@ -0,0 +1,6 @@ +arp-scan for Debian +------------------ + + + + -- hydra Thu, 21 Sep 2017 20:13:13 +0530 diff -Nru arp-scan-1.9/debian/README.source arp-scan-2.0/debian/README.source --- arp-scan-1.9/debian/README.source 1970-01-01 05:30:00.000000000 +0530 +++ arp-scan-2.0/debian/README.source 2017-09-21 21:50:38.000000000 +0530 @@ -0,0 +1,10 @@ +arp-scan for Debian +------------------ + + + + + + -- hydra Thu, 21 Sep 2017 20:13:13 +0530 + diff -Nru arp-scan-1.9/debian/rules arp-scan-2.0/debian/rules --- arp-scan-1.9/debian/rules 2016-08-26 18:43:01.000000000 +0530 +++ arp-scan-2.0/debian/rules 2017-09-21 21:50:38.000000000 +0530 @@ -1,8 +1,25 @@ #!/usr/bin/make -f -export DEB_BUILD_MAINT_OPTIONS = hardening=+all +# See debhelper(7) (uncomment to enable) +# output every command that modifies files on the build system. +#export DH_VERBOSE = 1 + + +# see FEATURE AREAS in dpkg-buildflags(1) +#export DEB_BUILD_MAINT_OPTIONS = hardening=+all + +# see ENVIRONMENT in dpkg-buildflags(1) +# package maintainers to append CFLAGS +#export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic +# package maintainers to append LDFLAGS +#export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed + + %: - dh $@ --with autoreconf + dh $@ --with autotools_dev + -override_dh_installchangelogs: - dh_installchangelogs ChangeLog +# dh_make generated override targets +# This is example for Cmake (See https://bugs.debian.org/641051 ) +#override_dh_auto_configure: +# dh_auto_configure -- # -DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH) diff -Nru arp-scan-1.9/debian/source/format arp-scan-2.0/debian/source/format --- arp-scan-1.9/debian/source/format 2016-08-26 18:43:01.000000000 +0530 +++ arp-scan-2.0/debian/source/format 1970-01-01 05:30:00.000000000 +0530 @@ -1 +0,0 @@ -3.0 (quilt) diff -Nru arp-scan-1.9/debian/watch arp-scan-2.0/debian/watch --- arp-scan-1.9/debian/watch 2016-08-26 18:43:01.000000000 +0530 +++ arp-scan-2.0/debian/watch 1970-01-01 05:30:00.000000000 +0530 @@ -1,4 +0,0 @@ -version=3 - -opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/arp-scan-$1\.tar\.gz/ \ - https://github.com/royhills/arp-scan/tags .*/v?(\d\S*)\.tar\.gz diff -Nru arp-scan-1.9/depcomp arp-scan-2.0/depcomp --- arp-scan-1.9/depcomp 2012-07-11 02:58:47.000000000 +0530 +++ arp-scan-2.0/depcomp 2017-09-21 19:25:17.000000000 +0530 @@ -1,10 +1,9 @@ #! /bin/sh # depcomp - compile a program generating dependencies as side-effects -scriptversion=2012-03-27.16; # UTC +scriptversion=2013-05-30.07; # UTC -# Copyright (C) 1999, 2000, 2003, 2004, 2005, 2006, 2007, 2009, 2010, -# 2011, 2012 Free Software Foundation, Inc. +# Copyright (C) 1999-2014 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -28,9 +27,9 @@ case $1 in '') - echo "$0: No command. Try '$0 --help' for more information." 1>&2 - exit 1; - ;; + echo "$0: No command. Try '$0 --help' for more information." 1>&2 + exit 1; + ;; -h | --h*) cat <<\EOF Usage: depcomp [--help] [--version] PROGRAM [ARGS] @@ -57,11 +56,65 @@ ;; esac +# Get the directory component of the given path, and save it in the +# global variables '$dir'. Note that this directory component will +# be either empty or ending with a '/' character. This is deliberate. +set_dir_from () +{ + case $1 in + */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;; + *) dir=;; + esac +} + +# Get the suffix-stripped basename of the given path, and save it the +# global variable '$base'. +set_base_from () +{ + base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'` +} + +# If no dependency file was actually created by the compiler invocation, +# we still have to create a dummy depfile, to avoid errors with the +# Makefile "include basename.Plo" scheme. +make_dummy_depfile () +{ + echo "#dummy" > "$depfile" +} + +# Factor out some common post-processing of the generated depfile. +# Requires the auxiliary global variable '$tmpdepfile' to be set. +aix_post_process_depfile () +{ + # If the compiler actually managed to produce a dependency file, + # post-process it. + if test -f "$tmpdepfile"; then + # Each line is of the form 'foo.o: dependency.h'. + # Do two passes, one to just change these to + # $object: dependency.h + # and one to simply output + # dependency.h: + # which is needed to avoid the deleted-header problem. + { sed -e "s,^.*\.[$lower]*:,$object:," < "$tmpdepfile" + sed -e "s,^.*\.[$lower]*:[$tab ]*,," -e 's,$,:,' < "$tmpdepfile" + } > "$depfile" + rm -f "$tmpdepfile" + else + make_dummy_depfile + fi +} + # A tabulation character. tab=' ' # A newline character. nl=' ' +# Character ranges might be problematic outside the C locale. +# These definitions help. +upper=ABCDEFGHIJKLMNOPQRSTUVWXYZ +lower=abcdefghijklmnopqrstuvwxyz +digits=0123456789 +alpha=${upper}${lower} if test -z "$depmode" || test -z "$source" || test -z "$object"; then echo "depcomp: Variables source, object and depmode must be set" 1>&2 @@ -75,6 +128,9 @@ rm -f "$tmpdepfile" +# Avoid interferences from the environment. +gccflag= dashmflag= + # Some modes work just like other modes, but use different flags. We # parameterize here, but still list the modes in the big case below, # to make depend.m4 easier to write. Note that we *cannot* use a case @@ -86,32 +142,32 @@ fi if test "$depmode" = dashXmstdout; then - # This is just like dashmstdout with a different argument. - dashmflag=-xM - depmode=dashmstdout + # This is just like dashmstdout with a different argument. + dashmflag=-xM + depmode=dashmstdout fi cygpath_u="cygpath -u -f -" if test "$depmode" = msvcmsys; then - # This is just like msvisualcpp but w/o cygpath translation. - # Just convert the backslash-escaped backslashes to single forward - # slashes to satisfy depend.m4 - cygpath_u='sed s,\\\\,/,g' - depmode=msvisualcpp + # This is just like msvisualcpp but w/o cygpath translation. + # Just convert the backslash-escaped backslashes to single forward + # slashes to satisfy depend.m4 + cygpath_u='sed s,\\\\,/,g' + depmode=msvisualcpp fi if test "$depmode" = msvc7msys; then - # This is just like msvc7 but w/o cygpath translation. - # Just convert the backslash-escaped backslashes to single forward - # slashes to satisfy depend.m4 - cygpath_u='sed s,\\\\,/,g' - depmode=msvc7 + # This is just like msvc7 but w/o cygpath translation. + # Just convert the backslash-escaped backslashes to single forward + # slashes to satisfy depend.m4 + cygpath_u='sed s,\\\\,/,g' + depmode=msvc7 fi if test "$depmode" = xlc; then - # IBM C/C++ Compilers xlc/xlC can output gcc-like dependency informations. - gccflag=-qmakedep=gcc,-MF - depmode=gcc + # IBM C/C++ Compilers xlc/xlC can output gcc-like dependency information. + gccflag=-qmakedep=gcc,-MF + depmode=gcc fi case "$depmode" in @@ -134,8 +190,7 @@ done "$@" stat=$? - if test $stat -eq 0; then : - else + if test $stat -ne 0; then rm -f "$tmpdepfile" exit $stat fi @@ -143,13 +198,17 @@ ;; gcc) +## Note that this doesn't just cater to obsosete pre-3.x GCC compilers. +## but also to in-use compilers like IMB xlc/xlC and the HP C compiler. +## (see the conditional assignment to $gccflag above). ## There are various ways to get dependency output from gcc. Here's ## why we pick this rather obscure method: ## - Don't want to use -MD because we'd like the dependencies to end ## up in a subdir. Having to rename by hand is ugly. ## (We might end up doing this anyway to support other compilers.) ## - The DEPENDENCIES_OUTPUT environment variable makes gcc act like -## -MM, not -M (despite what the docs say). +## -MM, not -M (despite what the docs say). Also, it might not be +## supported by the other compilers which use the 'gcc' depmode. ## - Using -M directly means running the compiler twice (even worse ## than renaming). if test -z "$gccflag"; then @@ -157,15 +216,14 @@ fi "$@" -Wp,"$gccflag$tmpdepfile" stat=$? - if test $stat -eq 0; then : - else + if test $stat -ne 0; then rm -f "$tmpdepfile" exit $stat fi rm -f "$depfile" echo "$object : \\" > "$depfile" - alpha=ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz -## The second -e expression handles DOS-style file names with drive letters. + # The second -e expression handles DOS-style file names with drive + # letters. sed -e 's/^[^:]*: / /' \ -e 's/^['$alpha']:\/[^:]*: / /' < "$tmpdepfile" >> "$depfile" ## This next piece of magic avoids the "deleted header file" problem. @@ -174,15 +232,15 @@ ## typically no way to rebuild the header). We avoid this by adding ## dummy dependencies for each header file. Too bad gcc doesn't do ## this for us directly. - tr ' ' "$nl" < "$tmpdepfile" | ## Some versions of gcc put a space before the ':'. On the theory ## that the space means something, we add a space to the output as ## well. hp depmode also adds that space, but also prefixes the VPATH ## to the object. Take care to not repeat it in the output. ## Some versions of the HPUX 10.20 sed can't process this invocation ## correctly. Breaking it into two sed invocations is a workaround. - sed -e 's/^\\$//' -e '/^$/d' -e "s|.*$object$||" -e '/:$/d' \ - | sed -e 's/$/ :/' >> "$depfile" + tr ' ' "$nl" < "$tmpdepfile" \ + | sed -e 's/^\\$//' -e '/^$/d' -e "s|.*$object$||" -e '/:$/d' \ + | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" ;; @@ -200,8 +258,7 @@ "$@" -MDupdate "$tmpdepfile" fi stat=$? - if test $stat -eq 0; then : - else + if test $stat -ne 0; then rm -f "$tmpdepfile" exit $stat fi @@ -209,7 +266,6 @@ if test -f "$tmpdepfile"; then # yes, the sourcefile depend on other files echo "$object : \\" > "$depfile" - # Clip off the initial element (the dependent). Don't try to be # clever and replace this with sed code, as IRIX sed won't handle # lines with more than a fixed number of characters (4096 in @@ -217,19 +273,15 @@ # the IRIX cc adds comments like '#:fec' to the end of the # dependency line. tr ' ' "$nl" < "$tmpdepfile" \ - | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' | \ - tr "$nl" ' ' >> "$depfile" + | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' \ + | tr "$nl" ' ' >> "$depfile" echo >> "$depfile" - # The second pass generates a dummy entry for each header file. tr ' ' "$nl" < "$tmpdepfile" \ - | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' -e 's/$/:/' \ - >> "$depfile" + | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' -e 's/$/:/' \ + >> "$depfile" else - # The sourcefile does not contain any dependencies, so just - # store a dummy comment line, to avoid errors with the Makefile - # "include basename.Plo" scheme. - echo "#dummy" > "$depfile" + make_dummy_depfile fi rm -f "$tmpdepfile" ;; @@ -247,9 +299,8 @@ # current directory. Also, the AIX compiler puts '$object:' at the # start of each line; $object doesn't have directory information. # Version 6 uses the directory in both cases. - dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` - test "x$dir" = "x$object" && dir= - base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` + set_dir_from "$object" + set_base_from "$object" if test "$libtool" = yes; then tmpdepfile1=$dir$base.u tmpdepfile2=$base.u @@ -262,9 +313,7 @@ "$@" -M fi stat=$? - - if test $stat -eq 0; then : - else + if test $stat -ne 0; then rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" exit $stat fi @@ -273,65 +322,113 @@ do test -f "$tmpdepfile" && break done - if test -f "$tmpdepfile"; then - # Each line is of the form 'foo.o: dependent.h'. - # Do two passes, one to just change these to - # '$object: dependent.h' and one to simply 'dependent.h:'. - sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile" - sed -e 's,^.*\.[a-z]*:['"$tab"' ]*,,' -e 's,$,:,' < "$tmpdepfile" >> "$depfile" - else - # The sourcefile does not contain any dependencies, so just - # store a dummy comment line, to avoid errors with the Makefile - # "include basename.Plo" scheme. - echo "#dummy" > "$depfile" + aix_post_process_depfile + ;; + +tcc) + # tcc (Tiny C Compiler) understand '-MD -MF file' since version 0.9.26 + # FIXME: That version still under development at the moment of writing. + # Make that this statement remains true also for stable, released + # versions. + # It will wrap lines (doesn't matter whether long or short) with a + # trailing '\', as in: + # + # foo.o : \ + # foo.c \ + # foo.h \ + # + # It will put a trailing '\' even on the last line, and will use leading + # spaces rather than leading tabs (at least since its commit 0394caf7 + # "Emit spaces for -MD"). + "$@" -MD -MF "$tmpdepfile" + stat=$? + if test $stat -ne 0; then + rm -f "$tmpdepfile" + exit $stat fi + rm -f "$depfile" + # Each non-empty line is of the form 'foo.o : \' or ' dep.h \'. + # We have to change lines of the first kind to '$object: \'. + sed -e "s|.*:|$object :|" < "$tmpdepfile" > "$depfile" + # And for each line of the second kind, we have to emit a 'dep.h:' + # dummy dependency, to avoid the deleted-header problem. + sed -n -e 's|^ *\(.*\) *\\$|\1:|p' < "$tmpdepfile" >> "$depfile" rm -f "$tmpdepfile" ;; -icc) - # Intel's C compiler anf tcc (Tiny C Compiler) understand '-MD -MF file'. - # However on - # $CC -MD -MF foo.d -c -o sub/foo.o sub/foo.c - # ICC 7.0 will fill foo.d with something like - # foo.o: sub/foo.c - # foo.o: sub/foo.h - # which is wrong. We want - # sub/foo.o: sub/foo.c - # sub/foo.o: sub/foo.h - # sub/foo.c: - # sub/foo.h: - # ICC 7.1 will output +## The order of this option in the case statement is important, since the +## shell code in configure will try each of these formats in the order +## listed in this file. A plain '-MD' option would be understood by many +## compilers, so we must ensure this comes after the gcc and icc options. +pgcc) + # Portland's C compiler understands '-MD'. + # Will always output deps to 'file.d' where file is the root name of the + # source file under compilation, even if file resides in a subdirectory. + # The object file name does not affect the name of the '.d' file. + # pgcc 10.2 will output # foo.o: sub/foo.c sub/foo.h - # and will wrap long lines using '\': + # and will wrap long lines using '\' : # foo.o: sub/foo.c ... \ # sub/foo.h ... \ # ... - # tcc 0.9.26 (FIXME still under development at the moment of writing) - # will emit a similar output, but also prepend the continuation lines - # with horizontal tabulation characters. - "$@" -MD -MF "$tmpdepfile" - stat=$? - if test $stat -eq 0; then : - else + set_dir_from "$object" + # Use the source, not the object, to determine the base name, since + # that's sadly what pgcc will do too. + set_base_from "$source" + tmpdepfile=$base.d + + # For projects that build the same source file twice into different object + # files, the pgcc approach of using the *source* file root name can cause + # problems in parallel builds. Use a locking strategy to avoid stomping on + # the same $tmpdepfile. + lockdir=$base.d-lock + trap " + echo '$0: caught signal, cleaning up...' >&2 + rmdir '$lockdir' + exit 1 + " 1 2 13 15 + numtries=100 + i=$numtries + while test $i -gt 0; do + # mkdir is a portable test-and-set. + if mkdir "$lockdir" 2>/dev/null; then + # This process acquired the lock. + "$@" -MD + stat=$? + # Release the lock. + rmdir "$lockdir" + break + else + # If the lock is being held by a different process, wait + # until the winning process is done or we timeout. + while test -d "$lockdir" && test $i -gt 0; do + sleep 1 + i=`expr $i - 1` + done + fi + i=`expr $i - 1` + done + trap - 1 2 13 15 + if test $i -le 0; then + echo "$0: failed to acquire lock after $numtries attempts" >&2 + echo "$0: check lockdir '$lockdir'" >&2 + exit 1 + fi + + if test $stat -ne 0; then rm -f "$tmpdepfile" exit $stat fi rm -f "$depfile" - # Each line is of the form 'foo.o: dependent.h', - # or 'foo.o: dep1.h dep2.h \', or ' dep3.h dep4.h \'. + # Each line is of the form `foo.o: dependent.h', + # or `foo.o: dep1.h dep2.h \', or ` dep3.h dep4.h \'. # Do two passes, one to just change these to - # '$object: dependent.h' and one to simply 'dependent.h:'. - sed -e "s/^[ $tab][ $tab]*/ /" -e "s,^[^:]*:,$object :," \ - < "$tmpdepfile" > "$depfile" - sed ' - s/[ '"$tab"'][ '"$tab"']*/ /g - s/^ *// - s/ *\\*$// - s/^[^:]*: *// - /^$/d - /:$/d - s/$/ :/ - ' < "$tmpdepfile" >> "$depfile" + # `$object: dependent.h' and one to simply `dependent.h:'. + sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile" + # Some versions of the HPUX 10.20 sed can't process this invocation + # correctly. Breaking it into two sed invocations is a workaround. + sed 's,^[^:]*: \(.*\)$,\1,;s/^\\$//;/^$/d;/:$/d' < "$tmpdepfile" \ + | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" ;; @@ -342,9 +439,8 @@ # 'foo.d', which lands next to the object file, wherever that # happens to be. # Much of this is similar to the tru64 case; see comments there. - dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` - test "x$dir" = "x$object" && dir= - base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` + set_dir_from "$object" + set_base_from "$object" if test "$libtool" = yes; then tmpdepfile1=$dir$base.d tmpdepfile2=$dir.libs/$base.d @@ -355,8 +451,7 @@ "$@" +Maked fi stat=$? - if test $stat -eq 0; then : - else + if test $stat -ne 0; then rm -f "$tmpdepfile1" "$tmpdepfile2" exit $stat fi @@ -366,76 +461,61 @@ test -f "$tmpdepfile" && break done if test -f "$tmpdepfile"; then - sed -e "s,^.*\.[a-z]*:,$object:," "$tmpdepfile" > "$depfile" + sed -e "s,^.*\.[$lower]*:,$object:," "$tmpdepfile" > "$depfile" # Add 'dependent.h:' lines. sed -ne '2,${ - s/^ *// - s/ \\*$// - s/$/:/ - p - }' "$tmpdepfile" >> "$depfile" + s/^ *// + s/ \\*$// + s/$/:/ + p + }' "$tmpdepfile" >> "$depfile" else - echo "#dummy" > "$depfile" + make_dummy_depfile fi rm -f "$tmpdepfile" "$tmpdepfile2" ;; tru64) - # The Tru64 compiler uses -MD to generate dependencies as a side - # effect. 'cc -MD -o foo.o ...' puts the dependencies into 'foo.o.d'. - # At least on Alpha/Redhat 6.1, Compaq CCC V6.2-504 seems to put - # dependencies in 'foo.d' instead, so we check for that too. - # Subdirectories are respected. - dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` - test "x$dir" = "x$object" && dir= - base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` - - if test "$libtool" = yes; then - # With Tru64 cc, shared objects can also be used to make a - # static library. This mechanism is used in libtool 1.4 series to - # handle both shared and static libraries in a single compilation. - # With libtool 1.4, dependencies were output in $dir.libs/$base.lo.d. - # - # With libtool 1.5 this exception was removed, and libtool now - # generates 2 separate objects for the 2 libraries. These two - # compilations output dependencies in $dir.libs/$base.o.d and - # in $dir$base.o.d. We have to check for both files, because - # one of the two compilations can be disabled. We should prefer - # $dir$base.o.d over $dir.libs/$base.o.d because the latter is - # automatically cleaned when .libs/ is deleted, while ignoring - # the former would cause a distcleancheck panic. - tmpdepfile1=$dir.libs/$base.lo.d # libtool 1.4 - tmpdepfile2=$dir$base.o.d # libtool 1.5 - tmpdepfile3=$dir.libs/$base.o.d # libtool 1.5 - tmpdepfile4=$dir.libs/$base.d # Compaq CCC V6.2-504 - "$@" -Wc,-MD - else - tmpdepfile1=$dir$base.o.d - tmpdepfile2=$dir$base.d - tmpdepfile3=$dir$base.d - tmpdepfile4=$dir$base.d - "$@" -MD - fi + # The Tru64 compiler uses -MD to generate dependencies as a side + # effect. 'cc -MD -o foo.o ...' puts the dependencies into 'foo.o.d'. + # At least on Alpha/Redhat 6.1, Compaq CCC V6.2-504 seems to put + # dependencies in 'foo.d' instead, so we check for that too. + # Subdirectories are respected. + set_dir_from "$object" + set_base_from "$object" + + if test "$libtool" = yes; then + # Libtool generates 2 separate objects for the 2 libraries. These + # two compilations output dependencies in $dir.libs/$base.o.d and + # in $dir$base.o.d. We have to check for both files, because + # one of the two compilations can be disabled. We should prefer + # $dir$base.o.d over $dir.libs/$base.o.d because the latter is + # automatically cleaned when .libs/ is deleted, while ignoring + # the former would cause a distcleancheck panic. + tmpdepfile1=$dir$base.o.d # libtool 1.5 + tmpdepfile2=$dir.libs/$base.o.d # Likewise. + tmpdepfile3=$dir.libs/$base.d # Compaq CCC V6.2-504 + "$@" -Wc,-MD + else + tmpdepfile1=$dir$base.d + tmpdepfile2=$dir$base.d + tmpdepfile3=$dir$base.d + "$@" -MD + fi + + stat=$? + if test $stat -ne 0; then + rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" + exit $stat + fi - stat=$? - if test $stat -eq 0; then : - else - rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" "$tmpdepfile4" - exit $stat - fi - - for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" "$tmpdepfile4" - do - test -f "$tmpdepfile" && break - done - if test -f "$tmpdepfile"; then - sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile" - sed -e 's,^.*\.[a-z]*:['"$tab"' ]*,,' -e 's,$,:,' < "$tmpdepfile" >> "$depfile" - else - echo "#dummy" > "$depfile" - fi - rm -f "$tmpdepfile" - ;; + for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" + do + test -f "$tmpdepfile" && break + done + # Same post-processing that is required for AIX mode. + aix_post_process_depfile + ;; msvc7) if test "$libtool" = yes; then @@ -446,8 +526,7 @@ "$@" $showIncludes > "$tmpdepfile" stat=$? grep -v '^Note: including file: ' "$tmpdepfile" - if test "$stat" = 0; then : - else + if test $stat -ne 0; then rm -f "$tmpdepfile" exit $stat fi @@ -473,6 +552,7 @@ G p }' >> "$depfile" + echo >> "$depfile" # make sure the fragment doesn't end with a backslash rm -f "$tmpdepfile" ;; @@ -524,13 +604,14 @@ # in the target name. This is to cope with DOS-style filenames: # a dependency such as 'c:/foo/bar' could be seen as target 'c' otherwise. "$@" $dashmflag | - sed 's:^['"$tab"' ]*[^:'"$tab"' ][^:][^:]*\:['"$tab"' ]*:'"$object"'\: :' > "$tmpdepfile" + sed "s|^[$tab ]*[^:$tab ][^:][^:]*:[$tab ]*|$object: |" > "$tmpdepfile" rm -f "$depfile" cat < "$tmpdepfile" > "$depfile" - tr ' ' "$nl" < "$tmpdepfile" | \ -## Some versions of the HPUX 10.20 sed can't process this invocation -## correctly. Breaking it into two sed invocations is a workaround. - sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile" + # Some versions of the HPUX 10.20 sed can't process this sed invocation + # correctly. Breaking it into two sed invocations is a workaround. + tr ' ' "$nl" < "$tmpdepfile" \ + | sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' \ + | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" ;; @@ -583,10 +664,12 @@ # makedepend may prepend the VPATH from the source file name to the object. # No need to regex-escape $object, excess matching of '.' is harmless. sed "s|^.*\($object *:\)|\1|" "$tmpdepfile" > "$depfile" - sed '1,2d' "$tmpdepfile" | tr ' ' "$nl" | \ -## Some versions of the HPUX 10.20 sed can't process this invocation -## correctly. Breaking it into two sed invocations is a workaround. - sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile" + # Some versions of the HPUX 10.20 sed can't process the last invocation + # correctly. Breaking it into two sed invocations is a workaround. + sed '1,2d' "$tmpdepfile" \ + | tr ' ' "$nl" \ + | sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' \ + | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" "$tmpdepfile".bak ;; @@ -622,10 +705,10 @@ esac done - "$@" -E | - sed -n -e '/^# [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' \ - -e '/^#line [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' | - sed '$ s: \\$::' > "$tmpdepfile" + "$@" -E \ + | sed -n -e '/^# [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' \ + -e '/^#line [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' \ + | sed '$ s: \\$::' > "$tmpdepfile" rm -f "$depfile" echo "$object : \\" > "$depfile" cat < "$tmpdepfile" >> "$depfile" @@ -657,15 +740,15 @@ shift ;; "-Gm"|"/Gm"|"-Gi"|"/Gi"|"-ZI"|"/ZI") - set fnord "$@" - shift - shift - ;; + set fnord "$@" + shift + shift + ;; *) - set fnord "$@" "$arg" - shift - shift - ;; + set fnord "$@" "$arg" + shift + shift + ;; esac done "$@" -E 2>/dev/null | diff -Nru arp-scan-1.9/.deps/arp-scan.Po arp-scan-2.0/.deps/arp-scan.Po --- arp-scan-1.9/.deps/arp-scan.Po 1970-01-01 05:30:00.000000000 +0530 +++ arp-scan-2.0/.deps/arp-scan.Po 2017-09-21 19:25:36.000000000 +0530 @@ -0,0 +1,276 @@ +arp-scan.o: arp-scan.c /usr/include/stdc-predef.h arp-scan.h config.h \ + /usr/include/stdio.h /usr/include/features.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-linux-gnu/6/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h /usr/include/libio.h \ + /usr/include/_G_config.h /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-linux-gnu/6/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/sys_errlist.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h \ + /usr/include/x86_64-linux-gnu/bits/stdio2.h /usr/include/string.h \ + /usr/include/xlocale.h /usr/include/x86_64-linux-gnu/bits/string.h \ + /usr/include/x86_64-linux-gnu/bits/string2.h /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/string3.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h /usr/include/time.h \ + /usr/include/endian.h /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap-16.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/sigset.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/select2.h \ + /usr/include/x86_64-linux-gnu/sys/sysmacros.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib.h /usr/include/ctype.h \ + /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h /usr/include/x86_64-linux-gnu/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/inttypes.h /usr/lib/gcc/x86_64-linux-gnu/6/include/stdint.h \ + /usr/include/stdint.h /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/unistd.h /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ + /usr/include/x86_64-linux-gnu/bits/environments.h \ + /usr/include/x86_64-linux-gnu/bits/confname.h getopt.h \ + /usr/include/x86_64-linux-gnu/bits/unistd.h /usr/include/netdb.h \ + /usr/include/netinet/in.h /usr/include/x86_64-linux-gnu/sys/socket.h \ + /usr/include/x86_64-linux-gnu/sys/uio.h \ + /usr/include/x86_64-linux-gnu/bits/uio.h \ + /usr/include/x86_64-linux-gnu/bits/socket.h \ + /usr/include/x86_64-linux-gnu/bits/socket_type.h \ + /usr/include/x86_64-linux-gnu/bits/sockaddr.h \ + /usr/include/x86_64-linux-gnu/asm/socket.h \ + /usr/include/asm-generic/socket.h \ + /usr/include/x86_64-linux-gnu/asm/sockios.h \ + /usr/include/asm-generic/sockios.h \ + /usr/include/x86_64-linux-gnu/bits/socket2.h \ + /usr/include/x86_64-linux-gnu/bits/in.h /usr/include/rpc/netdb.h \ + /usr/include/x86_64-linux-gnu/bits/netdb.h \ + /usr/include/x86_64-linux-gnu/sys/time.h /usr/include/arpa/inet.h \ + /usr/include/regex.h /usr/include/x86_64-linux-gnu/sys/stat.h \ + /usr/include/x86_64-linux-gnu/bits/stat.h /usr/include/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl-linux.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl2.h /usr/include/pcap.h \ + /usr/include/pcap/pcap.h /usr/include/pcap/export-defs.h \ + /usr/include/pcap/bpf.h /usr/include/pcap/dlt.h \ + /usr/include/x86_64-linux-gnu/sys/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctls.h \ + /usr/include/x86_64-linux-gnu/asm/ioctls.h \ + /usr/include/asm-generic/ioctls.h /usr/include/linux/ioctl.h \ + /usr/include/x86_64-linux-gnu/asm/ioctl.h \ + /usr/include/asm-generic/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h \ + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h /usr/include/search.h + +/usr/include/stdc-predef.h: + +arp-scan.h: + +config.h: + +/usr/include/stdio.h: + +/usr/include/features.h: + +/usr/include/x86_64-linux-gnu/sys/cdefs.h: + +/usr/include/x86_64-linux-gnu/bits/wordsize.h: + +/usr/include/x86_64-linux-gnu/gnu/stubs.h: + +/usr/include/x86_64-linux-gnu/gnu/stubs-64.h: + +/usr/lib/gcc/x86_64-linux-gnu/6/include/stddef.h: + +/usr/include/x86_64-linux-gnu/bits/types.h: + +/usr/include/x86_64-linux-gnu/bits/typesizes.h: + +/usr/include/libio.h: + +/usr/include/_G_config.h: + +/usr/include/wchar.h: + +/usr/lib/gcc/x86_64-linux-gnu/6/include/stdarg.h: + +/usr/include/x86_64-linux-gnu/bits/stdio_lim.h: + +/usr/include/x86_64-linux-gnu/bits/sys_errlist.h: + +/usr/include/x86_64-linux-gnu/bits/stdio.h: + +/usr/include/x86_64-linux-gnu/bits/stdio2.h: + +/usr/include/string.h: + +/usr/include/xlocale.h: + +/usr/include/x86_64-linux-gnu/bits/string.h: + +/usr/include/x86_64-linux-gnu/bits/string2.h: + +/usr/include/stdlib.h: + +/usr/include/x86_64-linux-gnu/bits/string3.h: + +/usr/include/x86_64-linux-gnu/bits/waitflags.h: + +/usr/include/x86_64-linux-gnu/bits/waitstatus.h: + +/usr/include/x86_64-linux-gnu/sys/types.h: + +/usr/include/time.h: + +/usr/include/endian.h: + +/usr/include/x86_64-linux-gnu/bits/endian.h: + +/usr/include/x86_64-linux-gnu/bits/byteswap.h: + +/usr/include/x86_64-linux-gnu/bits/byteswap-16.h: + +/usr/include/x86_64-linux-gnu/sys/select.h: + +/usr/include/x86_64-linux-gnu/bits/select.h: + +/usr/include/x86_64-linux-gnu/bits/sigset.h: + +/usr/include/x86_64-linux-gnu/bits/time.h: + +/usr/include/x86_64-linux-gnu/bits/select2.h: + +/usr/include/x86_64-linux-gnu/sys/sysmacros.h: + +/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h: + +/usr/include/alloca.h: + +/usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h: + +/usr/include/x86_64-linux-gnu/bits/stdlib-float.h: + +/usr/include/x86_64-linux-gnu/bits/stdlib.h: + +/usr/include/ctype.h: + +/usr/include/errno.h: + +/usr/include/x86_64-linux-gnu/bits/errno.h: + +/usr/include/linux/errno.h: + +/usr/include/x86_64-linux-gnu/asm/errno.h: + +/usr/include/asm-generic/errno.h: + +/usr/include/asm-generic/errno-base.h: + +/usr/include/inttypes.h: + +/usr/lib/gcc/x86_64-linux-gnu/6/include/stdint.h: + +/usr/include/stdint.h: + +/usr/include/x86_64-linux-gnu/bits/wchar.h: + +/usr/include/unistd.h: + +/usr/include/x86_64-linux-gnu/bits/posix_opt.h: + +/usr/include/x86_64-linux-gnu/bits/environments.h: + +/usr/include/x86_64-linux-gnu/bits/confname.h: + +getopt.h: + +/usr/include/x86_64-linux-gnu/bits/unistd.h: + +/usr/include/netdb.h: + +/usr/include/netinet/in.h: + +/usr/include/x86_64-linux-gnu/sys/socket.h: + +/usr/include/x86_64-linux-gnu/sys/uio.h: + +/usr/include/x86_64-linux-gnu/bits/uio.h: + +/usr/include/x86_64-linux-gnu/bits/socket.h: + +/usr/include/x86_64-linux-gnu/bits/socket_type.h: + +/usr/include/x86_64-linux-gnu/bits/sockaddr.h: + +/usr/include/x86_64-linux-gnu/asm/socket.h: + +/usr/include/asm-generic/socket.h: + +/usr/include/x86_64-linux-gnu/asm/sockios.h: + +/usr/include/asm-generic/sockios.h: + +/usr/include/x86_64-linux-gnu/bits/socket2.h: + +/usr/include/x86_64-linux-gnu/bits/in.h: + +/usr/include/rpc/netdb.h: + +/usr/include/x86_64-linux-gnu/bits/netdb.h: + +/usr/include/x86_64-linux-gnu/sys/time.h: + +/usr/include/arpa/inet.h: + +/usr/include/regex.h: + +/usr/include/x86_64-linux-gnu/sys/stat.h: + +/usr/include/x86_64-linux-gnu/bits/stat.h: + +/usr/include/fcntl.h: + +/usr/include/x86_64-linux-gnu/bits/fcntl.h: + +/usr/include/x86_64-linux-gnu/bits/fcntl-linux.h: + +/usr/include/x86_64-linux-gnu/bits/fcntl2.h: + +/usr/include/pcap.h: + +/usr/include/pcap/pcap.h: + +/usr/include/pcap/export-defs.h: + +/usr/include/pcap/bpf.h: + +/usr/include/pcap/dlt.h: + +/usr/include/x86_64-linux-gnu/sys/ioctl.h: + +/usr/include/x86_64-linux-gnu/bits/ioctls.h: + +/usr/include/x86_64-linux-gnu/asm/ioctls.h: + +/usr/include/asm-generic/ioctls.h: + +/usr/include/linux/ioctl.h: + +/usr/include/x86_64-linux-gnu/asm/ioctl.h: + +/usr/include/asm-generic/ioctl.h: + +/usr/include/x86_64-linux-gnu/bits/ioctl-types.h: + +/usr/include/x86_64-linux-gnu/sys/ttydefaults.h: + +/usr/include/search.h: diff -Nru arp-scan-1.9/.deps/error.Po arp-scan-2.0/.deps/error.Po --- arp-scan-1.9/.deps/error.Po 1970-01-01 05:30:00.000000000 +0530 +++ arp-scan-2.0/.deps/error.Po 2017-09-21 19:25:36.000000000 +0530 @@ -0,0 +1,276 @@ +error.o: error.c /usr/include/stdc-predef.h arp-scan.h config.h \ + /usr/include/stdio.h /usr/include/features.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-linux-gnu/6/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h /usr/include/libio.h \ + /usr/include/_G_config.h /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-linux-gnu/6/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/sys_errlist.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h \ + /usr/include/x86_64-linux-gnu/bits/stdio2.h /usr/include/string.h \ + /usr/include/xlocale.h /usr/include/x86_64-linux-gnu/bits/string.h \ + /usr/include/x86_64-linux-gnu/bits/string2.h /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/string3.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h /usr/include/time.h \ + /usr/include/endian.h /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap-16.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/sigset.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/select2.h \ + /usr/include/x86_64-linux-gnu/sys/sysmacros.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib.h /usr/include/ctype.h \ + /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h /usr/include/x86_64-linux-gnu/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/inttypes.h /usr/lib/gcc/x86_64-linux-gnu/6/include/stdint.h \ + /usr/include/stdint.h /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/unistd.h /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ + /usr/include/x86_64-linux-gnu/bits/environments.h \ + /usr/include/x86_64-linux-gnu/bits/confname.h getopt.h \ + /usr/include/x86_64-linux-gnu/bits/unistd.h /usr/include/netdb.h \ + /usr/include/netinet/in.h /usr/include/x86_64-linux-gnu/sys/socket.h \ + /usr/include/x86_64-linux-gnu/sys/uio.h \ + /usr/include/x86_64-linux-gnu/bits/uio.h \ + /usr/include/x86_64-linux-gnu/bits/socket.h \ + /usr/include/x86_64-linux-gnu/bits/socket_type.h \ + /usr/include/x86_64-linux-gnu/bits/sockaddr.h \ + /usr/include/x86_64-linux-gnu/asm/socket.h \ + /usr/include/asm-generic/socket.h \ + /usr/include/x86_64-linux-gnu/asm/sockios.h \ + /usr/include/asm-generic/sockios.h \ + /usr/include/x86_64-linux-gnu/bits/socket2.h \ + /usr/include/x86_64-linux-gnu/bits/in.h /usr/include/rpc/netdb.h \ + /usr/include/x86_64-linux-gnu/bits/netdb.h \ + /usr/include/x86_64-linux-gnu/sys/time.h /usr/include/arpa/inet.h \ + /usr/include/regex.h /usr/include/x86_64-linux-gnu/sys/stat.h \ + /usr/include/x86_64-linux-gnu/bits/stat.h /usr/include/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl-linux.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl2.h /usr/include/pcap.h \ + /usr/include/pcap/pcap.h /usr/include/pcap/export-defs.h \ + /usr/include/pcap/bpf.h /usr/include/pcap/dlt.h \ + /usr/include/x86_64-linux-gnu/sys/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctls.h \ + /usr/include/x86_64-linux-gnu/asm/ioctls.h \ + /usr/include/asm-generic/ioctls.h /usr/include/linux/ioctl.h \ + /usr/include/x86_64-linux-gnu/asm/ioctl.h \ + /usr/include/asm-generic/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h \ + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h /usr/include/search.h + +/usr/include/stdc-predef.h: + +arp-scan.h: + +config.h: + +/usr/include/stdio.h: + +/usr/include/features.h: + +/usr/include/x86_64-linux-gnu/sys/cdefs.h: + +/usr/include/x86_64-linux-gnu/bits/wordsize.h: + +/usr/include/x86_64-linux-gnu/gnu/stubs.h: + +/usr/include/x86_64-linux-gnu/gnu/stubs-64.h: + +/usr/lib/gcc/x86_64-linux-gnu/6/include/stddef.h: + +/usr/include/x86_64-linux-gnu/bits/types.h: + +/usr/include/x86_64-linux-gnu/bits/typesizes.h: + +/usr/include/libio.h: + +/usr/include/_G_config.h: + +/usr/include/wchar.h: + +/usr/lib/gcc/x86_64-linux-gnu/6/include/stdarg.h: + +/usr/include/x86_64-linux-gnu/bits/stdio_lim.h: + +/usr/include/x86_64-linux-gnu/bits/sys_errlist.h: + +/usr/include/x86_64-linux-gnu/bits/stdio.h: + +/usr/include/x86_64-linux-gnu/bits/stdio2.h: + +/usr/include/string.h: + +/usr/include/xlocale.h: + +/usr/include/x86_64-linux-gnu/bits/string.h: + +/usr/include/x86_64-linux-gnu/bits/string2.h: + +/usr/include/stdlib.h: + +/usr/include/x86_64-linux-gnu/bits/string3.h: + +/usr/include/x86_64-linux-gnu/bits/waitflags.h: + +/usr/include/x86_64-linux-gnu/bits/waitstatus.h: + +/usr/include/x86_64-linux-gnu/sys/types.h: + +/usr/include/time.h: + +/usr/include/endian.h: + +/usr/include/x86_64-linux-gnu/bits/endian.h: + +/usr/include/x86_64-linux-gnu/bits/byteswap.h: + +/usr/include/x86_64-linux-gnu/bits/byteswap-16.h: + +/usr/include/x86_64-linux-gnu/sys/select.h: + +/usr/include/x86_64-linux-gnu/bits/select.h: + +/usr/include/x86_64-linux-gnu/bits/sigset.h: + +/usr/include/x86_64-linux-gnu/bits/time.h: + +/usr/include/x86_64-linux-gnu/bits/select2.h: + +/usr/include/x86_64-linux-gnu/sys/sysmacros.h: + +/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h: + +/usr/include/alloca.h: + +/usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h: + +/usr/include/x86_64-linux-gnu/bits/stdlib-float.h: + +/usr/include/x86_64-linux-gnu/bits/stdlib.h: + +/usr/include/ctype.h: + +/usr/include/errno.h: + +/usr/include/x86_64-linux-gnu/bits/errno.h: + +/usr/include/linux/errno.h: + +/usr/include/x86_64-linux-gnu/asm/errno.h: + +/usr/include/asm-generic/errno.h: + +/usr/include/asm-generic/errno-base.h: + +/usr/include/inttypes.h: + +/usr/lib/gcc/x86_64-linux-gnu/6/include/stdint.h: + +/usr/include/stdint.h: + +/usr/include/x86_64-linux-gnu/bits/wchar.h: + +/usr/include/unistd.h: + +/usr/include/x86_64-linux-gnu/bits/posix_opt.h: + +/usr/include/x86_64-linux-gnu/bits/environments.h: + +/usr/include/x86_64-linux-gnu/bits/confname.h: + +getopt.h: + +/usr/include/x86_64-linux-gnu/bits/unistd.h: + +/usr/include/netdb.h: + +/usr/include/netinet/in.h: + +/usr/include/x86_64-linux-gnu/sys/socket.h: + +/usr/include/x86_64-linux-gnu/sys/uio.h: + +/usr/include/x86_64-linux-gnu/bits/uio.h: + +/usr/include/x86_64-linux-gnu/bits/socket.h: + +/usr/include/x86_64-linux-gnu/bits/socket_type.h: + +/usr/include/x86_64-linux-gnu/bits/sockaddr.h: + +/usr/include/x86_64-linux-gnu/asm/socket.h: + +/usr/include/asm-generic/socket.h: + +/usr/include/x86_64-linux-gnu/asm/sockios.h: + +/usr/include/asm-generic/sockios.h: + +/usr/include/x86_64-linux-gnu/bits/socket2.h: + +/usr/include/x86_64-linux-gnu/bits/in.h: + +/usr/include/rpc/netdb.h: + +/usr/include/x86_64-linux-gnu/bits/netdb.h: + +/usr/include/x86_64-linux-gnu/sys/time.h: + +/usr/include/arpa/inet.h: + +/usr/include/regex.h: + +/usr/include/x86_64-linux-gnu/sys/stat.h: + +/usr/include/x86_64-linux-gnu/bits/stat.h: + +/usr/include/fcntl.h: + +/usr/include/x86_64-linux-gnu/bits/fcntl.h: + +/usr/include/x86_64-linux-gnu/bits/fcntl-linux.h: + +/usr/include/x86_64-linux-gnu/bits/fcntl2.h: + +/usr/include/pcap.h: + +/usr/include/pcap/pcap.h: + +/usr/include/pcap/export-defs.h: + +/usr/include/pcap/bpf.h: + +/usr/include/pcap/dlt.h: + +/usr/include/x86_64-linux-gnu/sys/ioctl.h: + +/usr/include/x86_64-linux-gnu/bits/ioctls.h: + +/usr/include/x86_64-linux-gnu/asm/ioctls.h: + +/usr/include/asm-generic/ioctls.h: + +/usr/include/linux/ioctl.h: + +/usr/include/x86_64-linux-gnu/asm/ioctl.h: + +/usr/include/asm-generic/ioctl.h: + +/usr/include/x86_64-linux-gnu/bits/ioctl-types.h: + +/usr/include/x86_64-linux-gnu/sys/ttydefaults.h: + +/usr/include/search.h: diff -Nru arp-scan-1.9/.deps/getopt1.Po arp-scan-2.0/.deps/getopt1.Po --- arp-scan-1.9/.deps/getopt1.Po 1970-01-01 05:30:00.000000000 +0530 +++ arp-scan-2.0/.deps/getopt1.Po 2017-09-21 19:25:31.000000000 +0530 @@ -0,0 +1 @@ +# dummy diff -Nru arp-scan-1.9/.deps/getopt.Po arp-scan-2.0/.deps/getopt.Po --- arp-scan-1.9/.deps/getopt.Po 1970-01-01 05:30:00.000000000 +0530 +++ arp-scan-2.0/.deps/getopt.Po 2017-09-21 19:25:31.000000000 +0530 @@ -0,0 +1 @@ +# dummy diff -Nru arp-scan-1.9/.deps/link-bpf.Po arp-scan-2.0/.deps/link-bpf.Po --- arp-scan-1.9/.deps/link-bpf.Po 1970-01-01 05:30:00.000000000 +0530 +++ arp-scan-2.0/.deps/link-bpf.Po 2017-09-21 19:25:31.000000000 +0530 @@ -0,0 +1 @@ +# dummy diff -Nru arp-scan-1.9/.deps/link-dlpi.Po arp-scan-2.0/.deps/link-dlpi.Po --- arp-scan-1.9/.deps/link-dlpi.Po 1970-01-01 05:30:00.000000000 +0530 +++ arp-scan-2.0/.deps/link-dlpi.Po 2017-09-21 19:25:31.000000000 +0530 @@ -0,0 +1 @@ +# dummy diff -Nru arp-scan-1.9/.deps/link-packet-socket.Po arp-scan-2.0/.deps/link-packet-socket.Po --- arp-scan-1.9/.deps/link-packet-socket.Po 1970-01-01 05:30:00.000000000 +0530 +++ arp-scan-2.0/.deps/link-packet-socket.Po 2017-09-21 19:25:36.000000000 +0530 @@ -0,0 +1,281 @@ +link-packet-socket.o: link-packet-socket.c /usr/include/stdc-predef.h \ + arp-scan.h config.h /usr/include/stdio.h /usr/include/features.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-linux-gnu/6/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h /usr/include/libio.h \ + /usr/include/_G_config.h /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-linux-gnu/6/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/sys_errlist.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h \ + /usr/include/x86_64-linux-gnu/bits/stdio2.h /usr/include/string.h \ + /usr/include/xlocale.h /usr/include/x86_64-linux-gnu/bits/string.h \ + /usr/include/x86_64-linux-gnu/bits/string2.h /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/string3.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h /usr/include/time.h \ + /usr/include/endian.h /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap-16.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/sigset.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/select2.h \ + /usr/include/x86_64-linux-gnu/sys/sysmacros.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib.h /usr/include/ctype.h \ + /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h /usr/include/x86_64-linux-gnu/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/inttypes.h /usr/lib/gcc/x86_64-linux-gnu/6/include/stdint.h \ + /usr/include/stdint.h /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/unistd.h /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ + /usr/include/x86_64-linux-gnu/bits/environments.h \ + /usr/include/x86_64-linux-gnu/bits/confname.h getopt.h \ + /usr/include/x86_64-linux-gnu/bits/unistd.h /usr/include/netdb.h \ + /usr/include/netinet/in.h /usr/include/x86_64-linux-gnu/sys/socket.h \ + /usr/include/x86_64-linux-gnu/sys/uio.h \ + /usr/include/x86_64-linux-gnu/bits/uio.h \ + /usr/include/x86_64-linux-gnu/bits/socket.h \ + /usr/include/x86_64-linux-gnu/bits/socket_type.h \ + /usr/include/x86_64-linux-gnu/bits/sockaddr.h \ + /usr/include/x86_64-linux-gnu/asm/socket.h \ + /usr/include/asm-generic/socket.h \ + /usr/include/x86_64-linux-gnu/asm/sockios.h \ + /usr/include/asm-generic/sockios.h \ + /usr/include/x86_64-linux-gnu/bits/socket2.h \ + /usr/include/x86_64-linux-gnu/bits/in.h /usr/include/rpc/netdb.h \ + /usr/include/x86_64-linux-gnu/bits/netdb.h \ + /usr/include/x86_64-linux-gnu/sys/time.h /usr/include/arpa/inet.h \ + /usr/include/regex.h /usr/include/x86_64-linux-gnu/sys/stat.h \ + /usr/include/x86_64-linux-gnu/bits/stat.h /usr/include/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl-linux.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl2.h /usr/include/pcap.h \ + /usr/include/pcap/pcap.h /usr/include/pcap/export-defs.h \ + /usr/include/pcap/bpf.h /usr/include/pcap/dlt.h \ + /usr/include/x86_64-linux-gnu/sys/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctls.h \ + /usr/include/x86_64-linux-gnu/asm/ioctls.h \ + /usr/include/asm-generic/ioctls.h /usr/include/linux/ioctl.h \ + /usr/include/x86_64-linux-gnu/asm/ioctl.h \ + /usr/include/asm-generic/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h \ + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h /usr/include/search.h \ + /usr/include/netpacket/packet.h /usr/include/net/if.h + +/usr/include/stdc-predef.h: + +arp-scan.h: + +config.h: + +/usr/include/stdio.h: + +/usr/include/features.h: + +/usr/include/x86_64-linux-gnu/sys/cdefs.h: + +/usr/include/x86_64-linux-gnu/bits/wordsize.h: + +/usr/include/x86_64-linux-gnu/gnu/stubs.h: + +/usr/include/x86_64-linux-gnu/gnu/stubs-64.h: + +/usr/lib/gcc/x86_64-linux-gnu/6/include/stddef.h: + +/usr/include/x86_64-linux-gnu/bits/types.h: + +/usr/include/x86_64-linux-gnu/bits/typesizes.h: + +/usr/include/libio.h: + +/usr/include/_G_config.h: + +/usr/include/wchar.h: + +/usr/lib/gcc/x86_64-linux-gnu/6/include/stdarg.h: + +/usr/include/x86_64-linux-gnu/bits/stdio_lim.h: + +/usr/include/x86_64-linux-gnu/bits/sys_errlist.h: + +/usr/include/x86_64-linux-gnu/bits/stdio.h: + +/usr/include/x86_64-linux-gnu/bits/stdio2.h: + +/usr/include/string.h: + +/usr/include/xlocale.h: + +/usr/include/x86_64-linux-gnu/bits/string.h: + +/usr/include/x86_64-linux-gnu/bits/string2.h: + +/usr/include/stdlib.h: + +/usr/include/x86_64-linux-gnu/bits/string3.h: + +/usr/include/x86_64-linux-gnu/bits/waitflags.h: + +/usr/include/x86_64-linux-gnu/bits/waitstatus.h: + +/usr/include/x86_64-linux-gnu/sys/types.h: + +/usr/include/time.h: + +/usr/include/endian.h: + +/usr/include/x86_64-linux-gnu/bits/endian.h: + +/usr/include/x86_64-linux-gnu/bits/byteswap.h: + +/usr/include/x86_64-linux-gnu/bits/byteswap-16.h: + +/usr/include/x86_64-linux-gnu/sys/select.h: + +/usr/include/x86_64-linux-gnu/bits/select.h: + +/usr/include/x86_64-linux-gnu/bits/sigset.h: + +/usr/include/x86_64-linux-gnu/bits/time.h: + +/usr/include/x86_64-linux-gnu/bits/select2.h: + +/usr/include/x86_64-linux-gnu/sys/sysmacros.h: + +/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h: + +/usr/include/alloca.h: + +/usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h: + +/usr/include/x86_64-linux-gnu/bits/stdlib-float.h: + +/usr/include/x86_64-linux-gnu/bits/stdlib.h: + +/usr/include/ctype.h: + +/usr/include/errno.h: + +/usr/include/x86_64-linux-gnu/bits/errno.h: + +/usr/include/linux/errno.h: + +/usr/include/x86_64-linux-gnu/asm/errno.h: + +/usr/include/asm-generic/errno.h: + +/usr/include/asm-generic/errno-base.h: + +/usr/include/inttypes.h: + +/usr/lib/gcc/x86_64-linux-gnu/6/include/stdint.h: + +/usr/include/stdint.h: + +/usr/include/x86_64-linux-gnu/bits/wchar.h: + +/usr/include/unistd.h: + +/usr/include/x86_64-linux-gnu/bits/posix_opt.h: + +/usr/include/x86_64-linux-gnu/bits/environments.h: + +/usr/include/x86_64-linux-gnu/bits/confname.h: + +getopt.h: + +/usr/include/x86_64-linux-gnu/bits/unistd.h: + +/usr/include/netdb.h: + +/usr/include/netinet/in.h: + +/usr/include/x86_64-linux-gnu/sys/socket.h: + +/usr/include/x86_64-linux-gnu/sys/uio.h: + +/usr/include/x86_64-linux-gnu/bits/uio.h: + +/usr/include/x86_64-linux-gnu/bits/socket.h: + +/usr/include/x86_64-linux-gnu/bits/socket_type.h: + +/usr/include/x86_64-linux-gnu/bits/sockaddr.h: + +/usr/include/x86_64-linux-gnu/asm/socket.h: + +/usr/include/asm-generic/socket.h: + +/usr/include/x86_64-linux-gnu/asm/sockios.h: + +/usr/include/asm-generic/sockios.h: + +/usr/include/x86_64-linux-gnu/bits/socket2.h: + +/usr/include/x86_64-linux-gnu/bits/in.h: + +/usr/include/rpc/netdb.h: + +/usr/include/x86_64-linux-gnu/bits/netdb.h: + +/usr/include/x86_64-linux-gnu/sys/time.h: + +/usr/include/arpa/inet.h: + +/usr/include/regex.h: + +/usr/include/x86_64-linux-gnu/sys/stat.h: + +/usr/include/x86_64-linux-gnu/bits/stat.h: + +/usr/include/fcntl.h: + +/usr/include/x86_64-linux-gnu/bits/fcntl.h: + +/usr/include/x86_64-linux-gnu/bits/fcntl-linux.h: + +/usr/include/x86_64-linux-gnu/bits/fcntl2.h: + +/usr/include/pcap.h: + +/usr/include/pcap/pcap.h: + +/usr/include/pcap/export-defs.h: + +/usr/include/pcap/bpf.h: + +/usr/include/pcap/dlt.h: + +/usr/include/x86_64-linux-gnu/sys/ioctl.h: + +/usr/include/x86_64-linux-gnu/bits/ioctls.h: + +/usr/include/x86_64-linux-gnu/asm/ioctls.h: + +/usr/include/asm-generic/ioctls.h: + +/usr/include/linux/ioctl.h: + +/usr/include/x86_64-linux-gnu/asm/ioctl.h: + +/usr/include/asm-generic/ioctl.h: + +/usr/include/x86_64-linux-gnu/bits/ioctl-types.h: + +/usr/include/x86_64-linux-gnu/sys/ttydefaults.h: + +/usr/include/search.h: + +/usr/include/netpacket/packet.h: + +/usr/include/net/if.h: diff -Nru arp-scan-1.9/.deps/mt19937ar.Po arp-scan-2.0/.deps/mt19937ar.Po --- arp-scan-1.9/.deps/mt19937ar.Po 1970-01-01 05:30:00.000000000 +0530 +++ arp-scan-2.0/.deps/mt19937ar.Po 2017-09-21 19:25:36.000000000 +0530 @@ -0,0 +1,50 @@ +mt19937ar.o: mt19937ar.c /usr/include/stdc-predef.h /usr/include/stdio.h \ + /usr/include/features.h /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-linux-gnu/6/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h /usr/include/libio.h \ + /usr/include/_G_config.h /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-linux-gnu/6/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/sys_errlist.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h \ + /usr/include/x86_64-linux-gnu/bits/stdio2.h + +/usr/include/stdc-predef.h: + +/usr/include/stdio.h: + +/usr/include/features.h: + +/usr/include/x86_64-linux-gnu/sys/cdefs.h: + +/usr/include/x86_64-linux-gnu/bits/wordsize.h: + +/usr/include/x86_64-linux-gnu/gnu/stubs.h: + +/usr/include/x86_64-linux-gnu/gnu/stubs-64.h: + +/usr/lib/gcc/x86_64-linux-gnu/6/include/stddef.h: + +/usr/include/x86_64-linux-gnu/bits/types.h: + +/usr/include/x86_64-linux-gnu/bits/typesizes.h: + +/usr/include/libio.h: + +/usr/include/_G_config.h: + +/usr/include/wchar.h: + +/usr/lib/gcc/x86_64-linux-gnu/6/include/stdarg.h: + +/usr/include/x86_64-linux-gnu/bits/stdio_lim.h: + +/usr/include/x86_64-linux-gnu/bits/sys_errlist.h: + +/usr/include/x86_64-linux-gnu/bits/stdio.h: + +/usr/include/x86_64-linux-gnu/bits/stdio2.h: diff -Nru arp-scan-1.9/.deps/strlcat.Po arp-scan-2.0/.deps/strlcat.Po --- arp-scan-1.9/.deps/strlcat.Po 1970-01-01 05:30:00.000000000 +0530 +++ arp-scan-2.0/.deps/strlcat.Po 2017-09-21 19:25:36.000000000 +0530 @@ -0,0 +1,78 @@ +strlcat.o: strlcat.c /usr/include/stdc-predef.h \ + /usr/include/x86_64-linux-gnu/sys/types.h /usr/include/features.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h /usr/include/time.h \ + /usr/lib/gcc/x86_64-linux-gnu/6/include/stddef.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap-16.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/sigset.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/select2.h \ + /usr/include/x86_64-linux-gnu/sys/sysmacros.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h /usr/include/string.h \ + /usr/include/xlocale.h /usr/include/x86_64-linux-gnu/bits/string.h \ + /usr/include/x86_64-linux-gnu/bits/string2.h /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/string3.h + +/usr/include/stdc-predef.h: + +/usr/include/x86_64-linux-gnu/sys/types.h: + +/usr/include/features.h: + +/usr/include/x86_64-linux-gnu/sys/cdefs.h: + +/usr/include/x86_64-linux-gnu/bits/wordsize.h: + +/usr/include/x86_64-linux-gnu/gnu/stubs.h: + +/usr/include/x86_64-linux-gnu/gnu/stubs-64.h: + +/usr/include/x86_64-linux-gnu/bits/types.h: + +/usr/include/x86_64-linux-gnu/bits/typesizes.h: + +/usr/include/time.h: + +/usr/lib/gcc/x86_64-linux-gnu/6/include/stddef.h: + +/usr/include/endian.h: + +/usr/include/x86_64-linux-gnu/bits/endian.h: + +/usr/include/x86_64-linux-gnu/bits/byteswap.h: + +/usr/include/x86_64-linux-gnu/bits/byteswap-16.h: + +/usr/include/x86_64-linux-gnu/sys/select.h: + +/usr/include/x86_64-linux-gnu/bits/select.h: + +/usr/include/x86_64-linux-gnu/bits/sigset.h: + +/usr/include/x86_64-linux-gnu/bits/time.h: + +/usr/include/x86_64-linux-gnu/bits/select2.h: + +/usr/include/x86_64-linux-gnu/sys/sysmacros.h: + +/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h: + +/usr/include/string.h: + +/usr/include/xlocale.h: + +/usr/include/x86_64-linux-gnu/bits/string.h: + +/usr/include/x86_64-linux-gnu/bits/string2.h: + +/usr/include/stdlib.h: + +/usr/include/x86_64-linux-gnu/bits/string3.h: diff -Nru arp-scan-1.9/.deps/strlcpy.Po arp-scan-2.0/.deps/strlcpy.Po --- arp-scan-1.9/.deps/strlcpy.Po 1970-01-01 05:30:00.000000000 +0530 +++ arp-scan-2.0/.deps/strlcpy.Po 2017-09-21 19:25:36.000000000 +0530 @@ -0,0 +1,78 @@ +strlcpy.o: strlcpy.c /usr/include/stdc-predef.h \ + /usr/include/x86_64-linux-gnu/sys/types.h /usr/include/features.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h /usr/include/time.h \ + /usr/lib/gcc/x86_64-linux-gnu/6/include/stddef.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap-16.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/sigset.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/select2.h \ + /usr/include/x86_64-linux-gnu/sys/sysmacros.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h /usr/include/string.h \ + /usr/include/xlocale.h /usr/include/x86_64-linux-gnu/bits/string.h \ + /usr/include/x86_64-linux-gnu/bits/string2.h /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/string3.h + +/usr/include/stdc-predef.h: + +/usr/include/x86_64-linux-gnu/sys/types.h: + +/usr/include/features.h: + +/usr/include/x86_64-linux-gnu/sys/cdefs.h: + +/usr/include/x86_64-linux-gnu/bits/wordsize.h: + +/usr/include/x86_64-linux-gnu/gnu/stubs.h: + +/usr/include/x86_64-linux-gnu/gnu/stubs-64.h: + +/usr/include/x86_64-linux-gnu/bits/types.h: + +/usr/include/x86_64-linux-gnu/bits/typesizes.h: + +/usr/include/time.h: + +/usr/lib/gcc/x86_64-linux-gnu/6/include/stddef.h: + +/usr/include/endian.h: + +/usr/include/x86_64-linux-gnu/bits/endian.h: + +/usr/include/x86_64-linux-gnu/bits/byteswap.h: + +/usr/include/x86_64-linux-gnu/bits/byteswap-16.h: + +/usr/include/x86_64-linux-gnu/sys/select.h: + +/usr/include/x86_64-linux-gnu/bits/select.h: + +/usr/include/x86_64-linux-gnu/bits/sigset.h: + +/usr/include/x86_64-linux-gnu/bits/time.h: + +/usr/include/x86_64-linux-gnu/bits/select2.h: + +/usr/include/x86_64-linux-gnu/sys/sysmacros.h: + +/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h: + +/usr/include/string.h: + +/usr/include/xlocale.h: + +/usr/include/x86_64-linux-gnu/bits/string.h: + +/usr/include/x86_64-linux-gnu/bits/string2.h: + +/usr/include/stdlib.h: + +/usr/include/x86_64-linux-gnu/bits/string3.h: diff -Nru arp-scan-1.9/.deps/utils.Po arp-scan-2.0/.deps/utils.Po --- arp-scan-1.9/.deps/utils.Po 1970-01-01 05:30:00.000000000 +0530 +++ arp-scan-2.0/.deps/utils.Po 2017-09-21 19:25:36.000000000 +0530 @@ -0,0 +1,276 @@ +utils.o: utils.c /usr/include/stdc-predef.h arp-scan.h config.h \ + /usr/include/stdio.h /usr/include/features.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-linux-gnu/6/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h /usr/include/libio.h \ + /usr/include/_G_config.h /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-linux-gnu/6/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/sys_errlist.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h \ + /usr/include/x86_64-linux-gnu/bits/stdio2.h /usr/include/string.h \ + /usr/include/xlocale.h /usr/include/x86_64-linux-gnu/bits/string.h \ + /usr/include/x86_64-linux-gnu/bits/string2.h /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/string3.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h /usr/include/time.h \ + /usr/include/endian.h /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap-16.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/sigset.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/select2.h \ + /usr/include/x86_64-linux-gnu/sys/sysmacros.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib.h /usr/include/ctype.h \ + /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h /usr/include/x86_64-linux-gnu/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/inttypes.h /usr/lib/gcc/x86_64-linux-gnu/6/include/stdint.h \ + /usr/include/stdint.h /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/unistd.h /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ + /usr/include/x86_64-linux-gnu/bits/environments.h \ + /usr/include/x86_64-linux-gnu/bits/confname.h getopt.h \ + /usr/include/x86_64-linux-gnu/bits/unistd.h /usr/include/netdb.h \ + /usr/include/netinet/in.h /usr/include/x86_64-linux-gnu/sys/socket.h \ + /usr/include/x86_64-linux-gnu/sys/uio.h \ + /usr/include/x86_64-linux-gnu/bits/uio.h \ + /usr/include/x86_64-linux-gnu/bits/socket.h \ + /usr/include/x86_64-linux-gnu/bits/socket_type.h \ + /usr/include/x86_64-linux-gnu/bits/sockaddr.h \ + /usr/include/x86_64-linux-gnu/asm/socket.h \ + /usr/include/asm-generic/socket.h \ + /usr/include/x86_64-linux-gnu/asm/sockios.h \ + /usr/include/asm-generic/sockios.h \ + /usr/include/x86_64-linux-gnu/bits/socket2.h \ + /usr/include/x86_64-linux-gnu/bits/in.h /usr/include/rpc/netdb.h \ + /usr/include/x86_64-linux-gnu/bits/netdb.h \ + /usr/include/x86_64-linux-gnu/sys/time.h /usr/include/arpa/inet.h \ + /usr/include/regex.h /usr/include/x86_64-linux-gnu/sys/stat.h \ + /usr/include/x86_64-linux-gnu/bits/stat.h /usr/include/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl-linux.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl2.h /usr/include/pcap.h \ + /usr/include/pcap/pcap.h /usr/include/pcap/export-defs.h \ + /usr/include/pcap/bpf.h /usr/include/pcap/dlt.h \ + /usr/include/x86_64-linux-gnu/sys/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctls.h \ + /usr/include/x86_64-linux-gnu/asm/ioctls.h \ + /usr/include/asm-generic/ioctls.h /usr/include/linux/ioctl.h \ + /usr/include/x86_64-linux-gnu/asm/ioctl.h \ + /usr/include/asm-generic/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h \ + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h /usr/include/search.h + +/usr/include/stdc-predef.h: + +arp-scan.h: + +config.h: + +/usr/include/stdio.h: + +/usr/include/features.h: + +/usr/include/x86_64-linux-gnu/sys/cdefs.h: + +/usr/include/x86_64-linux-gnu/bits/wordsize.h: + +/usr/include/x86_64-linux-gnu/gnu/stubs.h: + +/usr/include/x86_64-linux-gnu/gnu/stubs-64.h: + +/usr/lib/gcc/x86_64-linux-gnu/6/include/stddef.h: + +/usr/include/x86_64-linux-gnu/bits/types.h: + +/usr/include/x86_64-linux-gnu/bits/typesizes.h: + +/usr/include/libio.h: + +/usr/include/_G_config.h: + +/usr/include/wchar.h: + +/usr/lib/gcc/x86_64-linux-gnu/6/include/stdarg.h: + +/usr/include/x86_64-linux-gnu/bits/stdio_lim.h: + +/usr/include/x86_64-linux-gnu/bits/sys_errlist.h: + +/usr/include/x86_64-linux-gnu/bits/stdio.h: + +/usr/include/x86_64-linux-gnu/bits/stdio2.h: + +/usr/include/string.h: + +/usr/include/xlocale.h: + +/usr/include/x86_64-linux-gnu/bits/string.h: + +/usr/include/x86_64-linux-gnu/bits/string2.h: + +/usr/include/stdlib.h: + +/usr/include/x86_64-linux-gnu/bits/string3.h: + +/usr/include/x86_64-linux-gnu/bits/waitflags.h: + +/usr/include/x86_64-linux-gnu/bits/waitstatus.h: + +/usr/include/x86_64-linux-gnu/sys/types.h: + +/usr/include/time.h: + +/usr/include/endian.h: + +/usr/include/x86_64-linux-gnu/bits/endian.h: + +/usr/include/x86_64-linux-gnu/bits/byteswap.h: + +/usr/include/x86_64-linux-gnu/bits/byteswap-16.h: + +/usr/include/x86_64-linux-gnu/sys/select.h: + +/usr/include/x86_64-linux-gnu/bits/select.h: + +/usr/include/x86_64-linux-gnu/bits/sigset.h: + +/usr/include/x86_64-linux-gnu/bits/time.h: + +/usr/include/x86_64-linux-gnu/bits/select2.h: + +/usr/include/x86_64-linux-gnu/sys/sysmacros.h: + +/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h: + +/usr/include/alloca.h: + +/usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h: + +/usr/include/x86_64-linux-gnu/bits/stdlib-float.h: + +/usr/include/x86_64-linux-gnu/bits/stdlib.h: + +/usr/include/ctype.h: + +/usr/include/errno.h: + +/usr/include/x86_64-linux-gnu/bits/errno.h: + +/usr/include/linux/errno.h: + +/usr/include/x86_64-linux-gnu/asm/errno.h: + +/usr/include/asm-generic/errno.h: + +/usr/include/asm-generic/errno-base.h: + +/usr/include/inttypes.h: + +/usr/lib/gcc/x86_64-linux-gnu/6/include/stdint.h: + +/usr/include/stdint.h: + +/usr/include/x86_64-linux-gnu/bits/wchar.h: + +/usr/include/unistd.h: + +/usr/include/x86_64-linux-gnu/bits/posix_opt.h: + +/usr/include/x86_64-linux-gnu/bits/environments.h: + +/usr/include/x86_64-linux-gnu/bits/confname.h: + +getopt.h: + +/usr/include/x86_64-linux-gnu/bits/unistd.h: + +/usr/include/netdb.h: + +/usr/include/netinet/in.h: + +/usr/include/x86_64-linux-gnu/sys/socket.h: + +/usr/include/x86_64-linux-gnu/sys/uio.h: + +/usr/include/x86_64-linux-gnu/bits/uio.h: + +/usr/include/x86_64-linux-gnu/bits/socket.h: + +/usr/include/x86_64-linux-gnu/bits/socket_type.h: + +/usr/include/x86_64-linux-gnu/bits/sockaddr.h: + +/usr/include/x86_64-linux-gnu/asm/socket.h: + +/usr/include/asm-generic/socket.h: + +/usr/include/x86_64-linux-gnu/asm/sockios.h: + +/usr/include/asm-generic/sockios.h: + +/usr/include/x86_64-linux-gnu/bits/socket2.h: + +/usr/include/x86_64-linux-gnu/bits/in.h: + +/usr/include/rpc/netdb.h: + +/usr/include/x86_64-linux-gnu/bits/netdb.h: + +/usr/include/x86_64-linux-gnu/sys/time.h: + +/usr/include/arpa/inet.h: + +/usr/include/regex.h: + +/usr/include/x86_64-linux-gnu/sys/stat.h: + +/usr/include/x86_64-linux-gnu/bits/stat.h: + +/usr/include/fcntl.h: + +/usr/include/x86_64-linux-gnu/bits/fcntl.h: + +/usr/include/x86_64-linux-gnu/bits/fcntl-linux.h: + +/usr/include/x86_64-linux-gnu/bits/fcntl2.h: + +/usr/include/pcap.h: + +/usr/include/pcap/pcap.h: + +/usr/include/pcap/export-defs.h: + +/usr/include/pcap/bpf.h: + +/usr/include/pcap/dlt.h: + +/usr/include/x86_64-linux-gnu/sys/ioctl.h: + +/usr/include/x86_64-linux-gnu/bits/ioctls.h: + +/usr/include/x86_64-linux-gnu/asm/ioctls.h: + +/usr/include/asm-generic/ioctls.h: + +/usr/include/linux/ioctl.h: + +/usr/include/x86_64-linux-gnu/asm/ioctl.h: + +/usr/include/asm-generic/ioctl.h: + +/usr/include/x86_64-linux-gnu/bits/ioctl-types.h: + +/usr/include/x86_64-linux-gnu/sys/ttydefaults.h: + +/usr/include/search.h: diff -Nru arp-scan-1.9/.deps/wrappers.Po arp-scan-2.0/.deps/wrappers.Po --- arp-scan-1.9/.deps/wrappers.Po 1970-01-01 05:30:00.000000000 +0530 +++ arp-scan-2.0/.deps/wrappers.Po 2017-09-21 19:25:36.000000000 +0530 @@ -0,0 +1,276 @@ +wrappers.o: wrappers.c /usr/include/stdc-predef.h arp-scan.h config.h \ + /usr/include/stdio.h /usr/include/features.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-linux-gnu/6/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h /usr/include/libio.h \ + /usr/include/_G_config.h /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-linux-gnu/6/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/sys_errlist.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h \ + /usr/include/x86_64-linux-gnu/bits/stdio2.h /usr/include/string.h \ + /usr/include/xlocale.h /usr/include/x86_64-linux-gnu/bits/string.h \ + /usr/include/x86_64-linux-gnu/bits/string2.h /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/string3.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h /usr/include/time.h \ + /usr/include/endian.h /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap-16.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/sigset.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/select2.h \ + /usr/include/x86_64-linux-gnu/sys/sysmacros.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib.h /usr/include/ctype.h \ + /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h /usr/include/x86_64-linux-gnu/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/inttypes.h /usr/lib/gcc/x86_64-linux-gnu/6/include/stdint.h \ + /usr/include/stdint.h /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/unistd.h /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ + /usr/include/x86_64-linux-gnu/bits/environments.h \ + /usr/include/x86_64-linux-gnu/bits/confname.h getopt.h \ + /usr/include/x86_64-linux-gnu/bits/unistd.h /usr/include/netdb.h \ + /usr/include/netinet/in.h /usr/include/x86_64-linux-gnu/sys/socket.h \ + /usr/include/x86_64-linux-gnu/sys/uio.h \ + /usr/include/x86_64-linux-gnu/bits/uio.h \ + /usr/include/x86_64-linux-gnu/bits/socket.h \ + /usr/include/x86_64-linux-gnu/bits/socket_type.h \ + /usr/include/x86_64-linux-gnu/bits/sockaddr.h \ + /usr/include/x86_64-linux-gnu/asm/socket.h \ + /usr/include/asm-generic/socket.h \ + /usr/include/x86_64-linux-gnu/asm/sockios.h \ + /usr/include/asm-generic/sockios.h \ + /usr/include/x86_64-linux-gnu/bits/socket2.h \ + /usr/include/x86_64-linux-gnu/bits/in.h /usr/include/rpc/netdb.h \ + /usr/include/x86_64-linux-gnu/bits/netdb.h \ + /usr/include/x86_64-linux-gnu/sys/time.h /usr/include/arpa/inet.h \ + /usr/include/regex.h /usr/include/x86_64-linux-gnu/sys/stat.h \ + /usr/include/x86_64-linux-gnu/bits/stat.h /usr/include/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl-linux.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl2.h /usr/include/pcap.h \ + /usr/include/pcap/pcap.h /usr/include/pcap/export-defs.h \ + /usr/include/pcap/bpf.h /usr/include/pcap/dlt.h \ + /usr/include/x86_64-linux-gnu/sys/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctls.h \ + /usr/include/x86_64-linux-gnu/asm/ioctls.h \ + /usr/include/asm-generic/ioctls.h /usr/include/linux/ioctl.h \ + /usr/include/x86_64-linux-gnu/asm/ioctl.h \ + /usr/include/asm-generic/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h \ + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h /usr/include/search.h + +/usr/include/stdc-predef.h: + +arp-scan.h: + +config.h: + +/usr/include/stdio.h: + +/usr/include/features.h: + +/usr/include/x86_64-linux-gnu/sys/cdefs.h: + +/usr/include/x86_64-linux-gnu/bits/wordsize.h: + +/usr/include/x86_64-linux-gnu/gnu/stubs.h: + +/usr/include/x86_64-linux-gnu/gnu/stubs-64.h: + +/usr/lib/gcc/x86_64-linux-gnu/6/include/stddef.h: + +/usr/include/x86_64-linux-gnu/bits/types.h: + +/usr/include/x86_64-linux-gnu/bits/typesizes.h: + +/usr/include/libio.h: + +/usr/include/_G_config.h: + +/usr/include/wchar.h: + +/usr/lib/gcc/x86_64-linux-gnu/6/include/stdarg.h: + +/usr/include/x86_64-linux-gnu/bits/stdio_lim.h: + +/usr/include/x86_64-linux-gnu/bits/sys_errlist.h: + +/usr/include/x86_64-linux-gnu/bits/stdio.h: + +/usr/include/x86_64-linux-gnu/bits/stdio2.h: + +/usr/include/string.h: + +/usr/include/xlocale.h: + +/usr/include/x86_64-linux-gnu/bits/string.h: + +/usr/include/x86_64-linux-gnu/bits/string2.h: + +/usr/include/stdlib.h: + +/usr/include/x86_64-linux-gnu/bits/string3.h: + +/usr/include/x86_64-linux-gnu/bits/waitflags.h: + +/usr/include/x86_64-linux-gnu/bits/waitstatus.h: + +/usr/include/x86_64-linux-gnu/sys/types.h: + +/usr/include/time.h: + +/usr/include/endian.h: + +/usr/include/x86_64-linux-gnu/bits/endian.h: + +/usr/include/x86_64-linux-gnu/bits/byteswap.h: + +/usr/include/x86_64-linux-gnu/bits/byteswap-16.h: + +/usr/include/x86_64-linux-gnu/sys/select.h: + +/usr/include/x86_64-linux-gnu/bits/select.h: + +/usr/include/x86_64-linux-gnu/bits/sigset.h: + +/usr/include/x86_64-linux-gnu/bits/time.h: + +/usr/include/x86_64-linux-gnu/bits/select2.h: + +/usr/include/x86_64-linux-gnu/sys/sysmacros.h: + +/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h: + +/usr/include/alloca.h: + +/usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h: + +/usr/include/x86_64-linux-gnu/bits/stdlib-float.h: + +/usr/include/x86_64-linux-gnu/bits/stdlib.h: + +/usr/include/ctype.h: + +/usr/include/errno.h: + +/usr/include/x86_64-linux-gnu/bits/errno.h: + +/usr/include/linux/errno.h: + +/usr/include/x86_64-linux-gnu/asm/errno.h: + +/usr/include/asm-generic/errno.h: + +/usr/include/asm-generic/errno-base.h: + +/usr/include/inttypes.h: + +/usr/lib/gcc/x86_64-linux-gnu/6/include/stdint.h: + +/usr/include/stdint.h: + +/usr/include/x86_64-linux-gnu/bits/wchar.h: + +/usr/include/unistd.h: + +/usr/include/x86_64-linux-gnu/bits/posix_opt.h: + +/usr/include/x86_64-linux-gnu/bits/environments.h: + +/usr/include/x86_64-linux-gnu/bits/confname.h: + +getopt.h: + +/usr/include/x86_64-linux-gnu/bits/unistd.h: + +/usr/include/netdb.h: + +/usr/include/netinet/in.h: + +/usr/include/x86_64-linux-gnu/sys/socket.h: + +/usr/include/x86_64-linux-gnu/sys/uio.h: + +/usr/include/x86_64-linux-gnu/bits/uio.h: + +/usr/include/x86_64-linux-gnu/bits/socket.h: + +/usr/include/x86_64-linux-gnu/bits/socket_type.h: + +/usr/include/x86_64-linux-gnu/bits/sockaddr.h: + +/usr/include/x86_64-linux-gnu/asm/socket.h: + +/usr/include/asm-generic/socket.h: + +/usr/include/x86_64-linux-gnu/asm/sockios.h: + +/usr/include/asm-generic/sockios.h: + +/usr/include/x86_64-linux-gnu/bits/socket2.h: + +/usr/include/x86_64-linux-gnu/bits/in.h: + +/usr/include/rpc/netdb.h: + +/usr/include/x86_64-linux-gnu/bits/netdb.h: + +/usr/include/x86_64-linux-gnu/sys/time.h: + +/usr/include/arpa/inet.h: + +/usr/include/regex.h: + +/usr/include/x86_64-linux-gnu/sys/stat.h: + +/usr/include/x86_64-linux-gnu/bits/stat.h: + +/usr/include/fcntl.h: + +/usr/include/x86_64-linux-gnu/bits/fcntl.h: + +/usr/include/x86_64-linux-gnu/bits/fcntl-linux.h: + +/usr/include/x86_64-linux-gnu/bits/fcntl2.h: + +/usr/include/pcap.h: + +/usr/include/pcap/pcap.h: + +/usr/include/pcap/export-defs.h: + +/usr/include/pcap/bpf.h: + +/usr/include/pcap/dlt.h: + +/usr/include/x86_64-linux-gnu/sys/ioctl.h: + +/usr/include/x86_64-linux-gnu/bits/ioctls.h: + +/usr/include/x86_64-linux-gnu/asm/ioctls.h: + +/usr/include/asm-generic/ioctls.h: + +/usr/include/linux/ioctl.h: + +/usr/include/x86_64-linux-gnu/asm/ioctl.h: + +/usr/include/asm-generic/ioctl.h: + +/usr/include/x86_64-linux-gnu/bits/ioctl-types.h: + +/usr/include/x86_64-linux-gnu/sys/ttydefaults.h: + +/usr/include/search.h: diff -Nru arp-scan-1.9/description-pak arp-scan-2.0/description-pak --- arp-scan-1.9/description-pak 1970-01-01 05:30:00.000000000 +0530 +++ arp-scan-2.0/description-pak 2017-09-21 19:53:49.000000000 +0530 @@ -0,0 +1 @@ +segmentation fault update diff -Nru arp-scan-1.9/doc-pak/AUTHORS arp-scan-2.0/doc-pak/AUTHORS --- arp-scan-1.9/doc-pak/AUTHORS 1970-01-01 05:30:00.000000000 +0530 +++ arp-scan-2.0/doc-pak/AUTHORS 2017-09-21 19:24:11.000000000 +0530 @@ -0,0 +1,4 @@ +The author of the arp-scan tool is: + +Roy Hills + diff -Nru arp-scan-1.9/doc-pak/ChangeLog arp-scan-2.0/doc-pak/ChangeLog --- arp-scan-1.9/doc-pak/ChangeLog 1970-01-01 05:30:00.000000000 +0530 +++ arp-scan-2.0/doc-pak/ChangeLog 2017-09-21 19:24:11.000000000 +0530 @@ -0,0 +1,840 @@ +2017-05-29 Roy Hills + + * Updated ieee-oui.txt and ieee-iab.txt files. + +2016-09-03 Roy Hills + + * arp-scan.c: Use the new libpcap 1.0 API functions pcap_create(), + pcap_set_XXX(), pcap_activate() instead of the old pcap_open_live(). + This requires libpcap 1.0 or later, so this and future versions of + arp-scan will not work with libpcap 0.9 or earlier. + + * configure.ac: Change pcap compatibility test to check for pcap_create + instead of pcap_sendpacket to test for libpcap 1.0 or later. + + * configure.ac: Increment version number to 1.9.5 to reflect the + libpcap API change. + + * Modified copyright statement in files to include up to 2016. + +2016-08-31 Roy Hills + + * arp-scan.c, arp-scan.h: Merge changes by tissieres to use + source_mac rather than interface_mac in the pcap filter. This + requires us to enable promiscuous mode to ensure that the + ARP replies are received. + + * configure.ac: Increment version number to 1.9.4 to reflect the + changes made since 2016-08-13. + +2016-08-30 Roy Hills + + * arp-fingerprint: Merge changes by Rhig to add "-l" option. + + * arp-fingerprint: Added patterns for FreeBSD 10.3, DragonflyBSD 4.6, + Windows10, Linux 4.0, Linux 4.6, OpenBSD 5.9, NetBSD 7.0. + +2016-08-22 Roy Hills + + * configure.ac: Remove function replacement for inet_aton, as all + systems I'm aware of have this function now. This replacement + was needed for Solaris 8, but Solaris 10 does not need it and I + doubt that anyone is still using versions of Solaris prior to 10. + + * inet_aton.c: Removed. + +2016-08-20 Roy Hills + + * arp-scan.c, arp-scan.h: Use posix hash table functions hcreate(), + hsearch() and hdestroy() instead of the gas hash table code. + + * hash.c, hash.h, obstack.c, obstack.h: Removed. + +2016-08-13 Roy Hills + + * get-oui, get-oui.1, arp-scan.1: Update IEEE OUI download location. + + * ieee-oui.txt: Updated from IEEE website using modified script. + + * check-decode: Updated manufacturer names to match updated OUI file. + + * configure.ac: Increased version number from 1.9.2 to 1.9.3 to + reflect the various changes made on github between Aug 2013 and + Aug 2016. + + * acinclude.m4: Assume long long int format is %lld if cross compiling. + + * arp-scan.c: Correct warning message for invalid IP addresses to avoid + segmentation violation. + +2015-11-13 Roy Hills + + * get-iab: Read the OUI from the data in the file instead of using + the constant 24-bit number 0050C2. This is required because the + 0050C2 IEEE OUI has been fully used, and allocations have started + from the 40D855 IEEE OUI. + + * *.c: Removed unneeded trailing whitespace in source code. Thanks + to "jubalh" for this pull request. + + * arp-scan.c, check-run1: Change --help and --version options to output + to stdout (fd 0) instead of stderr (fd 1) in accordance with GNU + Coding Standards section 4.7, "Standards for Command Line Interfaces". + Thanks to "srdja" for this pull request. + + * get-oui, get-iab: omit trailing whitespace from ieee-oui.txt and + ieee-iab.txt files. + + * ieee-oui.txt, ieee-iab.txt: Updated from IEEE website using modified + scripts. + +2013-12-02 Roy Hills + + * link-packet-socket.c: Die with an error if we can't open a raw + packet socket to obtain the interface MAC address. This avoids + a segmentation violation on Linux if we try to run arp-scan against + a specific interface without the required privileges. + +2013-12-02 Roy Hills + + * arp-scan.c, arp-scan.h arp-scan.1: Added new --randomseed option, + which allows the random numer generator to be seeded with a specific + value. + + * arp-scan.c, arp-scan.h, utils.c: Removed --debug (-d) option. This + has not been used for years, and the associated debug code was + causing more clutter than it was worth. + + * check-host-list: Added test to check generation of random host list. + +2013-12-01 Roy Hills + + * configure.ac, .gitignore: Added configure option --enable-gcov to + enable gcov code coverage. + +2013-11-12 Roy Hills + + * arp-fingerprint: Added fingerprint for Cisco IOS 15.0. + +2013-11-02 Roy Hills + + * arp-scan.c, arp-scan.1: Added new --plain (-x) option to supress + printing of header and footer text, and only display one output + line for each responding host. Idea from Stefan Tomanek's arp-scan + fork on github at https://github.com/wertarbyte/arp-scan. + +2013-09-21 Roy Hills + + * get-oui, get-iab: Use LWP::UserAgent instead of LWP::Simple to enable + us to obtain the raw content rather than the decoded content. This + avoids Unicode/UTF-8 issues caused by a change in behaviour between + LWP 5.813 on Debian Lenny and 5.836 on Debian Squeeze. + + * ieee-oui.txt, ieee-iab.txt: Updated from IEEE website using modified + scripts. + +2013-09-05 Roy Hills + + * arp-fingerprint: Added fingerprint for WIZnet W5100 on Arduino + Ethernet shield. + +2013-09-05 Roy Hills + + * configure.ac: Change the bug-report string in AC_INIT from the + arp-scan email address to the github URL. + + * Added references to the github repository in various files in + place of the arp-scan email address. + + * Updated ieee-oui.txt and ieee-iab.txt files. + +2013-08-15 Roy Hills + + * Removed $Id$ keywords from all files, and associated rcsid variables + from C source. These are not really needed and they don't work with + git. + + * check-run1: Added GPL licence text, which had been accidentally + ommitted when the script was written. + + * configure.ac: Incremented version to 1.9.2 to distinguish new + version under git revision control. + + * .gitignore: new file containing file patterns that should not be + committed to the repository. + +2013-08-15 Roy Hills + + * ChangeLog: Removed pointless id keywords. + + * Final SVN revision before migration to git. + +2013-07-25 Roy Hills + + * Released arp-scan version 1.9. + tarball arp-scan-1.9.tar.gz, size 488442 bytes + md5sum 38584d6c1edfa9f6b41d496e4a5539f1 + + * configure.ac: Incremented version to 1.9.1. + +2013-07-24 Roy Hills + + * ieee-oui.txt, ieee-iab.txt: Updated IEEE OUI and IAB listings from + IEEE website using get-oui and get-iab Perl scripts. + + * configure.ac: Incremented version number to 1.9. + + * NEWS: Updated with latest changes. + +2013-05-09 Roy Hills + + * ieee-oui.txt, ieee-iab.txt: Updated IEEE OUI and IAB listings from + IEEE website using get-oui and get-iab Perl scripts. + + * Built with autoconf 2.69 and automake 1.11 from Debian Wheezy to + add support for ARM 64 bit CPU architecture and remove configure + warnings about conftest.dSYM on MacOS X. + +2013-05-03 Roy Hills + + * arp-fingerprint: Added FreeBSD 8.2, FreeBSD 9.1, DragonflyBSD 3.0, + DragonflyBSD 3.2, Linux 3.2, Linux 3.8, NetBSD 5.1, NetBSD 6.0, + OpenBSD 4.8, OpenBSD 5.1 and RiscOS 5.19. + + * NEWS: Updated with changes since last release. + + * configure.ac: Incremented version number to 1.8.4. + +2013-04-25 Roy Hills + + * arp-scan.c, arp-scan.h: Changed arp-scan to use the libpcap + function pcap_sendpacket() instead of our own link-layer specific + link_send() functions. This means that we now require libpcap + version 0.9.3 or later. + + * link-bpf.c, link-dlpi.c, link-packet-socket.c: Removed unneeded + link-layer specific link_send() functions. Changed link_open() + and link_close() functions to static, and modified + get_hardware_address() and get_source_ip() functions to call + link_open/link_close directly. Included link_t typedef in + link_handle struct declaration. + + * configure.ac: Change the libpcap function check from + pcap_lib_version() to pcap_sendpacket(), to ensure that we have + a recent enough version of libpcap. + + * arp-scan.c: New function get_source_ip() to get the interface IP + address using platform-independent code. + + * link-bpf.c, link-dlpi.c, link-packet-socket.c: Removed unneeded + link-layer specific get_source_ip() functions. + +2013-04-15 Roy Hills + + * Modified copyright statement in files to include up to 2013. + + * get-oui, get-iab: Modified regex to allow optional whitespace at + the beginning of line. + + * ieee-oui.txt, ieee-iab.txt: Updated IEEE OUI and IAB listings from + IEEE website using get-oui and get-iab Perl scripts. + + * check-decode: Updated for new IEEE OUI vendors. + + * configure.ac: Incremented version number to 1.8.3. + + * arp-scan.c: Removed unneeded errlen declaration to avoid "set but + not used" warning with GCC 4.6 and later. + +2013-01-01 Roy Hills + + * arp-fingerprint: Added Windows 8 + +2012-08-08 Roy Hills + + * configure.ac: Added OS pattern for Dragonfly BSD. + +2012-06-06 Roy Hills + + * arp-fingerprint: Added fingerprint for BeOS. + +2012-05-29 Roy Hills + + * arp-scan.c: Copy the pcap_header->ts structure to a temporary + struct timeval before passing to timeval_diff during rtt calculation. + We can't pass a pointer to pcap_header->ts directly to timeval_diff + because it's not guaranteed to have the same size as a struct + timeval. E.g. OpenBSD 5.1 on amd64. Thanks to Stuart Henderson at + OpenBSD for spotting this bug. + +2012-05-20 Roy Hills + + * get-oui, get-iab: Applied patch from Stuart Henderson at OpenBSD. + This allows the -u (alternative URL) option to be correctly handled, + and changes the default URLs to the new locations on the IEEE + website (the old locations still work, but with a redirect). + + * ieee-oui.txt, ieee-iab.txt: Updated IEEE OUI and IAB listings from + IEEE website using get-oui and get-iab Perl scripts. + +2011-12-30 Roy Hills + + * arp-scan.c, arp-scan.h, arp-scan.1: If the location of the various + MAC/Vendor mapping files (IEEE OUI, IEEE IAB or custom) are not + specified on the command line with the appropriate option, then + look for them in the current directory before looking in the system + wide location. + + * ieee-oui.txt, ieee-iab.txt: Updated IEEE OUI and IAB listings from + IEEE website using get-oui and get-iab Perl scripts. + + * check-decode: Updated patterns to reflect vendor name changes in + latest IEEE OUI file. + +2011-12-18 Roy Hills + + * configure.ac: Incremented version to 1.8.2 + +2011-09-27 Roy Hills + + * arp-scan.h, arp-scan.c, arp-scan.1: Added new option --rtt (-D) to + calculate and display the packet round-trip time. + +2011-08-18 Roy Hills + + * arp-scan.h, arp-scan.1: Raised default timeout from 100ms to 500ms. + It is suspected that the default timeout is too short in some + situations, and this may be one of the causes of duplicate responses. + + * arp-scan.h, link-bpf.c: Include before arp-scan.h in + link-bpf.c, and remove conditional inclusion of in + arp-scan.h. This causes to be included before + on all systems that use BPF, e.g. BSD and MacOS. This should prevent + the problems that occur on some of these systems, and remove the need + for conditional inclusion to prevent them. + + * arp-fingerprint: Added additional fingerprint for Linux 2.6 on + Amazon Kindle. + +2011-07-31 Roy Hills + + * arp-fingerprint: Added fingerprint for GNU/Hurd + +2011-07-04 Roy Hills + + * Makefile.am: Added pkt-custom-request-vlan-llc.dat to EXTRA_DIST. + +2011-03-07 Roy Hills + + * configure.ac: Incremented version to 1.8.1. + +2011-03-01 Roy Hills + + * Released arp-scan version 1.8. + tarball arp-scan-1.8.tar.gz, size 430221 bytes + md5sum be8826574ec566217eb7ca040fe472f9 + + * configure.ac: Remove version number from AM_INIT_AUTOMAKE macro, + as this usage is obsolete now. Incremented version to 1.8. + + * ieee-oui.txt, ieee-iab.txt: Updated IEEE OUI and IAB listings from + IEEE website using get-oui and get-iab Perl scripts. + +2011-02-26 Roy Hills + + * pkt-custom-request-vlan-llc.dat: New data file for check-packet + script containing custom ARP request with 802.1Q VLAN tag and + LLC/SNAP framing. + + * check-packet: Added check for custom ARP request with 802.1Q VLAN + tag and LLC/SNAP framing. + +2011-02-25 Roy Hills + + * pkt-vlan-llc-response.pcap: New file containing an example of + an ARP reply with 802.1Q tag and LLC/SNAP framing. From a Cisco + 2621 router. + + * pkt-trailer-response.pcap: Renamed from pkt-trailer-reply.pcap. + + * check-decode: New checks for trailer response and 802.1Q/LLC + responses. + + * arp-scan.c: Modified pcap filter string to capture ARP responses + with both 802.1Q tag and LLC/SNAP framing. + + * Makefile.am: Include pkt-trailer-response.pcap and + pkt-vlan-llc-response.pcap. + +2011-02-21 Roy Hills + + * arp-scan.c: Modified usage() so that it can output either brief or + detailed help output depending on a new "detailed" argument. Now, + detailed output, including information on the available options, is + only displayed when arp-scan is run with the --help option. For + error conditions such as incorrect options, it only produces brief + output. + + * arp-scan.c: Modify display_packet() to report responses where the + ARP protocol type (ar$pro) is not IP (0x0800). This allows trailer + negotiation responses to be distinguished from regular ARP replies. + + * pkt-trailer-reply.pcap: New file containing an example of a trailer + negotiation ARP response from a Quasijarus 4.3BSD system on SIMH VAX. + + * arp-fingerprint: Added fingerprint for Blackberry OS. + +2011-02-19 Roy Hills + + * arp-scan.h: On Apple Mac OS X systems with Xcode 2.5 and later, + include before . + + * configure.ac: Increment version number to 1.7.6. + +2011-02-06 Roy Hills + + * acinclude.m4: Changed GCC_FORTIFY_SOURCE macro so the test program + doesn't include , because that header file is not + present on all the operating systems that we support, e.g. OpenBSD. + +2011-02-04 Roy Hills + + * arp-scan.c: Use pcap_get_selectable_fd() rather than pcap_fileno() + to get the pcap file descriptor. + + * check-host-list: Added new test to check the creation of the host + list. + +2011-02-03 Roy Hills + + * arp-scan.c: When using --writepkttofile we no longer open a link + layer socket or a pcap handle, so we don't need root privileges. + + * check-packet: Remove check for root privileges as this is no longer + needed. + + * check-decode: Added two new tests to improve code coverage. + + * arp-scan.c, arp-scan.h: Modify add_host_pattern() and add_host() so + we always use the more efficient inet_pton() rather than + get_host_address() for IPnet/bits, IPnet:mask and IPstart-IPend + patterns. + +2011-02-02 Roy Hills + + * arp-scan.c: Change operation of --readpktfromfile so it reads from + a pcap savefile rather than from a raw file. + + * pkt-simple-response.pcap, pkt-padding-response.pcap, + pkt-vlan-response.pcap, pkt-llc-response.pcap: New pcap format + files for check-decode. + + * check-decode: Modified to use new pcap format savefiles, and remove + check for root privileges as this is no longer needed. + +2011-01-31 Roy Hills + + * link-dlpi.c: Fix "comparison between signed and unsigned" warning in + function dlpi_msg. + + * arp-fingerprint: Added fingerprint for Windows 7. + + * arp-scan.c: Changed what gets displayed for the different verbose + levels, and updated the --help output to reflect the new behaviour. + +2011-01-30 Roy Hills + + * check-packet, check-decode: New checks to check packet creation and + packet decoding. + + * pkt-custom-request.dat, pkt-custom-request-llc.dat, + pkt-custom-request-padding.dat, pkt-custom-request-vlan.dat, + pkt-padding-response.dat, pkt-simple-request.dat, + pkt-simple-response.dat: Data files for check-packet and check-decode + scripts. + + * Makefile.am: Add new check scripts and data files. + + * arp-scan.c, arp-scan.h: Added undocumented options --writepkttofile + and --readpktfromfile to allow data to be written to or read from a + file instead of the network for testing. + + * arp-scan.c: Use "stdin" instead of fdopen(0,"r") when using + --filename=-, fixing a bug which was causing fd 0 to be closed. + Set the frame type correctly for LLC/SNAP format frames: before + it was always set to 0x0806. + + * configure.ac: Add headers required for --writepkttofile and + --readpktfromfile. Increment version number to 1.7.5. + +2011-01-09 Roy Hills + + * COPYING: Changed license from GPLv2 to GPLv3. + + * Modified licence statement in source files to specify GPLv3 + + * Modified copyright statement in files to include up to 2011. + +2010-12-22 Roy Hills + + * arp-scan.c: Change req_interval back from unsigned to int. This + addresses a bug in the timing code that was introduced in svn + r18043, which caused the packet rate to be very high irrespective + of the specified interval. + + * configure.ac: Enable -Wextra warnings for gcc. Increment version + number to 1.7.4. + +2010-12-22 Roy Hills + + * hash.c, hash.h, obstack.c, obstack.h: Updated version of GAS hash + table code to the latest version from GNU binutils 2.21. This new + version addresses the shadowed variable warnings that the old version + used to produce when compiled with -Wshadow. + + * configure.ac: define ATTRIBUTE_UNUSED macro to enable portable use + of attribute unused to mark possibly unused function arguments. + + * arp-scan.c: Minor changes to remove a couple of shadowed variable + warnings. + +2010-12-07 Roy Hills + + * acinclude.m4: Added GCC_WEXTRA macro to determine if the C compiler + supports the -Wextra switch to enable extra warnings. + + * arp-scan.c, arp-scan.h, utils.c: Remove unused function parameters + and address signed/unsigned comparisons highlighted by -Wextra. + +2010-12-03 Roy Hills + + * arp-scan.1: Added warning about setting ar$spa to the destination + IP address. Suggested by Ed Schaller. + +2010-04-25 Roy Hills + + * arp-fingerprint: Added 2.11BSD + +2009-08-15 Roy Hills + + * arp-scan.c, utils.c: Improve handling of --bandwidth and + --interval options: Allow either upper or lowercase + multiplier letters and give an error if an unknown multiplier + character is used. Previously an unknown multiplier character + or one with the wrong case was silently ignored and treated as + no multiplier at all. + + * wrappers.c: Change Strtoul and Strtol so they give an error + if the underlying function finishes at an unconvertible + character other than NULL or whitespace. + + * configure.ac: Added extra warning "-Wwrite-strings" for gcc. + +2009-08-14 Roy Hills + + * arp-scan.c, arp-scan.h, configure.ac, error.c: Removed syslog + functionality as this is not used and has been #ifdef'ed out + for some time. + +2009-05-06 Roy Hills + + * autoconf.ac: Updated to autoconf 2.61 + +2009-03-06 Roy Hills + + * acinclude.m4: Added macros to detect compiler support for + -fstack-protect, -D_FORTIFY_SOURCE and -Wformat-security. + + * configure.ac: Conditionally enable compiler flags for + -fstack-protect, -D_FORTIFY_SOURCE and -Wformat-security using + the new acinclude.m4 autoconf macros. + + * configure.ac: Incremented version to 1.7.2. + +2008-08-01 Roy Hills + + * arp-fingerprint get-iab get-oui: Replaced "#!/usr/bin/perl" shebang + with "#!/usr/bin/env perl" to increase portability. This allows + these perl scripts to work on systems where perl is not installed in + /usr/bin, such as NetBSD. + +2008-07-26 Roy Hills + + * configure.ac: Incremented version to 1.7.1. + + * arp-fingerprint: Added NetBSD 4.0, FreeBSD 7.0 and Vista SP1 + +2008-07-25 Roy Hills + + * Released arp-scan version 1.7. + tarball arp-scan-1.7.tar.gz, size 344,771 bytes + md5sum a9927dba2b1dbdfd1c3b3bb09615fc14 + +2008-07-24 Roy Hills + + * ieee-oui.txt, ieee-iab.txt: Updated IEEE OUI and IAB listings from + IEEE website using get-oui and get-iab Perl scripts. + + * configure.ac: Incremented version to 1.7. + +2008-07-11 Roy Hills + + * arp-scan.a: Removed reference to RMIF environment variable. + arp-scan now uses the value specified with --interface, or + if that is not specified, picks an interface with + pcap_lookupdev(). + + * configure.ac: Incremented version to 1.6.4 for pre-release + testing. + + * *.c, *.h: Modified copyright statements to read 2005-2008. + +2008-05-03 Roy Hills + + * arp-scan.c: Added --pcapsavefile (-W) option to allow received + ARP responses to be saved in the specified pcap savefile for + later analysis. + + * TODO: Removed plan to support libpcap 0.7 as just about every + system has at least libpcap 0.8, and most have 0.9. + + * arp-scan.c: changed display_packet() so it displays the source + address from the frame header in parens if it is different from the + ar$sha address. E.g. + 192.168.1.255 ff:ff:ff:ff:ff:ff (00:03:a0:88:eb:a8) Broadcast + +2007-12-10 Roy Hills + + * arp-scan.c: Change most calls to strtol() to use the new + wrapper function Strtol() instead, because this checks for + errors. Previously, a non-numeric value would be converted to + zero without any error, meaning something like "--snap=xxx" + would be silently accepted. Now such invalid inputs results in + an error. + + * arp-scan.c: Added new --vlan (-Q) option to support sending + ARP packets with an 802.1Q VLAN tag. Response packets with + an 802.1Q tag are decoded and displayed irrespective of this + option. + +2007-04-17 Roy Hills + + * arp-scan.h: Reduced MAX_FRAME from 65536 to 2048 bytes. + + * arp-scan.c: Add the optional padding in marshal_arp_pkt(), and + avoid potential buffer overflow if padding is longer than the + remaining buffer size. + + * arp-scan.c: Changed display_packet() to take ARP structure, extra + data and framing type as parameters passed from callback() to avoid + having to call unmarshal_arp_pkt() twice. This also means that + we don't need to pass the raw frame to display_packet() now as it + has the data in individual variables. + + * arp-scan.c: Move padding addition to marshal_arp_pkt(). + +2007-04-14 Roy Hills + + * arp-scan.h, arp-scan.c: Changed MAXIP to MAX_FRAME and changed value + to 65536 bytes. This is the maximum allowable frame size, which is + used to size read/write buffers. This is much larger than any + layer-2 frame. + + * arp-scan.h: Changed PACKET_OVERHEAD to 18 (6+6+2 ... +4) and + MINIMUM_FRAME_SIZE to 46. + + * arp-scan.h: undefine SYSLOG, as we don't use this any more, and I + doubt that anyone else needs it. The syslog functionality may be + removed in a future release. + +2007-04-13 Roy Hills + + * arp-scan.c: Added support for RFC 1042 LLC/SNAP framing with the + new --llc (-L) option. + +2007-04-12 Roy Hills + + * Released arp-scan version 1.6. + tarball arp-scan-1.6.tar.gz, size 319,566 bytes + md5sum eb24303c6eb4d77c3abf23511efce642 + +2007-04-10 Roy Hills + + * mt19937ar.c: New file - Mersenne Twister random number generator. + + * arp-scan.c: Changed random number implementation to use the mersenne + twister functions from mt19937ar.c rather than random() from the C + library. This improves portability, as random() is not part of + standard C. + + * Updated ieee-oui.txt and ieee-iab.txt from the IEEE website + using get-oui and get-iab Perl scripts. + +2007-04-08 Roy Hills + + * utils.c: Removed ununsed function printable(). + + * arp-scan.c: Added /* NOTREACHED */ comments in appropriate places. + Removed unneeded max_iter global variable. + Added call to pcap_lib_version() in arp_scan_version(). + + * configure.ac: Changed check for pcap_datalink_val_to_name() to + check for pcap_lib_version() instead. + +2007-04-06 Roy Hills + + * configure.ac: Added checks for strlcat and strlcpy, with + replacement functions using the OpenBSD implementations if they are + not present. + + * strlcat.c, strlcpy.c: New source files from the OpenBSD source at + http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/string + + * *.c: replaced most calls to strcat and strncat with strlcat, and + calls to strcpy and strncpy with strlcpy. Two calls to strncpy + remain because the source strings are not null terminated. + +2007-04-05 Roy Hills + + * arp-scan.c: Check the return status of pcap_dispatch() against -1 + rather than < 0 to check for error because the use of pcap_breakloop + results in a return status of -2, and this is not an error. Even + though we don't use pcap_breakloop, we should still behave correctly + if it used in the future. + + * arp-scan.c: Check return status of inet_pton() separately against + < 0, which indicates and error, and against == 0, which indicates + that the string is not a valid address. Previously we handled these + together with the comparison <= 0. Also return from add_host() + immediately if the host lookup fails. + +2007-04-04 Roy Hills + + * arp-fingerprint: Check that the target host specification is not + an IP network or range, and terminate with an error message if it + is. Some users have mistakenly tried to use arp-fingerprint against + a network, and I want to give a better error message in these cases. + + * arp-fingerprint: Remove the default "-N" from the arp-scan command + line as it is valid to use a hostname. Modified the associated + manpage so it agrees with this change. + +2007-04-03 Roy Hills + + * arp-scan.c: Add ioctl to reduce the bufmod timeout to zero for + Solaris (DLPI). This prevents buffering, and ensures that packets + are available immediately. This allows arp-scan to work on + Solaris (tested on Solaris/SPARC 2.9 with Libpcap 0.9.5). + +2007-03-29 Roy Hills + + * arp-scan.c: Change help output, so we display the default value for + the --bandwidth option, and don't display it for the --interval + option (as the latter will always be zero because we use bandwidth + by default). Updated arp-scan.1 manpage with the new output. + +2007-02-15 Roy Hills + + * link-dlpi.c: Wrote link-level functions for DLPI. Compiles on + Solaris 9, but not fully tested. + +2007-01-26 Roy Hills + + * Updated ieee-oui.txt and ieee-iab.txt from the IEEE website + using get-oui and get-iab Perl scripts. + +2006-07-26 Roy Hills + + * Released version 1.5. + + Tarball details: + + -rw-rw-r-- 1 rsh nta 298917 2006-07-26 13:50 arp-scan-1.5.tar.gz + 85b0e04323ce3a423f60ab905a589856 arp-scan-1.5.tar.gz + + * configure.ac: Incremented version number to 1.5.1 in preparation + for post-1.5 changes. + +2006-07-24 Roy Hills + + * ieee-oui.txt, ieee-iab.txt: Updated IEEE OUI and IAB listings from + IEEE website using get-oui and get-iab Perl scripts. + +2006-07-22 Roy Hills + + * configure.ac: Increased version number to 1.4.5. + + * README: Added installation instructions. + +2006-07-21 Roy Hills + + * link-bpf.c: New file containing link-level sending functions + for BPF as used by BSD OSes. + + * link-packet-socket.c: Changed socket protocol from SOCK_DGRAM to + SOCK_RAW, so the entire Ethernet frame including the header can + be controlled. + + * arp-scan.c: Changed to build entire outgoing frame, rather than + just the ARP payload. + + * arp-scan.c: Modifications to support BPF link-layer. This has been + tested on FreeBSD 6.1, OpenBSD 3.9, NetBSD 3.0.1 and + Darwin 7.9.0 (MacOS 10.3.9). + + * arp-scan.c: Changed operation of the --srcaddr option. Now it + sets the hardware address in the frame header of outgoing packets + without altering the address of the outgoing interface. + + * link-packet-socket.c, link-bpf.c: Removed set_hardware_address() + function, as this is no longer needed with the new operation of + the --srcaddr option. + +2006-07-11 Roy Hills + + * arp-scan.c: Removed unneeded gettimeofday() call in add_host(). + This increases the host addition rate considerably, so adding + a class-A network (2^24 hosts) now takes 15 seconds as opposed + to 80 seconds. + +2006-07-10 Roy Hills + + * arp-scan.h, arp-scan.c: Removed unneeded element "n" from host + entry structure. This reduces the per-host memory usage from + 32 bytes per host to 28 bytes per host. + + * mac-vendor.5: New manual page for the mac-vendor.txt file format. + +2006-07-03 Roy Hills + + * link-packet-socket.c: New file containing all functions that + use Linux packet socket link layer interface. This moves all + the packet-socket implementation dependent to this one file, which + should make future porting to other operating systems easier. + + * arp-scan.c, arp-scan.h: Modified to use link-layer functions in + new link-packet-socket.c file. + + * configure.ac: Increased version number to 1.4.2. + +2006-06-28 Roy Hills + + * arp-scan.c, arp-scan.h: removed the unneeded ip_address union + and replaced it with "struct in_addr". As arp-scan is only + applicable to IPv4, we don't need to use the union. This + change reduces the size of an address from 16 bytes to 4, and + reduces the per-host memory usage from 44 bytes/host to 32. + + * arp-fingerprint: Added Windows Vista Beta 2 fingerprint. + +2006-06-27 Roy Hills + + * configure.ac: Increase version number to 1.4.1 in preparation + for future changes. + +2006-06-26 Roy Hills + + * Released version 1.4. + This is the first stable version. v1.3 was a beta, and v1.0, + 1.1 and 1.2 were NTA Monitor internal versions before it was + released under GPL. diff -Nru arp-scan-1.9/doc-pak/COPYING arp-scan-2.0/doc-pak/COPYING --- arp-scan-1.9/doc-pak/COPYING 1970-01-01 05:30:00.000000000 +0530 +++ arp-scan-2.0/doc-pak/COPYING 2017-09-21 19:24:11.000000000 +0530 @@ -0,0 +1,674 @@ + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU General Public License is a free, copyleft license for +software and other kinds of works. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights. + + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Use with the GNU Affero General Public License. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + Copyright (C) + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an "about box". + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +. + + The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +. diff -Nru arp-scan-1.9/doc-pak/INSTALL arp-scan-2.0/doc-pak/INSTALL --- arp-scan-1.9/doc-pak/INSTALL 1970-01-01 05:30:00.000000000 +0530 +++ arp-scan-2.0/doc-pak/INSTALL 2017-09-21 19:25:17.000000000 +0530 @@ -0,0 +1,370 @@ +Installation Instructions +************************* + +Copyright (C) 1994-1996, 1999-2002, 2004-2013 Free Software Foundation, +Inc. + + Copying and distribution of this file, with or without modification, +are permitted in any medium without royalty provided the copyright +notice and this notice are preserved. This file is offered as-is, +without warranty of any kind. + +Basic Installation +================== + + Briefly, the shell command `./configure && make && make install' +should configure, build, and install this package. The following +more-detailed instructions are generic; see the `README' file for +instructions specific to this package. Some packages provide this +`INSTALL' file but do not implement all of the features documented +below. The lack of an optional feature in a given package is not +necessarily a bug. More recommendations for GNU packages can be found +in *note Makefile Conventions: (standards)Makefile Conventions. + + The `configure' shell script attempts to guess correct values for +various system-dependent variables used during compilation. It uses +those values to create a `Makefile' in each directory of the package. +It may also create one or more `.h' files containing system-dependent +definitions. Finally, it creates a shell script `config.status' that +you can run in the future to recreate the current configuration, and a +file `config.log' containing compiler output (useful mainly for +debugging `configure'). + + It can also use an optional file (typically called `config.cache' +and enabled with `--cache-file=config.cache' or simply `-C') that saves +the results of its tests to speed up reconfiguring. Caching is +disabled by default to prevent problems with accidental use of stale +cache files. + + If you need to do unusual things to compile the package, please try +to figure out how `configure' could check whether to do them, and mail +diffs or instructions to the address given in the `README' so they can +be considered for the next release. If you are using the cache, and at +some point `config.cache' contains results you don't want to keep, you +may remove or edit it. + + The file `configure.ac' (or `configure.in') is used to create +`configure' by a program called `autoconf'. You need `configure.ac' if +you want to change it or regenerate `configure' using a newer version +of `autoconf'. + + The simplest way to compile this package is: + + 1. `cd' to the directory containing the package's source code and type + `./configure' to configure the package for your system. + + Running `configure' might take a while. While running, it prints + some messages telling which features it is checking for. + + 2. Type `make' to compile the package. + + 3. Optionally, type `make check' to run any self-tests that come with + the package, generally using the just-built uninstalled binaries. + + 4. Type `make install' to install the programs and any data files and + documentation. When installing into a prefix owned by root, it is + recommended that the package be configured and built as a regular + user, and only the `make install' phase executed with root + privileges. + + 5. Optionally, type `make installcheck' to repeat any self-tests, but + this time using the binaries in their final installed location. + This target does not install anything. Running this target as a + regular user, particularly if the prior `make install' required + root privileges, verifies that the installation completed + correctly. + + 6. You can remove the program binaries and object files from the + source code directory by typing `make clean'. To also remove the + files that `configure' created (so you can compile the package for + a different kind of computer), type `make distclean'. There is + also a `make maintainer-clean' target, but that is intended mainly + for the package's developers. If you use it, you may have to get + all sorts of other programs in order to regenerate files that came + with the distribution. + + 7. Often, you can also type `make uninstall' to remove the installed + files again. In practice, not all packages have tested that + uninstallation works correctly, even though it is required by the + GNU Coding Standards. + + 8. Some packages, particularly those that use Automake, provide `make + distcheck', which can by used by developers to test that all other + targets like `make install' and `make uninstall' work correctly. + This target is generally not run by end users. + +Compilers and Options +===================== + + Some systems require unusual options for compilation or linking that +the `configure' script does not know about. Run `./configure --help' +for details on some of the pertinent environment variables. + + You can give `configure' initial values for configuration parameters +by setting variables in the command line or in the environment. Here +is an example: + + ./configure CC=c99 CFLAGS=-g LIBS=-lposix + + *Note Defining Variables::, for more details. + +Compiling For Multiple Architectures +==================================== + + You can compile the package for more than one kind of computer at the +same time, by placing the object files for each architecture in their +own directory. To do this, you can use GNU `make'. `cd' to the +directory where you want the object files and executables to go and run +the `configure' script. `configure' automatically checks for the +source code in the directory that `configure' is in and in `..'. This +is known as a "VPATH" build. + + With a non-GNU `make', it is safer to compile the package for one +architecture at a time in the source code directory. After you have +installed the package for one architecture, use `make distclean' before +reconfiguring for another architecture. + + On MacOS X 10.5 and later systems, you can create libraries and +executables that work on multiple system types--known as "fat" or +"universal" binaries--by specifying multiple `-arch' options to the +compiler but only a single `-arch' option to the preprocessor. Like +this: + + ./configure CC="gcc -arch i386 -arch x86_64 -arch ppc -arch ppc64" \ + CXX="g++ -arch i386 -arch x86_64 -arch ppc -arch ppc64" \ + CPP="gcc -E" CXXCPP="g++ -E" + + This is not guaranteed to produce working output in all cases, you +may have to build one architecture at a time and combine the results +using the `lipo' tool if you have problems. + +Installation Names +================== + + By default, `make install' installs the package's commands under +`/usr/local/bin', include files under `/usr/local/include', etc. You +can specify an installation prefix other than `/usr/local' by giving +`configure' the option `--prefix=PREFIX', where PREFIX must be an +absolute file name. + + You can specify separate installation prefixes for +architecture-specific files and architecture-independent files. If you +pass the option `--exec-prefix=PREFIX' to `configure', the package uses +PREFIX as the prefix for installing programs and libraries. +Documentation and other data files still use the regular prefix. + + In addition, if you use an unusual directory layout you can give +options like `--bindir=DIR' to specify different values for particular +kinds of files. Run `configure --help' for a list of the directories +you can set and what kinds of files go in them. In general, the +default for these options is expressed in terms of `${prefix}', so that +specifying just `--prefix' will affect all of the other directory +specifications that were not explicitly provided. + + The most portable way to affect installation locations is to pass the +correct locations to `configure'; however, many packages provide one or +both of the following shortcuts of passing variable assignments to the +`make install' command line to change installation locations without +having to reconfigure or recompile. + + The first method involves providing an override variable for each +affected directory. For example, `make install +prefix=/alternate/directory' will choose an alternate location for all +directory configuration variables that were expressed in terms of +`${prefix}'. Any directories that were specified during `configure', +but not in terms of `${prefix}', must each be overridden at install +time for the entire installation to be relocated. The approach of +makefile variable overrides for each directory variable is required by +the GNU Coding Standards, and ideally causes no recompilation. +However, some platforms have known limitations with the semantics of +shared libraries that end up requiring recompilation when using this +method, particularly noticeable in packages that use GNU Libtool. + + The second method involves providing the `DESTDIR' variable. For +example, `make install DESTDIR=/alternate/directory' will prepend +`/alternate/directory' before all installation names. The approach of +`DESTDIR' overrides is not required by the GNU Coding Standards, and +does not work on platforms that have drive letters. On the other hand, +it does better at avoiding recompilation issues, and works well even +when some directory options were not specified in terms of `${prefix}' +at `configure' time. + +Optional Features +================= + + If the package supports it, you can cause programs to be installed +with an extra prefix or suffix on their names by giving `configure' the +option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'. + + Some packages pay attention to `--enable-FEATURE' options to +`configure', where FEATURE indicates an optional part of the package. +They may also pay attention to `--with-PACKAGE' options, where PACKAGE +is something like `gnu-as' or `x' (for the X Window System). The +`README' should mention any `--enable-' and `--with-' options that the +package recognizes. + + For packages that use the X Window System, `configure' can usually +find the X include and library files automatically, but if it doesn't, +you can use the `configure' options `--x-includes=DIR' and +`--x-libraries=DIR' to specify their locations. + + Some packages offer the ability to configure how verbose the +execution of `make' will be. For these packages, running `./configure +--enable-silent-rules' sets the default to minimal output, which can be +overridden with `make V=1'; while running `./configure +--disable-silent-rules' sets the default to verbose, which can be +overridden with `make V=0'. + +Particular systems +================== + + On HP-UX, the default C compiler is not ANSI C compatible. If GNU +CC is not installed, it is recommended to use the following options in +order to use an ANSI C compiler: + + ./configure CC="cc -Ae -D_XOPEN_SOURCE=500" + +and if that doesn't work, install pre-built binaries of GCC for HP-UX. + + HP-UX `make' updates targets which have the same time stamps as +their prerequisites, which makes it generally unusable when shipped +generated files such as `configure' are involved. Use GNU `make' +instead. + + On OSF/1 a.k.a. Tru64, some versions of the default C compiler cannot +parse its `' header file. The option `-nodtk' can be used as +a workaround. If GNU CC is not installed, it is therefore recommended +to try + + ./configure CC="cc" + +and if that doesn't work, try + + ./configure CC="cc -nodtk" + + On Solaris, don't put `/usr/ucb' early in your `PATH'. This +directory contains several dysfunctional programs; working variants of +these programs are available in `/usr/bin'. So, if you need `/usr/ucb' +in your `PATH', put it _after_ `/usr/bin'. + + On Haiku, software installed for all users goes in `/boot/common', +not `/usr/local'. It is recommended to use the following options: + + ./configure --prefix=/boot/common + +Specifying the System Type +========================== + + There may be some features `configure' cannot figure out +automatically, but needs to determine by the type of machine the package +will run on. Usually, assuming the package is built to be run on the +_same_ architectures, `configure' can figure that out, but if it prints +a message saying it cannot guess the machine type, give it the +`--build=TYPE' option. TYPE can either be a short name for the system +type, such as `sun4', or a canonical name which has the form: + + CPU-COMPANY-SYSTEM + +where SYSTEM can have one of these forms: + + OS + KERNEL-OS + + See the file `config.sub' for the possible values of each field. If +`config.sub' isn't included in this package, then this package doesn't +need to know the machine type. + + If you are _building_ compiler tools for cross-compiling, you should +use the option `--target=TYPE' to select the type of system they will +produce code for. + + If you want to _use_ a cross compiler, that generates code for a +platform different from the build platform, you should specify the +"host" platform (i.e., that on which the generated programs will +eventually be run) with `--host=TYPE'. + +Sharing Defaults +================ + + If you want to set default values for `configure' scripts to share, +you can create a site shell script called `config.site' that gives +default values for variables like `CC', `cache_file', and `prefix'. +`configure' looks for `PREFIX/share/config.site' if it exists, then +`PREFIX/etc/config.site' if it exists. Or, you can set the +`CONFIG_SITE' environment variable to the location of the site script. +A warning: not all `configure' scripts look for a site script. + +Defining Variables +================== + + Variables not defined in a site shell script can be set in the +environment passed to `configure'. However, some packages may run +configure again during the build, and the customized values of these +variables may be lost. In order to avoid this problem, you should set +them in the `configure' command line, using `VAR=value'. For example: + + ./configure CC=/usr/local2/bin/gcc + +causes the specified `gcc' to be used as the C compiler (unless it is +overridden in the site shell script). + +Unfortunately, this technique does not work for `CONFIG_SHELL' due to +an Autoconf limitation. Until the limitation is lifted, you can use +this workaround: + + CONFIG_SHELL=/bin/bash ./configure CONFIG_SHELL=/bin/bash + +`configure' Invocation +====================== + + `configure' recognizes the following options to control how it +operates. + +`--help' +`-h' + Print a summary of all of the options to `configure', and exit. + +`--help=short' +`--help=recursive' + Print a summary of the options unique to this package's + `configure', and exit. The `short' variant lists options used + only in the top level, while the `recursive' variant lists options + also present in any nested packages. + +`--version' +`-V' + Print the version of Autoconf used to generate the `configure' + script, and exit. + +`--cache-file=FILE' + Enable the cache: use and save the results of the tests in FILE, + traditionally `config.cache'. FILE defaults to `/dev/null' to + disable caching. + +`--config-cache' +`-C' + Alias for `--cache-file=config.cache'. + +`--quiet' +`--silent' +`-q' + Do not print messages saying which checks are being made. To + suppress all normal output, redirect it to `/dev/null' (any error + messages will still be shown). + +`--srcdir=DIR' + Look for the package's source code in directory DIR. Usually + `configure' can determine that directory automatically. + +`--prefix=DIR' + Use DIR as the installation prefix. *note Installation Names:: + for more details, including other options available for fine-tuning + the installation locations. + +`--no-create' +`-n' + Run the configure checks, but stop before creating any output + files. + +`configure' also accepts some other, not widely useful, options. Run +`configure --help' for more details. diff -Nru arp-scan-1.9/doc-pak/NEWS arp-scan-2.0/doc-pak/NEWS --- arp-scan-1.9/doc-pak/NEWS 1970-01-01 05:30:00.000000000 +0530 +++ arp-scan-2.0/doc-pak/NEWS 2017-09-21 19:24:11.000000000 +0530 @@ -0,0 +1,202 @@ +This file gives a brief overview of the major changes between each arp-scan +release. For more details please read the ChangeLog file. + +2016-09-03 arp-scan 1.9.5 + +* Use posix hash table functions hcreate(), hsearch() and hdestroy() instead + of the gas hash table code. Thanks to nihilus for the suggestion. + +* Remove function replacement for inet_aton, as this was only required for + Solaris 8, which is now considered obsolete. + +* Added arp-fingerprint patterns for FreeBSD 10.3, DragonflyBSD 4.6, Windows10, + Linux 4.0, Linux 4.6, OpenBSD 5.9, NetBSD 7.0. + +* Added "-l" option to arp-fingerprint to support fingerpringing all hosts on + the local network. Thanks to Rhig for the pull request. + +* Use the source_mac rather than interface_mac in the pcap filter, to permit + reception of packets with spoofed MAC source address. Thanks to tissieres + for the pull request. + +* Use the libpcap 1.0 API functions pcap_create() instead of pcap_open_live(). + This means that arp-scan now requires libpcap 1.0 or later and will not work + with earlier libpcap versions. + +* Updated IEEE OUI and IAB download locations to reflect IEEE website changes. + +* Updated IEEE OUI and IAB MAC/Vendor files. There are now 22487 OUI entries + and 4575 IAB entries. + +2013-11-24 arp-scan 1.9.2 + +* Added new --plain (-x) option to surpress printing of header and footer text, + and only display one output line for each responding host. Idea from Stefan + Tomanek's arp-scan fork on github at https://github.com/wertarbyte/arp-scan. + +* Use LWP::UserAgent instead of LWP::Simple in get-oui and get-iab to enable + the raw content to be obtained, which avoids Unicode/UTF-8 issues. + +* Added arp-fingerprint patterns for WIZnet W5100 and Cisco IOS 15.0. + +* Moved arp-scan development from internal SVN repository to github at + https://github.com/royhills/arp-scan. The move to git means that the commit + object names are now SHA1 hashes instead of increasing integer values. So + they are longer suitable for internal file versions with rcsid variables. + Accordingly the rcsid varable have been removed. + +2013-07-24 arp-scan 1.9: + +* Updated IEEE OUI and IAB MAC/Vendor files. There are now 18157 OUI entries + and 4414 IAB entries. + +* Use autoconf 2.69 and automake 1.11 to add support for ARM 64-bit CPUs. + +* Use libpcap functions to obtain the interace IP address and send the ARP + packet, instead of using our own link-layer specific functions. The only + link-layer specific function that we still need is get_hardware_address() + to obtain the interface MAC address. This means we now require libpcap 0.9.3 + or later. + +* Added support for Dragonfly BSD. + +* The -u option to get-iab and get-oui scripts now works. + +* get-oui and get-iab scripts now get the OUI and IAB files from the new + locations on the IEEE website, and allow whitespace at the beginning of + the line. + +* If the MAC/Vendor file locations are not explicitly specified, look for them + in the current directory and then in their default location. + +* Raised default timeout from 100ms to 500ms. + +* Added new --rtt (-D) option to display the packet round-trip time. + +* Include header file early in link-bpf.c to avoid BPF symbol + problems on some BSD based operating systems. + +* Added arp-fingerprint patterns for GNU/Hurd, Amazon Kindle (Linux 2.6), + BeOS, Windows 8, Recent Linux, FreeBSD, NetBSD and OpenBSD versions, and + RiscOS. + +* Added data file "pkt-custom-request-vlan-llc.dat" to the tarball to allow + the ARP request packet generation self test to complete successfully. + +* Various minor bug fixes and improvements. + +2011-03-01 arp-scan 1.8: + +* Updated IEEE OUI and IAB MAC/Vendor files. There are now 14707 OUI entries + and 3542 IAB entries. + +* Added support for trailer ARP replies, which were used in early versions + of BSD Unix on VAX. + +* Added support for ARP packets with both 802.1Q VLAN tag and LLC/SNAP framing. + +* The full help output is only displayed if specifically requested with + arp-scan --help. Usage errors now result in smaller help output. + +* Added support for Apple Mac OS X with Xcode 2.5 and later. This allows + arp-scan to build on Tiger, Leopard and Snow Leopard. + +* Changed license from GPLv2 to GPLv3. + +* Added warning about possible DoS when setting ar$spa to the destination IP + address to the help output and man page. + +* Added arp-fingerprint patterns for 2.11BSD, NetBSD 4.0, FreeBSD 7.0, + Vista SP1, Windows 7 and Blackberry OS. + +* Enabled compiler security options -fstack-protect, -D_FORTIFY_SOURCE=2 and + -Wformat-security if they are supported by the compiler. Also enabled extra + warnings -Wwrite-strings and -Wextra. + +* Added new "make check" tests to check packet generation, and packet decoding + and display. + +* Modified get-oui and get-iab perl scripts so they will work on systems where + the perl interpreter is not in /usr/bin, e.g. NetBSD. + +* Various minor bug fixes and improvements. + +2008-07-24 arp-scan 1.7: + +* new --pcapsavefile (-W) option to save the ARP response packets to a pcap + savefile for later analysis with tcpdump, wireshark or another program that + supports the pcap file format. + +* new --vlan (-Q) option to create outgoing ARP packets with an 802.1Q VLAN tag + ARP responses with a VLAN tag are interpreted and displayed. + +* New --llc (-L) option to create outgoing ARP packets with RFC 1042 LLC/SNAP + framing. Received ARP packets are decoded and displayed with either + LLC/SNAP or the default Ethernet-II framing irrespective of this option. + +* Avoid double unmarshalling of packet data: once in callback, then again in + display_packet(). + +* New arp-fingerprint patterns for ARP fingerprinting: Cisco 79xx IP Phone + SIP 5.x, 6.x and 7.x; Cisco 79xx IP Phone SIP 8.x. + +* Updated IEEE OUI and IAB MAC/Vendor files. There are now 11,697 OUI entries + and 2,386 IAB entries. + +2007-04-12 arp-scan 1.6: + +* arp-scan wiki at http://www.nta-monitor.com/wiki/ + This contains detailed documentation on arp-scan, and is intended to be + the primary documentation resource. + +* Added support for Sun Solaris. Tested on Solaris 9 (SPARC). arp-scan may + also work on other systems that use DLPI, but only Solaris has been tested. + +* New arp-fingerprint patterns for ARP fingerprinting: IOS 11.2, 11.3 and 12.4; + ScreenOS 5.1, 5.2, 5.3 and 5.4; Cisco VPN Concentrator 4.7; AIX 4.3 and 5.3; + Nortel Contivity 6.00 and 6.05; Cisco PIX 5.1, 5.2, 5.3, 6.0, 6.1, 6.2, 6.3 + and 7.0. + +* Updated IEEE OUI and IAB MAC/Vendor files. There are now 10,214 OUI entries + and 1,858 IAB entries. + +* Added HSRP MAC address to mac-vendor.txt. + +2006-07-22 arp-scan 1.5: + +* Reduced memory usage from 44 bytes per target to 28 bytes. This reduces + the memory usage for a Class-B network from 2.75MB to 1.75MB, and a Class-A + network from 704MB to 448MB. + +* Reduced the startup time for large target ranges. This reduces the startup + time for a Class-A network from 80 seconds to 15 seconds on a Compaq laptop + with 1.4GHz CPU. + +* Added support for FreeBSD, OpenBSD, NetBSD and MacOS X (Darwin). arp-scan + will probably also work on other operating systems that implement BPF, but + only those listed have been tested. + +* Improved operation of the --srcaddr option. Now this will change the + source hardware address in the Ethernet header without changing the + interface address. + +* Additional fingerprints for arp-fingerprint. + +* Improved manual pages. + +* Updated IEEE OUI and IAB files. There are now 9,426 OUI entries and 1,568 + IAB entries. + +2006-06-26 arp-scan 1.4: + +* Added IEEE IAB listings and associated get-iab update script and --iabfile + option. +* Added manual MAC/Vendor mapping file: mac-vendor.txt and associated + --macfile option. +* New --localnet option to scan all IP addresses on the specified interface + network and mask. + +2006-06-23 arp-scan 1.3: + +* Initial public release. Source distribution only, which will compile and + run on Linux. diff -Nru arp-scan-1.9/doc-pak/README arp-scan-2.0/doc-pak/README --- arp-scan-1.9/doc-pak/README 1970-01-01 05:30:00.000000000 +0530 +++ arp-scan-2.0/doc-pak/README 2017-09-21 19:24:11.000000000 +0530 @@ -0,0 +1,64 @@ +# arp-scan + +[![Build Status](https://secure.travis-ci.org/royhills/arp-scan.png)](http://travis-ci.org/royhills/arp-scan) +[![Coverage Status](https://coveralls.io/repos/royhills/arp-scan/badge.png?branch=master)](https://coveralls.io/r/royhills/arp-scan?branch=master) + +The ARP scanner + +## Table of Contents +- [Installation](#installation) +- [Documentation](#documentation) + +Installation +------------ + +arp-scan uses the standard GNU automake and autoconf tools, so the typical installation process is: + +- Run ```git clone https://github.com/royhills/arp-scan.git``` to obtain the project source code +- Run ```cd arp-scan``` to enter source directory +- Run ```autoreconf --install``` to generate a viable ./configure file +- Run ```./configure``` to generate a makefile for your system +- Run ```make``` to build the project +- Optionally run ```make check``` to verify that everything works as expected +- Run ```make install``` to install (you'll need root or sudo for this part) + +You will need GNU automake and autoconf, the make utility, an ANSI C compiler (for example gcc or clang), the development header files and libraries, and libpcap version 1.0 or later. + +If you want to run the Perl scripts arp-fingerprint, get-oui and get-iab, you +will need to have the Perl interpreter installed. These scripts were tested +on Perl 5.8 and 5.10, but will probably run on other versions of Perl 5 as well. +In addition, for get-oui and get-iab, you will need the LWP::UserAgent Perl +module. + +You can pass various options to "configure" to control the build and +installation process. See the file INSTALL for more details. + +arp-scan is known to compile and run on the following platforms: + + - Linux + - FreeBSD + - OpenBSD + - NetBSD + - DragonflyBSD + - MacOS X + - Solaris + +All platforms use libpcap (http://www.tcpdump.org/) to send the ARP packets +and receive the responses. + +The only peice of the code that is implementation-specific is the function to +obtain the interface MAC address. This uses Packet Socket on Linux, BPF on +BSD and DLPI on Solaris. + +Documentation +------------- + +The primary source of documentation is the arp-scan wiki at +http://www.nta-monitor.com/wiki/ + +For usage information, including details of all the options, use: + +```arp-scan --help``` + +For more detailed documentation, see the manual pages: arp-scan(1), +arp-fingerprint(1), get-iab(1), get-oui(1) and mac-vendor(5). diff -Nru arp-scan-1.9/doc-pak/README.md arp-scan-2.0/doc-pak/README.md --- arp-scan-1.9/doc-pak/README.md 1970-01-01 05:30:00.000000000 +0530 +++ arp-scan-2.0/doc-pak/README.md 2017-09-21 19:24:11.000000000 +0530 @@ -0,0 +1,64 @@ +# arp-scan + +[![Build Status](https://secure.travis-ci.org/royhills/arp-scan.png)](http://travis-ci.org/royhills/arp-scan) +[![Coverage Status](https://coveralls.io/repos/royhills/arp-scan/badge.png?branch=master)](https://coveralls.io/r/royhills/arp-scan?branch=master) + +The ARP scanner + +## Table of Contents +- [Installation](#installation) +- [Documentation](#documentation) + +Installation +------------ + +arp-scan uses the standard GNU automake and autoconf tools, so the typical installation process is: + +- Run ```git clone https://github.com/royhills/arp-scan.git``` to obtain the project source code +- Run ```cd arp-scan``` to enter source directory +- Run ```autoreconf --install``` to generate a viable ./configure file +- Run ```./configure``` to generate a makefile for your system +- Run ```make``` to build the project +- Optionally run ```make check``` to verify that everything works as expected +- Run ```make install``` to install (you'll need root or sudo for this part) + +You will need GNU automake and autoconf, the make utility, an ANSI C compiler (for example gcc or clang), the development header files and libraries, and libpcap version 1.0 or later. + +If you want to run the Perl scripts arp-fingerprint, get-oui and get-iab, you +will need to have the Perl interpreter installed. These scripts were tested +on Perl 5.8 and 5.10, but will probably run on other versions of Perl 5 as well. +In addition, for get-oui and get-iab, you will need the LWP::UserAgent Perl +module. + +You can pass various options to "configure" to control the build and +installation process. See the file INSTALL for more details. + +arp-scan is known to compile and run on the following platforms: + + - Linux + - FreeBSD + - OpenBSD + - NetBSD + - DragonflyBSD + - MacOS X + - Solaris + +All platforms use libpcap (http://www.tcpdump.org/) to send the ARP packets +and receive the responses. + +The only peice of the code that is implementation-specific is the function to +obtain the interface MAC address. This uses Packet Socket on Linux, BPF on +BSD and DLPI on Solaris. + +Documentation +------------- + +The primary source of documentation is the arp-scan wiki at +http://www.nta-monitor.com/wiki/ + +For usage information, including details of all the options, use: + +```arp-scan --help``` + +For more detailed documentation, see the manual pages: arp-scan(1), +arp-fingerprint(1), get-iab(1), get-oui(1) and mac-vendor(5). diff -Nru arp-scan-1.9/doc-pak/TODO arp-scan-2.0/doc-pak/TODO --- arp-scan-1.9/doc-pak/TODO 1970-01-01 05:30:00.000000000 +0530 +++ arp-scan-2.0/doc-pak/TODO 2017-09-21 19:24:11.000000000 +0530 @@ -0,0 +1,21 @@ +Code tidy up: reduce the number of global variables. + +Add support for win32 link-layer send and receive. + +Add support for Token Ring. + +Find portable function to get interface MAC address. + +Investigate response packets >60 bytes long, e.g. Windows 2003 Server and +some Cisco. + +Add XML output format. + +MPLS tag support. + +Add support for Cisco ISL VLANs in addition to 802.1Q VLANs. Suggested by +Daniel at commonexploits. + +Modify the IEEE MAC/Vendor mapping code and scripts to cater for the +forthcoming OUI registry restructuring detailed in: +http://tools.ietf.org/html/draft-ieee-rac-oui-restructuring-01 diff -Nru arp-scan-1.9/error.c arp-scan-2.0/error.c --- arp-scan-1.9/error.c 2013-04-15 14:54:43.000000000 +0530 +++ arp-scan-2.0/error.c 2017-09-21 19:24:11.000000000 +0530 @@ -1,24 +1,22 @@ /* - * The ARP scanner (arp-scan) is Copyright (C) 2005-2013 + * The ARP scanner (arp-scan) is Copyright (C) 2005-2016 * Roy Hills, NTA Monitor Ltd. * * This file is part of arp-scan. - * + * * arp-scan is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * arp-scan is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with arp-scan. If not, see . * - * $Id: error.c 19550 2013-04-15 09:24:42Z rsh $ - * * error.c -- error routines for arp-scan * * Author: Roy Hills @@ -27,8 +25,6 @@ #include "arp-scan.h" -static char rcsid[] = "$Id: error.c 19550 2013-04-15 09:24:42Z rsh $"; /* RCS ID for ident(1) */ - int daemon_proc; /* Non-zero if process is a daemon */ /* @@ -103,8 +99,3 @@ fputs(buf, stderr); fflush(stderr); } - -void -error_use_rcsid(void) { - fprintf(stderr, "%s\n", rcsid); /* Use rcsid to stop compiler optimising away */ -} Binary files /tmp/2NTAtgx11M/arp-scan-1.9/error.o and /tmp/9W11JtAni4/arp-scan-2.0/error.o differ diff -Nru arp-scan-1.9/get-iab arp-scan-2.0/get-iab --- arp-scan-1.9/get-iab 2013-04-15 14:54:43.000000000 +0530 +++ arp-scan-2.0/get-iab 2017-09-21 19:24:11.000000000 +0530 @@ -1,6 +1,6 @@ #!/usr/bin/env perl # -# Copyright 2006-2013 Roy Hills +# Copyright 2006-2016 Roy Hills # # This file is part of arp-scan. # @@ -17,8 +17,6 @@ # You should have received a copy of the GNU General Public License # along with arp-scan. If not, see . # -# $Id: get-iab 19550 2013-04-15 09:24:42Z rsh $ -# # get-iab -- Fetch the IAB file from the IEEE website # # Author: Roy Hills @@ -34,9 +32,10 @@ use warnings; use strict; use Getopt::Std; -use LWP::Simple; +use LWP::UserAgent; # my $default_url = 'http://standards.ieee.org/develop/regauth/iab/iab.txt'; +# http://standards.ieee.org/develop/regauth/oui36/oui36.txt my $default_filename='ieee-iab.txt'; # my $usage = @@ -55,7 +54,10 @@ my $verbose; my $filename; my $url; +my @lines; +my $line; my $lineno = 0; +my $oui; my $iab_var; my $vendor; # @@ -89,8 +91,10 @@ # Fetch the content from the URL # print "Fetching IAB data from $url\n" if $verbose; -my $content = get $url; -die "Could not get IAB data from $url\n" unless defined $content; +my $ua = LWP::UserAgent->new; +my $res = $ua->get($url); +die "Could not get IAB data from $url\n" unless $res->is_success; +my $content = $res->content; my $content_length = length($content); die "Zero-sized response from from $url\n" unless ($content_length > 0); print "Fetched $content_length bytes\n" if $verbose; @@ -133,19 +137,30 @@ # # Parse the content received from the URL, and write the IAB entries to the # output file. Match lines that look like this: -# 000000-000FFF (base 16) T.L.S. Corp. +# 00-50-C2 (hex) T.L.S. Corp. +# 000000-000FFF (base 16) T.L.S. Corp. # and write them to the output file looking like this: # 0050C2000 T.L.S. Corp. # -# Note that the 0050C2 bit is a constant, and we take -# the next three hex digits from the IEEE data. -# -while ($content =~ m/^\s*(\w+)-\w+\s+\(base 16\)[ ]+(.*)$/gm) { - $iab_var = substr($1,0,3); - $vendor = $2; - $vendor = "PRIVATE" if length($vendor) == 0; - print OUTPUT "0050C2$iab_var\t$vendor\n"; - $lineno++; +# We take the first 24 bits (six hex digits) from the first line containing +# "(hex)" and the next 12 bits (three hex digits) from the second line +# containing "(base 16)". These are then concatenated together to form the +# 36-bit IAB. +# +@lines = split /\n/, $content; +while (defined($line = shift @lines)) { + if ($line =~ m/^\s*(\w{2})-(\w{2})-(\w{2})\s+\(hex\)\s+(.*?)\s*$/) { # 1st line + $oui = "$1$2$3"; + $vendor = $4; + $line = shift @lines; # Read next line + if ($line =~ m/^\s*(\w+)-\w+\s+\(base 16\)/) { # 2nd line + $iab_var = substr($1,0,3); + print OUTPUT "$oui$iab_var\t$vendor\n"; + $lineno++; + } else { + die "ERROR: Unexpected input line in IEEE IAB data. Got: $line"; + } + } } # # All done. Close the output file and print IAB entry count diff -Nru arp-scan-1.9/get-iab.1 arp-scan-2.0/get-iab.1 --- arp-scan-1.9/get-iab.1 2007-12-27 18:51:14.000000000 +0530 +++ arp-scan-2.0/get-iab.1 2017-09-21 19:24:11.000000000 +0530 @@ -4,7 +4,6 @@ .\" are permitted in any medium without royalty provided the copyright .\" notice and this notice are preserved. .\" -.\" $Id: get-iab.1 7780 2006-06-20 08:32:01Z rsh $ .TH GET-IAB 1 "March 30, 2007" .\" Please adjust this date whenever revising the man page. .SH NAME @@ -99,7 +98,7 @@ .PP .B get-iab uses the -.I LWP::Simple +.I LWP::UserAgent Perl module to fetch the data from the IEEE website. You must have this module installed on your system for it to work. This module is available on most distributions, often called diff -Nru arp-scan-1.9/get-oui arp-scan-2.0/get-oui --- arp-scan-1.9/get-oui 2013-04-15 14:54:43.000000000 +0530 +++ arp-scan-2.0/get-oui 2017-09-21 19:24:11.000000000 +0530 @@ -1,6 +1,6 @@ #!/usr/bin/env perl # -# Copyright 2006-2013 Roy Hills +# Copyright 2006-2016 Roy Hills # # This file is part of arp-scan. # @@ -17,8 +17,6 @@ # You should have received a copy of the GNU General Public License # along with arp-scan. If not, see . # -# $Id: get-oui 19550 2013-04-15 09:24:42Z rsh $ -# # get-oui -- Fetch the OUI file from the IEEE website # # Author: Roy Hills @@ -30,9 +28,9 @@ use warnings; use strict; use Getopt::Std; -use LWP::Simple; +use LWP::UserAgent; # -my $default_url = 'http://standards.ieee.org/develop/regauth/oui/oui.txt'; +my $default_url = 'http://standards-oui.ieee.org/oui/oui.txt'; my $default_filename='ieee-oui.txt'; # my $usage = @@ -83,8 +81,10 @@ # Fetch the content from the URL # print "Fetching OUI data from $url\n" if $verbose; -my $content = get $url; -die "Could not get OUI data from $url\n" unless defined $content; +my $ua = LWP::UserAgent->new; +my $res = $ua->get($url); +die "Could not get OUI data from $url\n" unless $res->is_success; +my $content = $res->content; my $content_length = length($content); die "Zero-sized response from from $url\n" unless ($content_length > 0); print "Fetched $content_length bytes\n" if $verbose; @@ -131,7 +131,7 @@ # and write them to the output file looking like this: # 000000 XEROX CORPORATION # -while ($content =~ m/^\s*(\w+)-(\w+)-(\w+)\s+\(hex\)\s+(.*)$/gm) { +while ($content =~ m/^\s*(\w{2})-(\w{2})-(\w{2})\s+\(hex\)\s+(.*?)\s*$/gm) { print OUTPUT "$1$2$3\t$4\n"; $lineno++; } diff -Nru arp-scan-1.9/get-oui.1 arp-scan-2.0/get-oui.1 --- arp-scan-1.9/get-oui.1 2007-12-27 18:53:43.000000000 +0530 +++ arp-scan-2.0/get-oui.1 2017-09-21 19:24:11.000000000 +0530 @@ -4,8 +4,7 @@ .\" are permitted in any medium without royalty provided the copyright .\" notice and this notice are preserved. .\" -.\" $Id: get-oui.1 12365 2007-12-27 13:23:40Z rsh $ -.TH GET-OUI 1 "March 30, 2007" +.TH GET-OUI 1 "August 13, 2016" .\" Please adjust this date whenever revising the man page. .SH NAME get-oui \- Fetch the arp-scan OUI file from the IEEE website @@ -50,7 +49,7 @@ OUI file up to date. .PP The OUI data is fetched from the URL -.I http://standards.ieee.org/regauth/oui/oui.txt +.I http://standards-oui.ieee.org/oui/oui.txt and the output file is saved to the file .I ieee-oui.txt in the current directory. The URL to fetch the data from can be changed with @@ -84,7 +83,7 @@ .TP .B -u Use the specified URL to fetch the raw OUI data from instead of the default -.I http://standards.ieee.org/regauth/oui/oui.txt. +.I http://standards-oui.ieee.org/oui/oui.txt. .TP .B -v Display verbose progress messages. @@ -96,10 +95,10 @@ .nf $ get-oui -v Renaming ieee-oui.txt to ieee-oui.txt.bak -Fetching OUI data from http://standards.ieee.org/regauth/oui/oui.txt -Fetched 1467278 bytes +Fetching OUI data from http://standards-oui.ieee.org/oui/oui.txt +Fetched 3467133 bytes Opening output file ieee-oui.txt -9274 OUI entries written to file ieee-oui.txt +22402 OUI entries written to file ieee-oui.txt .fi .SH NOTES .B get-oui @@ -108,7 +107,7 @@ .PP .B get-oui uses the -.I LWP::Simple +.I LWP::UserAgent Perl module to fetch the data from the IEEE website. You must have this module installed on your system for it to work. This module is available on most distributions, often called diff -Nru arp-scan-1.9/.git/config arp-scan-2.0/.git/config --- arp-scan-1.9/.git/config 1970-01-01 05:30:00.000000000 +0530 +++ arp-scan-2.0/.git/config 2017-09-21 19:24:11.000000000 +0530 @@ -0,0 +1,11 @@ +[core] + repositoryformatversion = 0 + filemode = true + bare = false + logallrefupdates = true +[remote "origin"] + url = https://github.com/royhills/arp-scan.git + fetch = +refs/heads/*:refs/remotes/origin/* +[branch "master"] + remote = origin + merge = refs/heads/master diff -Nru arp-scan-1.9/.git/description arp-scan-2.0/.git/description --- arp-scan-1.9/.git/description 1970-01-01 05:30:00.000000000 +0530 +++ arp-scan-2.0/.git/description 2017-09-21 19:24:02.000000000 +0530 @@ -0,0 +1 @@ +Unnamed repository; edit this file 'description' to name the repository. diff -Nru arp-scan-1.9/.git/HEAD arp-scan-2.0/.git/HEAD --- arp-scan-1.9/.git/HEAD 1970-01-01 05:30:00.000000000 +0530 +++ arp-scan-2.0/.git/HEAD 2017-09-21 19:24:11.000000000 +0530 @@ -0,0 +1 @@ +ref: refs/heads/master diff -Nru arp-scan-1.9/.git/hooks/applypatch-msg.sample arp-scan-2.0/.git/hooks/applypatch-msg.sample --- arp-scan-1.9/.git/hooks/applypatch-msg.sample 1970-01-01 05:30:00.000000000 +0530 +++ arp-scan-2.0/.git/hooks/applypatch-msg.sample 2017-09-21 19:24:02.000000000 +0530 @@ -0,0 +1,15 @@ +#!/bin/sh +# +# An example hook script to check the commit log message taken by +# applypatch from an e-mail message. +# +# The hook should exit with non-zero status after issuing an +# appropriate message if it wants to stop the commit. The hook is +# allowed to edit the commit message file. +# +# To enable this hook, rename this file to "applypatch-msg". + +. git-sh-setup +commitmsg="$(git rev-parse --git-path hooks/commit-msg)" +test -x "$commitmsg" && exec "$commitmsg" ${1+"$@"} +: diff -Nru arp-scan-1.9/.git/hooks/commit-msg.sample arp-scan-2.0/.git/hooks/commit-msg.sample --- arp-scan-1.9/.git/hooks/commit-msg.sample 1970-01-01 05:30:00.000000000 +0530 +++ arp-scan-2.0/.git/hooks/commit-msg.sample 2017-09-21 19:24:02.000000000 +0530 @@ -0,0 +1,24 @@ +#!/bin/sh +# +# An example hook script to check the commit log message. +# Called by "git commit" with one argument, the name of the file +# that has the commit message. The hook should exit with non-zero +# status after issuing an appropriate message if it wants to stop the +# commit. The hook is allowed to edit the commit message file. +# +# To enable this hook, rename this file to "commit-msg". + +# Uncomment the below to add a Signed-off-by line to the message. +# Doing this in a hook is a bad idea in general, but the prepare-commit-msg +# hook is more suited to it. +# +# SOB=$(git var GIT_AUTHOR_IDENT | sed -n 's/^\(.*>\).*$/Signed-off-by: \1/p') +# grep -qs "^$SOB" "$1" || echo "$SOB" >> "$1" + +# This example catches duplicate Signed-off-by lines. + +test "" = "$(grep '^Signed-off-by: ' "$1" | + sort | uniq -c | sed -e '/^[ ]*1[ ]/d')" || { + echo >&2 Duplicate Signed-off-by lines. + exit 1 +} diff -Nru arp-scan-1.9/.git/hooks/post-update.sample arp-scan-2.0/.git/hooks/post-update.sample --- arp-scan-1.9/.git/hooks/post-update.sample 1970-01-01 05:30:00.000000000 +0530 +++ arp-scan-2.0/.git/hooks/post-update.sample 2017-09-21 19:24:02.000000000 +0530 @@ -0,0 +1,8 @@ +#!/bin/sh +# +# An example hook script to prepare a packed repository for use over +# dumb transports. +# +# To enable this hook, rename this file to "post-update". + +exec git update-server-info diff -Nru arp-scan-1.9/.git/hooks/pre-applypatch.sample arp-scan-2.0/.git/hooks/pre-applypatch.sample --- arp-scan-1.9/.git/hooks/pre-applypatch.sample 1970-01-01 05:30:00.000000000 +0530 +++ arp-scan-2.0/.git/hooks/pre-applypatch.sample 2017-09-21 19:24:02.000000000 +0530 @@ -0,0 +1,14 @@ +#!/bin/sh +# +# An example hook script to verify what is about to be committed +# by applypatch from an e-mail message. +# +# The hook should exit with non-zero status after issuing an +# appropriate message if it wants to stop the commit. +# +# To enable this hook, rename this file to "pre-applypatch". + +. git-sh-setup +precommit="$(git rev-parse --git-path hooks/pre-commit)" +test -x "$precommit" && exec "$precommit" ${1+"$@"} +: diff -Nru arp-scan-1.9/.git/hooks/pre-commit.sample arp-scan-2.0/.git/hooks/pre-commit.sample --- arp-scan-1.9/.git/hooks/pre-commit.sample 1970-01-01 05:30:00.000000000 +0530 +++ arp-scan-2.0/.git/hooks/pre-commit.sample 2017-09-21 19:24:02.000000000 +0530 @@ -0,0 +1,49 @@ +#!/bin/sh +# +# An example hook script to verify what is about to be committed. +# Called by "git commit" with no arguments. The hook should +# exit with non-zero status after issuing an appropriate message if +# it wants to stop the commit. +# +# To enable this hook, rename this file to "pre-commit". + +if git rev-parse --verify HEAD >/dev/null 2>&1 +then + against=HEAD +else + # Initial commit: diff against an empty tree object + against=4b825dc642cb6eb9a060e54bf8d69288fbee4904 +fi + +# If you want to allow non-ASCII filenames set this variable to true. +allownonascii=$(git config --bool hooks.allownonascii) + +# Redirect output to stderr. +exec 1>&2 + +# Cross platform projects tend to avoid non-ASCII filenames; prevent +# them from being added to the repository. We exploit the fact that the +# printable range starts at the space character and ends with tilde. +if [ "$allownonascii" != "true" ] && + # Note that the use of brackets around a tr range is ok here, (it's + # even required, for portability to Solaris 10's /usr/bin/tr), since + # the square bracket bytes happen to fall in the designated range. + test $(git diff --cached --name-only --diff-filter=A -z $against | + LC_ALL=C tr -d '[ -~]\0' | wc -c) != 0 +then + cat <<\EOF +Error: Attempt to add a non-ASCII file name. + +This can cause problems if you want to work with people on other platforms. + +To be portable it is advisable to rename the file. + +If you know what you are doing you can disable this check using: + + git config hooks.allownonascii true +EOF + exit 1 +fi + +# If there are whitespace errors, print the offending file names and fail. +exec git diff-index --check --cached $against -- diff -Nru arp-scan-1.9/.git/hooks/prepare-commit-msg.sample arp-scan-2.0/.git/hooks/prepare-commit-msg.sample --- arp-scan-1.9/.git/hooks/prepare-commit-msg.sample 1970-01-01 05:30:00.000000000 +0530 +++ arp-scan-2.0/.git/hooks/prepare-commit-msg.sample 2017-09-21 19:24:02.000000000 +0530 @@ -0,0 +1,36 @@ +#!/bin/sh +# +# An example hook script to prepare the commit log message. +# Called by "git commit" with the name of the file that has the +# commit message, followed by the description of the commit +# message's source. The hook's purpose is to edit the commit +# message file. If the hook fails with a non-zero status, +# the commit is aborted. +# +# To enable this hook, rename this file to "prepare-commit-msg". + +# This hook includes three examples. The first comments out the +# "Conflicts:" part of a merge commit. +# +# The second includes the output of "git diff --name-status -r" +# into the message, just before the "git status" output. It is +# commented because it doesn't cope with --amend or with squashed +# commits. +# +# The third example adds a Signed-off-by line to the message, that can +# still be edited. This is rarely a good idea. + +case "$2,$3" in + merge,) + /usr/bin/perl -i.bak -ne 's/^/# /, s/^# #/#/ if /^Conflicts/ .. /#/; print' "$1" ;; + +# ,|template,) +# /usr/bin/perl -i.bak -pe ' +# print "\n" . `git diff --cached --name-status -r` +# if /^#/ && $first++ == 0' "$1" ;; + + *) ;; +esac + +# SOB=$(git var GIT_AUTHOR_IDENT | sed -n 's/^\(.*>\).*$/Signed-off-by: \1/p') +# grep -qs "^$SOB" "$1" || echo "$SOB" >> "$1" diff -Nru arp-scan-1.9/.git/hooks/pre-push.sample arp-scan-2.0/.git/hooks/pre-push.sample --- arp-scan-1.9/.git/hooks/pre-push.sample 1970-01-01 05:30:00.000000000 +0530 +++ arp-scan-2.0/.git/hooks/pre-push.sample 2017-09-21 19:24:02.000000000 +0530 @@ -0,0 +1,53 @@ +#!/bin/sh + +# An example hook script to verify what is about to be pushed. Called by "git +# push" after it has checked the remote status, but before anything has been +# pushed. If this script exits with a non-zero status nothing will be pushed. +# +# This hook is called with the following parameters: +# +# $1 -- Name of the remote to which the push is being done +# $2 -- URL to which the push is being done +# +# If pushing without using a named remote those arguments will be equal. +# +# Information about the commits which are being pushed is supplied as lines to +# the standard input in the form: +# +# +# +# This sample shows how to prevent push of commits where the log message starts +# with "WIP" (work in progress). + +remote="$1" +url="$2" + +z40=0000000000000000000000000000000000000000 + +while read local_ref local_sha remote_ref remote_sha +do + if [ "$local_sha" = $z40 ] + then + # Handle delete + : + else + if [ "$remote_sha" = $z40 ] + then + # New branch, examine all commits + range="$local_sha" + else + # Update to existing branch, examine new commits + range="$remote_sha..$local_sha" + fi + + # Check for WIP commit + commit=`git rev-list -n 1 --grep '^WIP' "$range"` + if [ -n "$commit" ] + then + echo >&2 "Found WIP commit in $local_ref, not pushing" + exit 1 + fi + fi +done + +exit 0 diff -Nru arp-scan-1.9/.git/hooks/pre-rebase.sample arp-scan-2.0/.git/hooks/pre-rebase.sample --- arp-scan-1.9/.git/hooks/pre-rebase.sample 1970-01-01 05:30:00.000000000 +0530 +++ arp-scan-2.0/.git/hooks/pre-rebase.sample 2017-09-21 19:24:02.000000000 +0530 @@ -0,0 +1,169 @@ +#!/bin/sh +# +# Copyright (c) 2006, 2008 Junio C Hamano +# +# The "pre-rebase" hook is run just before "git rebase" starts doing +# its job, and can prevent the command from running by exiting with +# non-zero status. +# +# The hook is called with the following parameters: +# +# $1 -- the upstream the series was forked from. +# $2 -- the branch being rebased (or empty when rebasing the current branch). +# +# This sample shows how to prevent topic branches that are already +# merged to 'next' branch from getting rebased, because allowing it +# would result in rebasing already published history. + +publish=next +basebranch="$1" +if test "$#" = 2 +then + topic="refs/heads/$2" +else + topic=`git symbolic-ref HEAD` || + exit 0 ;# we do not interrupt rebasing detached HEAD +fi + +case "$topic" in +refs/heads/??/*) + ;; +*) + exit 0 ;# we do not interrupt others. + ;; +esac + +# Now we are dealing with a topic branch being rebased +# on top of master. Is it OK to rebase it? + +# Does the topic really exist? +git show-ref -q "$topic" || { + echo >&2 "No such branch $topic" + exit 1 +} + +# Is topic fully merged to master? +not_in_master=`git rev-list --pretty=oneline ^master "$topic"` +if test -z "$not_in_master" +then + echo >&2 "$topic is fully merged to master; better remove it." + exit 1 ;# we could allow it, but there is no point. +fi + +# Is topic ever merged to next? If so you should not be rebasing it. +only_next_1=`git rev-list ^master "^$topic" ${publish} | sort` +only_next_2=`git rev-list ^master ${publish} | sort` +if test "$only_next_1" = "$only_next_2" +then + not_in_topic=`git rev-list "^$topic" master` + if test -z "$not_in_topic" + then + echo >&2 "$topic is already up-to-date with master" + exit 1 ;# we could allow it, but there is no point. + else + exit 0 + fi +else + not_in_next=`git rev-list --pretty=oneline ^${publish} "$topic"` + /usr/bin/perl -e ' + my $topic = $ARGV[0]; + my $msg = "* $topic has commits already merged to public branch:\n"; + my (%not_in_next) = map { + /^([0-9a-f]+) /; + ($1 => 1); + } split(/\n/, $ARGV[1]); + for my $elem (map { + /^([0-9a-f]+) (.*)$/; + [$1 => $2]; + } split(/\n/, $ARGV[2])) { + if (!exists $not_in_next{$elem->[0]}) { + if ($msg) { + print STDERR $msg; + undef $msg; + } + print STDERR " $elem->[1]\n"; + } + } + ' "$topic" "$not_in_next" "$not_in_master" + exit 1 +fi + +<<\DOC_END + +This sample hook safeguards topic branches that have been +published from being rewound. + +The workflow assumed here is: + + * Once a topic branch forks from "master", "master" is never + merged into it again (either directly or indirectly). + + * Once a topic branch is fully cooked and merged into "master", + it is deleted. If you need to build on top of it to correct + earlier mistakes, a new topic branch is created by forking at + the tip of the "master". This is not strictly necessary, but + it makes it easier to keep your history simple. + + * Whenever you need to test or publish your changes to topic + branches, merge them into "next" branch. + +The script, being an example, hardcodes the publish branch name +to be "next", but it is trivial to make it configurable via +$GIT_DIR/config mechanism. + +With this workflow, you would want to know: + +(1) ... if a topic branch has ever been merged to "next". Young + topic branches can have stupid mistakes you would rather + clean up before publishing, and things that have not been + merged into other branches can be easily rebased without + affecting other people. But once it is published, you would + not want to rewind it. + +(2) ... if a topic branch has been fully merged to "master". + Then you can delete it. More importantly, you should not + build on top of it -- other people may already want to + change things related to the topic as patches against your + "master", so if you need further changes, it is better to + fork the topic (perhaps with the same name) afresh from the + tip of "master". + +Let's look at this example: + + o---o---o---o---o---o---o---o---o---o "next" + / / / / + / a---a---b A / / + / / / / + / / c---c---c---c B / + / / / \ / + / / / b---b C \ / + / / / / \ / + ---o---o---o---o---o---o---o---o---o---o---o "master" + + +A, B and C are topic branches. + + * A has one fix since it was merged up to "next". + + * B has finished. It has been fully merged up to "master" and "next", + and is ready to be deleted. + + * C has not merged to "next" at all. + +We would want to allow C to be rebased, refuse A, and encourage +B to be deleted. + +To compute (1): + + git rev-list ^master ^topic next + git rev-list ^master next + + if these match, topic has not merged in next at all. + +To compute (2): + + git rev-list master..topic + + if this is empty, it is fully merged to "master". + +DOC_END diff -Nru arp-scan-1.9/.git/hooks/pre-receive.sample arp-scan-2.0/.git/hooks/pre-receive.sample --- arp-scan-1.9/.git/hooks/pre-receive.sample 1970-01-01 05:30:00.000000000 +0530 +++ arp-scan-2.0/.git/hooks/pre-receive.sample 2017-09-21 19:24:02.000000000 +0530 @@ -0,0 +1,24 @@ +#!/bin/sh +# +# An example hook script to make use of push options. +# The example simply echoes all push options that start with 'echoback=' +# and rejects all pushes when the "reject" push option is used. +# +# To enable this hook, rename this file to "pre-receive". + +if test -n "$GIT_PUSH_OPTION_COUNT" +then + i=0 + while test "$i" -lt "$GIT_PUSH_OPTION_COUNT" + do + eval "value=\$GIT_PUSH_OPTION_$i" + case "$value" in + echoback=*) + echo "echo from the pre-receive-hook: ${value#*=}" >&2 + ;; + reject) + exit 1 + esac + i=$((i + 1)) + done +fi diff -Nru arp-scan-1.9/.git/hooks/update.sample arp-scan-2.0/.git/hooks/update.sample --- arp-scan-1.9/.git/hooks/update.sample 1970-01-01 05:30:00.000000000 +0530 +++ arp-scan-2.0/.git/hooks/update.sample 2017-09-21 19:24:02.000000000 +0530 @@ -0,0 +1,128 @@ +#!/bin/sh +# +# An example hook script to block unannotated tags from entering. +# Called by "git receive-pack" with arguments: refname sha1-old sha1-new +# +# To enable this hook, rename this file to "update". +# +# Config +# ------ +# hooks.allowunannotated +# This boolean sets whether unannotated tags will be allowed into the +# repository. By default they won't be. +# hooks.allowdeletetag +# This boolean sets whether deleting tags will be allowed in the +# repository. By default they won't be. +# hooks.allowmodifytag +# This boolean sets whether a tag may be modified after creation. By default +# it won't be. +# hooks.allowdeletebranch +# This boolean sets whether deleting branches will be allowed in the +# repository. By default they won't be. +# hooks.denycreatebranch +# This boolean sets whether remotely creating branches will be denied +# in the repository. By default this is allowed. +# + +# --- Command line +refname="$1" +oldrev="$2" +newrev="$3" + +# --- Safety check +if [ -z "$GIT_DIR" ]; then + echo "Don't run this script from the command line." >&2 + echo " (if you want, you could supply GIT_DIR then run" >&2 + echo " $0 )" >&2 + exit 1 +fi + +if [ -z "$refname" -o -z "$oldrev" -o -z "$newrev" ]; then + echo "usage: $0 " >&2 + exit 1 +fi + +# --- Config +allowunannotated=$(git config --bool hooks.allowunannotated) +allowdeletebranch=$(git config --bool hooks.allowdeletebranch) +denycreatebranch=$(git config --bool hooks.denycreatebranch) +allowdeletetag=$(git config --bool hooks.allowdeletetag) +allowmodifytag=$(git config --bool hooks.allowmodifytag) + +# check for no description +projectdesc=$(sed -e '1q' "$GIT_DIR/description") +case "$projectdesc" in +"Unnamed repository"* | "") + echo "*** Project description file hasn't been set" >&2 + exit 1 + ;; +esac + +# --- Check types +# if $newrev is 0000...0000, it's a commit to delete a ref. +zero="0000000000000000000000000000000000000000" +if [ "$newrev" = "$zero" ]; then + newrev_type=delete +else + newrev_type=$(git cat-file -t $newrev) +fi + +case "$refname","$newrev_type" in + refs/tags/*,commit) + # un-annotated tag + short_refname=${refname##refs/tags/} + if [ "$allowunannotated" != "true" ]; then + echo "*** The un-annotated tag, $short_refname, is not allowed in this repository" >&2 + echo "*** Use 'git tag [ -a | -s ]' for tags you want to propagate." >&2 + exit 1 + fi + ;; + refs/tags/*,delete) + # delete tag + if [ "$allowdeletetag" != "true" ]; then + echo "*** Deleting a tag is not allowed in this repository" >&2 + exit 1 + fi + ;; + refs/tags/*,tag) + # annotated tag + if [ "$allowmodifytag" != "true" ] && git rev-parse $refname > /dev/null 2>&1 + then + echo "*** Tag '$refname' already exists." >&2 + echo "*** Modifying a tag is not allowed in this repository." >&2 + exit 1 + fi + ;; + refs/heads/*,commit) + # branch + if [ "$oldrev" = "$zero" -a "$denycreatebranch" = "true" ]; then + echo "*** Creating a branch is not allowed in this repository" >&2 + exit 1 + fi + ;; + refs/heads/*,delete) + # delete branch + if [ "$allowdeletebranch" != "true" ]; then + echo "*** Deleting a branch is not allowed in this repository" >&2 + exit 1 + fi + ;; + refs/remotes/*,commit) + # tracking branch + ;; + refs/remotes/*,delete) + # delete tracking branch + if [ "$allowdeletebranch" != "true" ]; then + echo "*** Deleting a tracking branch is not allowed in this repository" >&2 + exit 1 + fi + ;; + *) + # Anything else (is there anything else?) + echo "*** Update hook: unknown type of update to ref $refname of type $newrev_type" >&2 + exit 1 + ;; +esac + +# --- Finished +exit 0 Binary files /tmp/2NTAtgx11M/arp-scan-1.9/.git/index and /tmp/9W11JtAni4/arp-scan-2.0/.git/index differ diff -Nru arp-scan-1.9/.git/info/exclude arp-scan-2.0/.git/info/exclude --- arp-scan-1.9/.git/info/exclude 1970-01-01 05:30:00.000000000 +0530 +++ arp-scan-2.0/.git/info/exclude 2017-09-21 19:24:02.000000000 +0530 @@ -0,0 +1,6 @@ +# git ls-files --others --exclude-from=.git/info/exclude +# Lines that start with '#' are comments. +# For a project mostly in C, the following would be a good set of +# exclude patterns (uncomment them if you want to use them): +# *.[oa] +# *~ diff -Nru arp-scan-1.9/.git/logs/HEAD arp-scan-2.0/.git/logs/HEAD --- arp-scan-1.9/.git/logs/HEAD 1970-01-01 05:30:00.000000000 +0530 +++ arp-scan-2.0/.git/logs/HEAD 2017-09-21 19:24:11.000000000 +0530 @@ -0,0 +1 @@ +0000000000000000000000000000000000000000 96d195093de46e67ea2bda0f00700e37dd11df3f Kaushal Parikh 1506002051 +0530 clone: from https://github.com/royhills/arp-scan.git diff -Nru arp-scan-1.9/.git/logs/refs/heads/master arp-scan-2.0/.git/logs/refs/heads/master --- arp-scan-1.9/.git/logs/refs/heads/master 1970-01-01 05:30:00.000000000 +0530 +++ arp-scan-2.0/.git/logs/refs/heads/master 2017-09-21 19:24:11.000000000 +0530 @@ -0,0 +1 @@ +0000000000000000000000000000000000000000 96d195093de46e67ea2bda0f00700e37dd11df3f Kaushal Parikh 1506002051 +0530 clone: from https://github.com/royhills/arp-scan.git diff -Nru arp-scan-1.9/.git/logs/refs/remotes/origin/HEAD arp-scan-2.0/.git/logs/refs/remotes/origin/HEAD --- arp-scan-1.9/.git/logs/refs/remotes/origin/HEAD 1970-01-01 05:30:00.000000000 +0530 +++ arp-scan-2.0/.git/logs/refs/remotes/origin/HEAD 2017-09-21 19:24:11.000000000 +0530 @@ -0,0 +1 @@ +0000000000000000000000000000000000000000 96d195093de46e67ea2bda0f00700e37dd11df3f Kaushal Parikh 1506002051 +0530 clone: from https://github.com/royhills/arp-scan.git Binary files /tmp/2NTAtgx11M/arp-scan-1.9/.git/objects/pack/pack-6f00fe2f65e9801e7452238e5c5508838fc7cc95.idx and /tmp/9W11JtAni4/arp-scan-2.0/.git/objects/pack/pack-6f00fe2f65e9801e7452238e5c5508838fc7cc95.idx differ Binary files /tmp/2NTAtgx11M/arp-scan-1.9/.git/objects/pack/pack-6f00fe2f65e9801e7452238e5c5508838fc7cc95.pack and /tmp/9W11JtAni4/arp-scan-2.0/.git/objects/pack/pack-6f00fe2f65e9801e7452238e5c5508838fc7cc95.pack differ diff -Nru arp-scan-1.9/.git/packed-refs arp-scan-2.0/.git/packed-refs --- arp-scan-1.9/.git/packed-refs 1970-01-01 05:30:00.000000000 +0530 +++ arp-scan-2.0/.git/packed-refs 2017-09-21 19:24:11.000000000 +0530 @@ -0,0 +1,15 @@ +# pack-refs with: peeled fully-peeled +bfee8899993fbcca74de44c594903e0827da10b5 refs/remotes/origin/ieee-registry-changes +96d195093de46e67ea2bda0f00700e37dd11df3f refs/remotes/origin/master +e0a92bd5d53afd9323e9af75d01b26c6f3c7331d refs/tags/1.4 +^d53d57df31f0e77fca894eb15bc5ff5a79614563 +cd0907212d80c925a10c67bbc3eadcf71e4542c6 refs/tags/1.5 +^550ad1a710543351486ce90367f4076f51b6d588 +0b2d31515266e0fce36863495aa7705177946b02 refs/tags/1.6 +^23679fc5990590e24be88f7c4c7f8e6280d18b6a +81a3a72e53abfc1f2802c6688d3a655d5c0dc6cf refs/tags/1.7 +^7a89adc2c359e2183ba4e8e3d9261ec6f5330a54 +ef34f109a7813f9d0a05d0e6f0a9ce2da8b94831 refs/tags/1.8 +^aa08f88b6fdf1982dccddf850b04bb9a3198b2a9 +ec5289d6c77732ab5be2e57220aff2a765a22d70 refs/tags/1.9 +^4a1c4a97b8cd9a89551d0fc930d45c36bcdce2ec diff -Nru arp-scan-1.9/.git/refs/heads/master arp-scan-2.0/.git/refs/heads/master --- arp-scan-1.9/.git/refs/heads/master 1970-01-01 05:30:00.000000000 +0530 +++ arp-scan-2.0/.git/refs/heads/master 2017-09-21 19:24:11.000000000 +0530 @@ -0,0 +1 @@ +96d195093de46e67ea2bda0f00700e37dd11df3f diff -Nru arp-scan-1.9/.git/refs/remotes/origin/HEAD arp-scan-2.0/.git/refs/remotes/origin/HEAD --- arp-scan-1.9/.git/refs/remotes/origin/HEAD 1970-01-01 05:30:00.000000000 +0530 +++ arp-scan-2.0/.git/refs/remotes/origin/HEAD 2017-09-21 19:24:11.000000000 +0530 @@ -0,0 +1 @@ +ref: refs/remotes/origin/master diff -Nru arp-scan-1.9/.gitignore arp-scan-2.0/.gitignore --- arp-scan-1.9/.gitignore 1970-01-01 05:30:00.000000000 +0530 +++ arp-scan-2.0/.gitignore 2017-09-21 19:24:11.000000000 +0530 @@ -0,0 +1,29 @@ +# Autoconf and automake generated files +.deps/ +INSTALL +Makefile +Makefile.in +aclocal.m4 +autom4te.cache/ +config.guess +config.h +config.h.in +config.log +config.status +config.sub +configure +depcomp +install-sh +missing +stamp-h1 +compile +test-driver +# Compiler output files +*.o +arp-scan +*.gcno +*.gcda +*.gcov +# IEEE OUI and IAB backup files +ieee-iab.txt.bak +ieee-oui.txt.bak diff -Nru arp-scan-1.9/hash.c arp-scan-2.0/hash.c --- arp-scan-1.9/hash.c 2010-12-23 00:48:22.000000000 +0530 +++ arp-scan-2.0/hash.c 1970-01-01 05:30:00.000000000 +0530 @@ -1,628 +0,0 @@ -/* hash.c -- gas hash table code - Copyright 1987, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998, 1999, - 2000, 2001, 2002, 2003, 2005, 2007, 2008, 2009 - Free Software Foundation, Inc. - - This file is part of GAS, the GNU Assembler. - - GAS is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 3, or (at your option) - any later version. - - GAS is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with GAS; see the file COPYING. If not, write to the Free - Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA - 02110-1301, USA. */ - -/* This version of the hash table code is a wholescale replacement of - the old hash table code, which was fairly bad. This is based on - the hash table code in BFD, but optimized slightly for the - assembler. The assembler does not need to derive structures that - are stored in the hash table. Instead, it always stores a pointer. - The assembler uses the hash table mostly to store symbols, and we - don't need to confuse the symbol structure with a hash table - structure. */ - -/* rsh changes start */ -#include "arp-scan.h" -#include "obstack.h" -#define xmalloc Malloc -#define obstack_chunk_alloc Malloc -#define obstack_chunk_free free -/* The default obstack chunk size. If we set this to zero, the - obstack code will use whatever will fit in a 4096 byte block. */ -int chunksize = 0; - -/* - #include "as.h" - #include "safe-ctype.h" -*/ - -/* rsh changes end */ - -/* An entry in a hash table. */ - -struct hash_entry { - /* Next entry for this hash code. */ - struct hash_entry *next; - /* String being hashed. */ - const char *string; - /* Hash code. This is the full hash code, not the index into the - table. */ - unsigned long hash; - /* Pointer being stored in the hash table. */ - void *data; -}; - -/* A hash table. */ - -struct hash_control { - /* The hash array. */ - struct hash_entry **table; - /* The number of slots in the hash table. */ - unsigned int size; - /* An obstack for this hash table. */ - struct obstack memory; - -#ifdef HASH_STATISTICS - /* Statistics. */ - unsigned long lookups; - unsigned long hash_compares; - unsigned long string_compares; - unsigned long insertions; - unsigned long replacements; - unsigned long deletions; -#endif /* HASH_STATISTICS */ -}; - -/* The default number of entries to use when creating a hash table. - Note this value can be reduced to 4051 by using the command line - switch --reduce-memory-overheads, or set to other values by using - the --hash-size= switch. */ - -static unsigned long gas_hash_table_size = 65537; - -void -set_gas_hash_table_size (unsigned long size) -{ - gas_hash_table_size = size; -} - -/* FIXME: This function should be amalgmated with bfd/hash.c:bfd_hash_set_default_size(). */ -static unsigned long -get_gas_hash_table_size (void) -{ - /* Extend this prime list if you want more granularity of hash table size. */ - static const unsigned long hash_size_primes[] = - { - 1021, 4051, 8599, 16699, 65537 - }; - unsigned int hindex; - - /* Work out the best prime number near the hash_size. - FIXME: This could be a more sophisticated algorithm, - but is it really worth implementing it ? */ - for (hindex = 0; hindex < ARRAY_SIZE (hash_size_primes) - 1; ++ hindex) - if (gas_hash_table_size <= hash_size_primes[hindex]) - break; - - return hash_size_primes[hindex]; -} - -/* Create a hash table. This return a control block. */ - -struct hash_control * -hash_new (void) -{ - unsigned long size; - unsigned long alloc; - struct hash_control *ret; - - size = get_gas_hash_table_size (); - - ret = (struct hash_control *) xmalloc (sizeof *ret); - obstack_begin (&ret->memory, chunksize); - alloc = size * sizeof (struct hash_entry *); - ret->table = (struct hash_entry **) obstack_alloc (&ret->memory, alloc); - memset (ret->table, 0, alloc); - ret->size = size; - -#ifdef HASH_STATISTICS - ret->lookups = 0; - ret->hash_compares = 0; - ret->string_compares = 0; - ret->insertions = 0; - ret->replacements = 0; - ret->deletions = 0; -#endif - - return ret; -} - -/* Delete a hash table, freeing all allocated memory. */ - -void -hash_die (struct hash_control *table) -{ - obstack_free (&table->memory, 0); - free (table); -} - -/* Look up a string in a hash table. This returns a pointer to the - hash_entry, or NULL if the string is not in the table. If PLIST is - not NULL, this sets *PLIST to point to the start of the list which - would hold this hash entry. If PHASH is not NULL, this sets *PHASH - to the hash code for KEY. - - Each time we look up a string, we move it to the start of the list - for its hash code, to take advantage of referential locality. */ - -static struct hash_entry * -hash_lookup (struct hash_control *table, const char *key, size_t len, - struct hash_entry ***plist, unsigned long *phash) -{ - unsigned long hash; - size_t n; - unsigned int c; - unsigned int hindex; - struct hash_entry **list; - struct hash_entry *p; - struct hash_entry *prev; - -#ifdef HASH_STATISTICS - ++table->lookups; -#endif - - hash = 0; - for (n = 0; n < len; n++) - { - c = key[n]; - hash += c + (c << 17); - hash ^= hash >> 2; - } - hash += len + (len << 17); - hash ^= hash >> 2; - - if (phash != NULL) - *phash = hash; - - hindex = hash % table->size; - list = table->table + hindex; - - if (plist != NULL) - *plist = list; - - prev = NULL; - for (p = *list; p != NULL; p = p->next) - { -#ifdef HASH_STATISTICS - ++table->hash_compares; -#endif - - if (p->hash == hash) - { -#ifdef HASH_STATISTICS - ++table->string_compares; -#endif - - if (strncmp (p->string, key, len) == 0 && p->string[len] == '\0') - { - if (prev != NULL) - { - prev->next = p->next; - p->next = *list; - *list = p; - } - - return p; - } - } - - prev = p; - } - - return NULL; -} - -/* Insert an entry into a hash table. This returns NULL on success. - On error, it returns a printable string indicating the error. It - is considered to be an error if the entry already exists in the - hash table. */ - -const char * -hash_insert (struct hash_control *table, const char *key, void *val) -{ - struct hash_entry *p; - struct hash_entry **list; - unsigned long hash; - - p = hash_lookup (table, key, strlen (key), &list, &hash); - if (p != NULL) - return "exists"; - -#ifdef HASH_STATISTICS - ++table->insertions; -#endif - - p = (struct hash_entry *) obstack_alloc (&table->memory, sizeof (*p)); - p->string = key; - p->hash = hash; - p->data = val; - - p->next = *list; - *list = p; - - return NULL; -} - -/* Insert or replace an entry in a hash table. This returns NULL on - success. On error, it returns a printable string indicating the - error. If an entry already exists, its value is replaced. */ - -const char * -hash_jam (struct hash_control *table, const char *key, void *val) -{ - struct hash_entry *p; - struct hash_entry **list; - unsigned long hash; - - p = hash_lookup (table, key, strlen (key), &list, &hash); - if (p != NULL) - { -#ifdef HASH_STATISTICS - ++table->replacements; -#endif - - p->data = val; - } - else - { -#ifdef HASH_STATISTICS - ++table->insertions; -#endif - - p = (struct hash_entry *) obstack_alloc (&table->memory, sizeof (*p)); - p->string = key; - p->hash = hash; - p->data = val; - - p->next = *list; - *list = p; - } - - return NULL; -} - -/* Replace an existing entry in a hash table. This returns the old - value stored for the entry. If the entry is not found in the hash - table, this does nothing and returns NULL. */ - -void * -hash_replace (struct hash_control *table, const char *key, void *value) -{ - struct hash_entry *p; - void *ret; - - p = hash_lookup (table, key, strlen (key), NULL, NULL); - if (p == NULL) - return NULL; - -#ifdef HASH_STATISTICS - ++table->replacements; -#endif - - ret = p->data; - - p->data = value; - - return ret; -} - -/* Find an entry in a hash table, returning its value. Returns NULL - if the entry is not found. */ - -void * -hash_find (struct hash_control *table, const char *key) -{ - struct hash_entry *p; - - p = hash_lookup (table, key, strlen (key), NULL, NULL); - if (p == NULL) - return NULL; - - return p->data; -} - -/* As hash_find, but KEY is of length LEN and is not guaranteed to be - NUL-terminated. */ - -void * -hash_find_n (struct hash_control *table, const char *key, size_t len) -{ - struct hash_entry *p; - - p = hash_lookup (table, key, len, NULL, NULL); - if (p == NULL) - return NULL; - - return p->data; -} - -/* Delete an entry from a hash table. This returns the value stored - for that entry, or NULL if there is no such entry. */ - -void * -hash_delete (struct hash_control *table, const char *key, int freeme) -{ - struct hash_entry *p; - struct hash_entry **list; - - p = hash_lookup (table, key, strlen (key), &list, NULL); - if (p == NULL) - return NULL; - - if (p != *list) - abort (); - -#ifdef HASH_STATISTICS - ++table->deletions; -#endif - - *list = p->next; - - if (freeme) - obstack_free (&table->memory, p); - - return p->data; -} - -/* Traverse a hash table. Call the function on every entry in the - hash table. */ - -void -hash_traverse (struct hash_control *table, - void (*pfn) (const char *key, void *value)) -{ - unsigned int i; - - for (i = 0; i < table->size; ++i) - { - struct hash_entry *p; - - for (p = table->table[i]; p != NULL; p = p->next) - (*pfn) (p->string, p->data); - } -} - -/* Print hash table statistics on the specified file. NAME is the - name of the hash table, used for printing a header. */ - -void -hash_print_statistics (FILE *f ATTRIBUTE_UNUSED, - const char *name ATTRIBUTE_UNUSED, - struct hash_control *table ATTRIBUTE_UNUSED) -{ -#ifdef HASH_STATISTICS - unsigned int i; - unsigned long total; - unsigned long empty; - - fprintf (f, "%s hash statistics:\n", name); - fprintf (f, "\t%lu lookups\n", table->lookups); - fprintf (f, "\t%lu hash comparisons\n", table->hash_compares); - fprintf (f, "\t%lu string comparisons\n", table->string_compares); - fprintf (f, "\t%lu insertions\n", table->insertions); - fprintf (f, "\t%lu replacements\n", table->replacements); - fprintf (f, "\t%lu deletions\n", table->deletions); - - total = 0; - empty = 0; - for (i = 0; i < table->size; ++i) - { - struct hash_entry *p; - - if (table->table[i] == NULL) - ++empty; - else - { - for (p = table->table[i]; p != NULL; p = p->next) - ++total; - } - } - - fprintf (f, "\t%g average chain length\n", (double) total / table->size); - fprintf (f, "\t%lu empty slots\n", empty); -#endif -} - -#ifdef TEST - -/* This test program is left over from the old hash table code. */ - -/* Number of hash tables to maintain (at once) in any testing. */ -#define TABLES (6) - -/* We can have 12 statistics. */ -#define STATBUFSIZE (12) - -/* Display statistics here. */ -int statbuf[STATBUFSIZE]; - -/* Human farts here. */ -char answer[100]; - -/* We test many hash tables at once. */ -char *hashtable[TABLES]; - -/* Points to current hash_control. */ -char *h; -char **pp; -char *p; -char *name; -char *value; -int size; -int used; -char command; - -/* Number 0:TABLES-1 of current hashed symbol table. */ -int number; - -int -main () -{ - void applicatee (); - void destroy (); - char *what (); - int *ip; - - number = 0; - h = 0; - printf ("type h for help\n"); - for (;;) - { - printf ("hash_test command: "); - gets (answer); - command = answer[0]; - command = TOLOWER (command); /* Ecch! */ - switch (command) - { - case '#': - printf ("old hash table #=%d.\n", number); - whattable (); - break; - case '?': - for (pp = hashtable; pp < hashtable + TABLES; pp++) - { - printf ("address of hash table #%d control block is %xx\n", - pp - hashtable, *pp); - } - break; - case 'a': - hash_traverse (h, applicatee); - break; - case 'd': - hash_traverse (h, destroy); - hash_die (h); - break; - case 'f': - p = hash_find (h, name = what ("symbol")); - printf ("value of \"%s\" is \"%s\"\n", name, p ? p : "NOT-PRESENT"); - break; - case 'h': - printf ("# show old, select new default hash table number\n"); - printf ("? display all hashtable control block addresses\n"); - printf ("a apply a simple display-er to each symbol in table\n"); - printf ("d die: destroy hashtable\n"); - printf ("f find value of nominated symbol\n"); - printf ("h this help\n"); - printf ("i insert value into symbol\n"); - printf ("j jam value into symbol\n"); - printf ("n new hashtable\n"); - printf ("r replace a value with another\n"); - printf ("s say what %% of table is used\n"); - printf ("q exit this program\n"); - printf ("x delete a symbol from table, report its value\n"); - break; - case 'i': - p = hash_insert (h, name = what ("symbol"), value = what ("value")); - if (p) - { - printf ("symbol=\"%s\" value=\"%s\" error=%s\n", name, value, - p); - } - break; - case 'j': - p = hash_jam (h, name = what ("symbol"), value = what ("value")); - if (p) - { - printf ("symbol=\"%s\" value=\"%s\" error=%s\n", name, value, p); - } - break; - case 'n': - h = hashtable[number] = (char *) hash_new (); - break; - case 'q': - exit (EXIT_SUCCESS); - case 'r': - p = hash_replace (h, name = what ("symbol"), value = what ("value")); - printf ("old value was \"%s\"\n", p ? p : "{}"); - break; - case 's': - hash_say (h, statbuf, STATBUFSIZE); - for (ip = statbuf; ip < statbuf + STATBUFSIZE; ip++) - { - printf ("%d ", *ip); - } - printf ("\n"); - break; - case 'x': - p = hash_delete (h, name = what ("symbol")); - printf ("old value was \"%s\"\n", p ? p : "{}"); - break; - default: - printf ("I can't understand command \"%c\"\n", command); - break; - } - } -} - -char * -what (description) - char *description; -{ - printf (" %s : ", description); - gets (answer); - return xstrdup (answer); -} - -void -destroy (string, value) - char *string; - char *value; -{ - free (string); - free (value); -} - -void -applicatee (string, value) - char *string; - char *value; -{ - printf ("%.20s-%.20s\n", string, value); -} - -/* Determine number: what hash table to use. - Also determine h: points to hash_control. */ - -void -whattable () -{ - for (;;) - { - printf (" what hash table (%d:%d) ? ", 0, TABLES - 1); - gets (answer); - sscanf (answer, "%d", &number); - if (number >= 0 && number < TABLES) - { - h = hashtable[number]; - if (!h) - { - printf ("warning: current hash-table-#%d. has no hash-control\n", number); - } - return; - } - else - { - printf ("invalid hash table number: %d\n", number); - } - } -} - -#endif /* TEST */ diff -Nru arp-scan-1.9/hash.h arp-scan-2.0/hash.h --- arp-scan-1.9/hash.h 2010-12-23 00:30:01.000000000 +0530 +++ arp-scan-2.0/hash.h 1970-01-01 05:30:00.000000000 +0530 @@ -1,88 +0,0 @@ -/* hash.h -- header file for gas hash table routines - Copyright 1987, 1992, 1993, 1995, 1999, 2003, 2005, 2007, 2008 - Free Software Foundation, Inc. - - This file is part of GAS, the GNU Assembler. - - GAS is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 3, or (at your option) - any later version. - - GAS is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with GAS; see the file COPYING. If not, write to the Free - Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA - 02110-1301, USA. */ - -#ifndef HASH_H -#define HASH_H - -struct hash_control; - -/* Set the size of the hash table used. */ - -void set_gas_hash_table_size (unsigned long); - -/* Create a hash table. This return a control block. */ - -extern struct hash_control *hash_new (void); - -/* Delete a hash table, freeing all allocated memory. */ - -extern void hash_die (struct hash_control *); - -/* Insert an entry into a hash table. This returns NULL on success. - On error, it returns a printable string indicating the error. It - is considered to be an error if the entry already exists in the - hash table. */ - -extern const char *hash_insert (struct hash_control *, - const char *key, void *value); - -/* Insert or replace an entry in a hash table. This returns NULL on - success. On error, it returns a printable string indicating the - error. If an entry already exists, its value is replaced. */ - -extern const char *hash_jam (struct hash_control *, - const char *key, void *value); - -/* Replace an existing entry in a hash table. This returns the old - value stored for the entry. If the entry is not found in the hash - table, this does nothing and returns NULL. */ - -extern void *hash_replace (struct hash_control *, const char *key, - void *value); - -/* Find an entry in a hash table, returning its value. Returns NULL - if the entry is not found. */ - -extern void *hash_find (struct hash_control *, const char *key); - -/* As hash_find, but KEY is of length LEN and is not guaranteed to be - NUL-terminated. */ - -extern void *hash_find_n (struct hash_control *, const char *key, size_t len); - -/* Delete an entry from a hash table. This returns the value stored - for that entry, or NULL if there is no such entry. */ - -extern void *hash_delete (struct hash_control *, const char *key, int); - -/* Traverse a hash table. Call the function on every entry in the - hash table. */ - -extern void hash_traverse (struct hash_control *, - void (*pfn) (const char *key, void *value)); - -/* Print hash table statistics on the specified file. NAME is the - name of the hash table, used for printing a header. */ - -extern void hash_print_statistics (FILE *, const char *name, - struct hash_control *); - -#endif /* HASH_H */ diff -Nru arp-scan-1.9/ieee-iab.txt arp-scan-2.0/ieee-iab.txt --- arp-scan-1.9/ieee-iab.txt 2013-07-24 14:09:03.000000000 +0530 +++ arp-scan-2.0/ieee-iab.txt 2017-09-21 19:24:11.000000000 +0530 @@ -12,4423 +12,4584 @@ # # Blank lines and lines beginning with "#" are ignored. # -# This file was automatically generated by get-iab at 2013-07-24 09:38:33 +# This file was automatically generated by get-iab at 2017-05-29 17:22:55 # using data from http://standards.ieee.org/develop/regauth/iab/iab.txt # # Do not edit this file. If you want to add additional MAC-Vendor mappings, # edit the file mac-vendor.txt instead. # -0050C2000 T.L.S. Corp. -0050C2001 JMBS Developpements -0050C2002 Integrated Automation Solutions -0050C2003 Microsoft -0050C2004 SCI Technology Inc. -0050C2005 GD California, Inc. -0050C2006 Project Management Enterprises, Inc. -0050C2007 Clive Green & Co. Ltd. -0050C2008 Portable Add-Ons -0050C2009 Datakinetics Ltd. +0050C2DD6 Transas Marine Limited +40D855131 EMAC, Inc. +40D8551AE Autonomous Solutions, Inc +40D8551AD WICHER DIGITAL TECHNIK +40D8551AF Vigitron Inc. +40D8551AA Broachlink Technology Co.,Limited +40D85550D Shenzhen MaiWei Cable TV Equipment CO.,LTD. +40D8551CC NKT Photonics A/S +40D855EE6 Narinet, Inc. +40D8551E3 Mega Electronics Ltd +40D8551C4 QED Advanced Systems Limited +40D8551DE Vidisys GmbH +40D8551D1 Founder Broadband Network Service Co.,Ltd. +40D8551D4 Prisma Engineering srl +40D8551BF shanghai mingding information tech co.Ltd +40D8551B7 TEWS Elektronik GmbH & Co. KG +40D855149 Engage Technologies +40D855146 Pleiger Elektronik GmbH and Co. KG +40D855198 devboards GmbH +40D85518E Kerun Visual Technology Co., Ltd.(Shenzhen) +40D85518B Diagnosys Test Systems Ltd +40D855165 TECHBOARD SRL +40D855177 TRI Engineering co.,ltd. +40D855174 EcoGuard AB +40D85515B SQF Spezialelektronik GmbH +40D855158 Exibea AB +40D855153 BlinkPipe Ltd +40D85517E TOKHATEC +40D855181 eROCCA +40D8551A3 Noritake Itron Corporation +40D8551A5 DemoPad +40D8551A4 cibite AG +40D8551A0 Futaba Corporation +40D855127 LIGHTSTAR +40D855124 Debug s.r.l. +40D85511D ACD Elektronik GmbH +40D855101 e.p.g. Elettronica Srl +40D8550F7 Comline Elektronik Elektrotechnik GmbH +40D855140 InnoTrans Communications, Inc +40D85513C shanghai Anjian Information technology co. , ltd. +40D855139 WOW System +40D855134 digitech GmbH & Co. KG +40D85510B So-Cool Corporation. +40D8550EE Siegmar Zander HuSWare +40D8550EB WANTECH Networks +40D85512A Jadpod Communication Company Limited +40D8550BE Manufacturing System Insights Inc +40D8550B5 DATA SHARING CONSULTING +40D8550B3 T.W.S. srl +40D8550B4 MITSUBISHI ELECTRIC SYSTEM & SERVICE CO.,LTD. +40D8550B0 Micrologic +40D8550D4 Mitsubishi Heavy Industries, Ltd. +40D8550CC ATEME +40D8550C9 QUANTAFLOW +40D8550E1 STV Electronic GmbH +40D8550DE VPG +40D8550AA Thermal Imaging Radar, LLC +40D8550A6 Alumbra Produtos Elétricos e Eletrônicos Ltda +40D855087 Bestel China +40D855084 Papendorf Software Engineering GmbH +40D8550C2 SC Techswarm SRL +40D8550BF Shenzhen SETEC Power Co.,Ltd +40D8550BD iCOGNIZE GmbH +40D85508F Excelitas +40D8550A9 Apantac LLC +40D8550A3 Telefrank GmbH +40D85509C Keyware Solutions Inc. +40D855099 idcell co.ltd +40D855065 Parallel Wireless +40D85504F Haein S&S Co., Ltd +40D85504C Serveron Corporation +40D855042 Mango Communicaitons Inc. +40D85505B Data Flow Systems, Inc. +40D85505A Ultra Electronics Flightline Systems +40D855059 COLONIAL ASSEMBLY and DESIGN +40D855056 GROUP 57 +40D855050 ATG UV Technology +40D85507D Wuxi SiNeng New Energy Co., Ltd. +40D85507A 4embedded +40D855070 JSC Electrical Equipment Factory +40D855068 Oki Seatec Co., Ltd. +40D85502B Nomatronics +40D855023 Shanghai o-solution electronics & Technology Co., Ltd. +40D855020 ENTEC Electric & Electronic CO., LTD. +40D855016 Par-Tech, Inc. +40D855011 Flexim Security Oy +40D85503F UniSVR Global Information Technology Corp. +40D855035 Mesotech International, Inc. +40D855064 HIPODROMO DE AGUA CALIENTE, S.A. DE C.V. +40D855063 Protonic Holland +0050C2FBC Leroy Somer +0050C2FBB ACIDA GmbH +0050C2FB2 Preston Industries dba PolyScience +0050C2FA1 N-Hands GmbH und Co KG +0050C2F9B NEWELL TECHNOLOGIES LIMITED +0050C2F99 Dr. Neumann elektronik GmbH +0050C2F9A Telvent +0050C2FD0 Simple Solutions +0050C2FCF DINTEK Shanghai Electronic Ltd +0050C2FEE Sparks Instruments SA +0050C2FED LOGISOL Kft. +0050C2FE4 RTT Mobile Interpretation +0050C2FE3 Private +40D855009 ClearSite Communications Inc. +40D855001 Vemotion +40D855000 XRONOS.INC +0050C2FB1 MATELEX +0050C2FA2 Power-One +0050C2FA7 Exelis Inc. +0050C2FA8 Yash SiQure Technologies India Pvt. Ltd. +0050C2FF7 Human Intech +0050C2FF8 KST technology +0050C2FDA ELAN SYSTEMS +0050C2FD9 Figment Design Laboratories +0050C2FC5 Sakura Seiki Co.,Ltd. +0050C2FC6 Critical Link +0050C2F19 Netlink Bilisim Sistemleri San. ve Tic. Ltd. Sti. +0050C2F72 MaxDeTec AG +0050C2F73 DELTACAST.TV +0050C2F69 Safe Place Solutions Ltd +0050C2F68 Newtec A/S +0050C2F37 Rosslare Enterprises Limited +0050C2F55 Honeywell International Inc. +0050C2F54 Hella Gutmann Solutions GmbH +0050C2F86 Audio Power Labs +0050C2F7D D-Hike Electroncs Technology Co.,Ltd +0050C2F7C Atonometrics, Inc. +0050C2F90 SecureTech Systems, Inc. +0050C2F91 RE2 Inc +0050C2F5F BORYEU TECHNOLOGY CO.,LTD +0050C2F5E Y-cam Solutions Ltd +0050C2F4A Z-App Systems, Inc. +0050C2F4B Supranet +0050C2F40 iBWorld co.,ltd. +0050C2F3F DENSEI COMMUNICATION Inc. +0050C2F23 Electro-Motive Diesel +0050C2EC0 UgMO Technologies +0050C2EDD EBNEURO SPA +0050C2EDC Eyelock Corporation +0050C2EDB BELIK S.P.R.L. +0050C2EE7 syes srl +0050C2EFB Norbit ODM AS +0050C2EF1 Saia-Burgess Controls AG +0050C2EA2 ThinkRF Corp +0050C2EB6 Monsoon Solutions, Inc. +0050C2EAC Alias ip +0050C2ECA BitWise Controls +0050C2F0F AeroVision Avionics, Inc. +0050C2F05 ESI Ventures +0050C2E84 ABB Transmission and Distribution Automation Equipment (Xiamen) Co., Ltd. +0050C2E7A Lightel +0050C2E79 MCS MICRONIC Computer Systeme GmbH +0050C2E32 Oshoksh Corporation +0050C2E50 Tattile srl +0050C2E46 Industrea Mining Technology +0050C2E1E Lo-Q plc +0050C2E5A FUTEC INC. +0050C2E6E Power-One Italia S.p.A +0050C2E28 Teplovodokhran +0050C2DD9 Metraware +0050C2DD7 Tornado Modular Systems +0050C2DCF MCS Engenharia ltda +0050C2DCD dilitronics GmbH +0050C2DCC Instrumentel Limited +0050C2DED Lee Laser +0050C2DEB Ruwisch & Kollegen GmbH +0050C2DEA Cerner Corporation +0050C2DC5 Saia-Burgess Controls AG +0050C2DC2 TESSERA TECHNOLOGY INC. +0050C2DC3 ZED Ziegler Electronic Devices GmbH +0050C2DBB Esensors, Inc. +0050C2DB9 Peek Traffic Corporation +0050C2DE3 Breakaway Systems LLC +0050C2DE0 INTERNET PROTOCOLO LOGICA SL +0050C2E13 Automation Assist Japan Company +0050C2E14 Calixto Systems Pvt Ltd +0050C2DB8 Comsat VertriebsgmbH +0050C2DB1 RF Code, Inc +0050C2DAD Keith & Koep GmbH +0050C2DAE Spang Power Electronics +0050C2D55 Sterna Security +0050C2D87 Electrolight Shivuk (1994) Ltd. +0050C2D4B Indra Australia +0050C2D4A ATH system +0050C2DA5 megatec electronic GmbH +0050C2D91 CHAUVIN ARNOUX +0050C2D7D Voltech Instruments +0050C2D73 Saia-Burgess Controls AG +0050C2D69 GHL Systems Bhd +0050C2CA6 Vidisys GmbH +0050C2CA7 Thermo Fisher Scientific +0050C2C9D Radius Sweden AB +0050C2C9C Saia-Burgess Controls AG +0050C2D04 Tehama Wireless +0050C2D03 Peekel Instruments B.V. +0050C2CFC Tritium Pty Ltd +0050C2CFD AIRFOLC,INC. +0050C2CF3 Daiken Automacao Ltda +0050C2CF2 Weiss Robotics GmbH & Co. KG +0050C2CF0 Inviso B.V. +0050C2CEF Lupatecnologia e Sistemas Ltda +0050C2CE9 Private +0050C2CE8 Thomas & Betts +0050C2CE5 Maretron, LLP +0050C2CE4 TEKTRONIK +0050C2CC5 Tecnovum AG +0050C2CBB Coptonix GmbH +0050C2CD8 IT-IS International Ltd. +0050C2CD9 NDC Infrared Engineering, Inc. +0050C2CD7 Saia-Burgess Controls AG +0050C2CCE Mac-Gray Corporation +0050C2CCF TASK SISTEMAS DE COMPUTACAO LTDA +0050C2CCD FUJI DATA SYSTEM Co.,Ltd. +0050C2CB0 Konsmetal S.A. +0050C2CB1 ZK Celltest Inc +0050C2C93 SENSAIR Pty Ltd +0050C2C92 EMAC, Inc. +0050C2C89 Creative Micro Design +0050C2C88 CSI Controles e Sistemas Industriais Ltda. +0050C2C51 InForce Computing, Inc. +0050C2C4E Elaso AG +0050C2C4D Industrial Automation Systems +0050C2C47 Weltek Technologies Co. Ltd. +0050C2C44 Beijing Zhongherongzhi Elec.&Tech.Co.,Ltd. +0050C2C43 Cammegh Limited +0050C2C3D PLA ELECTRO APPLIANCES PVT. LTD. +0050C2C7C Scienlab Electronic Systems GmbH +0050C2C7D TAE Antriebstechnik GmbH +0050C2C7E Buerkert Werke GmbH +0050C2C79 CODESYSTEM Co.,Ltd +0050C2C75 Rovsing A/S +0050C2C76 GridManager A/S +0050C2C6B SiGarden Sp z o.o. +0050C2C6F MSB Elektronik und Geraetebau GmbH +0050C2C65 Micro I/O Servicos de Electronica, Lda +0050C2C62 Zeus Systems Private Limited +0050C2C61 HaiVision Systems Incorporated +0050C2C5B MICRO TECHNICA +0050C2C57 High Speed Design, Inc. +0050C2C58 Foerster-Technik GmbH +0050C2BE8 VEHICLE TESTING EQUIPMENT, S.L. +0050C2BDE Evo-Teh d.o.o. +0050C2C39 SECAD SA +0050C2C2D Digitale Analoge COMponenten West Electronic Vertriebs GmbH +0050C2C2C bach-messtechnik gmbh +0050C2C23 Vidicon LLC +0050C2C22 Audient Ltd +0050C2C18 Linuxstamp Designs, LLC +0050C2C0F DYCEC, S.A. +0050C2BFC Altronix Corporation +0050C2BFB ECS Srl +0050C2BF1 Amatic Industries GmbH +0050C2BF2 Saia-Burgess Controls AG +0050C2C10 Keith & Koep GmbH +0050C2C06 ANALOG WAY +0050C2C05 Doppler Systems LLC +0050C2ABA Saia-Burgess Controls AG +0050C2AB0 FRAKO Kondensatoren- und Anlagenbau GmbH +0050C2AA6 Bassett Electronic Systems ltd +0050C2AE2 Power Medical Interventions +0050C2AD8 Incyma +0050C2ACE ChronoLogic Pty. Ltd. +0050C29F8 Austco Communication Systems Pty Ltd +0050C29F7 Dave Jones Design +0050C29EE Michael Stevens & Partners Ltd +0050C29F3 Vision Technologies, Inc. +0050C29F4 FSR Inc. +0050C29ED Picell B.V. +0050C29EA SISMODULAR - Engenharia, Lda +0050C29E9 Ciemme Sistemi Spa +0050C29E4 Pyxis Controls WLL +0050C29E0 DST Swiss AG +0050C29E3 SAI Informationstechnik +0050C29DA NEUTRONIK e.K. +0050C29D9 CNS Systems, Inc. +0050C29D5 Netpower Labs AB +0050C29D6 Innovation, Institute, Inc +0050C2A4D LevelStar LLC. +0050C2A4C VasoNova, Inc. +0050C2A43 NKS Co.Ltd. +0050C2A42 RealVision Inc. +0050C2A3D OWANDY +0050C2A38 Tred Displays +0050C2A39 Industrial Data Products Ltd +0050C2A75 JTL Systems Ltd. +0050C2A74 DSP DESIGN LTD +0050C2A6A Infocrossing +0050C2A1C Microtechnica +0050C2A1B Realtime Systems Ltd. +0050C2A11 OJSC Rawenstvo +0050C2A12 HCE Engineering S.r.l. +0050C2A15 Industrial Computing Ltd +0050C2A0B I.D.S. Ingegneria Dei Sistemi S.p.A. +0050C2A07 Dynon Instruments +0050C2A08 LabJack Corporation +0050C2A02 Reference, LLC. +0050C2A01 Patronics International LTD +0050C29FE SPECTRA EMBEDDED SYSTEMS +0050C29FD Bitt technology-A Ltd. +0050C2A60 Arrow Central Europe GmbH - Division Spoerle +0050C2A61 Fr. Sauter AG +0050C2A56 ReaMetrix, Inc. +0050C2A57 Juice Technologies, LLC +0050C2A7F Phytec Messtechnik GmbH +0050C2A7E Independent Project Engineering Ltd +0050C2A33 Fuji Firmware +0050C2A2E Yuyama Mfg. Co., Ltd. +0050C2A2F DragonFly Scientific LLC +0050C2A29 Luminex Corporation +0050C2A1F Flight Data Systems Pty Ltd +0050C29AF KRESS-NET Krzysztof Rutecki +0050C29AE Esensors, Inc. +0050C29A8 DOMIS SA +0050C29A7 Thales Communications & Security S.A. +0050C29A4 Entwicklung Hard- & Software +0050C29A5 Conolog Corporation +0050C299F Sietron Elektronik +0050C299D Powersense A/S +0050C29C0 Stuyts Engineering Haarlem BV +0050C29C1 Tattile srl +0050C29BD Sensitron Semiconductor +0050C29BC Vester Elektronik GmbH +0050C29B9 ISA - Intelligent Sensing Anywhere, S.A. +0050C29BB OMICRON electronics GmbH +0050C29B8 Sound Player Systems e.K. +0050C29B2 TempSys +0050C29B3 Kahler Automation +0050C29B1 Bon Hora GmbH +0050C299E Engage Technologies +0050C299B Bettini srl +0050C2995 Inter Control Hermann Köhler Elektrik GmbH&Co.KG +0050C2994 Xafax Nederland bv +0050C2991 UGL Limited +0050C2990 Keith & Koep GmbH +0050C2967 Watthour Engineering Co., Inc. +0050C2968 BuLogics, Inc. +0050C2947 IMEXHIGHWAY cvba +0050C2943 QuanZhou TDX Electronics Co., Ltd. +0050C2944 Wireonair A/S +0050C298B TI2000 TECNOLOGIA INFORMATICA 2000 +0050C298A MEV Limited +0050C29D0 J. DITTRICH ELEKTRONIC GmbH & Co. KG +0050C29CB NIS-time GmbH +0050C29CC Hirotech, Inc +0050C29C6 Protronic GmbH +0050C29C5 Scansonic MI GmbH +0050C297B SMARTQUANTUM SA +0050C2972 Switch Science (Panini Keikaku) +0050C2971 IPITEK +0050C2952 Tech Fass s.r.o. +0050C292C Exatrol Corporation +0050C292D APProSoftware.com +0050C2923 Amicus Wireless +0050C2922 Metrum Sweden AB +0050C28D0 Saia-Burgess Controls AG +0050C28C6 Gradual Tecnologia Ltda. +0050C28E4 MaCaPS International Limited +0050C28DA DOCUTEMP, INC +0050C290E Phytec Messtechnik GmbH +0050C290F INTEGRA Biosciences AG +0050C2901 Research Applications Incorp +0050C2936 Margaritis Engineering +0050C2937 BigBear +0050C28FD Sindoma Müh Mim Ýnþ Elk San Tic Ltd. +0050C28FC Symetrics Industries +0050C28EE PCSC +0050C28BC Honeywell Sensotec +0050C28B2 SERVAIND SA. +0050C2918 Design Lightning Corp +0050C2919 AHV Systems, Inc. +0050C2830 CompuShop Services LLC +0050C2828 SLICAN sp. z o.o. +0050C2827 Enero Solutions inc. +0050C2862 Elsys AG +0050C2863 Advanced Technology Solutions +0050C285C B S E +0050C2851 SPJ Embedded Technologies Pvt. Ltd. +0050C2852 eInfochips Ltd. +0050C2847 Lars Morich Kommunikationstechnik GmbH +0050C2848 DASA ROBOT Co., Ltd. +0050C281E Channelot Ltd. +0050C281D IT SALUX CO., LTD. +0050C2814 Telvent +0050C289E Broadcast Electronics +0050C288B Hollis Electronics Company LLC +0050C288A Continental Electronics Corp. +0050C2880 Creation Technologies Chicago +0050C2881 InnoTrans Communications, Inc. +0050C285B Boreste +0050C2876 Privatquelle Gruber GmbH & CO KG +0050C2877 Motion Analysis Corp +0050C286D Tieline Research Pty Ltd +0050C286C Condigi Televagt A/S +0050C28A8 ALTEK ELECTRONICS +0050C283A Syr-Tec Engineering & Marketing +0050C283B O. Bay AG +0050C2793 Enertex Bayern GmbH +0050C2794 COMSONICS, INC. +0050C278A LEVEL TELECOM +0050C2789 Rosslare Enterprises Limited +0050C2800 Delphi Display Systems, Inc. +0050C27FF Shenzhen MaiWei Cable TV Equipment CO.,LTD. +0050C27F6 Saia-Burgess Controls AG +0050C27F5 ACE Carwash Systems +0050C27B1 ATEME +0050C27B2 A.D.I Video technologies +0050C27D5 Deuta-Werke GmbH +0050C27CD Precision MicroControl Corporation +0050C27C6 Lyngdorf Audio Aps +0050C27C5 Venture Research Inc. +0050C2813 Intelleflex Corporation +0050C280A Phytec Messtechnik GmbH +0050C2809 Varma Electronics Oy +0050C27A7 Guidance Navigation Limited +0050C279E Benshaw Canada Controls, Inc. +0050C279D MiraTrek +0050C27BB InRay Solutions Ltd. +0050C27BC EIDOS SPA +0050C274C Saia-Burgess Controls AG +0050C274B STAR-Dundee Ltd +0050C277C ATEC SRL +0050C277D Lincoln Industrial +0050C2772 IES Elektronikentwicklung +0050C2773 Pointe Conception Medical Inc. +0050C272E SNCF EIM PAYS DE LOIRE +0050C272D Physical Acoustics Corporation +0050C2724 HSC-Regelungstechnik GmbH +0050C2756 Chesapeake Sciences Corp +0050C2755 Teletek Electronics +0050C2768 Control Service do Brasil Ltda +0050C275F B. Rexroth the identity company GmbH +0050C2760 AR'S CO., LTD. +0050C2741 Dain +0050C2742 Fantuzzi Reggiane +0050C2738 Miracom Technology Co., Ltd. +0050C2737 Teradici Corporation +0050C2683 MEGGITT Safety System +0050C2682 Commet AB +0050C2679 Industrial Vacuum Systems +0050C2678 IHM +0050C26BE ESTEC Co.,Ltd. +0050C26B4 SOMESCA +0050C26DC L-3 Communications Mobile-Vision, Inc. +0050C26D2 Lumistar Incorporated +0050C2696 Casabyte Inc. +0050C2697 Monarch Instrument +0050C268C Isochron Inc +0050C268D CXR Larus Corporation +0050C2664 Westel Wireless Systems +0050C2665 NetworkSound, Inc +0050C265B Silverbrook Research +0050C265A Hisstema AB +0050C2650 Liquid Breaker, LLC +0050C2651 STAER SPA +0050C266E Linear Systems Ltd. +0050C266F Nilan A/S +0050C26F0 Stanley Security Solutions, Inc. +0050C26E6 Lanetco +0050C26AA Ifox - Industria e Comercio Ltda +0050C26C8 B&S MEDIA Co., LTD. +0050C25D9 Crimson Microsystems, Inc. +0050C25D8 TECHNIFOR SAS +0050C25D5 Cannon Technologies +0050C25D1 Meucci Solutions +0050C25D0 Automata Spa +0050C25CB Kobold Sistemi s.r.l. +0050C25C7 InSync Technology Ltd +0050C25C6 Technische Alternative GmbH +0050C261F Imagine Communications +0050C2615 Axis Electronics +0050C2616 Honeywell +0050C2647 R&D Technology Solutionz Limited +0050C2646 TRUTOUCH TECHNOLOGIES INC +0050C263C dPict Imaging, Inc. +0050C2634 Sohon Inc +0050C260B Shanghai QianJin Electronic Equipment Co. Ltd. +0050C260C IDENTIC AB +0050C2602 CHAUVIN ARNOUX +0050C25EF pikkerton GmbH +0050C25ED AQUAROTTER A FRANKE COMPANY +0050C25E4 Buyang Electronics Industrial Co., Ltd. +0050C25E5 Stresstech OY +0050C25E3 Computechnic AG +0050C2633 Rice University +0050C2629 MacDonald Humfrey (Products) Ltd +0050C262A Prisma Engineering srl +0050C25F7 Metrologic Group +0050C25EE Condre Corporation +0050C25C1 R. L. Drake Company +0050C25BC Guangzhou Hui Si Information Technologies Inc. +0050C25B7 AVerMedia Technologies, Inc. +0050C25B4 Terrascience Systems Ltd. +0050C25B2 Syntronic AB +0050C25B3 HITECOM System +0050C256B Dataton Utvecklings AB +0050C259C DELSAT GROUP S.A. +0050C2592 PaloDEx Group Oy +0050C25AD Emcom Systems +0050C25AA Transenna AB +0050C25A8 ETAP NV +0050C25A9 AYC Telecom Ltd +0050C25A3 LUMEL S.A. +0050C2588 Federal Electronics +0050C257E Digital Way +0050C2561 Seitec Elektronik GmbH +0050C24C9 Scirocco AB +0050C24C8 Neets +0050C24BF Westinghouse Rail Systems Ltd +0050C24BE Digital Dynamics, Inc. +0050C24B4 Matrix Audio Designs +0050C24B5 Valley Tecnologia +0050C24B0 Esmart Distribution Pte Ltd +0050C250F Polystar Instruments AB +0050C250E Fibresavers Corporation +0050C2504 Aphex Systems Ltd. +0050C24E6 Photonic Bridges Inc. +0050C24E7 Computerized Elevator Contol +0050C24DD Truteq Wireless (PTY) Ltd. +0050C24DC Ace Electronics, Inc. +0050C24D2 Twoway CATV SERVICE INC. +0050C24D3 ELPROC sp. z o.o. +0050C24FB BES Technology Group +0050C24FA Cambridge Technology, Inc. +0050C24F1 Packet Island Inc. +0050C24AB JVF Communications Ltd +0050C24A1 Pigeon Point Systems LLC +0050C2438 Telecom Protection Technologies Limited +0050C2436 Satellite Services BV +0050C2437 PowerWAN, Inc +0050C2431 Octatron, Inc. +0050C242E Oelmann Elektronik GmbH +0050C2441 Sammi Information Systems Co.,Ltd +0050C2448 Comtech Systems Inc. +0050C2442 Pico Computing, Inc. +0050C2449 BLEILE DATENTECHNIK GmbH +0050C2445 MICRONIC s.r.o. +0050C2440 Advanced Modular Computers Ltd. +0050C243B A3IP +0050C242D Argo-Tech +0050C2427 Scheidt & Bachmann GmbH +0050C2423 Power-One Inc. +0050C2424 Metrolab Technology SA +0050C236F XIMEA s.r.o. +0050C2472 KOP Ltd +0050C2471 Pixtree Technologies, inc. +0050C2468 Network I/O +0050C2469 BiPOM Electronics, Inc. +0050C2467 United Western Technologies +0050C245F T2C Marketing AB +0050C245E Halliburton - Sperry Drilling Service +0050C245D Digital Engineering, Inc. +0050C2454 Brivo Systems, LLC +0050C2399 Advanced Micro Controls Inc. +0050C238F TTC Telecom +0050C238E Nordic Alarm AB +0050C23DA M5 Data Limited +0050C23D5 Fluke Biomedical, Radiation Management Services +0050C23D4 Wisnu and Supak Co.Ltd. +0050C23CB Analytica GmbH +0050C23CE Ward Leonard Electric Company +0050C23F1 Salland Electronics Holding BV +0050C23F2 STL GmbH +0050C23EB ISS International +0050C23DB Osmetech Inc. +0050C23DC 3D perception +0050C23A3 Star Link Communication Pvt. Ltd. +0050C23A6 IntelliDesign Pty Ltd +0050C23A2 Vegas Amusement +0050C239C TIYODA MFG CO.,LTD. +0050C23CA ABB Inc. +0050C23C4 Sypris Electronics +0050C23C1 MicroTek Electronics, Inc. +0050C23BD Bigbang L.T.D. +0050C23BE Pauly Steuer- und Regelanlagen GmbH & Co. KG +0050C2384 Wireless Reading Systems Holding ASA +0050C2388 IEE Inc +0050C2389 Exavio Inc. +0050C2381 Realtime Engineering AG +0050C2406 CoreStreet, Ltd +0050C2405 Guralp Systems Limited +0050C23FF Cast Iron Systems +0050C23FB Pigeon Point Systems LLC +0050C23FC Weinberger Deutschland GmbH +0050C23F5 Phaedrus Limited +0050C23B3 Media Lab., Inc. +0050C23B4 Contrôle Analytique inc. +0050C241D Altronic, Inc. +0050C2419 Mecsel Oy +0050C241A Bluewater Systems Ltd +0050C240F BIR,INC. +0050C2413 Goodrich +0050C2409 KTEC LTD +0050C233C SkipJam +0050C2362 AZD Praha s.r.o. +0050C2358 ALCEA +0050C2350 Kinesys Projects Limited +0050C2351 Finesystem Co., Ltd +0050C2379 Control LAN S.A. +0050C236C RISCO Group +0050C2346 biokeysystem +0050C2347 Row Seven Ltd +0050C2326 Navionics S.p.A. +0050C2313 SAIA Burgess Controls AG +0050C2024 IPITEK +0050C21F1 SKY Computers, Inc. +0050C21ED EMKA-electronic AG +0050C21EE Perto Periféricos de Automação S.A. +0050C21E6 United Tri-Tech Corporation +0050C21E7 Smith Meter, Inc. +0050C21EC COSMO co.,ltd. +0050C2204 Algodue Elettronica srl +0050C2218 Nansen S. A. - Instrumentos de Precisão +0050C21FA SP Controls, Inc +0050C21F2 Tattile srl +0050C2240 Geoquip Ltd +0050C2236 JLCooper Electronics +0050C222C Intrinsity +0050C2222 imo-elektronik GmbH +0050C224A CDS Rail +0050C21DC Imarda New Zealand Limited +0050C21DD Peiker acustic GmbH & Co. KG +0050C21D2 Shenyang Internet Technology Inc +0050C21D3 Synopsys +0050C219B Wilcoxon Research, Inc. +0050C2196 Netsynt Spa +0050C2197 EPM Tecnologia e Equipamentos +0050C21B4 DSP Group Inc. +0050C21B5 Thrane & Thrane A/S +0050C21AF PESA Switching Systems, Inc. +0050C21AB Streaming Networks +0050C217D Cognex Corporation +0050C2179 Verifiber LLC +0050C2174 N&P Technologies +0050C2173 DeMeTec GmbH +0050C21C8 Euphony technology CO., LTD. +0050C21C9 modas GmbH +0050C21BF International Test & Engineering Services Co.,Ltd. +0050C2187 Cyan Technology Ltd +0050C2183 Mixbaal S.A. de C.V. +0050C2184 H M Computing Limited +0050C217E Binary Wave Technologies Inc. +0050C21BE Sedia Electronics +0050C21B9 EmCom Technology Inc. +0050C218C Technodrive srl +0050C2191 Partner Voxstream A/S +0050C21AA BitBox Ltd +0050C21A5 NORCO +0050C21A0 SCA Data Systems +0050C21A1 Portalplayer, Inc +0050C2159 Standard Comm. Corp. +0050C2170 Taishodo Seiko Co., Ltd. 0050C200A Tharsys -0050C200B IO Limited -0050C200C Vbrick Systems Inc. -0050C200D Opus Telecom Inc. -0050C200E TTTech -0050C200F XLN-t -0050C2010 Moisture Systems -0050C2011 Bihl + Wiedemann GmbH -0050C2012 Floware System Solutions Ltd. +0050C216B Masterclock, Inc. 0050C2013 Sensys Technologies Inc. 0050C2014 Canal + -0050C2015 Leroy Automatique Industrielle -0050C2016 DSP Design Ltd. -0050C2017 Hunter Technology Inc. -0050C2018 CAD-UL GmbH -0050C2019 Emtac Technology Corp. -0050C201A Skylake Talix -0050C201B Cross Products Ltd. -0050C201C Tadiran Scopus -0050C201D Princeton Gamma Tech -0050C201E CallTech International Limited -0050C201F KBS Industrieelektronik GmbH -0050C2020 Icon Research Ltd. -0050C2021 DRS Technologies Canada Co. -0050C2022 Ashling Microsystems Ltd. -0050C2023 Zabacom, Inc. -0050C2024 IPITEK -0050C2025 Teracom Telematica Ltda. -0050C2026 Abatis Systems Corp. -0050C2027 Industrial Control Links -0050C2028 The Frensch Corporation (Pty) Ltd. -0050C2029 Grossenbacher Systeme AG -0050C202A VersaLogic Corp. -0050C202B Nova Engineering Inc. -0050C202C Narrowband Telecommunications -0050C202D Innocor LTD -0050C202E Turtle Mountain Corp -0050C202F Sinetica Corp -0050C2030 Lockheed Martin Tactical Defense Systems Eagan +0050C2009 Datakinetics Ltd. +0050C2044 Private +0050C2127 TPA Traffic & Parking Automation BV +0050C2145 ELC Lighting +0050C214F Telephonics Corp. +0050C2110 QuesCom +0050C2111 Endusis Limited +0050C20E1 Inspiration Technology P/L +0050C20D7 Summit Avionics, Inc. +0050C211A Teamaxess Ticketing GmbH +0050C2124 Tokai Soft Corporation +0050C211B Digital Vision AB +0050C20EB iREZ Technologies LLC +0050C20EF Movaz Networks, Inc. +0050C2109 ITK Dr. Kassen GmbH +0050C20FF IPAXS Corporation +0050C20AA Log-In, Inc. +0050C20A9 Radiant Networks Plc +0050C20A8 Kaveri Networks +0050C209C RF Applications, Inc. +0050C20CC AlphaMedia Co., Ltd +0050C20CD LINET OY +0050C20C4 InterEpoch Technology, Inc. +0050C20C5 SAIA Burgess Controls AG +0050C20A0 CYNAPS +0050C209F MetaWave Vedeo Systems +0050C2099 Case Information & Communications +0050C2069 EC Elettronica S.R.L. +0050C2079 Flextel S.p.A +0050C2078 Reselec AG +0050C2072 Neuberger Gebaeudeautomation GmbH & Co. +0050C2071 NetVision Telecom +0050C205C Nortel Networks PLC (UK) +0050C2055 San Castle Technologies, Inc. +0050C205B Radiometer Medical A/S 0050C2031 Eloquence Ltd 0050C2032 MotionIO -0050C2033 Doble Engineering Company -0050C2034 Ing. Buero W. Kanis GmbH -0050C2035 Alliant Techsystems, Inc. -0050C2036 Arcturus Networks Inc. -0050C2037 E.I.S.M. -0050C2038 Etheira Technologies -0050C2039 Apex Signal Corp -0050C203A PLLB Elettronica SPA -0050C203B VNR Electronique SA -0050C203C BrainBoxes Ltd -0050C203D ISDN Gateway Technology AG 0050C203E MSU UK Ltd 0050C203F Celotek Corp -0050C2040 MiSPO Co., Ltd. -0050C2041 Damler Chrysler Rail System (Signal) AB -0050C2042 B.E.A.R. Solutions (Australasia) Pty, Ltd -0050C2043 Curtis, Inc. -0050C2044 PRIVATE -0050C2045 Chase Manhattan Bank -0050C2046 PRIVATE -0050C2047 B. R. Electronics -0050C2048 Cybectec Inc. -0050C2049 Computer Concepts Corp -0050C204A Telecom Analysis Systems, LP -0050C204B Tecstar Demo Systems Division -0050C204C New Standard Engineering NV -0050C204E Industrial Electronic Engineers, Inc. 0050C204F Luma Corporation -0050C2050 Dataprobe, Inc. -0050C2051 JSR Ultrasonics -0050C2052 Mayo Foundation -0050C2054 Optionexist Limited -0050C2055 San Castle Technologies, Inc. -0050C2056 Base 2 -0050C2057 Lite F GmBH -0050C2058 Vision Research, Inc. -0050C2059 Austco Communication Systems Pty, Ltd -0050C205A Sonifex Ltd -0050C205B Radiometer Medical A/S -0050C205C Nortel Networks PLC (UK) -0050C205D Ignitus Communications, LLC +0050C204B Tecstar Demo Systems Division +0050C2038 Etheira Technologies +0050C2039 Apex Signal Corp +0050C2027 Industrial Control Links +0050C2028 The Frensch Corporation (Pty) Ltd. +0050C202F Sinetica Corp +0050C202E Turtle Mountain Corp 0050C205E DIVA Systems -0050C205F Malden Electronics Ltd -0050C2060 PRIVATE -0050C2061 Simple Network Magic Corporation -0050C2062 PRIVATE -0050C2063 Ticketmaster Corp -0050C2064 PRIVATE -0050C2065 Clever Devices, Ltd. -0050C2066 PRIVATE -0050C2067 Riverlink Computers, Ltd. -0050C2068 Seabridge -0050C2069 EC Elettronica S.R.L. -0050C206A Unimark -0050C206B NCast Corporation -0050C206C WaveCom Electronics, Inc. -0050C206D Advanced Signal Corp. -0050C206E Avtron Manufacturing Inc. -0050C206F Digital Services Group -0050C2070 Katchall Technologies Group -0050C2071 NetVision Telecom -0050C2072 Neuberger Gebaeudeautomation GmbH & Co. -0050C2073 Alstom Signalling Ltd. -0050C2074 Edge Tech Co., Ltd. -0050C2075 ENTTEC Pty Ltd. -0050C2076 Litton Guidance & Control Systems -0050C2077 Saco Smartvision Inc. -0050C2078 Reselec AG -0050C2079 Flextel S.p.A -0050C207A RadioTel -0050C207B Trikon Technologies Ltd. -0050C207C PLLB elettronica spa -0050C207D Caspian Networks -0050C207E JL-teknik -0050C207F Dunti Corporation -0050C2080 AIM -0050C2081 Matuschek Messtechnik GmbH -0050C2082 GFI Chrono Time -0050C2083 ARD SA -0050C2084 DIALOG4 System Engineering GmbH -0050C2085 Crossport Systems -0050C2086 Validyne Engineering Corp. -0050C2087 Monitor Business Machines Ltd. -0050C2088 TELINC Corporation -0050C2089 Fenwal Italia S.P.A. -0050C208A Rising Edge Technologies -0050C208B HYPERCHIP Inc. -0050C208C IP Unity -0050C208D Kylink Communications Corp. -0050C208E BSQUARE -0050C208F General Industries Argentina -0050C2090 Invensys Controls Network Systems -0050C2091 StorLogic, Inc. -0050C2092 DigitAll World Co., Ltd -0050C2093 KOREALINK -0050C2094 Analytical Spectral Devices, Inc. -0050C2095 SEATECH -0050C2096 Utronix Elektronikutreckling AB -0050C2097 IMV Invertomatic -0050C2098 EPEL Industrial, S.A. -0050C2099 Case Information & Communications -0050C209A NBO Development Center Sekusui Chemical Co. Ltd. -0050C209B Seffle Instrument AB -0050C209C RF Applications, Inc. -0050C209D ZELPOS -0050C209E Infinitec Networks, Inc. -0050C209F MetaWave Vedeo Systems -0050C20A0 CYNAPS -0050C20A1 Visable Genetics, Inc. -0050C20A2 Jäger Computergesteuerte Messtechnik GmbH -0050C20A3 BaSyTec GmbH -0050C20A4 Bounty Systems Pty Ltd. -0050C20A5 Mobiltex Data Ltd. -0050C20A6 Arula Systems, Inc. -0050C20A7 WaterCove Networks -0050C20A8 Kaveri Networks -0050C20A9 Radiant Networks Plc -0050C20AA Log-In, Inc. -0050C20AB Fastware.Net, LLC -0050C20AC Honeywell GNO -0050C20AD BMC Messsysteme GmbH -0050C20AE Zarak Systems Corp. -0050C20AF Latus Lightworks, Inc. -0050C20B0 LMI Technologies, Inc. -0050C20B1 Beeline Networks, Inc. -0050C20B2 R F Micro Devices -0050C20B3 SMX Corporation -0050C20B4 Wavefly Corporation -0050C20B5 Extreme Copper, Inc. -0050C20B6 ApSecure Technologies (Canada), Inc. -0050C20B7 RYMIC -0050C20B8 LAN Controls, Inc. -0050C20B9 Helmut Mauell GmbH -0050C20BA Pro-Active -0050C20BB MAZet GmbH -0050C20BC Infolink Software AG -0050C20BD Tattile -0050C20BE Stella Electronics & Tagging -0050C20BF PRIVATE -0050C20C0 Imigix Ltd. -0050C20C1 Casabyte -0050C20C2 Alchemy Semiconductor, Inc. -0050C20C3 Tonbu, Inc. -0050C20C4 InterEpoch Technology, Inc. -0050C20C5 SAIA Burgess Controls AG -0050C20C6 Advanced Medical Information Technologies, Inc. -0050C20C7 TransComm Technology System, Inc. -0050C20C8 The Trane Company -0050C20C9 DSS Networks, Inc. -0050C20CA J D Richards -0050C20CB STUDIEL -0050C20CC AlphaMedia Co., Ltd -0050C20CD LINET OY -0050C20CE RFL Electronics, Inc. -0050C20CF PCSC -0050C20D0 Telegrang AB -0050C20D1 Renaissance Networking, Inc. -0050C20D2 Real World Computing Partnership -0050C20D3 Lake Technology, Ltd. -0050C20D4 Palm, Inc. -0050C20D5 Zelax -0050C20D6 Inco Startec GmbH -0050C20D7 Summit Avionics, Inc. -0050C20D8 Charlotte's Web Networks -0050C20D9 Loewe Opta GmbH -0050C20DA Motion Analysis Corp. -0050C20DB Cyberex -0050C20DC Elbit Systems Ltd. -0050C20DD Interisa Electronica, S.A. -0050C20DE Frederick Engineering -0050C20DF Innovation Institute, Inc. -0050C20E0 EMAC, Inc. -0050C20E1 Inspiration Technology P/L -0050C20E2 Visual Circuits Corp. -0050C20E3 Lanex S.A. -0050C20E4 Collabo Tec. Co., Ltd. -0050C20E5 Clearwater Networks -0050C20E6 RouteFree, Inc. -0050C20E7 Century Geophysical Corp. -0050C20E8 Audio Design Associates, Inc. -0050C20E9 Smartmedia LLC -0050C20EA iReady Corporation -0050C20EB iREZ Technologies LLC -0050C20EC Keith & Koep GmbH -0050C20ED Valley Products Corporation -0050C20EE Industrial Indexing Systems, Inc. -0050C20EF Movaz Networks, Inc. -0050C20F0 VHB Technologies, Inc. -0050C20F1 Polyvision Corporation -0050C20F2 KMS Systems, Inc. -0050C20F3 Young Computer Co., Ltd. -0050C20F4 Sysnet Co., Ltd. -0050C20F5 Spectra Technologies Holding Co., Ltd. -0050C20F6 Carl Baasel Lasertechnik GmbH -0050C20F7 Foss NIRSystems, Inc. -0050C20F8 Tecnint HTE S.r.L. -0050C20F9 Raven Industries -0050C20FA GE Lubrizol, LLC -0050C20FB PIUSYS Co., Ltd. -0050C20FC Kimmon Manufacturing Co., Ltd. -0050C20FD Inducomp Corporation -0050C20FE Energy ICT -0050C20FF IPAXS Corporation -0050C2100 Corelatus A.B. -0050C2101 LAUD Electronic Design AS -0050C2102 Million Tech Development Ltd. -0050C2103 Green Hills Software, Inc. -0050C2104 Adescom Inc. -0050C2105 Lumentis AB -0050C2106 MATSUOKA -0050C2107 NewHer Systems -0050C2108 Balogh S.A. -0050C2109 ITK Dr. Kassen GmbH -0050C210A Quinx AG -0050C210B MarekMicro GmbH -0050C210C Photonic Bridges, Inc. -0050C210D Implementa GmbH -0050C210E Unipower AB -0050C210F Perceptics Corp. -0050C2110 QuesCom -0050C2111 Endusis Limited -0050C2112 Compuworx -0050C2113 Ace Electronics, Inc. -0050C2114 Quest Innovations -0050C2115 Vidco, Inc. -0050C2116 DSP Design, Ltd. -0050C2117 Wintegra Ltd. -0050C2118 Microbit 2.0 AB -0050C2119 Global Opto Communication Tech. Corp -0050C211A Teamaxess Ticketing GmbH -0050C211B Digital Vision AB -0050C211C Stonefly Networks -0050C211D Destiny Networks, Inc. -0050C211E Volvo Car Corporation -0050C211F CSS Industrie Computer GmbH -0050C2120 XStore, Inc. -0050C2121 COE Limited -0050C2122 Diva Systems -0050C2123 Seranoa Networks, Inc. -0050C2124 Tokai Soft Corporation -0050C2125 Tecwings GmBh -0050C2126 Marvell Hispana S.L. -0050C2127 TPA Traffic & Parking Automation BV -0050C2128 Pycon, Inc. -0050C2129 TTPCom Ltd. -0050C212A Symbolic Sound Corp. -0050C212B Dong A Eltek Co., Ltd. -0050C212C Delta Tau Data Systems, Inc. -0050C212D Megisto Systems, Inc. -0050C212E RUNCOM -0050C212F HAAG-STREIT AG -0050C2130 U.S. Traffic Corporation -0050C2131 InBus Engineering, Inc. -0050C2132 Procon Electronics -0050C2133 ChipWrights, Inc. -0050C2134 DRS Photronics -0050C2135 ELAD SRL -0050C2136 Tensilica, Inc. -0050C2137 Uniwell Systems (UK) Ltd. -0050C2138 Delphin Technology AG -0050C2139 SR Research Ltd. -0050C213A Tex Computer SRL +0050C2010 Moisture Systems +0050C2011 Bihl + Wiedemann GmbH +0050C2025 Teracom Telematica Ltda. +0050C201B Cross Products Ltd. +0050C201A Skylake Talix +0050C201E CallTech International Limited +0050C201D Princeton Gamma Tech +0050C2E3C Grupo Epelsa S.L. +0050C2CFA Grupo Epelsa S.L. +0050C2A24 Grupo Epelsa S.L. +0050C25F8 Grupo Epelsa S.L. +0050C256A Grupo Epelsa S.L. +0050C2410 Grossenbacher Systeme AG +40D8550F4 MB Connect Line GmbH +0050C2CBA DELTA TAU DATA SYSTEMS, INC. +0050C2378 Daintree Networks Pty +0050C2BE7 Genetec Inc. +0050C2CF9 Elbit Systems of America - Fort Worth Operations +0050C2380 EKE-Electronics Ltd. +0050C2620 Harman/Becker Automotive Systems GmbH +0050C2D5F Embedded Solution Bank Co., Ltd. +0050C29CF Intuitive Surgical, Inc +0050C2D9B Intuitive Surgical, Inc +0050C2FA5 Intuitive Surgical, Inc +0050C27A8 Integrated Design Tools, Inc. +0050C2398 Inhand Electronics, Inc. +40D85511A Sicon srl +0050C2330 Sicon srl +0050C2C3A Sicon srl +0050C2A92 Sicon srl +0050C299A Miromico AG +0050C2F87 Vaisala Oyj 0050C213B Vaisala Oyj -0050C213C NBG Industrial Automation B.V. -0050C213D Formula One Management Ltd. -0050C213E AVerMedia Systems, Inc. -0050C213F Sentito Networks -0050C2140 ITS, Inc. -0050C2141 Time Terminal Adductor Group AB -0050C2142 Instrumeter A/S -0050C2143 AARTESYS AG -0050C2144 Phytec Messtechnik GmbH -0050C2145 ELC Lighting -0050C2146 APCON, Inc. -0050C2147 UniSUR -0050C2148 Alltec GmbH -0050C2149 Haag-Streit AG -0050C214A DYCEC, S.A. -0050C214B HECUBA Elektronik -0050C214C Optibase Ltd. -0050C214D wellink, Ltd. -0050C214E Corinex Global -0050C214F Telephonics Corp. -0050C2150 Torse -0050C2151 Redux Communications Ltd. -0050C2152 AirVast Technology Inc. -0050C2153 Advanced Devices SpA -0050C2154 Jostra AB -0050C2155 Enea Real Time AB -0050C2156 CommServ Solutions Inc. -0050C2157 nCore, Inc. -0050C2158 Communication Solutions, Inc. -0050C2159 Standard Comm. Corp. -0050C215A Plextek Limited -0050C215B Dune Networks -0050C215C Aoptix Technologies -0050C215D Cepheid -0050C215E Celite Systems, Inc. -0050C215F Pulsar GmbH -0050C2160 TTI - Telecom International Ltd. -0050C2161 J&B Engineering Group S.L. -0050C2162 Teseda Corporation +0050C2A6B Explorer Inc. +0050C233D GD Mission Systems +0050C2CC4 GD Mission Systems +0050C2E8E GD Mission Systems +40D85514A GD Mission Systems +0050C29A9 GD Mission Systems +0050C2723 Power Electronics Espana, S.L. +0050C242C Trapeze Software Group Inc +0050C233A United Telecoms Ltd +40D85516A Aplex Technology Inc. +40D855110 Aplex Technology Inc. +0050C2DE1 ABB Transmission and Distribution Automation Equipment (Xiamen) Co., Ltd. +0050C25BD NOMUS COMM SYSTEMS +0050C220E PYRAMID Computer GmbH +40D85514B Vocality International Ltd +0050C2F2D Robert Bosch Healthcare Systems, Inc. +0050C2F3E Vtron Pty Ltd +0050C21EA DAVE SRL +0050C26FA DCNS +0050C23C0 EDA Industries Pte. Ltd +0050C29DF CODEC Co., Ltd. +0050C2A9C Star Electronics GmbH & Co. KG +0050C2E64 Edgeware AB +0050C2E98 i3 International Inc. +0050C2505 Computerwise, Inc. 0050C2163 Computerwise, Inc. -0050C2164 Acunia N.V. -0050C2165 IPCAST -0050C2166 Infineer Ltd. -0050C2167 Precision Filters, Inc. -0050C2168 ExtremeSpeed Inc. -0050C2169 Nordson Corp. -0050C216A Time Domain -0050C216B Masterclock, Inc. -0050C216C Brijing Embedor Embedded Internet Tech. Co. Ltd. -0050C216D Postec Data Systems Ltd. -0050C216E PMC -0050C216F Dickson Technologies -0050C2170 Taishodo Seiko Co., Ltd. -0050C2171 Quantronix, Inc. -0050C2172 SAET I.S. S.r.l. -0050C2173 DeMeTec GmbH -0050C2174 N&P Technologies -0050C2175 Sei S.p.A. -0050C2176 Wavium AB -0050C2177 Unicoi Systems -0050C2178 Partner Voxstream A/S -0050C2179 Verifiber LLC -0050C217A WOLF Industrial Systems Inc. -0050C217B Broadstorm Telecom -0050C217C Jeffress Engineering Pty Ltd -0050C217D Cognex Corporation -0050C217E Binary Wave Technologies Inc. -0050C217F PDQ Manufacturing -0050C2180 Zultys Technologies -0050C2181 Task 84 Spa -0050C2182 wolf-inf-tec -0050C2183 Mixbaal S.A. de C.V. -0050C2184 H M Computing Limited -0050C2185 Optical Wireless Link Inc. -0050C2186 Pantec Engineering AG -0050C2187 Cyan Technology Ltd -0050C2188 dresden-elektronik -0050C2189 CC Systems AB -0050C218A Basler Electric Company -0050C218B Teradyne Inc. -0050C218C Technodrive srl -0050C218D CCII Systems (Pty) Ltd -0050C218E SPARR ELECTRONICS LTD -0050C218F MATSUI MFG CO.,LTD -0050C2190 Goerlitz AG -0050C2191 Partner Voxstream A/S -0050C2192 Advanced Concepts, Inc. -0050C2193 LaserBit Communications Corp. -0050C2194 COMINFO -0050C2195 Momentum Data Systems -0050C2196 Netsynt Spa -0050C2197 EPM Tecnologia e Equipamentos -0050C2198 PotsTek, Inc -0050C2199 Survalent Technology Corporation -0050C219A AZIO TECHNOLOGY CO. -0050C219B Wilcoxon Research, Inc. -0050C219C Artec Design -0050C219D ELECTREX S.R.L -0050C219E Paltronics, Inc. -0050C219F Fleetwood Electronics Ltd -0050C21A0 SCA Data Systems -0050C21A1 Portalplayer, Inc -0050C21A2 ABB Switzerland Inc -0050C21A3 Tidel Engineering, L.P. -0050C21A4 Protech Optronics Co. Ltd. -0050C21A5 NORCO -0050C21A6 RF Code -0050C21A7 Alpha Beta Technologies, Inc. -0050C21A8 ANOVA BROADBAND -0050C21A9 Axotec Technologies GmbH -0050C21AA BitBox Ltd -0050C21AB Streaming Networks -0050C21AC Beckmann+Egle GmbH -0050C21AD Remia s.r.o. -0050C21AE Home Director, Inc -0050C21AF PESA Switching Systems, Inc. -0050C21B0 BLANKOM Antennentechnik GmbH -0050C21B1 Axes Technologies -0050C21B2 SIGOS Systemintegration GmbH -0050C21B3 DSP DESIGN -0050C21B4 DSP Group Inc. -0050C21B5 Thrane & Thrane A/S -0050C21B6 DTS, Inc. -0050C21B7 MosChip USA -0050C21B8 Electronic Systems Development -0050C21B9 EmCom Technology Inc. -0050C21BA INTERZEAG AG -0050C21BB Email Metering -0050C21BC DINEC International -0050C21BD AIOI Systems Co., Ltd. -0050C21BE Sedia Electronics -0050C21BF International Test & Engineering Services Co.,Ltd. -0050C21C0 WillMonius Inc. -0050C21C1 InfinitiNetworks Inc. -0050C21C2 Weltronics Corp. -0050C21C3 TT electronic manufacturing services ltd -0050C21C4 Palm Solutions Group -0050C21C5 Flander Oy -0050C21C6 Remco Italia Spa -0050C21C7 TWIN DEVELOPMENT S.A. -0050C21C8 Euphony technology CO., LTD. -0050C21C9 modas GmbH -0050C21CA EVER Sp. z o.o. -0050C21CB quantumBEAM Limited -0050C21CC WaveIP ltd. -0050C21CD INCAA Informatica Italia srl -0050C21CE Datatek Applications, Inc. -0050C21CF LIFETIME MEMORY PRODUCTS, INC. -0050C21D0 Yazaki North America, Inc. -0050C21D1 Benchmark Electronics -0050C21D2 Shenyang Internet Technology Inc -0050C21D3 Synopsys -0050C21D4 Phase IV Engineering Inc. -0050C21D5 Redpoint Controls -0050C21D6 shanghai trend intelligent systems CO.,LTD +0050C2F8F Computerwise, Inc. +0050C2C6C DORLET SAU +0050C2455 Gogo BA +0050C27CE Gogo BA +40D855046 Circuitlink Pty Ltd +0050C2AC4 Orion Technologies,LLC +0050C20BF Private +0050C24F0 MedAvant Healthcare +0050C2601 MedAvant Healthcare +0050C2392 Phytec Messtechnik GmbH +0050C217A WOLF Advanced Technology. +0050C20E0 EMAC, Inc. +40D85519D EMAC, Inc. +40D8550C8 Mettler Toledo Hi-Speed +40D8551CE Peter Huber +40D8551C9 Andy-L Ltd. +40D8551C7 Wexiodisk AB +40D8551B4 Inforce Computing Inc. +40D8551B2 AGE A. Gilg Elektronik +40D8551A7 ENTEC Electric & Electronic CO., LTD +40D8551A8 Multiobrabotka +40D855195 TONNA ELECTRONIQUE +40D855193 FORZA SILICON CORP. +40D855188 Array Corporation +40D8551BC KbDevice,Inc. +40D8551BA Creative Lighting And Sound Systems Pty Ltd +40D85519B Northern Star Technologies +40D8551DB NIPPON TECHNO LAB.,INC, +40D8551D9 Commercial Wireless Systems International LLC. +40D855160 Thermo Fisher Sceintific +40D855162 LUNA-NEXUS +40D855156 Emphysys, Inc. +40D855155 Telefrang AB +40D855150 SHIKINO HIGH-TECH +40D855143 Tokyo Drawing Ltd. +40D855141 Key Systems, Inc. +40D85513F Zhejiang Wellsun Electric Meter Co.,Ltd +40D855184 Satkirit Ltd +40D85514D SOMFY SAS +40D85514E Marposs S.p.A +40D85512E Canfield Scientific, Inc. +40D85517A ARGUS-SPECTRUM +40D855179 Servo-Robot Inc. +40D85516F BrightLeaf Power +40D855113 Testbook Ltd +40D855106 Orbital A/S +40D855108 ALPHA DESIGN CO.,LTD. +40D855109 Rosslare Enterprises Limited +40D8550D1 Cantada Inc +40D8550CF Clark-MXR, Inc. +40D8550E4 ARAGO SYSTEMS +40D8550DA Devialet SA +40D855120 ObjectFab GmbH +40D855115 MESA Electronic GmbH +40D8550D9 YUKO ELECTRIC CO.,LTD +40D8550FE Cytech Technology Pte Ltd +40D8550FC eumig industrie-tv GmbH +40D8550FB InfoMac Sp. z o. o. Sp. k. +40D8550E8 HEITEC AG +40D855096 Comtel Electronics GmbH +40D855094 Nomad Digital Limited +40D855092 Wasserbauer GmbH +40D855075 Teraflops +40D855073 Diamond Technologies, Inc +40D85506E C-COM Satellite Systems Inc. +40D85506B BRS Sistemas Eletrônicos +40D85506D BroadSoft, INC +40D85507F Wheatstone Corporation +40D85508A Leder Elektronik Design +40D855080 Honeywell +40D8550A1 ADVALY SYSTEM Inc. +40D85509F Bascules Robbe nv +40D8550A0 Quantronix, Inc. +40D8550C7 insensiv GmbH +40D8550C5 M.M. Elektrolab +40D8550C4 Inspired Systems +40D8550AD Space Micro +40D8550AB Enel doo Belgrade +40D8550B8 Ferlin Trading BV +40D8550BA PCH Engineering A/S +40D855030 Tecnologias Plexus +40D85502D Elgama Sistemos +40D85502E Circuitec Ind. Equip. Eletr. Ltda +40D855026 Symetrics Industries +40D85500A Sarana Sistem Mikro +40D855006 Bactest Limited +40D855004 CR Magnetics, Inc. +40D85501B Audio Enhancement +40D855019 Nautel Limited +40D85500E Brightwell Dispensers +40D85500F DIGITAL DYNAMICS, INC. +0050C2FF6 Booyco Electronics +0050C2FF9 Penttech AB +0050C2FEF Task Sistemas de Computacao +0050C2FEC First System Technology Co., Ltd. +0050C2FE5 Scandinova Systems AB +40D85503C Computer System Co.,Ltd +40D85503A Socus networks +40D85503B Telcomkorea +40D855038 Special Measurements Labs LLC +40D855045 Genadsystem +40D855047 Dos&Donts SRL +40D855049 Thermo Fisher Scientific +40D85505E inoage GmbH +40D855053 Amantys Ltd +40D855054 VITEC +40D855051 CS Instruments Asia +0050C2FD1 Enyx SA +0050C2FCE KOYO ELECTRIC +0050C2FB0 Tateishi Kobisha Co.LTD +0050C2FA9 Hijet Print d.o.o. +0050C2FA3 Xemex NV +0050C2F7A C3 LLC +0050C2F7B MCM Electronics +0050C2F71 RF Code, Inc +0050C2F70 Noralta Technologies Inc +0050C2F85 Enetics, Inc. +0050C2F84 Dynon Instruments +0050C2FC7 SERCOM Regeltechniek +0050C2FC4 Kyowadensi +0050C2FA0 Amplus Communication Pte Ltd +0050C2F98 Infotech North America +0050C2F8E GPO +0050C2FE2 Pulsotronic Anlagentechnik GmbH +0050C2FDB The Security Center Inc +0050C2FD8 Ease Inc. +0050C2FB3 CT Company +0050C2EFC Private +0050C2EFA Predictive Sensor Technology +0050C2EF2 Specialty Microwave Corp +0050C2F3D Project service S.a.s +0050C2F36 Visitech AS +0050C2F2C Terratel Technology s.r.o. +0050C2F2E H&L Instruments, LLC +0050C2EF0 Homaetrix Ltd +0050C2EE8 Kamacho Scale Co., Ltd. +0050C2EE6 B:TECH, a. s. +0050C2F0E Micro Technic A/S +0050C2F06 Micro-Key BV +0050C2F04 KINKI ROENTGEN INDUSTRIAL CO.,LTD +0050C2F49 Green Instruments A/S +0050C2F41 FairyDevices Inc. +0050C2F24 CT Company +0050C2F22 Harland Simon plc +0050C2F67 Celestial Audio +0050C2F5D SMARTB TECHNOLOGIES +0050C2F1A Aqua Management +0050C2F18 Vitec Multimedia +0050C2F10 Wincor Nixdorf Sp. z o.o. +0050C2EC9 Amsterdam Scientific Instruments BV +0050C2EC1 ANT Group s.r.l +0050C2EBF CIVOLUTION +0050C2E97 Arista Systems Corporation +0050C2E8D SystemAdvanced Co,Ltd +0050C2E8F STT Condigi A/S +0050C2E85 Cosmo Life Co.,Ltd +0050C2EA1 TEX COMPUTER SRL +0050C2E99 UV Networks, Inc. +0050C2ED3 ECO MONITORING UTILITY SYSTEMS LTD +0050C2ECB FAL Corp +0050C2EB5 Covidence A/S +0050C2EB7 Saab AB +0050C2EAB Warp9 Tech Design, Inc. +0050C2EDE Smart Grid Networks +0050C2EDA Joint Stock Company Svyaz Inginiring M +0050C2E83 Witree Co.,Ltd +0050C2E7B ATOM GIKEN Co.,Ltd. +0050C2E78 TASK SISTEMAS DE COMPUTACAO LTDA +0050C2E6D Allerta Inc +0050C2E63 Prima sistemi +0050C2EA3 Subsea Systems, Inc. +0050C2E31 ENSIS Co., Ltd. +0050C2E59 Saia-Burgess Controls AG +0050C2E1D Holdline Tecnologia e Sistemas Ltda +0050C2E27 CONTROL SYSTEMS Srl +0050C2E02 Cleverscope +0050C2E4F Wine Technology Marlborough +0050C2E12 Kago Electronics BV +0050C2E11 RadioMobile Inc +0050C2E45 Stichting Sunrise +0050C2E3B Nanosolution Inc. +0050C2DAF eumig industrie-tv GmbH +0050C2DA7 Capton +0050C2DA4 Deuta-Werke GmbH +0050C2D9D Mistral Solutions Pvt. Ltd +0050C2DCB CT Company +0050C2DC4 Keith & Koep GmbH +0050C2DC1 Acrux Technology Limited +0050C2DBA M.P. Electronics +0050C2DB7 SOREL GmbH Mikroelektronik +0050C2DB0 IMAGO Technologies GmbH +0050C2DD8 Selex Systems Integration Inc +0050C2DD5 Friend Spring Industrial Co., Ltd. +0050C2DCE Mecsel Oy +0050C2DF6 HINO ENGINEERING, INC +0050C2DEC VendNovation LLC +0050C2DE9 Dacom West GmbH +0050C2D9A Saia-Burgess Controls AG +0050C2D93 Axlon AB +0050C2D90 Dumps Electronic +0050C2DE2 SEQUTEC INC +0050C2DDF Device GmbH +0050C2DF8 Tommotek (WA) Pty Ltd. +0050C2D37 LJT & Associates, Inc. +0050C2D2D Cadi Scientific Pte Ltd +0050C2D0F Saia-Burgess Controls AG +0050C2D72 Scale-Tron, Inc. +0050C2D6B Nemec Automation +0050C2D68 HiSpeed Data, Inc. +0050C2D61 system2 GmbH +0050C2D7F HMI Technologies +0050C2D7C Microcubs Systems Pvt Ltd +0050C2D75 Collectric AB +0050C2D89 Visual Telecommunication Network, Inc +0050C2D86 ECOMM ERA +0050C2D23 Bluestone Technology GmbH +0050C2D19 Applied Medical Technologies, Inc DBA AirClean Systems +0050C2D5E infinitec co., ltd. +0050C2D57 Hijikata Denki Corp. +0050C2D54 ABtrack s.r.l. +0050C2D02 SURVALENT TECHNOLOGY CORP +0050C2CFB New Embedded Technology +0050C2CF8 beks Kommunikacios Technika kft +0050C2D4D Yardney Technical Products Inc. +0050C2D49 Smith Meter, Inc +0050C2D41 AREA ENERGY, INC. +0050C2CA5 YOKOWO CO.,LTD +0050C2CA1 Wayne Kerr Electronics +0050C2C9B Sm electronic co. +0050C2CF1 TelGaAs, Inc. +0050C2CEE EMBED-IT OG +0050C2CE6 APLICA TECHNOLOGIES +0050C2CE7 Echola Systems +0050C2CE3 Industrial Automatics Design Bureau +0050C2CC3 viscount systems inc. +0050C2CC6 KDT +0050C2CC2 ConectaIP Tecnologia S.L. +0050C2CBF Megacon AB +0050C2CBC CP ELETRONICA SA +0050C2CB9 Micro Technic A/S +0050C2CB8 Raith GmbH +0050C2CB5 Private +0050C2C66 KS Beschallungstechnik GmbH +0050C2C60 Integration Technologies Limited +0050C2C5C WAVECOM ELEKTRONIK AG +0050C2C59 SKD System AB +0050C2C56 Spirent Communications +0050C2CB2 Moravian Instruments +0050C2CAF Fr. Sauter AG +0050C2CAB SAE IT-systems GmbH & Co. KG +0050C2CA8 Systems With Intelligence Inc. +0050C2CDA taskit GmbH +0050C2CDD K.C.C. SHOKAI LIMITED +0050C2CD6 Arktan Systems +0050C2CD3 Covidence A/S +0050C2CD0 MME Mueller Mikroelektronik +0050C2CCC Smartech-technology +0050C2CC9 Promess GmbH +0050C2C52 Smartfield, Inc. +0050C2C4F Powersense A/S +0050C2C4C Lancier Monitoring GmbH +0050C2C48 Cytek Media Systems, INC. +0050C2C45 Galvamat & Unican Technologies SA +0050C2C42 Saia-Burgess Controls AG +0050C2C3E Sysacom +0050C2C97 MSTRONIC CO., LTD. +0050C2C94 ISIS ENGINEERING, S.A. +0050C2C91 Media Technologies Ltd. +0050C2C8D Emergency Message Controls LLC +0050C2C8A Automated Media Services, Inc. +0050C2C87 LECO Corporation +0050C2C83 Gronic Systems GmbH +0050C2C7F Kinects Solutions Inc +0050C2C7A Protonic Holland +0050C2C77 AIM Co.,Ltd +0050C2C74 Wapice Ltd. +0050C2C70 Wilke Technology GmbH +0050C2C6A ELECTRONICA KELD +0050C2C6D Deansoft CO., Ltd. +0050C2BBE Onlinepizza Norden AB +0050C2BB8 MoeTronix +0050C2BE6 Docobo Ltd +0050C2BE2 Convergent Bioscience Ltd. +0050C2BDF Euro-Konsult Sp. z o.o. +0050C2BDC SS Systems LLC +0050C2C11 ART Antriebs- und Regeltechnik GmbH +0050C2C0E AVItronic GmbH +0050C2C07 CIO Informatique Industrielle +0050C2C04 SoGEME +0050C2BD2 Percello Ltd. +0050C2BC8 AGWTech Ltd +0050C2BFD Ernemann Cine Tec GmbH +0050C2C00 ACD Elektronik GmbH +0050C2BF6 NOLAM EMBEDDED SYSTEMS +0050C2BF3 Wanco Inc. +0050C2BE9 ZUCCHETTI SPA +0050C2BEC DRS Laruel Technologies +0050C2C24 Qualnetics Corporation +0050C2C19 Ibercomp SA +0050C2C14 Spectronix Corporation +0050C2C3B ELEKTRO-AUTOMATIK GmbH & Co. KG +0050C2C38 Computer Automation Technology Inc +0050C2C34 Kyuhen +0050C2C35 Insitu, Inc. +0050C2C2E DISMUNTEL SAL +0050C2B14 Keith & Koep GmbH +0050C2B0A Indutherm Giesstechnologie GmbH +0050C2B1E Abbott Medical Optics +0050C2B32 Byres Security Inc +0050C2B28 Micromax Pty. Ltd. +0050C2B00 Saia-Burgess Controls AG +0050C2AF6 Energid +0050C2B46 Mobileye +0050C2B3C JanasCard +0050C2A88 S-SYS +0050C2A83 Techno Sobi Co. Ltd. +0050C2A80 ARD SA +0050C2A79 Saintronic +0050C2A76 Roesch & Walter Industrie-Elektronik GmbH +0050C2A6F Saia-Burgess Controls AG +0050C2A6C Figment Design Laboratories +0050C2ABB Volantic AB +0050C2AB1 Bitmanufaktur GmbH +0050C2AE3 PSD +0050C2AD9 elettrondata srl +0050C2A9D Joehl & Koeferli AG +0050C2A97 MICROSYSTEMES +0050C2A93 SPX Dehydration & Filtration +0050C2A8D Frontier Electronic Systems Corp. +0050C2A65 Mark-O-Print GmbH +0050C2A5B Phytec Messtechnik GmbH +0050C2A5C JSC Component-ASU +0050C2A58 EPL +0050C2AA7 Endeas Oy +0050C2ACF SP Controls, Inc +0050C2AC5 E-Motion System, Inc. +0050C29F5 Commex Technologies +0050C29F2 Keith & Koep GmbH +0050C29EF WoKa-Elektronik GmbH +0050C29EB AFORE Solutions Inc. +0050C29E8 Hammock Corporation +0050C29E5 Halliburton Far East Pte Ltd +0050C29AD Chronos Technology Ltd. +0050C29AA TEKO TELECOM SpA +0050C29A6 Metodo2 +0050C29A0 Trs Systems, Inc. +0050C2A0C Phytec Messtechnik GmbH +0050C2A0D CHARLYROBOT +0050C2A09 Innovative American Technology +0050C2A03 EEG Enterprises Inc +0050C29FF Humphrey Products +0050C29FC ECTEC INC. +0050C2A51 Y-products co.ltd. +0050C2A52 The VON Corporation +0050C2A4E Conduant Corporation +0050C2A44 TORC Technologies +0050C2A48 Thales Optronics Limited +0050C2A3E DUEVI SNC DI MORA E SANTESE +0050C2A3A Telecor Inc. +0050C2A1D SAMH Engineering Services +0050C2A1A DDL +0050C2A17 Winners Satellite Electronics Corp. +0050C2A16 Baudisch Electronic GmbH +0050C2A13 Talyst, Inc. +0050C2A10 Essential Design & Integration P/L +0050C29C2 Team Enginers +0050C29BE Xad Communications Ltd +0050C29BA Connor-Winfield +0050C29B7 St. Michael Strategies +0050C29B4 EUKREA ELECTROMATIQUE SARL +0050C29B0 Ebru GmbH +0050C29E1 Enreduce Energy Control AB +0050C29DE CHAUVIN ARNOUX +0050C29DB Walter Grotkasten +0050C29D7 Melex Inc. +0050C29D4 FIRST +0050C2A34 Casabyte Inc. +0050C2A30 D-TA Systems +0050C2A2A Custom Control Concepts +0050C2A25 Saia-Burgess Controls AG +0050C2A21 ISAC SRL +0050C2A20 Quorum Technologies Ltd +0050C29D1 Bladelius Design Group AB +0050C29CD Uwe Schneider GmbH +0050C29CA ESAB-ATAS GmbH +0050C29C7 Kumera Drives Oy +0050C299C CaTs3 Limited +0050C2999 Cambustion Ltd +0050C2996 Commercial Timesharing Inc. +0050C2993 UNETCONVERGENCE CO., LTD +0050C2992 IDT Sound Processing Corporation +0050C298F BELIK S.P.R.L. +0050C298C MGM-Devices Oy +0050C293F TSB Solutions Inc. +0050C293C FractureCode Corporation +0050C2938 Postec Data Systems Ltd +0050C2935 Image Video +0050C2932 SMAVIS Inc. +0050C292E Goanna Technologies Pty Ltd +0050C292B DSP DESIGN +0050C2924 Link Electric & Safety Control Co. +0050C2928 Cinetix GmbH +0050C2921 iQue RFID Technologies BV +0050C2940 Phitek Systems Ltd. +0050C2945 Ex-i Flow Measurement Ltd. +0050C2942 Keith & Koep GmbH +0050C2969 Gehrke Kommunikationssysteme GmbH +0050C2966 PCM Industries +0050C2989 Psigenics Corporation +0050C2988 Pantel International +0050C291E Automation Tec +0050C2917 CIRTEM +0050C291A Xtone Networks +0050C2914 IO-Connect +0050C2910 Autotank AB +0050C297A KST Technology Co., Ltd +0050C2973 Systèmes Pran +0050C2970 Tsuji Electronics Co.,Ltd +0050C28A9 Intelligent Security Systems +0050C289F Datalink Technologies Gateways Inc. +0050C289B Sensata Technologies, Inc. +0050C290D EVK DI Kerschhaggl GmbH +0050C290A Board Level Limited +0050C2906 Gidel +0050C28E5 Berthel GmbH +0050C28DB DCOM Network Technology (Pty) Ltd +0050C2878 Acoustic Research Laboratories Pty Ltd +0050C286E HANYANG ELECTRIC CP., LTD +0050C28FE Cross Country Systems AB +0050C28FB Alfred Kuhse GmbH +0050C2894 Shockfish SA +0050C288C Z-App Systems +0050C2882 WARECUBE,INC. +0050C28BD Matrix Switch Corporation +0050C28B3 VTQ Videtronik GmbH +0050C28D1 Bachmann Monitoring GmbH +0050C28EF Technologies Sensio Inc +0050C2846 ESP-Planning Co. +0050C2843 Xtensor Systems Inc. +0050C283F Phytec Messtechnik GmbH +0050C283C hema electronic GmbH +0050C2831 St Jude Medical, Inc. +0050C2853 Ettus Research LLC +0050C2864 ATG Automatisierungstechnik GERA GmbH +0050C285D Ing. Knauseder Mechatronik GmbH +0050C27EA Monitor Business Machines Ltd. +0050C27E0 C&D Technologies, Inc +0050C27FE Wireless Cables Inc. +0050C27F7 MangoDSP +0050C281F 2N TELEKOMUNIKACE a.s. +0050C281C Telcom +0050C2815 microC Design SRL +0050C2850 K.K. Rocky +0050C284D BMTI +0050C2849 Design Analysis Associates, Inc. +0050C2812 Femto SA +0050C280B Open Video, Inc. +0050C2808 ITB CompuPhase +0050C2801 JANUS srl +0050C2829 Intellectronika +0050C2826 HEWI Heinrich Wilke GmbH +0050C2757 E S P Technologies Ltd +0050C2754 Abeo Corporation +0050C27A6 ASIANA IDT +0050C279F ZAO NPC +0050C279C Vital Systems Inc +0050C2799 AAVD +0050C2769 BES GmbH +0050C2761 Elbit Systems of America - Fort Worth Operations +0050C275E Sky-Skan, Incorporated +0050C27CF Emitech Corporation +0050C27CC SWECO JAPS AB +0050C27CB ViewPlus Technologies, Inc. +0050C27C7 Pyrosequencing AB +0050C27C4 MoBaCon +0050C27C1 Primary Integration Encorp LLC +0050C27BD PROMATE ELECTRONIC CO.LTD +0050C27BA Infodev Electronic Designers Intl. +0050C27B7 Tattile srl +0050C27B3 Elmec, Inc. +0050C27B0 IMP Telekom +0050C27AD Turun Turvatekniikka Oy +0050C2795 Ameli Spa +0050C2792 SMARTRO Co.,Ltd. +0050C278F ELMAR electronic +0050C278B OMICRON electronics GmbH +0050C2788 HOSA TECHNOLOGY, INC. +0050C2785 Icon Time Systems +0050C2774 GeoSIG Ltd. +0050C26DD Zmicro Systems Inc +0050C26D3 DigiSensory technologies Pty Ltd +0050C270E AUDICO SYSTEMS OY +0050C270A Efficient Channel Coding +0050C26F1 ITS Telecom +0050C2722 Centric TSolve BV +0050C2718 illunis LLC +0050C274D Beceem Communications, Inc. +0050C274A MONITOR ELECTRONICS LTD +0050C272F Priority Electronics Ltd +0050C272C Richard Griessbach Feinmechanik GmbH +0050C2725 DSP DESIGN +0050C26C9 NETAMI +0050C26BF Optoplan as +0050C2743 Elektro-Top 3000 Ltd. +0050C2740 McQuay China +0050C2739 Tattile srl +0050C2736 Nika Ltd +0050C26E7 Axis Network Technology +0050C2621 Version-T +0050C261B NCI Technologies Inc. +0050C261E LESTER ELECTRONICS LTD +0050C2617 NARINET, INC. +0050C2614 Proserv +0050C2635 Shockfish SA +0050C2632 RoseTechnology A/S +0050C262F QES +0050C2628 DARE Development +0050C262B First Control Systems AB +0050C2625 EBNeuro SpA +0050C2684 REASON Tecnologia S.A. +0050C267A CC Systems AB +0050C26AB Softwareentwicklung +0050C26A0 GFP Lab S.r.l. +0050C2698 Navtech Radar Ltd +0050C26B5 TRIUMF +0050C265C VTZ d.o.o. +0050C2652 Wideco Sweden AB +0050C2648 Fidelity Comtech, Inc. +0050C263D IDERs Inc +0050C2639 Qstreams Networks Inc. +0050C2670 Naim Audio +0050C2666 Xworks NZ Limited +0050C268E SELCO +0050C25AE CPS EUROPE B.V. +0050C25A4 Federal State Unitary Enterprise Experimental Factory for Sc +0050C25CF Innomed Medical Inc +0050C25C8 Georgia Tech Research Institute +0050C25C9 Shenzhen Quanlong Technique Co.Ltd +0050C2604 HCJB Global +0050C2600 Protec Fire Detection plc +0050C25FD MEG Electronic Inc. +0050C25FA LEA d.o.o. +0050C25F9 ROTHARY Solutions AG +0050C25F6 CAMBRIDGE CONSULTANTS LTD +0050C2611 Brookhaven National Laboratory +0050C260E Automation and Control Technology, Inc. +0050C260A Gradual Tecnologia Ltda. +0050C2607 Telecom FM +0050C2603 Cerus Corp +0050C25DF Gnutek Ltd. +0050C25DA TONNA ELECTRONIQUE +0050C25D6 BioAccess Tecnologia em Biometria Ltda. +0050C25D3 Wexiodisk AB +0050C25D2 DA-Design Oy +0050C259D DSS Networks, Inc. +0050C2593 Broadlight +0050C25C5 Radiant Imaging, Inc. +0050C25BE Card Access Services Pty Ltd +0050C25BF Techimp Systems S.r.l. +0050C25BB UNIC TECHNOLOGIES INC +0050C25B8 WestfaliaSurge GmbH +0050C25B5 RAFAEL +0050C25B1 Rosta Ltd +0050C25F0 DIAS Infrared GmbH +0050C25EC ASiS Technologies Pte Ltd +0050C25E9 Micro Technology Services Inc. +0050C25E6 Musatel +0050C25F3 POSNET Polska S.A. +0050C250D Clearsonics Pty. Ltd. +0050C250A Monitor Business Machines Ltd +0050C2500 Orenco Systems, Inc. +0050C2503 RESPIRONICS INC. +0050C258A Dixell S.p.a. +0050C257F Orderite, Inc. +0050C2580 Buyang Electronics Industrial co.,Ltd. +0050C2574 Ingeniería Almudí S.L. +0050C2566 ubinetsys.co..ltd +0050C2562 C21 Systems Limited +0050C2524 Motec Pty Ltd +0050C2570 Ellex Medical Pty Ltd +0050C256C Targeted Technologies, LLC +0050C251A SpeasTech, Inc. +0050C24E2 Applied Research Laboratories: UT +0050C24DB Alfing Montagetechnik GmbH +0050C24D8 Avantry Ltd. +0050C24EF Creative Retail Entertainment +0050C24EC Thales Defence and Security Systems GmbH +0050C24E5 Sedo Systems Ltd +0050C24D1 SLICAN sp. z o.o. +0050C24CE Open Date Equipment Limited +0050C24C7 Transbit Sp.z o.o. +0050C24C4 Black Diamond Video, Inc. +0050C24BD Argon ST +0050C24BA Mistletoe Technologies +0050C24B3 ANSA Corporation +0050C24AF Orbis Oy +0050C24AA HEINEN ELEKTRONIK GmbH +0050C24A0 Advanced technologies & Engineering (pty) Ltd +0050C2484 Kooltech LLC +0050C24F9 RTDS Technologies Inc. +0050C24F6 REAL D +0050C2498 Quartet Technology, Inc. +0050C248E Teledyne Tekmar +0050C241E Videotek Sistemas Eletronicos Ltda. +0050C2414 Talleres de Escoriaza SA +0050C241B LogiM GmbH Software und Entwicklung +0050C2417 QT systems ab +0050C2418 Planea Oy +0050C2411 Multimessage Systems Ltd. +0050C240D Afonics Fibreoptics Ltd +0050C240E ads-tec GmbH +0050C240A Contec Steuerungstechnik & Automation GmbH +0050C2463 Codem Systems, Inc. +0050C2460 Vitelnet +0050C245C Deister Electronic GmbH +0050C2439 Peleton Photonic Systems +0050C2435 ADATEL TELECOMUNICACIONES S.A. +0050C2432 Topway Industries Ltd. +0050C2456 DRDC Valcartier +0050C2453 Erhardt + Leimer GmbH +0050C2452 SCAME SISTEMI s.r.l. +0050C244F kippdata GmbH +0050C2407 AIE Etudes +0050C2404 NanShanBridge Co.Ltd +0050C23FD HARTMANN software GbR +0050C2400 SmartMotor AS +0050C23FA Tumsan +0050C23F3 Hytec Geraetebau GmbH +0050C23F6 dAFTdATA Limited +0050C2446 Micro Technic A-S +0050C2443 Pickering Laboratories +0050C243F ARVOO Imaging Products BV +0050C243C Ducommun LaBarge Technologies, Inc +0050C23F0 megatec electronic GmbH +0050C23EC Teneros +0050C23E4 CUE, a.s. +0050C242B VLSIP TECHNOLOGIES, INC. +0050C2428 Roxar A/S +0050C2425 Pinnacle Technology +0050C2421 EFSYS +0050C2422 ads-tec GmbH +0050C2470 Cybectec inc. +0050C246D Paul Scherrer Institut (PSI) +0050C246A ISE GmbH +0050C2466 LONAP Limited +0050C23A4 Silvertree Engineering Ltd +0050C23A7 Elektrotechnik & Elektronik Oltmann GmbH +0050C23A1 Samsoft +0050C2352 LUCEO +0050C234F North Pole Engineering, Inc. +0050C234B Ecutel Systems, Inc. +0050C2345 ACT +0050C2348 KoolSpan, Inc. +0050C238D A&G Soluzioni Digitali +0050C2385 SUNGJIN NEOTECH Co.Ltd. +0050C2382 Colorado vNet +0050C237D VeroTrak Inc. +0050C237A IDA Corporation +0050C2376 CLEODE +0050C2377 Xycom VME +0050C2370 Europe Technologies +0050C2373 Companion Worlds, inc. +0050C236D Oplink Communications +0050C23DD ELMIC GmbH +0050C23D6 Comlab Inc. +0050C23D3 American LED-gible Inc. +0050C23CF Technovare Systems, Inc. +0050C23B5 NEC TOKIN Corporation +0050C23B2 Tennessee Valley Authority +0050C23AB taskit Rechnertechnik GmbH +0050C239D DigitalDeck, Inc. +0050C2397 MANGO DSP Ltd. +0050C239A Optical Air Data Systems +0050C2390 TC Communications +0050C23C9 Dilax Intelcom AG +0050C23C5 Silicon Optix Canada Inc. +0050C23C2 Casabyte Inc. +0050C23BF Audio Processing Technology Ltd +0050C23BC Tyzx, Inc. +0050C2363 Septentrio nv/sa +0050C2327 Dornier GmbH +0050C22AE Quest Retail Technology Pty Ltd +0050C2341 Novx Systems +0050C233E CA Technology, Inc +0050C2331 Broadcast Sports Inc +0050C231C Casa Systems Inc. +0050C2314 MicroBee Systems, Inc +0050C2268 Parabit Systems +0050C225E MITE Hradec Kralove, s.r.o. +0050C22A4 Xipher Embedded Networking +0050C229A Packet Techniques Inc. +0050C2290 EBNEURO SPA +0050C2241 Contronics Automacao Ltda +0050C224B Azimuth Systems, Inc. +0050C227C Danlaw Inc +0050C2272 Verex Technology +0050C2286 ATEME +0050C21FF Product Design Dept., Sohwa Corporation +0050C21FB Willowglen Systems Inc. +0050C21F5 Abest Communication Corp. +0050C21E1 Automaatiotekniikka Seppo Saari Oy +0050C21DE ReliOn Inc. 0050C21D7 Pleora Technologies Inc. 0050C21D8 Guardian Controls International -0050C21D9 EDC -0050C21DA GFI Chrono Time -0050C21DB Applied Systems Engineering, Inc. -0050C21DC Imarda New Zealand Limited -0050C21DD Peiker acustic GmbH & Co. KG -0050C21DE ReliOn Inc. -0050C21DF Lulea University of Technology -0050C21E0 Cognex Corporation -0050C21E1 Automaatiotekniikka Seppo Saari Oy -0050C21E2 DIGITRONIC Automationsanlagen GmbH -0050C21E3 Bluesocket, Inc. -0050C21E4 Soronti, Inc. -0050C21E5 DORLET S.A. -0050C21E6 United Tri-Tech Corporation -0050C21E7 Smith Meter, Inc. -0050C21E8 Metrotech -0050C21E9 Ranch Networks -0050C21EA DAVE S.r.L. -0050C21EB Data Respons A/S -0050C21EC COSMO co.,ltd. -0050C21ED EMKA-electronic AG -0050C21EE Perto Periféricos de Automação S.A. +0050C21D4 Phase IV Engineering Inc. 0050C21EF M2 Technology Pty Ltd 0050C21F0 EXI Wireless Systems Inc. -0050C21F1 SKY Computers, Inc. -0050C21F2 Tattile srl -0050C21F3 Radionor Communications AS -0050C21F4 Covia, Inc -0050C21F5 Abest Communication Corp. -0050C21F6 BAE SYSTEMS Controls -0050C21F7 ARC'Créations -0050C21F8 ULTRACKER TECHNOLOGY -0050C21F9 Fr. Sauter AG -0050C21FA SP Controls, Inc -0050C21FB Willowglen Systems Inc. -0050C21FC EDD Srl -0050C21FD SouthWing S.L. -0050C21FE Safetran Traffic Systems Inc. -0050C21FF Product Design Dept., Sohwa Corporation -0050C2200 Whittier Mailing Products, Inc. -0050C2201 OlympusNDT -0050C2202 Audio Riders Oy -0050C2203 PRIVATE -0050C2204 Algodue Elettronica srl -0050C2205 SystIng -0050C2206 Windmill Innovations -0050C2207 Solectron Ind.Com.Servs.Exportadora do Brasil Ltda. -0050C2208 nNovia, Inc. +0050C21E8 Metrotech +0050C21CD INCAA Informatica Italia srl +0050C21CE Datatek Applications, Inc. +0050C21CA EVER Sp. z o.o. +0050C21C0 WillMonius Inc. +0050C21C4 Palm Solutions Group +0050C21BA INTERZEAG AG +0050C21B6 DTS, Inc. +0050C2223 visicontrol GmbH +0050C2219 Aeroflex GmbH 0050C2209 LK Ltd -0050C220A Ferrari electronic AG -0050C220B Rafael -0050C220C Communication and Telemechanical Systems Company Limited -0050C220D Varisys Ltd -0050C220E PYRAMID Computer Systeme GmbH +0050C2205 SystIng 0050C220F OMICRON electronics GmbH -0050C2210 Innovics Wireless Inc -0050C2211 Hochschule für Technik, Wirtschaft und Kultur Leipzig (FH) -0050C2212 4Links Limited -0050C2213 SysAware S.A.R.L. -0050C2214 Oshimi System Design Inc. -0050C2215 VoiceCom AG -0050C2216 Level Control Systems -0050C2217 Linn Products Ltd -0050C2218 Nansen S. A. - Instrumentos de Precisão -0050C2219 Aeroflex GmbH -0050C221A MST SYSTEMS LIMITED -0050C221B General Dynamics Decision Systems -0050C221C Fracarro Radioindustrie SPA -0050C221D ESG Elektroniksystem u. Logistik GmbH -0050C221E Applied Technologies Associates +0050C2237 Tandata Systems Ltd +0050C222D asetek Inc. +0050C218D CCII Systems (Pty) Ltd +0050C2185 Optical Wireless Link Inc. +0050C2182 wolf-inf-tec +0050C217F PDQ Manufacturing +0050C21B0 BLANKOM Antennentechnik GmbH +0050C21AC Beckmann+Egle GmbH +0050C217B Broadstorm Telecom +0050C2175 Sei S.p.A. +0050C2171 Quantronix, Inc. +0050C2165 IPCAST +0050C219C Artec Design +0050C2198 PotsTek, Inc +0050C200B IO Limited +0050C2162 Teseda Corporation +0050C215B Dune Networks +0050C21A6 RF Code +0050C21A2 ABB Switzerland Inc +0050C2189 CC Systems AB +0050C2192 Advanced Concepts, Inc. +0050C2112 Compuworx +0050C2075 ENTTEC Pty Ltd. +0050C210F Perceptics Corp. +0050C212B Dong A Eltek Co., Ltd. +0050C212A Symbolic Sound Corp. +0050C2147 UniSUR +0050C2158 Communication Solutions, Inc. +0050C20F6 Carl Baasel Lasertechnik GmbH +0050C2063 Ticketmaster Corp +0050C214E Corinex Global +0050C2151 Redux Communications Ltd. +0050C213A Tex Computer SRL +0050C213D Formula One Management Ltd. +0050C2123 Seranoa Networks, Inc. +0050C211C Stonefly Networks +0050C2119 Global Opto Communication Tech. Corp +0050C2133 ChipWrights, Inc. +0050C20CB STUDIEL +0050C20C2 Alchemy Semiconductor, Inc. +0050C20C6 Advanced Medical Information Technologies, Inc. +0050C20BC Infolink Software AG +0050C20F0 VHB Technologies, Inc. +0050C20EA iReady Corporation +0050C20ED Valley Products Corporation +0050C2108 Balogh S.A. +0050C20FE Energy ICT +0050C20D6 Inco Startec GmbH +0050C20A1 Visable Genetics, Inc. +0050C20B2 R F Micro Devices +0050C20AF Latus Lightworks, Inc. +0050C20AB Fastware.Net, LLC +0050C20A7 WaterCove Networks +0050C209D ZELPOS +0050C209B Seffle Instrument AB +0050C2094 Analytical Spectral Devices, Inc. +0050C2091 StorLogic, Inc. +0050C208A Rising Edge Technologies +0050C2087 Monitor Business Machines Ltd. +0050C207D Caspian Networks +0050C207B Trikon Technologies Ltd. +0050C207A RadioTel +0050C2074 Edge Tech Co., Ltd. +0050C2077 Saco Smartvision Inc. +0050C2061 Simple Network Magic Corporation +0050C2059 Austco Communication Systems Pty, Ltd +0050C205A Sonifex Ltd +0050C2070 Katchall Technologies Group +0050C2054 Optionexist Limited +0050C204E Industrial Electronic Engineers, Inc. +0050C2050 Dataprobe, Inc. +0050C2068 Seabridge +0050C205D Ignitus Communications, LLC +0050C201F KBS Industrieelektronik GmbH +0050C2026 Abatis Systems Corp. +0050C201C Tadiran Scopus +0050C2040 MiSPO Co., Ltd. +0050C203D ISDN Gateway Technology AG +0050C2030 Lockheed Martin Tactical Defense Systems Eagan +0050C203B VNR Electronique SA +0050C203A PLLB Elettronica SPA +0050C204A Telecom Analysis Systems, LP +0050C2006 Project Management Enterprises, Inc. +0050C2012 Floware System Solutions Ltd. +0050C2F35 Grupo Epelsa S.L. +0050C2953 Grupo Epelsa S.L. +0050C2857 Grupo Epelsa S.L. +0050C28C7 TATTILE SRL +0050C2080 AIM +0050C2BF0 AIM +0050C2A62 Grossenbacher Systeme AG +40D8550F1 Grossenbacher Systeme AG +0050C2029 Grossenbacher Systeme AG +0050C27A9 DELTA TAU DATA SYSTEMS, INC. +0050C2033 Doble Engineering +0050C21EB Data Respons A/S +0050C2A06 CLOOS ELECTRONIC GMBH +0050C2F53 BAYCOM OPTO-ELECTRONICS TECHNOLGY CO., LTD. +0050C247A Efficient Channel Coding +0050C25AB Eaton Corp. Electrical Group Data Center Solutions - Pulizzi +0050C244A Elettronica Santerno SpA +0050C2FBA Elbit Systems of America - Fort Worth Operations +0050C25CC Enseo, Inc. +0050C25C2 Intuitive Surgical, Inc +0050C2393 SYS TEC electronic GmbH +0050C23CC Linkwell Telesystems Pvt Ltd +0050C2015 LEROY AUTOMATION +0050C2359 Kramer Electronics Ltd. +0050C2E0A Sicon srl +0050C260D Sicon srl +40D85516D GD Mission Systems +40D855192 GD Mission Systems +0050C27A3 ABB Transmission and Distribution Automation Equipment (Xiamen) Co., Ltd. +0050C29F9 ABB Transmission and Distribution Automation Equipment (Xiamen) Co., Ltd. +0050C2C0A ABB Transmission and Distribution Automation Equipment (Xiamen) Co., Ltd. +0050C25E2 PYRAMID Computer GmbH +0050C2188 dresden-elektronik +0050C2178 Partner Voxstream A/S +0050C20B9 Helmut Mauell GmbH Werk Weida +0050C2594 Pixel Velocity, Inc +0050C2DAC RFL Electronics, Inc. +0050C242F Win4NET +0050C27F4 Wireless Cables Inc. +0050C23E5 Vacon Plc +0050C26FB WaveIP +0050C285A ART SPA +40D85500C Aplex Technology Inc. +0050C2DAB Aplex Technology Inc. +0050C2E00 Aplex Technology Inc. +40D855060 Aplex Technology Inc. +0050C2EAD Rohde&Schwarz Topex SA +0050C2C9E Rohde&Schwarz Topex SA +0050C2BFA Rohde&Schwarz Topex SA +0050C2FBD EATON FHF Funke + Huster Fernsig GmbH +0050C2C63 Potter Electric Signal Co. LLC +0050C29A3 Computerwise, Inc. +0050C2589 HORIBA ABX SAS +0050C277E Cominfo, Inc. +0050C2A47 PRIMETECH ENGINEERING CORP. +0050C2126 MaxLinear Hispania S.L.U. +40D8550D7 Avant Technologies +0050C2144 Phytec Messtechnik GmbH +0050C21C3 TT electronics plc +0050C25A7 Phytec Messtechnik GmbH +0050C2459 Phytec Messtechnik GmbH +0050C2EA9 Mettler Toledo Hi-Speed +0050C224D Mettler Toledo Hi-Speed +40D85519F Patria Aviation Oy +40D8551A1 KRONOTECH SRL +40D8551B8 Orion Systems, Inc +40D8551B0 Shin-ei Electronic Measuring Co.,Ltd. +40D8551AC ELAN SYSTEMS +40D8551A2 HIPODROMO DE AGUA CALIENTE, S.A. DE C.V. +40D8551D5 FST21 Ltd. +40D8551D6 EMS Computers Pty Ltd +40D8551D3 Kaluga Teletypes Manufacturing Plant +40D8551CB MG S.r.l. +40D8551C2 Digital Display Systems +40D8551C1 Triamec Motion AG +40D8551C0 NPB Automation AB +40D855199 PRESSOL Schmiergeraete GmbH +40D855197 Berg Cloud Limited +40D855190 Spider Tecnologia Ind. e Com Ltda +40D85518D Zoe Medical +40D85518C EOS S.r.l. +40D8551E1 AD QUALITE +40D8551DF Chengdu Meihuan Technology Co.,Ltd +40D85513D Perm Scientific-Industrial Instrument Making Company JSC +40D85513B Davin Technologies Co.,Ltd +40D855135 GLOBALCOM ENGINEERING SRL +40D855136 Devriecom B.V. +40D855132 AeroVision Avionics, Inc +40D855180 BroadSoft Inc +40D855173 Contec Steuerungstechnik & Automation GmbH +40D855175 AHB Systeme GmbH +40D855128 Akse srl +40D85511B nanoTRONIC GmbH +40D85515E Prodco International Inc. +40D85515C Spectratech Inc. +40D855152 Home Automation Europe +40D855148 SEIKO TIME SYSTEMS INC. +40D855168 OPASCA Systems GmbH +40D855167 Assembly Contracts Ltd +40D855169 Photop Koncent +40D855126 TTI LTD +40D85510D Rite-Tech Industrial Co., Ltd. +40D855103 Peek Traffic Corporation +40D855104 IMPLE SISTEMAS ELETRONICOS EMBARCADOS LTDA +40D855100 TASK SISTEMAS DE COMPUTACAO S.A. +40D8550EA A-Z-E +40D8550E0 Richter +40D8550DF Xadi Inc +40D85510F CAVALRY STORAGE INC +40D8550F8 Better Place +40D8550F5 CST Group +40D8550F6 Private +40D8550D5 Shimizu Electric Co., Ltd. +40D8550D3 LECO Corporation +40D8550CD Logical Product +40D8550CB ReliOn Inc +40D8550CA NEUTRIK AG +40D8550C0 ACT +40D8550EC Sentry 360 Security +40D8550ED IntelliDesign Pty Ltd +40D8550A7 First Design System Inc. +40D8550A5 WooshCom Corporation +40D855090 Axxess Identification Ltd +40D85508D Boehme Nachrichtentechnik +40D85508E Lyngsoe Systems +40D855088 JEL SYSTEM CO., LTD. +40D855086 DSP DESIGN +40D855058 Energy Team S.p.A. +40D85504D MACHINEPERFORMANCE ApS +40D85507B IPS Technology Limited +40D855079 DelfiSolutions A/S +40D85509B Tokyo Denki Gijutsu Kogyo +40D85509A CoherentPlus Sdn Bhd +40D855066 TeraTron GmbH +40D8550B2 Ever Trend Technology Development Limited +0050C2FF5 Flexkom Internet Pazarlama Bilipim ve Eoitim Hiz.Inp.Mim.Muh.Oto.Enerji San. Tic. A.p. +0050C2FF1 DiTEST FAHRZEUGDIAGNOSE GMBH +0050C2FEB Axible Technologies +0050C2FE7 Erhardt+Leimer GmbH +40D855029 Depro Electronique +40D855021 SMT D.O.O. +40D85501F Sitep Italia Spa +40D855013 Grande Vitesse Systems +40D855015 BITMILL srl +40D855014 Toni Studio +0050C2FFF MSR-Solutions GmbH +40D855036 Schweers informationstechnologie GmbH +40D855034 Dacom West GmbH +0050C2FDD Toptech Systems, Inc. +0050C2FD7 Deuta-Werke GmbH +0050C2FD3 Aster Electric Co.,Ltd. +40D85504B Vital Tech Industria e Comercio Ltda +40D855040 GHL Systems Berhad +40D855041 T.Q.M. Itaca Technology s.r.l. +40D855002 Hangzhou Chenxiao Technologies Co. Ltd. +0050C2FFE Sensata Technologies +0050C2FFB SEFRAM +0050C2FE1 dotOcean +0050C2FCD Jinyoung Contech +0050C2FC9 Mehta Tech, Inc. +0050C2F61 Brauch Elektronik GmbH&Co.KG +0050C2F5A Sentry 360 Security +0050C2F57 Reach Technologies Inc. +0050C2F96 JLCooper Electronics +0050C2F93 Baudisch Electronic GmbH +0050C2FC3 HSDC Sp. z o.o. +0050C2FBF MYLOGIC +0050C2FB9 Coral Telecom Ltd +0050C2FB5 Assembly Contracts Limited +0050C2FAF Vremya-CH JSC +0050C2F82 Sincair Systems International +0050C2F7F Dynamic Design +0050C2F78 Gets MSS S.A. +0050C2F75 PumpWell Solutions Ltd. +0050C2F8C UBSTechnology Co., Ltd +0050C2F89 CSA Engineering AG +0050C2F6E Smith Meter, Inc. +0050C2F6B Algodue Elettronica Srl +0050C2F64 Chrisso Technologies LLC +0050C2FAC ADETEL GROUP +0050C2F9E Matsusada Precision Inc. +0050C2F50 Moritex Corporation +0050C2F4D KNOWHOW INFOCOM INC. +0050C2EF8 HCL Technologies +0050C2EF7 Amstelland Electronic BV +0050C2EF4 RO.VE.R. Laboratories S.p.A +0050C2EEA Positioneering Limited +0050C2F30 Miris AB +0050C2F29 RADYNE CORPORATION +0050C2F46 Reason Tecnologia S.A. +0050C2F47 cadac,inc. +0050C2F43 Special Systems Engineering Center LLC +0050C2F38 AeroControl, Inc. +0050C2F3B TAMS firmware co. +0050C2ED8 AVocation Systems, Inc. +0050C2F15 Sascal Displays Ltd +0050C2F12 General Industrial Controls Pvt Ltd +0050C2F0B Treehaven Technologies, Inc. +0050C2F0C SKYCHANNEL LTD +0050C2ED1 Arcontia Technology AB +0050C2ED0 Nippon Systemware Co.,Ltd. +0050C2ECD Peek Traffic Corporation +0050C2EC7 LIQUID ROBOTICS, INC +0050C2F02 BMR +0050C2F01 Mango DSP, Inc +0050C2EFE PLR Information Systems Ltd. +0050C2F1F Verified Energy, LLC. +0050C2EE0 osf Hansjuergen Meier GmbH & Co. KG +0050C2E8B RPA Electronic Solutions, Inc. +0050C2E87 Lamson Safes & Security +0050C2E81 Adaptive Technologies, Inc. +0050C2E7D AEL Microsystems Limited +0050C2E7E Swareflex GmbH +0050C2E4D PCSC +0050C2E49 CTF TECHNOLOGIES DO BRASIL LTDA +0050C2E43 Technica Engineering GmbH +0050C2E3F VISITO S.R.L. +0050C2EC6 INFRONICS SYSTEMS LIMITED +0050C2EBD Droplet Measurement Technologies +0050C2EB9 ALPHA-MOS +0050C2EB3 AR RF/Microwave Instrumentation +0050C2E9B Hentschel System GmbH +0050C2E95 Dlite Comercio, Importadora e Serviços de Automação Ltda +0050C2E91 DSP DESIGN LTD +0050C2E5D T8 Ltd +0050C2E56 RFENGINE CO., LTD. +0050C2E57 EOLANE MONTCEAU +0050C2E53 NEXT video systems Hard- and Software Development GmbH +0050C2E67 Critical Link, LLC +0050C2E60 TAIYO SEIKI CO.,LTD. +0050C2E61 Detech Electronics ApS +0050C2E75 FSM AG +0050C2EA5 Aerodata AG +0050C2E9F DataSoft Corporation +0050C2E2F Beam Ltd +0050C2E2B Plant Integrity Limited +0050C2DFE Xitek Design Limited +0050C2E04 Sec.Eng Systems Pty Ltd +0050C2E01 Tyco Traffic & Transportation +0050C2DF0 Koncar Electrical Engineering Institute +0050C2DFA MAC Valves, Inc. +0050C2DF7 Combilent +0050C2E39 Telemetrics Inc. +0050C2E35 Omnica Corporation +0050C2E25 ACD Elektronik GmbH +0050C2E21 Norwia AS +0050C2E1B Embedded Labs +0050C2E17 Gall Tankdatensysteme GmbH +0050C2E0F Trentino Systems +0050C2E0C YOUHO ELECTRIC IND.,LTD. +0050C2E0B Seartech +0050C2E08 KST Technology +0050C2D98 Rong Shun Xuan Corp. +0050C2D94 Software Effect Enterprises, Inc +0050C2D8E LSD Science&Technology Co.,Ltd. +0050C2D8A OptoLink Industria e Comercio Ltda +0050C2DBF One-Nemoto Engineering Corporation +0050C2DB5 DSP DESIGN LTD +0050C2DDC Vision & Control GmbH +0050C2DDD A&A GENERAL SRL +0050C2DA2 metraTec GmbH +0050C2DA1 MangoDSP +0050C2DE6 Fr. Sauter AG +0050C2DE7 Elan Systems +0050C2DC9 KinotonGmbH +0050C2DA9 Tieline Research Pty Ltd +0050C2D80 Keith & Koep GmbH +0050C2D7A Transbit Sp. z o.o. +0050C2D76 Telvent +0050C2D70 C. Rob. Hammerstein GmbH & Co. KG +0050C2D6C ALPHA Corporation +0050C2CF6 Epec Oy +0050C2CEC Erhardt+Leimer GmbH +0050C2CDF CoreEL TEchnologies (I) Pvt Ltd +0050C2CE0 Industrial Control Links, Inc. +0050C2D35 UG Systems GmbH & Co. KG +0050C2D31 UNGAVA Technologies Inc. +0050C2D2E RS Gesellschaft fur Informationstechnik mbH & Co KG +0050C2D2B Video Tech Laboratories, Inc. +0050C2D27 Fr.Sauter AG +0050C2D24 Expro North Sea +0050C2D21 Innovative Circuit Technology +0050C2D1D Moco Media Pty Ltd +0050C2D1E Tobila Systems, Inc. +0050C2D59 BUANCO SYSTEM A/S +0050C2D58 NIK-ELEKTRONIKA Ltd +0050C2D52 F+D Feinwerk- und Drucktechnik GmbH +0050C2D4F SECOM GmbH +0050C2D4E Keith & Koep GmbH +0050C2D46 Thales Nederland BV +0050C2D13 GUNMA ELECTRONICS CO LTD +0050C2D0D DECA Card Engineering GmbH +0050C2D09 Guardtec, Inc. +0050C2D0A Airpoint Co., Ltd. +0050C2D06 nCk Research LLC +0050C2D00 Bodensee Gravitymeter Geosystem GmbH +0050C2D1A GILLAM-FEI S.A. +0050C2D17 CUE, a.s. +0050C2D14 SAET I.S. +0050C2D10 Rosslare Enterprises Ltd. +0050C2D66 Uvax Concepts +0050C2D62 EMAC, Inc. +0050C2D5C Ibetor S.L. +0050C2D42 Hagenuk KMT GmbH +0050C2D3F CSS, LLC +0050C2D3B Gitsn Inc. +0050C2D38 Kyowa Electronics Co.,Ltd. +0050C2CD5 Arcos Technologies Ltd. +0050C2CD2 SIM2 Multimedia S.p.A. +0050C2CCB CaptiveAire Systems Inc. +0050C2CC8 Private +0050C2CBE CODE BLUE CORPORATION +0050C2CC1 Level 3 Communications +0050C2CA0 Kiefer technic GmbH +0050C2C99 HJPC Corporation dba Pactron +0050C2C96 CyberCraft +0050C2CAD Pacific Coast Engineering +0050C2CAA DSP DESIGN LTD +0050C2CA3 CT Company +0050C2C8C Lanmark Controls Inc. +0050C2C81 Odyssee Systemes SAS +0050C2C30 Wagner Group GmbH +0050C2C2A RealTime Systems Ltd +0050C2C29 Newtel Engineering S.r.l. +0050C2C26 Austco Communication Systems Pty Ltd +0050C2C20 SRC Computers, LLC +0050C2C4A Herrick Technology Laboratories, Inc. +0050C2C40 BAE Systems Bofors AB +0050C2C36 SET GmbH +0050C2C54 HPC Platform +0050C2C1F Specialist Electronics Services Ltd +0050C2C1B Graesslin GmbH +0050C2C16 OMICRON electronics GmbH +0050C2C13 Dantec Dynamics A/S +0050C2C09 Globe Wireless +0050C2CB7 inotech GmbH +0050C2CB4 GEA Farm Technologies GmbH +0050C2BBA Systemteq Limited +0050C2BB9 Toptech Systems, Inc. +0050C2BB6 Quarch Technology Ltd +0050C2BB1 Pro4tech +0050C2BAE Fiber Connections Inc. +0050C2BAB iDeal Teknoloji Bilisim Cozumleri A.S. +0050C2BA7 RaumComputer Entwicklungs- und Vertriebs GmbH +0050C2BA4 CUSTOS MOBILE S.L. +0050C2BA1 Transtechnik GmbH & Co.KG +0050C2B9D W. Vershoven GmbH +0050C2B9A Talo, NV Inc +0050C2B97 ikerlan +0050C2B93 EMC PARTNER AG +0050C2B94 Tritech International Ltd +0050C2B90 NAONWORKS Co., Ltd +0050C2B8D CEMSI +0050C2B89 ENTEC Electric & Electronic Co., LTD. +0050C2BF5 AILES ELECTRONICS CO., LTD. +0050C2BEE Private +0050C2BEF SOCIEDAD IBERICA DE CONSTRUCCIONES ELECTRICAS, S.A. (SICE) +0050C2BEB Peek Traffic Corporation +0050C2BE5 RF Code, Inc +0050C2C02 Hanning Elektro-Werke GmbH & Co. KG +0050C2BFF I.S.A. S.r.l. +0050C2BF8 Crtiical Link +0050C2BF9 Vitel Net +0050C2B8A MicroPoise +0050C2B86 ASTO +0050C2B83 Advanced Storage Concepts, Inc. +0050C2B80 iScreen LLC +0050C2B7C Bettini srl +0050C2BCA Aitecsystem Co.,Ltd. +0050C2BC7 PTS GmbH +0050C2BC4 Wheatstone Corporation +0050C2BC3 Phytec Messtechnik GmbH +0050C2BBD ITS Telecom +0050C2BC0 Galaxia Electronics +0050C2B79 MITSUYA LABORATORIES INC. +0050C2B72 Advanced Desktop Systems Ltd +0050C2B6F CT Company +0050C2B6C Drinelec +0050C2B68 Electronic Systems Protection, Inc. +0050C2B62 Measurement Technology NW +0050C2B65 Peek Traffic Corporation +0050C2B5E Palgiken Co.,Ltd. +0050C2B5B Timberline Mfg Company +0050C2B58 Real D +0050C2BE1 Tattile srl +0050C2BDB GasTOPS Ltd. +0050C2BD7 SLAT +0050C2BD4 Global Security Devices +0050C2BD1 Ariem Technologies Pvt Ltd +0050C2BCD Highlight Parking Systems Ltd +0050C2B0F NARA Controls Inc. +0050C2B0C SMARTB TECHNOLOGIES +0050C2AFC Odus Technologies SA +0050C2AFF XoByte LLC +0050C2AF8 Global Satellite Engineering +0050C2AF5 Kramara s.r.o. +0050C2AF2 ACD Elektronik GmbH +0050C2AF1 Green Goose +0050C2AF0 Fr. Sauter AG +0050C2AED 3Roam +0050C2AE8 Bit-Lab PTY LTD +0050C2AE5 ABS Gesellschaft f. Automatisierung, Bildverarbeitung und Software mbH +0050C2ADE Neoptix Inc. +0050C2B2D Datasat Digital Entertainment +0050C2B2A Trench Austria GmbH +0050C2B27 ATEME +0050C2B23 Ronyo Technologies s.r.o. +0050C2B20 FIVE9 NETWORK SYSTEMS LLC +0050C2B1D Telegenix +0050C2B19 Polytron Corporation +0050C2B16 Neothings, Inc. +0050C2B13 Measy Electronics Co., Ltd. +0050C2B09 Harper Chalice Group Limited +0050C2B05 POLA s.r.l. +0050C2B06 CompuDesigns, Inc. +0050C2B02 MASTER CO LTD +0050C2B41 Tata Power Company, Strategic Electronics Division +0050C2B3E Sage Consultants +0050C2B3B Sportvision Inc. +0050C2B34 Meisol co.,ltd +0050C2B31 Shop Safe AG +0050C2B53 Prodco +0050C2B50 SELCO +0050C2B4E AixControl GmbH +0050C2B4F Sencon UK Ltd. +0050C2B4B Chitose Co.,Ltd +0050C2B48 MTD GmbH +0050C2B45 Efftronics Systems (P) Ltd +0050C2ADB GO engineering GmbH +0050C2AD4 Global Rainmakers Inc. +0050C2AD1 Phytec Messtechnik GmbH +0050C2ACB U-CARE INC. +0050C2A95 INNOVACIONES Microelectrónicas SL (AnaFocus) +0050C2A8F Quantum3D, Inc. +0050C2A8A Audio Engineering Ltd. +0050C2A86 LIMAB AB +0050C2AB6 Gygax Embedded Engineering GEE.ch +0050C2AB3 Compañía de Instrumentacion y control, S.L. +0050C2AA9 SAN GIORGIO S.E.I.N. srl +0050C2AAD Update Systems Inc. +0050C2A82 CT Company +0050C2A85 JOYSYSTEM +0050C2A7C Pneu-Logic Corporation +0050C2ACA Soft & Control Technology s.r.o. +0050C2AC1 DAISHIN-DENSHI Co., Ltd +0050C2AC0 DS PRO Audio Ltda +0050C2ABD Monitor Business Machines Ltd. +0050C2AB7 Twinfalls Technologies +0050C2A72 Gamber-Johnson LLC. +0050C2A6E Screen Technics Pty Limited +0050C2A68 X-Pert Paint Mixing Systems +0050C2A64 tetronik GmbH AEN +0050C2A5E Ansen Investment Holdings Ltd. +0050C2A46 Softronics Ltd. +0050C2A40 Mosberger Consulting LLC +0050C2A3C Brähler ICS Konferenztechnik AG +0050C2A36 Shenzhen Shangji electronic Co.Ltd +0050C2A32 Harris Designs of NRV, Inc. +0050C2A2C KWS-Electronic GmbH +0050C2A27 meconet e. K. +0050C2A23 Agility Mfg, Inc. +0050C2A19 Icon Time Systems +0050C2A5A ITAS A/S +0050C2A54 Diamond Point International (Europe) Ltd +0050C2A50 i-RED Infrarot Systeme GmbH +0050C2A4A DITRON S.r.l. +0050C2AA3 Peek Traffic Corporation +0050C2A9F YellowSoft Co., Ltd. +0050C2A99 Haivision Systems Inc +0050C2983 Bogart Engineering +0050C297F C&I Co.Ltd +0050C297C Creacon Technologies B.V. +0050C283E KPE spol. s r.o. +0050C2979 Far South Networks (Pty) Ltd +0050C2975 Pyramid Technical Consultants +0050C2A0F Visualware Inc +0050C2A05 Adgil Design Inc. +0050C29FB Villbau Kft. +0050C29F1 IDEAS s.r.l. +0050C29DD Institut Dr. Foerster +0050C29D3 Telemetrie Elektronik GmbH +0050C2986 DSCI +0050C29C9 LUMINEX Lighting Control Equipment +0050C29C4 Vitel Net +0050C28F9 Honeywell International +0050C28F4 Critical Link +0050C28F1 Detection Technologies Ltd. +0050C2965 Emitech Corporation +0050C2963 Lécureux SA +0050C2960 kuroneko dennnou kenkyuushitsu +0050C295D full electronic system +0050C2958 Sensoptics Ltd +0050C2926 DITEST FAHRZEUGDIAGNOSE GMBH +0050C291C MangoDSP +0050C296F Varec Inc. +0050C296B Electronic Media Services Ltd +0050C2955 Roessmann Engineering +0050C294E Zynix Original Sdn. Bhd. +0050C294A TruMedia Measurement Ltd. +0050C293A ALPHATRONICS nv +0050C2930 NETA Elektronik AS +0050C2912 ASSET InterTech, Inc. +0050C2908 Codex Digital Ltd +0050C2904 R2Sonic, LLC +0050C2900 Magor Communications Corp +0050C28B8 DSS Networks, Inc. +0050C28B5 Keith & Koep GmbH +0050C28AE DESARROLLO DE SISTEMAS INTEGRADOS DE CONTROL S.A. +0050C28AF Xelerated +0050C28AB Nanomotion Ltd. +0050C2874 Arcos Technologies Ltd. +0050C2873 XRONET Corporation +0050C2870 LOGEL S.R.L. +0050C286A USM Systems, Ltd +0050C2869 Funkwerk plettac electronic GmbH +0050C2866 Saia Burgess Controls AG +0050C28CC LyconSys GmbH & Co.KG +0050C28C9 A+S Aktuatorik und Sensorik GmbH +0050C28C2 Access Control Systems JSC +0050C28BF ARISTO Graphic Systeme GmbH & Co. KG +0050C28E0 Shenzhen Pennda Technologies Co., Ltd. +0050C28DD GIMCON +0050C28D6 UltraVision Security Systems, Inc. +0050C28D3 IFAM GmbH +0050C28A4 BALOGH T.A.G Corporation +0050C28A5 Mocon, Inc. +0050C2899 Inico Technologies Ltd. +0050C2896 Blankom +0050C2892 Trakce a.s. +0050C2891 Admiral Secure Products, Ltd. +0050C288E Cardinal Scale Mfg Co +0050C2887 Inventis Technology Pty Limited +0050C2884 IP Thinking A/S +0050C287E SCM PRODUCTS, INC. +0050C287D AT&T Government Solutions +0050C287A Spectrum Management, LC +0050C2856 CT Company +0050C284E DRACO SYSTEMS +0050C2860 Eutron S.p.A. +0050C2858 Wireless Acquisition LLC +0050C28EA ATEME +0050C28E7 MKT Systemtechnik +0050C27F9 Karl DUNGS GmbH & Co. KG +0050C27F3 SOREC +0050C27EF GFI Chrono Time +0050C27F0 Network Harbor, Inc. +0050C27EC Lyngsoe Systems +0050C27E6 Empirix Italy S.p.A. +0050C27D8 InnoScan K/S +0050C25A2 iNET Systems Inc. +0050C27D1 Phytec Messtechnik GmbH +0050C27D4 WR Systems, Ltd. +0050C2825 Funkwerk Information Technologies Karlsfeld GmbH +0050C2821 MISCO Refractometer +0050C284B TASK SISTEMAS DE COMPUTACAO LTDA +0050C2844 Prodigy Electronics Limited +0050C2842 Quantum Controls BV +0050C27E2 DIGITROL LTD +0050C27DF Private +0050C27DC aiXtrusion GmbH +0050C281B Brain Tech Co., Ltd +0050C2817 Odin TeleSystems Inc +0050C2811 Open System Solutions Limited +0050C280D Acube Systems s.r.l. +0050C2838 T PROJE MUHENDISLIK DIS. TIC. LTD. STI. +0050C2836 DSP DESIGN +0050C2833 LaserLinc, Inc. +0050C282F Momentum Data Systems +0050C282B Keith & Koep GmbH +0050C2807 TECHNOMARK +0050C2803 dB Broadcast Limited +0050C27FD Adeneo +0050C27C9 Bluebell Opticom Limited +0050C27C2 DSR Information Technologies Ltd. +0050C279A JMC America, LLC +0050C2797 Tiefenbach Control Systems GmbH +0050C2798 Indefia +0050C2790 GE Security-Kampro +0050C27AE Global Tel-Link +0050C27AB General Microsystems Sdn Bhd +0050C27A4 Calibre UK LTD +0050C27A1 Field Design Service +0050C27A2 RaySat Israel LTD +0050C277A Smith Meter, Inc +0050C2776 Integrated Security Corporation +0050C2770 Cadex Electronics Inc. +0050C276E Crinia Corporation +0050C276B Putercom Enterprise Co., LTD. +0050C2767 EID +0050C278D Telairity +0050C278E GLOBALCOM ENGINEERING SRL +0050C2786 Keith & Koep GmbH +0050C2780 IQ Solutions GmbH & Co. KG +0050C2763 XtendWave +0050C275D Fluid Analytics, Inc. +0050C2759 Sequentric Energy Systems, LLC +0050C273B On Air Networks +0050C2735 Ant Lamp, Inc +0050C2731 Spirent Communications +0050C2753 ABB +0050C274F German Technologies +0050C2745 ACISA +0050C2749 Affolter Technologies SA +0050C273F MEDAV GmbH +0050C27BF Zoe Medical +0050C27B8 Design 2000 Pty Ltd +0050C27B5 DIT-MCO International +0050C26B7 System LSI CO.Ltd. +0050C26AD Heim- & Bürokommunikation +0050C26AE Qualisys AB +0050C26A7 Hoer GmbH & Co. Industrie-Electronic KG +0050C2708 Smartek d.o.o. +0050C2705 Hauch & Bach ApS +0050C2701 Keith & Koep GmbH +0050C2700 GEM-MED SL +0050C26FD SAIA Burgess Controls AG +0050C26F7 infoplan Gesellschaftfür Informationssysteme mbH +0050C271A Logus Broadband Wireless Solutions Inc. +0050C2714 T.E.AM., S. A. +0050C270D ela-soft GmbH & Co. KG +0050C2710 Wharton Electronics Ltd +0050C272B Sequestered Solutions +0050C2727 Pelweckyj Videotechnik GmbH +0050C2728 InterDigital Canada Ltd +0050C2721 Spectrum Communications FZE +0050C271E ASKI Industrie Elektronik Ges.m.b.H. +0050C26E9 Bando electronic communication Co.Lltd +0050C26E3 Miros AS +0050C26DF QR Sciences Ltd +0050C26D9 Ajeco Oy +0050C26CF Microway +0050C26D5 Becker Electronics GmbH +0050C26CB Stream Processors +0050C26A2 Cadi Scientific Pte Ltd +0050C269E Ideus AB +0050C269A StoreTech Limited +0050C2694 Initel srl +0050C26F3 E3Switch LLC +0050C26ED Sechan Electronics, Inc. +0050C26C5 Oerlikon Contraves AG +0050C26C1 RADIUS Sweden AB +0050C26B8 Epec Oy +0050C26BB Ele.Mag S.r.l. +0050C262D Procon Electronics +0050C2627 JungleSystem Co., Ltd. +0050C2624 Comtest Networks +0050C2655 Physik Instrumente (PI) GmbH&Co.KG +0050C2658 OpenPKG GmbH +0050C264E Northern Power +0050C264B MangoDSP +0050C2644 Phytec Messtechnik GmbH +0050C263B Powis Corporation +0050C2638 HUNGAROCOM Telecommunication Ltd. +0050C2637 Omnitrol Networks, Inc. +0050C2631 Fraunhofer IIS +0050C262E TDM Ingénierie +0050C2690 GHL Systems Berhad +0050C268A Zhuhai Jiahe Electronics Co.,LTD +0050C2686 ANNAX Anzeigesysteme GmbH +0050C2680 Honey Network Research Limited +0050C267D ESA Messtechnik GmbH +0050C2606 Shenzhen Huazhong Technology Inc +0050C25FC FilmLight Limited +0050C25FF Gazelle Monitoring Systems +0050C261A Communication Components Inc. +0050C261D Sutus Inc +0050C2613 TATTILE SRL +0050C2610 FDT Manufacturing, LLC +0050C2609 Toptech Systems, Inc. +0050C25F5 Genesis inc +0050C25F2 ESEM Grünau GmbH & Co. KG +0050C266C DESY +0050C2668 Keith & Koep GmbH +0050C2669 DSP DESIGN +0050C2662 Asia Pacific Card & System Sdn Bhd +0050C265F Invocon, Inc. +0050C2676 EDS +0050C2673 Ferrari electronic AG +0050C2672 DDS Elettronica srl +0050C2568 GeoFocus, LLC +0050C2565 WORKPOWER TECNOLOGIA ELETRONICA LTDA-EPP +0050C25A0 Rudolph Technologies, Inc. +0050C25E1 Ittiam Systems (P) Ltd +0050C25DC RM Michaelides Software & Elektronik GmbH +0050C2596 SPANSION +0050C2599 Fen Technology Limited +0050C258F XoIP Systems Pty Ltd +0050C258C Lattice Semiconductor Corp. (LPA) +0050C2582 AllSun A/S +0050C257B ptswitch +0050C2576 Visi-tech Systems Ltd +0050C256F GMA, LLC +0050C2572 Chell Instruments Ltd +0050C25EB Garper Telecomunicaciones, S.L. +0050C25E8 Info-Chip Communications Ltd. +0050C2543 DIGI SESN AG +0050C2544 Zetera +0050C2540 Mesure Controle Commande +0050C253D Digital communications Technologies +0050C253A Image Control Design Limited +0050C2536 C2 DIAGNOSTICS +0050C2533 NanShanBridge Co.Ltd +0050C254D Silent System +0050C254E Convergent Design +0050C254A IPTC Tech. Comm. AB +0050C2547 BLANKOM Antennentechnik GmbH +0050C2530 Innovation, Institute, Inc +0050C252C VITEC MULTIMEDIA +0050C2529 Phytec Messtechnik GmbH +0050C2526 AC SYSTEMS, s.r.o. +0050C2522 Mark IV IDS Corp. +0050C2515 Monaghan Engineering, Inc. +0050C2514 Tadian Electronics Systems LTD +0050C2510 Summit Developmen +0050C2507 Micro Connect Pty Ltd +0050C2508 PUTERCOM ENTERPRISE CO., LTD. +0050C250B Logic Beach Inc +0050C24ED Lab X Technologies, LLC +0050C24EA PMC +0050C255E HANZAS ELEKTRONIKA, SIA +0050C255B MATRIX TELECOM PVT. LTD. +0050C2557 Netcomsec Co Ltd +0050C2558 Bedo Elektronik GmbH +0050C2554 Weinzierl Engineering GmbH +0050C2551 Innovative Neurotroncs +0050C251F Traquair Data Systems, Inc. +0050C251C TOA Systems +0050C2518 Christ Elektronik GmbH +0050C24E3 Romteck Pty Ltd +0050C24E0 Telematrix +0050C24D9 GE Security Kampro +0050C2501 IBEX UK Limited +0050C24FE GEM ELETTRONICA Srl +0050C24FD Network Automation mxc AB +0050C24F4 O2RUN +0050C24D6 Ingenieurbüro Schober +0050C24CC ImpediMed Limited +0050C24CF Ziehl-Abegg AG +0050C24C5 eXray Broadband Inc. +0050C2480 SELKOM GmbH +0050C2483 SES +0050C247D WIT Inc +0050C2479 Unlimited Bandwidth LLC +0050C2476 Ascon S.p.a. +0050C249A TelASIC Communications, Inc. +0050C249B vg controls, inc +0050C2497 Advanced Driver Information Technology GmbH +0050C2494 Ultimate Technology, Inc. +0050C2491 Fr. Sauter AG +0050C248D Metron Sp. z o.o. +0050C248A Mobile Matrix, Inc. +0050C2487 Eridon Corporation +0050C24AC Doramu Co.,Ltd. +0050C24A8 CYJAYA Korea +0050C24A5 Teledyne Monitor Labs +0050C245B Matra Electronique +0050C2458 HRZ data GmbH +0050C2451 HAMEG GmbH +0050C244D Electro-Matic Products, Inc. +0050C24B8 Shenzhen Hongdian Technologies.,Ltd +0050C24BB Protonic Holland +0050C2473 Sensus Metering Systems Israel +0050C246F Neuroware +0050C246C CAMCO GmbH +0050C2465 PDTS GmbH +0050C2462 CT Company +0050C23E2 SysNova +0050C23DF BiODE Inc. +0050C23D8 Key Systems , Inc. +0050C23D0 Micro-Robotics Limited +0050C23C6 Net Optics +0050C23C7 Salent Technologies Ltd +0050C23EA Alro Information Systems SA +0050C23E7 Revolution Education Ltd +0050C23B7 Mindspeed Technologies +0050C23B0 Microtarget Tecnologia Digital Ltda. +0050C23AD Spirent Communications (Scotland) Limited +0050C23A9 Westronic Systems Inc. +0050C237F Foresearch +0050C237C MODIA SYSTEMS Co., Ltd +0050C2375 TIR Systems Ltd. +0050C2372 ELV Elektronik AG +0050C2321 UXP +0050C2322 BQT Solutions (Australia) Limited +0050C2323 Red Rock Networks +0050C231E C3-ilex, LLC +0050C2319 Invatron Systems Corp. +0050C2333 Radix Corporation +0050C2336 Golden River Traffic +0050C232D Consens Zeiterfassung GMBH +0050C232C Integrated Silicon Solution (Taiwan), Inc. +0050C2329 Imax +0050C239F Isensix +0050C2395 vidisys gmbh +0050C2340 Virtu +0050C238B InterBridge,Inc. +0050C2387 Inoteska s.r.o. +0050C2365 VPG +0050C2368 ASPEL S.A. +0050C235B VLSIP TECHNOLOGIES, INC +0050C235E Jobin Yvon,Inc +0050C2354 Advanced IP Communications +0050C234A NIE Corporation +0050C2302 EuroDesign embedded technologies GmbH +0050C22FC Blackline Systems Corporation +0050C22FF Patria Advanced Solutions +0050C22FB Arthur Industries Inc., dba On Hold Media Group +0050C22F8 SavvyCorp.com Ltd +0050C22F5 ADChips +0050C22C0 Magellan Technology Pty Ltd +0050C22BB TA Instruments Ltd +0050C22BD StorLink Semi +0050C22B8 Admiral Secure Products, Ltd. +0050C22B0 Telda Electronics +0050C22B3 Embedded Systems Design +0050C22EE SHF Communication Technologies AG +0050C22F2 Eurotek Srl +0050C22EB Lingg & Janke OHG +0050C22E8 S.M.V. Systemelektronik GmbH +0050C22E4 iamba LTD. +0050C2316 Dataline AB +0050C230F Digicontrole Lda +0050C2310 CYBERTRON CO., LTD. +0050C230C TEAMLOG +0050C2309 Rackmaster Systems, Inc. +0050C2306 Noran Tel Communications Ltd. +0050C2305 Symbium Corporation +0050C22AD ABB T&D Spa +0050C22A9 Dr. Staiger, Mohilo + Co GmbH +0050C22A6 Brannstroms Elektronik AB +0050C22D0 Worth Data, Inc. +0050C22D4 Integrated System Solution Corp. +0050C22CA PUTERCOM CO., LTD +0050C22CD DataWind Research +0050C22C6 Initial Electronic Security Systems +0050C22C3 Digital SP Ltd +0050C229C 2N TELEKOMUNIKACE a.s. +0050C2299 CAD-UL GmbH +0050C2295 LOGOSOL, INC. +0050C22DE Research Applications +0050C22E1 Access IS +0050C22D7 Neo Electronics Ltd +0050C22A3 West-Com Nurse Call Systems, Inc. +0050C229F Baudisch Electronic GmbH 0050C221F Monitor Business Machines Ltd -0050C2220 Serveron Corporation -0050C2221 Getinge IT Solutions ApS -0050C2222 imo-elektronik GmbH -0050C2223 visicontrol GmbH -0050C2224 PANNOCOM Ltd. +0050C2215 VoiceCom AG +0050C2211 Hochschule für Technik, Wirtschaft und Kultur Leipzig (FH) +0050C2292 AMIRIX Systems +0050C228F Spellman High Voltage Electronics Corp +0050C2288 RPM Systems Corporation +0050C2285 Littwin GmbH & Co KG +0050C2281 CabTronix GmbH +0050C226D DSP DESIGN +0050C226A FG SYNERYS +0050C2267 Allen Martin Conservation Ltd +0050C222F HTEC Limited 0050C2225 Pigeon Point Systems LLC -0050C2226 Ross Video Limited -0050C2227 Intelligent Photonics Control -0050C2228 Intelligent Media Technologies, Inc. 0050C2229 eko systems inc. -0050C222A Crescendo Networks -0050C222B Riegl Laser Measurement Systems GmbH -0050C222C Intrinsity -0050C222D asetek Inc. -0050C222E LORD INGENIERIE -0050C222F HTEC Limited -0050C2230 AutoTOOLS group Co. Ltd. -0050C2231 Legra Systems, Inc. -0050C2232 SIMET -0050C2233 EdenTree Technologies, Inc. -0050C2234 Silverback Systems -0050C2235 POLIMAR ELEKTRONIK LTD. -0050C2236 JLCooper Electronics -0050C2237 Tandata Systems Ltd -0050C2238 Schwer+Kopka GmbH -0050C2239 Stins Coman -0050C223A Chantry Networks -0050C223B Envara -0050C223C Wheatstone Corporation -0050C223D Gauging Systems Inc -0050C223E Kallastra Inc. -0050C223F Halliburton - NUMAR -0050C2240 Geoquip Ltd -0050C2241 Contronics Automacao Ltda -0050C2242 MDS SCIEX +0050C2250 ACD Elektronik GmbH 0050C2243 RGB Spectrum -0050C2244 intec GmbH -0050C2245 Hauppauge Computer Works, Inc. 0050C2246 Hardmeier 0050C2247 Gradual Tecnologia Ltda. -0050C2248 Dixtal Biomedica Ind. Com. Ltda. -0050C2249 Bender GmbH & Co. KG -0050C224A CDS Rail -0050C224B Azimuth Systems, Inc. -0050C224C Supertel -0050C224D METTLER-TOLEDO HI-SPEED -0050C224E Scharff Weisberg Systems Integration Inc -0050C224F Macronet s.r.l. -0050C2250 ACD Elektronik GmbH -0050C2251 DGT Sp. z o.o. -0050C2252 ads-tec GmbH -0050C2253 DSM-Messtechnik GmbH -0050C2254 Thales Communications Ltd -0050C2255 STMicroelectronics (R&D) Ltd -0050C2256 Information Technology Corp. -0050C2257 Digicast Networks -0050C2258 Spacesaver Corporation -0050C2259 Omicron Ceti AB -0050C225A Zendex Corporation -0050C225B Winford Engineering -0050C225C Softhill Technologies Ltd. -0050C225D RDTECH -0050C225E MITE Hradec Kralove, s.r.o. -0050C225F Handtmann Maschinenfabrik GmbH&Co.KG -0050C2260 BIOTAGE -0050C2261 Tattile Srl -0050C2262 Shanghai Gaozhi Science&Technology Development Ltd. -0050C2263 Vansco Electronics Oy -0050C2264 Confidence Direct Ltd -0050C2265 BELIK S.P.R.L. -0050C2266 ATOM GIKEN Co.,Ltd. -0050C2267 Allen Martin Conservation Ltd -0050C2268 Parabit Systems -0050C2269 Technisyst Pty Ltd -0050C226A FG SYNERYS -0050C226B Continental Gateway Limited -0050C226C Crystal Vision Ltd -0050C226D DSP DESIGN -0050C226E ZP Engineering srl -0050C226F Digital Recorders Inc -0050C2270 S4 Technology Pty Ltd -0050C2271 VLSIP TECHNOLOGIES INC. -0050C2272 Verex Technology -0050C2273 Servicios Condumex, S. A. de C. V. -0050C2274 Fundación TECNALIA Research & Innovation -0050C2275 Extreme Engineering Solutions -0050C2276 Tieline Research Pty Ltd -0050C2277 T/R Systems, Inc. +0050C2282 Telvent +0050C227E AnaLogic Computers Ltd. 0050C2278 Replicom Ltd. -0050C2279 PATLITE Corporation -0050C227A Maestro Pty Ltd 0050C227B LinkSecurity A/S -0050C227C Danlaw Inc -0050C227D ALLIED TELESIS K.K. -0050C227E AnaLogic Computers Ltd. -0050C227F Air Broadband Communications, Inc. -0050C2280 AGECODAGIS SARL -0050C2281 CabTronix GmbH -0050C2282 Telvent -0050C2283 ANSITEX CORP. -0050C2284 Micronet Ltd. -0050C2285 Littwin GmbH & Co KG -0050C2286 ATEME -0050C2287 TECNEW Electronics Engineering Cr., Ltd. -0050C2288 RPM Systems Corporation -0050C2289 Rototype S.p.A. -0050C228A Real Time Systems -0050C228B Orion Technologies, Incorporated -0050C228C Futaba Corporation -0050C228D AXODE SA -0050C228E TATTILE SRL -0050C228F Spellman High Voltage Electronics Corp -0050C2290 EBNEURO SPA -0050C2291 CHAUVIN ARNOUX -0050C2292 AMIRIX Systems -0050C2293 IP Unity -0050C2294 EPSa GmbH -0050C2295 LOGOSOL, INC. -0050C2296 OpVista -0050C2297 KINETICS -0050C2298 Harvad University -0050C2299 CAD-UL GmbH -0050C229A Packet Techniques Inc. -0050C229B ACD Elektronik GmbH -0050C229C 2N TELEKOMUNIKACE a.s. -0050C229D Globe Wireless -0050C229E SELEX Communications Ltd -0050C229F Baudisch Electronic GmbH -0050C22A0 Sterling Industry Consult GmbH -0050C22A1 Infinetix Corp -0050C22A2 Epelsa, SL -0050C22A3 West-Com Nurse Call Systems, Inc. -0050C22A4 Xipher Embedded Networking -0050C22A5 Septier Communication Ltd -0050C22A6 Brannstroms Elektronik AB -0050C22A7 Micro System Architecturing srl +0050C2277 T/R Systems, Inc. +0050C2271 VLSIP TECHNOLOGIES INC. +0050C2274 Fundación TECNALIA Research & Innovation +0050C2264 Confidence Direct Ltd +0050C225A Zendex Corporation +0050C2260 BIOTAGE +0050C225D RDTECH +0050C2258 Spacesaver Corporation +0050C2255 STMicroelectronics SRL +0050C223C Wheatstone Corporation +0050C223D Gauging Systems Inc +0050C2232 SIMET +0050C2233 EdenTree Technologies, Inc. +0050C2239 Stins Coman +0050C21AE Home Director, Inc +0050C21B2 SIGOS Systemintegration GmbH +0050C21A8 ANOVA BROADBAND +0050C21C6 Remco Italia Spa +0050C21C2 Weltronics Corp. +0050C21DA GFI Chrono Time +0050C21D6 shanghai trend intelligent systems CO.,LTD +0050C21D0 Yazaki North America, Inc. +0050C21A4 Protech Optronics Co. Ltd. +0050C219E Paltronics, Inc. +0050C220B Rafael +0050C2207 Solectron Ind.Com.Servs.Exportadora do Brasil Ltda. +0050C2201 OlympusNDT +0050C21FD SouthWing S.L. +0050C21F7 ARC'Créations +0050C21E4 Soronti, Inc. +0050C21E0 Cognex Corporation +0050C21B8 Electronic Systems Development +0050C2167 Precision Filters, Inc. +0050C2160 TTI - Telecom International Ltd. +0050C215D Cepheid +0050C219A AZIO TECHNOLOGY CO. +0050C218B Teradyne Inc. +0050C2018 CAD-UL GmbH +0050C2001 JMBS Developpements +0050C216A Time Domain +0050C2002 Integrated Automation Solutions +0050C200E TTTech +0050C2064 Private +0050C216F Dickson Technologies +0050C2142 Instrumeter A/S +0050C2156 CommServ Solutions Inc. +0050C218F MATSUI MFG CO.,LTD +0050C214C Optibase Ltd. +0050C2153 Advanced Devices SpA +0050C2181 Task 84 Spa +0050C2177 Unicoi Systems +0050C2103 Green Hills Software, Inc. +0050C2106 MATSUOKA +0050C20FC Kimmon Manufacturing Co., Ltd. +0050C2117 Wintegra Ltd. +0050C2130 U.S. Traffic Corporation +0050C212D Megisto Systems, Inc. +0050C2129 TTPCom Ltd. +0050C2135 ELAD SRL +0050C210D Implementa GmbH +0050C20F9 Raven Industries +0050C20F5 Spectra Technologies Holding Co., Ltd. +0050C2121 COE Limited +0050C213F Sentito Networks +0050C20F2 KMS Systems, Inc. +0050C20EE Industrial Indexing Systems, Inc. +0050C20E8 Audio Design Associates, Inc. +0050C20E5 Clearwater Networks +0050C20DB Cyberex +0050C20D1 Renaissance Networking, Inc. +0050C20D4 Palm, Inc. +0050C20CF PCSC +0050C20B4 Wavefly Corporation +0050C20AD BMC Messsysteme GmbH +0050C20BE Stella Electronics & Tagging +0050C20BA Pro-Active +0050C20B7 RYMIC +0050C20C1 Casabyte +0050C20DE Frederick Engineering +0050C20C9 DSS Networks, Inc. +0050C2096 Utronix Elektronikutreckling AB +0050C2092 DigitAll World Co., Ltd +0050C208F General Industries Argentina +0050C208C IP Unity +0050C2085 Crossport Systems +0050C2082 GFI Chrono Time +0050C20A3 BaSyTec GmbH +0050C2089 Fenwal Italia S.P.A. +0050C2088 TELINC Corporation +0050C207F Dunti Corporation +0050C207E JL-teknik +0050C2057 Lite F GmBH +0050C2052 Mayo Foundation +0050C2073 Alstom Signalling Ltd. +0050C206E Avtron Manufacturing Inc. +0050C206B NCast Corporation +0050C2065 Clever Devices, Ltd. +0050C205F Malden Electronics Ltd +0050C2042 B.E.A.R. Solutions (Australasia) Pty, Ltd +0050C2045 Chase Manhattan Bank +0050C2048 Cybectec Inc. +0050C2022 Ashling Microsystems Ltd. +0050C2021 DRS Technologies Canada Co. +0050C2036 Arcturus Networks Inc. +0050C2035 Alliant Techsystems, Inc. +0050C202C Narrowband Telecommunications +0050C202B Nova Engineering Inc. +0050C2008 Portable Add-Ons +0050C2005 GD California, Inc. +0050C2BE4 Grupo Epelsa S.L. +40D855133 TATTILE SRL +0050C2C0C Altierre +0050C24F3 Autronica Fire And Securirty +0050C2717 MB Connect Line GmbH +0050C21BC DINEC International +0050C24C2 Elbit Systems Ltd. +0050C2B76 ITF Fröschl GmbH +0050C28A1 Intune Networks +0050C2060 Private +0050C2149 Haag-Streit AG +0050C20B0 LMI Technologies +0050C27E9 Sicon srl +0050C221B GD Mission Systems +0050C2F1C GD Mission Systems +40D855102 Power Electronics Espana, S.L. +0050C2ED5 RFL Electronics, Inc. +0050C21CC WaveIP +0050C2585 Wireless Cables Inc. +0050C22B7 RAFI GmbH & Co.KG +0050C2AC7 WaveIP +0050C2F26 WaveIP +0050C24F7 WaveIP +0050C2FAB Aplex Technology Inc. +0050C2F08 Aplex Technology Inc. +0050C2EC3 Aplex Technology Inc. +0050C2E6A Aplex Technology Inc. +40D855147 Aplex Technology Inc. +40D855182 Georg Neumann GmbH +40D85519A Rohde&Schwarz Topex SA +0050C2EE4 Rohde&Schwarz Topex SA +0050C2855 Rohde&Schwarz Topex SA +0050C2DD3 Rohde&Schwarz Topex SA +0050C26A5 EATON FHF Funke + Huster Fernsig GmbH +0050C2CDC ABB Transmission and Distribution Automation Equipment (Xiamen) Co., Ltd. +0050C2EEE ABB Transmission and Distribution Automation Equipment (Xiamen) Co., Ltd. +0050C2D84 ABB Transmission and Distribution Automation Equipment (Xiamen) Co., Ltd. +0050C22DA PYRAMID Computer GmbH +0050C24B1 NSFOCUS Information Technology Co., Ltd. +0050C226E ZP Engineering SEL +0050C2AFB Vocality International Ltd +0050C2D9E Vocality International Ltd +0050C26B1 Burk Technology +0050C2FF4 Burk Technology +40D855098 DAVE SRL +0050C2DF4 Potter Electric Signal Co. LLC +0050C2B37 IAdea Corporation +0050C2888 IAdea Corporation +0050C2909 Elisra +0050C2A78 Apantac LLC +40D855119 OOO Group of Industrial Technologies +40D8550E2 Keocko Holding Kft. +40D85515A DORLET SAU +40D85506F DORLET SAU +0050C29E7 DORLET SAU +0050C267C Gogo BA +0050C2EAF Gogo BA +0050C249E Armorlink Co .Ltd +0050C2F33 Applied Micro Electronics AME bv +0050C2E4C Applied Micro Electronics AME bv +0050C2194 Cominfo, Inc. +0050C228B Orion Technologies,LLC +0050C2138 Delphin Technology AG +0050C284C Performance Motion Devices +0050C23BA Phytec Messtechnik GmbH +0050C263F SPEECH TECHNOLOGY CENTER LIMITED +0050C2B51 Aeroflex GmbH +0050C2886 Transas Marine Limited +0050C2360 Digital Receiver Technology +40D85509D EMAC, Inc. +0050C28E3 bioMérieux Italia S.p.A. +40D8551E4 STEK Ltd +40D8551BE Peek Traffic +40D8551BB Micromega Dynamics SA +40D8551B6 Magic Systems +40D855194 RF Code +40D855191 Soukai Electric +40D85518F Beat Sensing co. , ltd. +40D8551A6 RB-LINK Wireless +40D8551DD BaOpt Benelux bv +40D8551DA Energy Technology and Control Ltd. +40D8551D0 Webeasy BV +40D8551B3 BETTINI SRL +40D8551A9 Lubino s.r.o. +40D8551C8 Sensata Technologies +40D8551C5 Private +40D85519C Parris Service Corporation +40D855185 Standard Change Makers +40D855187 CDEX Corp. +40D855186 KST technology +40D85517D Kiwigrid GmbH +40D85517C Critical Link +40D85517B LUCEO +40D855178 REDER Domotic GmbH +40D855172 YAWATA ELECTRIC INDUSTRIAL CO.,LTD. +40D855157 Hitachi Power Solutions Co., Ltd. +40D855138 Calon Associates Limited +40D855130 GSP Sprachtechnologie GmbH +40D85512D Biotage Sweden AB +40D85512C NSP Europe Ltd +40D85514C PLT +40D85514F TDS Software Solutions Pty Ltd +40D855145 Weber Marking Systems GmbH +40D855164 NFT Automatisierungssysteme GmbH +40D855161 Solidscape Inc +40D85516E Secuinfo Co.Ltd +40D85516B TECHWAY +40D855142 Tetracore, Inc. +40D85512B Mango DSP, Inc. +40D855123 ZAO NPC Kompjuternie Technologii +40D855122 ATX Networks Ltd. +40D8550D0 Icraft Oy +40D8550E5 Triton Electronics LTD +40D8550DD Embed Limited +40D8550DB Top Connect OU +40D8550DC NVS Technologies Inc +40D85511E CEMSI, Inc. +40D855121 shanghai Anjian Information technology co. , ltd. +40D855117 RCS Energy Management Limited +40D855118 University of Nebraska -- Lincoln +40D8550D8 NEXT! s.c. S.Piela B.Dryja +40D8550FD MONOGRAM technologies ltd +40D85510A DAVIS DERBY LIMITED +40D855107 Smith Meter, Inc +40D85510E HKS-Prozesstechnik GmbH +40D8550EF GeneSys Elektronik GmbH +40D8550E7 LIGHTSTAR +40D8550E6 Kyoritsu Electric Corp. +40D8550F3 ECON Systems Inc. +40D8550C6 comtime GmbH +40D8550C3 APG CASH DRAWER +40D8550B9 WxBR Sistemas de Telecomunicacoes Ltda +40D8550B6 Telvent +40D8550AF EnVerv Inc. +40D8550AC Fraunhofer HHI +40D8550A2 Xemex NV +40D855083 DELOPT +40D855082 ard sa +40D855074 Sphere Medical Ltd +40D855069 Smartcom-Bulgaria AD +40D85507E TESCOM CORPORATION +40D855078 NACHI-FUJIKOSHI CORP +40D855077 TOEC TECHNOLOGY CO.,LTD +40D855093 Sentry 360 Security +40D85508B MeshWorks Wireless Oy +40D85505C Rosslare Enterprises Limited +40D855055 Helmholtz Zentrum Dresden Rossendorf e.V. +40D855052 DAN ELECTRONICS SYSTEM (P) LIMITED +40D855010 APG CASH DRAWER +40D85500D HuNS +40D855008 Kaori Industria Eletronica Ltda +40D855005 Monarch Instrument +0050C2FE8 Mango DSP, Inc. +0050C2FEA Brunel GmbH Section Communications +40D85502C InventLab s.c. +40D855024 Electrical Geodesics Incorporated +40D85503E Vishay Celtron Technologies, Inc. +40D855039 CI Systems Ltd +0050C2FFC Spirent Communications +0050C2FFD Touchless Biometric Systems AG +0050C2FF3 CONTROL SYSTEMS Srl +0050C2FF2 GLOBALCOM ENGINEERING SRL +40D855043 SchulerControl GmbH +40D85501A MEGGITT DEFENSE SYSTEMS INC. +40D85501D Scharco Elektronik GmbH +40D85501E A2S +40D855017 Franke Aquarotter GmbH +40D855062 Tech Source Inc +40D85505F EPSa GmbH +0050C2FE0 Azurtest +0050C2FDE Peek Traffic +0050C2FDF ACD Elektronik GmbH +0050C2FD5 American Microsystems, Ltd. +0050C2FD6 City Computing Ltd +0050C2FAE ATI Automação Telecomunicações e Informática Ltda +0050C2FAD Finishing Brands +0050C2FA6 Hilkom digital GmbH +0050C2FC2 ELTA +0050C2FC1 Motec Pty Ltd +0050C2F81 PLDA +0050C2F77 SYSTEMTECHNIK GmbH +0050C2F76 Rong Jie(FuZhou)Electronics Co.,Ltd +0050C2F6D Pro Design Electronic GmbH +0050C2F6C Pro Design Electronic GmbH +0050C2FB7 Pounce Consulting +0050C2FB8 TECHNO CO.,LTD. +0050C2FB6 ARGUS-SPECTRUM +0050C2F94 Digital Barriers +0050C2F95 TTi LTD (Thurlby Thandar Instruments LTD) +0050C2F8A EMAC, Inc. +0050C2F8B comlet Verteilte Systeme GmbH +0050C2FD4 Insitu, Inc. +0050C2FCB Propagation Systems Limited +0050C2FCC Soudronic AG +0050C2FCA Telemisis Ltd +0050C2F9D JSC Kaluga Teletypes Manufacturing Plant +0050C2F9C R&D KOMETEH +0050C2EF5 Human Network Labs, Inc. +0050C2EF6 Netline Communication Technologies +0050C2F59 G3 Technologies +0050C2EED Future Design Controls, Inc +0050C2EEC Yuyama Mfg. Co., Ltd. +0050C2EEB fibrisTerre GmbH +0050C2EE2 System Industrie Electronic GmbH +0050C2EE3 Tecnint HTE SRL +0050C2EE1 Procon Electronics +0050C2F4F BAP Precision Ltd. +0050C2F4E Heinzinger electronic GmbH +0050C2F45 HUSTY M.Styczen J.Hupert Sp.J. +0050C2F44 Steinbichler Optotechnik GmbH +0050C2F63 Triax A/S +0050C2F62 EMAC, Inc. +0050C2F0A HASCOM International Pty Ltd +0050C2F09 Wheatstone Corporation +0050C2EFF Zephyrus Electronics LTD. +0050C2F00 Syscom Instruments +0050C2F27 ELAN SYSTEMS +0050C2F28 Vertex Antennentechnik GmbH +0050C2F1E Dell'Orto S.P.A. +0050C2F14 VISION SYSTEMS AERONAUTIC +0050C2F13 Packet Plus, Inc. +0050C2F39 InForce Computing, Inc. +0050C2F3A Saia-Burgess Controls AG +0050C2F31 Ruetz Technologies GmbH +0050C2F32 Net4Things +0050C2E69 Netmaker +0050C2E68 Kyoritsu Electric Corporation +0050C2E80 Saia-Burgess Controls AG +0050C2E7F LS Control A/S +0050C2E74 Will corp. +0050C2E73 ACS Motion Control Ltd. +0050C2E71 traffic network solutions s.l +0050C2E92 CT Company +0050C2E8A Macronet s.r.l. +0050C2E88 Pivitec, LLC +0050C2E89 PROTEQSEN +0050C2EA7 Saia-Burgess Controls AG +0050C2EA6 Powersense A/S +0050C2EB2 Otaki Electric Corporation +0050C2EB0 Pulse Communication Systems Pvt. Ltd. +0050C2EB1 PDU EXPERT UK LTD +0050C2EC5 RSUPPORT Co., Ltd. +0050C2EC4 Logical Electromechanical Sys Inc. +0050C2EBC Diehl AKO Stiftung & Co. KG +0050C2EBA West-Com Nurse Call Systems, Inc. +0050C2EBB TimeTerminal Adductor Group AB +0050C2ED6 Cat AB +0050C2ECF TAIWAN HIPLUS CORPORATION +0050C2ECE easii ic adiis +0050C2ED7 FBT Elettronica spa +0050C2E9E American Microsystems, Ltd. +0050C2E9C SPARQ systems +0050C2E9D nicai-systems +0050C2E94 ANA-U GmbH +0050C2E93 Perceptive Pixel Inc. +0050C2E4A GHL Systems Bhd +0050C2E40 Ecrin Systems +0050C2E23 VITEC +0050C2E24 DiTEST Fahrzeugdiagnose GmbH +0050C2E22 Michael Riedel Transformatorenbau GmbH +0050C2E1A Rosslare Enterprises Limited +0050C2E19 Zoe Medical +0050C2E0D Unixmedia Srl +0050C2E0E PMAC JAPAN +0050C2E41 Higeco S.r.l. +0050C2E42 Wings for Media SL +0050C2E38 Aesir Copenhagen +0050C2E37 FUJI DATA SYSTEM Co., Ltd +0050C2E36 Saia-Burgess Controls AG +0050C2E2D Funkwerk IT Karlsfeld GmbH +0050C2E2E DS! Ingenieurbuero +0050C2E2C EN ElectronicNetwork Hamburg GmbH +0050C2E07 Protagon Process Technologies GmbH +0050C2E06 Ebner Electronic GmbH +0050C2E05 NOCOSIUM +0050C2E5F Pantec Engineering AG +0050C2E5E OREP +0050C2E55 TTi Ltd +0050C2E54 Arcos Technologies LTD +0050C2D95 Honeywell +0050C2D96 CONTEC GmbH +0050C2D97 ERS electronic GmbH +0050C2DB4 ZAO NPC Kompjuternie Technologii +0050C2DB3 LAUDA DR. R. WOBSER GMBH & CO. KG +0050C2DB2 SoftwareCannery +0050C2DE5 Neets +0050C2DE4 EGS Technologies Ltd +0050C2DDA rbz robot design s.l. +0050C2DDB LUCEO +0050C2DD0 IDC Solutions Pty Ltd +0050C2DD1 Brankamp GmbH +0050C2DD2 Electronic Applications, Inc. +0050C2DC7 AGT Holdings Limited +0050C2DC8 T2M2 GmbH +0050C2DC6 Fluid Components International +0050C2DBE WITHSYSTEM Co.,Ltd +0050C2DBC Nantes Systems Private Limited +0050C2DBD Margento R&D +0050C2DA8 Sine Systems, Inc. +0050C2DA0 Precision Remotes +0050C2D9F BitWise Controls +0050C2DF3 INSEVIS GmbH +0050C2DF1 Saia-Burgess Controls AG +0050C2DF2 Ocean Sonics +0050C2DFD Wotbox ltd +0050C2DFC I-Evo Ltd +0050C2DFB BETTINI SRL +0050C2CFF Infrasafe, Inc. +0050C2CFE Techleader +0050C2CF4 Baudisch Electronic GmbH +0050C2D8D CS-Instruments +0050C2D8C iRphotonics +0050C2D1F Olympus NDT Canada Inc. +0050C2D20 7+ Kft +0050C2D15 MSR-Office GmbH +0050C2D16 Imricor Medical Systems, Inc. +0050C2D6E BC Illumination, Inc. +0050C2D6F Imtron Messtechnik GmbH +0050C2D6D Pro-Digital Industria Eletronica +0050C2D63 DATAREGIS S.A. +0050C2D64 TV1 GmbH +0050C2D65 TX Technology Corp +0050C2D3C ASSYSTEM France +0050C2D3D Tellabs Operations Inc. +0050C2D34 GAON TECH corp. +0050C2D33 Maddalena S.p.A +0050C2D32 RealTime Systems Ltd +0050C2D28 Digitale Analoge COMponenten West Electronic Vertriebs GmbH +0050C2D29 Axible Technologies +0050C2D2A Millennium Electronics Pty.Ltd. +0050C2D50 Solbrig Electronics, Inc. +0050C2D45 Technagon GmbH +0050C2D44 Saia-Burgess Controls AG +0050C2D3E Synatec Electronic GmbH +0050C2D82 Audio Authority Corp +0050C2D83 Blankom +0050C2D81 Tattile srl +0050C2D77 Fr.SauterAG +0050C2D78 P4Q Electronics +0050C2D79 DSI RF Systems, Inc. +0050C2D0C JVL Industri Elektronik +0050C2D0B CODACO ELECTRONIC s.r.o. +0050C2D5B Infinition Inc. +0050C2D5A Embedded Monitoring Systems Ltd. +0050C2D51 BETTINI SRL +0050C2C82 Kyosha Industries +0050C2CEA Keith & Koep GmbH +0050C2CEB Toyon Research Corporation +0050C2BBC ImpactSystems +0050C2BC1 Sentec Ltd +0050C2BBB GHL Systems Berhad +0050C2BB5 MROAD INFORMATION SYSTEM +0050C2BB4 JSC Electrical Equipment Factory +0050C2BB0 Gainbrain +0050C2BAD Prediktor AS +0050C2BAF MangoDSP +0050C2BAC VITECO VNPT JSC +0050C2C27 Qtechnology A/S +0050C2C21 Private +0050C2C1D Powerbase Energy Systems Inc. +0050C2C1C Becton Dickinson +0050C2C17 Axis-Shield PoC AS +0050C2B91 Finnet-Service Ltd. +0050C2B8F Gentec +0050C2B8E WAC (Israel) Ltd. +0050C2B88 Gigatronik Köln GmbH +0050C2B87 EMAC, Inc. +0050C2B85 SilverNet +0050C2B84 Innovate Software Solutions Pvt Ltd +0050C2B7E NARETRENDS +0050C2B7F Enatel +0050C2BD0 EDC wifi +0050C2BCE TV Portal Co., Ltd. +0050C2BCF Epiko, elektronski sistemi d.o.o. +0050C2BCB ARTEIXO TELECOM +0050C2BCC VVDN TECHNOLOGIES PVT. LTD. +0050C2BC5 Toptechnology SRL +0050C2BC6 MireroTack +0050C2C0D Fr. SauterAG +0050C2C03 Volumatic Limited. +0050C2BDA Digital Lumens +0050C2BD6 BG Systems, Inc. +0050C2BD8 b.a.b-technologie gmbh +0050C2BD9 AMS Controls, Inc. +0050C2BD5 RF-Embedded GmbH +0050C2BA6 Jomitek +0050C2BA5 InterCel Pty Ltd +0050C2BA2 Logical Tools s.r.l. +0050C2BA3 DSP DESIGN LTD +0050C2B9B Telventy Energia S.A. +0050C2B98 Southwest Research Institute +0050C2B99 Greenlight Innovation Corp. +0050C2C31 4D Technology Corporation +0050C2C2B Z-App Systems, Inc. +0050C2B11 EXEL s.r.l +0050C2B12 CM Elektronik GmbH +0050C2B0E KYAB Lulea AB +0050C2B10 Marine Entertainment Systems Ltd +0050C2B0D Japan Electronics System, Inc +0050C2B24 Teledyne Defence Limited +0050C2B21 Phytron-Elektronik GmbH +0050C2B22 FarSite Communications Limited +0050C2B1C Phytec Messtechnik GmbH +0050C2B1B Integrated Control Corp. +0050C2B1A ELCUS +0050C2B18 Rosslare Enterprises Limited +0050C2B17 Elcoteq Design Center Oy +0050C2B70 Nisshin Electronics co.,ltd. +0050C2B6A Phytec Messtechnik GmbH +0050C2B6B Phytec Messtechnik GmbH +0050C2B69 Thetis S.p.A. +0050C2B67 RC Systems Co. Inc. +0050C2B66 Deuta-Werke GmbH +0050C2B61 Nayos LTD +0050C2B60 OOO NPF ATIS +0050C2B5D Plitron Manufacturing Inc. +0050C2B5F North Bridge Technologies +0050C2B5C ADI Video Technologies +0050C2B57 Phytec Messtechnik GmbH +0050C2B56 SINOVIA SA +0050C2B55 SANYO ELECTRONIC INDUSTRIES CO.,LTD +0050C2B52 SMH Technologies +0050C2B4D Troll Systems Corporation +0050C2B4C ElectroCom +0050C2B7D ELETECH Srl +0050C2B7B QUARTECH CORPORATION +0050C2B7A Schnoor Industrieelektronik GmbH & Co. KG +0050C2B74 AXED Jakubowski Wojciechowski sp.j. +0050C2B75 Blankom +0050C2B73 ARKRAY, Inc. Kyoto Laboratory +0050C2B71 Digitale Analoge COMponenten West Electronic Vertriebs GmbH +0050C2B4A Saia-Burgess Controls AG +0050C2B44 Ampcontrol Pty Ltd +0050C2B43 J-Systems Inc. +0050C2B40 Tecnint HTE SRL +0050C2B42 ETM Electromatic Incorporated +0050C2B3F M-Tronic Design and Technology GmbH +0050C2B3A Nikon Systems Inc. +0050C2B38 Grenmore Ltd +0050C2B39 siXis, Inc. +0050C2B35 haneron +0050C2B36 CRDE +0050C2B2C Concepteers, LLC +0050C2B2E ACT +0050C2B2F IntelliVision Technologies, Corp +0050C2B2B CosmoData Informatica Ltda. +0050C2B26 Elko Systems +0050C2B25 Triax A/S +0050C2B03 Spider Tecnologia Ind. e Com. Ltda. +0050C2AFA Absolute Fire Solutions Inc. +0050C2AFD HomeScenario, Inc. +0050C2AFE Trolex Limited +0050C2AF9 Ingenieurbuero Bickele und Buehler GmbH +0050C2B08 Goerlitz AG +0050C2B07 FARECO +0050C2A9B PDQ Manufacturing Inc. +0050C2A9A Absolutron. LLC +0050C2A96 FEP SRL +0050C2A91 Ceron Tech Co.,LTD +0050C2A90 S.two Corporation +0050C2AF3 Palomar Products, Inc. +0050C2AF4 Dixell S.p.A. +0050C2AEF National CineMedia +0050C2AEE IPtec, Inc. +0050C2AEA EMBEDIA +0050C2AEB UMLogics Corporation +0050C2AE9 ClearCorp Enterprises, Inc +0050C2AE6 VECOM USA +0050C2AE1 EVERCARE +0050C2ADF Altinex, Inc +0050C2AE0 AT4 wireless.S.A +0050C2ADC Synthesechemie Dr. Penth GmbH +0050C2AD7 Air Monitors Ltd +0050C2AD5 Mighty Lube Systematic Lubrication, Inc. +0050C2AD6 Unisensor A/S +0050C2AD2 Rafael +0050C2ACC StockerYale +0050C2ACD MeshWorks Wireless Oy +0050C2AC8 Palladio Systeme GmbH +0050C2AC2 OpenXS B.V. +0050C2AC3 Diversified Control, Inc. +0050C2ABE AP Labs +0050C2AB9 Showtacle +0050C2AB8 AHM Limited (CLiKAPAD) +0050C2AB4 n3k Informatik GmbH +0050C2AAF Santa Barbara Instrument Group +0050C2AAE OUTLINE srl +0050C2AAA Flexible Picture Systems +0050C2AA5 Tampere University of Technology +0050C2AA4 PSi Printer Systems international GmbH +0050C2AA0 Smith Meter, Inc. +0050C2A73 KYOEI ENGINEERING Co.,Ltd. +0050C2A69 Advanced Integrated Systems +0050C2A8C Redwire, LLC +0050C2A8B Navicron Oy +0050C2A87 Littlemore Scientific +0050C2A7D Vitel Net +0050C2A5F Alga Microwave Inc +0050C2A55 Arrowvale Electronics +0050C2A37 Software Systems Plus +0050C2A2D Inventure Inc. +0050C2A28 KENDA ELECTRONIC SYSTEMS LIMITED +0050C2A4B L-3 Communications Mobile-Vision, Inc. +0050C2A41 Meiryo Denshi Corp. +0050C2977 Saia-Burgess Controls AG +0050C2976 SANDS INSTRUMENTATION INDIA PVT LTD +0050C296D Keene Electronics Ltd. +0050C291D Rosendahl Studiotechnik GmbH +0050C2913 Selex Ex Ltd +0050C295B AS Solar GmbH +0050C295A TechnoAP +0050C2959 DECTRIS Ltd. +0050C2957 STRATEC Control Systems +0050C2950 Tele and Radio Research Institute +0050C2951 EL.C.A. soc. coop. +0050C294D C&H technology ltd. +0050C294F IT-Designers GmbH +0050C2961 Picsolve International Limited +0050C2984 Atel Corporation +0050C2985 Earnestcom Sdn Bhd +0050C2982 Triple Ring Technologies, Inc. +0050C2981 Novotronik GmbH +0050C297D Soehnle Professional GmbH & Co.KG +0050C297E RF Industries +0050C296C Aqua Cooler Pty Ltd +0050C2962 Shockfish SA +0050C295F METRONIC APARATURA KONTROLNO - POMIAROWA +0050C295E BEEcube Inc. +0050C293B Reliatronics Inc. +0050C2931 Korea Telecom Internet Solutions (KTIS) +0050C294C TEMIX +0050C2948 ELECTRONIA +0050C2949 taskit GmbH +0050C2927 ATIS group s.r.o. +0050C287F Optoelettronica Italia S.r.l. +0050C287C Arcontia AB +0050C287B UAVNavigation S.L. +0050C2875 Phytec Messtechnik GmbH +0050C2871 R-S-I Elektrotechnik GmbH & Co. KG +0050C2872 Oliotalo Oy +0050C286B OMB Sistemas Electronicos S.A. +0050C28C4 Soldig Industria e Comercio de Equipamentos Eletronicos LTDA +0050C28C0 S.C.E. s.r.l. +0050C28C1 Heraeus Noblelight GmbH +0050C28BA Fr. Sauter AG +0050C28BB smtag international ag +0050C28B7 Calnex Solutions Limited +0050C28B6 Shadrinskiy Telefonny Zavod +0050C28B0 BK Innovation, Inc. +0050C28B1 RingCube Technologies, Inc. +0050C28AD Thales Communications, Inc +0050C28AC Telsa s.r.l +0050C28A7 PIXEYE LTD +0050C28A6 SELCO +0050C28A2 UAVISION Engenharia de Sistemas +0050C28A3 RTW GmbH & Co.KG +0050C289C Mediana +0050C289D Systemtechnik GmbH +0050C28D5 Peek Traffic Corp +0050C28D4 Internet Protocolo Lógica SL +0050C28CE Phytec Messtechnik GmbH +0050C28CF GigaLinx Ltd. +0050C28CB Beonic Corporation +0050C28CA Altair semiconductor Ltd +0050C28C5 Vortex Engineering pvt ltd +0050C2897 ODF Optronics, Inc. +0050C2898 Veeco Process Equipment, Inc. +0050C2893 EIZO Technologies GmbH +0050C2890 BAE Systems Hägglunds AB +0050C288F Keynote SIGOS GmbH +0050C2889 ACS Motion Control Ltd. +0050C2885 OOO NTK IMOS +0050C28E8 Friedrich Kuhnt GmbH +0050C28DF Dipl.-Ing. W. Nophut GmbH +0050C28DE Coherix, Inc +0050C28D8 Array Technologies Inc +0050C28D9 Industrial Control and Communication Limited +0050C2902 China Railway Signal & Communication Corp. +0050C2903 EcoAxis Systems Pvt. Ltd. +0050C28F8 RMSD LTD +0050C28F6 K-MAC Corp. +0050C28F3 Curtis Door Systems Inc +0050C28F2 Schneider Electric GmbH +0050C28EC Balfour Beatty Rail GmbH +0050C28ED AT-Automation Technology GmbH +0050C28E9 UNIDATA +0050C28F7 TGE Co., Ltd. +0050C2804 SoftSwitching Technologies +0050C27FB Qtron Pty Ltd +0050C27FA AutomationX GmbH +0050C27F2 Logotherm Regelsysteme GmbH +0050C27F1 STUHL Regelsysteme GmbH +0050C27EE NH Research +0050C27ED Genesis Automation Inc. +0050C27E8 Mistral Solutions Pvt. Ltd +0050C27E7 V2Green, Inc. +0050C27E5 Nystrom Engineering +0050C27E3 Progentech Limited +0050C27E4 Meta Vision Systems Ltd. +0050C282D Elmec, Inc. +0050C282C Vitel Net +0050C2822 Winner Technology Co, Ltd. +0050C2823 Robot Visual Systems GmbH +0050C2819 Cabinplant A/S +0050C2818 Wireless Value BV +0050C280E Bruno International Ltd. +0050C280F Selekron Microcontrol s.l. +0050C2805 MultimediaLED +0050C2839 IMS Röntgensysteme GmbH +0050C2834 ANTEK GmbH +0050C2835 Communications Laboratories Inc +0050C2868 Aethon, Inc. +0050C2867 Syntronics +0050C2861 Grantronics Pty Ltd +0050C2783 NORMA systems GmbH +0050C2781 Starling Advanced Communications +0050C2779 Coral Telecom Ltd +0050C2777 Euro Display Srl +0050C2778 SunGard Vivista +0050C27DE Cascade Technologies Ltd +0050C27DD LS Elektronik AB +0050C27D9 Volumatic Limited +0050C27DA HTEC Limited +0050C27DB Mueller Elektronik +0050C276D Mobilisme +0050C276C EFG CZ spol. s r.o. +0050C2765 Phytec Messtechnik GmbH +0050C2764 Argus-Spectrum +0050C275A Gaisler Research AB +0050C275B DMT System S.p.A. +0050C27C0 European Industrial Electronics B.V. +0050C27B6 Alstom (Schweiz) AG +0050C27D6 International Mining Technologies +0050C27D2 Bittitalo Oy +0050C27D3 Highrail Systems Limited +0050C27CA CEDAR Audio Limited +0050C27AC IUSA SA DE CV +0050C26EF Pneumopartners LaenneXT SA +0050C26EE Interactive Electronic Systems +0050C26EC Netistix Technologies Corporation +0050C26EA FIRSTEC SA +0050C26EB Harrison Audio, LLC +0050C26E5 Boeckeler Instruments, Inc. +0050C26E4 MangoDSP +0050C26E1 NewOnSys Ltd. +0050C26E2 Phytec Messtechnik GmbH +0050C26E0 FIRSTTRUST Co.,Ltd. +0050C26FE Blue Origin +0050C26FF St. Michael Strategies Inc. +0050C26F8 RV Technology Limited +0050C26F9 Revox GmbH +0050C26F6 AV SatCom AS +0050C26F5 Kitron Microelectronics AB +0050C26F4 Cryogenic Control Systems, Inc. +0050C2751 e&s Engineering & Software GmbH +0050C2750 Brightlights Intellectual Property Ltd +0050C2746 Realtronix Company +0050C2747 CDSA Dam Neck +0050C26D0 EDS Systemtechnik +0050C26D1 Schnick-Schnack-Systems GmbH +0050C26CC Widmer Time Recorder Co., Inc. +0050C26CD RGM SPA +0050C26CE EMITALL Surveillance S.A, +0050C26C4 REXXON GmbH +0050C26C7 QuickCircuit Ltd. +0050C2711 LINKIT S.R.L. +0050C2712 Pasan SA +0050C2713 3DX-Ray Limited +0050C270C Exertus +0050C270B B.E.A.R. Solutions (Australasia) Pty, Ltd +0050C2707 DTech Labs Inc +0050C2706 DioDigiWorks. CO., LTD. +0050C2702 SPM Instrument AB +0050C2703 SAE IT-systems GmbH & Co. KG +0050C26D7 Mavenir System, Inc. +0050C26D8 BL Healthcare, Inc. +0050C26DA Techno Fittings S.r.l. +0050C26DB Gebhardt Ventilatoren GmbH +0050C26D6 ADL Electronics Ltd. +0050C271F ASC telecom AG +0050C271D MG s.r.l. +0050C271B ADVA Optical Networking +0050C271C Elmec Inc. +0050C2715 RIEXINGER Elektronik +0050C2716 MITROL S.R.L. +0050C2733 Cimetrics Research Pty Ltd +0050C2732 Schlumberger K.K. +0050C2729 SP Controls, Inc +0050C273D cryptiris +0050C273C Simicon +0050C266D DIGITEK S.p.A. +0050C2663 COE Limited +0050C26B0 Smart Key International Limited +0050C26A9 Armida Technologies Corporation +0050C26A8 Delcan Technologies, Inc +0050C26A4 TELETASK +0050C26A3 CreaTech Electronics Co. +0050C269F Total RF, LLC +0050C26BD Mitron Oy +0050C26C2 HoseoTelnet Inc... +0050C26C3 iTRACS Corporation +0050C26B9 unipo GmbH +0050C26BA Fertron Controle e Automacao Industrial Ltda. +0050C26BC Paraytec Ltd +0050C26B3 4RF Communications Ltd +0050C26AF Nanoradio AB +0050C2660 IZISOFT +0050C2656 LDA Audio Video Profesional +0050C2659 Dorsett Technologies, Inc. +0050C264C CIS Corporation +0050C264F MA Lighting Technology GmbH +0050C269B Tsien (UK) Ltd +0050C269C Bug Labs, Inc. +0050C2692 Mate Media Access Technologies +0050C2695 Purelink Technology, inc. +0050C2691 Interopix, Inc. +0050C2688 Elk Products +0050C268B SIMTEK INC. +0050C2687 Access Specialties, Inc +0050C267E SAIA Burgess Controls AG +0050C2677 ProconX Pty Ltd +0050C2674 Protech Optronics Co., Ltd. +0050C2645 The Software Group Limited +0050C2640 IAC +0050C2641 NEO Information Systems Co., Ltd. +0050C2642 Stanton Technologies Sdn Bhd +0050C259B SAPEC +0050C259A MultiTrode Pty Ltd +0050C2597 Nautel Limited +0050C2590 EM Motorsport Ltd +0050C2591 Grosvenor Technology Ltd +0050C258D ZAO +0050C25DE Magal Senstar Inc. +0050C25DD SomerData ltd +0050C25A1 Vestfold Butikkdata AS +0050C252A OMNITRONICS PTY LTD +0050C2528 Tattile srl +0050C2521 ARIS TECHNOLOGIES +0050C2520 McCain Traffic Supply +0050C251D VELUX +0050C2550 LJU Automatisierungstechnik GmbH +0050C2552 Elfiq Inc. +0050C2553 ATH system +0050C254F Valtronic SA +0050C2548 I.T.W. Betaprint +0050C2577 Advanced Software Technologies +0050C2573 DATAMICRO Co., Ltd. +0050C2569 Twinwin Technplogy Co.,Ltd. +0050C2586 Genetix Ltd +0050C2587 Dynalco +0050C2583 Jünger Audio-Studiotechnik GmbH +0050C257C éolane +0050C257D Sierra Video Systems +0050C2579 Gastager Systemtechnik GmbH +0050C2549 Netsynt S.p.A. +0050C2546 Universidad de Chile Facultad de Medicina +0050C2545 SecuInfo Co., Ltd. +0050C253E Honeywell GNO +0050C253B Teleks Co. Ltd. +0050C251E Alcon Technologies +0050C2517 Solid State Logic +0050C2516 SOWA ELECTRIC CO., LTD. +0050C2513 Genie Network Resource Management Inc. +0050C253C Marposs SPA +0050C2535 MMS Servis s.r.o. +0050C2534 Hyundai J. Comm +0050C2532 NVE Corporation +0050C2511 Tecna Srl +0050C2512 Linear Acoustic, Inc +0050C2506 7+ Kft +0050C255D ACD Elektronik GmbH +0050C255C ads-tec GmbH +0050C2559 Fail Safe Solutions LLC +0050C255A Valde Systems, Inc. +0050C24A7 iseg Spezialelektronik GmbH +0050C24A2 SPECS GmbH +0050C24A3 Protium Technologies, Inc. +0050C24A4 IEEE P1609 WG +0050C2312 Dese Technologies SL +0050C247E Energie Umwelt Systemtechnik GmbH +0050C2478 Metafix Inc. +0050C2475 ISEPOS GmbH +0050C2477 SEV Tidsystem AB +0050C2474 Venue 1, Inc. +0050C2489 EREE Electronique +0050C248B ads-tec GmbH +0050C248C UNITON AG +0050C2488 DA SISTEMI SPA +0050C2481 Computer Sciences Corp +0050C2482 PRIAMUS SYSTEM TECHNOLOGIES AG +0050C247F BRIT Inc. +0050C24E9 Seachange international +0050C24E8 SATEL sp. z o.o. +0050C249C Envisacor Technologies Inc. +0050C249D Critical Link +0050C2496 Acutelogic Corporation +0050C2495 VAZA Elektronik AB +0050C2492 TRAFSYS AS +0050C24FC Hwayoung RF Solution Inc +0050C24F2 Tantronic AG +0050C24DF Thermo Electron +0050C24D5 SEBA Design Pty Ltd +0050C24B7 GFI Chrono Time +0050C24B6 General Resources Co., LTD. +0050C24D4 Herholdt Controls srl +0050C24CB Verint Systems Ltd +0050C24CA Yarg Biometrics Limited +0050C24C0 Bio-logic Systems Corp +0050C24C1 Movaz Networks, Inc. +0050C23E8 Conformative Systems, Inc. +0050C23E3 CSIRO - Division of Exploration and Mining +0050C23E0 Oy Stinghorn Ltd +0050C244E QQ Technology,Inc +0050C23BB IMAGO Technologies GmbH +0050C2394 Embedit A/S +0050C235C Ratotec GmbH +0050C235D NetTest A/S +0050C235F F.Imm. S.r.L. +0050C2361 Contec +0050C2356 Baytech Cinema +0050C2357 Athena Semiconductor +0050C233B MultimediaLED +0050C2355 IHM +0050C236A Optronic Partner pr AB +0050C236B Minerva Technology Inc +0050C2367 CANMAX Technology Ltd. +0050C2369 Always On Wireless +0050C2366 Vanguard Technology Corp. +0050C238A Embedtronics Enterprise +0050C23B8 Keith & Koep GmbH +0050C23AE Hankuk Tapi Computer Co., Ltd +0050C23B1 RDC Specstroy-Svyaz Ltd +0050C23A8 Engim, Inc. +0050C239E A.R.G ElectroDesign Ltd +0050C23D9 Bavaria Digital Technik GmbH +0050C22EC CHENGDU BOOK DIGITAL CO., LTD +0050C22E6 DALSA +0050C22E7 SafeView, Inc. +0050C22E2 Ballard Technology, Inc. +0050C22E3 MG Industrieelektronik GmbH +0050C22E5 Transtech DSP +0050C22DD Westek Technology Ltd +0050C22DC Wiener, Plein & Baus GmbH +0050C22D9 Private +0050C22DB AutoTOOLS group Co. Ltd. +0050C22B9 Richmond Sound Design Ltd. +0050C22BA NORCO INDUSTRIAL TECHNOLOGY INC +0050C22B6 Softier Inc. +0050C22B4 Polatis Ltd +0050C22B5 Hobbes Computer Network Accessories +0050C22B1 Private +0050C22B2 Smiths Detection +0050C22AC BBI Engineering, Inc. 0050C22A8 DVTel Israel Ltd. -0050C22A9 Dr. Staiger, Mohilo + Co GmbH 0050C22AA DEUTA Werke GmbH 0050C22AB AUM Infotech Private Limited -0050C22AC BBI Engineering, Inc. -0050C22AD ABB T&D Spa -0050C22AE Quest Retail Technology Pty Ltd -0050C22AF CSA Computer & Antriebstechnik GmbH -0050C22B0 Telda Electronics -0050C22B1 PRIVATE -0050C22B2 Smiths Detection -0050C22B3 Embedded Systems Design -0050C22B4 Polatis Ltd -0050C22B5 Hobbes Computer Network Accessories -0050C22B6 Softier Inc. -0050C22B7 Rafi GmbH & Co. KG -0050C22B8 Admiral Secure Products, Ltd. -0050C22B9 Richmond Sound Design Ltd. -0050C22BA NORCO INDUSTRIAL TECHNOLOGY INC -0050C22BB TA Instruments Ltd -0050C22BC Uster Technologies AG -0050C22BD StorLink Semi -0050C22BE Lipowsky Industrie-Elektronik GmbH -0050C22BF PERAX -0050C22C0 Magellan Technology Pty Ltd -0050C22C1 Stage Tec Entwicklungsgesellschaft für professionelle Audio -0050C22C2 Smarteye Corporation -0050C22C3 Digital SP Ltd -0050C22C4 Invensys Energy Systens (NZ) Limited -0050C22C5 Elman srl -0050C22C6 Initial Electronic Security Systems +0050C22CE Ross Video Limited 0050C22C7 Siliquent Technologies Ltd 0050C22C8 SELCO 0050C22C9 Roseman Engineering Ltd. -0050C22CA PUTERCOM CO., LTD -0050C22CB FACTS Engineering LLC -0050C22CC EMBEDDED TOOLSMITHS -0050C22CD DataWind Research -0050C22CE Ross Video Limited +0050C22C4 Invensys Energy Systens (NZ) Limited +0050C22C5 Elman srl +0050C22BE Lipowsky Industrie-Elektronik GmbH +0050C22BF PERAX +0050C2300 Soredex Instrumentarium Oyj +0050C22F9 Digilent Inc. +0050C22FA Tornado Modular Systems, Ltd +0050C22F6 Clifford Chance LLP +0050C22F1 Geometrics, Inc. +0050C22EF Profline B.V. +0050C22D8 SYN-TECH SYSTEMS INC 0050C22CF Diseño de Sistemas en Silicio S.A. -0050C22D0 Worth Data, Inc. 0050C22D1 Miritek, Inc. 0050C22D2 AIRNET COMMUNICATIONS CORP 0050C22D3 Gerber Scientific Products, Inc. -0050C22D4 Integrated System Solution Corp. -0050C22D5 PIXY AG -0050C22D6 WIS Technologies -0050C22D7 Neo Electronics Ltd -0050C22D8 SYN-TECH SYSTEMS INC -0050C22D9 PRIVATE -0050C22DA PYRAMID Computer GmbH -0050C22DB AutoTOOLS group Co. Ltd. -0050C22DC Wiener, Plein & Baus GmbH -0050C22DD Westek Technology Ltd -0050C22DE Research Applications -0050C22DF MICREL-NKE -0050C22E0 Baxter Healthcare -0050C22E1 Access IS -0050C22E2 Ballard Technology, Inc. -0050C22E3 MG Industrieelektronik GmbH -0050C22E4 iamba LTD. -0050C22E5 Transtech DSP -0050C22E6 DALSA -0050C22E7 SafeView, Inc. -0050C22E8 S.M.V. Systemelektronik GmbH -0050C22E9 SRI International -0050C22EA QUBIsoft S.r.l. -0050C22EB Lingg & Janke OHG -0050C22EC CHENGDU BOOK DIGITAL CO., LTD -0050C22ED 4RF Communications Ltd -0050C22EE SHF Communication Technologies AG -0050C22EF Profline B.V. -0050C22F0 LECO Corporation -0050C22F1 Geometrics, Inc. -0050C22F2 Eurotek Srl -0050C22F3 Crossbow Technology, Inc. -0050C22F4 Efficient Channel Coding -0050C22F5 ADChips -0050C22F6 Clifford Chance LLP -0050C22F7 GILLAM-FEI S.A. -0050C22F8 SavvyCorp.com Ltd -0050C22F9 Digilent Inc. -0050C22FA Tornado Modular Systems, Ltd -0050C22FB Arthur Industries Inc., dba On Hold Media Group -0050C22FC Blackline Systems Corporation -0050C22FD American Microsystems LTD -0050C22FE Saab AB -0050C22FF Patria Advanced Solutions -0050C2300 Soredex Instrumentarium Oyj -0050C2301 Delphi Display Systems, Inc. -0050C2302 EuroDesign embedded technologies GmbH -0050C2303 CI Systems Ltd. -0050C2304 COMERSON S.r.l. -0050C2305 Symbium Corporation -0050C2306 Noran Tel Communications Ltd. -0050C2307 UNIONDIGITAL.,CO.LTD -0050C2308 FiveCo -0050C2309 Rackmaster Systems, Inc. -0050C230A Innings Telecom Inc. +0050C2320 DTASENSOR S.p.A. +0050C231F Geotech Instruments, LLC +0050C231A Zodiak Data Systems +0050C231B Datacon +0050C2317 Cosine Systems, Inc. 0050C230B VX Technologies Inc. -0050C230C TEAMLOG 0050C230D SETARAM 0050C230E Obvius -0050C230F Digicontrole Lda -0050C2310 CYBERTRON CO., LTD. -0050C2311 Comodo -0050C2312 Dese Technologies SL -0050C2313 SAIA Burgess Controls AG -0050C2314 MicroBee Systems, Inc -0050C2315 ifak system GmbH -0050C2316 Dataline AB -0050C2317 Cosine Systems, Inc. -0050C2318 Milmega Ltd -0050C2319 Invatron Systems Corp. -0050C231A Zodiak Data Systems -0050C231B Datacon -0050C231C Casa Systems Inc. -0050C231D Imarda New Zealand Limited -0050C231E C3-ilex, LLC -0050C231F Geotech Instruments, LLC -0050C2320 DTASENSOR S.p.A. -0050C2321 UXP -0050C2322 BQT Solutions (Australia) Limited -0050C2323 Red Rock Networks -0050C2324 ODIXION -0050C2325 Federal Aviation Administration -0050C2326 Navionics S.p.A. -0050C2327 Dornier GmbH -0050C2328 I.C.S. Electronics Limited -0050C2329 Imax -0050C232A PHYTEC Messtechnik GmbH -0050C232B Digital Multimedia Technologies Spa -0050C232C Integrated Silicon Solution (Taiwan), Inc. -0050C232D Consens Zeiterfassung GMBH -0050C232E MANUSA-GEST, S.L. 0050C232F PULTRONICS -0050C2330 Sicon S.r.l. -0050C2331 Broadcast Sports Inc -0050C2332 PUNJAB COMMUNICATIONS LTD -0050C2333 Radix Corporation -0050C2334 Picture Elements, Inc. +0050C232B Digital Multimedia Technologies Spa +0050C2325 Federal Aviation Administration +0050C2324 ODIXION 0050C2335 Nimcat Networks -0050C2336 Golden River Traffic 0050C2337 ETI 0050C2338 Ernitec A/S 0050C2339 CEGELEC SUD EST -0050C233A United Telecoms Ltd -0050C233B MultimediaLED -0050C233C SkipJam -0050C233D General Dynamics Decision Systems -0050C233E CA Technology, Inc -0050C233F EXYS bvba -0050C2340 Virtu -0050C2341 Novx Systems -0050C2342 St. Michael Strategies -0050C2343 ABB Xiamen Switchgear Co. Ltd. -0050C2344 ads-tec GmbH -0050C2345 ACT -0050C2346 biokeysystem -0050C2347 Row Seven Ltd -0050C2348 KoolSpan, Inc. -0050C2349 SSI Schaefer Peem -0050C234A NIE Corporation -0050C234B Ecutel Systems, Inc. -0050C234C Chuo Electric Works Co., LTD. -0050C234D BMK professional electronics GmbH -0050C234E ABB Power Technologies S.p.A. Unità  Operativa SACE (PTMV) -0050C234F North Pole Engineering, Inc. -0050C2350 Kinesys Projects Limited -0050C2351 Finesystem Co., Ltd -0050C2352 edixia -0050C2353 Crossing Informationssysteme GmbH -0050C2354 Advanced IP Communications -0050C2355 IHM -0050C2356 Baytech Cinema -0050C2357 Athena Semiconductor -0050C2358 ALCEA -0050C2359 Kramer Electronics Ltd. -0050C235A Advanced Si-Net Co., LTD. -0050C235B VLSIP TECHNOLOGIES, INC -0050C235C Ratotec GmbH -0050C235D NetTest A/S -0050C235E Jobin Yvon,Inc -0050C235F F.Imm. S.r.L. -0050C2360 Digital Receiver Technology, Inc. -0050C2361 Contec -0050C2362 AZD Praha s.r.o. -0050C2363 Septentrio nv/sa -0050C2364 TATTILE SRL -0050C2365 Vishay Nobel AB -0050C2366 Vanguard Technology Corp. -0050C2367 CANMAX Technology Ltd. -0050C2368 ASPEL S.A. -0050C2369 Always On Wireless -0050C236A Optronic Partner pr AB -0050C236B Minerva Technology Inc -0050C236C RISCO Group -0050C236D Oplink Communications -0050C236E Minicom Advanced Systems Ltd -0050C236F XIMEA s.r.o. -0050C2370 Europe Technologies -0050C2371 DIGITAL ART SYSTEM -0050C2372 ELV Elektronik AG -0050C2373 Companion Worlds, inc. -0050C2374 Owasys Advanced Wireless Devices -0050C2375 TIR Systems Ltd. -0050C2376 CLEODE -0050C2377 Xycom VME -0050C2378 Daintree Networks Inc -0050C2379 Control LAN S.A. -0050C237A IDA Corporation -0050C237B freescale semiconductor -0050C237C MODIA SYSTEMS Co., Ltd -0050C237D VeroTrak Inc. -0050C237E Ni.Co. S.r.l. -0050C237F Foresearch -0050C2380 EKE-Electronics Ltd. -0050C2381 Realtime Engineering AG -0050C2382 Colorado vNet -0050C2383 ICS Electronics -0050C2384 Wireless Reading Systems Holding ASA -0050C2385 SUNGJIN NEOTECH Co.Ltd. -0050C2386 Precision System Science Co.,Ltd -0050C2387 Inoteska s.r.o. -0050C2388 IEE Inc -0050C2389 Exavio Inc. -0050C238A Embedtronics Enterprise -0050C238B InterBridge,Inc. -0050C238C EPSILON SRL -0050C238D A&G Soluzioni Digitali -0050C238E Nordic Alarm AB -0050C238F TTC Telecom -0050C2390 TC Communications -0050C2391 Esensors, Inc. -0050C2392 PHYTEC Messtechnik GmbH -0050C2393 SYS TEC electronic GmbH -0050C2394 Embedit A/S -0050C2395 vidisys gmbh -0050C2396 RapidWave Inc. -0050C2397 MANGO DSP Ltd. -0050C2398 InHand Electronics, Inc. -0050C2399 Advanced Micro Controls Inc. -0050C239A Optical Air Data Systems -0050C239B YUYAMA MFG. CO., LTD. -0050C239C TIYODA MFG CO.,LTD. -0050C239D DigitalDeck, Inc. -0050C239E A.R.G ElectroDesign Ltd -0050C239F Isensix -0050C23A0 StreetFire Sound Labs, LLC -0050C23A1 Samsoft -0050C23A2 Vegas Amusement -0050C23A3 Star Link Communication Pvt. Ltd. -0050C23A4 Silvertree Engineering Ltd -0050C23A5 LabJack Corporation -0050C23A6 IntelliDesign Pty Ltd -0050C23A7 Elektrotechnik & Elektronik Oltmann GmbH -0050C23A8 Engim, Inc. -0050C23A9 Westronic Systems Inc. -0050C23AA Networked Robotics Corporation -0050C23AB taskit Rechnertechnik GmbH -0050C23AC InAccess Networks -0050C23AD Spirent Communications (Scotland) Limited -0050C23AE Hankuk Tapi Computer Co., Ltd -0050C23AF Norbit ODM AS -0050C23B0 Microtarget Tecnologia Digital Ltda. -0050C23B1 RDC Specstroy-Svyaz Ltd -0050C23B2 Tennessee Valley Authority -0050C23B3 Media Lab., Inc. -0050C23B4 Contrôle Analytique inc. -0050C23B5 NEC TOKIN Corporation -0050C23B6 Arecont Vision, LLC -0050C23B7 Mindspeed Technologies -0050C23B8 Keith & Koep GmbH -0050C23B9 Gilbarco Autotank AB -0050C23BA PHYTEC Messtechnik GmbH -0050C23BB IMAGO Technologies GmbH -0050C23BC Tyzx, Inc. -0050C23BD Bigbang L.T.D. -0050C23BE Pauly Steuer- und Regelanlagen GmbH & Co. KG -0050C23BF Audio Processing Technology Ltd -0050C23C0 EDA Industries Srl -0050C23C1 MicroTek Electronics, Inc. -0050C23C2 Casabyte Inc. -0050C23C3 4g Technologies, L.P. -0050C23C4 Sypris Electronics -0050C23C5 Silicon Optix Canada Inc. -0050C23C6 Net Optics -0050C23C7 Salent Technologies Ltd -0050C23C8 Wheels of Zeus Inc. -0050C23C9 Dilax Intelcom AG -0050C23CA ABB Inc. -0050C23CB Analytica GmbH -0050C23CC LINKWELL TELESYSTEMS PRIVATE LIMITED -0050C23CD Micro-Measurements -0050C23CE Ward Leonard Electric Company -0050C23CF Technovare Systems, Inc. -0050C23D0 Micro-Robotics Limited -0050C23D1 Braintronics BV -0050C23D2 Adilec Enginyeria SL -0050C23D3 American LED-gible Inc. -0050C23D4 Wisnu and Supak Co.Ltd. -0050C23D5 Fluke Biomedical, Radiation Management Services -0050C23D6 Comlab Inc. -0050C23D7 TTC TELEKOMUNIKACE Ltd -0050C23D8 Key Systems , Inc. -0050C23D9 Bavaria Digital Technik GmbH -0050C23DA M5 Data Limited -0050C23DB Osmetech Inc. -0050C23DC 3D perception -0050C23DD ELMIC GmbH -0050C23DE ABB Power Technologies -0050C23DF BiODE Inc. -0050C23E0 Oy Stinghorn Ltd -0050C23E1 NeuLion Incorporated -0050C23E2 SysNova -0050C23E3 CSIRO - Division of Exploration and Mining -0050C23E4 CUE, a.s. -0050C23E5 Vacon Plc -0050C23E6 CRDE -0050C23E7 Revolution Education Ltd -0050C23E8 Conformative Systems, Inc. -0050C23E9 MedAvant Healthcare -0050C23EA Alro Information Systems SA -0050C23EB ISS International -0050C23EC Teneros -0050C23ED The Board Room Inc. -0050C23EE Commoca, Inc -0050C23EF PAT Industries, DBA Pacific Advanced Technology -0050C23F0 megatec electronic GmbH -0050C23F1 Salland Electronics Holding BV -0050C23F2 STL GmbH -0050C23F3 Hytec Geraetebau GmbH -0050C23F4 MC TECHNOLOGY GmbH -0050C23F5 Phaedrus Limited -0050C23F6 dAFTdATA Limited -0050C23F7 Advantage R&D -0050C23F8 Superna Ltd -0050C23F9 Sintium Ltd -0050C23FA Tumsan -0050C23FB Pigeon Point Systems LLC -0050C23FC Weinberger Deutschland GmbH -0050C23FD HARTMANN software GbR -0050C23FE HaiVision Systems Inc -0050C23FF Cast Iron Systems -0050C2400 SmartMotor AS -0050C2401 Promess Incorporated -0050C2402 Numeron Sp. z o.o. -0050C2403 Rohde & Schwarz Topex SA -0050C2404 NanShanBridge Co.Ltd -0050C2405 Guralp Systems Limited -0050C2406 CoreStreet, Ltd -0050C2407 AIE Etudes -0050C2408 TERN, Inc. -0050C2409 KTEC LTD -0050C240A Contec Steuerungstechnik & Automation GmbH -0050C240B Center VOSPI JSC -0050C240C Applied Materials UK Ltd -0050C240D Afonics Fibreoptics Ltd -0050C240E ads-tec GmbH -0050C240F BIR,INC. -0050C2410 Grossenbacher Systeme AG -0050C2411 Multimessage Systems Ltd. -0050C2412 TSB Solutions Inc. -0050C2413 Goodrich -0050C2414 Talleres de Escoriaza SA -0050C2415 SensoTech GmbH -0050C2416 SELCO s.r.l. -0050C2417 QT systems ab -0050C2418 Planea Oy -0050C2419 Mecsel Oy -0050C241A Bluewater Systems Ltd -0050C241B LogiM GmbH Software und Entwicklung -0050C241C Infrasafe, Inc. -0050C241D Altronic, Inc. -0050C241E Videotek Sistemas Eletronicos Ltda. -0050C241F Avionica, Inc -0050C2420 Boundless Technologies -0050C2421 EFSYS -0050C2422 Gekeler Martina -0050C2423 Power-One Inc. -0050C2424 Metrolab Technology SA -0050C2425 Pinnacle Technology -0050C2426 STOM System -0050C2427 Scheidt & Bachmann GmbH -0050C2428 Roxar A/S -0050C2429 Matthews Australasia -0050C242A DSP DESIGN -0050C242B VLSIP TECHNOLOGIES, INC. -0050C242C Trapeze ITS U.S.A., LLC -0050C242D Argo-Tech -0050C242E Oelmann Elektronik GmbH -0050C242F Win4NET -0050C2430 Arcom Digital -0050C2431 Octatron, Inc. -0050C2432 Topway Industries Ltd. -0050C2433 Idetech Europe S.A. -0050C2434 ImperativeNetworks -0050C2435 ADATEL TELECOMUNICACIONES S.A. -0050C2436 Satellite Services BV -0050C2437 PowerWAN, Inc -0050C2438 Telecom Protection Technologies Limited -0050C2439 Peleton Photonic Systems -0050C243A ProDesign GmbH -0050C243B A3IP -0050C243C Ducommun LaBarge Technologies, Inc -0050C243D Ann Arbor Sensor Systems LLC -0050C243E Coppercom -0050C243F ARVOO Imaging Products BV -0050C2440 Advanced Modular Computers Ltd. -0050C2441 Sammi Information Systems Co.,Ltd -0050C2442 Pico Computing, Inc. -0050C2443 Pickering Laboratories -0050C2444 Offshore Systems Ltd -0050C2445 MICRONIC s.r.o. -0050C2446 Micro Technic A-S -0050C2447 Grupo Epelsa S.L. -0050C2448 Comtech Systems Inc. -0050C2449 BLEILE DATENTECHNIK GmbH -0050C244A ELETTRONICA SANTERNO SPA -0050C244B Solace Systems, Inc. -0050C244C Computime Systems UK Ltd. -0050C244D Electro-Matic Products, Inc. -0050C244E QQ Technology,Inc -0050C244F kippdata GmbH -0050C2450 Enconair Ecological Chambers Inc. -0050C2451 HAMEG GmbH -0050C2452 SCAME SISTEMI s.r.l. -0050C2453 Erhardt + Leimer GmbH -0050C2454 Brivo Systems, LLC -0050C2455 AirCell, Inc. -0050C2456 DRDC Valcartier -0050C2457 Danbridge -0050C2458 HRZ data GmbH -0050C2459 PHYTEC Messtechnik GmbH -0050C245A Funkwerk plettac electronic GmbH -0050C245B Matra Electronique -0050C245C Deister Electronic GmbH -0050C245D Digital Engineering, Inc. -0050C245E Halliburton - Sperry Drilling Service -0050C245F T2C Marketing AB -0050C2460 Vitelnet -0050C2461 TATTILE SRL -0050C2462 CT Company -0050C2463 Codem Systems, Inc. -0050C2464 XYTAC system technologies -0050C2465 PDTS GmbH -0050C2466 LONAP Limited -0050C2467 United Western Technologies -0050C2468 Network I/O -0050C2469 BiPOM Electronics, Inc. -0050C246A ISE GmbH -0050C246B EASYTECH GmbH -0050C246C CAMCO GmbH -0050C246D Paul Scherrer Institut (PSI) -0050C246E Avenir Technologies Inc. -0050C246F Neuroware -0050C2470 Cybectec inc. -0050C2471 Pixtree Technologies, inc. -0050C2472 KOP Ltd -0050C2473 Sensus Metering Systems Israel -0050C2474 Venue 1, Inc. -0050C2475 ISEPOS GmbH -0050C2476 Ascon S.p.a. -0050C2477 SEV Tidsystem AB -0050C2478 Metafix Inc. -0050C2479 Unlimited Bandwidth LLC -0050C247A Efficient Channel Coding -0050C247B Pitney Bowes, Inc -0050C247C AUCONET GmbH -0050C247D WIT Inc -0050C247E Energie Umwelt Systemtechnik GmbH -0050C247F BRIT Inc. -0050C2480 SELKOM GmbH -0050C2481 Computer Sciences Corp -0050C2482 PRIAMUS SYSTEM TECHNOLOGIES AG -0050C2483 SES -0050C2484 Kooltech LLC -0050C2485 PHYTEC Messtechnik GmbH -0050C2486 Safegate International AB -0050C2487 Eridon Corporation -0050C2488 DA SISTEMI SPA -0050C2489 EREE Electronique -0050C248A Mobile Matrix, Inc. -0050C248B ADS-TEC GmbH -0050C248C UNITON AG -0050C248D Metron Sp. z o.o. -0050C248E Teledyne Tekmar -0050C248F DENGYOSHA co.,LTD. -0050C2490 Cloanto Corporation -0050C2491 Fr. Sauter AG -0050C2492 TRAFSYS AS +0050C2334 Picture Elements, Inc. +0050C232E MANUSA-GEST, S.L. +0050C230A Innings Telecom Inc. +0050C2304 COMERSON S.r.l. +0050C2303 CI Systems Ltd. +0050C226B Continental Gateway Limited +0050C2265 BELIK S.P.R.L. +0050C2266 ATOM GIKEN Co.,Ltd. +0050C2262 Shanghai Gaozhi Science&Technology Development Ltd. +0050C2261 Tattile Srl +0050C225B Winford Engineering +0050C225C Softhill Technologies Ltd. +0050C2279 PATLITE Corporation +0050C227A Maestro Pty Ltd +0050C2275 Extreme Engineering Solutions +0050C226F Digital Recorders Inc +0050C2270 S4 Technology Pty Ltd +0050C228E Tattile srl +0050C2289 Rototype S.p.A. +0050C228A Real Time Systems +0050C228C Futaba Corporation +0050C228D AXODE SA +0050C2284 Micronet Ltd. +0050C2283 ANSITEX CORP. +0050C2280 AGECODAGIS SARL +0050C227F Air Broadband Communications, Inc. +0050C2276 Tieline Research Pty Ltd +0050C224E Scharff Weisberg Systems Integration Inc +0050C2244 intec GmbH +0050C2248 Dixtal Biomedica Ind. Com. Ltda. +0050C2249 Bender GmbH & Co. KG +0050C2256 Information Technology Corp. +0050C2257 Digicast Networks +0050C2252 ads-tec GmbH +0050C2253 DSM-Messtechnik GmbH +0050C2251 DGT Sp. z o.o. +0050C2298 Harvad University +0050C2297 KINETICS +0050C2296 OpVista +0050C2293 IP Unity +0050C2294 EPSa GmbH +0050C22A0 Sterling Industry Consult GmbH +0050C22A1 Infinetix Corp +0050C22A2 Epelsa, SL +0050C229D Globe Wireless +0050C229E SELEX Communications Ltd +0050C22A7 Micro System Architecturing srl +0050C223E Kallastra Inc. +0050C223F Halliburton - NUMAR +0050C2202 Audio Riders Oy +0050C2203 Vocality International Ltd +0050C21FE Safetran Traffic Systems Inc. +0050C21F9 Fr. Sauter AG +0050C21F8 ULTRACKER TECHNOLOGY +0050C21E9 Ranch Networks +0050C21F4 Covia, Inc +0050C2216 Level Control Systems +0050C220D Varisys Ltd +0050C2212 4Links Limited +0050C220C Communication and Telemechanical Systems Company Limited +0050C2234 Silverback Systems +0050C2235 POLIMAR ELEKTRONIK LTD. +0050C223A Chantry Networks +0050C222B Riegl Laser Measurement Systems GmbH +0050C2208 nNovia, Inc. +0050C2226 Ross Video Limited +0050C2220 Serveron Corporation +0050C2221 Getinge IT Solutions ApS +0050C21C7 TWIN DEVELOPMENT S.A. +0050C21BD AIOI Systems Co., Ltd. +0050C21DB Applied Systems Engineering, Inc. +0050C21D1 Benchmark Electronics +0050C2003 Microsoft +0050C2004 SCI Technology Inc. +0050C2169 Nordson Corp. +0050C216C Brijing Embedor Embedded Internet Tech. Co. Ltd. +0050C216D Postec Data Systems Ltd. +0050C215E Celite Systems, Inc. +0050C215F Pulsar GmbH +0050C215A Plextek Limited +0050C21A9 Axotec Technologies GmbH +0050C219F Fleetwood Electronics Ltd +0050C2195 Momentum Data Systems +0050C2146 APCON, Inc. +0050C2164 Acunia N.V. +0050C2190 Goerlitz AG +0050C21B3 DSP DESIGN +0050C2136 Tensilica, Inc. +0050C212E RUNCOM +0050C214A DYCEC, S.A. +0050C214B HECUBA Elektronik +0050C2141 Time Terminal Adductor Group AB +0050C211F CSS Industrie Computer GmbH +0050C2120 XStore, Inc. +0050C2154 Jostra AB +0050C2155 Enea Real Time AB +0050C2137 Uniwell Systems (UK) Ltd. +0050C2150 Torse +0050C213C NBG Industrial Automation B.V. +0050C2125 Tecwings GmBh +0050C2140 ITS, Inc. +0050C2116 DSP Design, Ltd. +0050C2115 Vidco, Inc. +0050C2100 Corelatus A.B. +0050C20FB PIUSYS Co., Ltd. +0050C20F7 Foss NIRSystems, Inc. +0050C210E Unipower AB +0050C210A Quinx AG +0050C210B MarekMicro GmbH +0050C2104 Adescom Inc. +0050C2105 Lumentis AB +0050C2101 LAUD Electronic Design AS +0050C20D8 Charlotte's Web Networks +0050C20D2 Real World Computing Partnership +0050C20D3 Lake Technology, Ltd. +0050C20C8 The Trane Company +0050C20F4 Sysnet Co., Ltd. +0050C20F3 Young Computer Co., Ltd. +0050C20EC Keith & Koep GmbH +0050C20E6 RouteFree, Inc. +0050C20BB MAZet GmbH +0050C20DD Interisa Electronica, S.A. +0050C20DC Elbit Systems Ltd. +0050C20D9 Loewe Opta GmbH +0050C20E7 Century Geophysical Corp. +0050C20E2 Visual Circuits Corp. +0050C20E3 Lanex S.A. +0050C20CE RFL Electronics, Inc. +0050C208E BSQUARE +0050C208D Kylink Communications Corp. +0050C209A NBO Development Center Sekusui Chemical Co. Ltd. +0050C2097 IMV Invertomatic +0050C2098 EPEL Industrial, S.A. +0050C20B6 ApSecure Technologies (Canada), Inc. +0050C20B1 Beeline Networks, Inc. +0050C20A5 Mobiltex Data Ltd. +0050C20A4 Bounty Systems Pty Ltd. +0050C2093 KOREALINK +0050C206A Unimark +0050C2067 Riverlink Computers, Ltd. +0050C2056 Base 2 +0050C206D Advanced Signal Corp. +0050C206C WaveCom Electronics, Inc. +0050C2084 DIALOG4 System Engineering GmbH +0050C2083 ARD SA +0050C202D Innocor LTD +0050C2047 B. R. Electronics +0050C204C New Standard Engineering NV +0050C2019 Emtac Technology Corp. +0050C2023 Zabacom, Inc. +0050C2037 E.I.S.M. +0050C200F XLN-t +40D855027 Grupo Epelsa S.L. +40D855111 Grupo Epelsa S.L. +40D855071 TATTILE SRL 0050C2493 Artis GmbH -0050C2494 Ultimate Technology, Inc. -0050C2495 VAZA Elektronik AB -0050C2496 Acutelogic Corporation -0050C2497 Advanced Driver Information Technology GmbH -0050C2498 Quartet Technology, Inc. -0050C2499 Trellia Networks -0050C249A TelASIC Communications, Inc. -0050C249B vg controls, inc -0050C249C Envisacor Technologies Inc. -0050C249D Critical Link -0050C249E Armorlink CO .Ltd -0050C249F GCS, Inc -0050C24A0 Advanced technologies & Engineering (pty) Ltd -0050C24A1 Pigeon Point Systems LLC -0050C24A2 SPECS GmbH -0050C24A3 Protium Technologies, Inc. -0050C24A4 IEEE P1609 WG -0050C24A5 Teledyne Monitor Labs -0050C24A6 BUYANG ELECTRONICS INDUSTRIAL CO., LTD. -0050C24A7 iseg Spezialelektronik GmbH -0050C24A8 CYJAYA Korea -0050C24A9 Faber Electronics BV -0050C24AA HEINEN ELEKTRONIK GmbH -0050C24AB JVF Communications Ltd -0050C24AC Doramu Co.,Ltd. -0050C24AD OpenPeak, Inc. -0050C24AE ads-tec GmbH -0050C24AF Orbis Oy -0050C24B0 Esmart Distribution Pte Ltd -0050C24B1 Nsfocus Information Technology Co.,Ltd -0050C24B2 TESLA, a.s. -0050C24B3 ANSA Corporation -0050C24B4 Matrix Audio Designs -0050C24B5 Valley Tecnologia -0050C24B6 General Resources Co., LTD. -0050C24B7 GFI Chrono Time -0050C24B8 Shenzhen Hongdian Technologies.,Ltd -0050C24B9 Rose Technologies -0050C24BA Mistletoe Technologies -0050C24BB Protonic Holland -0050C24BC Saia Burgess Controls AG -0050C24BD Argon ST -0050C24BE Digital Dynamics, Inc. -0050C24BF Westinghouse Rail Systems Ltd -0050C24C0 Bio-logic Systems Corp -0050C24C1 Movaz Networks, Inc. -0050C24C2 Elbit Systems -0050C24C3 Quantum3D, Inc. -0050C24C4 Black Diamond Video, Inc. -0050C24C5 eXray Broadband Inc. -0050C24C6 Rubin Ltd. -0050C24C7 Transbit Sp.z o.o. -0050C24C8 Neets -0050C24C9 Scirocco AB -0050C24CA Yarg Biometrics Limited -0050C24CB Verint Systems Ltd -0050C24CC ImpediMed Limited -0050C24CD Bixi Systems AG -0050C24CE Open Date Equipment Limited -0050C24CF Ziehl-Abegg AG -0050C24D0 RCS Energy Management Ltd -0050C24D1 SLICAN sp. z o.o. -0050C24D2 Twoway CATV SERVICE INC. -0050C24D3 ELPROC sp. z o.o. -0050C24D4 Herholdt Controls srl -0050C24D5 SEBA Design Pty Ltd -0050C24D6 Ingenieurbüro Schober -0050C24D7 Delta Tau Data Systems, Inc. -0050C24D8 Avantry Ltd. -0050C24D9 GE Security Kampro -0050C24DA MEDIORNET GmbH -0050C24DB Alfing Montagetechnik GmbH -0050C24DC Ace Electronics Inc. -0050C24DD Truteq Wireless (PTY) Ltd. -0050C24DE General Dynamics C4 Systems -0050C24DF Thermo Electron -0050C24E0 Telematrix -0050C24E1 SS Telecoms CC -0050C24E2 Applied Research Laboratories: UT -0050C24E3 Romteck Pty Ltd -0050C24E4 Embigence GmbH -0050C24E5 Sedo Systems Ltd -0050C24E6 Photonic Bridges Inc. -0050C24E7 Computerized Elevator Contol -0050C24E8 SATEL sp. z o.o. -0050C24E9 Seachange international -0050C24EA PMC -0050C24EB Mandozzi Elettronica SA -0050C24EC Thales Defence and Security Systems GmbH -0050C24ED Lab X Technologies, LLC -0050C24EE Beijing Corelogic Communication Co., Ltd. -0050C24EF Creative Retail Entertainment -0050C24F0 MedAvant Healthcare -0050C24F1 Packet Island Inc. -0050C24F2 Tantronic AG -0050C24F3 Autronica Fire & Security -0050C24F4 O2RUN -0050C24F5 Monroe Electronics, Inc. -0050C24F6 REAL D -0050C24F7 WaveIP Ltd. -0050C24F8 Prodco International Inc. -0050C24F9 RTDS Technologies Inc. -0050C24FA Cambridge Technology, Inc. -0050C24FB BES Technology Group -0050C24FC Hwayoung RF Solution Inc -0050C24FD Network Automation mxc AB -0050C24FE GEM ELETTRONICA Srl -0050C24FF Dakty GmbH -0050C2500 Orenco Systems, Inc. -0050C2501 IBEX UK Limited -0050C2502 Criterion Systems Limited -0050C2503 RESPIRONICS INC. -0050C2504 Aphex Systems Ltd. -0050C2505 Computerwise, Inc. -0050C2506 7+ Kft -0050C2507 Micro Connect Pty Ltd -0050C2508 PUTERCOM ENTERPRISE CO., LTD. -0050C2509 Hillcrest Laboratories, Inc. -0050C250A Monitor Business Machines Ltd -0050C250B Logic Beach Inc -0050C250C AIRWISE TECHNOLOGY CO., LTD. -0050C250D Clearsonics Pty. Ltd. -0050C250E Fibresavers Corporation -0050C250F Polystar Instruments AB -0050C2510 Summit Developmen -0050C2511 Tecna Srl -0050C2512 Linear Acoustic, Inc -0050C2513 Genie Network Resource Management Inc. -0050C2514 Tadian Electronics Systems LTD -0050C2515 Monaghan Engineering, Inc. -0050C2516 SOWA ELECTRIC CO., LTD. -0050C2517 Solid State Logic -0050C2518 Christ Elektronik GmbH -0050C2519 DBMCORP, Inc. -0050C251A SpeasTech, Inc. -0050C251B Beta Lasermike Ltd -0050C251C TOA Systems -0050C251D VELUX -0050C251E Alcon Technologies -0050C251F Traquair Data Systems, Inc. -0050C2520 McCain Traffic Supply -0050C2521 ARIS TECHNOLOGIES -0050C2522 Mark IV IDS Corp. -0050C2523 AMRDEC Prototype Integration Facility -0050C2524 Motec Pty Ltd -0050C2525 VASTech -0050C2526 AC SYSTEMS, s.r.o. -0050C2527 IRTrans -0050C2528 tattile srl -0050C2529 Phytec Messtechnik GmbH -0050C252A OMNITRONICS PTY LTD -0050C252B Sicon s.r.l. -0050C252C VITEC MULTIMEDIA -0050C252D Smartcom-Bulgaria AD -0050C252E DSP DESIGN -0050C252F Gesellschaft für Rationalisierung und Rechentechnik mbH -0050C2530 Innovation, Institute, Inc -0050C2531 Orion Technologies, Incorporated -0050C2532 NVE Corporation -0050C2533 NanShanBridge Co.Ltd -0050C2534 Hyundai J. Comm -0050C2535 MMS Servis s.r.o. -0050C2536 C2 DIAGNOSTICS -0050C2537 DST CONTROL AB -0050C2538 EtherTek Circuits -0050C2539 Detection Technology Inc. -0050C253A Image Control Design Limited -0050C253B Teleks Co. Ltd. -0050C253C Marposs SPA -0050C253D Digital communications Technologies -0050C253E Honeywell GNO +0050C2066 Private +0050C2F1D Grossenbacher Systeme AG +0050C2EA8 MB Connect Line GmbH +0050C2FE9 MB Connect Line GmbH +0050C226C Crystal Vision Ltd +0050C222A Crescendo Networks +0050C22ED 4RF Communications Ltd 0050C253F Ellips B.V. -0050C2540 Mesure Controle Commande -0050C2541 WAVES SYSTEM -0050C2542 AVerMedia Technologies, Inc. -0050C2543 DIGI SESN AG -0050C2544 Zetera -0050C2545 SecuInfo Co., Ltd. -0050C2546 Universidad de Chile Facultad de Medicina -0050C2547 BLANKOM Antennentechnik GmbH -0050C2548 I.T.W. Betaprint -0050C2549 Netsynt S.p.A. -0050C254A IPTC Tech. Comm. AB -0050C254B Innopsys -0050C254C Sintecnos srl -0050C254D Silent System -0050C254E Convergent Design -0050C254F Valtronic SA -0050C2550 LJU Automatisierungstechnik GmbH -0050C2551 Innovative Neurotroncs -0050C2552 Elfiq Inc. -0050C2553 ATH system -0050C2554 Weinzierl Engineering GmbH -0050C2555 Control Alternative Solutions, Inc. -0050C2556 Freiburger BlickZentrum -0050C2557 Netcomsec -0050C2558 Bedo Elektronik GmbH -0050C2559 Fail Safe Solutions LLC -0050C255A Valde Systems, Inc. -0050C255B MATRIX TELECOM PVT. LTD. -0050C255C ads-tec GmbH -0050C255D ACD Elektronik GmbH -0050C255E HANZAS ELEKTRONIKA, SIA -0050C255F Moog Broad Reach -0050C2560 Procon Electronics -0050C2561 Seitec Elektronik GmbH -0050C2562 C21 Technology Limited -0050C2563 ORTRAT, S.L. -0050C2564 Last Mile Gear -0050C2565 WORKPOWER TECNOLOGIA ELETRONICA LTDA-EPP -0050C2566 ubinetsys.co..ltd -0050C2567 Tess GmbH -0050C2568 GeoFocus, LLC -0050C2569 Twinwin Technplogy Co.,Ltd. -0050C256A Grupo Epelsa S.L. -0050C256B Dataton Utvecklings AB -0050C256C Targeted Technologies, LLC -0050C256D Computrol Fuel Systems Inc. -0050C256E LAB-EL ELEKTRONIKA LABORATORYJNA S.J. -0050C256F GMA, LLC -0050C2570 Ellex Medical Pty Ltd -0050C2571 Oberon Service srl -0050C2572 Chell Instruments Ltd -0050C2573 DATAMICRO Co., Ltd. -0050C2574 Ingeniería Almudí S.L. -0050C2575 SOLYSTIC -0050C2576 Visi-tech Systems Ltd -0050C2577 Advanced Software Technologies -0050C2578 Delphi Display Systems, Inc. -0050C2579 Gastager Systemtechnik GmbH -0050C257A Pigeon Point Systems LLC -0050C257B ptswitch -0050C257C CYBERSYS -0050C257D Sierra Video Systems -0050C257E Digital Way -0050C257F Orderite, Inc. -0050C2580 Buyang Electronics Industrial co.,Ltd. -0050C2581 Devitech ApS -0050C2582 AllSun A/S -0050C2583 Jünger Audio-Studiotechnik GmbH -0050C2584 Toyota Motorsport GmbH -0050C2585 Wireless Cables Inc -0050C2586 Genetix Ltd -0050C2587 Dynalco -0050C2588 Federal Electronics -0050C2589 HORIBA MEDICAL -0050C258A Dixell S.p.a. -0050C258B Innovative Dynamics GmbH -0050C258C Lattice Semiconductor Corp. (LPA) -0050C258D ZAO -0050C258E Penny & Giles Aerospace Ltd -0050C258F XoIP Systems Pty Ltd -0050C2590 EM Motorsport Ltd -0050C2591 Grosvenor Technology Ltd -0050C2592 PaloDEx Group Oy -0050C2593 Broadlight -0050C2594 Pixel Velocity, Inc. -0050C2595 Callpod, Inc. -0050C2596 SPANSION -0050C2597 Nautel Limited -0050C2598 Bundesamt für Strahlenschutz -0050C2599 Fen Technology Limited -0050C259A MultiTrode Pty Ltd -0050C259B SAPEC -0050C259C DELSAT GROUP S.A. -0050C259D DSS Networks, Inc. -0050C259E Legerity -0050C259F ads-tec GmbH -0050C25A0 Rudolph Technologies, Inc. -0050C25A1 Vestfold Butikkdata AS -0050C25A2 iNET Systems Inc. -0050C25A3 LUMEL S.A. -0050C25A4 Federal State Unitary Enterprise Experimental Factory for Sc -0050C25A5 Equipos de Telecomunicación Optoelectronicos, S.A. -0050C25A6 Plastic Logic -0050C25A7 Phytec Messtechnik GmbH -0050C25A8 ETAP NV -0050C25A9 AYC Telecom Ltd -0050C25AA Transenna AB -0050C25AB Eaton Corporation Electrical Group Data Center Solutions - Pulizzi -0050C25AC Kinemetrics, Inc. -0050C25AD Emcom Systems -0050C25AE CPS EUROPE B.V. -0050C25AF DORLET S.A. -0050C25B0 INCOTEC GmbH -0050C25B1 Rosta Ltd -0050C25B2 Syntronic AB -0050C25B3 HITECOM System -0050C25B4 Terrascience Systems Ltd. -0050C25B5 RAFAEL -0050C25B6 Kontron (Beijing) Technology Co.,Ltd. -0050C25B7 AVerMedia Technologies, Inc. -0050C25B8 WestfaliaSurge GmbH -0050C25B9 Taiwan Video & Monitor -0050C25BA SAIA Burgess Controls AG -0050C25BB UNIC TECHNOLOGIES INC -0050C25BC Guangzhou Hui Si Information Technologies Inc. -0050C25BD Nomus Comm-Systems -0050C25BE Card Access Services Pty Ltd -0050C25BF Techimp Systems S.r.l. -0050C25C0 Pyott-Boone Electronics -0050C25C1 R. L. Drake Company -0050C25C2 Intuitive Surgical -0050C25C3 KS System GmbH -0050C25C4 ProMik GmbH -0050C25C5 Radiant Imaging, Inc. -0050C25C6 Technische Alternative GmbH -0050C25C7 InSync Technology Ltd -0050C25C8 Georgia Tech Research Institute -0050C25C9 Shenzhen Quanlong Technique Co.Ltd -0050C25CA Buyang Electronics Industrial Co., Ltd. -0050C25CB Kobold Sistemi s.r.l. -0050C25CC ENSEO -0050C25CD RADA Electronics Industries Ltd. -0050C25CE Roke Manor Research Ltd -0050C25CF Innomed Medical Inc -0050C25D0 Automata Spa -0050C25D1 Meucci Solutions -0050C25D2 DA-Design Oy -0050C25D3 Wexiodisk AB -0050C25D4 Buyang Electronics Industrial Co., Ltd. -0050C25D5 Cannon Technologies -0050C25D6 BioAccess Tecnologia em Biometria Ltda. -0050C25D7 Synrad, Inc. -0050C25D8 TECHNIFOR SAS -0050C25D9 Crimson Microsystems, Inc. -0050C25DA TONNA ELECTRONIQUE -0050C25DB CEGELEC SUD EST -0050C25DC RM Michaelides Software & Elektronik GmbH -0050C25DD SomerData ltd -0050C25DE Magal Senstar Inc. -0050C25DF Gnutek Ltd. -0050C25E0 Phytec Messtechnik GmbH -0050C25E1 Ittiam Systems (P) Ltd -0050C25E2 PYRAMID Computer GmbH -0050C25E3 Computechnic AG -0050C25E4 Buyang Electronics Industrial Co., Ltd. -0050C25E5 Stresstech OY -0050C25E6 Musatel -0050C25E7 EADS TEST & SERVICES -0050C25E8 Info-Chip Communications Ltd. -0050C25E9 Micro Technology Services Inc. -0050C25EA Micro Elektronische Producten -0050C25EB Garper Telecomunicaciones, S.L. -0050C25EC ASiS Technologies Pte Ltd -0050C25ED AQUAROTTER A FRANKE COMPANY -0050C25EE Condre Corporation -0050C25EF pikkerton GmbH -0050C25F0 DIAS Infrared GmbH -0050C25F1 Technomarine JSC -0050C25F2 ESEM Grünau GmbH & Co. KG -0050C25F3 POSNET Polska S.A. -0050C25F4 TeamProjects BV -0050C25F5 Genesis inc -0050C25F6 CAMBRIDGE CONSULTANTS LTD -0050C25F7 Metrologic Group -0050C25F8 Grupo Epelsa S.L. -0050C25F9 ROTHARY Solutions AG -0050C25FA LEA d.o.o. -0050C25FB All-Systems Electronics Pty Ltd -0050C25FC FilmLight Limited -0050C25FD MEG Electronic Inc. -0050C25FE Novacomm -0050C25FF Gazelle Monitoring Systems -0050C2600 Protec Fire Detection plc -0050C2601 MedAvant Healthcare -0050C2602 CHAUVIN ARNOUX -0050C2603 Cerus Corp -0050C2604 HCJB Global -0050C2605 Swistec GmbH -0050C2606 Shenzhen Huazhong Technology Inc -0050C2607 Telecom FM -0050C2608 Silex Industrial Automation Ltd. -0050C2609 Toptech Systems, Inc. -0050C260A Gradual Tecnologia Ltda. -0050C260B Shanghai QianJin Electronic Equipment Co. Ltd. -0050C260C IDENTIC AB -0050C260D Sicon s.r.l. -0050C260E Automation and Control Technology, Inc. -0050C260F Kommunikations- & Sicherheitssysteme Gesellschaft m.b.H -0050C2610 FDT Manufacturing, LLC -0050C2611 Brookhaven National Laboratory -0050C2612 IHP-GmbH -0050C2613 TATTILE SRL -0050C2614 SICOM AS -0050C2615 Axis Electronics -0050C2616 Honeywell -0050C2617 NARINET, INC. -0050C2618 Intergrated Security Mfg. Ltd -0050C2619 Linkbit, Inc. -0050C261A Communication Components Inc. -0050C261B NCI Technologies Inc. -0050C261C TestPro Systems, Inc. -0050C261D Sutus Inc -0050C261E LESTER ELECTRONICS LTD -0050C261F Imagine Communications -0050C2620 Harman/Becker Automotive Systems GmbH -0050C2621 Version-T -0050C2622 2N TELEKOMUNIKACE a.s. -0050C2623 SAFELINE SL -0050C2624 Comtest Networks -0050C2625 EBNeuro SpA -0050C2626 Winsys Informatica ltda -0050C2627 JungleSystem Co., Ltd. -0050C2628 DARE Development -0050C2629 MacDonald Humfrey (Products) Ltd -0050C262A Prisma Engineering srl -0050C262B First Control Systems AB -0050C262C AirMatrix, Inc. -0050C262D Procon Electronics -0050C262E TDM Ingénierie -0050C262F QES -0050C2630 Aurora Flight Sciences -0050C2631 Fraunhofer IIS -0050C2632 RoseTechnology A/S -0050C2633 Rice University -0050C2634 Sohon Inc -0050C2635 Shockfish SA -0050C2636 dSPACE GmbH -0050C2637 Omnitrol Networks, Inc. -0050C2638 HUNGAROCOM Telecommunication Ltd. -0050C2639 Qstreams Networks Inc. -0050C263A 3DSP Corporation -0050C263B Powis Corporation -0050C263C dPict Imaging, Inc. -0050C263D IDERs Inc -0050C263E T2 Communication Ltd -0050C263F Speech Technology Center, Ltd. -0050C2640 IAC -0050C2641 NEO Information Systems Co., Ltd. -0050C2642 Stanton Technologies Sdn Bhd -0050C2643 Enatel Limited -0050C2644 Phytec Messtechnik GmbH -0050C2645 The Software Group Limited -0050C2646 TRUTOUCH TECHNOLOGIES INC -0050C2647 R&D Technology Solutionz Limited -0050C2648 Fidelity Comtech, Inc. -0050C2649 Pan-STARRS -0050C264A CPqD -0050C264B MangoDSP -0050C264C CIS Corporation -0050C264D Tera Information System Labs -0050C264E Northern Power -0050C264F MA Lighting Technology GmbH -0050C2650 Liquid Breaker, LLC -0050C2651 STAER SPA -0050C2652 Wideco Sweden AB -0050C2653 Doble Engineering -0050C2654 PaloDEx Group Oy -0050C2655 Physik Instrumente (PI) GmbH&Co.KG -0050C2656 LDA Audio Video Profesional -0050C2657 MONYTEL S.A. -0050C2658 OpenPKG GmbH -0050C2659 Dorsett Technologies, Inc. -0050C265A Hisstema AB -0050C265B Silverbrook Research -0050C265C VTZ d.o.o. -0050C265D Redfone Communications LLC -0050C265E Cantion A/S -0050C265F Invocon, Inc. -0050C2660 IZISOFT -0050C2661 P.C.E. -0050C2662 Asia Pacific Card & System Sdn Bhd -0050C2663 COE Limited -0050C2664 Westel Wireless Systems -0050C2665 NetworkSound, Inc -0050C2666 Xworks NZ Limited -0050C2667 PRIVATE -0050C2668 Keith & Koep GmbH -0050C2669 DSP DESIGN -0050C266A ABB Xiamen Transmission and Distribution Automation Equipmen -0050C266B flsystem -0050C266C DESY -0050C266D DIGITEK S.p.A. -0050C266E Linear Systems Ltd. -0050C266F Nilan A/S -0050C2670 Naim Audio -0050C2671 Skyline Products, Inc -0050C2672 DDS Elettronica srl -0050C2673 Ferrari electronic AG -0050C2674 Protech Optronics Co., Ltd. -0050C2675 Kenton Research Ltd -0050C2676 EDS -0050C2677 ProconX Pty Ltd -0050C2678 IHM -0050C2679 Industrial Vacuum Systems -0050C267A CC Systems AB -0050C267B Sparton Electronics -0050C267C AirCell, Inc. -0050C267D ESA Messtechnik GmbH -0050C267E SAIA Burgess Controls AG -0050C267F Phytec Messtechnik GmbH -0050C2680 Honey Network Research Limited +0050C20FA GE Transportation Systems +0050C277B Itibia Technologies +0050C2527 IRTrans GmbH +0050C212F Haag-Streit AG +40D85502F Advatek Lighting Pty Ltd +0050C2F80 SYS TEC electronic GmbH +40D855171 Sicon srl +0050C2D8B Sicon srl +0050C2956 Sicon srl +0050C252B Sicon srl +40D855081 Sicon srl +0050C2217 Linn Products Ltd +0050C2771 ZigBee Alliance +0050C22F7 GILLAM-FEI S.A. +40D855048 GD Mission Systems +40D855114 GD Mission Systems +0050C24DE GD Mission Systems +0050C285F GD Mission Systems +0050C266A ABB Transmission and Distribution Automation Equipment (Xiamen) Co., Ltd. +0050C2B92 ABB Transmission and Distribution Automation Equipment (Xiamen) Co., Ltd. +0050C2E18 ABB Transmission and Distribution Automation Equipment (Xiamen) Co., Ltd. +0050C2BC2 Xslent Energy Technologies. LLC +0050C2B9C DAVE SRL +0050C28E2 Wireless Cables Inc. +0050C21F3 Radionor Communications +40D85518A Aplex Technology Inc. +40D8550BC Aplex Technology Inc. +40D85506C Rohde&Schwarz Topex SA +0050C2FC0 Rohde&Schwarz Topex SA +0050C2E4B Rohde&Schwarz Topex SA +0050C2B49 Aplex Technology Inc. +0050C2F58 IEEE Registration Authority +0050C22F0 LECO Corporation +0050C2B04 Ubiquiti Networks Inc. 0050C2681 Owasys Advanced Wireless Devices -0050C2682 Commet AB -0050C2683 MEGGITT Safety System -0050C2684 REASON Tecnologia S.A. -0050C2685 Datamars SA -0050C2686 ANNAX Anzeigesysteme GmbH -0050C2687 Access Specialties, Inc -0050C2688 Elk Products -0050C2689 RF Code, Inc. -0050C268A Zhuhai Jiahe Electronics Co.,LTD -0050C268B SIMTEK INC. -0050C268C Isochron Inc -0050C268D CXR Larus Corporation -0050C268E SELCO -0050C268F BERTRONIC SRL -0050C2690 GHL Systems Berhad -0050C2691 Interopix, Inc. -0050C2692 Mate Media Access Technologies -0050C2693 Tech Comm, Inc. -0050C2694 Initel srl -0050C2695 Purelink Technology, inc. -0050C2696 Casabyte Inc. -0050C2697 Monarch Instrument -0050C2698 Navtech Radar Ltd -0050C2699 Bulletendpoints Enterprises Inc -0050C269A StoreTech Limited -0050C269B Tsien (UK) Ltd -0050C269C Bug Labs, Inc. -0050C269D Dvation.co.,Ltd -0050C269E Ideus AB -0050C269F Total RF, LLC -0050C26A0 GFP Lab S.r.l. -0050C26A1 PRICOL LIMITED -0050C26A2 Cadi Scientific Pte Ltd -0050C26A3 CreaTech Electronics Co. -0050C26A4 TELETASK -0050C26A5 FHF Funke+Huster Fernsig GmbH -0050C26A6 Victory Concept Industries Ltd. -0050C26A7 Hoer GmbH & Co. Industrie-Electronic KG -0050C26A8 Delcan Technologies, Inc -0050C26A9 Armida Technologies Corporation -0050C26AA Ifox - Industria e Comercio Ltda -0050C26AB Softwareentwicklung -0050C26AC Thales UK -0050C26AD Heim- & Bürokommunikation -0050C26AE Qualisys AB -0050C26AF Nanoradio AB -0050C26B0 Smart Key International Limited -0050C26B1 Burk Technology +0050C2168 ExtremeSpeed Inc. +0050C20B5 EXTREME COPPER, INC. 0050C26B2 Edgeware AB -0050C26B3 4RF Communications Ltd -0050C26B4 SOMESCA -0050C26B5 TRIUMF -0050C26B6 CommoDaS GmbH -0050C26B7 System LSI CO.Ltd. -0050C26B8 Epec Oy -0050C26B9 unipo GmbH -0050C26BA Fertron Controle e Automacao Industrial Ltda. -0050C26BB Ele.Mag S.r.l. -0050C26BC Paraytec Ltd -0050C26BD Mitron Oy -0050C26BE ESTEC Co.,Ltd. -0050C26BF Optoplan as -0050C26C0 GLOSTER SANTE EUROPE -0050C26C1 RADIUS Sweden AB -0050C26C2 HoseoTelnet Inc... -0050C26C3 iTRACS Corporation -0050C26C4 REXXON GmbH -0050C26C5 Oerlikon Contraves AG -0050C26C6 MedAvant Healthcare Solutions -0050C26C7 QuickCircuit Ltd. -0050C26C8 B&S MEDIA CO., LTD. -0050C26C9 NETAMI -0050C26CA Dynamic Hearing Pty Ltd -0050C26CB Stream Processors -0050C26CC Widmer Time Recorder Co., Inc. -0050C26CD RGM SPA -0050C26CE EMITALL Surveillance S.A, -0050C26CF Microway -0050C26D0 EDS Systemtechnik -0050C26D1 Schnick-Schnack-Systems GmbH -0050C26D2 Lumistar Incorporated -0050C26D3 DigiSensory technologies Pty Ltd -0050C26D4 Etani Electronics Co.,Ltd. -0050C26D5 Becker Electronics GmbH -0050C26D6 ADL Electronics Ltd. -0050C26D7 Mavenir System, Inc. -0050C26D8 BL Healthcare, Inc. -0050C26D9 Ajeco Oy -0050C26DA Techno Fittings S.r.l. -0050C26DB Gebhardt Ventilatoren GmbH -0050C26DC L-3 Communications Mobile-Vision, Inc. -0050C26DD Zmicro Systems Inc -0050C26DE Laser Tools & Technics Corp. -0050C26DF QR Sciences Ltd -0050C26E0 FIRSTTRUST Co.,Ltd. -0050C26E1 NewOnSys Ltd. -0050C26E2 PHYTEC Messtechnik GmbH -0050C26E3 Miros AS -0050C26E4 MangoDSP -0050C26E5 Boeckeler Instruments, Inc. -0050C26E6 Lanetco -0050C26E7 Axis Network Technology -0050C26E8 Anymax -0050C26E9 Bando electronic communication Co.Lltd -0050C26EA FIRSTEC SA -0050C26EB Harrison Audio, LLC -0050C26EC Netistix Technologies Corporation -0050C26ED Sechan Electronics, Inc. -0050C26EE Interactive Electronic Systems -0050C26EF Pneumopartners LaenneXT SA -0050C26F0 Stanley Security Solutions, Inc. -0050C26F1 ITS Telecom -0050C26F2 Laser Electronics Ltd -0050C26F3 E3Switch LLC -0050C26F4 Cryogenic Control Systems, Inc. -0050C26F5 Kitron Microelectronics AB -0050C26F6 AV SatCom AS -0050C26F7 infoplan Gesellschaftfür Informationssysteme mbH -0050C26F8 RV Technology Limited -0050C26F9 Revox GmbH -0050C26FA DCN -0050C26FB WaveIP -0050C26FC Acte Sp. z o.o. -0050C26FD SAIA Burgess Controls AG -0050C26FE Blue Origin -0050C26FF St. Michael Strategies Inc. -0050C2700 GEM-MED SL -0050C2701 Keith & Koep GmbH -0050C2702 SPM Instrument AB -0050C2703 SAE IT-systems GmbH & Co. KG -0050C2704 The Dini Group, La Jolla inc. -0050C2705 Hauch & Bach ApS -0050C2706 DioDigiWorks. CO., LTD. -0050C2707 DTech Labs Inc -0050C2708 Smartek d.o.o. -0050C2709 RO.VE.R. Laboratories S.p.A -0050C270A Efficient Channel Coding -0050C270B B.E.A.R. Solutions (Australasia) Pty, Ltd -0050C270C Exertus -0050C270D ela-soft GmbH & Co. KG -0050C270E AUDICO SYSTEMS OY -0050C270F Zumbach Electronic AG -0050C2710 Wharton Electronics Ltd -0050C2711 LINKIT S.R.L. -0050C2712 Pasan SA -0050C2713 3DX-Ray Limited -0050C2714 T.E.AM., S. A. -0050C2715 RIEXINGER Elektronik -0050C2716 MITROL S.R.L. -0050C2717 MB Connect Line GmbH -0050C2718 illunis LLC -0050C2719 ennovatis GmbH -0050C271A Logus Broadband Wireless Solutions Inc. -0050C271B ADVA Optical Networking -0050C271C Elmec Inc. -0050C271D MG s.r.l. -0050C271E ASKI Industrie Elektronik Ges.m.b.H. -0050C271F ASC telecom AG +0050C2E70 DORLET SAU +0050C21E5 DORLET SAU +0050C2CF5 Gogo BA +0050C221C Fracarro srl +0050C2B30 Applied Micro Electronics AME bv +0050C2531 Orion Technologies,LLC +0050C23E9 MedAvant Healthcare +0050C26C6 MedAvant Healthcare +0050C2230 AutoTOOLS group Co. Ltd. +0050C2301 Delphi Display Systems, Inc. +0050C2578 Delphi Display Systems, Inc. +0050C232A Phytec Messtechnik GmbH +0050C2782 Phytec Messtechnik GmbH +0050C22E0 Baxter International Inc +0050C2974 EMAC, Inc. +40D855183 EMAC, Inc. +0050C2CC7 TOPROOTTechnology Corp. Ltd. +0050C29F0 Veracity UK Ltd +0050C24CD Bixi Systems Ltd. +0050C2AB5 Mettler Toledo Hi-Speed +40D8551D2 InventLab s.c. +40D8551CF Omnik New Energy Co., Ltd +40D8551CD YXLON International A/S +40D8551CA Rigel Engineering +40D8551E0 Embedded Technology Corporation +40D8551E2 ELNEC s.r.o. +40D8551D8 Owl Computing Technologies, Inc. +40D8551D7 Wheatstone Corporation +40D85519E Thirdwayv Inc. +40D8551B5 A+EC Klein Ingenieurbuero +40D8551B1 Logos 01 S.r.l. +40D8551AB Rosslare Enterprises Limited +40D8551C6 Device Solutions Ltd +40D8551C3 Cornfed Systems LLC +40D8551B9 Beking Industrieele automatisering +40D855151 Progress Rail Services, Inspection and Information Systems +40D855159 PLATINUM GmbH +40D855154 iart +40D855196 Advanced Micro Controls Inc. +40D855189 Yoozma Corporation +40D855170 ICS Eletronics +40D85516C Private +40D855166 Anhui Jiante Network Technology Co., Ltd. +40D855163 KMtronic LTD +40D85515F CT Company +40D85515D Actronic Technologies +40D855144 Venco +40D85513E hanatech +40D85517F Telvent +40D85513A Supplier Ind. e Com de Eletroeletrônicos +40D855137 GDE Polska +40D85512F Private +40D855176 Schneider Electric Motion, Inc. USA +40D8550E3 Medigus Ltd +40D8550F0 Redwood Systems +40D8550E9 HAMEG GmbH +40D855112 Halliburton - Sperry Drilling Service +40D85510C Contrans TI sp. z o.o. +40D855105 Tieline Research Pty Ltd +40D8550FF YUYAMA MFG.CO.,LTD. +40D8550F9 Invisua Lighting BV +40D8550FA Marmitek BV +40D8550D6 deskontrol electronics +40D85511F KOMPAN Pawel Sokolowski +40D85511C DEUTA-WERKE GmbH +40D855116 Uniscan LLC +40D855129 DSP DESIGN +40D855125 Scandyna A/S +40D8550F2 SigmaPhi Electronics +40D85507C Agramkow Fluid Systems A/S +40D8550BB Whiptail +40D8550B7 ACD Elektronik GmbH +40D855095 Heart Force Medical +40D855097 Burton Technical Services LLC +40D855091 KDT +40D85508C Magnescale Co.,Ltd +40D855085 Peek Traffic Corporation +40D855076 INTERNET PROTOCOLO LOGICA SL +40D855072 CT Company +40D85506A elgris +40D8550C1 Xepto Computing Inc +40D8550A8 Baudisch Electronic GmbH +40D8550A4 Resch Electronic Innovation GmbH +40D85509E NanoPulse, Inc. +40D8550D2 ELAN SYSTEMS +40D8550CE EST Analytical +40D85503D Tekelek Europe Ltd +40D855037 Software Workshop +40D855032 BETTINI SRL +40D85504E Honeywell Aerospace/Intelligent Automation Corp. +40D85504A Gateway Technologies SA de CV +40D855033 Ermes Elettronica s.r.l. +40D855031 Dommel GmbH +40D855028 Integrated Control Corp. +40D85502A Tinkerforge GmbH +40D855022 Digimerge Technology Inc +40D855025 Rosemount Analytical +40D85501C BERG Cloud Limited +40D855018 STANEO SAS +40D855061 Cominfo, Inc. +40D85505D Leica Biosystems +40D855057 Tammermatic Group Oy +40D855012 Sencon Inc. +40D855007 Digital Audio SA +40D855003 AlphaNavigation coltd +0050C2FFA Nupoint Systems Inc. +40D855067 Tronic Control ltd. +0050C2FAA YJSYSTEM +0050C2FD2 Autonomic Controls. Inc +0050C2FDC QUERCUS TECHNOLOGIES, S.L. +0050C2FBE senTec Elektronik GmbH +0050C2FB4 MC-monitoring SA +0050C2F9F Nanjing SAC Power Grid Automation Co., Ltd. +0050C2F92 CONET Solutions GmbH +0050C2FC8 Far South Networks +0050C2F88 RTC Manufacturing Inc. +0050C2F83 GSP Sprachtechnologie GmbH +0050C2F7E TruTeq Wireless (Pty) Ltd +0050C2FE6 Exibea AB +0050C2F21 SEITEC Co. Ltd +0050C2F1B Saia-Burgess Controls AG +0050C2F17 ABB Transmission and Distribution Automation Equipment (Xiamen) Co., Ltd. +0050C2F16 Peter Huber Kältemaschinenbau GmbH +0050C2F4C Enistic Limited +0050C2F48 Midas Technology DBA Phoenix Audio Technologies +0050C2EFD Sanmina +0050C2F5C DSP DESIGN LTD +0050C2F5B Saia-Burgess Controls AG +0050C2F56 Monsoon Solutions, Inc. +0050C2F51 NDC Infrared Engineering, Inc. +0050C2F6A OFI Inc. (dba 2D2C) +0050C2F66 GWT LLC +0050C2F65 Telebyte Inc. +0050C2F60 Deckma GmbH +0050C2F2F Arcos Technologies LTD +0050C2F2B Bio Guard component & technologies +0050C2F2A ACD Elektronik GmbH +0050C2F25 Samway Electronic SRL +0050C2F20 Unfors Instruments AB +0050C2F11 Organis GmbH +0050C2F0D Bluetest AB +0050C2F07 Icon Research Ltd +0050C2F03 Wren Sound Systems +0050C2F79 Tattile srl +0050C2F74 Thor Technologies Pty Ltd +0050C2F42 DSPCon +0050C2F3C Vemco Sp. z o. o. +0050C2F34 Sequip S+E GmbH +0050C2ECC Saia-Burgess Controls AG +0050C2EC8 IBERNEX INGENIERIA, S.L. +0050C2EC2 Ixonos Plc +0050C2E9A Solace Systems +0050C2E96 PROYECSON S.A. +0050C2E90 GS Elektromedizinische Geraete G. Stemple GmbH +0050C2E8C Epec Oy +0050C2EF3 Smart Power Electronics GmbH & Co. KG +0050C2EEF IDTRONIC GmbH +0050C2EE9 QUANTA S.r.l. +0050C2EE5 Cytec Zylindertechnik GmbH +0050C2EAA BAE Systems +0050C2EA4 head +0050C2E86 Multisuns Corporation +0050C2E82 Xplore Technologies Corp +0050C2E7C sp controls, inc +0050C2EBE Global Tecnologia LTDA. +0050C2EB8 dspnor +0050C2EB4 Wishtek Technology, Inc. +0050C2EAE Alyrica Networks +0050C2ED9 Plasmatronics pty ltd +0050C2ED4 TAMAGAWA ELECTRONICS CO.,LTD. +0050C2ED2 Klangspektrum GmbH +0050C2EDF Monitor Business Machines +0050C2E26 Cinetix s.r.l. +0050C2E20 Divelbiss Corporation +0050C2E1F ELVEES +0050C2E1C Saia-Burgess Controls AG +0050C2E48 ITW Reyflex North America +0050C2E47 ENIKA.CZ +0050C2E44 Deuta-Werke GmbH +0050C2E3D Baudisch Electronic GmbH +0050C2E3E Monnit Corp. +0050C2E34 HGL Dynamics +0050C2E33 Morita Technical Center Company +0050C2E30 Goennheimer Elektronic GmbH +0050C2E66 EMAC, Inc. +0050C2E65 IB Elektronik GmbH +0050C2E62 SAE IT-systems GmbH & Co. KG +0050C2E5B CAIPO Automazione Industriale s.r.l. +0050C2E5C MCOPIA Co., Ltd +0050C2E58 Agri-hitech LLC +0050C2E77 Fr. Sauter AG +0050C2E76 Embedded Solution Bank Co., Ltd. +0050C2E6F Leyden Engineering +0050C2E6B Sika Technology AG +0050C2E6C SAMSUNG Electronics Co.,Ltd.(LED Division) +0050C2E29 Fr. Sauter AG +0050C2E10 Radinetworks Co., Ltd +0050C2E09 ATEME +0050C2E16 Jetstream Ltd. +0050C2E15 IHI Scube Co.,Ltd +0050C2E52 Famas System S.p.A. +0050C2E51 Motec Pty Ltd +0050C2E4E Institute For Information Industry +0050C2DAA M & PAUL, INC +0050C2DA6 Manitowoc Ice +0050C2DB6 PROSOFT-SYSTEMS LTD +0050C2DEF Powersense A/S +0050C2DCA Tele Data Control +0050C2DC0 Security Services Group (SSG) +0050C2E03 ICU Scandinavia Schweiz GmbH +0050C2DFF TANTAL ELECTRONICA, SL +0050C2DF9 Jenny Science AG +0050C2DF5 EtherLight +0050C2DE8 Visual Productions +0050C2DD4 SYSTECH +0050C2D2C Schneider Electric Motion USA +0050C2D25 VAF Instruments BV +0050C2D26 RCH GROUP +0050C2D22 eMDee Technology, Inc. +0050C2D1C Recon Dynamics, LLC +0050C2D1B TECHKON GmbH +0050C2D18 Glyn GmbH & Co.KG +0050C2D12 Tokyo Weld Co.,Ltd. +0050C2D0E Weinert Engineering GmbH +0050C2D56 SELEX Communications Limited +0050C2D53 Telemerkki Oy +0050C2D4C DALOG Diagnosesysteme GmbH +0050C2D48 Watermark Estate Management Services, LLC +0050C2D9C Gamber Johnson LLC +0050C2D99 T-Industry, s.r.o. +0050C2D60 Nihon Kessho Koogaku Co., Ltd. +0050C2D5D GLOBALCOM ENGINEERING SRL +0050C2D40 demmel products +0050C2D3A WellSense Technologies +0050C2D39 Apex NV +0050C2D36 Enatel Limited +0050C2D2F Key Systems, Inc. +0050C2D30 ACTIV Financial Systems, Inc. +0050C2D7B OWITA GmbH +0050C2D74 Computech International +0050C2D71 EMAC, Inc. +0050C2D6A A&T Corporation, Electrics Group , LAS R&D Unit, +0050C2D67 KLING & FREITAG GmbH +0050C2D85 VITEC +0050C2D7E LYNX Technik AG +0050C2D92 Manz +0050C2D8F Syes srl +0050C2D88 T+A elektroakustik GmbH & Co KG +0050C2CED AeroMechanical Services Ltd, FLYHT +0050C2D08 Reimesch Kommunikationssysteme GmbH +0050C2D07 IAF GmbH +0050C2D01 Aanderaa Data Instruments +0050C2CF7 Armour Home Electronics LTD +0050C2C6E TBS Holding AG +0050C2C71 Sequoia Technology Group Ltd +0050C2C69 REBO CO.,LTD. +0050C2C67 Practical Control Ltd +0050C2C68 Broadsoft PacketSmart, Inc. +0050C2C64 Pal Software Service Co.,Ltd. +0050C2C5F Icon Time Systems +0050C2C5E CellPlus technologies, Inc. +0050C2C5D SweMet AB +0050C2C9A PACOMP Sp. z o.o. +0050C2C98 Criticare Systems, Inc +0050C2C95 IPSES S.r.l. +0050C2C8F Keith & Koep GmbH +0050C2C8B OCAS AS +0050C2C8E SDD ITG +0050C2CD1 ACD Elektronik GmbH +0050C2CCA SANMINA SHENZHEN +0050C2CC0 World Time Solutions Limited +0050C2CBD Hi Tech Electronics Ltd +0050C2CE1 Satellink Inc. +0050C2CDE Axotec Technologies GmbH +0050C2CDB RUTTER INC +0050C2CD4 SCHRAML GmbH +0050C2CA9 Intelligent Devices +0050C2CA4 Vox Technologies +0050C2CA2 The Logical Company +0050C2C9F xxter b.v. +0050C2C86 Bruckner & Jarosch Ingenieurgesellschaft mbH +0050C2C84 DOMIS +0050C2C85 Peek Traffic Corporation +0050C2C80 Reko-vek +0050C2C7B Honeywell +0050C2C73 Industry Controls, Inc. +0050C2C72 Quail +0050C2CB6 Krontek Pty Ltd +0050C2CB3 Deuta-Werke GmbH +0050C2CAE Campbell Scientific Canada Corp. +0050C2CAC PURVIS Systems Incorporated +0050C2C41 COMPRION GmbH +0050C2C3F ANXeBusiness Corporation +0050C2C3C ELSIST S.r.l. +0050C2C37 B.E.A.R. Solutions (Australasia) Pty, Ltd +0050C2C32 Procon Electronics +0050C2C2F REFLEX CES +0050C2C01 QUERCUS TECHNOLOGIES, S.L. +0050C2BFE Ingeteam Paneles S.A.U. +0050C2BF7 Phytec Messtechnik GmbH +0050C2BF4 Monarch Innovative Technologies Pvt Ltd +0050C2C5A Commotive A/S +0050C2C55 Watterott electronic +0050C2C53 Eilersen Electric A/S +0050C2C50 Beceem Communications, Inc. +0050C2C4B R.V.R. elettronica s.p.a. +0050C2C49 Elektronic Thoma GmbH +0050C2C46 QNE GmbH & Co. KG +0050C2BD3 Postjet Systems Ltd +0050C2BC9 Nextmove Technologies +0050C2BAA NetworkFX Communications, LLC +0050C2BA8 Peek Traffic Corporation +0050C2BA9 SISS Technology Inc. +0050C2B9F AUDIOSCOPE 2K SRL +0050C2BA0 txtr GmbH +0050C2B9E Saia-Burgess Controls AG +0050C2C28 ELREHA GmbH +0050C2C25 Private +0050C2C1E Peperoni-Light +0050C2C1A SAM Co., Ltd. +0050C2BBF Phytec Messtechnik GmbH +0050C2BB2 St Michael Strategies Inc +0050C2BB3 ClimateWell AB (publ) +0050C2C15 INO - Institut National d'Optique +0050C2C12 OKI DENKI BOHSAI CO.,LTD. +0050C2C0B ProSourcing GmbH +0050C2C08 juiceboss +0050C2BED Touch Revolution Inc. +0050C2BEA Daeyoung inc. +0050C2BE3 Jiskoot Ltd +0050C2BE0 Phaedrus Limited +0050C2B5A GREEN Center s.r.o. +0050C2B59 SLICAN sp. z o.o. +0050C2B54 APG CASH DRAWER +0050C2B77 KRISTECH +0050C2B6E Private +0050C2B6D Sound Metrics Corp +0050C2B63 RO.VE.R. Laboratories S.p.A +0050C2B64 FEW Bauer GmbH +0050C2B15 PhotoTelesis LP +0050C2B47 MCS MICRONIC Computer Systeme GmbH +0050C2B96 Onix Electronic Systems Inc +0050C2B95 Rx Monitoring Services +0050C2B8C Keith & Koep GmbH +0050C2B8B FBB +0050C2B1F SCA Schucker GmbH & Co. +0050C2B81 GHL Advanced Technolgy GmbH & Co. KG +0050C2B82 TANABIKI Inc. +0050C2B78 Folink +0050C2B3D AMS +0050C2B33 Numcore Ltd +0050C2B29 Integra LifeSciences (Ireland) Ltd +0050C2B0B Honeywell +0050C2AD3 Peek Traffic Corporation +0050C2AD0 Geonautics Australia Pty Ltd +0050C2AC9 Steinbeis-Transferzentrum Embedded Design und Networking +0050C2AC6 Marathon Products, Inc. +0050C2AA2 ELPA sas +0050C2AA1 ELREM ELECTRONIC AG +0050C2A9E Procon Engineering Limited +0050C2A98 Sentry 360 Security +0050C2A94 Par-Tech, Inc. +0050C2AE7 Redwood Systems +0050C2AE4 Advanced Electronic Designs, Inc. +0050C2ADA Essepie Srl +0050C2A8E BFI Industrie-Elektronik GmbH & Co.KG +0050C2A89 CA Traffic Ltd +0050C2A84 Lino Manfrotto +Co spa +0050C2A81 BPC circuits Ltd +0050C2A7B Orange Tree Technologies +0050C2A77 Keith & Koep GmbH +0050C2A7A DetNet South Africa PTY (LTD) +0050C2A70 Reliable System Services Corp +0050C2A71 Purite Ltd +0050C2B01 HSR Harald L. Reuter +0050C2AEC Fritz Pauker Ingenieure GmbH +0050C2ABF MCC Computer Company +0050C2ABC Barrick +0050C2AB2 ProCom Systems, Inc. +0050C2AA8 Nexans Cabling Solutions +0050C2AAB BRS Sistemas Eletrônicos +0050C2AAC VisiCon GmbH +0050C29C3 GE Security-Kampro +0050C29BF 2N TELEKOMUNIKACE a.s. +0050C29B5 Telegamma srl +0050C29B6 ACTECH +0050C2A14 Elbit Systems of America - Tallahassee Operations +0050C2A0A ACD Elektronik GmbH +0050C2A04 TP Radio +0050C2A00 Technovare Systems +0050C2A6D DTV Innovations +0050C2A66 DVTech +0050C2A67 GSS Avionics Limited +0050C2A63 EMS Industries +0050C2A5D MECC CO., LTD. +0050C2A59 GSP Sprachtechnologie GmbH +0050C2A3B IPcontrols GmbH +0050C2A35 Appareo Systems, LLC +0050C2A31 Coolit Systems, Inc. +0050C2A2B APRILIA RACING S.R.L. +0050C2A26 Preferred Oil, LLC +0050C29FA Teranex A Division of Silicon Optix +0050C29F6 Ion Sense Inc. +0050C29E6 Kumho Electric, Inc. +0050C29E2 E-ViEWS SAFETY SYSTEMS, INC +0050C29DC FTM Marketing Limited +0050C29D8 SAMSUNG HEAVY INDUSTRIES CO.,LTD. +0050C2A53 Quality & Design +0050C2A4F Deuta GmbH +0050C2A49 Wayne Dalton Corp. +0050C2A45 Sofradir-EC +0050C2A3F LHA Systems CC +0050C2A22 Nippon Manufacturing Service Corporation (abbreviated as 'nms') +0050C2A1E MAMAC Systems, Inc. +0050C2A18 Eoslink +0050C29D2 Saia-Burgess Controls AG +0050C29CE Ronan Engineering +0050C29C8 ethermetrics +0050C2933 Saia-Burgess Controls AG +0050C2934 Xilar Corp. +0050C292F Phytec Messtechnik GmbH +0050C2925 PHB Eletronica Ltda. +0050C296E Peek Traffic Corporation +0050C296A Bittium Wireless Ltd +0050C2964 IQ Automation GmbH +0050C2941 Rolbit +0050C293E RCS Communication Test Systems Ltd. +0050C2939 Mosaic Dynamic Solutions +0050C295C Resurgent Health & Medical +0050C2954 Phytec Messtechnik GmbH +0050C298E Link Technologies, Inc +0050C298D Mecos AG +0050C2560 Procon Electronics +0050C2987 Joinsoon Electronics MFG. Co., Ltd +0050C29AB Electrodata Inc. +0050C29AC Questek Australia Pty Ltd +0050C29A1 ComAp s.r.o +0050C29A2 SAMsystems GmbH +0050C2998 Phytec Messtechnik GmbH +0050C2997 Depro Électronique +0050C294B Piller engineering Ltd. +0050C2946 MEGWARE Computer GmbH +0050C2978 LOGITAL DIGITAL MEDIA srl +0050C2929 Flight Deck Resources +0050C291F 2NCOMM DESIGN SRL +0050C2920 Rogue Engineering Inc. +0050C291B Embedded Data Systems, LLC +0050C2915 Verint Systems Ltd. +0050C2916 CHK GridSense P/L +0050C28C3 Byte Paradigm +0050C28BE The Pennsylvania State University +0050C28B9 ACD Elektronik GmbH +0050C28B4 Sandar Telecast AS +0050C28DC Frame Systems Limited +0050C28D7 Polygon Informatics Ltd. +0050C28D2 TTi Ltd +0050C28CD Cambridge Sound Management, LLC +0050C28EB C-COM Satellite Systems Inc. +0050C28E6 Sandel Avionics, Inc. +0050C28E1 Deutscher Weterdienst +0050C28A0 Specialized Communications Corp. +0050C2895 Marine Communications Limited +0050C288D L3 Communications Nova Engineering +0050C2905 Link Communications, Inc +0050C28FF Luceat +0050C28FA TELIUM s.c. +0050C2911 Vapor Rail +0050C290C LSS GmbH +0050C290B E.ON ES Sverige AB +0050C2907 Cristal Controles Ltee +0050C28AA ATS Elektronik GmbH +0050C28F5 tec5 AG +0050C28F0 Xentras Communications +0050C285E Radiometer Medical ApS +0050C2859 Nuvation +0050C2854 Ratioplast-Optoelectronics GmbH +0050C2845 VisualSonics Inc. +0050C2841 Connection Electronics Ltd. +0050C2840 Residential Control Systems +0050C2837 ID-KARTA s.r.o. +0050C286F b-plus GmbH +0050C2865 Persy Control Services B.v. 0050C2720 Colorado Engineering Inc. -0050C2721 Spectrum Communications FZE -0050C2722 Centric TSolve BV -0050C2723 Power Electronics -0050C2724 HSC-Regelungstechnik GmbH -0050C2725 DSP DESIGN -0050C2726 eta systemi CKB -0050C2727 Pelweckyj Videotechnik GmbH -0050C2728 InterDigital Canada Ltd -0050C2729 SP Controls, Inc -0050C272A Phytec Messtechnik GmbH -0050C272B Sequestered Solutions -0050C272C Richard Griessbach Feinmechanik GmbH -0050C272D Physical Acoustics Corporation -0050C272E SNCF EIM PAYS DE LOIRE -0050C272F Priority Electronics Ltd -0050C2730 haber & koenig electronics gmbh -0050C2731 Spirent Communications -0050C2732 Schlumberger K.K. -0050C2733 Cimetrics Research Pty Ltd -0050C2734 CardioMEMS Inc. -0050C2735 Ant Lamp, Inc -0050C2736 Nika Ltd -0050C2737 Teradici Corporation -0050C2738 Miracom Technology Co., Ltd. -0050C2739 Tattile srl -0050C273A Naturela Ltd. -0050C273B On Air Networks -0050C273C Simicon -0050C273D cryptiris -0050C273E Quantec Networks GmbH -0050C273F MEDAV GmbH -0050C2740 McQuay China -0050C2741 Dain -0050C2742 Fantuzzi Reggiane -0050C2743 Elektro-Top 3000 Ltd. -0050C2744 Avonaco Systems, Inc. -0050C2745 ACISA -0050C2746 Realtronix Company -0050C2747 CDSA Dam Neck -0050C2748 Letechnic Ltd -0050C2749 Affolter Technologies SA -0050C274A MONITOR ELECTRONICS LTD -0050C274B STAR-Dundee Ltd -0050C274C Saia-Burgess Controls AG -0050C274D Beceem Communications, Inc. -0050C274E TRONICO -0050C274F German Technologies -0050C2750 Brightlights Intellectual Property Ltd -0050C2751 e&s Engineering & Software GmbH -0050C2752 LOBER, S.A. -0050C2753 ABB -0050C2754 Abeo Corporation -0050C2755 Teletek Electronics -0050C2756 Chesapeake Sciences Corp -0050C2757 E S P Technologies Ltd -0050C2758 AixSolve GmbH -0050C2759 Sequentric Energy Systems, LLC -0050C275A Gaisler Research AB -0050C275B DMT System S.p.A. -0050C275C STÖRK-TRONIC Störk GmbH&Co. KG -0050C275D Fluid Analytics, Inc. -0050C275E Sky-Skan, Incorporated -0050C275F B. Rexroth the identity company GmbH -0050C2760 AR'S CO., LTD. -0050C2761 Elbit Systems of America - Fort Worth Operations -0050C2762 Assembly Contracts Limited -0050C2763 XtendWave -0050C2764 Argus-Spectrum -0050C2765 Phytec Messtechnik GmbH -0050C2766 Gutermann Technology GmbH -0050C2767 EID -0050C2768 Control Service do Brasil Ltda -0050C2769 BES GmbH -0050C276A Digidrive Audio Limited -0050C276B Putercom Enterprise Co., LTD. -0050C276C EFG CZ spol. s r.o. -0050C276D Mobilisme -0050C276E Crinia Corporation -0050C276F Control and Robotics Solutions -0050C2770 Cadex Electronics Inc. -0050C2771 ZigBee Alliance -0050C2772 IES Elektronikentwicklung -0050C2773 Pointe Conception Medical Inc. -0050C2774 GeoSIG Ltd. -0050C2775 Laserdyne Technologies -0050C2776 Integrated Security Corporation -0050C2777 Euro Display Srl -0050C2778 SunGard Vivista -0050C2779 Coral Telecom Ltd -0050C277A Smith Meter, Inc -0050C277B Itibia Technologies, Inc. -0050C277C ATEC SRL -0050C277D Lincoln Industrial -0050C277E Cominfo Inc. +0050C2824 SMT d.o.o. +0050C2820 TESCAN, s.r.o. +0050C281A InfoGLOBAL +0050C2832 S1nn GmbH & Co. KG +0050C282E LogiCom GmbH +0050C282A VDC Display Systems +0050C2806 CET +0050C2802 Private +0050C27FC TIS Dialog LLC +0050C27F8 Wise Industria de Telecomunicações Ldta. +0050C2816 Intelight Inc. +0050C2810 Alphion Corporation +0050C280C Luxpert Technologies Co., Ltd. +0050C284F Gamber-Johnson LLC +0050C284A Keystone Electronic Solutions +0050C2883 Neocontrol Soluções em Automação +0050C2879 MILESYS +0050C2787 Austco Communication Systems Pty Ltd 0050C277F ACD Elektronik GmbH -0050C2780 IQ Solutions GmbH & Co. KG -0050C2781 Starling Advanced Communications -0050C2782 Phytec Mestechnik GmbH -0050C2783 NORMA systems GmbH +0050C2775 Laserdyne Technologies +0050C276F Control and Robotics Solutions +0050C276A Digidrive Audio Limited +0050C2766 Gutermann Technology GmbH +0050C27A5 Quantum Medical Imaging +0050C27A0 MedAvant Healthcare +0050C279B Schniewindt GmbH & Co. KG +0050C27E1 Zeltiq Aesthetics, Inc. +0050C27D7 Newtec A/S 0050C2784 Lewis Controls Inc. -0050C2785 Icon Time Systems -0050C2786 Keith & Koep GmbH -0050C2787 Austco Communication Systems Pty Ltd -0050C2788 HOSA TECHNOLOGY, INC. -0050C2789 Rosslare Enterprises Limited -0050C278A LEVEL TELECOM -0050C278B OMICRON electronics GmbH -0050C278C Giga-tronics, Inc. -0050C278D Telairity -0050C278E GLOBALCOM ENGINEERING SRL -0050C278F ELMAR electronic -0050C2790 GE Security-Kampro +0050C27D0 Radar Tronic ltd. 0050C2791 M Squared Lasers Limited -0050C2792 SMARTRO Co.,Ltd. -0050C2793 Enertex Bayern GmbH -0050C2794 COMSONICS, INC. -0050C2795 Ameli Spa -0050C2796 DORLET S.A. -0050C2797 Tiefenbach Control Systems GmbH -0050C2798 Indefia -0050C2799 AAVD -0050C279A JMC America, LLC -0050C279B Schniewindt GmbH & Co. KG -0050C279C Vital Systems Inc -0050C279D MiraTrek -0050C279E Benshaw Canada Controls, Inc. -0050C279F ZAO NPC -0050C27A0 MedAvant Healthcare -0050C27A1 Field Design Service -0050C27A2 RaySat Israel LTD -0050C27A3 ABB Transmission and Distribution Automation Equipment (Xiam -0050C27A4 Calibre UK LTD -0050C27A5 Quantum Medical Imaging -0050C27A6 ASIANA IDT -0050C27A7 Guidance Navigation Limited -0050C27A8 Integrated Design Tools, Inc. -0050C27A9 Delta Tau Data Systems, Inc -0050C27AA Grupo Epelsa S.L. -0050C27AB General Microsystems Sdn Bhd -0050C27AC IUSA SA DE CV -0050C27AD Turun Turvatekniikka Oy -0050C27AE Global Tel-Link -0050C27AF C2 Microsystems -0050C27B0 IMP Telekom -0050C27B1 ATEME -0050C27B2 A.D.I Video technologies -0050C27B3 Elmec, Inc. -0050C27B4 T 1 Engineering -0050C27B5 DIT-MCO International -0050C27B6 Alstom (Schweiz) AG -0050C27B7 TATTILE SRL -0050C27B8 Design 2000 Pty Ltd -0050C27B9 Technovare Systems, Inc. -0050C27BA Infodev Electronic Designers Intl. -0050C27BB InRay Solutions Ltd. -0050C27BC EIDOS SPA -0050C27BD PROMATE ELECTRONIC CO.LTD -0050C27BE Powerlinx, Inc. -0050C27BF Zoe Medical -0050C27C0 European Industrial Electronics B.V. -0050C27C1 Primary Integration Encorp LLC -0050C27C2 DSR Information Technologies Ltd. -0050C27C3 AST INCORPORATED -0050C27C4 MoBaCon -0050C27C5 Venture Research Inc. -0050C27C6 Lyngdorf Audio Aps -0050C27C7 Pyrosequencing AB +0050C278C Giga-tronics, Inc. 0050C27C8 Fr. Sauter AG -0050C27C9 Bluebell Opticom Limited -0050C27CA CEDAR Audio Limited -0050C27CB ViewPlus Technologies, Inc. -0050C27CC SWECO JAPS AB -0050C27CD Precision MicroControl Corporation -0050C27CE AirCell Inc. -0050C27CF Emitech Corporation -0050C27D0 Radar Tronic ltd. -0050C27D1 Phytec Messtechnik GmbH -0050C27D2 Bittitalo Oy -0050C27D3 Highrail Systems Limited -0050C27D4 WR Systems, Ltd. -0050C27D5 Deuta-Werke GmbH -0050C27D6 International Mining Technologies -0050C27D7 Newtec A/S -0050C27D8 InnoScan K/S -0050C27D9 Volumatic Limited -0050C27DA HTEC Limited -0050C27DB Mueller Elektronik -0050C27DC aiXtrusion GmbH -0050C27DD LS Elektronik AB -0050C27DE Cascade Technologies Ltd -0050C27DF PRIVATE -0050C27E0 C&D Technologies, Inc -0050C27E1 Zeltiq Aesthetics, Inc. -0050C27E2 DIGITROL LTD -0050C27E3 Progentech Limited -0050C27E4 Meta Vision Systems Ltd. -0050C27E5 Nystrom Engineering -0050C27E6 Empirix Italy S.p.A. -0050C27E7 V2Green, Inc. -0050C27E8 Mistral Solutions Pvt. Ltd -0050C27E9 Sicon s.r.l. -0050C27EA Monitor Business Machines Ltd. +0050C27C3 AST INCORPORATED +0050C27BE Powerlinx, Inc. +0050C27B9 Technovare Systems, Inc. +0050C27B4 T 1 Engineering +0050C27AF C2 Microsystems 0050C27EB Sesol Industrial Computer -0050C27EC Lyngsoe Systems -0050C27ED Genesis Automation Inc. -0050C27EE NH Research -0050C27EF GFI Chrono Time -0050C27F0 Network Harbor, Inc. -0050C27F1 STUHL Regelsysteme GmbH -0050C27F2 Logotherm Regelsysteme GmbH -0050C27F3 SOREC -0050C27F4 Wireless Cables Inc -0050C27F5 ACE Carwash Systems -0050C27F6 Saia-Burgess Controls AG -0050C27F7 MangoDSP -0050C27F8 Wise Industria de Telecomunicações Ldta. -0050C27F9 Karl DUNGS GmbH & Co. KG -0050C27FA AutomationX GmbH -0050C27FB Qtron Pty Ltd -0050C27FC TIS Dialog LLC -0050C27FD Adeneo -0050C27FE Wireless Cables Inc. -0050C27FF Shenzhen MaiWei Cable TV Equipment CO.,LTD. -0050C2800 Delphi Display Systems, Inc. -0050C2801 JANUS srl -0050C2802 PRIVATE -0050C2803 dB Broadcast Limited -0050C2804 SoftSwitching Technologies -0050C2805 MultimediaLED -0050C2806 CET -0050C2807 TECHNOMARK -0050C2808 ITB CompuPhase -0050C2809 Varma Electronics Oy -0050C280A Phytec Messtechnik GmbH -0050C280B Open Video, Inc. -0050C280C Luxpert Technologies Co., Ltd. -0050C280D Acube Systems s.r.l. -0050C280E Bruno International Ltd. -0050C280F Selekron Microcontrol s.l. -0050C2810 Alphion Corporation -0050C2811 Open System Solutions Limited -0050C2812 Femto SA -0050C2813 Intelleflex Corporation -0050C2814 Telvent -0050C2815 microC Design SRL -0050C2816 Intelight Inc. -0050C2817 Odin TeleSystems Inc -0050C2818 Wireless Value BV -0050C2819 Cabinplant A/S -0050C281A InfoGLOBAL -0050C281B Brain Tech Co., Ltd -0050C281C Telcom -0050C281D IT SALUX CO., LTD. -0050C281E Channelot Ltd. -0050C281F 2N TELEKOMUNIKACE a.s. -0050C2820 TESCAN, s.r.o. -0050C2821 MISCO Refractometer -0050C2822 Winner Technology Co, Ltd. -0050C2823 Robot Visual Systems GmbH -0050C2824 SMT d.o.o. -0050C2825 Funkwerk Information Technologies Karlsfeld GmbH -0050C2826 HEWI Heinrich Wilke GmbH -0050C2827 Enero Solutions inc. -0050C2828 SLICAN sp. z o.o. -0050C2829 Intellectronika -0050C282A VDC Display Systems -0050C282B Keith & Koep GmbH -0050C282C Vitel Net -0050C282D Elmec, Inc. -0050C282E LogiCom GmbH -0050C282F Momentum Data Systems -0050C2830 CompuShop Services LLC -0050C2831 St Jude Medical, Inc. -0050C2832 S1nn GmbH & Co. KG -0050C2833 LaserLinc, Inc. -0050C2834 ANTEK GmbH -0050C2835 Communications Laboratories Inc -0050C2836 DSP DESIGN -0050C2837 ID-KARTA s.r.o. -0050C2838 T PROJE MUHENDISLIK DIS. TIC. LTD. STI. -0050C2839 IMS Röntgensysteme GmbH -0050C283A Syr-Tec Engineering & Marketing -0050C283B O. Bay AG -0050C283C hema electronic GmbH +0050C2734 CardioMEMS Inc. +0050C2730 haber & koenig electronics gmbh +0050C272A Phytec Messtechnik GmbH +0050C2752 LOBER, S.A. +0050C274E TRONICO +0050C2748 Letechnic Ltd +0050C2704 The Dini Group, La Jolla inc. +0050C26FC Acte Sp. z o.o. +0050C2762 Assembly Contracts Limited +0050C275C STÖRK-TRONIC Störk GmbH&Co. KG +0050C2758 AixSolve GmbH +0050C26F2 Laser Electronics Ltd +0050C26E8 Anymax +0050C270F Zumbach Electronic AG +0050C2709 RO.VE.R. Laboratories S.p.A +0050C2744 Avonaco Systems, Inc. +0050C273E Quantec Networks GmbH +0050C273A Naturela Ltd. +0050C2726 eta systemi CKB +0050C2719 ennovatis GmbH +0050C26DE Laser Tools & Technics Corp. +0050C2685 Datamars SA +0050C267F Phytec Messtechnik GmbH +0050C267B Sparton Electronics +0050C2675 Kenton Research Ltd +0050C26D4 Etani Electronics Co.,Ltd. +0050C26B6 CommoDaS GmbH +0050C26AC Thales UK +0050C26A6 Victory Concept Industries Ltd. +0050C26A1 PRICOL LIMITED +0050C2661 P.C.E. +0050C265D Redfone Communications LLC +0050C265E Cantion A/S +0050C2653 Doble Engineering +0050C2654 PaloDEx Group Oy +0050C2657 MONYTEL S.A. +0050C269D Dvation.co.,Ltd +0050C2699 Bulletendpoints Enterprises Inc +0050C2693 Tech Comm, Inc. +0050C268F BERTRONIC SRL +0050C2689 RF Code, Inc. +0050C2671 Skyline Products, Inc +0050C266B flsystem +0050C264D Tera Information System Labs +0050C2643 Enatel Limited +0050C2649 Pan-STARRS +0050C264A CPqD +0050C263E T2 Communication Ltd +0050C26CA Dynamic Hearing Pty Ltd +0050C26C0 GLOSTER SANTE EUROPE +0050C263A 3DSP Corporation +0050C2636 dSPACE GmbH +0050C2630 Aurora Flight Sciences +0050C262C AirMatrix, Inc. +0050C25F1 Technomarine JSC +0050C25EA Micro Elektronische Producten +0050C25E7 EADS TEST & SERVICES +0050C2618 Intergrated Security Mfg. Ltd +0050C2612 IHP-GmbH +0050C260F Kommunikations- & Sicherheitssysteme Gesellschaft m.b.H +0050C2608 Silex Industrial Automation Ltd. +0050C2626 Winsys Informatica ltda +0050C2622 2N TELEKOMUNIKACE a.s. +0050C2623 SAFELINE SL +0050C261C TestPro Systems, Inc. +0050C2619 Linkbit, Inc. +0050C25C3 KS System GmbH +0050C25C4 ProMik GmbH +0050C25C0 Pyott-Boone Electronics +0050C25B9 Taiwan Video & Monitor +0050C25BA SAIA Burgess Controls AG +0050C25B6 Kontron (Beijing) Technology Co.,Ltd. +0050C25E0 Phytec Messtechnik GmbH +0050C25DB CEGELEC SUD EST +0050C25D7 Synrad, Inc. +0050C25D4 Buyang Electronics Industrial Co., Ltd. +0050C25B0 INCOTEC GmbH +0050C25AC Kinemetrics, Inc. +0050C25A5 Equipos de Telecomunicación Optoelectronicos, S.A. +0050C2605 Swistec GmbH +0050C25FB All-Systems Electronics Pty Ltd +0050C25CE Roke Manor Research Ltd +0050C25CD RADA Electronics Industries Ltd. +0050C25CA Buyang Electronics Industrial Co., Ltd. +0050C25F4 TeamProjects BV +0050C2556 Freiburger BlickZentrum +0050C2555 Control Alternative Solutions, Inc. +0050C252F Gesellschaft für Rationalisierung und Rechentechnik mbH +0050C252E DSP DESIGN +0050C252D Smartcom-Bulgaria AD +0050C2525 VASTech +0050C2523 AMRDEC Prototype Integration Facility +0050C258E Penny & Giles Aerospace Ltd +0050C258B Innovative Dynamics GmbH +0050C2584 Toyota Motorsport GmbH +0050C2581 Devitech ApS +0050C251B Beta Lasermike Ltd +0050C2519 DBMCORP, Inc. +0050C259E Legerity +0050C259F ads-tec GmbH +0050C2595 Callpod, Inc. +0050C2598 Bundesamt für Strahlenschutz +0050C2567 Tess GmbH +0050C2563 ORTRAT, S.L. +0050C2564 Last Mile Gear +0050C255F Moog Broad Reach +0050C2537 DST CONTROL AB +0050C2538 EtherTek Circuits +0050C2539 Detection Technology Inc. +0050C2575 SOLYSTIC +0050C257A Pigeon Point Systems LLC +0050C2571 Oberon Service srl +0050C256D Computrol Fuel Systems Inc. +0050C256E LAB-EL ELEKTRONIKA LABORATORYJNA S.J. +0050C254C Sintecnos srl +0050C254B Innopsys +0050C2541 WAVES SYSTEM +0050C2542 AVerMedia Technologies, Inc. +0050C2509 Hillcrest Laboratories, Inc. +0050C250C AIRWISE TECHNOLOGY CO., LTD. +0050C2502 Criterion Systems Limited +0050C24A9 Faber Electronics BV +0050C24A6 BUYANG ELECTRONICS INDUSTRIAL CO., LTD. +0050C2490 Cloanto Corporation +0050C248F DENGYOSHA co.,LTD. +0050C2486 Safegate International AB +0050C24EE Beijing Corelogic Communication Co., Ltd. +0050C24EB Mandozzi Elettronica SA +0050C24BC Saia Burgess Controls AG +0050C24B9 Rose Technologies +0050C24B2 TESLA, a.s. +0050C24AE ads-tec GmbH +0050C24AD OpenPeak, Inc. +0050C24E4 Embigence GmbH +0050C24E1 SS Telecoms CC +0050C24DA MEDIORNET GmbH +0050C24FF Dakty GmbH +0050C24F8 Prodco International Inc. +0050C24F5 Monroe Electronics, Inc. +0050C249F GCS, Inc +0050C2499 Trellia Networks +0050C24D0 RCS Energy Management Ltd +0050C24C6 Rubin Ltd. +0050C24C3 Quantum3D, Inc. +0050C2430 Arcom Digital +0050C2426 STOM System +0050C2429 Matthews Australasia +0050C242A DSP DESIGN +0050C2420 Boundless Technologies +0050C243A ProDesign GmbH +0050C243D Ann Arbor Sensor Systems LLC +0050C2434 ImperativeNetworks +0050C2433 Idetech Europe S.A. +0050C2408 TERN, Inc. +0050C240B Center VOSPI JSC +0050C240C Applied Materials UK Ltd +0050C2401 Promess Incorporated +0050C2402 Numeron Sp. z o.o. +0050C23FE HaiVision Systems Inc +0050C23F8 Superna Ltd +0050C23F9 Sintium Ltd +0050C247C AUCONET GmbH +0050C247B Pitney Bowes, Inc +0050C241F Avionica, Inc +0050C241C Infrasafe, Inc. +0050C2415 SensoTech GmbH +0050C2416 SELCO s.r.l. +0050C2412 TSB Solutions Inc. +0050C2464 XYTAC system technologies +0050C2461 TATTILE SRL +0050C245A Funkwerk plettac electronic GmbH +0050C2457 Danbridge +0050C2450 Enconair Ecological Chambers Inc. +0050C244C Computime Systems UK Ltd. +0050C244B Solace Systems, Inc. +0050C2444 Offshore Systems Ltd +0050C243E Coppercom +0050C246E Avenir Technologies Inc. +0050C246B EASYTECH GmbH +0050C23E6 CRDE +0050C23E1 NeuLion Incorporated +0050C23DE ABB Power Technologies S.p.A. Unità Operativa SACE (PTMV) +0050C23D1 Braintronics BV +0050C23D7 TTC TELEKOMUNIKACE Ltd +0050C23D2 Adilec Enginyeria SL +0050C239B YUYAMA MFG. CO., LTD. +0050C2396 RapidWave Inc. +0050C23AF Norbit ODM AS +0050C2383 ICS Electronics +0050C23AC InAccess Networks +0050C23AA Networked Robotics Corporation +0050C23A5 LabJack Corporation +0050C23A0 StreetFire Sound Labs, LLC +0050C23B9 Gilbarco Autotank AB +0050C237B freescale semiconductor +0050C237E Ni.Co. S.r.l. +0050C2371 DIGITAL ART SYSTEM +0050C236E Minicom Advanced Systems Ltd +0050C23F4 MC TECHNOLOGY GmbH +0050C23F7 Advantage R&D +0050C23EF PAT Industries, DBA Pacific Advanced Technology +0050C23EE Commoca, Inc +0050C23ED The Board Room Inc. +0050C2391 Esensors, Inc. +0050C238C EPSILON SRL +0050C2386 Precision System Science Co.,Ltd +0050C23CD Micro-Measurements +0050C23C8 Wheels of Zeus Inc. +0050C23C3 4g Technologies, L.P. +0050C2364 Tattile srl +0050C235A Advanced Si-Net Co., LTD. +0050C22CB FACTS Engineering LLC +0050C22CC EMBEDDED TOOLSMITHS +0050C22C1 Stage Tec Entwicklungsgesellschaft für professionelle Audio +0050C22C2 Smarteye Corporation +0050C2353 Crossing Informationssysteme GmbH +0050C2349 SSI Schaefer Peem +0050C234C Chuo Electric Works Co., LTD. +0050C234D BMK professional electronics GmbH +0050C234E ABB Power Technologies S.p.A. Unità  Operativa SACE (PTMV) +0050C2328 I.C.S. Electronics Limited +0050C2318 Milmega Ltd +0050C231D Imarda New Zealand Limited +0050C2315 ifak system GmbH +0050C22FD American Microsystems, Ltd. +0050C22FE Saab AB +0050C22F3 Crossbow Technology, Inc. +0050C2311 Comodo +0050C2308 FiveCo +0050C2307 UNIONDIGITAL.,CO.LTD +0050C22D6 WIS Technologies +0050C22D5 PIXY AG +0050C22E9 SRI International +0050C22EA QUBIsoft S.r.l. +0050C22DF MICREL-NKE +0050C2344 ads-tec GmbH +0050C233F EXYS bvba +0050C2342 St. Michael Strategies +0050C2343 ABB Xiamen Switchgear Co. Ltd. +0050C2332 PUNJAB COMMUNICATIONS LTD +0050C2259 Omicron Ceti AB +0050C2254 Thales Communications Ltd +0050C224F Macronet s.r.l. +0050C224C Supertel +0050C2245 Hauppauge Computer Works, Inc. +0050C22BC Uster Technologies AG +0050C22AF CSA Computer & Antriebstechnik GmbH +0050C229B ACD Elektronik GmbH +0050C22A5 Septier Communication Ltd +0050C227D ALLIED TELESIS K.K. +0050C2273 Servicios Condumex, S. A. de C. V. +0050C2269 Technisyst Pty Ltd +0050C2263 Vansco Electronics Oy +0050C2291 CHAUVIN ARNOUX +0050C2287 TECNEW Electronics Engineering Cr., Ltd. +0050C21E2 DIGITRONIC Automationsanlagen GmbH +0050C21E3 Bluesocket, Inc. +0050C21DF Lulea University of Technology +0050C21D9 EDC +0050C2200 Whittier Mailing Products, Inc. +0050C21FC EDD Srl +0050C21F6 BAE SYSTEMS Controls +0050C2227 Intelligent Photonics Control +0050C2228 Intelligent Media Technologies, Inc. +0050C2224 PANNOCOM Ltd. +0050C223B Envara +0050C2238 Schwer+Kopka GmbH +0050C222E LORD INGENIERIE +0050C2231 Legra Systems, Inc. +0050C221A MST SYSTEMS LIMITED +0050C221D ESG Elektroniksystem u. Logistik GmbH +0050C221E Applied Technologies Associates +0050C2213 SysAware S.A.R.L. +0050C2214 Oshimi System Design Inc. +0050C2210 Innovics Wireless Inc +0050C21D5 Redpoint Controls +0050C21CF LIFETIME MEMORY PRODUCTS, INC. +0050C2206 Windmill Innovations +0050C220A Ferrari electronic AG +0050C2242 MDS SCIEX +0050C2180 Zultys Technologies +0050C2176 Wavium AB +0050C217C Jeffress Engineering Pty Ltd +0050C2172 SAET I.S. S.r.l. +0050C2016 DSP Design Ltd. +0050C2017 Hunter Technology Inc. +0050C2000 T.L.S. Corp. +0050C200C Vbrick Systems Inc. +0050C200D Opus Telecom Inc. +0050C21CB quantumBEAM Limited +0050C21C1 InfinitiNetworks Inc. +0050C21C5 Flander Oy +0050C21BB Email Metering +0050C219D ELECTREX S.R.L +0050C218E SPARR ELECTRONICS LTD +0050C218A Basler Electric Company +0050C2193 LaserBit Communications Corp. +0050C21AD Remia s.r.o. +0050C21A7 Alpha Beta Technologies, Inc. +0050C21A3 Tidel Engineering, L.P. +0050C2186 Pantec Engineering AG +0050C21B7 MosChip USA +0050C21B1 Axes Technologies +0050C2062 Private +0050C216E PMC +0050C2118 Microbit 2.0 AB +0050C2134 DRS Photronics +0050C2131 InBus Engineering, Inc. +0050C2132 Procon Electronics +0050C2128 Pycon, Inc. +0050C2122 Diva Systems +0050C211D Destiny Networks, Inc. +0050C211E Volvo Car Corporation +0050C215C Aoptix Technologies +0050C2157 nCore, Inc. +0050C214D wellink, Ltd. +0050C2139 SR Research Ltd. +0050C213E AVerMedia Systems, Inc. +0050C2166 Infineer Ltd. +0050C2161 J&B Engineering Group S.L. +0050C2095 SEATECH +0050C2152 AirVast Technology Inc. +0050C2148 Alltec GmbH +0050C20E4 Collabo Tec. Co., Ltd. +0050C20DF Innovation Institute, Inc. +0050C20DA Motion Analysis Corp. +0050C2114 Quest Innovations +0050C2113 Ace Electronics, Inc. +0050C20F1 Polyvision Corporation +0050C20D5 Zelax +0050C20D0 Telefrang AB +0050C2107 NewHer Systems +0050C20FD Inducomp Corporation +0050C2102 Million Tech Development Ltd. +0050C20CA J D Richards +0050C210C Photonic Bridges, Inc. +0050C20E9 Smartmedia LLC +0050C209E Infinitec Networks, Inc. +0050C20C7 TransComm Technology System, Inc. +0050C20C3 Tonbu, Inc. +0050C20C0 Imigix Ltd. +0050C20AE Zarak Systems Corp. +0050C20AC Honeywell GNO +0050C20BD Tattile +0050C20B8 LAN Controls, Inc. +0050C20B3 SMX Corporation +0050C20A6 Arula Systems, Inc. +0050C2090 Invensys Controls Network Systems +0050C208B HYPERCHIP Inc. +0050C2086 Validyne Engineering Corp. +0050C2081 Matuschek Messtechnik GmbH +0050C207C PLLB elettronica spa +0050C206F Digital Services Group +0050C2076 Litton Guidance & Control Systems +0050C2043 Curtis, Inc. +0050C2041 Damler Chrysler Rail System (Signal) AB +0050C203C BrainBoxes Ltd +0050C2020 Icon Research Ltd. +0050C2058 Vision Research, Inc. +0050C2051 JSR Ultrasonics +0050C2034 Ing. Buero W. Kanis GmbH +0050C2046 Private +0050C2049 Computer Concepts Corp +0050C2007 Clive Green & Co. Ltd. +0050C27AA Grupo Epelsa S.L. +0050C2447 Grupo Epelsa S.L. 0050C283D beroNet GmbH -0050C283E KPE spol. s r.o. -0050C283F Phytec Messtechnik GmbH -0050C2840 Residential Control Systems -0050C2841 Connection Electronics Ltd. -0050C2842 Quantum Controls BV -0050C2843 Xtensor Systems Inc. -0050C2844 Prodigy Electronics Limited -0050C2845 VisualSonics Inc. -0050C2846 ESP-Planning Co. -0050C2847 Lars Morich Kommunikationstechnik GmbH -0050C2848 DASA ROBOT Co., Ltd. -0050C2849 Design Analysis Associates, Inc. -0050C284A Keystone Electronic Solutions -0050C284B TASK SISTEMAS DE COMPUTACAO LTDA -0050C284C Performance Motion Devices -0050C284D BMTI -0050C284E DRACO SYSTEMS -0050C284F Gamber-Johnson LLC -0050C2850 K.K. Rocky -0050C2851 SPJ Embedded Technologies Pvt. Ltd. -0050C2852 eInfochips Ltd. -0050C2853 Ettus Research LLC -0050C2854 Ratioplast-Optoelectronics GmbH -0050C2855 Rohde & Schwarz Topex SA -0050C2856 CT Company -0050C2857 Grupo Epelsa S.L. -0050C2858 Wireless Acquisition LLC -0050C2859 Nuvation -0050C285A ART s.r.l. -0050C285B Boreste -0050C285C B S E -0050C285D Ing. Knauseder Mechatronik GmbH -0050C285E Radiometer Medical ApS -0050C285F General Dynamics C4 Systems -0050C2860 Eutron S.p.A. -0050C2861 Grantronics Pty Ltd -0050C2862 Elsys AG -0050C2863 Advanced Technology Solutions -0050C2864 ATG Automatisierungstechnik GERA GmbH -0050C2865 Persy Control Services B.v. -0050C2866 Saia Burgess Controls AG -0050C2867 Syntronics -0050C2868 Aethon, Inc. -0050C2869 Funkwerk plettac electronic GmbH -0050C286A USM Systems, Ltd -0050C286B OMB Sistemas Electronicos S.A. -0050C286C Condigi Televagt A/S -0050C286D Tieline Research Pty Ltd -0050C286E HANYANG ELECTRIC CP., LTD -0050C286F b-plus GmbH -0050C2870 LOGEL S.R.L. -0050C2871 R-S-I Elektrotechnik GmbH & Co. KG -0050C2872 Oliotalo - Objecthouse Oy -0050C2873 XRONET Corporation -0050C2874 Arcos Technologies Ltd. -0050C2875 Phytec Messtechnik GmbH -0050C2876 Privatquelle Gruber GmbH & CO KG -0050C2877 Motion Analysis Corp -0050C2878 Acoustic Research Laboratories Pty Ltd -0050C2879 MILESYS -0050C287A Spectrum Management, LC -0050C287B UAVNavigation S.L. -0050C287C Arcontia AB -0050C287D AT&T Government Solutions -0050C287E SCM PRODUCTS, INC. -0050C287F Optoelettronica Italia S.r.l. -0050C2880 Creation Technologies Chicago -0050C2881 InnoTrans Communications, Inc. -0050C2882 WARECUBE,INC. -0050C2883 Neocontrol Soluções em Automação -0050C2884 IP Thinking A/S -0050C2885 OOO "NTK "IMOS" -0050C2886 Transas Scandinavia AB -0050C2887 Inventis Technology Pty Limited -0050C2888 IADEA CORPORATION -0050C2889 ACS MOTION CONTROL -0050C288A Continental Electronics Corp. -0050C288B Hollis Electronics Company LLC -0050C288C Z-App Systems -0050C288D L3 Communications Nova Engineering -0050C288E Cardinal Scale Mfg Co -0050C288F Keynote SIGOS GmbH -0050C2890 BAE Systems Hägglunds AB -0050C2891 Admiral Secure Products, Ltd. -0050C2892 Trakce a.s. -0050C2893 EIZO Technologies GmbH -0050C2894 Shockfish SA -0050C2895 Marine Communications Limited -0050C2896 Blankom -0050C2897 ODF Optronics, Inc. -0050C2898 Veeco Process Equipment, Inc. -0050C2899 Inico Technologies Ltd. -0050C289A Neptune Technology Group, Inc. -0050C289B Sensata Technologies, Inc. -0050C289C Mediana -0050C289D Systemtechnik GmbH -0050C289E Broadcast Electronics -0050C289F Datalink Technologies Gateways Inc. -0050C28A0 Specialized Communications Corp. -0050C28A1 Intune Networks Limited -0050C28A2 UAVISION Engenharia de Sistemas -0050C28A3 RTW GmbH & Co.KG -0050C28A4 BALOGH T.A.G Corporation -0050C28A5 Mocon, Inc. -0050C28A6 SELCO -0050C28A7 PIXEYE LTD -0050C28A8 ALTEK ELECTRONICS -0050C28A9 Intelligent Security Systems -0050C28AA ATS Elektronik GmbH -0050C28AB Nanomotion Ltd. -0050C28AC Telsa s.r.l -0050C28AD Thales Communications, Inc -0050C28AE DESARROLLO DE SISTEMAS INTEGRADOS DE CONTROL S.A. -0050C28AF Xelerated -0050C28B0 BK Innovation, Inc. -0050C28B1 RingCube Technologies, Inc. -0050C28B2 SERVAIND SA. -0050C28B3 VTQ Videtronik GmbH -0050C28B4 Sandar Telecast AS -0050C28B5 Keith & Koep GmbH -0050C28B6 Shadrinskiy Telefonny Zavod -0050C28B7 Calnex Solutions Limited -0050C28B8 DSS Networks, Inc. -0050C28B9 ACD Elektronik Gmbh -0050C28BA Fr. Sauter AG -0050C28BB smtag international ag -0050C28BC Honeywell Sensotec -0050C28BD Matrix Switch Corporation -0050C28BE The Pennsylvania State University -0050C28BF ARISTO Graphic Systeme GmbH & Co. KG -0050C28C0 S.C.E. s.r.l. -0050C28C1 Heraeus Noblelight GmbH -0050C28C2 Access Control Systems JSC -0050C28C3 Byte Paradigm -0050C28C4 Soldig Industria e Comercio de Equipamentos Eletronicos LTDA -0050C28C5 Vortex Engineering pvt ltd -0050C28C6 Gradual Tecnologia Ltda. -0050C28C7 Tattile srl -0050C28C8 Pumatronix Equipamentos Eletrônicos Ltda -0050C28C9 A+S Aktuatorik und Sensorik GmbH -0050C28CA Altair semiconductor Ltd -0050C28CB Beonic Corporation -0050C28CC LyconSys GmbH & Co.KG -0050C28CD Cambridge Sound Management, LLC -0050C28CE Phytec Messtechnik GmbH -0050C28CF GigaLinx Ltd. -0050C28D0 Saia-Burgess Controls AG -0050C28D1 Bachmann Monitoring GmbH -0050C28D2 TTi Ltd -0050C28D3 IFAM GmbH -0050C28D4 Internet Protocolo Lógica SL -0050C28D5 Peek Traffic Corp -0050C28D6 UltraVision Security Systems, Inc. -0050C28D7 Polygon Informatics Ltd. -0050C28D8 Array Technologies Inc -0050C28D9 Industrial Control and Communication Limited -0050C28DA DOCUTEMP, INC -0050C28DB DCOM Network Technology (Pty) Ltd -0050C28DC Frame Systems Limited -0050C28DD GIMCON -0050C28DE Coherix, Inc -0050C28DF Dipl.-Ing. W. Nophut GmbH -0050C28E0 Shenzhen Pennda Technologies Co., Ltd. -0050C28E1 Deutscher Weterdienst -0050C28E2 Wireless Cables Inc -0050C28E3 bioMérieux Italia S.p.A. -0050C28E4 MaCaPS International Limited -0050C28E5 Berthel GmbH -0050C28E6 Sandel Avionics, Inc. -0050C28E7 MKT Systemtechnik -0050C28E8 Friedrich Kuhnt GmbH -0050C28E9 UNIDATA -0050C28EA ATEME -0050C28EB C-COM Satellite Systems Inc. -0050C28EC Balfour Beatty Rail GmbH -0050C28ED AT-Automation Technology GmbH -0050C28EE PCSC -0050C28EF Technologies Sensio Inc -0050C28F0 Xentras Communications -0050C28F1 Detection Technologies Ltd. -0050C28F2 Schneider Electric GmbH -0050C28F3 Curtis Door Systems Inc -0050C28F4 Critical Link -0050C28F5 tec5 AG -0050C28F6 K-MAC Corp. -0050C28F7 TGE Co., Ltd. -0050C28F8 RMSD LTD -0050C28F9 Honeywell International -0050C28FA TELIUM s.c. -0050C28FB Alfred Kuhse GmbH -0050C28FC Symetrics Industries -0050C28FD Sindoma Müh Mim Ýnþ Elk San Tic Ltd. -0050C28FE Cross Country Systems AB -0050C28FF Luceat -0050C2900 Magor Communications Corp -0050C2901 Research Applications Incorp -0050C2902 China Railway Signal & Communication Corp. -0050C2903 EcoAxis Systems Pvt. Ltd. -0050C2904 R2Sonic, LLC -0050C2905 Link Communications, Inc -0050C2906 Gidel -0050C2907 Cristal Controles Ltee -0050C2908 Codex Digital Ltd -0050C2909 Elisra Electronic Systems -0050C290A Board Level Limited -0050C290B E.ON ES Sverige AB -0050C290C LSS GmbH -0050C290D EVK DI Kerschhaggl GmbH -0050C290E Phytec Messtechnik GmbH -0050C290F INTEGRA Biosciences AG -0050C2910 Autotank AB -0050C2911 Vapor Rail -0050C2912 ASSET InterTech, Inc. -0050C2913 Selex Sensors & Airborne Systems -0050C2914 IO-Connect -0050C2915 Verint Systems Ltd. -0050C2916 CHK GridSense P/L -0050C2917 CIRTEM -0050C2918 Design Lightning Corp -0050C2919 AHV Systems, Inc. -0050C291A Xtone Networks -0050C291B Embedded Data Systems, LLC -0050C291C MangoDSP -0050C291D Rosendahl Studiotechnik GmbH -0050C291E Automation Tec -0050C291F 2NCOMM DESIGN SRL -0050C2920 Rogue Engineering Inc. -0050C2921 iQue RFID Technologies BV -0050C2922 Metrum Sweden AB -0050C2923 Amicus Wireless -0050C2924 Link Electric & Safety Control Co. -0050C2925 PHB Eletronica Ltda. -0050C2926 DITEST FAHRZEUGDIAGNOSE GMBH -0050C2927 ATIS group s.r.o. -0050C2928 Cinetix GmbH -0050C2929 Flight Deck Resources -0050C292A Rohde & Schwarz Topex SA -0050C292B DSP DESIGN -0050C292C Exatrol Corporation -0050C292D APProSoftware.com -0050C292E Goanna Technologies Pty Ltd -0050C292F Phytec Messtechnik GmbH -0050C2930 NETA Elektronik AS -0050C2931 Korea Telecom Internet Solutions (KTIS) -0050C2932 SMAVIS Inc. -0050C2933 Saia-Burgess Controls AG -0050C2934 Xilar Corp. -0050C2935 Image Video -0050C2936 Margaritis Engineering -0050C2937 BigBear -0050C2938 Postec Data Systems Ltd -0050C2939 Mosaic Dynamic Solutions -0050C293A ALPHATRONICS nv -0050C293B Reliatronics Inc. -0050C293C FractureCode Corporation -0050C293D Lighting Science Group Corporation -0050C293E RCS Communication Test Systems Ltd. -0050C293F TSB Solutions Inc. -0050C2940 Phitek Systems Ltd. -0050C2941 Rolbit -0050C2942 Keith & Koep GmbH -0050C2943 QuanZhou TDX Electronics Co., Ltd. -0050C2944 Wireonair A/S -0050C2945 Ex-i Flow Measurement Ltd. -0050C2946 MEGWARE Computer GmbH -0050C2947 IMEXHIGHWAY cvba -0050C2948 ELECTRONIA -0050C2949 taskit GmbH -0050C294A TRUMEDIA TECHNOLOGIES -0050C294B Piller engineering Ltd. -0050C294C TEMIX -0050C294D C&H technology ltd. -0050C294E Zynix Original Sdn. Bhd. -0050C294F IT-Designers GmbH -0050C2950 Tele and Radio Research Institute -0050C2951 EL.C.A. soc. coop. -0050C2952 Tech Fass s.r.o. -0050C2953 Grupo Epelsa S.L. -0050C2954 Phytec Messtechnik GmbH -0050C2955 Roessmann Engineering -0050C2956 Sicon s.r.l. -0050C2957 STRATEC Control Systems -0050C2958 Sensoptics Ltd -0050C2959 DECTRIS Ltd. -0050C295A TechnoAP -0050C295B AS Solar GmbH -0050C295C Resurgent Health & Medical -0050C295D full electronic system -0050C295E BEEcube Inc. -0050C295F METRONIC APARATURA KONTROLNO - POMIAROWA -0050C2960 kuroneko dennnou kenkyuushitsu -0050C2961 Picsolve International Limited -0050C2962 Shockfish SA -0050C2963 Lécureux SA -0050C2964 IQ Automation GmbH -0050C2965 Emitech Corporation -0050C2966 PCM Industries -0050C2967 Watthour Engineering Co., Inc. -0050C2968 BuLogics, Inc. -0050C2969 Gehrke Kommunikationssysteme GmbH -0050C296A Elektrobit Wireless Communications Ltd -0050C296B Electronic Media Services Ltd -0050C296C Aqua Cooler Pty Ltd -0050C296D Keene Electronics Ltd. -0050C296E Peek Traffic Corporation -0050C296F Varec Inc. -0050C2970 Tsuji Electronics Co.,Ltd -0050C2971 Ipitek -0050C2972 Switch Science (Panini Keikaku) -0050C2973 Systèmes Pran -0050C2974 EMAC, INC. -0050C2975 Pyramid Technical Consultants -0050C2976 SANDS INSTRUMENTATION INDIA PVT LTD -0050C2977 Saia-Burgess Controls AG -0050C2978 LOGITAL DIGITAL MEDIA srl -0050C2979 Far South Networks (Pty) Ltd -0050C297A KST Technology Co., Ltd -0050C297B SMARTQUANTUM SA -0050C297C Creacon Technologies B.V. -0050C297D Soehnle Professional GmbH & Co.KG -0050C297E RF Industries -0050C297F C&I Co.Ltd +0050C23B6 Arecont Vision 0050C2980 Digital Payment Technologies -0050C2981 Novotronik GmbH -0050C2982 Triple Ring Technologies, Inc. -0050C2983 Bogart Engineering -0050C2984 Atel Corporation -0050C2985 Earnestcom Sdn Bhd -0050C2986 DSCI -0050C2987 Joinsoon Electronics MFG. Co., Ltd -0050C2988 Pantel International -0050C2989 Psigenics Corporation -0050C298A MEV Limited -0050C298B TI2000 TECNOLOGIA INFORMATICA 2000 -0050C298C MGM-Devices Oy -0050C298D Mecos AG -0050C298E Link Technologies, Inc -0050C298F BELIK S.P.R.L. -0050C2990 Keith & Koep GmbH -0050C2991 UGL Limited -0050C2992 IDT Sound Processing Corporation -0050C2993 UNETCONVERGENCE CO., LTD -0050C2994 Xafax Nederland bv -0050C2995 Inter Control Hermann Köhler Elektrik GmbH&Co.KG -0050C2996 Commercial Timesharing Inc. -0050C2997 Depro Électronique -0050C2998 Phytec Messtechnik GmbH -0050C2999 Cambustion Ltd -0050C299A Miromico AG -0050C299B Bettini srl -0050C299C CaTs3 Limited -0050C299D Powersense A/S -0050C299E Engage Technologies -0050C299F Sietron Elektronik -0050C29A0 Trs Systems, Inc. -0050C29A1 ComAp s.r.o -0050C29A2 SAMsystems GmbH -0050C29A3 Computerwise, Inc. -0050C29A4 Entwicklung Hard- & Software -0050C29A5 Conolog Corporation -0050C29A6 Metodo2 -0050C29A7 Thales Communications & Security S.A. -0050C29A8 DOMIS SA -0050C29A9 General Dynamics C4 Systems -0050C29AA TEKO TELECOM SpA -0050C29AB Electrodata Inc. -0050C29AC Questek Australia Pty Ltd -0050C29AD Chronos Technology Ltd. -0050C29AE Esensors, Inc. -0050C29AF KRESS-NET Krzysztof Rutecki -0050C29B0 Ebru GmbH -0050C29B1 Bon Hora GmbH -0050C29B2 TempSys -0050C29B3 Kahler Automation -0050C29B4 EUKREA ELECTROMATIQUE SARL -0050C29B5 Telegamma srl -0050C29B6 ACTECH -0050C29B7 St. Michael Strategies -0050C29B8 Sound Player Systems e.K. -0050C29B9 ISA - Intelligent Sensing Anywhere, S.A. -0050C29BA Connor-Winfield -0050C29BB OMICRON electronics GmbH -0050C29BC Vester Elektronik GmbH -0050C29BD Sensitron Semiconductor -0050C29BE Xad Communications Ltd -0050C29BF 2N TELEKOMUNIKACE a.s. -0050C29C0 Stuyts Engineering Haarlem BV -0050C29C1 Tattile srl -0050C29C2 Team Enginers -0050C29C3 GE Security-Kampro -0050C29C4 Vitel Net -0050C29C5 Scansonic MI GmbH -0050C29C6 Protronic GmbH -0050C29C7 Kumera Drives Oy -0050C29C8 ethermetrics -0050C29C9 LUMINEX Lighting Control Equipment -0050C29CA ESAB-ATAS GmbH -0050C29CB NIS-time GmbH -0050C29CC Hirotech, Inc -0050C29CD Uwe Schneider GmbH -0050C29CE Ronan Engineering -0050C29CF Intuitive Surgical, Inc -0050C29D0 J. DITTRICH ELEKTRONIC GmbH & Co. KG -0050C29D1 Bladelius Design Group AB -0050C29D2 Saia-Burgess Controls AG -0050C29D3 Telemetrie Elektronik GmbH -0050C29D4 FIRST -0050C29D5 Netpower Labs AB -0050C29D6 Innovation, Institute, Inc -0050C29D7 Melex Inc. -0050C29D8 SAMSUNG HEAVY INDUSTRIES CO.,LTD. -0050C29D9 CNS Systems, Inc. -0050C29DA NEUTRONIK e.K. -0050C29DB Walter Grotkasten -0050C29DC FTM Marketing Limited -0050C29DD Institut Dr. Foerster -0050C29DE CHAUVIN ARNOUX -0050C29DF CODEC Co., Ltd. -0050C29E0 DST Swiss AG -0050C29E1 Enreduce Energy Control AB -0050C29E2 E-ViEWS SAFETY SYSTEMS, INC -0050C29E3 SAI Informationstechnik -0050C29E4 Pyxis Controls WLL -0050C29E5 Halliburton Far East Pte Ltd -0050C29E6 Kumho Electric, Inc. -0050C29E7 DORLET S.A. -0050C29E8 Hammock Corporation -0050C29E9 Ciemme Sistemi Spa -0050C29EA SISMODULAR - Engenharia, Lda -0050C29EB AFORE Solutions Inc. -0050C29EC Rohde & Schwarz Topex SA -0050C29ED Picell B.V. -0050C29EE Michael Stevens & Partners Ltd -0050C29EF WoKa-Elektronik GmbH -0050C29F0 Veracity UK Ltd -0050C29F1 IDEAS s.r.l. -0050C29F2 Keith & Koep GmbH -0050C29F3 Vision Technologies, Inc. -0050C29F4 FSR Inc. -0050C29F5 Commex Technologies -0050C29F6 Ion Sense Inc. -0050C29F7 Dave Jones Design -0050C29F8 Austco Communication Systems Pty Ltd -0050C29F9 ABB Transmission and Distribution Auto Eqip(Xiamen.China) -0050C29FA Teranex A Division of Silicon Optix -0050C29FB Villbau Kft. -0050C29FC ECTEC INC. -0050C29FD Bitt technology-A Ltd. -0050C29FE SPECTRA EMBEDDED SYSTEMS -0050C29FF Humphrey Products -0050C2A00 Technovare Systems -0050C2A01 Patronics International LTD -0050C2A02 Reference, LLC. -0050C2A03 EEG Enterprises Inc -0050C2A04 TP Radio -0050C2A05 Adgil Design Inc. -0050C2A06 Cloos Schweisstechnik GmbH -0050C2A07 Dynon Instruments -0050C2A08 LabJack Corporation -0050C2A09 Innovative American Technology -0050C2A0A ACD Elektronik Gmbh -0050C2A0B I.D.S. Ingegneria Dei Sistemi S.p.A. -0050C2A0C Phytec Messtechnik GmbH -0050C2A0D CHARLYROBOT -0050C2A0E Engicam srl -0050C2A0F Visualware Inc -0050C2A10 Essential Design & Integration P/L -0050C2A11 OJSC Rawenstvo -0050C2A12 HCE Engineering S.r.l. -0050C2A13 Talyst, Inc. -0050C2A14 Elbit Systems of America - Tallahassee Operations -0050C2A15 Industrial Computing Ltd -0050C2A16 Baudisch Electronic GmbH -0050C2A17 Winners Satellite Electronics Corp. -0050C2A18 Eoslink -0050C2A19 Icon Time Systems -0050C2A1A DDL -0050C2A1B Realtime Systems Ltd. -0050C2A1C Microtechnica -0050C2A1D SAMH Engineering Services -0050C2A1E MAMAC Systems, Inc. -0050C2A1F Flight Data Systems Pty Ltd -0050C2A20 Quorum Technologies Ltd -0050C2A21 ISAC SRL -0050C2A22 Nippon Manufacturing Service Corporation (abbreviated as 'nms') -0050C2A23 Agility Mfg, Inc. -0050C2A24 Grupo Epelsa S.L. -0050C2A25 Saia-Burgess Controls AG -0050C2A26 Preferred Oil, LLC -0050C2A27 meconet e. K. -0050C2A28 KENDA ELECTRONIC SYSTEMS LIMITED -0050C2A29 Luminex Corporation -0050C2A2A Custom Control Concepts -0050C2A2B APRILIA RACING S.R.L. -0050C2A2C KWS-Electronic GmbH -0050C2A2D Inventure Inc. -0050C2A2E Yuyama Mfg. Co., Ltd. -0050C2A2F DragonFly Scientific LLC -0050C2A30 D-TA Systems -0050C2A31 Coolit Systems, Inc. -0050C2A32 Harris Designs of NRV, Inc. -0050C2A33 Fuji Firmware -0050C2A34 Casabyte Inc. -0050C2A35 Appareo Systems, LLC -0050C2A36 Shenzhen Shangji electronic Co.Ltd -0050C2A37 Software Systems Plus -0050C2A38 Tred Displays -0050C2A39 Industrial Data Products Ltd -0050C2A3A Telecor Inc. -0050C2A3B IPcontrols GmbH -0050C2A3C Brähler ICS Konferenztechnik AG -0050C2A3D OWANDY -0050C2A3E DUEVI SNC DI MORA E SANTESE -0050C2A3F LHA Systems CC -0050C2A40 Mosberger Consulting LLC -0050C2A41 Meiryo Denshi Corp. -0050C2A42 RealVision Inc. -0050C2A43 NKS Co.Ltd. -0050C2A44 TORC Technologies -0050C2A45 Sofradir-EC -0050C2A46 Softronics Ltd. -0050C2A47 PRIMETECH ENGINEERING CORP. -0050C2A48 Thales Optronics Limited -0050C2A49 Wayne Dalton Corp. -0050C2A4A DITRON S.r.l. -0050C2A4B L-3 Communications Mobile-Vision, Inc. -0050C2A4C VasoNova, Inc. -0050C2A4D LevelStar LLC. -0050C2A4E Conduant Corporation -0050C2A4F Deuta GmbH -0050C2A50 i-RED Infrarot Systeme GmbH -0050C2A51 Y-products co.ltd. -0050C2A52 The VON Corporation -0050C2A53 Quality & Design -0050C2A54 Diamond Point International (Europe) Ltd -0050C2A55 Arrowvale Electronics -0050C2A56 ReaMetrix, Inc. -0050C2A57 Juice Technologies, LLC -0050C2A58 EPL -0050C2A59 GSP Sprachtechnologie GmbH -0050C2A5A ITAS A/S -0050C2A5B Phytec Messtechnik GmbH -0050C2A5C JSC "Component-ASU" -0050C2A5D MECC CO., LTD. -0050C2A5E Ansen Investment Holdings Ltd. -0050C2A5F Alga Microwave Inc -0050C2A60 Arrow Central Europe GmbH - Division Spoerle -0050C2A61 Fr. Sauter AG -0050C2A62 Grossenbacher Systeme AG -0050C2A63 EMS Industries -0050C2A64 tetronik GmbH AEN -0050C2A65 Mark-O-Print GmbH -0050C2A66 DVTech -0050C2A67 GSS Avionics Limited -0050C2A68 X-Pert Paint Mixing Systems -0050C2A69 Advanced Integrated Systems -0050C2A6A Infocrossing -0050C2A6B Explorer Inc. -0050C2A6C Figment Design Laboratories -0050C2A6D DTV Innovations -0050C2A6E Screen Technics Pty Limited -0050C2A6F Saia-Burgess Controls AG -0050C2A70 Reliable System Services Corp -0050C2A71 Purite Ltd -0050C2A72 Gamber-Johnson LLC. -0050C2A73 KYOEI ENGINEERING Co.,Ltd. -0050C2A74 DSP DESIGN LTD -0050C2A75 JTL Systems Ltd. -0050C2A76 Roesch & Walter Industrie-Elektronik GmbH -0050C2A77 Keith & Koep GmbH -0050C2A78 Apantac LLC -0050C2A79 Saintronic -0050C2A7A DetNet South Africa PTY (LTD) -0050C2A7B Orange Tree Technologies -0050C2A7C Pneu-Logic Corporation -0050C2A7D Vitel Net -0050C2A7E Independent Project Engineering Ltd -0050C2A7F Phytec Messtechnik GmbH -0050C2A80 ARD SA -0050C2A81 BPC circuits Ltd -0050C2A82 CT Company -0050C2A83 Techno Sobi Co. Ltd. -0050C2A84 Lino Manfrotto +Co spa -0050C2A85 JOYSYSTEM -0050C2A86 LIMAB AB -0050C2A87 Littlemore Scientific -0050C2A88 S-SYS -0050C2A89 CA Traffic Ltd -0050C2A8A Audio Engineering Ltd. -0050C2A8B Navicron Oy -0050C2A8C Redwire, LLC -0050C2A8D Frontier Electronic Systems Corp. -0050C2A8E BFI Industrie-Elektronik GmbH & Co.KG -0050C2A8F Quantum3D, Inc. -0050C2A90 S.two Corporation -0050C2A91 Ceron Tech Co.,LTD -0050C2A92 Sicon s.r.l. -0050C2A93 SPX Dehydration & Filtration -0050C2A94 Par-Tech, Inc. -0050C2A95 INNOVACIONES Microelectrónicas SL (AnaFocus) -0050C2A96 FEP SRL -0050C2A97 MICROSYSTEMES -0050C2A98 Sentry 360 Security -0050C2A99 Haivision Systems Inc -0050C2A9A Absolutron. LLC -0050C2A9B PDQ Manufacturing Inc. -0050C2A9C Eberspächer Electronics GmbH & Co. KG -0050C2A9D Joehl & Koeferli AG -0050C2A9E Procon Engineering Limited -0050C2A9F YellowSoft Co., Ltd. -0050C2AA0 Smith Meter, Inc. -0050C2AA1 ELREM ELECTRONIC AG -0050C2AA2 ELPA sas -0050C2AA3 Peek Traffic Corporation -0050C2AA4 PSi Printer Systems international GmbH -0050C2AA5 Tampere University of Technology -0050C2AA6 Bassett Electronic Systems ltd -0050C2AA7 Endeas Oy -0050C2AA8 Nexans Cabling Solutions -0050C2AA9 SAN GIORGIO S.E.I.N. srl -0050C2AAA Flexible Picture Systems -0050C2AAB BRS Sistemas Eletrônicos -0050C2AAC VisiCon GmbH -0050C2AAD Update Systems Inc. -0050C2AAE OUTLINE srl -0050C2AAF Santa Barbara Instrument Group -0050C2AB0 FRAKO Kondensatoren- und Anlagenbau GmbH -0050C2AB1 Bitmanufaktur GmbH -0050C2AB2 ProCom Systems, Inc. -0050C2AB3 Compañía de Instrumentacion y control, S.L. -0050C2AB4 n3k Informatik GmbH -0050C2AB5 METTLER-TOLEDO HI-SPEED -0050C2AB6 Gygax Embedded Engineering GEE.ch -0050C2AB7 Twinfalls Technologies -0050C2AB8 AHM Limited (CLiKAPAD) -0050C2AB9 Showtacle -0050C2ABA Saia-Burgess Controls AG -0050C2ABB Volantic AB -0050C2ABC Barrick -0050C2ABD Monitor Business Machines Ltd. -0050C2ABE AP Labs -0050C2ABF MCC Computer Company -0050C2AC0 DS PRO Audio Ltda -0050C2AC1 DAISHIN-DENSHI Co., Ltd -0050C2AC2 OpenXS B.V. -0050C2AC3 Diversified Control, Inc. -0050C2AC4 Orion Technologies, Incorporated -0050C2AC5 E-Motion System, Inc. -0050C2AC6 Marathon Products, Inc. -0050C2AC7 WaveIP -0050C2AC8 Palladio Systeme GmbH -0050C2AC9 Steinbeis-Transferzentrum Embedded Design und Networking -0050C2ACA Soft & Control Technology s.r.o. -0050C2ACB U-CARE INC. -0050C2ACC StockerYale -0050C2ACD MeshWorks Wireless Oy -0050C2ACE ChronoLogic Pty. Ltd. -0050C2ACF SP Controls, Inc -0050C2AD0 Geonautics Australia Pty Ltd -0050C2AD1 Phytec Messtechnik GmbH -0050C2AD2 Rafael -0050C2AD3 Peek Traffic Corporation -0050C2AD4 Global Rainmakers Inc. -0050C2AD5 Mighty Lube Systematic Lubrication, Inc. -0050C2AD6 Unisensor A/S -0050C2AD7 Air Monitors Ltd -0050C2AD8 Incyma -0050C2AD9 elettrondata srl -0050C2ADA Essepie Srl -0050C2ADB GO engineering GmbH -0050C2ADC Synthesechemie Dr. Penth GmbH -0050C2ADD General Dynamics C4 Sysems -0050C2ADE Neoptix Inc. -0050C2ADF Altinex, Inc -0050C2AE0 AT4 wireless.S.A -0050C2AE1 EVERCARE -0050C2AE2 Power Medical Interventions -0050C2AE3 PSD -0050C2AE4 Advanced Electronic Designs, Inc. -0050C2AE5 ABS Gesellschaft f. Automatisierung, Bildverarbeitung und Software mbH -0050C2AE6 VECOM USA -0050C2AE7 Redwood Systems -0050C2AE8 Bit-Lab PTY LTD -0050C2AE9 ClearCorp Enterprises, Inc -0050C2AEA EMBEDIA -0050C2AEB UMLogics Corporation -0050C2AEC Fritz Pauker Ingenieure GmbH -0050C2AED 3Roam -0050C2AEE IPtec, Inc. -0050C2AEF National CineMedia -0050C2AF0 Fr. Sauter AG -0050C2AF1 Green Goose -0050C2AF2 ACD Elektronik Gmbh -0050C2AF3 Palomar Products, Inc. -0050C2AF4 Dixell S.p.A. -0050C2AF5 Kramara s.r.o. -0050C2AF6 Energid +0050C212C DELTA TAU DATA SYSTEMS, INC. +0050C24D7 DELTA TAU DATA SYSTEMS, INC. 0050C2AF7 Midwest Microwave Solutions Inc. -0050C2AF8 Global Satellite Engineering -0050C2AF9 Ingenieurbuero Bickele und Buehler GmbH -0050C2AFA Absolute Fire Solutions Inc. -0050C2AFB PRIVATE -0050C2AFC Odus Technologies SA -0050C2AFD HomeScenario, Inc. -0050C2AFE Trolex Limited -0050C2AFF XoByte LLC -0050C2B00 Saia-Burgess Controls AG -0050C2B01 HSR Harald L. Reuter -0050C2B02 MASTER CO LTD -0050C2B03 Spider Tecnologia Ind. e Com. Ltda. -0050C2B04 Ubiquiti Networks -0050C2B05 POLA s.r.l. -0050C2B06 CompuDesigns, Inc. -0050C2B07 FARECO -0050C2B08 Goerlitz AG -0050C2B09 Harper Chalice Group Limited -0050C2B0A Indutherm Giesstechnologie GmbH -0050C2B0B Honeywell -0050C2B0C SMARTB TECHNOLOGIES -0050C2B0D Japan Electronics System, Inc -0050C2B0E KYAB Lulea AB -0050C2B0F NARA Controls Inc. -0050C2B10 Marine Entertainment Systems Ltd -0050C2B11 EXEL s.r.l -0050C2B12 CM Elektronik GmbH -0050C2B13 Measy Electronics Co., Ltd. -0050C2B14 Keith & Koep GmbH -0050C2B15 PhotoTelesis LP -0050C2B16 Neothings, Inc. -0050C2B17 Elcoteq Design Center Oy -0050C2B18 Rosslare Enterprises Limited -0050C2B19 Polytron Corporation -0050C2B1A ELCUS -0050C2B1B Integrated Control Corp. -0050C2B1C Phytec Messtechnik GmbH -0050C2B1D Telegenix -0050C2B1E Abbott Medical Optics -0050C2B1F SCA Schucker GmbH & Co. -0050C2B20 FIVE9 NETWORK SYSTEMS LLC -0050C2B21 Phytron-Elektronik GmbH -0050C2B22 FarSite Communications Limited -0050C2B23 Ronyo Technologies s.r.o. -0050C2B24 Teledyne Defence Limited -0050C2B25 Triax A/S -0050C2B26 Elko Systems -0050C2B27 ATEME -0050C2B28 Micromax Pty. Ltd. -0050C2B29 Integra LifeSciences (Ireland) Ltd -0050C2B2A Trench Austria GmbH -0050C2B2B CosmoData Informatica Ltda. -0050C2B2C Concepteers, LLC -0050C2B2D Datasat Digital Entertainment -0050C2B2E ACT -0050C2B2F IntelliVision Technologies, Corp -0050C2B30 Applied Micro Electronics "AME" BV -0050C2B31 Shop Safe AG -0050C2B32 Byres Security Inc -0050C2B33 Numcore Ltd -0050C2B34 Meisol co.,ltd -0050C2B35 haneron -0050C2B36 CRDE -0050C2B37 IAdea Corporation -0050C2B38 Grenmore Ltd -0050C2B39 siXis, Inc. -0050C2B3A Nikon Systems Inc. -0050C2B3B Sportvision Inc. -0050C2B3C JanasCard -0050C2B3D AMS -0050C2B3E Sage Consultants -0050C2B3F M-Tronic Design and Technology GmbH -0050C2B40 Tecnint HTE SRL -0050C2B41 Tata Power Company, Strategic Electronics Division -0050C2B42 ETM Electromatic Incorporated -0050C2B43 J-Systems Inc. -0050C2B44 Ampcontrol Pty Ltd -0050C2B45 Efftronics Systems (P) Ltd -0050C2B46 Mobileye -0050C2B47 MCS MICRONIC Computer Systeme GmbH -0050C2B48 MTD GmbH -0050C2B49 Aplex Technology Inc. -0050C2B4A Saia-Burgess Controls AG -0050C2B4B Chitose Co.,Ltd -0050C2B4C ElectroCom -0050C2B4D Troll Systems Corporation -0050C2B4E AixControl GmbH -0050C2B4F Sencon UK Ltd. -0050C2B50 SELCO -0050C2B51 Aeroflex GmbH -0050C2B52 SMH Technologies -0050C2B53 Prodco -0050C2B54 APG Cash Drawer, LLC -0050C2B55 SANYO ELECTRONIC INDUSTRIES CO.,LTD -0050C2B56 SINOVIA SA -0050C2B57 Phytec Messtechnik GmbH -0050C2B58 Real D -0050C2B59 SLICAN sp. z o.o. -0050C2B5A GREEN Center s.r.o. -0050C2B5B Timberline Mfg Company -0050C2B5C ADI Video Technologies -0050C2B5D Plitron Manufacturing Inc. -0050C2B5E Palgiken Co.,Ltd. -0050C2B5F North Bridge Technologies -0050C2B60 OOO NPF ATIS -0050C2B61 Nayos LTD -0050C2B62 Measurement Technology NW -0050C2B63 RO.VE.R. Laboratories S.p.A -0050C2B64 FEW Bauer GmbH -0050C2B65 Peek Traffic Corporation -0050C2B66 Deuta-Werke GmbH -0050C2B67 RC Systems Co. Inc. -0050C2B68 Electronic Systems Protection, Inc. -0050C2B69 Thetis S.p.A. -0050C2B6A Phytec Messtechnik GmbH -0050C2B6B Phytec Messtechnik GmbH -0050C2B6C Drinelec -0050C2B6D Sound Metrics Corp -0050C2B6E PRIVATE -0050C2B6F CT Company -0050C2B70 Nisshin Electronics co.,ltd. -0050C2B71 Digitale Analoge COMponenten West Electronic Vertriebs GmbH -0050C2B72 Advanced Desktop Systems Ltd -0050C2B73 ARKRAY, Inc. Kyoto Laboratory -0050C2B74 AXED Jakubowski Wojciechowski sp.j. -0050C2B75 Blankom -0050C2B76 ITF Fröschl GmbH -0050C2B77 KRISTECH -0050C2B78 Folink -0050C2B79 MITSUYA LABORATORIES INC. -0050C2B7A Schnoor Industrieelektronik GmbH & Co. KG -0050C2B7B QUARTECH CORPORATION -0050C2B7C Bettini srl -0050C2B7D ELETECH Srl -0050C2B7E NARETRENDS -0050C2B7F Enatel -0050C2B80 iScreen LLC -0050C2B81 GHL Advanced Technolgy GmbH & Co. KG -0050C2B82 TANABIKI Inc. -0050C2B83 Advanced Storage Concepts, Inc. -0050C2B84 Innovate Software Solutions Pvt Ltd -0050C2B85 SilverNet -0050C2B86 ASTO -0050C2B87 EMAC, Inc. -0050C2B88 Gigatronik Köln GmbH -0050C2B89 ENTEC Electric & Electronic Co., LTD. -0050C2B8A MicroPoise -0050C2B8B FBB -0050C2B8C Keith & Koep GmbH -0050C2B8D CEMSI -0050C2B8E WAC (Israel) Ltd. -0050C2B8F Gentec -0050C2B90 NAONWORKS Co., Ltd -0050C2B91 Finnet-Service Ltd. -0050C2B92 ABB Transmission and Distribution Auto Eqip(Xiamen.China) -0050C2B93 EMC PARTNER AG -0050C2B94 Tritech International Ltd -0050C2B95 Rx Monitoring Services -0050C2B96 Onix Electronic Systems Inc -0050C2B97 ikerlan -0050C2B98 Southwest Research Institute -0050C2B99 Greenlight Innovation Corp. -0050C2B9A Talo, NV Inc -0050C2B9B Telventy Energia S.A. -0050C2B9C Dave srl -0050C2B9D W. Vershoven GmbH -0050C2B9E Saia-Burgess Controls AG -0050C2B9F AUDIOSCOPE 2K SRL -0050C2BA0 txtr GmbH -0050C2BA1 Transtechnik GmbH & Co.KG -0050C2BA2 Logical Tools s.r.l. -0050C2BA3 DSP DESIGN LTD -0050C2BA4 CUSTOS MOBILE S.L. -0050C2BA5 InterCel Pty Ltd -0050C2BA6 Jomitek -0050C2BA7 RaumComputer Entwicklungs- und Vertriebs GmbH -0050C2BA8 Peek Traffic Corporation -0050C2BA9 SISS Technology Inc. -0050C2BAA NetworkFX Communications, LLC -0050C2BAB iDeal Teknoloji Bilisim Cozumleri A.S. -0050C2BAC VITECO VNPT JSC -0050C2BAD Prediktor AS -0050C2BAE Fiber Connections Inc. -0050C2BAF MangoDSP -0050C2BB0 Gainbrain -0050C2BB1 Pro4tech -0050C2BB2 St Michael Strategies Inc -0050C2BB3 ClimateWell AB (publ) -0050C2BB4 JSC Electrical Equipment Factory -0050C2BB5 MROAD INFORMATION SYSTEM -0050C2BB6 Quarch Technology Ltd -0050C2BB7 General Dynamics C4 Systems -0050C2BB8 MoeTronix -0050C2BB9 Toptech Systems, Inc. -0050C2BBA Systemteq Limited -0050C2BBB GHL Systems Berhad -0050C2BBC ImpactSystems -0050C2BBD ITS Telecom -0050C2BBE Onlinepizza Norden AB -0050C2BBF Phytec Messtechnik GmbH -0050C2BC0 Galaxia Electronics -0050C2BC1 Sentec Ltd -0050C2BC2 XSLENT Energy Technologies LLC -0050C2BC3 Phytec Messtechnik GmbH -0050C2BC4 Wheatstone Corporation -0050C2BC5 Toptechnology SRL -0050C2BC6 MireroTack -0050C2BC7 PTS GmbH -0050C2BC8 AGWTech Ltd -0050C2BC9 Nextmove Technologies -0050C2BCA Aitecsystem Co.,Ltd. -0050C2BCB ARTEIXO TELECOM -0050C2BCC VVDN TECHNOLOGIES PVT. LTD. -0050C2BCD Highlight Parking Systems Ltd -0050C2BCE TV Portal Co., Ltd. -0050C2BCF Epiko, elektronski sistemi d.o.o. -0050C2BD0 EDC wifi -0050C2BD1 Ariem Technologies Pvt Ltd -0050C2BD2 Percello Ltd. -0050C2BD3 Postjet Systems Ltd -0050C2BD4 Global Security Devices -0050C2BD5 RF-Embedded GmbH -0050C2BD6 BG Systems, Inc. -0050C2BD7 SLAT -0050C2BD8 b.a.b-technologie gmbh -0050C2BD9 AMS Controls, Inc. -0050C2BDA Digital Lumens -0050C2BDB GasTOPS Ltd. -0050C2BDC SS Systems LLC -0050C2BDE Evo-Teh d.o.o. -0050C2BDF Euro-Konsult Sp. z o.o. -0050C2BE0 Phaedrus Limited -0050C2BE1 TATTILE SRL -0050C2BE2 Convergent Bioscience Ltd. -0050C2BE3 Jiskoot Ltd -0050C2BE4 Grupo Epelsa S.L. -0050C2BE5 RF Code, Inc -0050C2BE6 Docobo Ltd -0050C2BE7 Genetec Inc. -0050C2BE8 VEHICLE TESTING EQUIPMENT, S.L. -0050C2BE9 ZUCCHETTI SPA -0050C2BEA Daeyoung inc. -0050C2BEB Peek Traffic Corporation -0050C2BEC DRS Laruel Technologies -0050C2BED Touch Revolution Inc. -0050C2BEE PRIVATE -0050C2BEF SOCIEDAD IBERICA DE CONSTRUCCIONES ELECTRICAS, S.A. (SICE) -0050C2BF0 AIM -0050C2BF1 Amatic Industries GmbH -0050C2BF2 Saia-Burgess Controls AG -0050C2BF3 Wanco Inc. -0050C2BF4 Monarch Innovative Technologies Pvt Ltd -0050C2BF5 AILES ELECTRONICS CO., LTD. -0050C2BF6 NOLAM EMBEDDED SYSTEMS -0050C2BF7 Phytec Messtechnik GmbH -0050C2BF8 Crtiical Link -0050C2BF9 Vitel Net -0050C2BFA Rohde & Schwarz Topex SA -0050C2BFB ECS Srl -0050C2BFC Altronix Corporation -0050C2BFD Ernemann Cine Tec GmbH -0050C2BFE Ingeteam Paneles S.A.U. -0050C2BFF I.S.A. S.r.l. -0050C2C00 ACD Elektronik GmbH -0050C2C01 QUERCUS TECHNOLOGIES, S.L. -0050C2C02 Hanning Elektro-Werke GmbH & Co. KG -0050C2C03 Volumatic Limited. -0050C2C04 SoGEME -0050C2C05 Doppler Systems LLC -0050C2C06 ANALOG WAY -0050C2C07 CIO Informatique Industrielle -0050C2C08 juiceboss -0050C2C09 Globe Wireless -0050C2C0A ABB Transmission and Distribution Auto Eqip(Xiamen.China) -0050C2C0B ProSourcing GmbH -0050C2C0C Altierre -0050C2C0D Fr. SauterAG -0050C2C0E AVItronic GmbH -0050C2C0F DYCEC, S.A. -0050C2C10 Keith & Koep GmbH -0050C2C11 ART Antriebs- und Regeltechnik GmbH -0050C2C12 OKI DENKI BOHSAI CO.,LTD. -0050C2C13 Dantec Dynamics A/S -0050C2C14 Spectronix Corporation -0050C2C15 INO - Institut National d'Optique -0050C2C16 OMICRON electronics GmbH -0050C2C17 Axis-Shield PoC AS -0050C2C18 Linuxstamp Designs, LLC -0050C2C19 Ibercomp SA -0050C2C1A SAM Co., Ltd. -0050C2C1B Graesslin GmbH -0050C2C1C Becton Dickinson -0050C2C1D Powerbase Energy Systems Inc. -0050C2C1E Peperoni-Light -0050C2C1F Specialist Electronics Services Ltd -0050C2C20 SRC Computers, LLC -0050C2C21 PRIVATE -0050C2C22 Audient Ltd -0050C2C23 Vidicon LLC -0050C2C24 Qualnetics Corporation -0050C2C25 PRIVATE -0050C2C26 Austco Communication Systems Pty Ltd -0050C2C27 Qtechnology A/S -0050C2C28 ELREHA GmbH -0050C2C29 Newtel Engineering S.r.l. -0050C2C2A RealTime Systems Ltd -0050C2C2B Z-App Systems, Inc. -0050C2C2C bach-messtechnik gmbh -0050C2C2D Digitale Analoge COMponenten West Electronic Vertriebs GmbH -0050C2C2E DISMUNTEL SAL -0050C2C2F REFLEX CES -0050C2C30 Wagner Group GmbH -0050C2C31 4D Technology Corporation -0050C2C32 Procon Electronics -0050C2C34 Kyuhen -0050C2C35 Insitu, Inc. -0050C2C36 SET GmbH -0050C2C37 B.E.A.R. Solutions (Australasia) Pty, Ltd -0050C2C38 Computer Automation Technology Inc -0050C2C39 SECAD SA -0050C2C3A Sicon s.r.l. -0050C2C3B ELEKTRO-AUTOMATIK GmbH & Co. KG -0050C2C3C ELSIST S.r.l. -0050C2C3D PLA ELECTRO APPLIANCES PVT. LTD. -0050C2C3E Sysacom -0050C2C3F ANXeBusiness Corporation -0050C2C40 BAE Systems Bofors AB -0050C2C41 COMPRION GmbH -0050C2C42 Saia-Burgess Controls AG -0050C2C43 Cammegh Limited -0050C2C44 Beijing Zhongherongzhi Elec.&Tech.Co.,Ltd. -0050C2C45 Galvamat & Unican Technologies SA -0050C2C46 QNE GmbH & Co. KG -0050C2C47 Weltek Technologies Co. Ltd. -0050C2C48 Cytek Media Systems, INC. -0050C2C49 Elektronic Thoma GmbH -0050C2C4A Herrick Technology Laboratories, Inc. -0050C2C4B R.V.R. elettronica s.p.a. -0050C2C4C Lancier Monitoring GmbH -0050C2C4D Industrial Automation Systems -0050C2C4E Elaso AG -0050C2C4F Powersense A/S -0050C2C50 Beceem Communications, Inc. -0050C2C51 InForce Computing, Inc. -0050C2C52 Smartfield, Inc. -0050C2C53 Eilersen Electric A/S -0050C2C54 HPC Platform -0050C2C55 Watterott electronic -0050C2C56 Spirent Communications -0050C2C57 High Speed Design, Inc. -0050C2C58 Foerster-Technik GmbH -0050C2C59 SKD System AB -0050C2C5A Commotive A/S -0050C2C5B MICRO TECHNICA -0050C2C5C WAVECOM ELEKTRONIK AG -0050C2C5D SweMet AB -0050C2C5E CellPlus technologies, Inc. -0050C2C5F Icon Time Systems -0050C2C60 Integration Technologies Limited -0050C2C61 HaiVision Systems Incorporated -0050C2C62 Zeus Systems Private Limited -0050C2C63 Potter Electric Signal Company -0050C2C64 Pal Software Service Co.,Ltd. -0050C2C65 Micro I/O Servicos de Electronica, Lda -0050C2C66 KS Beschallungstechnik GmbH -0050C2C67 Practical Control Ltd -0050C2C68 Broadsoft PacketSmart, Inc. -0050C2C69 REBO CO.,LTD. -0050C2C6A ELECTRONICA KELD -0050C2C6B SiGarden Sp z o.o. -0050C2C6C DORLET S.A. -0050C2C6D Deansoft CO., Ltd. -0050C2C6E TBS Holding AG -0050C2C6F MSB Elektronik und Geraetebau GmbH -0050C2C70 Wilke Technology GmbH -0050C2C71 Sequoia Technology Group Ltd -0050C2C72 Quail -0050C2C73 Industry Controls, Inc. -0050C2C74 Wapice Ltd. -0050C2C75 Rovsing A/S -0050C2C76 GridManager A/S -0050C2C77 AIM Co.,Ltd +0050C2A0E ENGICAM s.r.l. +0050C22F4 Efficient Channel Coding +0050C20A2 Jäger Computergesteuerte Meßtechnik GmbH. +0050C2143 AARTESYS AG +0050C2F97 Sicon srl +0050C2CE2 Sicon srl 0050C2C78 9Solutions Oy -0050C2C79 CODESYSTEM Co.,Ltd -0050C2C7A Protonic Holland -0050C2C7B Honeywell -0050C2C7C Scienlab Electronic Systems GmbH -0050C2C7D TAE Antriebstechnik GmbH -0050C2C7E Buerkert Werke GmbH -0050C2C7F Kinects Solutions Inc -0050C2C80 Reko-vek -0050C2C81 Odyssee Systemes SAS -0050C2C82 Kyosha Industries -0050C2C83 Gronic Systems GmbH -0050C2C84 DOMIS -0050C2C85 Peek Traffic Corporation -0050C2C86 Bruckner & Jarosch Ingenieurgesellschaft mbH -0050C2C87 LECO Corporation -0050C2C88 CSI Controles e Sistemas Industriais Ltda. -0050C2C89 Creative Micro Design -0050C2C8A Automated Media Services, Inc. -0050C2C8B OCAS AS -0050C2C8C Lanmark Controls Inc. -0050C2C8D Emergency Message Controls LLC -0050C2C8E SDD ITG -0050C2C8F Keith & Koep GmbH -0050C2C90 REALD -0050C2C91 Media Technologies Ltd. -0050C2C92 EMAC, Inc. -0050C2C93 SENSAIR Pty Ltd -0050C2C94 ISIS ENGINEERING, S.A. -0050C2C95 IPSES S.r.l. -0050C2C96 CyberCraft -0050C2C97 MSTRONIC CO., LTD. -0050C2C98 Criticare Systems, Inc -0050C2C99 HJPC Corporation dba Pactron -0050C2C9A PACOMP Sp. z o.o. -0050C2C9B Sm electronic co. -0050C2C9C Saia-Burgess Controls AG -0050C2C9D Radius Sweden AB -0050C2C9E Rohde & Schwarz Topex SA -0050C2C9F xxter b.v. -0050C2CA0 Kiefer technic GmbH -0050C2CA1 Wayne Kerr Electronics -0050C2CA2 The Logical Company -0050C2CA3 CT Company -0050C2CA4 Vox Technologies -0050C2CA5 YOKOWO CO.,LTD -0050C2CA6 Vidisys GmbH -0050C2CA7 Thermo Fisher Scientific -0050C2CA8 Systems With Intelligence Inc. -0050C2CA9 Intelligent Devices -0050C2CAA DSP DESIGN LTD -0050C2CAB SAE IT-systems GmbH & Co. KG -0050C2CAC PURVIS Systems Incorporated -0050C2CAD Pacific Coast Engineering -0050C2CAE Campbell Scientific Canada Corp. -0050C2CAF Fr. Sauter AG -0050C2CB0 Konsmetal S.A. -0050C2CB1 ZK Celltest Inc -0050C2CB2 Moravian Instruments -0050C2CB3 Deuta-Werke GmbH -0050C2CB4 GEA Farm Technologies GmbH -0050C2CB5 PRIVATE -0050C2CB6 Krontek Pty Ltd -0050C2CB7 inotech GmbH -0050C2CB8 Raith GmbH -0050C2CB9 Micro Technic A/S -0050C2CBA DELTA TAU DATA SYSTEMS -0050C2CBB Coptonix GmbH -0050C2CBC CP ELETRONICA SA -0050C2CBD Hi Tech Electronics Ltd -0050C2CBE CODE BLUE CORPORATION -0050C2CBF Megacon AB -0050C2CC0 World Time Solutions Limited -0050C2CC1 Level 3 Communications -0050C2CC2 ConectaIP Tecnologia S.L. -0050C2CC3 viscount systems inc. -0050C2CC4 General Dynamics C4S -0050C2CC5 Tecnovum AG -0050C2CC6 KDT -0050C2CC7 TOPROOT Technology Corp. Ltd., -0050C2CC8 PRIVATE -0050C2CC9 Promess GmbH -0050C2CCA SANMINA SHENZHEN -0050C2CCB CaptiveAire Systems Inc. -0050C2CCC Smartech-technology -0050C2CCD FUJI DATA SYSTEM Co.,Ltd. -0050C2CCE Mac-Gray Corporation -0050C2CCF TASK SISTEMAS DE COMPUTACAO LTDA -0050C2CD0 MME Mueller Mikroelektronik -0050C2CD1 ACD Elektronik GmbH -0050C2CD2 SIM2 Multimedia S.p.A. -0050C2CD3 Covidence A/S -0050C2CD4 SCHRAML GmbH -0050C2CD5 Arcos Technologies Ltd. -0050C2CD6 Arktan Systems -0050C2CD7 Saia-Burgess Controls AG -0050C2CD8 IT-IS International Ltd. -0050C2CD9 NDC Infrared Engineering, Inc. -0050C2CDA taskit GmbH -0050C2CDB RUTTER INC -0050C2CDC ABB Transmission and Distribution Auto Eqip(Xiamen.China) -0050C2CDD K.C.C. SHOKAI LIMITED -0050C2CDE Axotec Technologies GmbH -0050C2CDF CoreEL TEchnologies (I) Pvt Ltd -0050C2CE0 Industrial Control Links, Inc. -0050C2CE1 Satellink Inc. -0050C2CE2 Sicon s.r.l. -0050C2CE3 Industrial Automatics Design Bureau -0050C2CE4 TEKTRONIK -0050C2CE5 Maretron, LLP -0050C2CE6 APLICA TECHNOLOGIES -0050C2CE7 Echola Systems -0050C2CE8 Thomas & Betts -0050C2CE9 PRIVATE -0050C2CEA Keith & Koep GmbH -0050C2CEB Toyon Research Corporation -0050C2CEC Erhardt+Leimer GmbH -0050C2CED AeroMechanical Services Ltd, FLYHT -0050C2CEE EMBED-IT OG -0050C2CEF Lupatecnologia e Sistemas Ltda -0050C2CF0 Inviso B.V. -0050C2CF1 TelGaAs, Inc. -0050C2CF2 Weiss Robotics GmbH & Co. KG -0050C2CF3 Daiken Automacao Ltda -0050C2CF4 Baudisch Electronic GmbH -0050C2CF5 AirCell Inc. -0050C2CF6 Epec Oy -0050C2CF7 Armour Home Electronics LTD -0050C2CF8 beks Kommunikacios Technika kft -0050C2CF9 Elbit Systems of America -0050C2CFA Grupo Epelsa S.L. -0050C2CFB New Embedded Technology -0050C2CFC Tritium Pty Ltd -0050C2CFD AIRFOLC,INC. -0050C2CFE Techleader -0050C2CFF Infrasafe, Inc. -0050C2D00 Bodensee Gravitymeter Geosystem GmbH -0050C2D01 Aanderaa Data Instruments -0050C2D02 SURVALENT TECHNOLOGY CORP -0050C2D03 Peekel Instruments B.V. -0050C2D04 Tehama Wireless -0050C2D06 nCk Research LLC -0050C2D07 IAF GmbH -0050C2D08 Reimesch Kommunikationssysteme GmbH -0050C2D09 Guardtec, Inc. -0050C2D0A Airpoint Co., Ltd. -0050C2D0B CODACO ELECTRONIC s.r.o. -0050C2D0C JVL Industri Elektronik -0050C2D0D DECA Card Engineering GmbH -0050C2D0E Weinert Engineering GmbH -0050C2D0F Saia-Burgess Controls AG -0050C2D10 Rosslare Enterprises Ltd. +0050C293D Lighting Science Group +0050C2DA3 GD Mission Systems +0050C2FF0 GD Mission Systems +40D8550AE GD Mission Systems +0050C2BB7 GD Mission Systems +0050C2ADD GD Mission Systems +0050C28C8 Pumatronix Equipamentos Eletronicos Ltda. +0050C25FE NOVACOMM LTDA +0050C2667 Vocality International Ltd +0050C2E3A Vocality International Ltd +0050C2199 Survalent Technology Corporation +0050C2EA0 Robert Bosch Healthcare Systems, Inc. +40D855089 Wuhan Xingtuxinke ELectronic Co.,Ltd +40D8551DC Aplex Technology Inc. +0050C2F6F Aplex Technology Inc. 0050C2D11 Aplex Technology Inc. -0050C2D12 Tokyo Weld Co.,Ltd. -0050C2D13 GUNMA ELECTRONICS CO LTD -0050C2D14 SAET I.S. -0050C2D15 MSR-Office GmbH -0050C2D16 Imricor Medical Systems, Inc. -0050C2D17 CUE, a.s. -0050C2D18 Glyn GmbH & Co.KG -0050C2D19 Applied Medical Technologies, Inc DBA AirClean Systems -0050C2D1A GILLAM-FEI S.A. -0050C2D1B TECHKON GmbH -0050C2D1C Recon Dynamics, LLC -0050C2D1D Moco Media Pty Ltd -0050C2D1E Tobila Systems, Inc. -0050C2D1F Olympus NDT Canada Inc. -0050C2D20 7+ Kft -0050C2D21 Innovative Circuit Technology -0050C2D22 eMDee Technology, Inc. -0050C2D23 Bluestone Technology GmbH -0050C2D24 Expro North Sea -0050C2D25 VAF Instruments BV -0050C2D26 RCH GROUP -0050C2D27 Fr.Sauter AG -0050C2D28 Digitale Analoge COMponenten West Electronic Vertriebs GmbH -0050C2D29 Axible Technologies -0050C2D2A Millennium Electronics Pty.Ltd. -0050C2D2B Video Tech Laboratories, Inc. -0050C2D2C Schneider Electric Motion USA -0050C2D2D CADI SCIENTIFIC PTE LTD -0050C2D2E RS Gesellschaft fur Informationstechnik mbH & Co KG -0050C2D2F Key Systems, Inc. -0050C2D30 ACTIV Financial Systems, Inc. -0050C2D31 UNGAVA Technologies Inc. -0050C2D32 RealTime Systems Ltd -0050C2D33 Maddalena S.p.A -0050C2D34 GAON TECH corp. -0050C2D35 UG Systems GmbH & Co. KG -0050C2D36 Enatel Limited -0050C2D37 LJT & Associates, Inc. -0050C2D38 Kyowa Electronics Co.,Ltd. -0050C2D39 Apex NV -0050C2D3A WellSense Technologies -0050C2D3B Gitsn Inc. -0050C2D3C ASSYSTEM France -0050C2D3D Tellabs Operations Inc. -0050C2D3E Synatec Electronic GmbH -0050C2D3F CSS, LLC -0050C2D40 demmel products -0050C2D41 AREA ENERGY, INC. -0050C2D42 Hagenuk KMT GmbH -0050C2D43 DSP4YOU Ltd -0050C2D44 Saia-Burgess Controls AG -0050C2D45 Technagon GmbH -0050C2D46 Thales Nederland BV -0050C2D47 Rohde & Schwarz Topex SA -0050C2D48 Watermark Estate Management Services, LLC -0050C2D49 Smith Meter, Inc -0050C2D4A ATH system -0050C2D4B Indra Australia -0050C2D4C DALOG Diagnosesysteme GmbH -0050C2D4D Yardney Technical Products Inc. -0050C2D4E Keith & Koep GmbH -0050C2D4F SECOM GmbH -0050C2D50 Solbrig Electronics, Inc. -0050C2D51 BETTINI SRL -0050C2D52 F+D Feinwerk- und Drucktechnik GmbH -0050C2D53 Telemerkki Oy -0050C2D54 ABtrack s.r.l. -0050C2D55 Sterna Security -0050C2D56 SELEX Communications Limited -0050C2D57 Hijikata Denki Corp. -0050C2D58 NIK-ELEKTRONIKA Ltd -0050C2D59 BUANCO SYSTEM A/S -0050C2D5A Embedded Monitoring Systems Ltd. -0050C2D5B Infinition Inc. -0050C2D5C Ibetor S.L. -0050C2D5D GLOBALCOM ENGINEERING SRL -0050C2D5E infinitec co., ltd. -0050C2D5F Embedded Solution Co., Ltd. -0050C2D60 Nihon Kessho Koogaku Co., Ltd. -0050C2D61 system2 GmbH -0050C2D62 EMAC, Inc. -0050C2D63 DATAREGIS S.A. -0050C2D64 TV1 GmbH -0050C2D65 TX Technology Corp -0050C2D66 Uvax Concepts -0050C2D67 KLING & FREITAG GmbH -0050C2D68 HiSpeed Data, Inc. -0050C2D69 GHL Systems Bhd -0050C2D6A A&T Corporation, Electrics Group , LAS R&D Unit, -0050C2D6B Nemec Automation -0050C2D6C ALPHA Corporation -0050C2D6D Pro-Digital Industria Eletronica -0050C2D6E BC Illumination, Inc. -0050C2D6F Imtron Messtechnik GmbH -0050C2D70 C. Rob. Hammerstein GmbH & Co. KG -0050C2D71 EMAC, Inc. -0050C2D72 Scale-Tron, Inc. -0050C2D73 Saia-Burgess Controls AG -0050C2D74 Computech International -0050C2D75 Collectric AB -0050C2D76 Telvent -0050C2D77 Fr.SauterAG -0050C2D78 P4Q Electronics -0050C2D79 DSI RF Systems, Inc. -0050C2D7A Transbit Sp. z o.o. -0050C2D7B OWITA GmbH -0050C2D7C Microcubs Systems Pvt Ltd -0050C2D7D Voltech Instruments -0050C2D7E LYNX Technik AG -0050C2D7F HMI Technologies -0050C2D80 Keith & Koep GmbH -0050C2D81 TATTILE SRL -0050C2D82 Audio Authority Corp -0050C2D83 Blankom -0050C2D84 ABB Transmission and Distribution Auto Eqip(Xiamen.China) -0050C2D85 VITEC -0050C2D86 ECOMM ERA -0050C2D87 Electrolight Shivuk (1994) Ltd. -0050C2D88 T+A elektroakustik GmbH & Co KG -0050C2D89 Visual Telecommunication Network, Inc -0050C2D8A OptoLink Industria e Comercio Ltda -0050C2D8B Sicon s.r.l. -0050C2D8C iRphotonics -0050C2D8D CS-Instruments -0050C2D8E LSD Science&Technology Co.,Ltd. -0050C2D8F Syes srl -0050C2D90 Dumps Electronic -0050C2D91 CHAUVIN ARNOUX -0050C2D92 Manz -0050C2D93 Axlon AB -0050C2D94 Software Effect Enterprises, Inc -0050C2D95 Honeywell -0050C2D96 CONTEC GmbH -0050C2D97 ERS electronic GmbH -0050C2D98 Rong Shun Xuan Corp. -0050C2D99 T-Industry, s.r.o. -0050C2D9A Saia-Burgess Controls AG -0050C2D9B Intuitive Surgical, Inc -0050C2D9C Gamber Johnson LLC -0050C2D9D Mistral Solutions Pvt. Ltd -0050C2D9E PRIVATE -0050C2D9F BitWise Controls -0050C2DA0 Precision Remotes -0050C2DA1 MangoDSP -0050C2DA2 metraTec GmbH -0050C2DA3 GENERAL DYNAMICS C4 SYSTEMS -0050C2DA4 Deuta-Werke GmbH -0050C2DA5 megatec electronic GmbH -0050C2DA6 Manitowoc Ice -0050C2DA7 Capton -0050C2DA8 Sine Systems, Inc. -0050C2DA9 Tieline Research Pty Ltd -0050C2DAA M & PAUL, INC -0050C2DAB Aplex Technology Inc. -0050C2DAC RFL Electronics -0050C2DAD Keith & Koep GmbH -0050C2DAE Spang Power Electronics -0050C2DAF eumig industrie-tv GmbH -0050C2DB0 IMAGO Technologies GmbH -0050C2DB1 RF Code, Inc -0050C2DB2 SoftwareCannery -0050C2DB3 LAUDA DR. R. WOBSER GMBH & CO. KG -0050C2DB4 ZAO NPC "Kompjuternie Technologii" -0050C2DB5 DSP DESIGN LTD -0050C2DB6 PROSOFT-SYSTEMS LTD -0050C2DB7 SOREL GmbH Mikroelektronik -0050C2DB8 Comsat VertriebsgmbH -0050C2DB9 Peek Traffic Corporation -0050C2DBA M.P. Electronics -0050C2DBB Esensors, Inc. -0050C2DBC Nantes Systems Private Limited -0050C2DBD Margento R&D -0050C2DBE WITHSYSTEM Co.,Ltd -0050C2DBF One-Nemoto Engineering Corporation -0050C2DC0 Security Services Group (SSG) -0050C2DC1 Acrux Technology Limited -0050C2DC2 TESSERA TECHNOLOGY INC. -0050C2DC3 ZED Ziegler Electronic Devices GmbH -0050C2DC4 Keith & Koep GmbH -0050C2DC5 Saia-Burgess Controls AG -0050C2DC6 Fluid Components International -0050C2DC7 AGT Holdings Limited -0050C2DC8 T2M2 GmbH -0050C2DC9 KinotonGmbH -0050C2DCA Tele Data Control -0050C2DCB CT Company -0050C2DCC Instrumentel Limited -0050C2DCD dilitronics GmbH -0050C2DCE Mecsel Oy -0050C2DCF MCS Engenharia ltda -0050C2DD0 IDC Solutions Pty Ltd -0050C2DD1 Brankamp GmbH -0050C2DD2 Electronic Applications, Inc. -0050C2DD3 Rohde & Schwarz Topex SA -0050C2DD4 SYSTECH -0050C2DD5 Friend Spring Industrial Co., Ltd. -0050C2DD6 Transas Marine International AB -0050C2DD7 Tornado Modular Systems -0050C2DD8 Selex Systems Integration Inc -0050C2DD9 Metraware -0050C2DDA rbz robot design s.l. -0050C2DDB EDIXIA -0050C2DDC Vision & Control GmbH -0050C2DDD A&A GENERAL SRL -0050C2DDE DRS ITS -0050C2DDF Device GmbH -0050C2DE0 INTERNET PROTOCOLO LOGICA SL -0050C2DE1 ABB Transmission and Distribution Auto Eqip(Xiamen.China) -0050C2DE2 SEQUTEC INC -0050C2DE3 Breakaway Systems LLC -0050C2DE4 EGS Technologies Ltd -0050C2DE5 Neets -0050C2DE6 Fr. Sauter AG -0050C2DE7 Elan Systems -0050C2DE8 Visual Productions -0050C2DE9 Dacom West GmbH -0050C2DEA Cerner Corporation -0050C2DEB Ruwisch & Kollegen GmbH -0050C2DEC VendNovation LLC -0050C2DED Lee Laser -0050C2DEF Powersense A/S -0050C2DF0 Koncar Electrical Engineering Institute -0050C2DF1 Saia-Burgess Controls AG -0050C2DF2 Ocean Sonics -0050C2DF3 INSEVIS GmbH -0050C2DF4 Potter Electric Signal -0050C2DF5 EtherLight -0050C2DF6 HINO ENGINEERING, INC -0050C2DF7 Combilent -0050C2DF8 Tommotek (WA) Pty Ltd. -0050C2DF9 Jenny Science AG -0050C2DFA MAC Valves, Inc. -0050C2DFB BETTINI SRL -0050C2DFC I-Evo Ltd -0050C2DFD Wotbox ltd -0050C2DFE Xitek Design Limited -0050C2DFF TANTAL ELECTRONICA, SL -0050C2E00 Aplex Technology Inc. -0050C2E01 Tyco Traffic & Transportation -0050C2E02 Cleverscope -0050C2E03 ICU Scandinavia Schweiz GmbH -0050C2E04 Sec.Eng Systems Pty Ltd -0050C2E05 NOCOSIUM -0050C2E06 Ebner Electronic GmbH -0050C2E07 Protagon Process Technologies GmbH -0050C2E08 KST Technology -0050C2E09 ATEME -0050C2E0A Sicon s.r.l. -0050C2E0B Seartech -0050C2E0C YOUHO ELECTRIC IND.,LTD. -0050C2E0D Unixmedia Srl -0050C2E0E PMAC JAPAN -0050C2E0F Trentino Systems -0050C2E10 Radinetworks Co., Ltd -0050C2E11 RF Neulink -0050C2E12 Kago Electronics BV -0050C2E13 Automation Assist Japan Company -0050C2E14 Calixto Systems Pvt Ltd -0050C2E15 IHI Scube Co.,Ltd -0050C2E16 Jetstream Ltd. -0050C2E17 Gall Tankdatensysteme GmbH -0050C2E18 ABB Transmission and Distribution Automation Equipment (Xiamen) Co., Ltd. -0050C2E19 Zoe Medical -0050C2E1A Rosslare Enterprises Limited -0050C2E1B Embedded Labs -0050C2E1C Saia-Burgess Controls AG -0050C2E1D Holdline Tecnologia e Sistemas Ltda -0050C2E1E Lo-Q plc -0050C2E1F ELVEES -0050C2E20 Divelbiss Corporation -0050C2E21 Norwia AS -0050C2E22 Michael Riedel Transformatorenbau GmbH -0050C2E23 VITEC -0050C2E24 DiTEST Fahrzeugdiagnose GmbH -0050C2E25 ACD Elektronik GmbH -0050C2E26 Cinetix s.r.l. -0050C2E27 CONTROL SYSTEMS Srl -0050C2E28 Teplovodokhran -0050C2E29 Fr. Sauter AG -0050C2E2A Rohde&Schwarz Topex SA -0050C2E2B Plant Integrity Limited -0050C2E2C EN ElectronicNetwork Hamburg GmbH -0050C2E2D Funkwerk IT Karlsfeld GmbH -0050C2E2E DS! Ingenieurbuero -0050C2E2F Beam Ltd -0050C2E30 Goennheimer Elektronic GmbH -0050C2E31 ENSIS Co., Ltd. -0050C2E32 Oshoksh Corporation -0050C2E33 Morita Technical Center Company -0050C2E34 HGL Dynamics -0050C2E35 Omnica Corporation -0050C2E36 Saia-Burgess Controls AG -0050C2E37 FUJI DATA SYSTEM Co., Ltd -0050C2E38 Aesir Copenhagen -0050C2E39 Telemetrics Inc. -0050C2E3A PRIVATE -0050C2E3B Nanosolution Inc. -0050C2E3C Grupo Epelsa S.L. -0050C2E3D Baudisch Electronic GmbH -0050C2E3E Monnit Corp. -0050C2E3F VISITO S.R.L. -0050C2E40 Ecrin Systems -0050C2E41 Higeco S.r.l. -0050C2E42 Wings for Media SL -0050C2E43 Technica Engineering GmbH -0050C2E44 DEUTA-WERKE GmbH -0050C2E45 Stichting Sunrise -0050C2E46 Industrea Mining Technology -0050C2E47 ENIKA.CZ -0050C2E48 ITW Reyflex North America -0050C2E49 CTF TECHNOLOGIES DO BRASIL LTDA -0050C2E4A GHL Systems Bhd -0050C2E4B Rohde&Schwarz Topex SA -0050C2E4C Applied Micro Electronics "AME" BV -0050C2E4D PCSC -0050C2E4E Institute For Information Industry -0050C2E4F Wine Technology Marlborough -0050C2E50 Tattile srl -0050C2E51 Motec Pty Ltd -0050C2E52 Famas System S.p.A. -0050C2E53 NEXT video systems Hard- and Software Development GmbH -0050C2E54 Arcos Technologies LTD -0050C2E55 TTi Ltd -0050C2E56 RFENGINE CO., LTD. -0050C2E57 EOLANE MONTCEAU -0050C2E58 Agri-hitech LLC -0050C2E59 Saia-Burgess Controls AG -0050C2E5A FUTEC INC. -0050C2E5B CAIPO Automazione Industriale s.r.l. -0050C2E5C MCOPIA Co., Ltd -0050C2E5D T8 Ltd -0050C2E5E OREP -0050C2E5F Pantec Engineering AG -0050C2E60 TAIYO SEIKI CO.,LTD. -0050C2E61 Detech Electronics ApS -0050C2E62 SAE IT-systems GmbH & Co. KG -0050C2E63 Prima sistemi -0050C2E64 Edgeware AB -0050C2E65 IB Elektronik GmbH -0050C2E66 EMAC, Inc. -0050C2E67 Critical Link, LLC -0050C2E68 Kyoritsu Electric Corporation -0050C2E69 Netmaker -0050C2E6A Aplex Technology Inc. -0050C2E6B Sika Technology AG -0050C2E6C SAMSUNG Electronics Co.,Ltd.(LED Division) -0050C2E6D Allerta Inc -0050C2E6E Power-One Italia S.p.A -0050C2E6F Leyden Engineering -0050C2E70 DORLET S.A. -0050C2E71 traffic network solutions s.l -0050C2E73 ACS Motion Control Ltd. -0050C2E74 Will corp. -0050C2E75 FSM AG -0050C2E76 Embedded Solution Bank Co., Ltd. -0050C2E77 Fr. Sauter AG -0050C2E78 TASK SISTEMAS DE COMPUTACAO LTDA -0050C2E79 MCS MICRONIC Computer Systeme GmbH -0050C2E7A Lightel -0050C2E7B ATOM GIKEN Co.,Ltd. -0050C2E7C sp controls, inc -0050C2E7D AEL Microsystems Limited -0050C2E7E Swareflex GmbH -0050C2E7F LS Control A/S -0050C2E80 Saia-Burgess Controls AG -0050C2E81 Adaptive Technologies, Inc. -0050C2E82 Xplore Technologies Corp -0050C2E83 Witree Co.,Ltd -0050C2E84 ABB Transmission and Distribution Automation Equipment (Xiamen) Co., Ltd. -0050C2E85 Cosmo Life Co.,Ltd -0050C2E86 Multisuns Corporation -0050C2E87 Lamson Safes & Security -0050C2E88 Pivitec, LLC -0050C2E89 PROTEQSEN -0050C2E8A Macronet s.r.l. -0050C2E8B RPA Electronic Solutions, Inc. -0050C2E8C Epec Oy -0050C2E8D SystemAdvanced Co,Ltd -0050C2E8E GENERAL DYNAMICS C4 SYSTEMS -0050C2E8F STT Condigi A/S -0050C2E90 GS Elektromedizinische Geraete G. Stemple GmbH -0050C2E91 DSP DESIGN LTD -0050C2E92 CT Company -0050C2E93 Perceptive Pixel Inc. -0050C2E94 ANA-U GmbH -0050C2E95 Dlite Comercio, Importadora e Serviços de Automação Ltda -0050C2E96 PROYECSON S.A. -0050C2E97 Arista Systems Corporation -0050C2E98 i3 International Inc. -0050C2E99 UV Networks, Inc. -0050C2E9A Solace Systems -0050C2E9B Hentschel System GmbH -0050C2E9C SPARQ systems -0050C2E9D nicai-systems -0050C2E9E American Microsystems, Ltd. -0050C2E9F DataSoft Corporation -0050C2EA0 Robert Bosch Healthcare, Inc. -0050C2EA1 TEX COMPUTER SRL -0050C2EA2 ThinkRF Corp -0050C2EA3 Subsea Systems, Inc. -0050C2EA4 head -0050C2EA5 Aerodata AG -0050C2EA6 Powersense A/S -0050C2EA7 Saia-Burgess Controls AG -0050C2EA8 MB Connect Line GmbH -0050C2EA9 METTLER-TOLEDO HI-SPEED -0050C2EAA BAE Systems -0050C2EAB Warp9 Tech Design, Inc. -0050C2EAC Alias ip -0050C2EAD Rohde&Schwarz Topex SA -0050C2EAE Alyrica Networks -0050C2EAF Aircell -0050C2EB0 Pulse Communication Systems Pvt. Ltd. -0050C2EB1 PDU EXPERT UK LTD -0050C2EB2 Otaki Electric Corporation -0050C2EB3 AR RF/Microwave Instrumentation -0050C2EB4 Wishtek Technology, Inc. -0050C2EB5 Covidence A/S -0050C2EB6 Monsoon Solutions, Inc. -0050C2EB7 Saab AB -0050C2EB8 dspnor -0050C2EB9 ALPHA-MOS -0050C2EBA West-Com Nurse Call Systems, Inc. -0050C2EBB TimeTerminal Adductor Group AB -0050C2EBC Diehl AKO Stiftung & Co. KG -0050C2EBD Droplet Measurement Technologies -0050C2EBE Global Tecnologia LTDA. -0050C2EBF CIVOLUTION -0050C2EC0 UgMO Technologies -0050C2EC1 ANT Group s.r.l -0050C2EC2 Ixonos Plc -0050C2EC3 Aplex Technology Inc. -0050C2EC4 Logical Electromechanical Sys Inc. -0050C2EC5 RSUPPORT Co., Ltd. -0050C2EC6 INFRONICS SYSTEMS LIMITED -0050C2EC7 LIQUID ROBOTICS, INC -0050C2EC8 IBERNEX INGENIERIA, S.L. -0050C2EC9 Amsterdam Scientific Instruments BV -0050C2ECA BitWise Controls -0050C2ECB FAL Corp -0050C2ECC Saia-Burgess Controls AG -0050C2ECD Peek Traffic Corporation -0050C2ECE easii ic adiis -0050C2ECF TAIWAN HIPLUS CORPORATION -0050C2ED0 Nippon Systemware Co.,Ltd. -0050C2ED1 Arcontia Technology AB -0050C2ED2 Klangspektrum GmbH -0050C2ED3 ECO MONITORING UTILITY SYSTEMS LTD -0050C2ED4 TAMAGAWA ELECTRONICS CO.,LTD. -0050C2ED5 RFL Electronics Inc. -0050C2ED6 Cat AB -0050C2ED7 FBT Elettronica spa -0050C2ED8 AVocation Systems, Inc. -0050C2ED9 Plasmatronics pty ltd -0050C2EDA Joint Stock Company "Svyaz Inginiring M" -0050C2EDB BELIK S.P.R.L. -0050C2EDC Eyelock Corporation -0050C2EDD EBNEURO SPA -0050C2EDE Smart Grid Networks -0050C2EDF Monitor Business Machines -0050C2EE0 osf Hansjuergen Meier GmbH & Co. KG -0050C2EE1 Procon Electronics -0050C2EE2 System Industrie Electronic GmbH -0050C2EE3 Tecnint HTE Srl -0050C2EE4 Rohde&Schwarz Topex SA -0050C2EE5 Cytec Zylindertechnik GmbH -0050C2EE6 B:TECH, a. s. -0050C2EE7 Syes srl -0050C2EE8 Kamacho Scale Co., Ltd. -0050C2EE9 QUANTA S.r.l. -0050C2EEA Positioneering Limited -0050C2EEB fibrisTerre GmbH -0050C2EEC Yuyama Mfg. Co., Ltd. -0050C2EED Future Design Controls, Inc -0050C2EEE ABB Transmission and Distribution Automation Equipment (Xiamen) Co., Ltd -0050C2EEF IDTRONIC GmbH -0050C2EF0 Homaetrix Ltd -0050C2EF1 Saia-Burgess Controls AG -0050C2EF2 Specialty Microwave Corp -0050C2EF3 Smart Power Electronics GmbH & Co. KG -0050C2EF4 RO.VE.R. Laboratories S.p.A -0050C2EF5 Human Network Labs, Inc. -0050C2EF6 Netline Communication Technologies -0050C2EF7 Amstelland Electronic BV -0050C2EF8 HCL Technologies -0050C2EF9 HORIBA ABX -0050C2EFA Predictive Sensor Technology -0050C2EFB Norbit ODM AS -0050C2EFC PRIVATE -0050C2EFD Sanmina -0050C2EFE PLR Information Systems Ltd. -0050C2EFF Zephyrus Electronics LTD. -0050C2F00 Syscom Instruments -0050C2F01 Mango DSP, Inc -0050C2F02 BMR -0050C2F03 Wren Sound Systems -0050C2F04 KINKI ROENTGEN INDUSTRIAL CO.,LTD -0050C2F05 ESI Ventures -0050C2F06 Micro-Key BV -0050C2F07 Icon Research Ltd -0050C2F08 Aplex Technology Inc. -0050C2F09 Wheatstone Corporation -0050C2F0A HASCOM International Pty Ltd -0050C2F0B Treehaven Technologies, Inc. -0050C2F0C SKYCHANNEL LTD -0050C2F0D Bluetest AB -0050C2F0E Micro Technic A/S -0050C2F0F AeroVision Avionics, Inc. -0050C2F10 Wincor Nixdorf Sp. z o.o. -0050C2F11 Organis GmbH -0050C2F12 General Industrial Controls Pvt Ltd -0050C2F13 Packet Plus, Inc. -0050C2F14 VISION SYSTEMS AERONAUTIC -0050C2F15 Sascal Displays Ltd -0050C2F16 Peter Huber Kältemaschinenbau GmbH -0050C2F17 ABB Transmission and Distribution Automation Equipment (Xiamen) Co., Ltd -0050C2F18 Vitec Multimedia -0050C2F19 Netlink Bilisim Sistemleri San. ve Tic. Ltd. Sti. -0050C2F1A Aqua Management -0050C2F1B Saia-Burgess Controls AG -0050C2F1C GENERAL DYNAMICS C4 SYSTEMS -0050C2F1D Grossenbacher Systeme AG -0050C2F1E Dell'Orto S.P.A. -0050C2F1F Verified Energy, LLC. -0050C2F20 Unfors Instruments AB -0050C2F21 SEITEC Co. Ltd -0050C2F22 Harland Simon plc -0050C2F23 Electro-Motive Diesel -0050C2F24 CT Company -0050C2F25 Samway Electronic SRL -0050C2F26 WaveIP -0050C2F27 ELAN SYSTEMS -0050C2F28 Vertex Antennentechnik GmbH -0050C2F29 RADYNE CORPORATION -0050C2F2A ACD Elektronik GmbH -0050C2F2B Bio Guard component & technologies -0050C2F2C Terratel Technology s.r.o. -0050C2F2D Robert Bosch Healthcare Systems, Inc. -0050C2F2E H&L Instruments, LLC -0050C2F2F Arcos Technologies LTD -0050C2F30 Miris AB -0050C2F31 Ruetz Technologies GmbH -0050C2F32 Net4Things -0050C2F33 Applied Micro Electronics "AME" BV -0050C2F34 Sequip S+E GmbH -0050C2F35 Grupo Epelsa S.L. -0050C2F36 Visitech AS -0050C2F37 Rosslare Enterprises Limited -0050C2F38 AeroControl, Inc. -0050C2F39 Inforce Computing, Inc. -0050C2F3A Saia-Burgess Controls AG -0050C2F3B TAMS firmware co. -0050C2F3C Vemco Sp. z o. o. -0050C2F3D Project service S.a.s -0050C2F3E Vtron Pty Ltd -0050C2F3F DENSEI COMMUNICATION Inc. -0050C2F40 iBWorld co.,ltd. -0050C2F41 FairyDevices Inc. -0050C2F42 DSPCon -0050C2F43 Special Systems Engineering Center LLC -0050C2F44 Steinbichler Optotechnik GmbH -0050C2F45 HUSTY M.Styczen J.Hupert Sp.J. -0050C2F46 Reason Tecnologia S.A. -0050C2F47 cadac,inc. -0050C2F48 Midas Technology DBA Phoenix Audio Technologies -0050C2F49 Green Instruments A/S -0050C2F4A Z-App Systems, Inc. -0050C2F4B Supranet -0050C2F4C Enistic Limited -0050C2F4D KNOWHOW INFOCOM INC. -0050C2F4E Heinzinger electronic GmbH -0050C2F4F BAP Precision Ltd. -0050C2F50 Moritex Corporation -0050C2F51 NDC Infrared Engineering, Inc. +0050C20F8 Tecnint HTE SRL +0050C25A6 Plastic Logic +0050C2C90 RealD 0050C2F52 Rohde&Schwarz Topex SA -0050C2F53 BAYCOM OPTO-ELECTRONICS TECHNOLOGY CO.,LTD. -0050C2F54 Hella Gutmann Solutions GmbH -0050C2F55 Honeywell International Inc. -0050C2F56 Monsoon Solutions, Inc. -0050C2F57 Reach Technologies Inc. -0050C2F58 IEEE-SA -0050C2F59 G3 Technologies -0050C2F5A Sentry 360 Security -0050C2F5B Saia-Burgess Controls AG -0050C2F5C DSP DESIGN LTD -0050C2F5D SMARTB TECHNOLOGIES -0050C2F5E Y-cam Solutions Ltd -0050C2F5F BORYEU TECHNOLOGY CO.,LTD -0050C2F60 Deckma GmbH -0050C2F61 Brauch Elektronik GmbH&Co.KG -0050C2F62 EMAC, Inc. -0050C2F63 Triax A/S -0050C2F64 Chrisso Technologies LLC -0050C2F65 Telebyte Inc. -0050C2F66 GWT LLC -0050C2F67 Celestial Audio -0050C2F68 NEWTEC A/S -0050C2F69 Safe Place Solutions Ltd -0050C2F6A OFI Inc. (dba 2D2C) -0050C2F6B Algodue Elettronica Srl -0050C2F6C Pro Design Electronic GmbH -0050C2F6D Pro Design Electronic GmbH -0050C2F6E Smith Meter, Inc. -0050C2F6F Aplex Technology Inc. -0050C2F70 Noralta Technologies Inc -0050C2F71 RF CODE, INC -0050C2F72 MaxDeTec AG -0050C2F73 DELTACAST.TV -0050C2F74 Thor Technologies Pty Ltd -0050C2F75 PumpWell Solutions Ltd. -0050C2F76 Rong Jie(FuZhou)Electronics Co.,Ltd -0050C2F77 SYSTEMTECHNIK GmbH -0050C2F78 Gets MSS S.A. -0050C2F79 Tattile SRL -0050C2F7A C3 LLC -0050C2F7B MCM Electronics -0050C2F7C Atonometrics, Inc. -0050C2F7D D-Hike Electroncs Technology Co.,Ltd -0050C2F7E TruTeq Wireless (Pty) Ltd -0050C2F7F Dynamic Design -0050C2F80 SYS TEC electronic GmbH -0050C2F81 PLDA -0050C2F82 Sincair Systems International -0050C2F83 GSP Sprachtechnologie GmbH -0050C2F84 Dynon Instruments -0050C2F85 Enetics, Inc. -0050C2F86 Audio Power Labs -0050C2F87 Vaisala Oyj -0050C2F88 RTC Manufacturing Inc. -0050C2F89 CSA Engineering AG -0050C2F8A EMAC, Inc. -0050C2F8B comlet Verteilte Systeme GmbH -0050C2F8C UBSTechnology Co., Ltd -0050C2F8D GUANGDONG EAST POWER CO.,LTD. -0050C2F8E GPO -0050C2F8F Computerwise, Inc. -0050C2F90 SecureTech Systems, Inc. -0050C2F91 RE2 Inc -0050C2F92 CONET Solutions GmbH -0050C2F93 Baudisch Electronic GmbH -0050C2F94 Digital Barriers -0050C2F95 TTi LTD (Thurlby Thandar Instruments LTD) -0050C2F96 JLCooper Electronics -0050C2F97 Sicon s.r.l. -0050C2F98 Infotech North America -0050C2F99 Dr. Neumann elektronik GmbH -0050C2F9A Telvent -0050C2F9B NEWELL TECHNOLOGIES LIMITED -0050C2F9C R&D KOMETEH -0050C2F9D JSC "Kaluga Teletypes Manufacturing Plant" -0050C2F9E Matsusada Precision Inc. -0050C2F9F Nanjing SAC Power Grid Automation Co., Ltd. -0050C2FA0 Amplus Communication Pte Ltd -0050C2FA1 N-Hands GmbH und Co KG -0050C2FA2 Power-One -0050C2FA3 Xemex NV -0050C2FA5 Intuitive Surgical, Inc. -0050C2FA6 Hilkom digital GmbH -0050C2FA7 Exelis Inc. -0050C2FA8 Yash SiQure Technologies India Pvt. Ltd. -0050C2FA9 Hijet Print d.o.o. -0050C2FAA YJSYSTEM -0050C2FAB Aplex Technology Inc. -0050C2FAC ADETEL GROUP -0050C2FAD Finishing Brands -0050C2FAE ATI Automacao Telecomunicacoes e Informatica Ltda -0050C2FAF Vremya-CH JSC -0050C2FB0 Tateishi Kobisha Co.LTD -0050C2FB1 MATELEX -0050C2FB2 Preston Industries dba PolyScience -0050C2FB3 CT Company -0050C2FB4 MC-monitoring SA -0050C2FB5 Assembly Contracts Limited -0050C2FB6 ARGUS-SPECTRUM -0050C2FB7 Pounce Consulting -0050C2FB8 TECHNO CO.,LTD. -0050C2FB9 Coral Telecom Ltd -0050C2FBA Elbit Systems of America -0050C2FBB ACIDA GmbH -0050C2FBC Leroy Somer -0050C2FBD FHF Funke+Huster Fernsig GmbH -0050C2FBE senTec Elektronik GmbH -0050C2FBF MYLOGIC -0050C2FC0 Rohde&Schwarz Topex SA -0050C2FC1 Motec Pty Ltd -0050C2FC2 ELTA -0050C2FC3 HSDC Sp. z o.o. -0050C2FC4 Kyowadensi -0050C2FC5 Sakura Seiki Co.,Ltd. -0050C2FC6 Critical Link -0050C2FC7 SERCOM Regeltechniek -0050C2FC8 Far South Networks -0050C2FC9 Mehta Tech, Inc. -0050C2FCA Telemisis Ltd -0050C2FCB Propagation Systems Limited -0050C2FCC Soudronic AG -0050C2FCD Jinyoung Contech -0050C2FCE KOYO ELECTRIC -0050C2FCF DINTEK Shanghai Electronic Ltd -0050C2FD0 Simple Solutions -0050C2FD1 Enyx SA -0050C2FD2 Autonomic Controls. Inc -0050C2FD3 Aster Electric Co.,Ltd. -0050C2FD4 Insitu, Inc. -0050C2FD5 American Microsystems, Ltd. -0050C2FD6 City Computing Ltd -0050C2FD7 Deuta-Werke GmbH -0050C2FD8 Ease Inc. -0050C2FD9 Figment Design Laboratories -0050C2FDA ELAN SYSTEMS -0050C2FDB The Security Center Inc -0050C2FDC QUERCUS TECHNOLOGIES, S.L. -0050C2FDD Toptech Systems, Inc. -0050C2FDE Peek Traffic -0050C2FDF ACD Elektronik GmbH -0050C2FE0 Azurtest -0050C2FE1 dotOcean -0050C2FE2 Pulsotronic Anlagentechnik GmbH -0050C2FE3 PRIVATE -0050C2FE4 RTT Mobile Interpretation -0050C2FE5 Scandinova Systems AB -0050C2FE6 Exibea AB -0050C2FE7 Erhardt+Leimer GmbH -0050C2FE8 Mango DSP, Inc. -0050C2FE9 MB Connect Line GmbH -0050C2FEA Brunel GmbH Section Communications -0050C2FEB Axible Technologies -0050C2FEC First System Technology Co., Ltd. -0050C2FED LOGISOL Kft. -0050C2FEE Sparks Instruments SA -0050C2FEF Task Sistemas de Computacao -0050C2FF0 GENERAL DYNAMICS C4 SYSTEMS -0050C2FF1 DiTEST FAHRZEUGDIAGNOSE GMBH -0050C2FF2 GLOBALCOM ENGINEERING SRL -0050C2FF3 CONTROL SYSTEMS Srl -0050C2FF4 Burk Technology -0050C2FF5 Flexkom Internet Pazarlama Bilipim ve Eoitim Hiz.Inp.Mim.Muh.Oto.Enerji San. Tic. A.p. -0050C2FF6 Booyco Electronics -0050C2FF7 Human Intech -0050C2FF8 KST technology -0050C2FF9 Penttech AB -0050C2FFA Nupoint Systems Inc. -0050C2FFB SEFRAM -0050C2FFC Spirent Communications -0050C2FFD Touchless Biometric Systems AG -0050C2FFE Sensata Technologies -0050C2FFF MSR-Solutions GmbH -0050C2000 XRONOS.INC -0050C2001 Vemotion -0050C2002 Hangzhou Chenxiao Technologies Co. Ltd. -0050C2003 AlphaNavigation coltd -0050C2004 CR Magnetics, Inc. -0050C2005 Monarch Instrument -0050C2006 Bactest Limited -0050C2007 Digital Audio SA -0050C2008 Kaori Industria Eletronica Ltda -0050C2009 ClearSite Communications Inc. -0050C200A Sarana Sistem Mikro -0050C200B Aircell -0050C200C Aplex Technology Inc. -0050C200D HuNS -0050C200E Brightwell Dispensers -0050C200F DIGITAL DYNAMICS, INC. -0050C2010 APG CASH DRAWER -0050C2011 Flexim Security Oy -0050C2012 Sencon Inc. -0050C2013 Grande Vitesse Systems -0050C2014 Toni Studio -0050C2015 BITMILL srl -0050C2016 Par-Tech, Inc. -0050C2017 Franke Aquarotter GmbH -0050C2018 STANEO SAS -0050C2019 Nautel Limited -0050C201A MEGGITT DEFENSE SYSTEMS INC. -0050C201B Audio Enhancement -0050C201C BERG -0050C201D Scharco Elektronik GmbH -0050C201E A2S -0050C201F Sitep Italia Spa -0050C2020 ENTEC Electric & Electronic CO., LTD. -0050C2021 SMT D.O.O. -0050C2022 Digimerge Technology Inc -0050C2023 Shanghai o-solution electronics & Technology Co., Ltd. -0050C2024 Electrical Geodesics Incorporated -0050C2025 Rosemount Analytical -0050C2026 Symetrics Industries -0050C2027 GRUPO EPELSA S.L. -0050C2028 Integrated Control Corp. -0050C2029 Depro Electronique -0050C202A Tinkerforge GmbH -0050C202B Nomatronics -0050C202C InventLab s.c. -0050C202D Elgama Sistemos -0050C202E Circuitec Ind. Equip. Eletr. Ltda -0050C202F Adva Technologies -0050C2030 Tecnologias Plexus -0050C2031 Dommel GmbH -0050C2032 BETTINI SRL -0050C2033 Ermes Elettronica s.r.l. -0050C2034 Dacom West GmbH -0050C2035 Mesotech International, Inc. -0050C2036 Schweers informationstechnologie GmbH -0050C2037 Software Workshop -0050C2038 Special Measurements Labs LLC -0050C2039 CI Systems Ltd -0050C203A Socus networks -0050C203B Telcomkorea -0050C203C Computer System Co.,Ltd -0050C203D Tekelek Europe Ltd -0050C203E Vishay Celtron Technologies, Inc. -0050C203F UniSVR Global Information Technology Corp. -0050C2040 GHL Systems Berhad -0050C2041 T.Q.M. Itaca Technology s.r.l. -0050C2042 Mango Communicaitons Inc. -0050C2043 SchulerControl GmbH -0050C2044 An Chen Computer Co. Ltd. -0050C2045 Genadsystem -0050C2046 Circuitlink Pty Ltd -0050C2047 Dos&Donts SRL -0050C2048 GENERAL DYNAMICS C4 SYSTEMS -0050C2049 Thermo Fisher Scientific -0050C204A Gateway Technologies SA de CV -0050C204B Vital Tech Industria e Comercio Ltda -0050C204C Serveron Corporation -0050C204D MACHINEPERFORMANCE ApS -0050C204E Honeywell Aerospace/Intelligent Automation Corp. -0050C204F Haein S&S Co., Ltd -0050C2050 ATG UV Technology -0050C2051 CS Instruments Asia -0050C2052 DAN ELECTRONICS SYSTEM (P) LIMITED -0050C2053 Amantys Ltd -0050C2054 VITEC -0050C2055 Helmholtz Zentrum Dresden Rossendorf e.V. -0050C2056 GROUP 57 -0050C2057 Tammermatic Group Oy -0050C2058 Energy Team S.p.A. -0050C2059 COLONIAL ASSEMBLY and DESIGN -0050C205A Ultra Electronics Flightline Systems -0050C205B Data Flow Systems, Inc. -0050C205C Rosslare Enterprises Limited -0050C205D Leica Biosystems -0050C205E inoage GmbH -0050C205F EPSa GmbH -0050C2060 Aplex Technology Inc. -0050C2061 Cominfo, Inc. -0050C2062 Tech Source Inc -0050C2063 Protonic Holland -0050C2064 HIPODROMO DE AGUA CALIENTE, S.A. DE C.V. -0050C2065 Parallel Wireless -0050C2066 TeraTron GmbH -0050C2067 Tronic Control ltd. -0050C2068 Oki Seatec Co., Ltd. -0050C2069 Smartcom-Bulgaria AD -0050C206A elgris -0050C206B BRS Sistemas Eletronicos -0050C206C Rohde&Schwarz Topex SA -0050C206D BroadSoft, INC -0050C206E C-COM Satellite Systems Inc. -0050C206F DORLET SA -0050C2070 JSC Electrical Equipment Factory -0050C2071 TATTILE SRL -0050C2072 CT Company -0050C2073 Diamond Technologies, Inc -0050C2074 Sphere Medical Ltd -0050C2075 Teraflops -0050C2076 INTERNET PROTOCOLO LOGICA SL -0050C2077 TOEC TECHNOLOGY CO.,LTD -0050C2078 NACHI-FUJIKOSHI CORP -0050C2079 DelfiSolutions A/S -0050C207A 4embedded -0050C207B IPS Technology Limited -0050C207C Agramkow Fluid Systems A/S -0050C207D Wuxi SiNeng New Energy Co., Ltd. -0050C207E TESCOM CORPORATION -0050C207F Wheatstone Corporation -0050C2080 Honeywell -0050C2081 Sicon srl -0050C2082 ard sa -0050C2083 DELOPT -0050C2084 Papendorf Software Engineering GmbH -0050C2085 Peek Traffic Corporation -0050C2086 DSP DESIGN -0050C2087 Bestel China -0050C2088 JEL SYSTEM CO., LTD. -0050C2089 WUHAN XINGTUXINKE ELECTRONIC CO.,LTD -0050C208A Leder Elektronik Design -0050C208B MeshWorks Wireless Oy -0050C208C Magnescale Co.,Ltd -0050C208D Boehme Nachrichtentechnik -0050C208E Lyngsoe Systems -0050C208F Excelitas -0050C2090 Axxess Identification Ltd -0050C2091 KDT -0050C2092 Wasserbauer GmbH -0050C2093 Sentry 360 Security -0050C2094 Nomad Digital Limited -0050C2095 Heart Force Medical -0050C2096 Comtel Electronics GmbH -0050C2097 Burton Technical Services LLC -0050C2098 Dave Srl -0050C2099 idcell co.ltd -0050C209A CoherentPlus Sdn Bhd -0050C209B Tokyo Denki Gijutsu Kogyo -0050C209C Keyware Solutions Inc. -0050C209D EMAC, Inc. -0050C209E NanoPulse, Inc. -0050C209F Bascules Robbe nv -0050C20A0 Quantronix, Inc. -0050C20A1 ADVALY SYSTEM Inc. -0050C20A2 Xemex NV -0050C20A3 Telefrank GmbH -0050C20A4 Resch Electronic Innovation GmbH -0050C20A5 WooshCom Corporation -0050C20A6 Alumbra Produtos Elétricos e Eletrônicos Ltda -0050C20A7 First Design System Inc. -0050C20A8 Baudisch Electronic GmbH -0050C20A9 Apantac LLC -0050C20AA Thermal Imaging Radar, LLC -0050C20AB Enel doo Belgrade -0050C20AC Fraunhofer HHI -0050C20AD Space Micro -0050C20AE GENERAL DYNAMICS C4 SYSTEMS -0050C20AF EnVerv Inc. -0050C20B0 Micrologic -0050C20B1 Nanjing TIANSU Automation Control System Co., Ltd. -0050C20B2 Ever Trend Technology Development Limited -0050C20B3 T.W.S. srl -0050C20B4 MITSUBISHI ELECTRIC SYSTEM & SERVICE CO.,LTD. -0050C20B5 DATA SHARING CONSULTING -0050C20B6 Telvent -0050C20B7 ACD Elektronik GmbH -0050C20B8 Ferlin Trading BV -0050C20B9 WxBR Sistemas de Telecomunicacoes Ltda -0050C20BA PCH Engineering A/S -0050C20BB Whiptail -0050C20BC Aplex Technology Inc. -0050C20BD iCOGNIZE GmbH -0050C20BE Manufacturing System Insights Inc -0050C20BF Shenzhen SETEC Power Co.,Ltd -0050C20C0 ACT -0050C20C1 Xepto Computing Inc -0050C20C2 SC Techswarm SRL -0050C20C3 APG CASH DRAWER -0050C20C4 Inspired Systems -0050C20C5 M.M. Elektrolab -0050C20C6 comtime GmbH -0050C20C7 insensiv GmbH -0050C20C8 Mettler Toledo Hispeed -0050C20C9 QUANTAFLOW -0050C20CA NEUTRIK AG -0050C20CB ReliOn Inc -0050C20CC ATEME -0050C20CD Logical Product -0050C20CE EST Analytical -0050C20CF Clark-MXR, Inc. -0050C20D0 Icraft Oy -0050C20D1 Cantada Inc -0050C20D2 ELAN SYSTEMS -0050C20D3 LECO Corporation -0050C20D4 Mitsubishi Heavy Industries, Ltd. -0050C20D5 Shimizu Electric Co., Ltd. -0050C20D6 deskontrol electronics -0050C20D7 Avant Technologies,Inc -0050C20D8 NEXT! s.c. S.Piela B.Dryja -0050C20D9 YUKO ELECTRIC CO.,LTD -0050C20DA Devialet SA -0050C20DB Top Connect OU -0050C20DC NVS Technologies Inc -0050C20DD Embed Limited -0050C20DE Vishay Nobel AB -0050C20DF Xadi Inc -0050C20E0 Richter -0050C20E1 STV Electronic GmbH -0050C20E2 Keocko International -0050C20E3 Medigus Ltd -0050C20E4 ARAGO SYSTEMS -0050C20E5 Triton Electronics LTD -0050C20E6 Kyoritsu Electric Corp. -0050C20E7 LIGHTSTAR -0050C20E8 HEITEC AG -0050C20E9 HAMEG GmbH -0050C20EA A-Z-E -0050C20EB WANTECH Networks -0050C20EC Sentry 360 Security -0050C20ED IntelliDesign Pty Ltd -0050C20EE Siegmar Zander HuSWare -0050C20EF GeneSys Elektronik GmbH -0050C20F0 Redwood Systems -0050C20F1 Grossenbacher Systeme AG -0050C20F2 SigmaPhi Electronics -0050C20F3 ECON Systems Inc. -0050C20F4 MB Connect Line GmbH -0050C20F5 CST Group -0050C20F6 PRIVATE -0050C20F7 Comline Elektronik Elektrotechnik GmbH -0050C20F8 Better Place -0050C20F9 Invisua Lighting BV -0050C20FA Marmitek BV -0050C20FB InfoMac Sp. z o. o. Sp. k. -0050C20FC eumig industrie-tv GmbH -0050C20FD MONOGRAM technologies ltd -0050C20FE Cytech Technology Pte Ltd -0050C20FF YUYAMA MFG.CO.,LTD. -0050C2100 TASK SISTEMAS DE COMPUTACAO S.A. -0050C2101 e.p.g. Elettronica Srl -0050C2102 Power Electronics -0050C2103 Peek Traffic Corporation -0050C2104 IMPLE SISTEMAS ELETRONICOS EMBARCADOS LTDA -0050C2105 Tieline Research Pty Ltd -0050C2106 Orbital A/S -0050C2107 Smith Meter, Inc -0050C2108 ALPHA DESIGN CO.,LTD. -0050C2109 Rosslare Enterprises Limited -0050C210A DAVIS DERBY LIMITED -0050C210B So-Cool Corporation. -0050C210C Contrans TI sp. z o.o. -0050C210D Rite-Tech Industrial CO., Ltd. -0050C210E HKS-Prozesstechnik GmbH -0050C210F CAVALRY STORAGE INC -0050C2110 Aplex Technology Inc. -0050C2111 Grupo Epelsa S.L. -0050C2112 Halliburton - Sperry Drilling Service -0050C2113 Testbook Ltd -0050C2114 GENERAL DYNAMICS C4 SYSTEMS -0050C2115 MESA Electronic GmbH -0050C2116 Uniscan LLC -0050C2117 RCS Energy Management Limited -0050C2118 University of Nebraska -- Lincoln -0050C2119 OOO Group of Industrial Technologies -0050C211A Sicon srl -0050C211B nanoTRONIC GmbH -0050C211C DEUTA-WERKE GmbH -0050C211D ACD Elektronik GmBH -0050C211E CEMSI, Inc. -0050C211F KOMPAN Pawel Sokolowski -0050C2120 ObjectFab GmbH -0050C2121 shanghai Anjian Information technology co. , ltd. -0050C2122 ATX Networks Ltd. -0050C2123 ZAO NPC Kompjuternie Technologii -0050C2124 Debug s.r.l. -0050C2125 Scandyna A/S -0050C2126 TTI LTD -0050C2127 LIGHTSTAR -0050C2128 Akse srl -0050C2129 DSP DESIGN -0050C212A Jadpod Communication Company Limited -0050C212B Mango DSP, Inc. -0050C212C NSP Europe Ltd -0050C212D Biotage Sweden AB -0050C212E Canfield Scientific, Inc. -0050C212F PRIVATE -0050C2130 GSP Sprachtechnologie GmbH -0050C2131 EMAC, INC. -0050C2132 AeroVision Avionics, Inc -0050C2133 Tattile srl -0050C2134 digitech GmbH & Co. KG -0050C2135 GLOBALCOM ENGINEERING SRL -0050C2136 Devriecom B.V. -0050C2137 GDE Polska -0050C2138 Calon Associates Limited -0050C2139 WOW System -0050C213A Supplier Ind. e Com de Eletroeletrônicos -0050C213B Davin Technologies Co.,Ltd -0050C213C shanghai anjian Information technology co. , ltd. -0050C213D Perm Scientific-Industrial Instrument Making Company JSC -0050C213E hanatech -0050C213F Zhejiang Wellsun Electric Meter Co.,Ltd -0050C2140 InnoTrans Communications, Inc -0050C2141 Key Systems, Inc. -0050C2142 Tetracore, Inc. -0050C2143 Tokyo Drawing Ltd. -0050C2144 Venco -0050C2145 Weber Marking Systems GmbH +0050C2E2A Rohde&Schwarz Topex SA +0050C2403 Rohde&Schwarz Topex SA +0050C2D47 Rohde&Schwarz Topex SA +0050C29EC Rohde&Schwarz Topex SA +0050C292A Rohde&Schwarz Topex SA +0050C2F8D Guangdong East Power Co., +0050C2D43 DSP4YOU LTd +0050C2374 Owasys Advanced Wireless Devices +40D8550B1 Nanjing TIANSU Automation Control System Co., Ltd. +0050C2DDE DRS Imaging and Targeting Solutions +0050C25AF DORLET SAU +0050C2796 DORLET SAU +40D85500B Gogo BA +0050C2EF9 HORIBA ABX SAS +40D8551BD HORIBA ABX SAS +0050C289A Neptune Technology Group Inc. +40D855044 An Chen Computer Co., Ltd. +0050C202A VersaLogic Corp. +0050C2485 Phytec Messtechnik GmbH +0050C225F Albert Handtmann Maschinenfabrik GmbH&Co.KG diff -Nru arp-scan-1.9/ieee-oui.txt arp-scan-2.0/ieee-oui.txt --- arp-scan-1.9/ieee-oui.txt 2013-07-24 14:09:03.000000000 +0530 +++ arp-scan-2.0/ieee-oui.txt 2017-09-21 19:24:11.000000000 +0530 @@ -12,18166 +12,23487 @@ # # Blank lines and lines beginning with "#" are ignored. # -# This file was automatically generated by get-oui at 2013-07-24 09:38:43 -# using data from http://standards.ieee.org/develop/regauth/oui/oui.txt +# This file was automatically generated by get-oui at 2017-05-29 17:22:17 +# using data from http://standards-oui.ieee.org/oui/oui.txt # # Do not edit this file. If you want to add additional MAC-Vendor mappings, # edit the file mac-vendor.txt instead. # -000000 XEROX CORPORATION -000001 XEROX CORPORATION -000002 XEROX CORPORATION -000003 XEROX CORPORATION -000004 XEROX CORPORATION -000005 XEROX CORPORATION -000006 XEROX CORPORATION -000007 XEROX CORPORATION -000008 XEROX CORPORATION -000009 XEROX CORPORATION -00000A OMRON TATEISI ELECTRONICS CO. -00000B MATRIX CORPORATION -00000C CISCO SYSTEMS, INC. -00000D FIBRONICS LTD. -00000E FUJITSU LIMITED -00000F NEXT, INC. -000010 SYTEK INC. -000011 NORMEREL SYSTEMES -000012 INFORMATION TECHNOLOGY LIMITED -000013 CAMEX -000014 NETRONIX -000015 DATAPOINT CORPORATION -000016 DU PONT PIXEL SYSTEMS . -000017 TEKELEC -000018 WEBSTER COMPUTER CORPORATION -000019 APPLIED DYNAMICS INTERNATIONAL -00001A ADVANCED MICRO DEVICES -00001B NOVELL INC. -00001C BELL TECHNOLOGIES -00001D CABLETRON SYSTEMS, INC. -00001E TELSIST INDUSTRIA ELECTRONICA -00001F Telco Systems, Inc. -000020 DATAINDUSTRIER DIAB AB -000021 SUREMAN COMP. & COMMUN. CORP. -000022 VISUAL TECHNOLOGY INC. -000023 ABB INDUSTRIAL SYSTEMS AB -000024 CONNECT AS -000025 RAMTEK CORP. -000026 SHA-KEN CO., LTD. -000027 JAPAN RADIO COMPANY -000028 PRODIGY SYSTEMS CORPORATION -000029 IMC NETWORKS CORP. -00002A TRW - SEDD/INP -00002B CRISP AUTOMATION, INC -00002C AUTOTOTE LIMITED -00002D CHROMATICS INC -00002E SOCIETE EVIRA -00002F TIMEPLEX INC. -000030 VG LABORATORY SYSTEMS LTD -000031 QPSX COMMUNICATIONS PTY LTD -000032 Marconi plc -000033 EGAN MACHINERY COMPANY -000034 NETWORK RESOURCES CORPORATION -000035 SPECTRAGRAPHICS CORPORATION -000036 ATARI CORPORATION -000037 OXFORD METRICS LIMITED -000038 CSS LABS -000039 TOSHIBA CORPORATION -00003A CHYRON CORPORATION -00003B i Controls, Inc. -00003C AUSPEX SYSTEMS INC. -00003D UNISYS -00003E SIMPACT -00003F SYNTREX, INC. -000040 APPLICON, INC. -000041 ICE CORPORATION -000042 METIER MANAGEMENT SYSTEMS LTD. -000043 MICRO TECHNOLOGY -000044 CASTELLE CORPORATION -000045 FORD AEROSPACE & COMM. CORP. -000046 OLIVETTI NORTH AMERICA -000047 NICOLET INSTRUMENTS CORP. -000048 SEIKO EPSON CORPORATION -000049 APRICOT COMPUTERS, LTD -00004A ADC CODENOLL TECHNOLOGY CORP. -00004B ICL DATA OY -00004C NEC CORPORATION -00004D DCI CORPORATION -00004E AMPEX CORPORATION -00004F LOGICRAFT, INC. -000050 RADISYS CORPORATION -000051 HOB ELECTRONIC GMBH & CO. KG -000052 Intrusion.com, Inc. -000053 COMPUCORP -000054 MODICON, INC. -000055 COMMISSARIAT A L`ENERGIE ATOM. -000056 DR. B. STRUCK -000057 SCITEX CORPORATION LTD. -000058 RACORE COMPUTER PRODUCTS INC. -000059 HELLIGE GMBH -00005A SysKonnect GmbH -00005B ELTEC ELEKTRONIK AG -00005C TELEMATICS INTERNATIONAL INC. -00005D CS TELECOM -00005E USC INFORMATION SCIENCES INST -00005F SUMITOMO ELECTRIC IND., LTD. -000060 KONTRON ELEKTRONIK GMBH -000061 GATEWAY COMMUNICATIONS -000062 BULL HN INFORMATION SYSTEMS -000063 BARCO CONTROL ROOMS GMBH -000064 YOKOGAWA DIGITAL COMPUTER CORP -000065 Network General Corporation -000066 TALARIS SYSTEMS, INC. -000067 SOFT * RITE, INC. -000068 ROSEMOUNT CONTROLS -000069 CONCORD COMMUNICATIONS INC -00006A COMPUTER CONSOLES INC. -00006B SILICON GRAPHICS INC./MIPS -00006C PRIVATE -00006D CRAY COMMUNICATIONS, LTD. -00006E ARTISOFT, INC. -00006F Madge Ltd. -000070 HCL LIMITED -000071 ADRA SYSTEMS INC. -000072 MINIWARE TECHNOLOGY -000073 SIECOR CORPORATION -000074 RICOH COMPANY LTD. -000075 Nortel Networks -000076 ABEKAS VIDEO SYSTEM -000077 INTERPHASE CORPORATION -000078 LABTAM LIMITED -000079 NETWORTH INCORPORATED -00007A DANA COMPUTER INC. -00007B RESEARCH MACHINES -00007C AMPERE INCORPORATED -00007D Oracle Corporation -00007E CLUSTRIX CORPORATION -00007F LINOTYPE-HELL AG -000080 CRAY COMMUNICATIONS A/S -000081 BAY NETWORKS -000082 LECTRA SYSTEMES SA -000083 TADPOLE TECHNOLOGY PLC -000084 SUPERNET -000085 CANON INC. -000086 MEGAHERTZ CORPORATION -000087 HITACHI, LTD. -000088 Brocade Communications Systems, Inc. -000089 CAYMAN SYSTEMS INC. -00008A DATAHOUSE INFORMATION SYSTEMS -00008B INFOTRON -00008C Alloy Computer Products (Australia) Pty Ltd -00008D Cryptek Inc. -00008E SOLBOURNE COMPUTER, INC. -00008F Raytheon -000090 MICROCOM -000091 ANRITSU CORPORATION -000092 COGENT DATA TECHNOLOGIES -000093 PROTEON INC. -000094 ASANTE TECHNOLOGIES -000095 SONY TEKTRONIX CORP. -000096 MARCONI ELECTRONICS LTD. -000097 EMC Corporation -000098 CROSSCOMM CORPORATION -000099 MTX, INC. -00009A RC COMPUTER A/S -00009B INFORMATION INTERNATIONAL, INC -00009C ROLM MIL-SPEC COMPUTERS -00009D LOCUS COMPUTING CORPORATION -00009E MARLI S.A. -00009F AMERISTAR TECHNOLOGIES INC. -0000A0 SANYO Electric Co., Ltd. -0000A1 MARQUETTE ELECTRIC CO. -0000A2 BAY NETWORKS -0000A3 NETWORK APPLICATION TECHNOLOGY -0000A4 ACORN COMPUTERS LIMITED -0000A5 Tattile SRL -0000A6 NETWORK GENERAL CORPORATION -0000A7 NETWORK COMPUTING DEVICES INC. -0000A8 STRATUS COMPUTER INC. -0000A9 NETWORK SYSTEMS CORP. -0000AA XEROX CORPORATION -0000AB LOGIC MODELING CORPORATION -0000AC CONWARE COMPUTER CONSULTING -0000AD BRUKER INSTRUMENTS INC. -0000AE DASSAULT ELECTRONIQUE -0000AF NUCLEAR DATA INSTRUMENTATION -0000B0 RND-RAD NETWORK DEVICES -0000B1 ALPHA MICROSYSTEMS INC. -0000B2 TELEVIDEO SYSTEMS, INC. -0000B3 CIMLINC INCORPORATED -0000B4 EDIMAX COMPUTER COMPANY -0000B5 DATABILITY SOFTWARE SYS. INC. -0000B6 MICRO-MATIC RESEARCH -0000B7 DOVE COMPUTER CORPORATION -0000B8 SEIKOSHA CO., LTD. -0000B9 MCDONNELL DOUGLAS COMPUTER SYS -0000BA SIIG, INC. -0000BB TRI-DATA -0000BC Rockwell Automation -0000BD MITSUBISHI CABLE COMPANY -0000BE THE NTI GROUP -0000BF SYMMETRIC COMPUTER SYSTEMS -0000C0 WESTERN DIGITAL CORPORATION -0000C1 Madge Ltd. -0000C2 INFORMATION PRESENTATION TECH. -0000C3 HARRIS CORP COMPUTER SYS DIV -0000C4 WATERS DIV. OF MILLIPORE -0000C5 FARALLON COMPUTING/NETOPIA -0000C6 EON SYSTEMS -0000C7 ARIX CORPORATION -0000C8 ALTOS COMPUTER SYSTEMS -0000C9 Emulex Corporation -0000CA ARRIS International -0000CB COMPU-SHACK ELECTRONIC GMBH -0000CC DENSAN CO., LTD. -0000CD Allied Telesis Labs Ltd -0000CE MEGADATA CORP. -0000CF HAYES MICROCOMPUTER PRODUCTS -0000D0 DEVELCON ELECTRONICS LTD. -0000D1 ADAPTEC INCORPORATED -0000D2 SBE, INC. -0000D3 WANG LABORATORIES INC. -0000D4 PURE DATA LTD. -0000D5 MICROGNOSIS INTERNATIONAL -0000D6 PUNCH LINE HOLDING -0000D7 DARTMOUTH COLLEGE -0000D8 NOVELL, INC. -0000D9 NIPPON TELEGRAPH & TELEPHONE -0000DA ATEX -0000DB British Telecommunications plc -0000DC HAYES MICROCOMPUTER PRODUCTS -0000DD TCL INCORPORATED -0000DE CETIA -0000DF BELL & HOWELL PUB SYS DIV -0000E0 QUADRAM CORP. -0000E1 GRID SYSTEMS -0000E2 ACER TECHNOLOGIES CORP. -0000E3 INTEGRATED MICRO PRODUCTS LTD -0000E4 IN2 GROUPE INTERTECHNIQUE -0000E5 SIGMEX LTD. -0000E6 APTOR PRODUITS DE COMM INDUST -0000E7 STAR GATE TECHNOLOGIES -0000E8 ACCTON TECHNOLOGY CORP. -0000E9 ISICAD, INC. -0000EA UPNOD AB -0000EB MATSUSHITA COMM. IND. CO. LTD. -0000EC MICROPROCESS -0000ED APRIL -0000EE NETWORK DESIGNERS, LTD. -0000EF KTI -0000F0 SAMSUNG ELECTRONICS CO., LTD. -0000F1 MAGNA COMPUTER CORPORATION -0000F2 SPIDER COMMUNICATIONS -0000F3 GANDALF DATA LIMITED -0000F4 Allied Telesis -0000F5 DIAMOND SALES LIMITED -0000F6 APPLIED MICROSYSTEMS CORP. -0000F7 YOUTH KEEP ENTERPRISE CO LTD -0000F8 DIGITAL EQUIPMENT CORPORATION -0000F9 QUOTRON SYSTEMS INC. -0000FA MICROSAGE COMPUTER SYSTEMS INC -0000FB RECHNER ZUR KOMMUNIKATION -0000FC MEIKO -0000FD HIGH LEVEL HARDWARE -0000FE ANNAPOLIS MICRO SYSTEMS -0000FF CAMTEC ELECTRONICS LTD. -000100 EQUIP'TRANS -000101 PRIVATE -000102 3COM CORPORATION -000103 3COM CORPORATION -000104 DVICO Co., Ltd. -000105 Beckhoff Automation GmbH -000106 Tews Datentechnik GmbH -000107 Leiser GmbH -000108 AVLAB Technology, Inc. -000109 Nagano Japan Radio Co., Ltd. -00010A CIS TECHNOLOGY INC. -00010B Space CyberLink, Inc. -00010C System Talks Inc. -00010D CORECO, INC. -00010E Bri-Link Technologies Co., Ltd -00010F Brocade Communications Systems, Inc. -000110 Gotham Networks -000111 iDigm Inc. -000112 Shark Multimedia Inc. -000113 OLYMPUS CORPORATION -000114 KANDA TSUSHIN KOGYO CO., LTD. -000115 EXTRATECH CORPORATION -000116 Netspect Technologies, Inc. -000117 CANAL + -000118 EZ Digital Co., Ltd. -000119 RTUnet (Australia) -00011A Hoffmann und Burmeister GbR -00011B Unizone Technologies, Inc. -00011C Universal Talkware Corporation -00011D Centillium Communications -00011E Precidia Technologies, Inc. -00011F RC Networks, Inc. -000120 OSCILLOQUARTZ S.A. -000121 Watchguard Technologies, Inc. -000122 Trend Communications, Ltd. -000123 DIGITAL ELECTRONICS CORP. -000124 Acer Incorporated -000125 YAESU MUSEN CO., LTD. -000126 PAC Labs -000127 OPEN Networks Pty Ltd -000128 EnjoyWeb, Inc. -000129 DFI Inc. -00012A Telematica Sistems Inteligente -00012B TELENET Co., Ltd. -00012C Aravox Technologies, Inc. -00012D Komodo Technology -00012E PC Partner Ltd. -00012F Twinhead International Corp -000130 Extreme Networks -000131 Bosch Security Systems, Inc. -000132 Dranetz - BMI -000133 KYOWA Electronic Instruments C -000134 Selectron Systems AG -000135 KDC Corp. -000136 CyberTAN Technology, Inc. -000137 IT Farm Corporation -000138 XAVi Technologies Corp. -000139 Point Multimedia Systems -00013A SHELCAD COMMUNICATIONS, LTD. -00013B BNA SYSTEMS -00013C TIW SYSTEMS -00013D RiscStation Ltd. -00013E Ascom Tateco AB -00013F Neighbor World Co., Ltd. -000140 Sendtek Corporation -000141 CABLE PRINT -000142 CISCO SYSTEMS, INC. -000143 CISCO SYSTEMS, INC. -000144 EMC Corporation -000145 WINSYSTEMS, INC. -000146 Tesco Controls, Inc. -000147 Zhone Technologies -000148 X-traWeb Inc. -000149 T.D.T. Transfer Data Test GmbH -00014A Sony Corporation -00014B Ennovate Networks, Inc. -00014C Berkeley Process Control -00014D Shin Kin Enterprises Co., Ltd -00014E WIN Enterprises, Inc. -00014F ADTRAN INC -000150 GILAT COMMUNICATIONS, LTD. -000151 Ensemble Communications -000152 CHROMATEK INC. -000153 ARCHTEK TELECOM CORPORATION -000154 G3M Corporation -000155 Promise Technology, Inc. -000156 FIREWIREDIRECT.COM, INC. -000157 SYSWAVE CO., LTD -000158 Electro Industries/Gauge Tech -000159 S1 Corporation -00015A Digital Video Broadcasting -00015B ITALTEL S.p.A/RF-UP-I -00015C CADANT INC. -00015D Oracle Corporation -00015E BEST TECHNOLOGY CO., LTD. -00015F DIGITAL DESIGN GmbH -000160 ELMEX Co., LTD. -000161 Meta Machine Technology -000162 Cygnet Technologies, Inc. -000163 CISCO SYSTEMS, INC. -000164 CISCO SYSTEMS, INC. -000165 AirSwitch Corporation -000166 TC GROUP A/S -000167 HIOKI E.E. CORPORATION -000168 VITANA CORPORATION -000169 Celestix Networks Pte Ltd. -00016A ALITEC -00016B LightChip, Inc. -00016C FOXCONN -00016D CarrierComm Inc. -00016E Conklin Corporation -00016F Inkel Corp. -000170 ESE Embedded System Engineer'g -000171 Allied Data Technologies -000172 TechnoLand Co., LTD. -000173 AMCC -000174 CyberOptics Corporation -000175 Radiant Communications Corp. -000176 Orient Silver Enterprises -000177 EDSL -000178 MARGI Systems, Inc. -000179 WIRELESS TECHNOLOGY, INC. -00017A Chengdu Maipu Electric Industrial Co., Ltd. -00017B Heidelberger Druckmaschinen AG -00017C AG-E GmbH -00017D ThermoQuest -00017E ADTEK System Science Co., Ltd. -00017F Experience Music Project -000180 AOpen, Inc. -000181 Nortel Networks -000182 DICA TECHNOLOGIES AG -000183 ANITE TELECOMS -000184 SIEB & MEYER AG -000185 Hitachi Aloka Medical, Ltd. -000186 Uwe Disch -000187 I2SE GmbH -000188 LXCO Technologies ag -000189 Refraction Technology, Inc. -00018A ROI COMPUTER AG -00018B NetLinks Co., Ltd. -00018C Mega Vision -00018D AudeSi Technologies -00018E Logitec Corporation -00018F Kenetec, Inc. -000190 SMK-M -000191 SYRED Data Systems -000192 Texas Digital Systems -000193 Hanbyul Telecom Co., Ltd. -000194 Capital Equipment Corporation -000195 Sena Technologies, Inc. -000196 CISCO SYSTEMS, INC. -000197 CISCO SYSTEMS, INC. -000198 Darim Vision -000199 HeiSei Electronics -00019A LEUNIG GmbH -00019B Kyoto Microcomputer Co., Ltd. -00019C JDS Uniphase Inc. -00019D E-Control Systems, Inc. -00019E ESS Technology, Inc. -00019F ReadyNet -0001A0 Infinilink Corporation -0001A1 Mag-Tek, Inc. -0001A2 Logical Co., Ltd. -0001A3 GENESYS LOGIC, INC. -0001A4 Microlink Corporation -0001A5 Nextcomm, Inc. -0001A6 Scientific-Atlanta Arcodan A/S -0001A7 UNEX TECHNOLOGY CORPORATION -0001A8 Welltech Computer Co., Ltd. -0001A9 BMW AG -0001AA Airspan Communications, Ltd. -0001AB Main Street Networks -0001AC Sitara Networks, Inc. -0001AD Coach Master International d.b.a. CMI Worldwide, Inc. -0001AE Trex Enterprises -0001AF Emerson Network Power -0001B0 Fulltek Technology Co., Ltd. -0001B1 General Bandwidth -0001B2 Digital Processing Systems, Inc. -0001B3 Precision Electronic Manufacturing -0001B4 Wayport, Inc. -0001B5 Turin Networks, Inc. -0001B6 SAEJIN T&M Co., Ltd. -0001B7 Centos, Inc. -0001B8 Netsensity, Inc. -0001B9 SKF Condition Monitoring -0001BA IC-Net, Inc. -0001BB Frequentis -0001BC Brains Corporation -0001BD Peterson Electro-Musical Products, Inc. -0001BE Gigalink Co., Ltd. -0001BF Teleforce Co., Ltd. -0001C0 CompuLab, Ltd. -0001C1 Vitesse Semiconductor Corporation -0001C2 ARK Research Corp. -0001C3 Acromag, Inc. -0001C4 NeoWave, Inc. -0001C5 Simpler Networks -0001C6 Quarry Technologies -0001C7 CISCO SYSTEMS, INC. -0001C8 THOMAS CONRAD CORP. -0001C8 CONRAD CORP. -0001C9 CISCO SYSTEMS, INC. -0001CA Geocast Network Systems, Inc. -0001CB EVR -0001CC Japan Total Design Communication Co., Ltd. -0001CD ARtem -0001CE Custom Micro Products, Ltd. -0001CF Alpha Data Parallel Systems, Ltd. -0001D0 VitalPoint, Inc. -0001D1 CoNet Communications, Inc. -0001D2 inXtron, Inc. -0001D3 PAXCOMM, Inc. -0001D4 Leisure Time, Inc. -0001D5 HAEDONG INFO & COMM CO., LTD -0001D6 manroland AG -0001D7 F5 Networks, Inc. -0001D8 Teltronics, Inc. -0001D9 Sigma, Inc. -0001DA WINCOMM Corporation -0001DB Freecom Technologies GmbH -0001DC Activetelco -0001DD Avail Networks -0001DE Trango Systems, Inc. -0001DF ISDN Communications, Ltd. -0001E0 Fast Systems, Inc. -0001E1 Kinpo Electronics, Inc. -0001E2 Ando Electric Corporation -0001E3 Siemens AG -0001E4 Sitera, Inc. -0001E5 Supernet, Inc. -0001E6 Hewlett-Packard Company -0001E7 Hewlett-Packard Company -0001E8 Force10 Networks, Inc. -0001E9 Litton Marine Systems B.V. -0001EA Cirilium Corp. -0001EB C-COM Corporation -0001EC Ericsson Group -0001ED SETA Corp. -0001EE Comtrol Europe, Ltd. -0001EF Camtel Technology Corp. -0001F0 Tridium, Inc. -0001F1 Innovative Concepts, Inc. -0001F2 Mark of the Unicorn, Inc. -0001F3 QPS, Inc. -0001F4 Enterasys Networks -0001F5 ERIM S.A. -0001F6 Association of Musical Electronics Industry -0001F7 Image Display Systems, Inc. -0001F8 Texio Technology Corporation -0001F9 TeraGlobal Communications Corp. -0001FA HOROSCAS -0001FB DoTop Technology, Inc. -0001FC Keyence Corporation -0001FD Digital Voice Systems, Inc. -0001FE DIGITAL EQUIPMENT CORPORATION -0001FF Data Direct Networks, Inc. -000200 Net & Sys Co., Ltd. -000201 IFM Electronic gmbh -000202 Amino Communications, Ltd. -000203 Woonsang Telecom, Inc. -000204 Bodmann Industries Elektronik GmbH -000205 Hitachi Denshi, Ltd. -000206 Telital R&D Denmark A/S -000207 VisionGlobal Network Corp. -000208 Unify Networks, Inc. -000209 Shenzhen SED Information Technology Co., Ltd. -00020A Gefran Spa -00020B Native Networks, Inc. -00020C Metro-Optix -00020D Micronpc.com -00020E ECI Telecom, Ltd -00020F AATR -000210 Fenecom -000211 Nature Worldwide Technology Corp. -000212 SierraCom -000213 S.D.E.L. -000214 DTVRO -000215 Cotas Computer Technology A/B -000216 CISCO SYSTEMS, INC. -000217 CISCO SYSTEMS, INC. -000218 Advanced Scientific Corp -000219 Paralon Technologies -00021A Zuma Networks -00021B Kollmorgen-Servotronix -00021C Network Elements, Inc. -00021D Data General Communication Ltd. -00021E SIMTEL S.R.L. -00021F Aculab PLC -000220 CANON FINETECH INC. -000221 DSP Application, Ltd. -000222 Chromisys, Inc. -000223 ClickTV -000224 C-COR -000225 One Stop Systems -000226 XESystems, Inc. -000227 ESD Electronic System Design GmbH -000228 Necsom, Ltd. -000229 Adtec Corporation -00022A Asound Electronic -00022B SAXA, Inc. -00022C ABB Bomem, Inc. -00022D Agere Systems -00022E TEAC Corp. R& D -00022F P-Cube, Ltd. -000230 Intersoft Electronics -000231 Ingersoll-Rand -000232 Avision, Inc. -000233 Mantra Communications, Inc. -000234 Imperial Technology, Inc. -000235 Paragon Networks International -000236 INIT GmbH -000237 Cosmo Research Corp. -000238 Serome Technology, Inc. -000239 Visicom -00023A ZSK Stickmaschinen GmbH -00023B Ericsson -00023C Creative Technology, Ltd. -00023D Cisco Systems, Inc. -00023E Selta Telematica S.p.a -00023F Compal Electronics, Inc. -000240 Seedek Co., Ltd. -000241 Amer.com -000242 Videoframe Systems -000243 Raysis Co., Ltd. -000244 SURECOM Technology Co. -000245 Lampus Co, Ltd. -000246 All-Win Tech Co., Ltd. -000247 Great Dragon Information Technology (Group) Co., Ltd. -000248 Pilz GmbH & Co. -000249 Aviv Infocom Co, Ltd. -00024A CISCO SYSTEMS, INC. -00024B CISCO SYSTEMS, INC. -00024C SiByte, Inc. -00024D Mannesman Dematic Colby Pty. Ltd. -00024E Datacard Group -00024F IPM Datacom S.R.L. -000250 Geyser Networks, Inc. -000251 Soma Networks, Inc. -000252 Carrier Corporation -000253 Televideo, Inc. -000254 WorldGate -000255 IBM Corp -000256 Alpha Processor, Inc. -000257 Microcom Corp. -000258 Flying Packets Communications -000259 Tsann Kuen China (Shanghai)Enterprise Co., Ltd. IT Group -00025A Catena Networks -00025B Cambridge Silicon Radio -00025C SCI Systems (Kunshan) Co., Ltd. -00025D Calix Networks -00025E High Technology Ltd -00025F Nortel Networks -000260 Accordion Networks, Inc. -000261 Tilgin AB -000262 Soyo Group Soyo Com Tech Co., Ltd -000263 UPS Manufacturing SRL -000264 AudioRamp.com -000265 Virditech Co. Ltd. -000266 Thermalogic Corporation -000267 NODE RUNNER, INC. -000268 Harris Government Communications -000269 Nadatel Co., Ltd -00026A Cocess Telecom Co., Ltd. -00026B BCM Computers Co., Ltd. -00026C Philips CFT -00026D Adept Telecom -00026E NeGeN Access, Inc. -00026F Senao International Co., Ltd. -000270 Crewave Co., Ltd. -000271 Zhone Technologies -000272 CC&C Technologies, Inc. -000273 Coriolis Networks -000274 Tommy Technologies Corp. -000275 SMART Technologies, Inc. -000276 Primax Electronics Ltd. -000277 Cash Systemes Industrie -000278 Samsung Electro-Mechanics Co., Ltd. -000279 Control Applications, Ltd. -00027A IOI Technology Corporation -00027B Amplify Net, Inc. -00027C Trilithic, Inc. -00027D CISCO SYSTEMS, INC. -00027E CISCO SYSTEMS, INC. -00027F ask-technologies.com -000280 Mu Net, Inc. -000281 Madge Ltd. -000282 ViaClix, Inc. -000283 Spectrum Controls, Inc. -000284 AREVA T&D -000285 Riverstone Networks -000286 Occam Networks -000287 Adapcom -000288 GLOBAL VILLAGE COMMUNICATION -000289 DNE Technologies -00028A Ambit Microsystems Corporation -00028B VDSL Systems OY -00028C Micrel-Synergy Semiconductor -00028D Movita Technologies, Inc. -00028E Rapid 5 Networks, Inc. -00028F Globetek, Inc. -000290 Woorigisool, Inc. -000291 Open Network Co., Ltd. -000292 Logic Innovations, Inc. -000293 Solid Data Systems -000294 Tokyo Sokushin Co., Ltd. -000295 IP.Access Limited -000296 Lectron Co,. Ltd. -000297 C-COR.net -000298 Broadframe Corporation -000299 Apex, Inc. -00029A Storage Apps -00029B Kreatel Communications AB -00029C 3COM -00029D Merix Corp. -00029E Information Equipment Co., Ltd. -00029F L-3 Communication Aviation Recorders -0002A0 Flatstack Ltd. -0002A1 World Wide Packets -0002A2 Hilscher GmbH -0002A3 ABB Switzerland Ltd, Power Systems -0002A4 AddPac Technology Co., Ltd. -0002A5 Hewlett-Packard Company -0002A6 Effinet Systems Co., Ltd. -0002A7 Vivace Networks -0002A8 Air Link Technology -0002A9 RACOM, s.r.o. -0002AA PLcom Co., Ltd. -0002AB CTC Union Technologies Co., Ltd. -0002AC 3PAR data -0002AD HOYA Corporation -0002AE Scannex Electronics Ltd. -0002AF TeleCruz Technology, Inc. -0002B0 Hokubu Communication & Industrial Co., Ltd. -0002B1 Anritsu, Ltd. -0002B2 Cablevision -0002B3 Intel Corporation -0002B4 DAPHNE -0002B5 Avnet, Inc. -0002B6 Acrosser Technology Co., Ltd. -0002B7 Watanabe Electric Industry Co., Ltd. -0002B8 WHI KONSULT AB -0002B9 CISCO SYSTEMS, INC. -0002BA CISCO SYSTEMS, INC. -0002BB Continuous Computing Corp -0002BC LVL 7 Systems, Inc. -0002BD Bionet Co., Ltd. -0002BE Totsu Engineering, Inc. -0002BF dotRocket, Inc. -0002C0 Bencent Tzeng Industry Co., Ltd. -0002C1 Innovative Electronic Designs, Inc. -0002C2 Net Vision Telecom -0002C3 Arelnet Ltd. -0002C4 Vector International BVBA -0002C5 Evertz Microsystems Ltd. -0002C6 Data Track Technology PLC -0002C7 ALPS ELECTRIC Co., Ltd. -0002C8 Technocom Communications Technology (pte) Ltd -0002C9 Mellanox Technologies -0002CA EndPoints, Inc. -0002CB TriState Ltd. -0002CC M.C.C.I -0002CD TeleDream, Inc. -0002CE FoxJet, Inc. -0002CF ZyGate Communications, Inc. -0002D0 Comdial Corporation -0002D1 Vivotek, Inc. -0002D2 Workstation AG -0002D3 NetBotz, Inc. -0002D4 PDA Peripherals, Inc. -0002D5 ACR -0002D6 NICE Systems -0002D7 EMPEG Ltd -0002D8 BRECIS Communications Corporation -0002D9 Reliable Controls -0002DA ExiO Communications, Inc. -0002DB NETSEC -0002DC Fujitsu General Limited -0002DD Bromax Communications, Ltd. -0002DE Astrodesign, Inc. -0002DF Net Com Systems, Inc. -0002E0 ETAS GmbH -0002E1 Integrated Network Corporation -0002E2 NDC Infared Engineering -0002E3 LITE-ON Communications, Inc. -0002E4 JC HYUN Systems, Inc. -0002E5 Timeware Ltd. -0002E6 Gould Instrument Systems, Inc. -0002E7 CAB GmbH & Co KG -0002E8 E.D.&A. -0002E9 CS Systemes De Securite - C3S -0002EA Focus Enhancements -0002EB Pico Communications -0002EC Maschoff Design Engineering -0002ED DXO Telecom Co., Ltd. -0002EE Nokia Danmark A/S -0002EF CCC Network Systems Group Ltd. -0002F0 AME Optimedia Technology Co., Ltd. -0002F1 Pinetron Co., Ltd. -0002F2 eDevice, Inc. -0002F3 Media Serve Co., Ltd. -0002F4 PCTEL, Inc. -0002F5 VIVE Synergies, Inc. -0002F6 Equipe Communications -0002F7 ARM -0002F8 SEAKR Engineering, Inc. -0002F9 MIMOS Berhad -0002FA DX Antenna Co., Ltd. -0002FB Baumuller Aulugen-Systemtechnik GmbH -0002FC CISCO SYSTEMS, INC. -0002FD CISCO SYSTEMS, INC. -0002FE Viditec, Inc. -0002FF Handan BroadInfoCom -000300 Barracuda Networks, Inc. -000301 Avantas Networks Corporation -000302 Charles Industries, Ltd. -000303 JAMA Electronics Co., Ltd. -000304 Pacific Broadband Communications -000305 MSC Vertriebs GmbH -000306 Fusion In Tech Co., Ltd. -000307 Secure Works, Inc. -000308 AM Communications, Inc. -000309 Texcel Technology PLC -00030A Argus Technologies -00030B Hunter Technology, Inc. -00030C Telesoft Technologies Ltd. -00030D Uniwill Computer Corp. -00030E Core Communications Co., Ltd. -00030F Digital China (Shanghai) Networks Ltd. -000310 ITX E-Globaledge Corporation -000311 Micro Technology Co., Ltd. -000312 TR-Systemtechnik GmbH -000313 Access Media SPA -000314 Teleware Network Systems -000315 Cidco Incorporated -000316 Nobell Communications, Inc. -000317 Merlin Systems, Inc. -000318 Cyras Systems, Inc. -000319 Infineon AG -00031A Beijing Broad Telecom Ltd., China -00031B Cellvision Systems, Inc. -00031C Svenska Hardvarufabriken AB -00031D Taiwan Commate Computer, Inc. -00031E Optranet, Inc. -00031F Condev Ltd. -000320 Xpeed, Inc. -000321 Reco Research Co., Ltd. -000322 IDIS Co., Ltd. -000323 Cornet Technology, Inc. -000324 SANYO Consumer Electronics Co., Ltd. -000325 Arima Computer Corp. -000326 Iwasaki Information Systems Co., Ltd. -000327 ACT'L -000328 Mace Group, Inc. -000329 F3, Inc. -00032A UniData Communication Systems, Inc. -00032B GAI Datenfunksysteme GmbH -00032C ABB Switzerland Ltd -00032D IBASE Technology, Inc. -00032E Scope Information Management, Ltd. -00032F Global Sun Technology, Inc. -000330 Imagenics, Co., Ltd. -000331 CISCO SYSTEMS, INC. -000332 CISCO SYSTEMS, INC. -000333 Digitel Co., Ltd. -000334 Newport Electronics -000335 Mirae Technology -000336 Zetes Technologies -000337 Vaone, Inc. -000338 Oak Technology -000339 Eurologic Systems, Ltd. -00033A Silicon Wave, Inc. -00033B TAMI Tech Co., Ltd. -00033C Daiden Co., Ltd. -00033D ILSHin Lab -00033E Tateyama System Laboratory Co., Ltd. -00033F BigBand Networks, Ltd. -000340 Floware Wireless Systems, Ltd. -000341 Axon Digital Design -000342 Nortel Networks -000343 Martin Professional A/S -000344 Tietech.Co., Ltd. -000345 Routrek Networks Corporation -000346 Hitachi Kokusai Electric, Inc. +E043DB Shenzhen ViewAt Technology Co.,Ltd. +2405F5 Integrated Device Technology (Malaysia) Sdn. Bhd. +3CD92B Hewlett Packard +9C8E99 Hewlett Packard +B499BA Hewlett Packard +1CC1DE Hewlett Packard +3C3556 Cognitec Systems GmbH +0050BA D-Link Corporation +00179A D-Link Corporation +1CBDB9 D-Link International +9094E4 D-Link International +28107B D-Link International +1C7EE5 D-Link International +C4A81D D-Link International +18622C Sagemcom Broadband SAS +7C03D8 Sagemcom Broadband SAS +E8F1B0 Sagemcom Broadband SAS +00F871 DGS Denmark A/S +20BB76 COL GIOVANNI PAOLO SpA +2C228B CTR SRL +348AAE Sagemcom Broadband SAS +BCEC23 SHENZHEN CHUANGWEI-RGB ELECTRONICS CO.,LTD +8CE748 Private +AC06C7 ServerNet S.r.l. +CC46D6 Cisco Systems, Inc +48AD08 HUAWEI TECHNOLOGIES CO.,LTD +2CAB00 HUAWEI TECHNOLOGIES CO.,LTD +00E0FC HUAWEI TECHNOLOGIES CO.,LTD +24DF6A HUAWEI TECHNOLOGIES CO.,LTD +009ACD HUAWEI TECHNOLOGIES CO.,LTD +00CDFE Apple, Inc. +38F23E Microsoft Mobile Oy +58AC78 Cisco Systems, Inc +907F61 Chicony Electronics Co., Ltd. +28BC18 SourcingOverseas Co. Ltd +807ABF HTC Corporation +409F87 Jide Technology (Hong Kong) Limited +3C5AB4 Google, Inc. +001A11 Google, Inc. +D83C69 Shenzhen TINNO Mobile Technology Corp. +74AC5F Qiku Internet Network Scientific (Shenzhen) Co., Ltd. +18AF61 Apple, Inc. +BC83A7 SHENZHEN CHUANGWEI-RGB ELECTRONICS CO.,LTD 000347 Intel Corporation -000348 Norscan Instruments, Ltd. -000349 Vidicode Datacommunicatie B.V. -00034A RIAS Corporation -00034B Nortel Networks -00034C Shanghai DigiVision Technology Co., Ltd. -00034D Chiaro Networks, Ltd. -00034E Pos Data Company, Ltd. -00034F Sur-Gard Security -000350 BTICINO SPA -000351 Diebold, Inc. -000352 Colubris Networks -000353 Mitac, Inc. -000354 Fiber Logic Communications -000355 TeraBeam Internet Systems -000356 Wincor Nixdorf International GmbH -000357 Intervoice-Brite, Inc. -000358 Hanyang Digitech Co., Ltd. -000359 DigitalSis -00035A Photron Limited -00035B BridgeWave Communications -00035C Saint Song Corp. -00035D Bosung Hi-Net Co., Ltd. -00035E Metropolitan Area Networks, Inc. -00035F Prüftechnik Condition Monitoring GmbH & Co. KG -000360 PAC Interactive Technology, Inc. -000361 Widcomm, Inc. -000362 Vodtel Communications, Inc. -000363 Miraesys Co., Ltd. -000364 Scenix Semiconductor, Inc. -000365 Kira Information & Communications, Ltd. -000366 ASM Pacific Technology -000367 Jasmine Networks, Inc. -000368 Embedone Co., Ltd. -000369 Nippon Antenna Co., Ltd. -00036A Mainnet, Ltd. -00036B CISCO SYSTEMS, INC. -00036C CISCO SYSTEMS, INC. -00036D Runtop, Inc. -00036E Nicon Systems (Pty) Limited -00036F Telsey SPA -000370 NXTV, Inc. -000371 Acomz Networks Corp. -000372 ULAN -000373 Aselsan A.S -000374 Control Microsystems -000375 NetMedia, Inc. -000376 Graphtec Technology, Inc. -000377 Gigabit Wireless -000378 HUMAX Co., Ltd. -000379 Proscend Communications, Inc. -00037A Taiyo Yuden Co., Ltd. -00037B IDEC IZUMI Corporation -00037C Coax Media -00037D Stellcom -00037E PORTech Communications, Inc. -00037F Atheros Communications, Inc. -000380 SSH Communications Security Corp. -000381 Ingenico International -000382 A-One Co., Ltd. -000383 Metera Networks, Inc. -000384 AETA -000385 Actelis Networks, Inc. -000386 Ho Net, Inc. -000387 Blaze Network Products -000388 Fastfame Technology Co., Ltd. -000389 Plantronics -00038A America Online, Inc. -00038B PLUS-ONE I&T, Inc. -00038C Total Impact -00038D PCS Revenue Control Systems, Inc. -00038E Atoga Systems, Inc. -00038F Weinschel Corporation -000390 Digital Video Communications, Inc. -000391 Advanced Digital Broadcast, Ltd. -000392 Hyundai Teletek Co., Ltd. -000393 Apple Computer, Inc. -000394 Connect One -000395 California Amplifier -000396 EZ Cast Co., Ltd. -000397 Watchfront Limited -000398 WISI -000399 Dongju Informations & Communications Co., Ltd. -00039A SiConnect -00039B NetChip Technology, Inc. -00039C OptiMight Communications, Inc. -00039D Qisda Corporation -00039E Tera System Co., Ltd. -00039F CISCO SYSTEMS, INC. -0003A0 CISCO SYSTEMS, INC. -0003A1 HIPER Information & Communication, Inc. -0003A2 Catapult Communications -0003A3 MAVIX, Ltd. -0003A4 Imation Corp. -0003A5 Medea Corporation -0003A6 Traxit Technology, Inc. -0003A7 Unixtar Technology, Inc. -0003A8 IDOT Computers, Inc. -0003A9 AXCENT Media AG -0003AA Watlow -0003AB Bridge Information Systems -0003AC Fronius Schweissmaschinen -0003AD Emerson Energy Systems AB -0003AE Allied Advanced Manufacturing Pte, Ltd. -0003AF Paragea Communications -0003B0 Xsense Technology Corp. -0003B1 Hospira Inc. -0003B2 Radware -0003B3 IA Link Systems Co., Ltd. -0003B4 Macrotek International Corp. -0003B5 Entra Technology Co. -0003B6 QSI Corporation -0003B7 ZACCESS Systems -0003B8 NetKit Solutions, LLC -0003B9 Hualong Telecom Co., Ltd. -0003BA Oracle Corporation -0003BB Signal Communications Limited -0003BC COT GmbH -0003BD OmniCluster Technologies, Inc. -0003BE Netility -0003BF Centerpoint Broadband Technologies, Inc. -0003C0 RFTNC Co., Ltd. -0003C1 Packet Dynamics Ltd -0003C2 Solphone K.K. -0003C3 Micronik Multimedia -0003C4 Tomra Systems ASA -0003C5 Mobotix AG -0003C6 ICUE Systems, Inc. -0003C7 hopf Elektronik GmbH -0003C8 CML Emergency Services -0003C9 TECOM Co., Ltd. -0003CA MTS Systems Corp. -0003CB Nippon Systems Development Co., Ltd. -0003CC Momentum Computer, Inc. -0003CD Clovertech, Inc. -0003CE ETEN Technologies, Inc. -0003CF Muxcom, Inc. -0003D0 KOANKEISO Co., Ltd. -0003D1 Takaya Corporation -0003D2 Crossbeam Systems, Inc. -0003D3 Internet Energy Systems, Inc. -0003D4 Alloptic, Inc. -0003D5 Advanced Communications Co., Ltd. -0003D6 RADVision, Ltd. -0003D7 NextNet Wireless, Inc. -0003D8 iMPath Networks, Inc. -0003D9 Secheron SA -0003DA Takamisawa Cybernetics Co., Ltd. -0003DB Apogee Electronics Corp. -0003DC Lexar Media, Inc. -0003DD Comark Corp. -0003DE OTC Wireless -0003DF Desana Systems -0003E0 Motorola, Inc. -0003E1 Winmate Communication, Inc. -0003E2 Comspace Corporation -0003E3 CISCO SYSTEMS, INC. -0003E4 CISCO SYSTEMS, INC. -0003E5 Hermstedt SG -0003E6 Entone, Inc. -0003E7 Logostek Co. Ltd. -0003E8 Wavelength Digital Limited -0003E9 Akara Canada, Inc. -0003EA Mega System Technologies, Inc. -0003EB Atrica -0003EC ICG Research, Inc. -0003ED Shinkawa Electric Co., Ltd. -0003EE MKNet Corporation -0003EF Oneline AG -0003F0 Redfern Broadband Networks -0003F1 Cicada Semiconductor, Inc. -0003F2 Seneca Networks -0003F3 Dazzle Multimedia, Inc. -0003F4 NetBurner -0003F5 Chip2Chip -0003F6 Allegro Networks, Inc. -0003F7 Plast-Control GmbH -0003F8 SanCastle Technologies, Inc. -0003F9 Pleiades Communications, Inc. -0003FA TiMetra Networks -0003FB ENEGATE Co.,Ltd. -0003FC Intertex Data AB -0003FD CISCO SYSTEMS, INC. -0003FE CISCO SYSTEMS, INC. -0003FF Microsoft Corporation -000400 LEXMARK INTERNATIONAL, INC. -000401 Osaki Electric Co., Ltd. -000402 Nexsan Technologies, Ltd. -000403 Nexsi Corporation -000404 Makino Milling Machine Co., Ltd. -000405 ACN Technologies -000406 Fa. Metabox AG -000407 Topcon Positioning Systems, Inc. -000408 Sanko Electronics Co., Ltd. -000409 Cratos Networks -00040A Sage Systems -00040B 3com Europe Ltd. -00040C Kanno Works, Ltd. -00040D Avaya, Inc. -00040E AVM GmbH -00040F Asus Network Technologies, Inc. -000410 Spinnaker Networks, Inc. -000411 Inkra Networks, Inc. -000412 WaveSmith Networks, Inc. -000413 SNOM Technology AG -000414 Umezawa Musen Denki Co., Ltd. -000415 Rasteme Systems Co., Ltd. -000416 Parks S/A Comunicacoes Digitais -000417 ELAU AG -000418 Teltronic S.A.U. -000419 Fibercycle Networks, Inc. -00041A Ines Test and Measurement GmbH & CoKG -00041B Bridgeworks Ltd. -00041C ipDialog, Inc. -00041D Corega of America -00041E Shikoku Instrumentation Co., Ltd. -00041F Sony Computer Entertainment, Inc. -000420 Slim Devices, Inc. -000421 Ocular Networks -000422 Gordon Kapes, Inc. -000423 Intel Corporation -000424 TMC s.r.l. -000425 Atmel Corporation -000426 Autosys -000427 CISCO SYSTEMS, INC. -000428 CISCO SYSTEMS, INC. -000429 Pixord Corporation -00042A Wireless Networks, Inc. -00042B IT Access Co., Ltd. -00042C Minet, Inc. -00042D Sarian Systems, Ltd. -00042E Netous Technologies, Ltd. -00042F International Communications Products, Inc. -000430 Netgem -000431 GlobalStreams, Inc. -000432 Voyetra Turtle Beach, Inc. -000433 Cyberboard A/S -000434 Accelent Systems, Inc. -000435 Comptek International, Inc. -000436 ELANsat Technologies, Inc. -000437 Powin Information Technology, Inc. -000438 Nortel Networks -000439 Rosco Entertainment Technology, Inc. -00043A Intelligent Telecommunications, Inc. -00043B Lava Computer Mfg., Inc. -00043C SONOS Co., Ltd. -00043D INDEL AG -00043E Telencomm -00043F ESTeem Wireless Modems, Inc -000440 cyberPIXIE, Inc. -000441 Half Dome Systems, Inc. -000442 NACT -000443 Agilent Technologies, Inc. -000444 Western Multiplex Corporation -000445 LMS Skalar Instruments GmbH -000446 CYZENTECH Co., Ltd. -000447 Acrowave Systems Co., Ltd. -000448 Polaroid Corporation -000449 Mapletree Networks -00044A iPolicy Networks, Inc. -00044B NVIDIA -00044C JENOPTIK -00044D CISCO SYSTEMS, INC. -00044E CISCO SYSTEMS, INC. -00044F Leukhardt Systemelektronik GmbH -000450 DMD Computers SRL -000451 Medrad, Inc. -000452 RocketLogix, Inc. -000453 YottaYotta, Inc. -000454 Quadriga UK -000455 ANTARA.net -000456 Cambium Networks Limited -000457 Universal Access Technology, Inc. -000458 Fusion X Co., Ltd. -000459 Veristar Corporation -00045A The Linksys Group, Inc. -00045B Techsan Electronics Co., Ltd. -00045C Mobiwave Pte Ltd -00045D BEKA Elektronik -00045E PolyTrax Information Technology AG -00045F Avalue Technology, Inc. -000460 Knilink Technology, Inc. -000461 EPOX Computer Co., Ltd. -000462 DAKOS Data & Communication Co., Ltd. -000463 Bosch Security Systems -000464 Fantasma Networks, Inc. -000465 i.s.t isdn-support technik GmbH -000466 ARMITEL Co. -000467 Wuhan Research Institute of MII -000468 Vivity, Inc. -000469 Innocom, Inc. -00046A Navini Networks -00046B Palm Wireless, Inc. -00046C Cyber Technology Co., Ltd. -00046D CISCO SYSTEMS, INC. -00046E CISCO SYSTEMS, INC. -00046F Digitel S/A Industria Eletronica -000470 ipUnplugged AB -000471 IPrad -000472 Telelynx, Inc. -000473 Photonex Corporation -000474 LEGRAND -000475 3 Com Corporation -000476 3 Com Corporation -000477 Scalant Systems, Inc. -000478 G. Star Technology Corporation -000479 Radius Co., Ltd. -00047A AXXESSIT ASA -00047B Schlumberger -00047C Skidata AG -00047D Pelco -00047E Siqura B.V. -00047F Chr. Mayr GmbH & Co. KG -000480 Brocade Communications Systems, Inc -000481 Econolite Control Products, Inc. -000482 Medialogic Corp. -000483 Deltron Technology, Inc. -000484 Amann GmbH -000485 PicoLight -000486 ITTC, University of Kansas -000487 Cogency Semiconductor, Inc. -000488 Eurotherm Controls -000489 YAFO Networks, Inc. -00048A Temia Vertriebs GmbH -00048B Poscon Corporation -00048C Nayna Networks, Inc. -00048D Tone Commander Systems, Inc. -00048E Ohm Tech Labs, Inc. -00048F TD Systems Corporation -000490 Optical Access -000491 Technovision, Inc. -000492 Hive Internet, Ltd. -000493 Tsinghua Unisplendour Co., Ltd. -000494 Breezecom, Ltd. -000495 Tejas Networks India Limited -000496 Extreme Networks -000497 MacroSystem Digital Video AG -000498 Mahi Networks -000499 Chino Corporation -00049A CISCO SYSTEMS, INC. -00049B CISCO SYSTEMS, INC. -00049C Surgient Networks, Inc. -00049D Ipanema Technologies -00049E Wirelink Co., Ltd. -00049F Freescale Semiconductor -0004A0 Verity Instruments, Inc. -0004A1 Pathway Connectivity -0004A2 L.S.I. Japan Co., Ltd. -0004A3 Microchip Technology, Inc. -0004A4 NetEnabled, Inc. -0004A5 Barco Projection Systems NV -0004A6 SAF Tehnika Ltd. -0004A7 FabiaTech Corporation -0004A8 Broadmax Technologies, Inc. -0004A9 SandStream Technologies, Inc. -0004AA Jetstream Communications -0004AB Comverse Network Systems, Inc. -0004AC IBM Corp -0004AD Malibu Networks -0004AE Sullair Corporation -0004AF Digital Fountain, Inc. -0004B0 ELESIGN Co., Ltd. -0004B1 Signal Technology, Inc. -0004B2 ESSEGI SRL -0004B3 Videotek, Inc. -0004B4 CIAC -0004B5 Equitrac Corporation -0004B6 Stratex Networks, Inc. -0004B7 AMB i.t. Holding -0004B8 Kumahira Co., Ltd. -0004B9 S.I. Soubou, Inc. -0004BA KDD Media Will Corporation -0004BB Bardac Corporation -0004BC Giantec, Inc. -0004BD Motorola Mobility, Inc. -0004BE OptXCon, Inc. -0004BF VersaLogic Corp. -0004C0 CISCO SYSTEMS, INC. -0004C1 CISCO SYSTEMS, INC. -0004C2 Magnipix, Inc. -0004C3 CASTOR Informatique -0004C4 Allen & Heath Limited -0004C5 ASE Technologies, USA -0004C6 Yamaha Motor Co., Ltd. -0004C7 NetMount -0004C8 LIBA Maschinenfabrik GmbH -0004C9 Micro Electron Co., Ltd. -0004CA FreeMs Corp. -0004CB Tdsoft Communication, Ltd. -0004CC Peek Traffic B.V. -0004CD Informedia Research Group -0004CE Patria Ailon -0004CF Seagate Technology -0004D0 Softlink s.r.o. -0004D1 Drew Technologies, Inc. -0004D2 Adcon Telemetry GmbH -0004D3 Toyokeiki Co., Ltd. -0004D4 Proview Electronics Co., Ltd. -0004D5 Hitachi Information & Communication Engineering, Ltd. -0004D6 Takagi Industrial Co., Ltd. -0004D7 Omitec Instrumentation Ltd. -0004D8 IPWireless, Inc. -0004D9 Titan Electronics, Inc. -0004DA Relax Technology, Inc. -0004DB Tellus Group Corp. -0004DC Nortel Networks -0004DD CISCO SYSTEMS, INC. -0004DE CISCO SYSTEMS, INC. -0004DF Teracom Telematica Ltda. -0004E0 Procket Networks -0004E1 Infinior Microsystems -0004E2 SMC Networks, Inc. -0004E3 Accton Technology Corp. -0004E4 Daeryung Ind., Inc. -0004E5 Glonet Systems, Inc. -0004E6 Banyan Network Private Limited -0004E7 Lightpointe Communications, Inc -0004E8 IER, Inc. -0004E9 Infiniswitch Corporation -0004EA Hewlett-Packard Company -0004EB Paxonet Communications, Inc. -0004EC Memobox SA -0004ED Billion Electric Co., Ltd. -0004EE Lincoln Electric Company -0004EF Polestar Corp. -0004F0 International Computers, Ltd -0004F1 WhereNet -0004F2 Polycom -0004F3 FS FORTH-SYSTEME GmbH -0004F4 Infinite Electronics Inc. -0004F5 SnowShore Networks, Inc. -0004F6 Amphus -0004F7 Omega Band, Inc. -0004F8 QUALICABLE TV Industria E Com., Ltda -0004F9 Xtera Communications, Inc. -0004FA NBS Technologies Inc. -0004FB Commtech, Inc. -0004FC Stratus Computer (DE), Inc. -0004FD Japan Control Engineering Co., Ltd. -0004FE Pelago Networks -0004FF Acronet Co., Ltd. -000500 CISCO SYSTEMS, INC. -000501 CISCO SYSTEMS, INC. -000502 APPLE COMPUTER -000503 ICONAG -000504 Naray Information & Communication Enterprise -000505 Systems Integration Solutions, Inc. -000506 Reddo Networks AB -000507 Fine Appliance Corp. -000508 Inetcam, Inc. -000509 AVOC Nishimura Ltd. -00050A ICS Spa -00050B SICOM Systems, Inc. -00050C Network Photonics, Inc. -00050D Midstream Technologies, Inc. -00050E 3ware, Inc. -00050F Tanaka S/S Ltd. -000510 Infinite Shanghai Communication Terminals Ltd. -000511 Complementary Technologies Ltd -000512 MeshNetworks, Inc. -000513 VTLinx Multimedia Systems, Inc. -000514 KDT Systems Co., Ltd. -000515 Nuark Co., Ltd. -000516 SMART Modular Technologies -000517 Shellcomm, Inc. -000518 Jupiters Technology -000519 Siemens Building Technologies AG, -00051A 3Com Europe Ltd. -00051B Magic Control Technology Corporation -00051C Xnet Technology Corp. -00051D Airocon, Inc. -00051E Brocade Communications Systems, Inc. -00051F Taijin Media Co., Ltd. -000520 Smartronix, Inc. -000521 Control Microsystems -000522 LEA*D Corporation, Inc. -000523 AVL List GmbH -000524 BTL System (HK) Limited -000525 Puretek Industrial Co., Ltd. -000526 IPAS GmbH -000527 SJ Tek Co. Ltd -000528 New Focus, Inc. -000529 Shanghai Broadan Communication Technology Co., Ltd -00052A Ikegami Tsushinki Co., Ltd. -00052B HORIBA, Ltd. -00052C Supreme Magic Corporation -00052D Zoltrix International Limited -00052E Cinta Networks -00052F Leviton Network Solutions -000530 Andiamo Systems, Inc. -000531 CISCO SYSTEMS, INC. -000532 CISCO SYSTEMS, INC. -000533 Brocade Communications Systems, Inc. -000534 Northstar Engineering Ltd. -000535 Chip PC Ltd. -000536 Danam Communications, Inc. -000537 Nets Technology Co., Ltd. -000538 Merilus, Inc. -000539 A Brand New World in Sweden AB -00053A Willowglen Services Pte Ltd -00053B Harbour Networks Ltd., Co. Beijing -00053C Xircom -00053D Agere Systems -00053E KID Systeme GmbH -00053F VisionTek, Inc. -000540 FAST Corporation -000541 Advanced Systems Co., Ltd. -000542 Otari, Inc. -000543 IQ Wireless GmbH -000544 Valley Technologies, Inc. -000545 Internet Photonics -000546 KDDI Network & Solultions Inc. -000547 Starent Networks -000548 Disco Corporation -000549 Salira Optical Network Systems -00054A Ario Data Networks, Inc. -00054B Eaton Automation AG -00054C RF Innovations Pty Ltd -00054D Brans Technologies, Inc. -00054E Philips -00054F PRIVATE -000550 Vcomms Connect Limited -000551 F & S Elektronik Systeme GmbH -000552 Xycotec Computer GmbH -000553 DVC Company, Inc. -000554 Rangestar Wireless -000555 Japan Cash Machine Co., Ltd. -000556 360 Systems -000557 Agile TV Corporation -000558 Synchronous, Inc. -000559 Intracom S.A. -00055A Power Dsine Ltd. -00055B Charles Industries, Ltd. -00055C Kowa Company, Ltd. -00055D D-Link Systems, Inc. -00055E CISCO SYSTEMS, INC. -00055F CISCO SYSTEMS, INC. -000560 LEADER COMM.CO., LTD -000561 nac Image Technology, Inc. -000562 Digital View Limited -000563 J-Works, Inc. -000564 Tsinghua Bitway Co., Ltd. -000565 Tailyn Communication Company Ltd. -000566 Secui.com Corporation -000567 Etymonic Design, Inc. -000568 Piltofish Networks AB -000569 VMware, Inc. -00056A Heuft Systemtechnik GmbH -00056B C.P. Technology Co., Ltd. -00056C Hung Chang Co., Ltd. -00056D Pacific Corporation -00056E National Enhance Technology, Inc. -00056F Innomedia Technologies Pvt. Ltd. -000570 Baydel Ltd. -000571 Seiwa Electronics Co. -000572 Deonet Co., Ltd. -000573 CISCO SYSTEMS, INC. -000574 CISCO SYSTEMS, INC. -000575 CDS-Electronics BV -000576 NSM Technology Ltd. -000577 SM Information & Communication -000578 PRIVATE -000579 Universal Control Solution Corp. -00057A Overture Networks -00057B Chung Nam Electronic Co., Ltd. -00057C RCO Security AB -00057D Sun Communications, Inc. -00057E Eckelmann Steuerungstechnik GmbH -00057F Acqis Technology -000580 FibroLAN Ltd. -000581 Snell -000582 ClearCube Technology -000583 ImageCom Limited -000584 AbsoluteValue Systems, Inc. -000585 Juniper Networks, Inc. -000586 Lucent Technologies -000587 Locus, Incorporated -000588 Sensoria Corp. -000589 National Datacomputer -00058A Netcom Co., Ltd. -00058B IPmental, Inc. -00058C Opentech Inc. -00058D Lynx Photonic Networks, Inc. -00058E Flextronics International GmbH & Co. Nfg. KG -00058F CLCsoft co. -000590 Swissvoice Ltd. -000591 Active Silicon Ltd -000592 Pultek Corp. -000593 Grammar Engine Inc. -000594 IXXAT Automation GmbH -000595 Alesis Corporation -000596 Genotech Co., Ltd. -000597 Eagle Traffic Control Systems -000598 CRONOS S.r.l. -000599 DRS Test and Energy Management or DRS-TEM -00059A CISCO SYSTEMS, INC. -00059B CISCO SYSTEMS, INC. -00059C Kleinknecht GmbH, Ing. Büro -00059D Daniel Computing Systems, Inc. -00059E Zinwell Corporation -00059F Yotta Networks, Inc. -0005A0 MOBILINE Kft. -0005A1 Zenocom -0005A2 CELOX Networks -0005A3 QEI, Inc. -0005A4 Lucid Voice Ltd. -0005A5 KOTT -0005A6 Extron Electronics -0005A7 Hyperchip, Inc. -0005A8 WYLE ELECTRONICS -0005A9 Princeton Networks, Inc. -0005AA Moore Industries International Inc. -0005AB Cyber Fone, Inc. -0005AC Northern Digital, Inc. -0005AD Topspin Communications, Inc. -0005AE Mediaport USA -0005AF InnoScan Computing A/S -0005B0 Korea Computer Technology Co., Ltd. -0005B1 ASB Technology BV -0005B2 Medison Co., Ltd. -0005B3 Asahi-Engineering Co., Ltd. -0005B4 Aceex Corporation -0005B5 Broadcom Technologies -0005B6 INSYS Microelectronics GmbH -0005B7 Arbor Technology Corp. -0005B8 Electronic Design Associates, Inc. -0005B9 Airvana, Inc. -0005BA Area Netwoeks, Inc. -0005BB Myspace AB -0005BC Resorsys Ltd. -0005BD ROAX BV -0005BE Kongsberg Seatex AS -0005BF JustEzy Technology, Inc. -0005C0 Digital Network Alacarte Co., Ltd. -0005C1 A-Kyung Motion, Inc. -0005C2 Soronti, Inc. -0005C3 Pacific Instruments, Inc. -0005C4 Telect, Inc. -0005C5 Flaga HF -0005C6 Triz Communications -0005C7 I/F-COM A/S -0005C8 VERYTECH -0005C9 LG Innotek Co., Ltd. -0005CA Hitron Technology, Inc. -0005CB ROIS Technologies, Inc. -0005CC Sumtel Communications, Inc. -0005CD Denon, Ltd. -0005CE Prolink Microsystems Corporation -0005CF Thunder River Technologies, Inc. -0005D0 Solinet Systems -0005D1 Metavector Technologies -0005D2 DAP Technologies -0005D3 eProduction Solutions, Inc. -0005D4 FutureSmart Networks, Inc. -0005D5 Speedcom Wireless -0005D6 L-3 Linkabit -0005D7 Vista Imaging, Inc. -0005D8 Arescom, Inc. -0005D9 Techno Valley, Inc. -0005DA Apex Automationstechnik -0005DB PSI Nentec GmbH -0005DC CISCO SYSTEMS, INC. -0005DD CISCO SYSTEMS, INC. -0005DE Gi Fone Korea, Inc. -0005DF Electronic Innovation, Inc. -0005E0 Empirix Corp. -0005E1 Trellis Photonics, Ltd. -0005E2 Creativ Network Technologies -0005E3 LightSand Communications, Inc. -0005E4 Red Lion Controls Inc. -0005E5 Renishaw PLC -0005E6 Egenera, Inc. -0005E7 Netrake an AudioCodes Company -0005E8 TurboWave, Inc. -0005E9 Unicess Network, Inc. -0005EA Rednix -0005EB Blue Ridge Networks, Inc. -0005EC Mosaic Systems Inc. -0005ED Technikum Joanneum GmbH -0005EE BEWATOR Group -0005EF ADOIR Digital Technology -0005F0 SATEC -0005F1 Vrcom, Inc. -0005F2 Power R, Inc. -0005F3 Webyn -0005F4 System Base Co., Ltd. -0005F5 Geospace Technologies -0005F6 Young Chang Co. Ltd. -0005F7 Analog Devices, Inc. -0005F8 Real Time Access, Inc. -0005F9 TOA Corporation -0005FA IPOptical, Inc. -0005FB ShareGate, Inc. -0005FC Schenck Pegasus Corp. -0005FD PacketLight Networks Ltd. -0005FE Traficon N.V. -0005FF SNS Solutions, Inc. -000600 Toshiba Teli Corporation -000601 Otanikeiki Co., Ltd. -000602 Cirkitech Electronics Co. -000603 Baker Hughes Inc. -000604 @Track Communications, Inc. -000605 Inncom International, Inc. -000606 RapidWAN, Inc. -000607 Omni Directional Control Technology Inc. -000608 At-Sky SAS -000609 Crossport Systems -00060A Blue2space -00060B Emerson Network Power -00060C Melco Industries, Inc. -00060D Wave7 Optics -00060E IGYS Systems, Inc. -00060F Narad Networks Inc -000610 Abeona Networks Inc -000611 Zeus Wireless, Inc. -000612 Accusys, Inc. -000613 Kawasaki Microelectronics Incorporated -000614 Prism Holdings -000615 Kimoto Electric Co., Ltd. -000616 Tel Net Co., Ltd. -000617 Redswitch Inc. -000618 DigiPower Manufacturing Inc. -000619 Connection Technology Systems -00061A Zetari Inc. -00061B Notebook Development Lab. Lenovo Japan Ltd. -00061C Hoshino Metal Industries, Ltd. -00061D MIP Telecom, Inc. -00061E Maxan Systems -00061F Vision Components GmbH -000620 Serial System Ltd. -000621 Hinox, Co., Ltd. -000622 Chung Fu Chen Yeh Enterprise Corp. -000623 MGE UPS Systems France -000624 Gentner Communications Corp. -000625 The Linksys Group, Inc. -000626 MWE GmbH -000627 Uniwide Technologies, Inc. -000628 CISCO SYSTEMS, INC. -000629 IBM Corp -00062A CISCO SYSTEMS, INC. -00062B INTRASERVER TECHNOLOGY -00062C Bivio Networks -00062D TouchStar Technologies, L.L.C. -00062E Aristos Logic Corp. -00062F Pivotech Systems Inc. -000630 Adtranz Sweden -000631 Calix -000632 Mesco Engineering GmbH -000633 Cross Match Technologies GmbH -000634 GTE Airfone Inc. -000635 PacketAir Networks, Inc. -000636 Jedai Broadband Networks -000637 Toptrend-Meta Information (ShenZhen) Inc. -000638 Sungjin C&C Co., Ltd. -000639 Newtec -00063A Dura Micro, Inc. -00063B Arcturus Networks Inc. -00063C Intrinsyc Software International Inc. -00063D Microwave Data Systems Inc. -00063E Opthos Inc. -00063F Everex Communications Inc. -000640 White Rock Networks -000641 ITCN -000642 Genetel Systems Inc. -000643 SONO Computer Co., Ltd. -000644 Neix,Inc -000645 Meisei Electric Co. Ltd. -000646 ShenZhen XunBao Network Technology Co Ltd -000647 Etrali S.A. -000648 Seedsware, Inc. -000649 3M Deutschland GmbH -00064A Honeywell Co., Ltd. (KOREA) -00064B Alexon Co., Ltd. -00064C Invicta Networks, Inc. -00064D Sencore -00064E Broad Net Technology Inc. -00064F PRO-NETS Technology Corporation -000650 Tiburon Networks, Inc. -000651 Aspen Networks Inc. -000652 CISCO SYSTEMS, INC. -000653 CISCO SYSTEMS, INC. -000654 Winpresa Building Automation Technologies GmbH -000655 Yipee, Inc. -000656 Tactel AB -000657 Market Central, Inc. -000658 Helmut Fischer GmbH Institut für Elektronik und Messtechnik -000659 EAL (Apeldoorn) B.V. -00065A Strix Systems -00065B Dell Computer Corp. -00065C Malachite Technologies, Inc. -00065D Heidelberg Web Systems -00065E Photuris, Inc. -00065F ECI Telecom - NGTS Ltd. -000660 NADEX Co., Ltd. -000661 NIA Home Technologies Corp. -000662 MBM Technology Ltd. -000663 Human Technology Co., Ltd. -000664 Fostex Corporation -000665 Sunny Giken, Inc. -000666 Roving Networks -000667 Tripp Lite -000668 Vicon Industries Inc. -000669 Datasound Laboratories Ltd -00066A InfiniCon Systems, Inc. -00066B Sysmex Corporation -00066C Robinson Corporation -00066D Compuprint S.P.A. -00066E Delta Electronics, Inc. -00066F Korea Data Systems -000670 Upponetti Oy -000671 Softing AG -000672 Netezza -000673 TKH Security Solutions USA -000674 Spectrum Control, Inc. -000675 Banderacom, Inc. -000676 Novra Technologies Inc. -000677 SICK AG -000678 Marantz Brand Company -000679 Konami Corporation -00067A JMP Systems -00067B Toplink C&C Corporation -00067C CISCO SYSTEMS, INC. -00067D Takasago Ltd. -00067E WinCom Systems, Inc. -00067F Digeo, Inc. -000680 Card Access, Inc. -000681 Goepel Electronic GmbH -000682 Convedia -000683 Bravara Communications, Inc. -000684 Biacore AB -000685 NetNearU Corporation -000686 ZARDCOM Co., Ltd. -000687 Omnitron Systems Technology, Inc. -000688 Telways Communication Co., Ltd. -000689 yLez Technologies Pte Ltd -00068A NeuronNet Co. Ltd. R&D Center -00068B AirRunner Technologies, Inc. -00068C 3Com Corporation -00068D SEPATON, Inc. -00068E HID Corporation -00068F Telemonitor, Inc. -000690 Euracom Communication GmbH -000691 PT Inovacao -000692 Intruvert Networks, Inc. -000693 Flexus Computer Technology, Inc. -000694 Mobillian Corporation -000695 Ensure Technologies, Inc. -000696 Advent Networks -000697 R & D Center -000698 egnite GmbH -000699 Vida Design Co. -00069A e & Tel -00069B AVT Audio Video Technologies GmbH -00069C Transmode Systems AB -00069D Petards Ltd -00069E UNIQA, Inc. -00069F Kuokoa Networks -0006A0 Mx Imaging -0006A1 Celsian Technologies, Inc. -0006A2 Microtune, Inc. -0006A3 Bitran Corporation -0006A4 INNOWELL Corp. -0006A5 PINON Corp. -0006A6 Artistic Licence Engineering Ltd -0006A7 Primarion -0006A8 KC Technology, Inc. -0006A9 Universal Instruments Corp. -0006AA VT Miltope -0006AB W-Link Systems, Inc. -0006AC Intersoft Co. -0006AD KB Electronics Ltd. -0006AE Himachal Futuristic Communications Ltd -0006AF Xalted Networks -0006B0 Comtech EF Data Corp. -0006B1 Sonicwall -0006B2 Linxtek Co. -0006B3 Diagraph Corporation -0006B4 Vorne Industries, Inc. -0006B5 Source Photonics, Inc. -0006B6 Nir-Or Israel Ltd. -0006B7 TELEM GmbH -0006B8 Bandspeed Pty Ltd -0006B9 A5TEK Corp. -0006BA Westwave Communications -0006BB ATI Technologies Inc. -0006BC Macrolink, Inc. -0006BD BNTECHNOLOGY Co., Ltd. -0006BE Baumer Optronic GmbH -0006BF Accella Technologies Co., Ltd. -0006C0 United Internetworks, Inc. -0006C1 CISCO SYSTEMS, INC. -0006C2 Smartmatic Corporation -0006C3 Schindler Elevator Ltd. -0006C4 Piolink Inc. -0006C5 INNOVI Technologies Limited -0006C6 lesswire AG -0006C7 RFNET Technologies Pte Ltd (S) -0006C8 Sumitomo Metal Micro Devices, Inc. -0006C9 Technical Marketing Research, Inc. -0006CA American Computer & Digital Components, Inc. (ACDC) -0006CB Jotron Electronics A/S -0006CC JMI Electronics Co., Ltd. -0006CD Leaf Imaging Ltd. -0006CE DATENO -0006CF Thales Avionics In-Flight Systems, LLC -0006D0 Elgar Electronics Corp. -0006D1 Tahoe Networks, Inc. -0006D2 Tundra Semiconductor Corp. -0006D3 Alpha Telecom, Inc. U.S.A. -0006D4 Interactive Objects, Inc. -0006D5 Diamond Systems Corp. -0006D6 CISCO SYSTEMS, INC. -0006D7 CISCO SYSTEMS, INC. -0006D8 Maple Optical Systems -0006D9 IPM-Net S.p.A. -0006DA ITRAN Communications Ltd. -0006DB ICHIPS Co., Ltd. -0006DC Syabas Technology (Amquest) -0006DD AT & T Laboratories - Cambridge Ltd -0006DE Flash Technology -0006DF AIDONIC Corporation -0006E0 MAT Co., Ltd. -0006E1 Techno Trade s.a -0006E2 Ceemax Technology Co., Ltd. -0006E3 Quantitative Imaging Corporation -0006E4 Citel Technologies Ltd. -0006E5 Fujian Newland Computer Ltd. Co. -0006E6 DongYang Telecom Co., Ltd. -0006E7 Bit Blitz Communications Inc. -0006E8 Optical Network Testing, Inc. -0006E9 Intime Corp. -0006EA ELZET80 Mikrocomputer GmbH&Co. KG -0006EB Global Data -0006EC Harris Corporation -0006ED Inara Networks -0006EE Shenyang Neu-era Information & Technology Stock Co., Ltd -0006EF Maxxan Systems, Inc. -0006F0 Digeo, Inc. -0006F1 Optillion -0006F2 Platys Communications -0006F3 AcceLight Networks -0006F4 Prime Electronics & Satellitics Inc. -0006F5 ALPS Co,. Ltd. -0006F6 CISCO SYSTEMS, INC. -0006F7 ALPS Co,. Ltd. -0006F8 CPU Technology, Inc. -0006F9 Mitsui Zosen Systems Research Inc. -0006FA IP SQUARE Co, Ltd. -0006FB Hitachi Printing Solutions, Ltd. -0006FC Fnet Co., Ltd. -0006FD Comjet Information Systems Corp. -0006FE Ambrado, Inc -0006FF Sheba Systems Co., Ltd. -000700 Zettamedia Korea -000701 RACAL-DATACOM -000702 Varian Medical Systems -000703 CSEE Transport -000704 ALPS Co,. Ltd. -000705 Endress & Hauser GmbH & Co -000706 Sanritz Corporation -000707 Interalia Inc. -000708 Bitrage Inc. -000709 Westerstrand Urfabrik AB -00070A Unicom Automation Co., Ltd. -00070B Novabase SGPS, SA -00070C SVA-Intrusion.com Co. Ltd. -00070D CISCO SYSTEMS, INC. -00070E CISCO SYSTEMS, INC. -00070F Fujant, Inc. -000710 Adax, Inc. -000711 Acterna -000712 JAL Information Technology -000713 IP One, Inc. -000714 Brightcom -000715 General Research of Electronics, Inc. -000716 J & S Marine Ltd. -000717 Wieland Electric GmbH -000718 iCanTek Co., Ltd. -000719 Mobiis Co., Ltd. -00071A Finedigital Inc. -00071B CDVI Americas Ltd -00071C AT&T Fixed Wireless Services -00071D Satelsa Sistemas Y Aplicaciones De Telecomunicaciones, S.A. -00071E Tri-M Engineering / Nupak Dev. Corp. -00071F European Systems Integration -000720 Trutzschler GmbH & Co. KG -000721 Formac Elektronik GmbH -000722 The Nielsen Company -000723 ELCON Systemtechnik GmbH -000724 Telemax Co., Ltd. -000725 Bematech International Corp. -000726 Shenzhen Gongjin Electronics Co., Ltd. -000727 Zi Corporation (HK) Ltd. -000728 Neo Telecom -000729 Kistler Instrumente AG -00072A Innovance Networks -00072B Jung Myung Telecom Co., Ltd. -00072C Fabricom -00072D CNSystems -00072E North Node AB -00072F Intransa, Inc. -000730 Hutchison OPTEL Telecom Technology Co., Ltd. -000731 Ophir-Spiricon LLC -000732 AAEON Technology Inc. -000733 DANCONTROL Engineering -000734 ONStor, Inc. -000735 Flarion Technologies, Inc. -000736 Data Video Technologies Co., Ltd. -000737 Soriya Co. Ltd. -000738 Young Technology Co., Ltd. -000739 Scotty Group Austria Gmbh -00073A Inventel Systemes -00073B Tenovis GmbH & Co KG -00073C Telecom Design -00073D Nanjing Postel Telecommunications Co., Ltd. -00073E China Great-Wall Computer Shenzhen Co., Ltd. -00073F Woojyun Systec Co., Ltd. -000740 Buffalo Inc. -000741 Sierra Automated Systems -000742 Current Technologies, LLC -000743 Chelsio Communications -000744 Unico, Inc. -000745 Radlan Computer Communications Ltd. -000746 TURCK, Inc. -000747 Mecalc -000748 The Imaging Source Europe -000749 CENiX Inc. -00074A Carl Valentin GmbH -00074B Daihen Corporation -00074C Beicom Inc. -00074D Zebra Technologies Corp. -00074E IPFRONT Inc -00074F CISCO SYSTEMS, INC. -000750 CISCO SYSTEMS, INC. -000751 m-u-t AG -000752 Rhythm Watch Co., Ltd. -000753 Beijing Qxcomm Technology Co., Ltd. -000754 Xyterra Computing, Inc. -000755 Lafon -000756 Juyoung Telecom -000757 Topcall International AG -000758 Dragonwave -000759 Boris Manufacturing Corp. -00075A Air Products and Chemicals, Inc. -00075B Gibson Guitars -00075C Eastman Kodak Company -00075D Celleritas Inc. -00075E Ametek Power Instruments -00075F VCS Video Communication Systems AG -000760 TOMIS Information & Telecom Corp. -000761 Logitech Europe SA -000762 Group Sense Limited -000763 Sunniwell Cyber Tech. Co., Ltd. -000764 YoungWoo Telecom Co. Ltd. -000765 Jade Quantum Technologies, Inc. -000766 Chou Chin Industrial Co., Ltd. -000767 Yuxing Electronics Company Limited -000768 Danfoss A/S -000769 Italiana Macchi SpA -00076A NEXTEYE Co., Ltd. -00076B Stralfors AB -00076C Daehanet, Inc. -00076D Flexlight Networks -00076E Sinetica Corporation Limited -00076F Synoptics Limited -000770 Locusnetworks Corporation -000771 Embedded System Corporation -000772 Alcatel Shanghai Bell Co., Ltd. -000773 Ascom Powerline Communications Ltd. -000774 GuangZhou Thinker Technology Co. Ltd. -000775 Valence Semiconductor, Inc. -000776 Federal APD -000777 Motah Ltd. -000778 GERSTEL GmbH & Co. KG -000779 Sungil Telecom Co., Ltd. -00077A Infoware System Co., Ltd. -00077B Millimetrix Broadband Networks -00077C Westermo Teleindustri AB -00077D CISCO SYSTEMS, INC. -00077E Elrest GmbH -00077F J Communications Co., Ltd. -000780 Bluegiga Technologies OY -000781 Itron Inc. -000782 Oracle Corporation -000783 SynCom Network, Inc. -000784 CISCO SYSTEMS, INC. -000785 CISCO SYSTEMS, INC. -000786 Wireless Networks Inc. -000787 Idea System Co., Ltd. -000788 Clipcomm, Inc. -000789 DONGWON SYSTEMS -00078A Mentor Data System Inc. -00078B Wegener Communications, Inc. -00078C Elektronikspecialisten i Borlange AB -00078D NetEngines Ltd. -00078E Garz & Friche GmbH -00078F Emkay Innovative Products -000790 Tri-M Technologies (s) Limited -000791 International Data Communications, Inc. -000792 Sütron Electronic GmbH -000793 Shin Satellite Public Company Limited -000794 Simple Devices, Inc. -000795 Elitegroup Computer System Co. (ECS) -000796 LSI Systems, Inc. -000797 Netpower Co., Ltd. -000798 Selea SRL -000799 Tipping Point Technologies, Inc. -00079A Verint Systems Inc -00079B Aurora Networks -00079C Golden Electronics Technology Co., Ltd. -00079D Musashi Co., Ltd. -00079E Ilinx Co., Ltd. -00079F Action Digital Inc. -0007A0 e-Watch Inc. -0007A1 VIASYS Healthcare GmbH -0007A2 Opteon Corporation -0007A3 Ositis Software, Inc. -0007A4 GN Netcom Ltd. -0007A5 Y.D.K Co. Ltd. -0007A6 Home Automation, Inc. -0007A7 A-Z Inc. -0007A8 Haier Group Technologies Ltd. -0007A9 Novasonics -0007AA Quantum Data Inc. -0007AB Samsung Electronics Co.,Ltd -0007AC Eolring -0007AD Pentacon GmbH Foto-und Feinwerktechnik -0007AE Britestream Networks, Inc. -0007AF N-TRON Corporation -0007B0 Office Details, Inc. -0007B1 Equator Technologies -0007B2 Transaccess S.A. -0007B3 CISCO SYSTEMS, INC. -0007B4 CISCO SYSTEMS, INC. -0007B5 Any One Wireless Ltd. -0007B6 Telecom Technology Ltd. -0007B7 Samurai Ind. Prods Eletronicos Ltda -0007B8 Corvalent Corporation -0007B9 Ginganet Corporation -0007BA UTStarcom, Inc. -0007BB Candera Inc. -0007BC Identix Inc. -0007BD Radionet Ltd. -0007BE DataLogic SpA -0007BF Armillaire Technologies, Inc. -0007C0 NetZerver Inc. -0007C1 Overture Networks, Inc. -0007C2 Netsys Telecom -0007C3 Thomson -0007C4 JEAN Co. Ltd. -0007C5 Gcom, Inc. -0007C6 VDS Vosskuhler GmbH -0007C7 Synectics Systems Limited -0007C8 Brain21, Inc. -0007C9 Technol Seven Co., Ltd. -0007CA Creatix Polymedia Ges Fur Kommunikaitonssysteme -0007CB Freebox SA -0007CC Kaba Benzing GmbH -0007CD NMTEL Co., Ltd. -0007CE Cabletime Limited -0007CF Anoto AB -0007D0 Automat Engenharia de Automação Ltda. -0007D1 Spectrum Signal Processing Inc. -0007D2 Logopak Systeme GmbH & Co. KG -0007D3 Stork Prints B.V. -0007D4 Zhejiang Yutong Network Communication Co Ltd. -0007D5 3e Technologies Int;., Inc. -0007D6 Commil Ltd. -0007D7 Caporis Networks AG -0007D8 Hitron Systems Inc. -0007D9 Splicecom -0007DA Neuro Telecom Co., Ltd. -0007DB Kirana Networks, Inc. -0007DC Atek Co, Ltd. -0007DD Cradle Technologies -0007DE eCopilt AB -0007DF Vbrick Systems Inc. -0007E0 Palm Inc. -0007E1 WIS Communications Co. Ltd. -0007E2 Bitworks, Inc. -0007E3 Navcom Technology, Inc. -0007E4 SoftRadio Co., Ltd. -0007E5 Coup Corporation -0007E6 edgeflow Canada Inc. -0007E7 FreeWave Technologies -0007E8 EdgeWave -0007E9 Intel Corporation -0007EA Massana, Inc. -0007EB CISCO SYSTEMS, INC. -0007EC CISCO SYSTEMS, INC. -0007ED Altera Corporation -0007EE telco Informationssysteme GmbH -0007EF Lockheed Martin Tactical Systems -0007F0 LogiSync LLC -0007F1 TeraBurst Networks Inc. -0007F2 IOA Corporation -0007F3 Thinkengine Networks -0007F4 Eletex Co., Ltd. -0007F5 Bridgeco Co AG -0007F6 Qqest Software Systems -0007F7 Galtronics -0007F8 ITDevices, Inc. -0007F9 Sensaphone -0007FA ITT Co., Ltd. -0007FB Giga Stream UMTS Technologies GmbH -0007FC Adept Systems Inc. -0007FD LANergy Ltd. -0007FE Rigaku Corporation -0007FF Gluon Networks -000800 MULTITECH SYSTEMS, INC. -000801 HighSpeed Surfing Inc. -000802 Hewlett-Packard Company -000803 Cos Tron -000804 ICA Inc. -000805 Techno-Holon Corporation -000806 Raonet Systems, Inc. -000807 Access Devices Limited -000808 PPT Vision, Inc. -000809 Systemonic AG -00080A Espera-Werke GmbH -00080B Birka BPA Informationssystem AB -00080C VDA Elettronica spa -00080D Toshiba -00080E Motorola Mobility, Inc. -00080F Proximion Fiber Optics AB -000810 Key Technology, Inc. -000811 VOIX Corporation -000812 GM-2 Corporation -000813 Diskbank, Inc. -000814 TIL Technologies -000815 CATS Co., Ltd. -000816 Bluetags A/S -000817 EmergeCore Networks LLC -000818 Pixelworks, Inc. -000819 Banksys -00081A Sanrad Intelligence Storage Communications (2000) Ltd. -00081B Windigo Systems -00081C @pos.com -00081D Ipsil, Incorporated -00081E Repeatit AB -00081F Pou Yuen Tech Corp. Ltd. -000820 CISCO SYSTEMS, INC. -000821 CISCO SYSTEMS, INC. -000822 InPro Comm -000823 Texa Corp. -000824 Nuance Document Imaging -000825 Acme Packet -000826 Colorado Med Tech -000827 ADB Broadband Italia -000828 Koei Engineering Ltd. -000829 Aval Nagasaki Corporation -00082A Powerwallz Network Security -00082B Wooksung Electronics, Inc. -00082C Homag AG -00082D Indus Teqsite Private Limited -00082E Multitone Electronics PLC -00082F CISCO SYSTEMS, INC. -000830 CISCO SYSTEMS, INC. -000831 CISCO SYSTEMS, INC. -000832 Cisco -00084E DivergeNet, Inc. -00084F Qualstar Corporation -000850 Arizona Instrument Corp. -000851 Canadian Bank Note Company, Ltd. -000852 Davolink Co. Inc. -000853 Schleicher GmbH & Co. Relaiswerke KG -000854 Netronix, Inc. -000855 NASA-Goddard Space Flight Center -000856 Gamatronic Electronic Industries Ltd. -000857 Polaris Networks, Inc. -000858 Novatechnology Inc. -000859 ShenZhen Unitone Electronics Co., Ltd. -00085A IntiGate Inc. -00085B Hanbit Electronics Co., Ltd. -00085C Shanghai Dare Technologies Co. Ltd. -00085D Aastra -00085E PCO AG -00085F Picanol N.V. -000860 LodgeNet Entertainment Corp. -000861 SoftEnergy Co., Ltd. -000862 NEC Eluminant Technologies, Inc. -000863 Entrisphere Inc. -000864 Fasy S.p.A. -000865 JASCOM CO., LTD -000866 DSX Access Systems, Inc. -000867 Uptime Devices -000868 PurOptix -000869 Command-e Technology Co.,Ltd. -00086A Securiton Gmbh -00086B MIPSYS -00086C Plasmon LMS -00086D Missouri FreeNet -00086E Hyglo AB -00086F Resources Computer Network Ltd. -000870 Rasvia Systems, Inc. -000871 NORTHDATA Co., Ltd. -000872 Sorenson Communications -000873 DapTechnology B.V. -000874 Dell Computer Corp. -000875 Acorp Electronics Corp. -000876 SDSystem -000877 Liebert-Hiross Spa -000878 Benchmark Storage Innovations -000879 CEM Corporation -00087A Wipotec GmbH -00087B RTX Telecom A/S -00087C CISCO SYSTEMS, INC. -00087D CISCO SYSTEMS, INC. -00087E Bon Electro-Telecom Inc. -00087F SPAUN electronic GmbH & Co. KG -000880 BroadTel Canada Communications inc. -000881 DIGITAL HANDS CO.,LTD. -000882 SIGMA CORPORATION -000883 Hewlett-Packard Company -000884 Index Braille AB -000885 EMS Dr. Thomas Wünsche -000886 Hansung Teliann, Inc. -000887 Maschinenfabrik Reinhausen GmbH -000888 OULLIM Information Technology Inc,. -000889 Echostar Technologies Corp -00088A Minds@Work -00088B Tropic Networks Inc. -00088C Quanta Network Systems Inc. -00088D Sigma-Links Inc. -00088E Nihon Computer Co., Ltd. -00088F ADVANCED DIGITAL TECHNOLOGY -000890 AVILINKS SA -000891 Lyan Inc. -000892 EM Solutions -000893 LE INFORMATION COMMUNICATION INC. -000894 InnoVISION Multimedia Ltd. -000895 DIRC Technologie GmbH & Co.KG -000896 Printronix, Inc. -000897 Quake Technologies -000898 Gigabit Optics Corporation -000899 Netbind, Inc. -00089A Alcatel Microelectronics -00089B ICP Electronics Inc. -00089C Elecs Industry Co., Ltd. -00089D UHD-Elektronik -00089E Beijing Enter-Net co.LTD -00089F EFM Networks -0008A0 Stotz Feinmesstechnik GmbH -0008A1 CNet Technology Inc. -0008A2 ADI Engineering, Inc. -0008A3 CISCO SYSTEMS, INC. -0008A4 CISCO SYSTEMS, INC. -0008A5 Peninsula Systems Inc. -0008A6 Multiware & Image Co., Ltd. -0008A7 iLogic Inc. -0008A8 Systec Co., Ltd. -0008A9 SangSang Technology, Inc. -0008AA KARAM -0008AB EnerLinx.com, Inc. -0008AC Eltromat GmbH -0008AD Toyo-Linx Co., Ltd. -0008AE PacketFront Network Products AB -0008AF Novatec Corporation -0008B0 BKtel communications GmbH -0008B1 ProQuent Systems -0008B2 SHENZHEN COMPASS TECHNOLOGY DEVELOPMENT CO.,LTD -0008B3 Fastwel -0008B4 SYSPOL -0008B5 TAI GUEN ENTERPRISE CO., LTD -0008B6 RouteFree, Inc. -0008B7 HIT Incorporated -0008B8 E.F. Johnson -0008B9 KAON MEDIA Co., Ltd. -0008BA Erskine Systems Ltd -0008BB NetExcell -0008BC Ilevo AB -0008BD TEPG-US -0008BE XENPAK MSA Group -0008BF Aptus Elektronik AB -0008C0 ASA SYSTEMS -0008C1 Avistar Communications Corporation -0008C2 CISCO SYSTEMS, INC. -0008C3 Contex A/S -0008C4 Hikari Co.,Ltd. -0008C5 Liontech Co., Ltd. -0008C6 Philips Consumer Communications -0008C7 Hewlett-Packard Company -0008C8 Soneticom, Inc. -0008C9 TechniSat Digital GmbH -0008CA TwinHan Technology Co.,Ltd -0008CB Zeta Broadband Inc. -0008CC Remotec, Inc. -0008CD With-Net Inc -0008CE IPMobileNet Inc. -0008CF Nippon Koei Power Systems Co., Ltd. -0008D0 Musashi Engineering Co., LTD. -0008D1 KAREL INC. -0008D2 ZOOM Networks Inc. -0008D3 Hercules Technologies S.A.S. -0008D4 IneoQuest Technologies, Inc -0008D5 Vanguard Networks Solutions, LLC -0008D6 HASSNET Inc. -0008D7 HOW CORPORATION -0008D8 Dowkey Microwave -0008D9 Mitadenshi Co.,LTD -0008DA SofaWare Technologies Ltd. -0008DB Corrigent Systems -0008DC Wiznet -0008DD Telena Communications, Inc. -0008DE 3UP Systems -0008DF Alistel Inc. -0008E0 ATO Technology Ltd. -0008E1 Barix AG -0008E2 CISCO SYSTEMS, INC. -0008E3 CISCO SYSTEMS, INC. -0008E4 Envenergy Inc -0008E5 IDK Corporation -0008E6 Littlefeet -0008E7 SHI ControlSystems,Ltd. -0008E8 Excel Master Ltd. -0008E9 NextGig -0008EA Motion Control Engineering, Inc -0008EB ROMWin Co.,Ltd. -0008EC Optical Zonu Corporation -0008ED ST&T Instrument Corp. -0008EE Logic Product Development -0008EF DIBAL,S.A. -0008F0 Next Generation Systems, Inc. -0008F1 Voltaire -0008F2 C&S Technology -0008F3 WANY -0008F4 Bluetake Technology Co., Ltd. -0008F5 YESTECHNOLOGY Co.,Ltd. -0008F6 Sumitomo Electric System Solutions Co., Ltd. -0008F7 Hitachi Ltd, Semiconductor & Integrated Circuits Gr -0008F8 UTC CCS -0008F9 Emerson Network Power -0008FA Karl E.Brinkmann GmbH -0008FB SonoSite, Inc. -0008FC Gigaphoton Inc. -0008FD BlueKorea Co., Ltd. -0008FE UNIK C&C Co.,Ltd. -0008FF Trilogy Communications Ltd -000900 TMT -000901 Shenzhen Shixuntong Information & Technoligy Co -000902 Redline Communications Inc. -000903 Panasas, Inc -000904 MONDIAL electronic -000905 iTEC Technologies Ltd. -000906 Esteem Networks -000907 Chrysalis Development -000908 VTech Technology Corp. -000909 Telenor Connect A/S -00090A SnedFar Technology Co., Ltd. -00090B MTL Instruments PLC -00090C Mayekawa Mfg. Co. Ltd. -00090D LEADER ELECTRONICS CORP. -00090E Helix Technology Inc. -00090F Fortinet Inc. -000910 Simple Access Inc. -000911 CISCO SYSTEMS, INC. -000912 CISCO SYSTEMS, INC. -000913 SystemK Corporation -000914 COMPUTROLS INC. -000915 CAS Corp. -000916 Listman Home Technologies, Inc. -000917 WEM Technology Inc -000918 SAMSUNG TECHWIN CO.,LTD -000919 MDS Gateways -00091A Macat Optics & Electronics Co., Ltd. -00091B Digital Generation Inc. -00091C CacheVision, Inc -00091D Proteam Computer Corporation -00091E Firstech Technology Corp. -00091F A&D Co., Ltd. -000920 EpoX COMPUTER CO.,LTD. -000921 Planmeca Oy -000922 TST Biometrics GmbH -000923 Heaman System Co., Ltd -000924 Telebau GmbH -000925 VSN Systemen BV -000926 YODA COMMUNICATIONS, INC. -000927 TOYOKEIKI CO.,LTD. -000928 Telecore -000929 Sanyo Industries (UK) Limited -00092A MYTECS Co.,Ltd. -00092B iQstor Networks, Inc. -00092C Hitpoint Inc. -00092D HTC Corporation -00092E B&Tech System Inc. -00092F Akom Technology Corporation -000930 AeroConcierge Inc. -000931 Future Internet, Inc. -000932 Omnilux -000933 Ophit Co.Ltd. -000934 Dream-Multimedia-Tv GmbH -000935 Sandvine Incorporated -000936 Ipetronik GmbH & Co. KG -000937 Inventec Appliance Corp -000938 Allot Communications -000939 ShibaSoku Co.,Ltd. -00093A Molex Fiber Optics -00093B HYUNDAI NETWORKS INC. -00093C Jacques Technologies P/L -00093D Newisys,Inc. -00093E C&I Technologies -00093F Double-Win Enterpirse CO., LTD -000940 AGFEO GmbH & Co. KG -000941 Allied Telesis K.K. -000942 Wireless Technologies, Inc -000943 CISCO SYSTEMS, INC. -000944 CISCO SYSTEMS, INC. -000945 Palmmicro Communications Inc -000946 Cluster Labs GmbH -000947 Aztek, Inc. -000948 Vista Control Systems, Corp. -000949 Glyph Technologies Inc. -00094A Homenet Communications -00094B FillFactory NV -00094C Communication Weaver Co.,Ltd. -00094D Braintree Communications Pty Ltd -00094E BARTECH SYSTEMS INTERNATIONAL, INC -00094F elmegt GmbH & Co. KG -000950 Independent Storage Corporation -000951 Apogee Imaging Systems -000952 Auerswald GmbH & Co. KG -000953 Linkage System Integration Co.Ltd. -000954 AMiT spol. s. r. o. -000955 Young Generation International Corp. -000956 Network Systems Group, Ltd. (NSG) -000957 Supercaller, Inc. -000958 INTELNET S.A. -000959 Sitecsoft -00095A RACEWOOD TECHNOLOGY -00095B Netgear, Inc. -00095C Philips Medical Systems - Cardiac and Monitoring Systems (CM -00095D Dialogue Technology Corp. -00095E Masstech Group Inc. -00095F Telebyte, Inc. -000960 YOZAN Inc. -000961 Switchgear and Instrumentation Ltd -000962 Sonitor Technologies AS -000963 Dominion Lasercom Inc. -000964 Hi-Techniques, Inc. -000965 HyunJu Computer Co., Ltd. -000966 Thales Navigation -000967 Tachyon, Inc -000968 TECHNOVENTURE, INC. -000969 Meret Optical Communications -00096A Cloverleaf Communications Inc. -00096B IBM Corp -00096C Imedia Semiconductor Corp. -00096D Powernet Technologies Corp. -00096E GIANT ELECTRONICS LTD. -00096F Beijing Zhongqing Elegant Tech. Corp.,Limited -000970 Vibration Research Corporation -000971 Time Management, Inc. -000972 Securebase,Inc -000973 Lenten Technology Co., Ltd. -000974 Innopia Technologies, Inc. -000975 fSONA Communications Corporation -000976 Datasoft ISDN Systems GmbH -000977 Brunner Elektronik AG -000978 AIJI System Co., Ltd. -000979 Advanced Television Systems Committee, Inc. -00097A Louis Design Labs. -00097B CISCO SYSTEMS, INC. -00097C CISCO SYSTEMS, INC. -00097D SecWell Networks Oy -00097E IMI TECHNOLOGY CO., LTD -00097F Vsecure 2000 LTD. -000980 Power Zenith Inc. -000981 Newport Networks -000982 Loewe Opta GmbH -000983 GlobalTop Technology, Inc. -000984 MyCasa Network Inc. -000985 Auto Telecom Company -000986 Metalink LTD. -000987 NISHI NIPPON ELECTRIC WIRE & CABLE CO.,LTD. -000988 Nudian Electron Co., Ltd. -000989 VividLogic Inc. -00098A EqualLogic Inc -00098B Entropic Communications, Inc. -00098C Option Wireless Sweden -00098D Velocity Semiconductor -00098E ipcas GmbH -00098F Cetacean Networks -000990 ACKSYS Communications & systems -000991 GE Fanuc Automation Manufacturing, Inc. -000992 InterEpoch Technology,INC. -000993 Visteon Corporation -000994 Cronyx Engineering -000995 Castle Technology Ltd -000996 RDI -000997 Nortel Networks -000998 Capinfo Company Limited -000999 CP GEORGES RENAULT -00099A ELMO COMPANY, LIMITED -00099B Western Telematic Inc. -00099C Naval Research Laboratory -00099D Haliplex Communications -00099E Testech, Inc. -00099F VIDEX INC. -0009A0 Microtechno Corporation -0009A1 Telewise Communications, Inc. -0009A2 Interface Co., Ltd. -0009A3 Leadfly Techologies Corp. Ltd. -0009A4 HARTEC Corporation -0009A5 HANSUNG ELETRONIC INDUSTRIES DEVELOPMENT CO., LTD -0009A6 Ignis Optics, Inc. -0009A7 Bang & Olufsen A/S -0009A8 Eastmode Pte Ltd -0009A9 Ikanos Communications -0009AA Data Comm for Business, Inc. -0009AB Netcontrol Oy -0009AC LANVOICE -0009AD HYUNDAI SYSCOMM, INC. -0009AE OKANO ELECTRIC CO.,LTD -0009AF e-generis -0009B0 Onkyo Corporation -0009B1 Kanematsu Electronics, Ltd. -0009B2 L&F Inc. -0009B3 MCM Systems Ltd -0009B4 KISAN TELECOM CO., LTD. -0009B5 3J Tech. Co., Ltd. -0009B6 CISCO SYSTEMS, INC. -0009B7 CISCO SYSTEMS, INC. -0009B8 Entise Systems -0009B9 Action Imaging Solutions -0009BA MAKU Informationstechik GmbH -0009BB MathStar, Inc. -0009BC Digital Safety Technologies, Inc -0009BD Epygi Technologies, Ltd. -0009BE Mamiya-OP Co.,Ltd. -0009BF Nintendo Co., Ltd. -0009C0 6WIND -0009C1 PROCES-DATA A/S -0009C2 Onity, Inc. -0009C3 NETAS -0009C4 Medicore Co., Ltd -0009C5 KINGENE Technology Corporation -0009C6 Visionics Corporation -0009C7 Movistec -0009C8 SINAGAWA TSUSHIN KEISOU SERVICE -0009C9 BlueWINC Co., Ltd. -0009CA iMaxNetworks(Shenzhen)Limited. -0009CB HBrain -0009CC Moog GmbH -0009CD HUDSON SOFT CO.,LTD. -0009CE SpaceBridge Semiconductor Corp. -0009CF iAd GmbH -0009D0 Solacom Technologies Inc. -0009D1 SERANOA NETWORKS INC -0009D2 Mai Logic Inc. -0009D3 Western DataCom Co., Inc. -0009D4 Transtech Networks -0009D5 Signal Communication, Inc. -0009D6 KNC One GmbH -0009D7 DC Security Products -0009D8 Fält Communications AB -0009D9 Neoscale Systems, Inc -0009DA Control Module Inc. -0009DB eSpace -0009DC Galaxis Technology AG -0009DD Mavin Technology Inc. -0009DE Samjin Information & Communications Co., Ltd. -0009DF Vestel Komunikasyon Sanayi ve Ticaret A.S. -0009E0 XEMICS S.A. -0009E1 Gemtek Technology Co., Ltd. -0009E2 Sinbon Electronics Co., Ltd. -0009E3 Angel Iglesias S.A. -0009E4 K Tech Infosystem Inc. -0009E5 Hottinger Baldwin Messtechnik GmbH -0009E6 Cyber Switching Inc. -0009E7 ADC Techonology -0009E8 CISCO SYSTEMS, INC. -0009E9 CISCO SYSTEMS, INC. -0009EA YEM Inc. -0009EB HuMANDATA LTD. -0009EC Daktronics, Inc. -0009ED CipherOptics -0009EE MEIKYO ELECTRIC CO.,LTD -0009EF Vocera Communications -0009F0 Shimizu Technology Inc. -0009F1 Yamaki Electric Corporation -0009F2 Cohu, Inc., Electronics Division -0009F3 WELL Communication Corp. -0009F4 Alcon Laboratories, Inc. -0009F5 Emerson Network Power Co.,Ltd -0009F6 Shenzhen Eastern Digital Tech Ltd. -0009F7 SED, a division of Calian -0009F8 UNIMO TECHNOLOGY CO., LTD. -0009F9 ART JAPAN CO., LTD. -0009FB Philips Patient Monitoring -0009FC IPFLEX Inc. -0009FD Ubinetics Limited -0009FE Daisy Technologies, Inc. -0009FF X.net 2000 GmbH -000A00 Mediatek Corp. -000A01 SOHOware, Inc. -000A02 ANNSO CO., LTD. -000A03 ENDESA SERVICIOS, S.L. -000A04 3Com Ltd -000A05 Widax Corp. -000A06 Teledex LLC -000A07 WebWayOne Ltd -000A08 ALPINE ELECTRONICS, INC. -000A09 TaraCom Integrated Products, Inc. -000A0A SUNIX Co., Ltd. -000A0B Sealevel Systems, Inc. -000A0C Scientific Research Corporation -000A0D FCI Deutschland GmbH -000A0E Invivo Research Inc. -000A0F Ilryung Telesys, Inc -000A10 FAST media integrations AG -000A11 ExPet Technologies, Inc -000A12 Azylex Technology, Inc -000A13 Honeywell Video Systems -000A14 TECO a.s. -000A15 Silicon Data, Inc -000A16 Lassen Research -000A17 NESTAR COMMUNICATIONS, INC -000A18 Vichel Inc. -000A19 Valere Power, Inc. -000A1A Imerge Ltd -000A1B Stream Labs -000A1C Bridge Information Co., Ltd. -000A1D Optical Communications Products Inc. -000A1E Red-M Products Limited -000A1F ART WARE Telecommunication Co., Ltd. -000A20 SVA Networks, Inc. -000A21 Integra Telecom Co. Ltd -000A22 Amperion Inc -000A23 Parama Networks Inc -000A24 Octave Communications -000A25 CERAGON NETWORKS -000A26 CEIA S.p.A. -000A27 Apple Computer, Inc. -000A28 Motorola -000A29 Pan Dacom Networking AG -000A2A QSI Systems Inc. -000A2B Etherstuff -000A2C Active Tchnology Corporation -000A2D Cabot Communications Limited -000A2E MAPLE NETWORKS CO., LTD -000A2F Artnix Inc. -000A30 Johnson Controls-ASG -000A31 HCV Consulting -000A32 Xsido Corporation -000A33 Emulex Corporation -000A34 Identicard Systems Incorporated -000A35 Xilinx -000A36 Synelec Telecom Multimedia -000A37 Procera Networks, Inc. -000A38 Apani Networks -000A39 LoPA Information Technology -000A3A J-THREE INTERNATIONAL Holding Co., Ltd. -000A3B GCT Semiconductor, Inc -000A3C Enerpoint Ltd. -000A3D Elo Sistemas Eletronicos S.A. -000A3E EADS Telecom -000A3F Data East Corporation -000A40 Crown Audio -- Harmanm International -000A41 CISCO SYSTEMS, INC. -000A42 CISCO SYSTEMS, INC. -000A43 Chunghwa Telecom Co., Ltd. -000A44 Avery Dennison Deutschland GmbH -000A45 Audio-Technica Corp. -000A46 ARO WELDING TECHNOLOGIES SAS -000A47 Allied Vision Technologies -000A48 Albatron Technology -000A49 F5 Networks, Inc. -000A4A Targa Systems Ltd. -000A4B DataPower Technology, Inc. -000A4C Molecular Devices Corporation -000A4D Noritz Corporation -000A4E UNITEK Electronics INC. -000A4F Brain Boxes Limited -000A50 REMOTEK CORPORATION -000A51 GyroSignal Technology Co., Ltd. -000A52 AsiaRF Ltd. -000A53 Intronics, Incorporated -000A54 Laguna Hills, Inc. -000A55 MARKEM Corporation -000A56 HITACHI Maxell Ltd. -000A57 Hewlett-Packard Company - Standards -000A58 Freyer & Siegel Elektronik GmbH & Co. KG -000A59 HW server -000A5A GreenNET Technologies Co.,Ltd. -000A5B Power-One as -000A5C Carel s.p.a. -000A5D FingerTec Worldwide Sdn Bhd -000A5E 3COM Corporation -000A5F almedio inc. -000A60 Autostar Technology Pte Ltd -000A61 Cellinx Systems Inc. -000A62 Crinis Networks, Inc. -000A63 DHD GmbH -000A64 Eracom Technologies -000A65 GentechMedia.co.,ltd. -000A66 MITSUBISHI ELECTRIC SYSTEM & SERVICE CO.,LTD. -000A67 OngCorp -000A68 SolarFlare Communications, Inc. -000A69 SUNNY bell Technology Co., Ltd. -000A6A SVM Microwaves s.r.o. -000A6B Tadiran Telecom Business Systems LTD -000A6C Walchem Corporation -000A6D EKS Elektronikservice GmbH -000A6E Harmonic, Inc -000A6F ZyFLEX Technologies Inc -000A70 MPLS Forum -000A71 Avrio Technologies, Inc -000A72 STEC, INC. -000A73 Scientific Atlanta -000A74 Manticom Networks Inc. -000A75 Caterpillar, Inc -000A76 Beida Jade Bird Huaguang Technology Co.,Ltd -000A77 Bluewire Technologies LLC -000A78 OLITEC -000A79 Allied Telesis K.K. corega division -000A7A Kyoritsu Electric Co., Ltd. -000A7B Cornelius Consult -000A7C Tecton Ltd -000A7D Valo, Inc. -000A7E The Advantage Group -000A7F Teradon Industries, Inc -000A80 Telkonet Inc. -000A81 TEIMA Audiotex S.L. -000A82 TATSUTA SYSTEM ELECTRONICS CO.,LTD. -000A83 SALTO SYSTEMS S.L. -000A84 Rainsun Enterprise Co., Ltd. -000A85 PLAT'C2,Inc -000A86 Lenze -000A87 Integrated Micromachines Inc. -000A88 InCypher S.A. -000A89 Creval Systems, Inc. -000A8A CISCO SYSTEMS, INC. -000A8B CISCO SYSTEMS, INC. -000A8C Guardware Systems Ltd. -000A8D EUROTHERM LIMITED -000A8E Invacom Ltd -000A8F Aska International Inc. -000A90 Bayside Interactive, Inc. -000A91 HemoCue AB -000A92 Presonus Corporation -000A93 W2 Networks, Inc. -000A94 ShangHai cellink CO., LTD -000A95 Apple Computer, Inc. -000A96 MEWTEL TECHNOLOGY INC. -000A97 SONICblue, Inc. -000A98 M+F Gwinner GmbH & Co -000A99 Calamp Wireless Networks Inc -000A9A Aiptek International Inc -000A9B TB Group Inc -000A9C Server Technology, Inc. -000A9D King Young Technology Co. Ltd. -000A9E BroadWeb Corportation -000A9F Pannaway Technologies, Inc. -000AA0 Cedar Point Communications -000AA1 V V S Limited -000AA2 SYSTEK INC. -000AA3 SHIMAFUJI ELECTRIC CO.,LTD. -000AA4 SHANGHAI SURVEILLANCE TECHNOLOGY CO,LTD -000AA5 MAXLINK INDUSTRIES LIMITED -000AA6 Hochiki Corporation -000AA7 FEI Electron Optics -000AA8 ePipe Pty. Ltd. -000AA9 Brooks Automation GmbH -000AAA AltiGen Communications Inc. -000AAB Toyota Technical Development Corporation -000AAC TerraTec Electronic GmbH -000AAD Stargames Corporation -000AAE Rosemount Process Analytical -000AAF Pipal Systems -000AB0 LOYTEC electronics GmbH -000AB1 GENETEC Corporation -000AB2 Fresnel Wireless Systems -000AB3 Fa. GIRA -000AB4 ETIC Telecommunications -000AB5 Digital Electronic Network -000AB6 COMPUNETIX, INC -000AB7 CISCO SYSTEMS, INC. -000AB8 CISCO SYSTEMS, INC. -000AB9 Astera Technologies Corp. -000ABA Arcon Technology Limited -000ABB Taiwan Secom Co,. Ltd -000ABC Seabridge Ltd. -000ABD Rupprecht & Patashnick Co. -000ABE OPNET Technologies CO., LTD. -000ABF HIROTA SS -000AC0 Fuyoh Video Industry CO., LTD. -000AC1 Futuretel -000AC2 FiberHome Telecommunication Technologies CO.,LTD -000AC3 eM Technics Co., Ltd. -000AC4 Daewoo Teletech Co., Ltd -000AC5 Color Kinetics -000AC6 Overture Networks. -000AC7 Unication Group -000AC8 ZPSYS CO.,LTD. (Planning&Management) -000AC9 Zambeel Inc -000ACA YOKOYAMA SHOKAI CO.,Ltd. -000ACB XPAK MSA Group -000ACC Winnow Networks, Inc. -000ACD Sunrich Technology Limited -000ACE RADIANTECH, INC. -000ACF PROVIDEO Multimedia Co. Ltd. -000AD0 Niigata Develoment Center, F.I.T. Co., Ltd. -000AD1 MWS -000AD2 JEPICO Corporation -000AD3 INITECH Co., Ltd -000AD4 CoreBell Systems Inc. -000AD5 Brainchild Electronic Co., Ltd. -000AD6 BeamReach Networks -000AD7 Origin ELECTRIC CO.,LTD. -000AD8 IPCserv Technology Corp. -000AD9 Sony Ericsson Mobile Communications AB -000ADA Vindicator Technologies -000ADB SkyPilot Network, Inc -000ADC RuggedCom Inc. -000ADD Allworx Corp. -000ADE Happy Communication Co., Ltd. -000ADF Gennum Corporation -000AE0 Fujitsu Softek -000AE1 EG Technology -000AE2 Binatone Electronics International, Ltd -000AE3 YANG MEI TECHNOLOGY CO., LTD -000AE4 Wistron Corp. -000AE5 ScottCare Corporation -000AE6 Elitegroup Computer System Co. (ECS) -000AE7 ELIOP S.A. -000AE8 Cathay Roxus Information Technology Co. LTD -000AE9 AirVast Technology Inc. -000AEA ADAM ELEKTRONIK LTD. ŞTI -000AEB Shenzhen Tp-Link Technology Co; Ltd. -000AEC Koatsu Gas Kogyo Co., Ltd. -000AED HARTING Systems GmbH & Co KG -000AEE GCD Hard- & Software GmbH -000AEF OTRUM ASA -000AF0 SHIN-OH ELECTRONICS CO., LTD. R&D -000AF1 Clarity Design, Inc. -000AF2 NeoAxiom Corp. -000AF3 CISCO SYSTEMS, INC. -000AF4 CISCO SYSTEMS, INC. -000AF5 Airgo Networks, Inc. -000AF6 Emerson Climate Technologies Retail Solutions, Inc. -000AF7 Broadcom Corp. -000AF8 American Telecare Inc. -000AF9 HiConnect, Inc. -000AFA Traverse Technologies Australia -000AFB Ambri Limited -000AFC Core Tec Communications, LLC -000AFD Viking Electronic Services -000AFE NovaPal Ltd -000AFF Kilchherr Elektronik AG -000B00 FUJIAN START COMPUTER EQUIPMENT CO.,LTD -000B01 DAIICHI ELECTRONICS CO., LTD. -000B02 Dallmeier electronic -000B03 Taekwang Industrial Co., Ltd -000B04 Volktek Corporation -000B05 Pacific Broadband Networks -000B06 Motorola Mobility, Inc. -000B07 Voxpath Networks -000B08 Pillar Data Systems -000B09 Ifoundry Systems Singapore -000B0A dBm Optics -000B0B Corrent Corporation -000B0C Agile Systems Inc. -000B0D Air2U, Inc. -000B0E Trapeze Networks -000B0F Bosch Rexroth -000B10 11wave Technonlogy Co.,Ltd -000B11 HIMEJI ABC TRADING CO.,LTD. -000B12 NURI Telecom Co., Ltd. -000B13 ZETRON INC -000B14 ViewSonic Corporation -000B15 Platypus Technology -000B16 Communication Machinery Corporation -000B17 MKS Instruments -000B18 PRIVATE -000B19 Vernier Networks, Inc. -000B1A Industrial Defender, Inc. -000B1B Systronix, Inc. -000B1C SIBCO bv -000B1D LayerZero Power Systems, Inc. -000B1E KAPPA opto-electronics GmbH -000B1F I CON Computer Co. -000B20 Hirata corporation -000B21 G-Star Communications Inc. -000B22 Environmental Systems and Services -000B23 Siemens Subscriber Networks -000B24 AirLogic -000B25 Aeluros -000B26 Wetek Corporation -000B27 Scion Corporation -000B28 Quatech Inc. -000B29 LS(LG) Industrial Systems co.,Ltd -000B2A HOWTEL Co., Ltd. -000B2B HOSTNET CORPORATION -000B2C Eiki Industrial Co. Ltd. -000B2D Danfoss Inc. -000B2E Cal-Comp Electronics (Thailand) Public Company Limited Taipe -000B2F bplan GmbH -000B30 Beijing Gongye Science & Technology Co.,Ltd -000B31 Yantai ZhiYang Scientific and technology industry CO., LTD -000B32 VORMETRIC, INC. -000B33 Vivato Technologies -000B34 ShangHai Broadband Technologies CO.LTD -000B35 Quad Bit System co., Ltd. -000B36 Productivity Systems, Inc. -000B37 MANUFACTURE DES MONTRES ROLEX SA -000B38 Knürr GmbH -000B39 Keisoku Giken Co.,Ltd. -000B3A QuStream Corporation -000B3B devolo AG -000B3C Cygnal Integrated Products, Inc. -000B3D CONTAL OK Ltd. -000B3E BittWare, Inc -000B3F Anthology Solutions Inc. -000B40 Oclaro -000B41 Ing. Büro Dr. Beutlhauser -000B42 commax Co., Ltd. -000B43 Microscan Systems, Inc. -000B44 Concord IDea Corp. -000B45 CISCO SYSTEMS, INC. -000B46 CISCO SYSTEMS, INC. -000B47 Advanced Energy -000B48 sofrel -000B49 RF-Link System Inc. -000B4A Visimetrics (UK) Ltd -000B4B VISIOWAVE SA -000B4C Clarion (M) Sdn Bhd -000B4D Emuzed -000B4E VertexRSI, General Dynamics SatCOM Technologies, Inc. -000B4F Verifone, INC. -000B50 Oxygnet -000B51 Micetek International Inc. -000B52 JOYMAX ELECTRONICS CO. LTD. -000B53 INITIUM Co., Ltd. -000B54 BiTMICRO Networks, Inc. -000B55 ADInstruments -000B56 Cybernetics -000B57 Silicon Laboratories -000B58 Astronautics C.A LTD -000B59 ScriptPro, LLC -000B5A HyperEdge -000B5B Rincon Research Corporation -000B5C Newtech Co.,Ltd -000B5D FUJITSU LIMITED -000B5E Audio Engineering Society Inc. -000B5F CISCO SYSTEMS, INC. -000B60 CISCO SYSTEMS, INC. -000B61 Friedrich Lütze GmbH & Co. KG -000B62 ib-mohnen KG -000B63 Kaleidescape -000B64 Kieback & Peter GmbH & Co KG -000B65 Sy.A.C. srl -000B66 Teralink Communications -000B67 Topview Technology Corporation -000B68 Addvalue Communications Pte Ltd -000B69 Franke Finland Oy -000B6A Asiarock Incorporation -000B6B Wistron Neweb Corp. -000B6C Sychip Inc. -000B6D SOLECTRON JAPAN NAKANIIDA -000B6E Neff Instrument Corp. -000B6F Media Streaming Networks Inc -000B70 Load Technology, Inc. -000B71 Litchfield Communications Inc. -000B72 Lawo AG -000B73 Kodeos Communications -000B74 Kingwave Technology Co., Ltd. -000B75 Iosoft Ltd. -000B76 ET&T Technology Co. Ltd. -000B77 Cogent Systems, Inc. -000B78 TAIFATECH INC. -000B79 X-COM, Inc. -000B7A L-3 Linkabit -000B7B Test-Um Inc. -000B7C Telex Communications -000B7D SOLOMON EXTREME INTERNATIONAL LTD. -000B7E SAGINOMIYA Seisakusho Inc. -000B7F Align Engineering LLC -000B80 Lycium Networks -000B81 Kaparel Corporation -000B82 Grandstream Networks, Inc. -000B83 DATAWATT B.V. -000B84 BODET -000B85 CISCO SYSTEMS, INC. -000B86 Aruba Networks -000B87 American Reliance Inc. -000B88 Vidisco ltd. -000B89 Top Global Technology, Ltd. -000B8A MITEQ Inc. -000B8B KERAJET, S.A. -000B8C Flextronics -000B8D Avvio Networks -000B8E Ascent Corporation -000B8F AKITA ELECTRONICS SYSTEMS CO.,LTD. -000B90 ADVA Optical Networking Ltd. -000B91 Aglaia Gesellschaft für Bildverarbeitung und Kommunikation mbH -000B92 Ascom Danmark A/S -000B93 Ritter Elektronik -000B94 Digital Monitoring Products, Inc. -000B95 eBet Gaming Systems Pty Ltd -000B96 Innotrac Diagnostics Oy -000B97 Matsushita Electric Industrial Co.,Ltd. -000B98 NiceTechVision -000B99 SensAble Technologies, Inc. -000B9A Shanghai Ulink Telecom Equipment Co. Ltd. -000B9B Sirius System Co, Ltd. -000B9C TriBeam Technologies, Inc. -000B9D TwinMOS Technologies Inc. -000B9E Yasing Technology Corp. -000B9F Neue ELSA GmbH -000BA0 T&L Information Inc. -000BA1 SYSCOM Ltd. -000BA2 Sumitomo Electric Networks, Inc -000BA3 Siemens AG, I&S -000BA4 Shiron Satellite Communications Ltd. (1996) -000BA5 Quasar Cipta Mandiri, PT -000BA6 Miyakawa Electric Works Ltd. -000BA7 Maranti Networks -000BA8 HANBACK ELECTRONICS CO., LTD. -000BA9 CloudShield Technologies, Inc. -000BAA Aiphone co.,Ltd -000BAB Advantech Technology (CHINA) Co., Ltd. -000BAC 3Com Ltd -000BAD PC-PoS Inc. -000BAE Vitals System Inc. -000BAF WOOJU COMMUNICATIONS Co,.Ltd -000BB0 Sysnet Telematica srl -000BB1 Super Star Technology Co., Ltd. -000BB2 SMALLBIG TECHNOLOGY -000BB3 RiT technologies Ltd. -000BB4 RDC Semiconductor Inc., -000BB5 nStor Technologies, Inc. -000BB6 Metalligence Technology Corp. -000BB7 Micro Systems Co.,Ltd. -000BB8 Kihoku Electronic Co. -000BB9 Imsys AB -000BBA Harmonic, Inc -000BBB Etin Systems Co., Ltd -000BBC En Garde Systems, Inc. -000BBD Connexionz Limited -000BBE CISCO SYSTEMS, INC. -000BBF CISCO SYSTEMS, INC. -000BC0 China IWNComm Co., Ltd. -000BC1 Bay Microsystems, Inc. -000BC2 Corinex Communication Corp. -000BC3 Multiplex, Inc. -000BC4 BIOTRONIK GmbH & Co -000BC5 SMC Networks, Inc. -000BC6 ISAC, Inc. -000BC7 ICET S.p.A. -000BC8 AirFlow Networks -000BC9 Electroline Equipment -000BCA DATAVAN International Corporation -000BCB Fagor Automation , S. Coop -000BCC JUSAN, S.A. -000BCD Hewlett-Packard Company -000BCE Free2move AB -000BCF AGFA NDT INC. -000BD0 XiMeta Technology Americas Inc. -000BD1 Aeronix, Inc. -000BD2 Remopro Technology Inc. -000BD3 cd3o -000BD4 Beijing Wise Technology & Science Development Co.Ltd -000BD5 Nvergence, Inc. -000BD6 Paxton Access Ltd -000BD7 DORMA Time + Access GmbH -000BD8 Industrial Scientific Corp. -000BD9 General Hydrogen -000BDA EyeCross Co.,Inc. -000BDB Dell ESG PCBA Test -000BDC AKCP -000BDD TOHOKU RICOH Co., LTD. -000BDE TELDIX GmbH -000BDF Shenzhen RouterD Networks Limited -000BE0 SercoNet Ltd. -000BE1 Nokia NET Product Operations +001175 Intel Corporation +0013E8 Intel Corporate +001302 Intel Corporate +E4F89C Intel Corporate +A402B9 Intel Corporate +4C3488 Intel Corporate +000D0B BUFFALO.INC +000740 BUFFALO.INC +0024A5 BUFFALO.INC +DCFB02 BUFFALO.INC +F4CE46 Hewlett Packard +001CC4 Hewlett Packard +0025B3 Hewlett Packard +001871 Hewlett Packard +000BCD Hewlett Packard +000E7F Hewlett Packard +000F20 Hewlett Packard +00110A Hewlett Packard +001321 Hewlett Packard +001635 Hewlett Packard +0017A4 Hewlett Packard +000802 Hewlett Packard +90E7C4 HTC Corporation +74A78E zte corporation +D860B0 bioMérieux Italia S.p.A. +8038BC HUAWEI TECHNOLOGIES CO.,LTD +D440F0 HUAWEI TECHNOLOGIES CO.,LTD +64A651 HUAWEI TECHNOLOGIES CO.,LTD +E8CD2D HUAWEI TECHNOLOGIES CO.,LTD +ACE215 HUAWEI TECHNOLOGIES CO.,LTD +EC233D HUAWEI TECHNOLOGIES CO.,LTD +78F5FD HUAWEI TECHNOLOGIES CO.,LTD +80B686 HUAWEI TECHNOLOGIES CO.,LTD +10C61F HUAWEI TECHNOLOGIES CO.,LTD +8853D4 HUAWEI TECHNOLOGIES CO.,LTD +0C37DC HUAWEI TECHNOLOGIES CO.,LTD +BC7670 HUAWEI TECHNOLOGIES CO.,LTD +24DBAC HUAWEI TECHNOLOGIES CO.,LTD +0021E8 Murata Manufacturing Co., Ltd. +006057 Murata Manufacturing Co., Ltd. +0007D8 Hitron Technologies. Inc +84742A zte corporation +681AB2 zte corporation +E005C5 TP-LINK TECHNOLOGIES CO.,LTD. +A0F3C1 TP-LINK TECHNOLOGIES CO.,LTD. +8C210A TP-LINK TECHNOLOGIES CO.,LTD. +EC172F TP-LINK TECHNOLOGIES CO.,LTD. +EC888F TP-LINK TECHNOLOGIES CO.,LTD. +14CF92 TP-LINK TECHNOLOGIES CO.,LTD. +645601 TP-LINK TECHNOLOGIES CO.,LTD. +14CC20 TP-LINK TECHNOLOGIES CO.,LTD. +BC4699 TP-LINK TECHNOLOGIES CO.,LTD. +0C45BA HUAWEI TECHNOLOGIES CO.,LTD +847778 Cochlear Limited +0453D5 Sysorex Global Holdings +CC4463 Apple, Inc. +6C72E7 Apple, Inc. +CCA223 HUAWEI TECHNOLOGIES CO.,LTD +E8088B HUAWEI TECHNOLOGIES CO.,LTD +60E701 HUAWEI TECHNOLOGIES CO.,LTD +000883 Hewlett Packard +C4346B Hewlett Packard +8CDCD4 Hewlett Packard +3464A9 Hewlett Packard +D4C9EF Hewlett Packard +A45D36 Hewlett Packard +A0D3C1 Hewlett Packard +40A8F0 Hewlett Packard +6C3BE5 Hewlett Packard +082E5F Hewlett Packard +28924A Hewlett Packard +10604B Hewlett Packard +308D99 Hewlett Packard +0030C1 Hewlett Packard +FC3FDB Hewlett Packard +4CA161 Rain Bird Corporation +7C6193 HTC Corporation +001217 Cisco-Linksys, LLC +000C41 Cisco-Linksys, LLC +000F66 Cisco-Linksys, LLC +44E08E Cisco SPVTG +185933 Cisco SPVTG +E448C7 Cisco SPVTG +24767D Cisco SPVTG +2CABA4 Cisco SPVTG +0002C7 ALPS ELECTRIC CO.,LTD. +04766E ALPS ELECTRIC CO.,LTD. +006B8E Shanghai Feixun Communication Co.,Ltd. +AC853D HUAWEI TECHNOLOGIES CO.,LTD +74882A HUAWEI TECHNOLOGIES CO.,LTD +78D752 HUAWEI TECHNOLOGIES CO.,LTD +E0247F HUAWEI TECHNOLOGIES CO.,LTD +00464B HUAWEI TECHNOLOGIES CO.,LTD +707BE8 HUAWEI TECHNOLOGIES CO.,LTD +548998 HUAWEI TECHNOLOGIES CO.,LTD +0819A6 HUAWEI TECHNOLOGIES CO.,LTD +3CF808 HUAWEI TECHNOLOGIES CO.,LTD +B41513 HUAWEI TECHNOLOGIES CO.,LTD +283152 HUAWEI TECHNOLOGIES CO.,LTD +DCD2FC HUAWEI TECHNOLOGIES CO.,LTD +0003DD Comark Interactive Solutions +00107B Cisco Systems, Inc +00906D Cisco Systems, Inc +0090BF Cisco Systems, Inc +005080 Cisco Systems, Inc +00E018 ASUSTek COMPUTER INC. +000C6E ASUSTek COMPUTER INC. +001BFC ASUSTek COMPUTER INC. +001E8C ASUSTek COMPUTER INC. +0015F2 ASUSTek COMPUTER INC. +002354 ASUSTek COMPUTER INC. +001FC6 ASUSTek COMPUTER INC. +60182E ShenZhen Protruly Electronic Ltd co. +F4CFE2 Cisco Systems, Inc +501CBF Cisco Systems, Inc +285FDB HUAWEI TECHNOLOGIES CO.,LTD +404D8E HUAWEI TECHNOLOGIES CO.,LTD +781DBA HUAWEI TECHNOLOGIES CO.,LTD +001E10 HUAWEI TECHNOLOGIES CO.,LTD +88F031 Cisco Systems, Inc +508789 Cisco Systems, Inc +381C1A Cisco Systems, Inc +F40F1B Cisco Systems, Inc +BC671C Cisco Systems, Inc +A0ECF9 Cisco Systems, Inc +D46D50 Cisco Systems, Inc +1CE85D Cisco Systems, Inc +C47295 Cisco Systems, Inc +A0554F Cisco Systems, Inc +84B802 Cisco Systems, Inc +BCC493 Cisco Systems, Inc +001947 Cisco SPVTG +0022CE Cisco SPVTG +F02929 Cisco Systems, Inc +ECE1A9 Cisco Systems, Inc +7C69F6 Cisco Systems, Inc +C08C60 Cisco Systems, Inc +C0255C Cisco Systems, Inc +885A92 Cisco Systems, Inc +E4C722 Cisco Systems, Inc +C07BBC Cisco Systems, Inc +0090F2 Cisco Systems, Inc +00173B Cisco Systems, Inc +00400B Cisco Systems, Inc +006009 Cisco Systems, Inc +006047 Cisco Systems, Inc +0006C1 Cisco Systems, Inc +00E014 Cisco Systems, Inc +00E01E Cisco Systems, Inc +ACF2C5 Cisco Systems, Inc +CCC760 Apple, Inc. +087402 Apple, Inc. +285AEB Apple, Inc. +28F076 Apple, Inc. +84285A Saffron Solutions Inc +80A1AB Intellisis +44D884 Apple, Inc. +EC852F Apple, Inc. +286ABA Apple, Inc. +705681 Apple, Inc. +7CD1C3 Apple, Inc. +F0DCE2 Apple, Inc. +B065BD Apple, Inc. +A82066 Apple, Inc. +BC6778 Apple, Inc. +68967B Apple, Inc. +848506 Apple, Inc. +B4F0AB Apple, Inc. +10DDB1 Apple, Inc. +04F7E4 Apple, Inc. +34C059 Apple, Inc. +F0D1A9 Apple, Inc. +F82793 Apple, Inc. +ACFDEC Apple, Inc. +D0E140 Apple, Inc. +F832E4 ASUSTek COMPUTER INC. +8C7C92 Apple, Inc. +7831C1 Apple, Inc. +F437B7 Apple, Inc. +54AE27 Apple, Inc. +6476BA Apple, Inc. +84B153 Apple, Inc. +783A84 Apple, Inc. +2CBE08 Apple, Inc. +24E314 Apple, Inc. +0010FF Cisco Systems, Inc +34BDC8 Cisco Systems, Inc +54A274 Cisco Systems, Inc +5897BD Cisco Systems, Inc +046C9D Cisco Systems, Inc +60FEC5 Apple, Inc. +00A040 Apple, Inc. +BC3BAF Apple, Inc. +786C1C Apple, Inc. +041552 Apple, Inc. +38484C Apple, Inc. +701124 Apple, Inc. +C86F1D Apple, Inc. +685B35 Apple, Inc. +380F4A Apple, Inc. +3010E4 Apple, Inc. +04DB56 Apple, Inc. +881FA1 Apple, Inc. +04E536 Apple, Inc. +109ADD Apple, Inc. +40A6D9 Apple, Inc. +7CF05F Apple, Inc. +A4B197 Apple, Inc. +0C74C2 Apple, Inc. +403004 Apple, Inc. +4860BC Apple, Inc. +50EAD6 Apple, Inc. +28E02C Apple, Inc. +60C547 Apple, Inc. +7C11BE Apple, Inc. +003EE1 Apple, Inc. +68D93C Apple, Inc. +2CF0EE Apple, Inc. +84788B Apple, Inc. +6C94F8 Apple, Inc. +703EAC Apple, Inc. +C01ADA Apple, Inc. +34363B Apple, Inc. +C81EE7 Apple, Inc. +9CFC01 Apple, Inc. +000D93 Apple, Inc. +001CB3 Apple, Inc. +64B9E8 Apple, Inc. +34159E Apple, Inc. +58B035 Apple, Inc. +F0B479 Apple, Inc. +141357 ATP Electronics, Inc. +F44B2A Cisco SPVTG +3C8CF8 TRENDnet, Inc. +78D6B2 Toshiba +C04A09 Zhejiang Everbright Communication Equip. Co,. Ltd +F00D5C JinQianMao Technology Co.,Ltd. +2C081C OVH +30E090 Linctronix Ltd, +70BF3E Charles River Laboratories +D848EE Hangzhou Xueji Technology Co., Ltd. +88947E Fiberhome Telecommunication Technologies Co.,LTD +88C242 Poynt Co. +E8343E Beijing Infosec Technologies Co., LTD. +C4ADF1 GOPEACE Inc. +58F496 Source Chain +80B709 Viptela, Inc +1C60DE SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD. +741865 Shanghai DareGlobal Technologies Co.,Ltd +0084ED Private +DCDC07 TRP Systems BV +080A4E Planet Bingo® — 3rd Rock Gaming® +0C1A10 Acoustic Stream +E4A387 Control Solutions LLC +DC82F6 iPort +C49E41 G24 Power Limited +D03E5C HUAWEI TECHNOLOGIES CO.,LTD +C8A9FC Goyoo Networks Inc. +C49FF3 Mciao Technologies, Inc. +7C2BE1 Shenzhen Ferex Electrical Co.,Ltd +30FFF6 HangZhou KuoHeng Technology Co.,ltd +5853C0 Beijing Guang Runtong Technology Development Company co.,Ltd +5031AD ABB Global Industries and Services Private Limited +30A243 Shenzhen Prifox Innovation Technology Co., Ltd. +2CA539 Parallel Wireless, Inc +FC335F Polyera +A8C87F Roqos, Inc. +C025A2 NEC Platforms, Ltd. +7853F2 ROXTON Ltd. +ACBC32 Apple, Inc. +94BBAE Husqvarna AB +AC8995 AzureWave Technology Inc. +F898B9 HUAWEI TECHNOLOGIES CO.,LTD +1C497B Gemtek Technology Co., Ltd. +2CCF58 HUAWEI TECHNOLOGIES CO.,LTD +54FF82 Davit Solution co. +D445E8 Jiangxi Hongpai Technology Co., Ltd. +847973 Shanghai Baud Data Communication Co.,Ltd. +906F18 Private +881B99 SHENZHEN XIN FEI JIA ELECTRONIC CO. LTD. +681295 Lupine Lighting Systems GmbH +649A12 P2 Mobile Technologies Limited +E4C2D1 HUAWEI TECHNOLOGIES CO.,LTD +DC3CF6 Atomic Rules LLC +3C3178 Qolsys Inc. +F4573E Fiberhome Telecommunication Technologies Co.,LTD +083A5C Junilab, Inc. +4CAE31 ShengHai Electronics (Shenzhen) Ltd +F0D657 ECHOSENS +24693E innodisk Corporation +E48D8C Routerboard.com +C0DC6A Qingdao Eastsoft Communication Technology Co.,LTD +6459F8 Vodafone Omnitel B.V. +082CB0 Network Instruments +F0AB54 MITSUMI ELECTRIC CO.,LTD. +485073 Microsoft Corporation +3CA31A Oilfind International LLC +A424DD Cambrionix Ltd +88A2D7 HUAWEI TECHNOLOGIES CO.,LTD +D89A34 Beijing SHENQI Technology Co., Ltd. +1CADD1 Bosung Electronics Co., Ltd. +24E5AA Philips Oral Healthcare, Inc. +88CBA5 Suzhou Torchstar Intelligent Technology Co.,Ltd +046169 MEDIA GLOBAL LINKS CO., LTD. +AC562C LAVA INTERNATIONAL(H.K) LIMITED +3CCE15 Mercedes-Benz USA, LLC +84DF19 Chuango Security Technology Corporation +3C4711 HUAWEI TECHNOLOGIES CO.,LTD +245BF0 Liteon, Inc. +FCFEC2 Invensys Controls UK Limited +E8F2E2 LG Innotek +AC676F Electrocompaniet A.S. +4CB82C Cambridge Mobile Telematics, Inc. +F0224E Esan electronic co. +B0411D ITTIM Technologies +7CB25C Acacia Communications +78EB39 Instituto Nacional de Tecnología Industrial +7CC95A EMC +ECEED8 ZTLX Network Technology Co.,Ltd +F85B9C SB SYSTEMS Co.,Ltd +7CA237 King Slide Technology CO., LTD. +300EE3 Aquantia Corporation +847303 Letv Mobile and Intelligent Information Technology (Beijing) Corporation Ltd. +B0495F OMRON HEALTHCARE Co., Ltd. +BC6E64 Sony Mobile Communications AB +F44713 Leading Public Performance Co., Ltd. +D4522A TangoWiFi.com +B0ECE1 Private +407FE0 Glory Star Technics (ShenZhen) Limited +BC5C4C ELECOM CO.,LTD. +6C5940 SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD. +6CA75F zte corporation +C8C50E Shenzhen Primestone Network Technologies.Co., Ltd. +9CBEE0 Biosoundlab Co., Ltd. +5C5B35 Mist Systems, Inc. +E807BF SHENZHEN BOOMTECH INDUSTRY CO.,LTD +E8162B IDEO Security Co., Ltd. +709F2D zte corporation +ECE2FD SKG Electric Group(Thailand) Co., Ltd. +88E603 Avotek corporation +74E28C Microsoft Corporation +94F19E HUIZHOU MAORONG INTELLIGENT TECHNOLOGY CO.,LTD +C4924C KEISOKUKI CENTER CO.,LTD. +E4F939 Minxon Hotel Technology INC. +38C70A WiFiSong +60E6BC Sino-Telecom Technology Co.,Ltd. +486EFB Davit System Technology Co., Ltd. +340A22 TOP-ACCESS ELECTRONICS CO LTD +B008BF Vital Connect, Inc. +485415 NET RULES TECNOLOGIA EIRELI +70C76F INNO S +704E66 SHENZHEN FAST TECHNOLOGIES CO.,LTD +409B0D Shenzhen Yourf Kwan Industrial Co., Ltd +C40880 Shenzhen UTEPO Tech Co., Ltd. +94C038 Tallac Networks +801967 Shanghai Reallytek Information Technology Co.,Ltd +6836B5 DriveScale, Inc. +2CF7F1 Seeed Technology Inc. +F88479 Yaojin Technology(Shenzhen)Co.,Ltd +4C48DA Beijing Autelan Technology Co.,Ltd +90179B Nanomegas +3077CB Maike Industry(Shenzhen)CO.,LTD +3428F0 ATN International Limited +EC3C5A SHEN ZHEN HENG SHENG HUI DIGITAL TECHNOLOGY CO.,LTD +8C0551 Koubachi AG +D88466 Extreme Networks +E887A3 Loxley Public Company Limited +10FACE Reacheng Communication Technology Co.,Ltd +D8CB8A Micro-Star INTL CO., LTD. +A8D0E3 Systech Electronics Ltd. +8463D6 Microsoft Corporation +78B3B9 ShangHai sunup lighting CO.,LTD +F4EE14 SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD. +186571 Top Victory Electronics (Taiwan) Co., Ltd. +F8BC41 Rosslare Enterprises Limited +8486F3 Greenvity Communications +205CFA Yangzhou ChangLian Network Technology Co,ltd. +8C18D9 Shenzhen RF Technology Co., Ltd +6099D1 Vuzix / Lenovo +34F6D2 Panasonic Taiwan Co.,Ltd. +DC2F03 Step forward Group Co., Ltd. +582136 KMB systems, s.r.o. +00AEFA Murata Manufacturing Co., Ltd. +5CAAFD Sonos, Inc. +8CDF9D NEC Corporation +F8E903 D-Link International +6828F6 Vubiq Networks, Inc. +44356F Neterix +742EFC DirectPacket Research, Inc, +20C06D SHENZHEN SPACETEK TECHNOLOGY CO.,LTD +3CB792 Hitachi Maxell, Ltd., Optronics Division +7491BD Four systems Co.,Ltd. +D43266 Fike Corporation +948E89 INDUSTRIAS UNIDAS SA DE CV +9405B6 Liling FullRiver Electronics & Technology Ltd +382C4A ASUSTek COMPUTER INC. +74547D Cisco SPVTG +D48F33 Microsoft Corporation +1CA2B1 ruwido austria gmbh +945493 Rigado, LLC +34B7FD Guangzhou Younghead Electronic Technology Co.,Ltd +384B76 AIRTAME ApS +1C5216 DONGGUAN HELE ELECTRONICS CO., LTD +34029B CloudBerry Technologies Private Limited +70AF25 Nishiyama Industry Co.,LTD. +B47C29 Shenzhen Guzidi Technology Co.,Ltd +2C1A31 Electronics Company Limited +6C198F D-Link International +60C1CB Fujian Great Power PLC Equipment Co.,Ltd +686E48 Prophet Electronic Technology Corp.,Ltd +30F7D7 Thread Technology Co., Ltd +3808FD Silca Spa +7C2587 chaowifi.com +2012D5 Scientech Materials Corporation +DC3979 Skyport Systems +EC1D7F zte corporation +AC11D3 Suzhou HOTEK Video Technology Co. Ltd +304225 BURG-WÄCHTER KG +1C4840 IMS Messsysteme GmbH +F42853 Zioncom Electronics (Shenzhen) Ltd. +3C46D8 TP-LINK TECHNOLOGIES CO.,LTD. +6C0273 Shenzhen Jin Yun Video Equipment Co., Ltd. +F0761C COMPAL INFORMATION (KUNSHAN) CO., LTD. +F42833 MMPC Inc. +244F1D iRule LLC +BC9CC5 Beijing Huafei Technology Co., Ltd. +505065 TAKT Corporation +A4A4D3 Bluebank Communication Technology Co.Ltd +74F413 Maxwell Forest +34F0CA Shenzhen Linghangyuan Digital Technology Co.,Ltd. +30B5F1 Aitexin Technology Co., Ltd +882950 Dalian Netmoon Tech Develop Co.,Ltd +08CD9B samtec automotive electronics & software GmbH +28FCF6 Shenzhen Xin KingBrand enterprises Co.,Ltd +4C26E7 Welgate Co., Ltd. +94D60E shenzhen yunmao information technologies co., ltd +7C6AC3 GatesAir, Inc +3CCD5A Technische Alternative GmbH +604826 Newbridge Technologies Int. Ltd. +24D13F MEXUS CO.,LTD +702C1F Wisol +9CBD9D SkyDisk, Inc. +74C621 Zhejiang Hite Renewable Energy Co.,LTD +44C306 SIFROM Inc. +54A31B Shenzhen Linkworld Technology Co,.LTD +5CE7BF New Singularity International Technical Development Co.,Ltd +1CEEE8 Ilshin Elecom +6C641A Penguin Computing +E036E3 Stage One International Co., Ltd. +34DE34 zte corporation +34466F HiTEM Engineering +2C39C1 Ciena Corporation +6C2C06 OOO NPP Systemotechnika-NN +54EE75 Wistron InfoComm(Kunshan)Co.,Ltd. +60812B Custom Control Concepts +F86601 Suzhou Chi-tek information technology Co., Ltd +FC4AE9 Castlenet Technology Inc. +34E42A Automatic Bar Controls Inc. +20A787 Bointec Taiwan Corporation Limited +A481EE Nokia Corporation +54C80F TP-LINK TECHNOLOGIES CO.,LTD. +D42122 Sercomm Corporation +EC1766 Research Centre Module +7CFF62 Huizhou Super Electron Technology Co.,Ltd. +A0D12A AXPRO Technology Inc. +30C750 MIC Technology Group +442938 NietZsche enterprise Co.Ltd. +D881CE AHN INC. +E0D31A EQUES Technology Co., Limited +9C3EAA EnvyLogic Co.,Ltd. +909864 Impex-Sat GmbH&Co KG +DCE578 Experimental Factory of Scientific Engineering and Special Design Department +949F3F Optek Digital Technology company limited +987770 Pep Digital Technology (Guangzhou) Co., Ltd +4411C2 Telegartner Karl Gartner GmbH +9451BF Hyundai ESG +4C7F62 Nokia Corporation +F03FF8 R L Drake +B0C554 D-Link International +54D163 MAX-TECH,INC +E41218 ShenZhen Rapoo Technology Co., Ltd. +2C8A72 HTC Corporation +4486C1 Siemens Low Voltage & Products +C83168 eZEX corporation +F84A73 EUMTECH CO., LTD +880F10 Huami Information Technology Co.,Ltd. +24336C Private +C46BB4 myIDkey +ECE512 tado GmbH +30918F Technicolor +FC09F6 GUANGDONG TONZE ELECTRIC CO.,LTD +687848 Westunitis Co., Ltd. +A8B9B3 ESSYS +64B370 PowerComm Solutions LLC +D86595 Toy's Myth Inc. +D8DD5F BALMUDA Inc. +88D962 Canopus Systems US LLC +24C848 mywerk system GmbH +2C18AE Trend Electronics Co., Ltd. +E097F2 Atomax Inc. +90F3B7 Kirisun Communications Co., Ltd. +DCAD9E GreenPriz +B4827B AKG Acoustics GmbH +908C44 H.K ZONGMU TECHNOLOGY CO., LTD. +0C473D Hitron Technologies. Inc +4C5E0C Routerboard.com +9CF8DB shenzhen eyunmei technology co,.ltd +644214 Swisscom Energy Solutions AG +8CCDA2 ACTP, Inc. +CC720F Viscount Systems Inc. +906717 Alphion India Private Limited +24050F MTN Electronic Co. Ltd +40B6B1 SUNGSAM CO,.Ltd +98FF6A OTEC(Shanghai)Technology Co.,Ltd. +AC6BAC Jenny Science AG +707C18 ADATA Technology Co., Ltd +FC4B1C INTERSENSOR S.R.L. +1879A2 GMJ ELECTRIC LIMITED +E0C86A SHENZHEN TW-SCIE Co., Ltd +80BAE6 Neets +3C18A0 Luxshare Precision Industry Co.,Ltd. +041A04 WaveIP +50206B Emerson Climate Technologies Transportation Solutions +C8EE75 Pishion International Co. Ltd +CC3429 TP-LINK TECHNOLOGIES CO.,LTD. +407496 aFUN TECHNOLOGY INC. +18C8E7 Shenzhen Hualistone Technology Co.,Ltd +3CF748 Shenzhen Linsn Technology Development Co.,Ltd +9C039E Beijing Winchannel Software Technology Co., Ltd +F8A963 COMPAL INFORMATION (KUNSHAN) CO., LTD. +48A2B7 Kodofon JSC +443C9C Pintsch Tiefenbach GmbH +F81CE5 Telefonbau Behnke GmbH +BC2D98 ThinGlobal LLC +7C72E4 Unikey Technologies +181BEB Actiontec Electronics, Inc +CC7498 Filmetrics Inc. +7C6AB3 IBC TECHNOLOGIES INC. +F0321A Mita-Teknik A/S +4CD7B6 Helmer Scientific +746F3D Contec GmbH +483D32 Syscor Controls & Automation +9031CD Onyx Healthcare Inc. +A0E453 Sony Mobile Communications AB +404A18 Addrek Smart Solutions +C4C0AE MIDORI ELECTRONIC CO., LTD. +90837A General Electric Water & Process Technologies +089758 Shenzhen Strong Rising Electronics Co.,Ltd DongGuan Subsidiary +B424E7 Codetek Technology Co.,Ltd +44EE30 Budelmann Elektronik GmbH +38DBBB Sunbow Telecom Co., Ltd. +2493CA Voxtronic Technology Computer-Systeme GmbH +688AB5 EDP Servicos +407A80 Nokia Corporation +F06130 Advantage Pharmacy Services, LLC +D481CA iDevices, LLC +B898F7 Gionee Communication Equipment Co,Ltd.ShenZhen +C0F1C4 Pacidal Corporation Ltd. +D858D7 CZ.NIC, z.s.p.o. +10B713 Private +E8E770 Warp9 Tech Design, Inc. +78CA5E ELNO +98FFD0 Lenovo Mobile Communication Technology Ltd. +50A054 Actineon +48EE86 UTStarcom (China) Co.,Ltd +5056A8 Jolla Ltd +D09D0A LINKCOM +54FB58 WISEWARE, Lda +C0A0BB D-Link International +28A1EB ETEK TECHNOLOGY (SHENZHEN) CO.,LTD +4CCBF5 zte corporation +F0F5AE Adaptrum Inc. +F42896 SPECTO PAINEIS ELETRONICOS LTDA +1C7B21 Sony Mobile Communications AB +9C2840 Discovery Technology,LTD.. +F89FB8 YAZAKI Energy System Corporation +F037A1 Huike Electronics (SHENZHEN) CO., LTD. +6CD1B0 WING SING ELECTRONICS HONG KONG LIMITED +A4F522 CHOFU SEISAKUSHO CO.,LTD +7CE56B ESEN Optoelectronics Technology Co.,Ltd. +CC4703 Intercon Systems Co., Ltd. +5C3327 Spazio Italia srl +F85BC9 M-Cube Spa +8005DF Montage Technology Group Limited +78E8B6 zte corporation +041B94 Host Mobility AB +CC2A80 Micro-Biz intelligence solutions Co.,Ltd +3859F8 MindMade Sp. z o.o. +5C026A Applied Vision Corporation +7CBD06 AE REFUsol +94BA56 Shenzhen Coship Electronics Co., Ltd. +2894AF Samhwa Telecom +740EDB Optowiz Co., Ltd +00A2FF abatec group AG +D095C7 Pantech Co., Ltd. +D02C45 littleBits Electronics, Inc. +5027C7 TECHNART Co.,Ltd +248000 Westcontrol AS +F84A7F Innometriks Inc +58639A TPL SYSTEMES +0C9B13 Shanghai Magic Mobile Telecommunication Co.Ltd. +3C15EA TESCOM CO., LTD. +B4CCE9 PROSYST +34A3BF Terewave. Inc. +B0CE18 Zhejiang shenghui lighting co.,Ltd +503CC4 Lenovo Mobile Communication Technology Ltd. +286D97 SAMJIN Co., Ltd. +ACE42E SK hynix +08EF3B MCS Logic Inc. +806C8B KAESER KOMPRESSOREN AG +048C03 ThinPAD Technology (Shenzhen)CO.,LTD +84E629 Bluwan SA +34CD6D CommSky Technologies +C47F51 Inventek Systems +E8D4E0 Beijing BenyWave Technology Co., Ltd. +681D64 Sunwave Communications Co., Ltd +F4CD90 Vispiron Rotec GmbH +E438F2 Advantage Controls +C8F386 Shenzhen Xiaoniao Technology Co.,Ltd +E8CE06 SkyHawke Technologies, LLC. +B0808C Laser Light Engines +C419EC Qualisys AB +981094 Shenzhen Vsun communication technology Co.,ltd +082719 APS systems/electronic AG +D4AC4E BODi rS, LLC +B03850 Nanjing CAS-ZDC IOT SYSTEM CO.,LTD +C0DA74 Hangzhou Sunyard Technology Co., Ltd. +34A843 KYOCERA Display Corporation +6C5779 Aclima, Inc. +40BD9E Physio-Control, Inc +581CBD Affinegy +F82BC8 Jiangsu Switter Co., Ltd +60C397 2Wire Inc +3065EC Wistron (ChongQing) +5CA3EB Lokel s.r.o. +04DF69 Car Connectivity Consortium +28DB81 Shanghai Guao Electronic Technology Co., Ltd +9CB793 Creatcomm Technology Inc. +A0B100 ShenZhen Cando Electronics Co.,Ltd +40560C In Home Displays Ltd +9436E0 Sichuan Bihong Broadcast & Television New Technologies Co.,Ltd +D4D50D Southwest Microwave, Inc +B8CD93 Penetek, Inc +D8FEE3 D-Link International +F8516D Denwa Technology Corp. +1078CE Hanvit SI, Inc. +D8DA52 APATOR S.A. +107A86 U&U ENGINEERING INC. +980D2E HTC Corporation +842F75 Innokas Group +D4BF7F UPVEL +5061D6 Indu-Sol GmbH +68EC62 YODO Technology Corp. Ltd. +F07F0C Leopold Kostal GmbH &Co. KG +5C22C4 DAE EUN ELETRONICS CO., LTD +08482C Raycore Taiwan Co., LTD. +F4B381 WindowMaster A/S +74F102 Beijing HCHCOM Technology Co., Ltd +080EA8 Velex s.r.l. +0086A0 Private +60FE1E China Palms Telecom.Ltd +841E26 KERNEL-I Co.,LTD +349D90 Heinzmann GmbH & CO. KG +D4016D TP-LINK TECHNOLOGIES CO.,LTD. +FC1186 Logic3 plc +50CD32 NanJing Chaoran Science & Technology Co.,Ltd. +683EEC ERECA +44619C FONsystem co. ltd. +BCBAE1 AREC Inc. +18FA6F ISC applied systems corp +9C9726 Technicolor +880905 MTMCommunications +C42628 Airo Wireless +745F00 Samsung Semiconductor Inc. +541FD5 Advantage Electronics +90FF79 Metro Ethernet Forum +E08177 GreenBytes, Inc. +48F230 Ubizcore Co.,LTD +B0C95B Beijing Symtech CO.,LTD +DCA989 MACANDC +C05E6F V. Stonkaus firma Kodinis Raktas +6CD146 Smartek d.o.o. +E0C2B7 Masimo Corporation +F82EDB RTW GmbH & Co. KG +60A44C ASUSTek COMPUTER INC. +045FA7 Shenzhen Yichen Technology Development Co.,LTD +983F9F China SSJ (Suzhou) Network Technology Inc. +F02329 SHOWA DENKI CO.,LTD. +6499A0 AG Elektronik AB +A80180 IMAGO Technologies GmbH +044CEF Fujian Sanao Technology Co.,Ltd +DC1DD4 Microstep-MIS spol. s r.o. +E01877 FUJITSU LIMITED +149448 BLU CASTLE S.A. +40516C Grandex International Corporation +D0D471 MVTECH co., Ltd +34ADE4 Shanghai Chint Power Systems Co., Ltd. +1853E0 Hanyang Digitech Co.Ltd +C4E032 IEEE 1904.1 Working Group +ACDBDA Shenzhen Geniatech Inc, Ltd +A42C08 Masterwork Automodules +60B185 ATH system +504F94 Loxone Electronics GmbH +8C078C FLOW DATA INC +8887DD DarbeeVision Inc. +807B1E Corsair Components +A0E25A Amicus SK, s.r.o. +F87B62 FASTWEL INTERNATIONAL CO., LTD. Taiwan Branch +B49842 zte corporation +9C9C1D Starkey Labs Inc. +90CC24 Synaptics, Inc +AC1702 Fibar Group sp. z o.o. +7898FD Q9 Networks Inc. +3C57D5 FiveCo +4C2258 cozybit, Inc. +10EA59 Cisco SPVTG +34FA40 Guangzhou Robustel Technologies Co., Limited +181725 Cameo Communications, Inc. +E82E24 Out of the Fog Research LLC +1C52D6 FLAT DISPLAY TECHNOLOGY CORPORATION +40270B Mobileeco Co., Ltd +ACE97F IoT Tech Limited +301518 Ubiquitous Communication Co. ltd. +101248 ITG, Inc. +106FEF Ad-Sol Nissin Corp +A036F0 Comprehensive Power +180CAC CANON INC. +00DB1E Albedo Telecom SL +74943D AgJunction +080C0B SysMik GmbH Dresden +C8FB26 Cisco SPVTG +7CC8AB Acro Associates, Inc. +C4DA26 NOBLEX SA +1CC316 MileSight Technology Co., Ltd. +C4E7BE SCSpro Co.,Ltd +105F49 Cisco SPVTG +4495FA Qingdao Santong Digital Technology Co.Ltd +60F2EF VisionVera International Co., Ltd. +B01266 Futaba-Kikaku +909DE0 Newland Design + Assoc. Inc. +64D814 Cisco Systems, Inc +6CE4CE Villiger Security Solutions AG +30F33A +plugg srl +58CF4B Lufkin Industries +C4393A SMC Networks Inc +D45C70 Wi-Fi Alliance +08EBED World Elite Technology Co.,LTD +60BC4C EWM Hightec Welding GmbH +F41E26 Simon-Kaloi Engineering +C44567 SAMBON PRECISON and ELECTRONICS +D0738E DONG OH PRECISION CO., LTD. +E8718D Elsys Equipamentos Eletronicos Ltda +3C83B5 Advance Vision Electronics Co. Ltd. +808287 ATCOM Technology Co.Ltd. +28A192 GERP Solution +A08C15 Gerhard D. Wempe KG +8CE081 zte corporation +485261 SOREEL +10FBF0 KangSheng LTD. +3C57BD Kessler Crane Inc. +600F77 SilverPlus, Inc +6851B7 PowerCloud Systems, Inc. +A44E2D Adaptive Wireless Solutions, LLC +3CC12C AES Corporation +0CCDFB EDIC Systems Inc. +2CE2A8 DeviceDesign +B49DB4 Axion Technologies Inc. +D8182B Conti Temic Microelectronic GmbH +304449 PLATH GmbH +94FD2E Shanghai Uniscope Technologies Co.,Ltd +64A341 Wonderlan (Beijing) Technology Co., Ltd. +8CAE4C Plugable Technologies +D8D5B9 Rainforest Automation, Inc. +C0A0E2 Eden Innovations +E8ABFA Shenzhen Reecam Tech.Ltd. +58874C LITE-ON CLEAN ENERGY TECHNOLOGY CORP. +E85BF0 Imaging Diagnostics +20DC93 Cheetah Hi-Tech, Inc. +7846C4 DAEHAP HYPER-TECH +0CD9C1 Visteon Corporation +68AB8A RF IDeas +70E24C SAE IT-systems GmbH & Co. KG +88615A Siano Mobile Silicon Ltd. +30215B Shenzhen Ostar Display Electronic Co.,Ltd +DC028E zte corporation +DCB058 Bürkert Werke GmbH +641C67 DIGIBRAS INDUSTRIA DO BRASILS/A +C8E1A7 Vertu Corporation Limited +88D7BC DEP Company +F49466 CountMax, ltd +4CAB33 KST technology +5CE0F6 NIC.br- Nucleo de Informacao e Coordenacao do Ponto BR +00E666 ARIMA Communications Corp. +F8E4FB Actiontec Electronics, Inc +5887E2 Shenzhen Coship Electronics Co., Ltd. +B4DFFA Litemax Electronics Inc. +48F8B3 Cisco-Linksys, LLC +681CA2 Rosewill Inc. +7C092B Bekey A/S +D808F5 Arcadia Networks Co. Ltd. +84DF0C NET2GRID BV +3CB87A Private +E425E9 Color-Chip +F44848 Amscreen Group Ltd +441319 WKK TECHNOLOGY LTD. +088F2C Hills Sound Vision & Lighting +3C9F81 Shenzhen CATIC Bit Communications Technology Co.,Ltd +18339D Cisco Systems, Inc +642216 Shandong Taixin Electronic co.,Ltd +D43D7E Micro-Star Int'l Co, Ltd +64517E LONG BEN (DONGGUAN) ELECTRONIC TECHNOLOGY CO.,LTD. +0C57EB Mueller Systems +48282F zte corporation +745327 COMMSEN CO., LIMITED +E47185 Securifi Ltd +881036 Panodic(ShenZhen) Electronics Limted +18F87A i3 International Inc. +142DF5 Amphitech +90F72F Phillips Machine & Welding Co., Inc. +B45570 Borea +5C5015 Cisco Systems, Inc +0CD2B5 Binatone Telecommunication Pvt. Ltd +4846F1 Uros Oy +1CD40C Kriwan Industrie-Elektronik GmbH +747B7A ETH Inc. +1C7C45 Vitek Industrial Video Products, Inc. +C8AE9C Shanghai TYD Elecronic Technology Co. Ltd +A44C11 Cisco Systems, Inc +782544 Omnima Limited +D4DF57 Alpinion Medical Systems +5048EB BEIJING HAIHEJINSHENG NETWORK TECHNOLOGY CO. LTD. +40AC8D Data Management, Inc. +54466B Shenzhen CZTIC Electronic Technology Co., Ltd +1C3477 Innovation Wireless +4423AA Farmage Co., Ltd. +A0EF84 Seine Image Int'l Co., Ltd +AC7A42 iConnectivity +5869F9 Fusion Transactive Ltd. +B0C83F Jiangsu Cynray IOT Co., Ltd. +CC14A6 Yichun MyEnergy Domain, Inc +98D686 Chyi Lee industry Co., ltd. +20443A Schneider Electric Asia Pacific Ltd +28C914 Taimag Corporation +4C7897 Arrowhead Alarm Products Ltd +AC0A61 Labor S.r.L. +B482C5 Relay2, Inc. +60D1AA Vishal Telecommunications Pvt Ltd +CCC104 Applied Technical Systems +709BA5 Shenzhen Y&D Electronics Co.,LTD. +EC42F0 ADL Embedded Solutions, Inc. +10BD18 Cisco Systems, Inc +B0435D NuLEDs, Inc. +A82BD6 Shina System Co., Ltd +8CC7AA Radinet Communications Inc. +20014F Linea Research Ltd +80D18B Hangzhou I'converge Technology Co.,Ltd +B4A4B5 Zen Eye Co.,Ltd +489153 Weinmann Geräte für Medizin GmbH + Co. KG +549D85 EnerAccess inc +5CEE79 Global Digitech Co LTD +9CE10E NCTech Ltd +28F606 Syes srl +A0C3DE Triton Electronic Systems Ltd. +AC3FA4 TAIYO YUDEN CO.,LTD +0C130B Uniqoteq Ltd. +14CF8D OHSUNG ELECTRONICS CO., LTD. +808698 Netronics Technologies Inc. +2C00F7 XOS +809393 Xapt GmbH +00DEFB Cisco Systems, Inc +90AC3F BrightSign LLC +7CACB2 Bosch Software Innovations GmbH +0043FF KETRON S.R.L. +745798 TRUMPF Laser GmbH + Co. KG +38E08E Mitsubishi Electric Corporation +E4FA1D PAD Peripheral Advanced Design Inc. +4C9E80 KYOKKO ELECTRIC Co., Ltd. +A826D9 HTC Corporation +F03A55 Omega Elektronik AS +24B88C Crenus Co.,Ltd. +98BC57 SVA TECHNOLOGIES CO.LTD +98FE03 Ericsson - North America +F0EEBB VIPAR GmbH +54D0ED AXIM Communications +A49005 CHINA GREATWALL COMPUTER SHENZHEN CO.,LTD +3055ED Trex Network LLC +D4A02A Cisco Systems, Inc +0463E0 Nome Oy +BCA4E1 Nabto +900A3A PSG Plastic Service GmbH +FC5B26 MikroBits +5CC213 Fr. Sauter AG +581D91 Advanced Mobile Telecom co.,ltd. +9CB008 Ubiquitous Computing Technology Corporation +00376D Murata Manufacturing Co., Ltd. +E0EF25 Lintes Technology Co., Ltd. +CCEED9 VAHLE DETO GmbH +645EBE Yahoo! JAPAN +CCC50A SHENZHEN DAJIAHAO TECHNOLOGY CO.,LTD +D01AA7 UniPrint +B08E1A URadio Systems Co., Ltd +E05DA6 Detlef Fink Elektronik & Softwareentwicklung +0C7523 BEIJING GEHUA CATV NETWORK CO.,LTD +BC2C55 Bear Flag Design, Inc. +04F4BC Xena Networks +608C2B Hanson Technology +EC1120 FloDesign Wind Turbine Corporation +C495A2 SHENZHEN WEIJIU INDUSTRY AND TRADE DEVELOPMENT CO., LTD +0C9E91 Sankosha Corporation +F48771 Infoblox +04F021 Compex Systems Pte Ltd +8823FE TTTech Computertechnik AG +98AAD7 BLUE WAVE NETWORKING CO LTD +20107A Gemtek Technology Co., Ltd. +502267 PixeLINK +9092B4 Diehl BGT Defence GmbH & Co. KG +806007 RIM +38A851 Moog, Ing +90185E Apex Tool Group GmbH & Co OHG +649EF3 Cisco Systems, Inc +34D09B MobilMAX Technology Inc. +087572 Obelux Oy +9C1FDD Accupix Inc. +506441 Greenlee +80946C TOKYO RADAR CORPORATION +00FA3B CLOOS ELECTRONIC GMBH +28CD1C Espotel Oy +D824BD Cisco Systems, Inc +D878E5 KUHN SA +C49300 8Devices +4C3910 Newtek Electronics co., Ltd. +5808FA Fiber Optic & telecommunication INC. +7C94B2 Philips Healthcare PCCI +200505 RADMAX COMMUNICATION PRIVATE LIMITED +5848C0 COFLEC +C8F704 Building Block Video +C8AF40 marco Systemanalyse und Entwicklung GmbH +AC319D Shenzhen TG-NET Botone Technology Co.,Ltd. +08D09F Cisco Systems, Inc +B81413 Keen High Holding(HK) Ltd. +2037BC Kuipers Electronic Engineering BV +A887ED ARC Wireless LLC +983571 Sub10 Systems Ltd +B05CE5 Nokia Corporation +CC6BF1 Sound Masking Inc. +B82CA0 Honeywell HomMed +94AE61 Alcatel Lucent +7CA61D MHL, LLC +5CCEAD CDYNE Corporation +9CA3BA SAKURA Internet Inc. +709756 Happyelectronics Co.,Ltd +D4206D HTC Corporation +1866E3 Veros Systems, Inc. +00B338 Kontron Design Manufacturing Services (M) Sdn. Bhd +94DE0E SmartOptics AS +A429B7 bluesky +7C6B33 Tenyu Tech Co. Ltd. +CCB8F1 EAGLE KINGDOM TECHNOLOGIES LIMITED +DC2E6A HCT. Co., Ltd. +34255D Shenzhen Loadcom Technology Co.,Ltd +1897FF TechFaith Wireless Technology Limited +8C8E76 taskit GmbH +B4D8DE iota Computing, Inc. +54CDA7 Fujian Shenzhou Electronic Co.,Ltd +1000FD LaonPeople +603553 Buwon Technology +B89BC9 SMC Networks Inc +48022A B-Link Electronic Limited +48A6D2 GJsun Optical Science and Tech Co.,Ltd. +186D99 Adanis Inc. +D44B5E TAIYO YUDEN CO., LTD. +B40C25 Palo Alto Networks +40BF17 Digistar Telecom. SA +E4AFA1 HES-SO +58920D Kinetic Avionics Limited +207600 Actiontec Electronics, Inc +84D32A IEEE 1905.1 +F8E7B5 µTech Tecnologia LTDA +0462D7 ALSTOM HYDRO FRANCE +CCC8D7 CIAS Elettronica srl +64AE0C Cisco Systems, Inc +A446FA AmTRAN Video Corporation +2804E0 FERMAX ELECTRONICA S.A.U. +FC01CD FUNDACION TEKNIKER +88E7A6 iKnowledge Integration Corp. +98E79A Foxconn(NanJing) Communication Co.,Ltd. +54F5B6 ORIENTAL PACIFIC INTERNATIONAL LIMITED +34A55D TECHNOSOFT INTERNATIONAL SRL +D0C282 Cisco Systems, Inc +449CB5 Alcomp, Inc +24E6BA JSC Zavod im. Kozitsky +8C8A6E ESTUN AUTOMATION TECHNOLOY CO., LTD +E0ED1A vastriver Technology Co., Ltd +685E6B PowerRay Co., Ltd. +4C32D9 M Rutty Holdings Pty. Ltd. +603FC5 COX CO., LTD +182B05 8D Technologies +54A9D4 Minibar Systems +4861A3 Concern Axion JSC +D89685 GoPro +08A12B ShenZhen EZL Technology Co., Ltd +94319B Alphatronics BV +08FC52 OpenXS BV +205B5E Shenzhen Wonhe Technology Co., Ltd +3CC99E Huiyang Technology Co., Ltd +C8A1BA Neul Ltd +AC02EF Comsis +C43A9F Siconix Inc. +0418B6 Private +D4024A Delphian Systems LLC +84248D Zebra Technologies Inc +24EC99 ASKEY COMPUTER CORP +B8621F Cisco Systems, Inc +B45CA4 Thing-talk Wireless Communication Technologies Corporation Limited +AC8ACD ROGER D.Wensker, G.Wensker sp.j. +984246 SOL INDUSTRY PTE., LTD +28A574 Miller Electric Mfg. Co. +3826CD ANDTEK +C436DA Rusteletech Ltd. +00FC70 Intrepid Control Systems, Inc. +D0AFB6 Linktop Technology Co., LTD +444F5E Pan Studios Co.,Ltd. +0C3956 Observator instruments +A49981 FuJian Elite Power Tech CO.,LTD. +B83A7B Worldplay (Canada) Inc. +783F15 EasySYNC Ltd. +88B168 Delta Control GmbH +20B399 Enterasys +18B79E Invoxia +147411 RIM +5C56ED 3pleplay Electronics Private Limited +0838A5 Funkwerk plettac electronic GmbH +BCCD45 VOISMART +78028F Adaptive Spectrum and Signal Alignment (ASSIA), Inc. +D4A425 SMAX Technology Co., Ltd. +98F8DB Marini Impianti Industriali s.r.l. +140708 Private +24C9DE Genoray +605464 Eyedro Green Solutions Inc. +54055F Alcatel Lucent +405539 Cisco Systems, Inc +B8BEBF Cisco Systems, Inc +38FEC5 Ellips B.V. +24C86E Chaney Instrument Co. +D4D898 Korea CNO Tech Co., Ltd +5070E5 He Shan World Fair Electronics Technology Limited +28EE2C Frontline Test Equipment +802275 Beijing Beny Wave Technology Co Ltd +BC8199 BASIC Co.,Ltd. +24470E PentronicAB +A4DB2E Kingspan Environmental Ltd +F44EFD Actions Semiconductor Co.,Ltd.(Cayman Islands) +34BCA6 Beijing Ding Qing Technology, Ltd. +D4C1FC Nokia Corporation +48DCFB Nokia Corporation +688470 eSSys Co.,Ltd +F08BFE COSTEL.,CO.LTD +5435DF Symeo GmbH +F43D80 FAG Industrial Services GmbH +D4F0B4 Napco Security Technologies +40B3FC Logital Co. Limited +D05FCE Hitachi Data Systems +8C82A8 Insigma Technology Co.,Ltd +3C2763 SLE quality engineering GmbH & Co. KG +A44B15 Sun Cupid Technology (HK) LTD +508ACB SHENZHEN MAXMADE TECHNOLOGY CO., LTD. +7032D5 Athena Wireless Communications Inc +7CF0BA Linkwell Telesystems Pvt Ltd +CCC62B Tri-Systems Corporation +ACF97E ELESYS INC. +4C7367 Genius Bytes Software Solutions GmbH +DC2B66 InfoBLOCK S.A. de C.V. +14F0C5 Xtremio Ltd. +C027B9 Beijing National Railway Research & Design Institute of Signal & Communication Co., Ltd. +70A41C Advanced Wireless Dynamics S.L. +285132 Shenzhen Prayfly Technology Co.,Ltd +4C3B74 VOGTEC(H.K.) Co., Ltd +509772 Westinghouse Digital +D85D84 CAx soft GmbH +78A683 Precidata +BC6784 Environics Oy +B4E0CD Fusion-io, Inc +50AF73 Shenzhen Bitland Information Technology Co., Ltd. +488E42 DIGALOG GmbH +286046 Lantech Communications Global, Inc. +A424B3 FlatFrog Laboratories AB +A4856B Q Electronics Ltd +84EA99 Vieworks +DCCBA8 Explora Technologies Inc +58EECE Icon Time Systems +A41BC0 Fastec Imaging Corporation +E01F0A Xslent Energy Technologies. LLC +F40321 BeNeXt B.V. +00B033 OAO Izhevskiy radiozavod +707EDE NASTEC LTD. +CCBE71 OptiLogix BV +7CDD90 Shenzhen Ogemray Technology Co., Ltd. +C07E40 SHENZHEN XDK COMMUNICATION EQUIPMENT CO.,LTD +E44F29 MA Lighting Technology GmbH +6CAB4D Digital Payment Technologies +60DA23 Estech Co.,Ltd +28F358 2C - Trifonov & Co +304C7E Panasonic Electric Works Automation Controls Techno Co.,Ltd. +64D1A3 Sitecom Europe BV +3831AC WEG +2C7ECF Onzo Ltd +10E3C7 Seohwa Telecom +E84040 Cisco Systems, Inc +0C8112 Private +7C7D41 Jinmuyu Electronics Co., Ltd. +4C1480 NOREGON SYSTEMS, INC +60F673 TERUMO CORPORATION +E48AD5 RF WINDOW CO., LTD. +24F0FF GHT Co., Ltd. +4C07C9 COMPUTER OFFICE Co.,Ltd. +40F4EC Cisco Systems, Inc +2872F0 ATHENA +9C807D SYSCABLE Korea Inc. +180B52 Nanotron Technologies GmbH +64DE1C Kingnetic Pte Ltd +540496 Gigawave LTD +C8C126 ZPM Industria e Comercio Ltda +041D10 Dream Ware Inc. +88DD79 Voltaire +4468AB JUIN COMPANY, LIMITED +902E87 LabJack +C8208E Storagedata +00B342 MacroSAN Technologies Co., Ltd. +4CB9C8 CONET CO., LTD. +0474A1 Aligera Equipamentos Digitais Ltda +1064E2 ADFweb.com s.r.l. +CC34D7 GEWISS S.P.A. +B4CFDB Shenzhen Jiuzhou Electric Co.,LTD +C46354 U-Raku, Inc. +20FEDB M2M Solution S.A.S. +405FBE RIM +E05B70 Innovid, Co., Ltd. +043604 Gyeyoung I&T +34F968 ATEK Products, LLC +D0D0FD Cisco Systems, Inc +706417 ORBIS TECNOLOGIA ELECTRICA S.A. +64FC8C Zonar Systems +28ED58 JAG Jakob AG +9873C4 Sage Electronic Engineering LLC +B8797E Secure Meters (UK) Limited +2005E8 OOO InProMedia +E0D10A Katoudenkikougyousyo co ltd +1C0656 IDY Corporation +C44B44 Omniprint Inc. +6015C7 IdaTech +188ED5 TP Vision Belgium N.V. - innovation site Brugge +8CE7B3 Sonardyne International Ltd +0034F1 Radicom Research, Inc. +A8B0AE LEONI +60893C Thermo Fisher Scientific P.O.A. +5C17D3 LGE +70A191 Trendsetter Medical, LLC +58BC27 Cisco Systems, Inc +34D2C4 RENA GmbH Print Systeme +E0A670 Nokia Corporation +E061B2 HANGZHOU ZENOINTEL TECHNOLOGY CO., LTD +4491DB Shanghai Huaqin Telecom Technology Co.,Ltd +14D76E CONCH ELECTRONIC Co.,Ltd +CC6B98 Minetec Wireless Technologies +C4CD45 Beijing Boomsense Technology CO.,LTD. +D0BB80 SHL Telemedicine International Ltd. +1C83B0 Linked IP GmbH +F065DD Primax Electronics Ltd. +706582 Suzhou Hanming Technologies Co., Ltd. +94C7AF Raylios Technology +6854F5 enLighted Inc +008C10 Black Box Corp. +20A2E7 Lee-Dickens Ltd +8CDD8D Wifly-City System Inc. +EC98C1 Beijing Risbo Network Technology Co.,Ltd +ECC38A Accuenergy (CANADA) Inc +D48FAA Sogecam Industrial, S.A. +38A95F Actifio Inc +A0DDE5 SHARP Corporation +94A7BC BodyMedia, Inc. +6C9B02 Nokia Corporation +84DB2F Sierra Wireless Inc +A45055 busware.de +C89383 Embedded Automation, Inc. +D49E6D Wuhan Zhongyuan Huadian Science & Technology Co., +94F720 Tianjin Deviser Electronics Instrument Co., Ltd +EC2368 IntelliVoice Co.,Ltd. +B45253 Seagate Technology +04DD4C Velocytech +B4C810 UMPI Elettronica +38580C Panaccess Systems GmbH +24AF54 NEXGEN Mediatech Inc. +F0F9F7 IES GmbH & Co. KG +CC0CDA Miljovakt AS +C01242 Alpha Security Products +90507B Advanced PANMOBIL Systems GmbH & Co. KG +00B5D6 Omnibit Inc. +F893F3 VOLANS +7C3E9D PATECH +4C60D5 airPointe of New Hampshire +D45297 nSTREAMS Technologies, Inc. +78EC22 Shanghai Qihui Telecom Technology Co., LTD +F8D756 Simm Tronic Limited +E087B1 Nata-Info Ltd. +A8B1D4 Cisco Systems, Inc +4CBAA3 Bison Electronics Inc. +EC7C74 Justone Technologies Co., Ltd. +3C1A79 Huayuan Technology CO.,LTD +30E48E Vodafone UK +08512E Orion Diagnostica Oy +9CF61A UTC Fire and Security +C802A6 Beijing Newmine Technology +C84C75 Cisco Systems, Inc +284C53 Intune Networks +102D96 Looxcie Inc. +3037A6 Cisco Systems, Inc +ACEA6A GENIX INFOCOMM CO., LTD. +5C35DA There Corporation Oy +005218 Wuxi Keboda Electron Co.Ltd +08F2F4 Net One Partners Co.,Ltd. +68EFBD Cisco Systems, Inc +183BD2 BYD Precision Manufacture Company Ltd. +F45595 HENGBAO Corporation LTD. +C08B6F S I Sistemas Inteligentes Eletrônicos Ltda +BCA9D6 Cyber-Rain, Inc. +0CDDEF Nokia Corporation +80C63F Remec Broadband Wireless , LLC +F09CBB RaonThink Inc. +FCE23F CLAY PAKY SPA +B0E39D CAT SYSTEM CO.,LTD. +78A6BD DAEYEON Control&Instrument Co,.Ltd +481249 Luxcom Technologies Inc. +B43DB2 Degreane Horizon +C4823F Fujian Newland Auto-ID Tech. Co,.Ltd. +F4C795 WEY Elektronik AG +087695 Auto Industrial Co., Ltd. +ACCE8F HWA YAO TECHNOLOGIES CO., LTD +042F56 ATOCS (Shenzhen) LTD +084E1C H2A Systems, LLC +A4B121 Arantia 2010 S.L. +9889ED Anadem Information Inc. +147373 TUBITAK UEKAE +982D56 Resolution Audio +00A2DA INAT GmbH +6C3E9C KE Knestel Elektronik GmbH +F89D0D Control Technology Inc. +1010B6 McCain Inc +081FF3 Cisco Systems, Inc +5CE286 Nortel Networks +2CCD27 Precor Inc +6C5E7A Ubiquitous Internet Telecom Co., Ltd +D828C9 General Electric Consumer and Industrial +C86C1E Display Systems Ltd +EC6C9F Chengdu Volans Technology CO.,LTD +CCCC4E Sun Fountainhead USA. Corp +60D30A Quatius Limited +BC9DA5 DASCOM Europe GmbH +942E63 Finsécur +C8D2C1 Jetlun (Shenzhen) Corporation +F0BCC8 MaxID (Pty) Ltd +406186 MICRO-STAR INT'L CO.,LTD +74E537 RADSPIN +7C08D9 Shanghai B-Star Technology Co +448E81 VIG +2046F9 Advanced Network Devices (dba:AND) +0C8230 SHENZHEN MAGNUS TECHNOLOGIES CO.,LTD +50934F Gradual Tecnologia Ltda. +34EF8B NTT Communications Corporation +38E98C Reco S.p.A. +F02408 Talaris (Sweden) AB +A06986 Wellav Technologies Ltd +F02FD8 Bi2-Vision +C86CB6 Optcom Co., Ltd. +C45976 Fugoo Coorporation +B0C8AD People Power Company +A870A5 UniComm Inc. +80177D Nortel Networks +E8DAAA VideoHome Technology Corp. +647D81 YOKOTA INDUSTRIAL CO,.LTD +8891DD Racktivity +C4198B Dominion Voting Systems Corporation +C83A35 Tenda Technology Co., Ltd. +F4ACC1 Cisco Systems, Inc +584CEE Digital One Technologies, Limited +E064BB DigiView S.r.l. +4C63EB Application Solutions (Electronics and Vision) Ltd +C01E9B Pixavi AS +64168D Cisco Systems, Inc +24D2CC SmartDrive Systems Inc. +7C6C8F AMS NEVE LTD +C4E17C U2S co. +A8C222 TM-Research Inc. +50252B Nethra Imaging Incorporated +A4DA3F Bionics Corp. +9C4E8E ALT Systems Ltd +448312 Star-Net +687924 ELS-GmbH & Co. KG +38BB23 OzVision America LLC +003A99 Cisco Systems, Inc +04C05B Tigo Energy +5C1437 Thyssenkrupp Aufzugswerke GmbH +9C55B4 I.S.E. S.r.l. +DC2C26 Iton Technology Limited +4CC452 Shang Hai Tyd. Electon Technology Ltd. +F0C24C Zhejiang FeiYue Digital Technology Co., Ltd +08184C A. S. Thomas, Inc. +5CE223 Delphin Technology AG +FC6198 NEC Personal Products, Ltd +F871FE The Goldman Sachs Group, Inc. +D8C3FB DETRACOM +201257 Most Lucky Trading Ltd +D49C28 JayBird LLC +A03A75 PSS Belgium N.V. +746B82 MOVEK +0C8411 A.O. Smith Water Products +F8E968 Egker Kft. +E8DFF2 PRF Co., Ltd. +006440 Cisco Systems, Inc +D0E40B Wearable Inc. +AC867E Create New Technology (HK) Limited Company +58F67B Xia Men UnionCore Technology LTD. +A02EF3 United Integrated Services Co., Led. +A8CE90 CVC +00271F MIPRO Electronics Co., Ltd +00271A Geenovo Technology Ltd. +002714 Grainmustards, Co,ltd. +002717 CE Digital(Zhenjiang)Co.,Ltd +002708 Nordiag ASA +002701 INCOstartec GmbH +002702 SolarEdge Technologies +0026FB AirDio Wireless, Inc. +0026F5 XRPLUS Inc. +002632 Instrumentation Technologies d.d. +00262C IKT Advanced Technologies s.r.o. +002626 Geophysical Survey Systems, Inc. +00261F SAE Magnetics (H.K.) Ltd. +002620 ISGUS GmbH +00261A Femtocomm System Technology Corp. +002613 Engel Axil S.L. +00260D Mercury Systems, Inc. +0025D8 KOREA MAINTENANCE +0025CC Mobile Communications Korea Incorporated +0025C5 Star Link Communication Pvt. Ltd. +0025C6 kasercorp, ltd +0025C0 ZillionTV Corporation +0025B4 Cisco Systems, Inc +0025B9 Cypress Solutions Inc +0025AD Manufacturing Resources International +002600 TEAC Australia Pty Ltd. +002607 Enabling Technology Pty Ltd +0025FB Tunstall Healthcare A/S +0025FA J&M Analytik AG +0025F6 netTALK.com, Inc. +0025EF I-TEC Co., Ltd. +0025E9 i-mate Development, Inc. +002690 I DO IT +00268A Terrier SC Ltd +002689 General Dynamics Robotic Systems +002684 KISAN SYSTEM +002683 Ajoho Enterprise Co., Ltd. +00267D A-Max Technology Macao Commercial Offshore Company Limited +002677 DEIF A/S +002671 AUTOVISION Co., Ltd +00266A ESSENSIUM NV +0026EF Technology Advancement Group, Inc. +0026E9 SP Corp +0026DC Optical Systems Design +0026D6 Ningbo Andy Optoelectronic Co., Ltd. +0026CF DEKA R&D +0026D0 Semihalf +0026CA Cisco Systems, Inc +0026C9 Proventix Systems, Inc. +0026C3 Insightek Corp. +002664 Core System Japan +002658 T-Platforms (Cyprus) Limited +002645 Circontrol S.A. +00263F LIOS Technology GmbH +002639 T.M. Electronics, Inc. +0026BD JTEC Card & Communication Co., Ltd. +0026B3 Thales Communications Inc +0026AD Arada Systems, Inc. +0026A9 Strong Technologies Pty Ltd +0026A3 FQ Ingenieria Electronica S.A. +00269C ITUS JAPAN CO. LTD +002696 NOOLIX Co., Ltd +002484 Bang and Olufsen Medicom a/s +002486 DesignArt Networks +00247F Nortel Networks +002478 Mag Tech Electronics Co Limited +002471 Fusion MultiSystems dba Fusion-io +002473 3COM EUROPE LTD +002460 Giaval Science Development Co. Ltd. +00245B RAIDON TECHNOLOGY, INC. +00244E RadChips, Inc. +002447 Kaztek Systems +002442 Axona Limited +00243D Emerson Appliance Motors and Controls +002528 Daido Signal Co., Ltd. +002523 OCP Inc. +00251E ROTEL TECHNOLOGIES +002519 Viaas Inc +002514 PC Worth Int'l Co., Ltd. +00250D GZT Telkom-Telmor sp. z o.o. +002506 A.I. ANTITACCHEGGIO ITALIA SRL +002508 Maquet Cardiopulmonary AG +00257A CAMCO Produktions- und Vertriebs-GmbH für Beschallungs- und Beleuchtungsanlagen +00257F CallTechSolution Co.,Ltd +002573 ST Electronics (Info-Security) Pte Ltd +00256E Van Breda B.V. +00256D Broadband Forum +002560 Ibridge Networks & Communications Ltd. +00255B CoachComm, LLC +0024E2 HASEGAWA ELECTRIC CO.,LTD. +0024DB Alcohol Monitoring Systems +0024CF Inscape Data Corporation +0024C8 Broadband Solutions Group +0024C3 Cisco Systems, Inc +0024C0 NTI COMODO INC +0024B6 Seagate Technology +0024BB CENTRAL Corporation +0024B1 Coulomb Technologies +0024AA Dycor Technologies Ltd. +0024A3 Sonim Technologies Inc +00249E ADC-Elektronik GmbH +00248B HYBUS CO., LTD. +002492 Motorola, Broadband Solutions Group +002497 Cisco Systems, Inc +002554 Pixel8 Networks +00254D Singapore Technologies Electronics Limited +00254E Vertex Wireless Co., Ltd. +002537 Runcom Technologies Ltd. +00253E Sensus Metering Systems +002541 Maquet Critical Care AB +00252D Kiryung Electronics +0025A6 Central Network Solution Co., Ltd. +0025A1 Enalasys +00259A CEStronics GmbH +002593 DatNet Informatikai Kft. +002594 Eurodesign BG LTD +00258E The Weather Channel +00258A Pole/Zero Corporation +002589 Hills Industries Limited +002584 Cisco Systems, Inc +002501 JSC Supertel +0024FA Hilger u. Kern GMBH +0024F5 NDS Surgical Imaging +0024EE Wynmax Inc. +0024E7 Plaster Networks +0023F2 TVLogic +0023E8 Demco Corp. +0023E1 Cavena Image Products AB +0023DC Benein, Inc +0023DB saxnet gmbh +0023C9 Sichuan Tianyi Information Science & Technology Stock CO.,LTD +0023CE KITA DENSHI CORPORATION +0023D5 WAREMA electronic GmbH +002421 MICRO-STAR INT'L CO., LTD. +002414 Cisco Systems, Inc +002415 Magnetic Autocontrol GmbH +00240F Ishii Tool & Engineering Corporation +002408 Pacific Biosciences +002402 Op-Tection GmbH +0023FC Ultra Stereo Labs, Inc +0023CF CUMMINS-ALLISON CORP. +0023C2 SAMSUNG Electronics. Co. LTD +0023B6 SECURITE COMMUNICATIONS / HONEYWELL +0023BC EQ-SYS GmbH +0023AA HFR, Inc. +0023A9 Beijing Detianquan Electromechanical Equipment Co., Ltd +00233C Alflex +00233B C-Matic Systems Ltd +002335 Linkflex Co.,Ltd +00232D SandForce +002328 ALCON TELECOMMUNICATIONS CO., LTD. +002321 Avitech International Corp +0022F8 PIMA Electronic Systems Ltd. +00231F Guangda Electronic & Telecommunication Technology Development Co., Ltd. +0022E6 Intelligent Data +0022E0 Atlantic Software Technologies S.r.L. +0022DF TAMUZ Monitors +0022DA ANATEK, LLC +0022D3 Hub-Tech +0022CD Ared Technology Co., Ltd. +0022C4 epro GmbH +0022C9 Lenord, Bauer & Co GmbH +0022BF SieAmp Group of Companies +0022B9 Analogix Seminconductor, Inc +0022BA HUTH Elektronik Systeme GmbH +00239D Mapower Electronics Co., Ltd +002392 Proteus Industries Inc. +00238D Techno Design Co., Ltd. +002388 V.T. Telematica S.p.a. +002383 InMage Systems Inc +00237C NEOTION +002324 G-PRO COMPUTER +002431 Uni-v co.,ltd +00241B iWOW Communications Pte Ltd +002422 Knapp Logistik Automation GmbH +002427 SSI COMPUTER CORP +002373 GridIron Systems, Inc. +002367 UniControls a.s. +00236E Burster GmbH & Co KG +00236D ResMed Ltd +002360 Lookit Technology Co., Ltd +00235B Gulfstream +002316 KISAN ELECTRONICS CO +00230F Hirsch Electronics Corporation +00230A ARBURG GmbH & Co KG +002309 Janam Technologies LLC +002303 LITE-ON IT Corporation +0022F2 SunPower Corp +0022ED TSI Power Corporation +00228D GBS Laboratories LLC +002287 Titan Wireless LLC +002288 Sagrad, Inc. +002281 Daintree Networks Pty +00227A Telecom Design +00226B Cisco-Linksys, LLC +00225D Digicable Network India Pvt. Ltd. +00225C Multimedia & Communication Technology +00216F SymCom, Inc. +002169 Prologix, LLC. +002156 Cisco Systems, Inc +002150 EYEVIEW ELECTRONICS +00214A Pixel Velocity, Inc +0021A3 Micromint +002199 Vacon Plc +002195 GWD Media Limited +002194 Ping Communication +00218F Avantgarde Acoustic Lautsprechersysteme GmbH +002188 EMC Corporation +002182 SandLinks Systems, Ltd. +002175 Pacific Satellite International Ltd. +00222A SoundEar A/S +00221E Media Devices Co., Ltd. +002225 Thales Avionics Ltd +002218 Verivue Inc. +002212 CAI Networks, Inc. +00220B National Source Coding Center +002205 WeLink Solutions, Inc. +002206 Cyberdyne Inc. +0022B3 Sei S.p.A. +0022AC Hangzhou Siyuan Tech. Co., Ltd +0022A7 Tyco Electronics AMP GmbH +0022A0 Delphi Corporation +00229A Lastar, Inc. +002299 SeaMicro Inc. +0021FA A4SP Technologies Ltd. +0021F4 INRange Systems, Inc +0021ED Telegesis +0021E7 Informatics Services Corporation +0021DB Santachi Video Technology (Shenzhen) Co., Ltd. +0021E1 Nortel Networks +0021D5 X2E GmbH +0021DA Automation Products Group Inc. +0021CE NTC-Metrotek +0021C8 LOHUIS Networks +0021C2 GL Communications Inc +0021BB Riken Keiki Co., Ltd. +0021B5 Galvanic Ltd +0021AF Radio Frequency Systems +0021B6 Triacta Power Technologies Inc. +0021A9 Mobilink Telecom Co.,Ltd +0021A8 Telephonics Corporation +00210D SAMSIN INNOTEC +002141 RADLIVE +002137 Bay Controls, LLC +00212D SCIMOLEX CORPORATION +002133 Building B, Inc +002121 VRmagic GmbH +002126 Shenzhen Torch Equipment Co., Ltd. +002257 3COM EUROPE LTD +00224E SEEnergy Corp. +002247 DAC ENGINEERING CO., LTD. +00223D JumpGen Systems, LLC +002237 Shinhint Group +002238 LOGIPLUS +002231 SMT&C Co., Ltd. +00222B Nucomm, Inc. +001EF6 Cisco Systems, Inc +001EEA Sensor Switch, Inc. +001EEF Cantronic International Limited +001EDE BYD COMPANY LIMITED +001EE3 T&W Electronics (ShenZhen) Co.,Ltd +001EDD WASKO S.A. +001ED9 Mitsubishi Precision Co.,LTd. +001ED4 Doble Engineering +001ED3 Dot Technology Int'l Co., Ltd. +001ECD KYLAND Technology Co. LTD +001EC6 Obvius Holdings LLC +001F9D Cisco Systems, Inc +001FA2 Datron World Communications, Inc. +001F91 DBS Lodging Technologies, LLC +001F96 APROTECH CO.LTD +001F90 Actiontec Electronics, Inc +001F8F Shanghai Bellmann Digital Source Co.,Ltd. +001F85 Apriva ISS, LLC +001F87 Skydigital Inc. +001F86 digEcor +001F80 Lucas Holding bv +001F3E RP-Technik e.K. +001F42 Etherstack plc +001F39 Construcciones y Auxiliar de Ferrocarriles, S.A. +001F2B Orange Logic +001F2C Starbridge Networks +001F26 Cisco Systems, Inc +001F1A Prominvest +001EC1 3COM EUROPE LTD +001EBA High Density Devices AS +001EB3 Primex Wireless +001EB4 UNIFAT TECHNOLOGY LTD. +001EA8 Datang Mobile Communications Equipment CO.,LTD +001E9C Fidustron INC +001E95 SIGMALINK +001E96 Sepura Plc +001E8B Infra Access Korea Co., Ltd. +001FEF SHINSEI INDUSTRIES CO.,LTD +001FE8 KURUSUGAWA Electronics Industry Inc,. +001FDC Mobile Safe Track Ltd +001FD7 TELERAD SA +001FCB NIW Solutions +001F77 HEOL DESIGN +001F73 Teraview Technology Co., Ltd. +001F6D Cisco Systems, Inc +001F61 Talent Communication Networks Inc. +001F66 PLANAR LLC +001F5A Beckwith Electric Co. +001F53 GEMAC Gesellschaft für Mikroelektronikanwendung Chemnitz mbH +001F4E ConMed Linvatec +001F54 Lorex Technology Inc. +001F47 MCS Logic Inc. +001FD2 COMMTECH TECHNOLOGY MACAO COMMERCIAL OFFSHORE LTD. +001FBF Fulhua Microelectronics Corp. Taiwan Branch +001FAC Goodmill Systems Ltd +00211A LInTech Corporation +002113 Padtec S/A +002114 Hylab Technology Inc. +00210E Orpak Systems L.T.D. +00210A byd:sign Corporation +002104 Gigaset Communications GmbH +001FFB Green Packet Bhd +001FF6 PS Audio International +001F19 BEN-RI ELECTRONICA S.A. +001F13 S.& A.S. Ltd. +001F0F Select Engineered Systems +001EFD Microbit 2.0 AB +001F02 Pixelmetrix Corporation Pte Ltd +001EF0 Gigafin Networks +001D2C Wavetrend Technologies (Pty) Limited +001D27 NAC-INTERCOM +001D18 Power Innovation GmbH +001D13 NextGTV +001D0C MobileCompia +001D06 HM Electronics, Inc. +001D05 Eaton Corporation +001E62 Siemon +001E5D Holosys d.o.o. +001E56 Bally Wulff Entertainment GmbH +001E50 BATTISTONI RESEARCH +001E4A Cisco Systems, Inc +001D85 Call Direct Cellular Solutions +001D80 Beijing Huahuan Eletronics Co.,Ltd +001D68 Thomson Telecom Belgium +001D6F Chainzone Technology Co., Ltd +001D76 Eyeheight Ltd. +001D7B Ice Energy, Inc. +001D75 Radioscape PLC +001D63 Miele & Cie. KG +001D5C Tom Communication Industrial Co.,Ltd. +001D55 ZANTAZ, Inc +001DC8 Navionics Research Inc., dba SCADAmetrics +001DC1 Audinate Pty L +001DBB Dynamic System Electronics Corp. +001DAB SwissQual License AG +001E86 MEL Co.,Ltd. +001E7F CBM of America +001E7A Cisco Systems, Inc +001E79 Cisco Systems, Inc +001E6F Magna-Power Electronics, Inc. +001E70 Cobham Defence Communications Ltd +001E69 Thomson Inc. +001D56 Kramer Electronics Ltd. +001D50 SPINETIX SA +001D4B Grid Connect Inc. +001D46 Cisco Systems, Inc +001D3F Mitron Pty Ltd +001D39 MOOHADIGITAL CO., LTD +001D3A mh acoustics LLC +001D33 Maverick Systems Inc. +001E09 ZEFATEK Co.,LTD +001E04 Hanson Research Corporation +001DF7 R. STAHL Schaltgeräte GmbH +001DF8 Webpro Vision Technology Corporation +001DF1 Intego Systems, Inc. +001DEA Commtest Instruments Ltd +001DDB C-BEL Corporation +001DE5 Cisco Systems, Inc +001DA4 Hangzhou System Technology CO., LTD +001D9F MATT R.P.Traczynscy Sp.J. +001D92 MICRO-STAR INT'L CO.,LTD. +001D91 Digitize, Inc +001D8C La Crosse Technology LTD +001E39 Comsys Communication Ltd. +001E34 CryptoMetrics +001E2D STIM +001E26 Digifriends Co. Ltd +001E1A Best Source Taiwan Inc. +001E14 Cisco Systems, Inc +001E0A Syba Tech Limited +001C61 Galaxy Microsystems LImited +001C55 Shenzhen Kaifa Technology Co. +001C5A Advanced Relay Corporation +001C44 Bosch Security Systems BV +001C4B Gener8, Inc. +001C38 Bio-Rad Laboratories, Inc. +001C3D WaveStorm +001C3F International Police Technologies, Inc. +001C3E ECKey Corporation +001C31 Mobile XP Technology Co., LTD +001C2C Synapse +001CF9 Cisco Systems, Inc +001CF3 EVS BROADCAST EQUIPMENT +001CF4 Media Technology Systems Inc +001CED ENVIRONNEMENT SA +001CE3 Optimedical Systems +001CDC Custom Computer Services, Inc. +001CD0 Circleone Co.,Ltd. +001BF5 Tellink Sistemas de Telecomunicación S.L. +001BF0 Value Platforms Limited +001BE8 Ultratronik GmbH +001BE1 ViaLogy +001BDC Vencer Co., Ltd. +001BD5 Cisco Systems, Inc +001BCE Measurement Devices Ltd +001C94 LI-COR Biosciences +001C8E Alcatel-Lucent IPD +001C8D Mesa Imaging +001C88 TRANSYSTEM INC. +001C83 New Level Telecom Co., Ltd. +001C7A Perfectone Netware Company Ltd +001C7B Castlenet Technology Inc. +001C79 Cohesive Financial Technologies LLC +001C74 Syswan Technologies Inc. +001C6D KYOHRITSU ELECTRONIC INDUSTRY CO., LTD. +001C68 Anhui Sun Create Electronics Co., Ltd +001CC9 Kaise Electronic Technology Co., Ltd. +001CCA Shanghai Gaozhi Science & Technology Development Co. +001CBD Ezze Mobile Tech., Inc. +001CB8 CBC Co., Ltd +001CAD Wuhan Telecommunication Devices Co.,Ltd +001CAE WiChorus, Inc. +001CA7 International Quartz Limited +001CA0 Production Resource Group, LLC +001C9B FEIG ELECTRONIC GmbH +001B69 Equaline Corporation +001B64 IsaacLandKorea Co., Ltd, +001B5D Vololink Pty Ltd +001B56 Tehuti Networks Ltd. +001B51 Vector Technology Corp. +001B45 ABB AS, Division Automation Products +001B4A W&W Communications, Inc. +001B43 Beijing DG Telecommunications equipment Co.,Ltd +001B3E Curtis, Inc. +001B37 Computec Oy +001B2B Cisco Systems, Inc +001BC9 FSN DISPLAY INC +001BC2 Integrated Control Technology Limitied +001BBC Silver Peak Systems, Inc. +001BBD FMC Kongsberg Subsea AS +001BB3 Condalo GmbH +001BB8 BLUEWAY ELECTRONIC CO;LTD +001BAC Curtiss Wright Controls Embedded Computing +001BB2 Intellect International NV +001BA5 MyungMin Systems, Inc. +001BA0 Awox +001B99 KS System GmbH +001C1B Hyperstone GmbH +001C0F Cisco Systems, Inc +001C08 Echo360, Inc. +001C02 Pano Logic +001C01 ABB Oy Drives +001C03 Betty TV Technology AG +001B92 l-acoustics +001B8D Electronic Computer Systems, Inc. +001B88 Divinet Access Technologies Ltd +001B83 Finsoft Ltd +001B7C A & R Cambridge +001B76 Ripcode, Inc. +001B75 Hypermedia Systems +001B70 IRI Ubiteq, INC. +001A18 Advanced Simulation Technology inc. +001A0A Adaptive Micro-Ware Inc. +001A05 OPTIBASE LTD +001A03 Angel Electronics Co., Ltd. +0019FE SHENZHEN SEECOMM TECHNOLOGY CO.,LTD. +0019F9 TDK-Lambda +0019ED Axesstel Inc. +0019F4 Convergens Oy Ltd +001A79 TELECOMUNICATION TECHNOLOGIES LTD. +001A99 Smarty (HZ) Information Electronics Co., Ltd +001A9B ADEC & Parter AG +001A94 Votronic GmbH +001A83 Pegasus Technologies Inc. +001A7E LN Srithai Comm Ltd. +001AF1 Embedded Artists AB +001AF6 Woven Systems, Inc. +001AEC Keumbee Electronics Co.,Ltd. +001AE0 Mythology Tech Express Inc. +001AE5 Mvox Technologies Inc. +001AD2 Eletronica Nitron Ltda +001AD9 International Broadband Electric Communications, Inc. +001ACB Autocom Products Ltd +001ACD Tidel Engineering LP +001A46 Digital Multimedia Technology Co., Ltd +001A3A Dongahelecomm +001A3F intelbras +001A41 INOCOVA Co.,Ltd +001A2E Ziova Coporation +001A33 ASI Communications, Inc. +001A1D PChome Online Inc. +001A24 Galaxy Telecom Technologies Ltd +0019A5 RadarFind Corporation +0019AC GSP SYSTEMS Inc. +0019B1 Arrow7 Corporation +00199E Nifty +0019A0 NIHON DATA SYSTENS, INC. +001994 Jorjin Technologies Inc. +00198F Alcatel Bell N.V. +0019E8 Cisco Systems, Inc +0019DA Welltrans O&E Technology Co. , Ltd. +0019DC ENENSYS Technologies +0019C9 S&C ELECTRIC COMPANY +0019CE Progressive Gaming International +0019D5 IP Innovations, Inc. +0019C4 Infocrypt Inc. +0019BF Citiway technology Co.,ltd +0019BD New Media Life +0019B8 Boundary Devices +001B26 RON-Telecom ZAO +001B1C Coherent +001B1A e-trees Japan, Inc. +001B15 Voxtel, Inc. +001B09 Matrix Telecom Pvt. Ltd. +001B0E InoTec GmbH Organisationssysteme +001B07 Mendocino Software +001B02 ED Co.Ltd +001AFB Joby Inc. +001A74 Procare International Co +001A6D Cisco Systems, Inc +001A68 Weltec Enterprise Co., Ltd. +001A61 PacStar Corp. +001A54 Hip Shing Electronics Ltd. +001A59 Ircona +001A4D GIGA-BYTE TECHNOLOGY CO.,LTD. +001A52 Meshlinx Wireless Inc. +001AC6 Micro Control Designs +001ABC U4EA Technologies Ltd +001AC1 3Com Ltd +001AB0 Signal Networks Pvt. Ltd., +001AB5 Home Network System +001AA9 FUJIAN STAR-NET COMMUNICATION CO.,LTD +00183C Encore Software Limited +001841 High Tech Computer Corp +001843 Dawevision Ltd +001837 Universal ABIT Co., Ltd. +001826 Cale Access AB +00182B Softier +001818 Cisco Systems, Inc +00181A AVerMedia Information Inc. +00181F Palmmicro Communications +001804 E-TEK DIGITAL TECHNOLOGY LIMITED +001807 Fanstel Corp. +00180C Optelian Access Networks +0017FF PLAYLINE Co.,Ltd. +0017F1 Renu Electronics Pvt Ltd +0017F3 Harris Corparation +0017F8 Motech Industries Inc. +0017D4 Monsoon Multimedia, Inc +0017D9 AAI Corporation +0017E0 Cisco Systems, Inc +001920 KUME electric Co.,Ltd. +001925 Intelicis Corporation +001912 Welcat Inc +001914 Winix Co., Ltd +001919 ASTEL Inc. +00190D IEEE 1394c +001901 F1MEDIA +001906 Cisco Systems, Inc +0018F5 Shenzhen Streaming Video Technology Company Limited +0018F7 Kameleon Technologies +0018FC Altec Electronic AG +001981 Vivox Inc +001983 CCT R&D Limited +001975 Beijing Huisen networks technology Inc +00197C Riedel Communications GmbH +001970 Z-Com, Inc. +001964 Doorking Inc. +00195F Valemount Networks Corporation +001953 Chainleader Communications Corp. +001958 Bluetooth SIG, Inc. +00195A Jenaer Antriebstechnik GmbH +0018F0 JOYTOTO Co., Ltd. +0018E9 Numata Corporation +0018E4 YIGUANG +0018DD Silicondust Engineering Ltd +0018D8 ARCH METER Corporation +0018D1 Siemens Home & Office Comm. Devices +0018D6 Swirlnet A/S +0018CC AXIOHM SAS +0018C7 Real Time Automation +00186C Neonode AB +001878 Mackware GmbH +001867 Datalogic ADC +00185B Network Chemistry, Inc +001862 Seagate Technology +00184F 8 Ways Technology Corp. +001854 Argard Co., Ltd +001856 EyeFi, Inc +001848 Vecima Networks Inc. +001945 RF COncepts, LLC +00194C Fujian Stelcom information & Technology CO.,Ltd +001940 Rackable Systems +001934 TRENDON TOUCH TECHNOLOGY CORP. +001939 Gigamips +001931 Balluff GmbH +0018BB Eliwell Controls srl +0018B9 Cisco Systems, Inc +0018B4 Dawon Media Inc. +0018AD NIDEC SANKYO CORPORATION +0018A8 AnNeal Technology Inc. +00189C Weldex Corporation +0018A1 Tiqit Computers, Inc. +001897 JESS-LINK PRODUCTS Co., LTD +001892 ads-tec GmbH +001890 RadioCOM, s.r.o. +001884 Fon Technology S.L. +00187F ZODIANET +0016D1 ZAT a.s. +0016C3 BA Systems Inc +0016BE INFRANET, Inc. +0016B7 Seoul Commtech +0016B2 DriveCam Inc +0016B0 VK Corporation +0016AB Dansensor A/S +0016A6 Dovado FZ-LLC +0017CF iMCA-GmbH +0017C3 KTF Technologies Inc. +0017B7 Tonze Technology Co. +0017BC Touchtunes Music Corporation +0017B5 Peerless Systems Corporation +001723 Summit Data Communications +00171C NT MicroSystems, Inc. +001710 Casa Systems Inc. +001715 Qstik +001717 Leica Geosystems AG +00170B Contela, Inc. +0016FF Wamin Optocomm Mfg Corp +001774 Elesta GmbH +001779 QuickTel +00177B Azalea Networks inc +001764 ATMedia GmbH +001766 Accense Technology, Inc. +00175F XENOLINK Communications Co., Ltd. +001751 Online Corporation +001758 ThruVision Ltd +001745 INNOTZ CO., Ltd +00174C Millipore +00179F Apricorn +0017A9 Sentivision +001793 Tigi Corporation +00178C Independent Witness, Inc +00178E Gunnebo Cash Automation AB +001780 Applied Biosystems B.V. +001787 Brother, Brother & Sons ApS +00176B Kiyon, Inc. +00BAC0 Biometric Access Company +001673 Bury GmbH & Co. KG +001671 Symphox Information Co. +001665 Cellon France +00166A TPS +00165E Precision I/O +001657 Aegate Ltd +001659 Z.M.P. RADWAG +001658 Fusiontech Technologies Inc. +001652 Hoatech Technologies, Inc. +001646 Cisco Systems, Inc +00164B Quorion Data Systems GmbH +001740 Bluberi Gaming Technologies Inc +001736 iiTron Inc. +00172F NeuLion Incorporated +001728 Selex Communications +00172A Proware Technology Corp.(By Unifosa) +00169A Quadrics Ltd +0016A1 3Leaf Networks +001693 PowerLink Technology Inc. +001695 AVC Technology (International) Limited +00168E Vimicro corporation +001682 Pro Dex, Inc +001687 Chubb CSC-Vendor AP +00167B Haver&Boecker +0016F3 CAST Information Co., Ltd +0016EE Royaldigital Inc. +0016E7 Dynamix Promotions Limited +0016E0 3Com Ltd +0016D6 TDA Tech Pty Ltd +00151E Ethernet Powerlink Standardization Group (EPSG) +001525 Chamberlain Access Solutions +001519 StoreAge Networking Technologies +001518 Shenzhen 10MOONS Technology Development CO.,Ltd +001514 Hu Zhou NAVA Networks&Electronics Ltd. +00150E OPENBRAIN TECHNOLOGIES CO., LTD. +00150F mingjong +00150D Hoana Medical, Inc. +001508 Global Target Enterprise Inc +0014FC Extandon, Inc. +001501 LexBox +0014F5 OSI Security Devices +0014E9 Nortech International +0014EE Western Digital Technologies, Inc. +0014DF HI-P Tech Corporation +0014E4 infinias, LLC +0014D3 SEPSA +0014D8 bio-logic SA +0014D2 Kyuden Technosystems Corporation +0015E0 Ericsson +0015DC KT&C Co., Ltd. +0015D5 NICEVT +0015D7 Reti Corporation +0015D6 OSLiNK Sp. z o.o. +0015C4 FLOVEL CO., LTD. +0015C9 Gumstix, Inc +0015BD Group 4 Technology Ltd +0015B6 ShinMaywa Industries, Ltd. +001581 MAKUS Inc. +00156B Perfisans Networks Corp. +001570 Zebra Technologies Inc +00155D Microsoft Corporation +00155F GreenPeak Technologies +001564 BEHRINGER Spezielle Studiotechnik GmbH +00155E Morgan Stanley +001558 FOXCONN +001551 RadioPulse Inc. +001549 Dixtal Biomedica Ind. Com. Ltda +00154C Saunders Electronics +00154A WANSHIH ELECTRONIC CO., LTD +00153D ELIM PRODUCT CO. +001544 coM.s.a.t. AG +001531 KOCOM +001538 RFID, Inc. +00161D Innovative Wireless Technologies, Inc. +00161C e:cue +00160C LPL DEVELOPMENT S.A. DE C.V +001611 Altecon Srl +001612 Otsuka Electronics Co., Ltd. +001605 YORKVILLE SOUND INC. +0015F9 Cisco Systems, Inc +001600 CelleBrite Mobile Synchronization +0015ED Fulcrum Microsystems, Inc. +0015E1 Picochip Ltd +0015E6 MOBILE TECHNIKA Inc. +0015B1 Ambient Corporation +0015AC Capelon AB +0015A7 Robatech AG +001594 BIXOLON CO.,LTD +00158D Jennic Ltd +001588 Salutica Allied Solutions Sdn Bhd +0014CC Zetec, Inc. +0014C0 Symstream Technology Group Ltd +0014C5 Alive Technologies Pty Ltd +0014B9 MSTAR SEMICONDUCTOR +0014AF Datasym POS Inc. +0014A8 Cisco Systems, Inc +00163C Rebox B.V. +00162E Space Shuttle Hi-Tech Co., Ltd. +001629 Nivus GmbH +001622 BBH SYSTEMS GMBH +001616 BROWAN COMMUNICATION INC. +00161B Micronet Corporation +00135B PanelLink Cinema, LLC +001362 ShinHeung Precision Co., Ltd. +001351 Niles Audio Corporation +001345 Eaton Corporation +00134A Engim, Inc. +00133E MetaSwitch +00132B Phoenix Digital +001332 Beijing Topsec Network Security Technology Co., Ltd. +001337 Orient Power Home Network Ltd. +001338 FRESENIUS-VIAL +00137A Netvox Technology Co., Ltd. +001381 CHIPS & Systems, Inc. +001386 ABB Inc./Totalflow +001374 Atheros Communications, Inc. +00136E Techmetro Corp. +001373 BLwave Electronics Co., Ltd +001367 Narayon. Co., Ltd. +001361 Biospace Co., Ltd. +001357 Soyal Technology Co., Ltd. +001326 ECM Systems Ltd +001325 Cortina Systems Inc +00131B BeCell Innovations Corp. +00131C LiteTouch, Inc. +001309 Ocean Broadband Networks +00130E Focusrite Audio Engineering Limited +0012FC PLANET System Co.,LTD +0012F6 MDK CO.,LTD. +0012F1 IFOTEC +00143E AirLink Communications, Inc. +001437 GSTeletech Co.,Ltd. +001430 ViPowER, Inc +00142B Edata Communication Inc. +001424 Merry Electrics CO., LTD. +00141F SunKwang Electronics Co., Ltd +00141A DEICY CORPORATION +001413 Trebing & Himstedt Prozeßautomation GmbH & Co. KG +001415 Intec Automation inc. +001414 Jumpnode Systems LLC. +001405 OpenIB, Inc. +00140B FIRST INTERNATIONAL COMPUTER, INC. +0013FE GRANDTEC ELECTRONIC CORP. +0013F9 Cavera Systems +0013F2 Klas Ltd +0013EC Netsnapper Technologies SARL +0013E1 Iprobe AB +0013E2 GeoVision Inc. +0013D5 RuggedCom +0013DC IBTEK INC. +0013D0 t+ Medical Ltd +0013CB Zenitel Norway AS +0013C6 OpenGear, Inc +0013C5 LIGHTRON FIBER-OPTIC DEVICES INC. +0013BB Smartvue Corporation +0013BF Media System Planning Corp. +0013B5 Wavesat +0013AE Radiance Technologies, Inc. +0013A2 MaxStream, Inc +00139B ioIMAGE Ltd. +00139C Exavera Technologies, Inc. +001396 Acbel Polytech Inc. +00138A QINGDAO GOERTEK ELECTRONICS CO.,LTD. +001389 Redes de Telefonía Móvil S.A. +00149C HF Company +0014A3 Vitelec BV +001497 ZHIYUAN Eletronics co.,ltd. +001496 Phonic Corp. +001490 ASP Corporation +001489 B15402100 - JANDEI, S.L. +001484 Cermate Technologies Inc. +00147F Thomson Telecom Belgium +00147A Eubus GmbH +001473 Bookham Inc +001467 ArrowSpan Inc. +001460 Kyocera Wireless Corp. +00145B SeekerNet Inc. +00145A Neratec Solutions AG +001459 Moram Co., Ltd. +001454 Symwave +001443 Consultronics Europe Ltd +00144A Taiwan Thick-Film Ind. Corp. +0011C4 Terminales de Telecomunicacion Terrestre, S.L. +0011C9 MTT Corporation +0011BF AESYS S.p.A. +0011B8 Liebherr - Elektronik GmbH +0011AC Simtec Electronics +0011B1 BlueExpert Technology Corp. +0011B2 2001 Technology Inc. +0011A0 Vtech Engineering Canada Ltd +0011A5 Fortuna Electronic Corp. +001276 CG Power Systems Ireland Limited +00126F Rayson Technology Co., Ltd. +001270 NGES Denro Systems +00126A OPTOELECTRONICS Co., Ltd. +001263 Data Voice Technologies GmbH +00125E CAEN +00125D CyberNet Inc. +001259 THERMO ELECTRON KARLSRUHE +001254 Spectra Technologies Holdings Company Ltd +001253 AudioDev AB +00129D First International Computer do Brasil +001291 KWS Computersysteme GmbH +001296 Addlogix +00128F Montilio +001282 Qovia +001289 Advance Sterilization Products +00127D MobileAria +0011F4 woori-net +0011EE Estari, Inc. +0011ED 802 Global +0011E8 Tixi.Com +0011DB Land-Cellular Corporation +0011DC Glunz & Jensen +0011E1 Arcelik A.S +0011CE Ubisense Limited +0011D5 Hangzhou Sunyard System Engineering Co.,Ltd. +001246 T.O.M TECHNOLOGY INC.. +00124D Inducon BV +001241 a2i marketing center +00123A Posystech Inc., Co. +001234 Camille Bauer +00122A VTech Telecommunications Ltd. +00122E Signal Technology - AISD +001233 JRC TOKKI Co.,Ltd. +001199 2wcom Systems GmbH +00118F EUTECH INSTRUMENTS PTE. LTD. +001183 Datalogic ADC, Inc. +00117C e-zy.net +001176 Intellambda Systems, Inc. +0012C0 HotLava Systems, Inc. +0012B5 Vialta, Inc. +0012BC Echolab LLC +0012B6 Santa Barbara Infrared, Inc. +0012B0 Efore Oyj (Plc) +0012A4 ThingMagic, LLC +0012A9 3Com Ltd +0012A3 Trust International B.V. +001224 NexQL Corporation +001229 BroadEasy Technologies Co.,Ltd +00121D Netfabric Corporation +001211 Protechna Herbst GmbH & Co. KG +001218 ARUZE Corporation +001205 Terrasat Communications, Inc. +00120A Emerson Climate Technologies GmbH +0011FE Keiyo System Research, Inc. +0011F8 AIRAYA Corp +0012EC Movacolor b.v. +0012E5 Time America, Inc. +0012E0 Codan Limited +0012DF Novomatic AG +0012D9 Cisco Systems, Inc +0012C6 TGC America, Inc +0012CD ASEM SpA +000FE9 GW TECHNOLOGIES CO.,LTD. +000FDD SORDIN AB +000FD6 Sarotech Co., Ltd +002654 3Com Corporation +000FD0 ASTRI +000FCF DataWind Research +000FC3 PalmPalm Technology, Inc. +001144 Assurance Technology Corp +00113E JL Corporation +001131 UNATECH. CO.,LTD +001137 AICHI ELECTRIC CO., LTD. +00112D iPulse Systems +001123 Appointech, Inc. +00111D Hectrix Limited +000F6C ADDI-DATA GmbH +000F6B GateWare Communications GmbH +000F5F Nicety Technologies Inc. (NTS) +000F5A Peribit Networks +000F53 Solarflare Communications Inc +000F47 ROBOX SPA +000F4C Elextech INC +001170 GSC SRL +001169 EMS Satcom +001164 ACARD Technology Corp. +00115F ITX Security Co., Ltd. +00115A Ivoclar Vivadent AG +001159 MATISSE NETWORKS INC +001153 Trident Tek, Inc. +001150 Belkin Corporation +001151 Mykotronx +00114A KAYABA INDUSTRY Co,.Ltd. +001110 Maxanna Technology Co., Ltd. +001117 CESNET +001104 TELEXY +00110B Franklin Technology Systems +001100 Schneider Electric +000FFE G-PRO COMPUTER +000FEF Thales e-Transactions GmbH +000FF0 Sunray Co. Ltd. +000FF5 GN&S company +000FCA A-JIN TECHLINE CO, LTD +000FBD MRV Communications (Networks) LTD +000FBE e-w/you Inc. +000FB7 Cavium +000FA4 Sprecher Automation GmbH +000FAB Kyushu Electronics Systems Inc. +000F9D DisplayLink (UK) Ltd +000F98 Avamax Co. Ltd. +000F8B Orion MultiSystems Inc +000F8C Gigawavetech Pte Ltd +000F91 Aerotelecom Co.,Ltd. +000F7E Ablerex Electronics Co., LTD +000F85 ADDO-Japan Corporation +000F72 Sandburst +000F79 Bluetooth Interest Group Inc. +000F19 Boston Scientific +000F0D Hunt Electronic Co., Ltd. +000F01 DIGITALKS INC +000EFA Optoway Technology Incorporation +000EF3 Smarthome +000EEE Muco Industrie BV +000EE7 AAC ELECTRONICS CORP. +000F38 Netstar +000F40 Optical Internetworking Forum +000F33 DUALi Inc. +000F2C Uplogix, Inc. +000F26 WorldAccxx LLC +000F25 AimValley B.V. +000F13 Nisca corporation +000F14 Mindray Co., Ltd. +000EE1 ExtremeSpeed Inc. +000EDB XiNCOM Corp. +000EE2 Custom Engineering +000ED5 COPAN Systems Inc. +000EC9 YOKO Technology Corp. +000ED0 Privaris, Inc. +000ED7 Cisco Systems, Inc +000EC4 Iskra Transmission d.d. +000EC3 Logic Controls, Inc. +000EBD Burdick, a Quinton Compny +000EB1 Newcotech,Ltd +000DAA S.A.Tehnology co.,Ltd. +000DA0 NEDAP N.V. +000D9F RF Micro Devices +000D9A INFOTEC LTD +000D8D Prosoft Technology, Inc +000D8E Koden Electronics Co., Ltd. +000D84 Makus Inc. +000D83 Sanmina-SCI Hungary Ltd. +000D76 Hokuto Denshi Co,. Ltd. +000D7D Afco Systems +000E51 tecna elettronica srl +000E4C Bermai Inc. +000E4B atrium c and i +000E3E Sun Optronics Inc +000E45 Beijing Newtry Electronic Technology Ltd +000E39 Cisco Systems, Inc +000E32 Kontron Medical +000E2B Safari Technologies +000E2C Netcodec co. +000E1F TCL Networks Equipment Co., Ltd. +000E26 Gincom Technology Corp. +000E1A JPS Communications +000E19 LogicaCMG Pty Ltd +000E13 Accu-Sort Systems inc. +000E0F ERMME +000E05 WIRELESS MATRIX CORP. +000E06 Team Simoco Ltd +000E0B Netac Technology Co., Ltd. +000DF8 ORGA Kartensysteme GmbH +000DFF CHENMING MOLD INDUSTRY CORP. +000DEC Cisco Systems, Inc +000DF3 Asmax Solutions +000DE6 YOUNGBO ENGINEERING CO.,LTD +000DE5 Samsung Thales +000DE0 ICPDAS Co.,LTD +000DD3 SAMWOO Telecommunication Co.,Ltd. +000DD4 Symantec Corporation +000DD9 Anton Paar GmbH +000DCD GROUPE TXCOM +000EAA Scalent Systems, Inc. +000E9E Topfield Co., Ltd +000EA3 CNCR-IT CO.,LTD,HangZhou P.R.CHINA +000EA4 Certance Inc. +000E92 Open Telecom +000E97 Ultracker Technology CO., Inc +000E91 Navico Auckland Ltd +000E8B Astarte Technology Co, Ltd. +000E84 Cisco Systems, Inc +000D6A Redwood Technologies LTD +000D71 boca systems +000D5E NEC Personal Products +000D63 DENT Instruments, Inc. +000D64 COMAG Handels AG +000D57 Fujitsu I-Network Systems Limited. +000D52 Comart system +000D51 DIVR Systems, Inc. +000D47 Collex +000DC1 SafeWeb Inc +000DC6 DigiRose Technology Co., Ltd. +000DBA Océ Document Technologies GmbH +000DB4 NETASQ +000DB3 SDO Communication Corperation +000DAE SAMSUNG HEAVY INDUSTRIES CO., LTD. +000DA6 Universal Switching Corporation +000E78 Amtelco +000E70 in2 Networks +000E6B Janitza electronics GmbH +000E64 Elphel, Inc +000E5D Triple Play Technologies A/S +000E5E Raisecom Technology 000BE2 Lumenera Corporation -000BE3 Key Stream Co., Ltd. -000BE4 Hosiden Corporation -000BE5 HIMS International Corporation -000BE6 Datel Electronics 000BE7 COMFLUX TECHNOLOGY INC. -000BE8 AOIP -000BE9 Actel Corporation -000BEA Zultys Technologies -000BEB Systegra AG -000BEC NIPPON ELECTRIC INSTRUMENT, INC. -000BED ELM Inc. -000BEE inc.jet, Incorporated -000BEF Code Corporation -000BF0 MoTEX Products Co., Ltd. -000BF1 LAP Laser Applikations -000BF2 Chih-Kan Technology Co., Ltd. -000BF3 BAE SYSTEMS -000BF4 PRIVATE -000BF5 Shanghai Sibo Telecom Technology Co.,Ltd -000BF6 Nitgen Co., Ltd -000BF7 NIDEK CO.,LTD -000BF8 Infinera -000BF9 Gemstone communications, Inc. -000BFA EXEMYS SRL -000BFB D-NET International Corporation -000BFC CISCO SYSTEMS, INC. -000BFD CISCO SYSTEMS, INC. -000BFE CASTEL Broadband Limited -000BFF Berkeley Camera Engineering -000C00 BEB Industrie-Elektronik AG -000C01 Abatron AG -000C02 ABB Oy -000C03 HDMI Licensing, LLC -000C04 Tecnova -000C05 RPA Reserch Co., Ltd. -000C06 Nixvue Systems Pte Ltd -000C07 Iftest AG -000C08 HUMEX Technologies Corp. -000C09 Hitachi IE Systems Co., Ltd -000C0A Guangdong Province Electronic Technology Research Institute -000C0B Broadbus Technologies -000C0C APPRO TECHNOLOGY INC. -000C0D Communications & Power Industries / Satcom Division -000C0E XtremeSpectrum, Inc. -000C0F Techno-One Co., Ltd -000C10 PNI Corporation -000C11 NIPPON DEMPA CO.,LTD. -000C12 Micro-Optronic-Messtechnik GmbH -000C13 MediaQ -000C14 Diagnostic Instruments, Inc. -000C15 CyberPower Systems, Inc. -000C16 Concorde Microsystems Inc. -000C17 AJA Video Systems Inc -000C18 Zenisu Keisoku Inc. -000C19 Telio Communications GmbH -000C1A Quest Technical Solutions Inc. -000C1B ORACOM Co, Ltd. -000C1C MicroWeb Co., Ltd. -000C1D Mettler & Fuchs AG -000C1E Global Cache -000C1F Glimmerglass Networks -000C20 Fi WIn, Inc. -000C21 Faculty of Science and Technology, Keio University -000C22 Double D Electronics Ltd -000C23 Beijing Lanchuan Tech. Co., Ltd. -000C24 ANATOR -000C25 Allied Telesis Labs, Inc. -000C26 Weintek Labs. Inc. -000C27 Sammy Corporation -000C28 RIFATRON -000C29 VMware, Inc. -000C2A OCTTEL Communication Co., Ltd. -000C2B ELIAS Technology, Inc. -000C2C Enwiser Inc. -000C2D FullWave Technology Co., Ltd. -000C2E Openet information technology(shenzhen) Co., Ltd. -000C2F SeorimTechnology Co.,Ltd. -000C30 CISCO SYSTEMS, INC. -000C31 CISCO SYSTEMS, INC. -000C32 Avionic Design Development GmbH -000C33 Compucase Enterprise Co. Ltd. -000C34 Vixen Co., Ltd. -000C35 KaVo Dental GmbH & Co. KG -000C36 SHARP TAKAYA ELECTRONICS INDUSTRY CO.,LTD. -000C37 Geomation, Inc. +000BD6 Paxton Access Ltd +000BD2 Remopro Technology Inc. +000BC6 ISAC, Inc. +000BCB Fagor Automation , S. Coop +000BBF Cisco Systems, Inc +000BBA Harmonic, Inc +000BB3 RiT technologies Ltd. 000C38 TelcoBridges Inc. -000C39 Sentinel Wireless Inc. -000C3A Oxance -000C3B Orion Electric Co., Ltd. -000C3C MediaChorus, Inc. -000C3D Glsystech Co., Ltd. -000C3E Crest Audio 000C3F Cogent Defence & Security Networks, -000C40 Altech Controls -000C41 Cisco-Linksys -000C42 Routerboard.com -000C43 Ralink Technology, Corp. -000C44 Automated Interfaces, Inc. -000C45 Animation Technologies Inc. -000C46 Allied Telesyn Inc. -000C47 SK Teletech(R&D Planning Team) -000C48 QoStek Corporation -000C49 Dangaard Telecom RTC Division A/S -000C4A Cygnus Microsystems (P) Limited -000C4B Cheops Elektronik -000C4C Arcor AG&Co. -000C4D Curtiss-Wright Controls Avionics & Electronics -000C4E Winbest Technology CO,LT +000C30 Cisco Systems, Inc +000C26 Weintek Labs. Inc. +000C2E Openet information technology(shenzhen) Co., Ltd. +000C25 Allied Telesis Labs, Inc. +000C1F Glimmerglass Networks +000C24 ANATOR +000C1B ORACOM Co, Ltd. +000C19 Telio Communications GmbH +000C7A DaTARIUS Technologies GmbH +000C67 OYO ELECTRIC CO.,LTD 000C4F UDTech Japan Corporation -000C50 Seagate Technology -000C51 Scientific Technologies Inc. -000C52 Roll Systems Inc. -000C53 PRIVATE 000C54 Pedestal Networks, Inc -000C55 Microlink Communications Inc. -000C56 Megatel Computer (1986) Corp. -000C57 MACKIE Engineering Services Belgium BVBA -000C58 M&S Systems -000C59 Indyme Electronics, Inc. -000C5A IBSmm Embedded Electronics Consulting 000C5B HANWANG TECHNOLOGY CO.,LTD -000C5C GTN Systems B.V. -000C5D CHIC TECHNOLOGY (CHINA) CORP. -000C5E Calypso Medical -000C5F Avtec, Inc. 000C60 ACM Systems -000C61 AC Tech corporation DBA Advanced Digital 000C62 ABB AB, Cewe-Control -000C63 Zenith Electronics Corporation -000C64 X2 MSA Group -000C65 Sunin Telecom -000C66 Pronto Networks Inc -000C67 OYO ELECTRIC CO.,LTD -000C68 SigmaTel, Inc. -000C69 National Radio Astronomy Observatory -000C6A MBARI -000C6B Kurz Industrie-Elektronik GmbH -000C6C Elgato Systems LLC -000C6D Edwards Ltd. -000C6E ASUSTEK COMPUTER INC. -000C6F Amtek system co.,LTD. -000C70 ACC GmbH -000C71 Wybron, Inc -000C72 Tempearl Industrial Co., Ltd. -000C73 TELSON ELECTRONICS CO., LTD -000C74 RIVERTEC CORPORATION -000C75 Oriental integrated electronics. LTD -000C76 MICRO-STAR INTERNATIONAL CO., LTD. -000C77 Life Racing Ltd -000C78 In-Tech Electronics Limited -000C79 Extel Communications P/L -000C7A DaTARIUS Technologies GmbH -000C7B ALPHA PROJECT Co.,Ltd. -000C7C Internet Information Image Inc. -000C7D TEIKOKU ELECTRIC MFG. CO., LTD -000C7E Tellium Incorporated -000C7F synertronixx GmbH -000C80 Opelcomm Inc. -000C81 Schneider Electric (Australia) -000C82 NETWORK TECHNOLOGIES INC -000C83 Logical Solutions -000C84 Eazix, Inc. -000C85 CISCO SYSTEMS, INC. -000C86 CISCO SYSTEMS, INC. -000C87 AMD -000C88 Apache Micro Peripherals, Inc. -000C89 AC Electric Vehicles, Ltd. -000C8A Bose Corporation -000C8B Connect Tech Inc -000C8C KODICOM CO.,LTD. -000C8D MATRIX VISION GmbH -000C8E Mentor Engineering Inc -000C8F Nergal s.r.l. -000C90 Octasic Inc. -000C91 Riverhead Networks Inc. -000C92 WolfVision Gmbh -000C93 Xeline Co., Ltd. -000C94 United Electronic Industries, Inc. (EUI) -000C95 PrimeNet -000C96 OQO, Inc. -000C97 NV ADB TTV Technologies SA -000C98 LETEK Communications Inc. -000C99 HITEL LINK Co.,Ltd -000C9A Hitech Electronics Corp. -000C9B EE Solutions, Inc -000C9C Chongho information & communications -000C9D UbeeAirWalk, Inc. -000C9E MemoryLink Corp. -000C9F NKE Corporation -000CA0 StorCase Technology, Inc. +000C48 QoStek Corporation +000C4D Curtiss-Wright Controls Avionics & Electronics +000C14 Diagnostic Instruments, Inc. +000C07 Iftest AG +000C06 Nixvue Systems Pte Ltd +000C08 HUMEX Technologies Corp. +000C0D Communications & Power Industries / Satcom Division +000BF5 Shanghai Sibo Telecom Technology Co.,Ltd +000BFA EXEMYS SRL +000C01 Abatron AG +000BEE inc.jet, Incorporated +000CE6 Meru Networks Inc +000CEB CNMP Networks, Inc. +000CE2 Rolls-Royce +000CEC Spectracom Corp. +000CD7 Nallatech Ltd +000CDE ABB STOTZ-KONTAKT GmbH +000CD2 Schaffner EMV AG +000CD8 M. K. Juchheim GmbH & Co +000CC6 Ka-Ro electronics GmbH +000CCB Design Combus Ltd +000CC5 Nextlink Co., Ltd. +000CB3 ROUND Co.,Ltd. +000CB8 MEDION AG +000CBF Holy Stone Ent. Co., Ltd. +000A07 WebWayOne Ltd 000CA1 SIGMACOM Co., LTD. -000CA2 Harmonic Video Network -000CA3 Rancho Technology, Inc. -000CA4 Prompttec Product Management GmbH -000CA5 Naman NZ LTd 000CA6 Mintera Corporation -000CA7 Metro (Suzhou) Technologies Co., Ltd. 000CA8 Garuda Networks Corporation -000CA9 Ebtron Inc. -000CAA Cubic Transportation Systems Inc -000CAB COMMEND International -000CAC Citizen Watch Co., Ltd. 000CAD BTU International -000CAE Ailocom Oy -000CAF TRI TERM CO.,LTD. -000CB0 Star Semiconductor Corporation -000CB1 Salland Engineering (Europe) BV -000CB2 Comstar Co., Ltd. -000CB3 ROUND Co.,Ltd. -000CB4 AutoCell Laboratories, Inc. -000CB5 Premier Technolgies, Inc -000CB6 NANJING SEU MOBILE & INTERNET TECHNOLOGY CO.,LTD -000CB7 Nanjing Huazhuo Electronics Co., Ltd. -000CB8 MEDION AG -000CB9 LEA -000CBA Jamex, Inc. -000CBB ISKRAEMECO -000CBC Iscutum -000CBD Interface Masters, Inc -000CBE Innominate Security Technologies AG -000CBF Holy Stone Ent. Co., Ltd. -000CC0 Genera Oy -000CC1 Cooper Industries Inc. -000CC2 ControlNet (India) Private Limited -000CC3 BeWAN systems -000CC4 Tiptel AG -000CC5 Nextlink Co., Ltd. -000CC6 Ka-Ro electronics GmbH -000CC7 Intelligent Computer Solutions Inc. -000CC8 Xytronix Research & Design, Inc. -000CC9 ILWOO DATA & TECHNOLOGY CO.,LTD -000CCA HGST a Western Digital Company -000CCB Design Combus Ltd -000CCC Aeroscout Ltd. -000CCD IEC - TC57 -000CCE CISCO SYSTEMS, INC. -000CCF CISCO SYSTEMS, INC. -000CD0 Symetrix -000CD1 SFOM Technology Corp. -000CD2 Schaffner EMV AG -000CD3 Prettl Elektronik Radeberg GmbH -000CD4 Positron Public Safety Systems inc. -000CD5 Passave Inc. -000CD6 PARTNER TECH -000CD7 Nallatech Ltd -000CD8 M. K. Juchheim GmbH & Co -000CD9 Itcare Co., Ltd -000CDA FreeHand Systems, Inc. -000CDB Brocade Communications Systems, Inc -000CDC BECS Technology, Inc -000CDD AOS Technologies AG -000CDE ABB STOTZ-KONTAKT GmbH -000CDF PULNiX America, Inc -000CE0 Trek Diagnostics Inc. -000CE1 The Open Group -000CE2 Rolls-Royce -000CE3 Option International N.V. -000CE4 NeuroCom International, Inc. -000CE5 Motorola Mobility, Inc. -000CE6 Meru Networks Inc -000CE7 MediaTek Inc. -000CE8 GuangZhou AnJuBao Co., Ltd -000CE9 BLOOMBERG L.P. -000CEA aphona Kommunikationssysteme -000CEB CNMP Networks, Inc. -000CEC Spectracom Corp. -000CED Real Digital Media -000CEE jp-embedded -000CEF Open Networks Engineering Ltd -000CF0 M & N GmbH -000CF1 Intel Corporation -000CF2 GAMESA Eólica -000CF3 CALL IMAGE SA -000CF4 AKATSUKI ELECTRIC MFG.CO.,LTD. -000CF5 InfoExpress -000CF6 Sitecom Europe BV -000CF7 Nortel Networks -000CF8 Nortel Networks -000CF9 ITT Flygt AB -000CFA Digital Systems Corp -000CFB Korea Network Systems -000CFC S2io Technologies Corp -000CFD Hyundai ImageQuest Co.,Ltd. -000CFE Grand Electronic Co., Ltd -000CFF MRO-TEK LIMITED -000D00 Seaway Networks Inc. -000D01 P&E Microcomputer Systems, Inc. -000D02 NEC AccessTechnica, Ltd. -000D03 Matrics, Inc. -000D04 Foxboro Eckardt Development GmbH -000D05 cybernet manufacturing inc. -000D06 Compulogic Limited -000D07 Calrec Audio Ltd -000D08 AboveCable, Inc. -000D09 Yuehua(Zhuhai) Electronic CO. LTD -000D0A Projectiondesign as -000D0B Buffalo Inc. -000D0C MDI Security Systems -000D0D ITSupported, LLC -000D0E Inqnet Systems, Inc. -000D0F Finlux Ltd -000D10 Embedtronics Oy -000D11 DENTSPLY - Gendex -000D12 AXELL Corporation -000D13 Wilhelm Rutenbeck GmbH&Co.KG -000D14 Vtech Innovation LP dba Advanced American Telephones -000D15 Voipac s.r.o. -000D16 UHS Systems Pty Ltd -000D17 Turbo Networks Co.Ltd -000D18 Mega-Trend Electronics CO., LTD. -000D19 ROBE Show lighting -000D1A Mustek System Inc. -000D1B Kyoto Electronics Manufacturing Co., Ltd. -000D1C Amesys Defense +000C95 PrimeNet +000C9A Hitech Electronics Corp. +000C8E Mentor Engineering Inc +000C93 Xeline Co., Ltd. +000C7F synertronixx GmbH +000C82 NETWORK TECHNOLOGIES INC +000C87 AMD +000C73 TELSON ELECTRONICS CO., LTD 000D1D HIGH-TEK HARNESS ENT. CO., LTD. 000D1E Control Techniques -000D1F AV Digital -000D20 ASAHIKASEI TECHNOSYSTEM CO.,LTD. -000D21 WISCORE Inc. -000D22 Unitronics LTD -000D23 Smart Solution, Inc -000D24 SENTEC E&E CO., LTD. -000D25 SANDEN CORPORATION -000D26 Primagraphics Limited -000D27 MICROPLEX Printware AG -000D28 CISCO SYSTEMS, INC. -000D29 CISCO SYSTEMS, INC. -000D2A Scanmatic AS -000D2B Racal Instruments -000D2C Patapsco Designs Ltd -000D2D NCT Deutschland GmbH -000D2E Matsushita Avionics Systems Corporation -000D2F AIN Comm.Tech.Co., LTD -000D30 IceFyre Semiconductor -000D31 Compellent Technologies, Inc. -000D32 DispenseSource, Inc. -000D33 Prediwave Corp. -000D34 Shell International Exploration and Production, Inc. -000D35 PAC International Ltd -000D36 Wu Han Routon Electronic Co., Ltd +000D0C MDI Security Systems +000D11 DENTSPLY - Gendex +000D05 cybernet manufacturing inc. +000CF9 Xylem Water Solutions +000CFE Grand Electronic Co., Ltd +000CF2 GAMESA Eólica +000D43 DRS Tactical Systems Inc. 000D37 WIPLUG -000D38 NISSIN INC. -000D39 Network Electronics -000D3A Microsoft Corp. -000D3B Microelectronics Technology Inc. -000D3C i.Tech Dynamic Ltd -000D3D Hammerhead Systems, Inc. 000D3E APLUX Communications Ltd. -000D3F VTI Instruments Corporation -000D40 Verint Loronix Video Solutions -000D41 Siemens AG ICM MP UC RD IT KLF1 -000D42 Newbest Development Limited -000D43 DRS Tactical Systems Inc. -000D44 Audio BU - Logitech -000D45 Tottori SANYO Electric Co., Ltd. -000D46 Parker SSD Drives -000D47 Collex -000D48 AEWIN Technologies Co., Ltd. -000D49 Triton Systems of Delaware, Inc. -000D4A Steag ETA-Optik -000D4B Roku, LLC -000D4C Outline Electronics Ltd. -000D4D Ninelanes -000D4E NDR Co.,LTD. -000D4F Kenwood Corporation -000D50 Galazar Networks -000D51 DIVR Systems, Inc. -000D52 Comart system -000D53 Beijing 5w Communication Corp. -000D54 3Com Ltd -000D55 SANYCOM Technology Co.,Ltd -000D56 Dell ESG PCBA Test -000D57 Fujitsu I-Network Systems Limited. -000D58 PRIVATE -000D59 Amity Systems, Inc. -000D5A Tiesse SpA -000D5B Smart Empire Investments Limited -000D5C Robert Bosch GmbH, VT-ATMO -000D5D Raritan Computer, Inc -000D5E NEC Personal Products -000D5F Minds Inc -000D60 IBM Corp -000D61 Giga-Byte Technology Co., Ltd. -000D62 Funkwerk Dabendorf GmbH -000D63 DENT Instruments, Inc. -000D64 COMAG Handels AG -000D65 CISCO SYSTEMS, INC. -000D66 CISCO SYSTEMS, INC. -000D67 Ericsson -000D68 Vinci Systems, Inc. -000D69 TMT&D Corporation -000D6A Redwood Technologies LTD -000D6B Mita-Teknik A/S -000D6C M-Audio -000D6D K-Tech Devices Corp. -000D6E K-Patents Oy -000D6F Ember Corporation -000D70 Datamax Corporation -000D71 boca systems -000D72 2Wire, Inc -000D73 Technical Support, Inc. -000D74 Sand Network Systems, Inc. -000D75 Kobian Pte Ltd - Taiwan Branch -000D76 Hokuto Denshi Co,. Ltd. -000D77 FalconStor Software -000D78 Engineering & Security -000D79 Dynamic Solutions Co,.Ltd. -000D7A DiGATTO Asia Pacific Pte Ltd -000D7B Consensys Computers Inc. -000D7C Codian Ltd -000D7D Afco Systems -000D7E Axiowave Networks, Inc. -000D7F MIDAS COMMUNICATION TECHNOLOGIES PTE LTD ( Foreign Branch) -000D80 Online Development Inc -000D81 Pepperl+Fuchs GmbH -000D82 PHS srl -000D83 Sanmina-SCI Hungary Ltd. -000D84 Makus Inc. -000D85 Tapwave, Inc. -000D86 Huber + Suhner AG -000D87 Elitegroup Computer System Co. (ECS) -000D88 D-Link Corporation -000D89 Bils Technology Inc -000D8A Winners Electronics Co., Ltd. -000D8B T&D Corporation -000D8C Shanghai Wedone Digital Ltd. CO. -000D8D Prosoft Technology, Inc -000D8E Koden Electronics Co., Ltd. -000D8F King Tsushin Kogyo Co., LTD. -000D90 Factum Electronics AB -000D91 Eclipse (HQ Espana) S.L. -000D92 Arima Communication Corporation -000D93 Apple Computer -000D94 AFAR Communications,Inc -000D95 Opti-cell, Inc. -000D96 Vtera Technology Inc. -000D97 Tropos Networks, Inc. -000D98 S.W.A.C. Schmitt-Walter Automation Consult GmbH -000D99 Orbital Sciences Corp.; Launch Systems Group -000D9A INFOTEC LTD -000D9B Heraeus Electro-Nite International N.V. -000D9C Elan GmbH & Co KG -000D9D Hewlett-Packard Company -000D9E TOKUDEN OHIZUMI SEISAKUSYO Co.,Ltd. -000D9F RF Micro Devices -000DA0 NEDAP N.V. -000DA1 MIRAE ITS Co.,LTD. -000DA2 Infrant Technologies, Inc. -000DA3 Emerging Technologies Limited -000DA4 DOSCH & AMAND SYSTEMS AG -000DA5 Fabric7 Systems, Inc -000DA6 Universal Switching Corporation -000DA7 PRIVATE -000DA8 Teletronics Technology Corporation -000DA9 T.E.A.M. S.L. -000DAA S.A.Tehnology co.,Ltd. -000DAB Parker Hannifin GmbH Electromechanical Division Europe -000DAC Japan CBM Corporation -000DAD Dataprobe, Inc. -000DAE SAMSUNG HEAVY INDUSTRIES CO., LTD. -000DAF Plexus Corp (UK) Ltd -000DB0 Olym-tech Co.,Ltd. -000DB1 Japan Network Service Co., Ltd. -000DB2 Ammasso, Inc. -000DB3 SDO Communication Corperation -000DB4 NETASQ -000DB5 GLOBALSAT TECHNOLOGY CORPORATION -000DB6 Broadcom Corporation -000DB7 SANKO ELECTRIC CO,.LTD -000DB8 SCHILLER AG -000DB9 PC Engines GmbH -000DBA Océ Document Technologies GmbH -000DBB Nippon Dentsu Co.,Ltd. -000DBC CISCO SYSTEMS, INC. -000DBD CISCO SYSTEMS, INC. -000DBE Bel Fuse Europe Ltd.,UK -000DBF TekTone Sound & Signal Mfg., Inc. -000DC0 Spagat AS -000DC1 SafeWeb Inc -000DC2 PRIVATE -000DC3 First Communication, Inc. -000DC4 Emcore Corporation -000DC5 EchoStar Global B.V. -000DC6 DigiRose Technology Co., Ltd. -000DC7 COSMIC ENGINEERING INC. -000DC8 AirMagnet, Inc -000DC9 THALES Elektronik Systeme GmbH -000DCA Tait Electronics -000DCB Petcomkorea Co., Ltd. -000DCC NEOSMART Corp. -000DCD GROUPE TXCOM -000DCE Dynavac Technology Pte Ltd -000DCF Cidra Corp. -000DD0 TetraTec Instruments GmbH -000DD1 Stryker Corporation -000DD2 Simrad Optronics ASA -000DD3 SAMWOO Telecommunication Co.,Ltd. -000DD4 Symantec Corporation -000DD5 O'RITE TECHNOLOGY CO.,LTD -000DD6 ITI LTD -000DD7 Bright -000DD8 BBN -000DD9 Anton Paar GmbH -000DDA ALLIED TELESIS K.K. -000DDB AIRWAVE TECHNOLOGIES INC. -000DDC VAC -000DDD Profilo Telra Elektronik Sanayi ve Ticaret. A.Ş -000DDE Joyteck Co., Ltd. -000DDF Japan Image & Network Inc. -000DE0 ICPDAS Co.,LTD -000DE1 Control Products, Inc. -000DE2 CMZ Sistemi Elettronici -000DE3 AT Sweden AB -000DE4 DIGINICS, Inc. -000DE5 Samsung Thales -000DE6 YOUNGBO ENGINEERING CO.,LTD -000DE7 Snap-on OEM Group -000DE8 Nasaco Electronics Pte. Ltd -000DE9 Napatech Aps -000DEA Kingtel Telecommunication Corp. -000DEB CompXs Limited -000DEC CISCO SYSTEMS, INC. -000DED CISCO SYSTEMS, INC. -000DEE Andrew RF Power Amplifier Group -000DEF Soc. Coop. Bilanciai -000DF0 QCOM TECHNOLOGY INC. -000DF1 IONIX INC. -000DF2 PRIVATE -000DF3 Asmax Solutions -000DF4 Watertek Co. -000DF5 Teletronics International Inc. -000DF6 Technology Thesaurus Corp. -000DF7 Space Dynamics Lab -000DF8 ORGA Kartensysteme GmbH -000DF9 NDS Limited -000DFA Micro Control Systems Ltd. -000DFB Komax AG -000DFC ITFOR Inc. -000DFD Huges Hi-Tech Inc., -000DFE Hauppauge Computer Works, Inc. -000DFF CHENMING MOLD INDUSTRY CORP. -000E00 Atrie -000E01 ASIP Technologies Inc. -000E02 Advantech AMT Inc. -000E03 Emulex -000E04 CMA/Microdialysis AB -000E05 WIRELESS MATRIX CORP. -000E06 Team Simoco Ltd -000E07 Sony Ericsson Mobile Communications AB -000E08 Cisco Linksys LLC -000E09 Shenzhen Coship Software Co.,LTD. -000E0A SAKUMA DESIGN OFFICE -000E0B Netac Technology Co., Ltd. -000E0C Intel Corporation -000E0D Hesch Schröder GmbH -000E0E ESA elettronica S.P.A. -000E0F ERMME -000E10 C-guys, Inc. -000E11 BDT Büro und Datentechnik GmbH & Co.KG -000E12 Adaptive Micro Systems Inc. -000E13 Accu-Sort Systems inc. -000E14 Visionary Solutions, Inc. -000E15 Tadlys LTD -000E16 SouthWing S.L. -000E17 PRIVATE -000E18 MyA Technology -000E19 LogicaCMG Pty Ltd -000E1A JPS Communications -000E1B IAV GmbH -000E1C Hach Company -000E1D ARION Technology Inc. -000E1E QLogic Corporation -000E1F TCL Networks Equipment Co., Ltd. -000E20 ACCESS Systems Americas, Inc. -000E21 MTU Friedrichshafen GmbH -000E22 PRIVATE -000E23 Incipient, Inc. -000E24 Huwell Technology Inc. -000E25 Hannae Technology Co., Ltd -000E26 Gincom Technology Corp. -000E27 Crere Networks, Inc. -000E28 Dynamic Ratings P/L -000E29 Shester Communications Inc -000E2A PRIVATE -000E2B Safari Technologies -000E2C Netcodec co. -000E2D Hyundai Digital Technology Co.,Ltd. -000E2E Edimax Technology Co., Ltd. -000E2F Roche Diagnostics GmbH -000E30 AERAS Networks, Inc. -000E31 Olympus Soft Imaging Solutions GmbH -000E32 Kontron Medical -000E33 Shuko Electronics Co.,Ltd -000E34 NexGen City, LP -000E35 Intel Corp -000E36 HEINESYS, Inc. -000E37 Harms & Wende GmbH & Co.KG -000E38 CISCO SYSTEMS, INC. -000E39 CISCO SYSTEMS, INC. -000E3A Cirrus Logic -000E3B Hawking Technologies, Inc. -000E3C Transact Technologies Inc -000E3D Televic N.V. -000E3E Sun Optronics Inc -000E3F Soronti, Inc. -000E40 Nortel Networks -000E41 NIHON MECHATRONICS CO.,LTD. -000E42 Motic Incoporation Ltd. -000E43 G-Tek Electronics Sdn. Bhd. -000E44 Digital 5, Inc. -000E45 Beijing Newtry Electronic Technology Ltd -000E46 Niigata Seimitsu Co.,Ltd. -000E47 NCI System Co.,Ltd. -000E48 Lipman TransAction Solutions -000E49 Forsway Scandinavia AB -000E4A Changchun Huayu WEBPAD Co.,LTD -000E4B atrium c and i -000E4C Bermai Inc. -000E4D Numesa Inc. -000E4E Waveplus Technology Co., Ltd. -000E4F Trajet GmbH -000E50 Thomson Telecom Belgium -000E51 tecna elettronica srl -000E52 Optium Corporation -000E53 AV TECH CORPORATION -000E54 AlphaCell Wireless Ltd. -000E55 AUVITRAN -000E56 4G Systems GmbH & Co. KG -000E57 Iworld Networking, Inc. -000E58 Sonos, Inc. -000E59 SAGEM SA -000E5A TELEFIELD inc. -000E5B ParkerVision - Direct2Data -000E5C Motorola Mobility, Inc. -000E5D Triple Play Technologies A/S -000E5E Raisecom Technology -000E5F activ-net GmbH & Co. KG -000E60 360SUN Digital Broadband Corporation -000E61 MICROTROL LIMITED -000E62 Nortel Networks -000E63 Lemke Diagnostics GmbH -000E64 Elphel, Inc -000E65 TransCore -000E66 Hitachi Advanced Digital, Inc. -000E67 Eltis Microelectronics Ltd. -000E68 E-TOP Network Technology Inc. -000E69 China Electric Power Research Institute -000E6A 3Com Ltd -000E6B Janitza electronics GmbH -000E6C Device Drivers Limited -000E6D Murata Manufacturing Co., Ltd. -000E6E MICRELEC ELECTRONICS S.A -000E6F IRIS Corporation Berhad -000E70 in2 Networks -000E71 Gemstar Technology Development Ltd. -000E72 CTS electronics -000E73 Tpack A/S -000E74 Solar Telecom. Tech -000E75 New York Air Brake Corp. -000E76 GEMSOC INNOVISION INC. -000E77 Decru, Inc. -000E78 Amtelco -000E79 Ample Communications Inc. -000E7A GemWon Communications Co., Ltd. -000E7B Toshiba -000E7C Televes S.A. -000E7D Electronics Line 3000 Ltd. -000E7E ionSign Oy -000E7F Hewlett-Packard Company -000E80 Thomson Technology Inc -000E81 Devicescape Software, Inc. -000E82 Commtech Wireless -000E83 CISCO SYSTEMS, INC. -000E84 CISCO SYSTEMS, INC. -000E85 Catalyst Enterprises, Inc. -000E86 Alcatel North America -000E87 adp Gauselmann GmbH -000E88 VIDEOTRON CORP. -000E89 CLEMATIC -000E8A Avara Technologies Pty. Ltd. -000E8B Astarte Technology Co, Ltd. -000E8C Siemens AG A&D ET -000E8D Systems in Progress Holding GmbH -000E8E SparkLAN Communications, Inc. -000E8F Sercomm Corp. -000E90 PONICO CORP. -000E91 Navico Auckland Ltd -000E92 Open Telecom -000E93 Milénio 3 Sistemas Electrónicos, Lda. -000E94 Maas International BV -000E95 Fujiya Denki Seisakusho Co.,Ltd. -000E96 Cubic Defense Applications, Inc. -000E97 Ultracker Technology CO., Inc -000E98 HME Clear-Com LTD. -000E99 Spectrum Digital, Inc -000E9A BOE TECHNOLOGY GROUP CO.,LTD -000E9B Ambit Microsystems Corporation -000E9C Benchmark Electronics -000E9D Tiscali UK Ltd -000E9E Topfield Co., Ltd -000E9F TEMIC SDS GmbH -000EA0 NetKlass Technology Inc. -000EA1 Formosa Teletek Corporation -000EA2 McAfee, Inc -000EA3 CNCR-IT CO.,LTD,HangZhou P.R.CHINA -000EA4 Certance Inc. -000EA5 BLIP Systems -000EA6 ASUSTEK COMPUTER INC. -000EA7 Endace Technology -000EA8 United Technologists Europe Limited -000EA9 Shanghai Xun Shi Communications Equipment Ltd. Co. -000EAA Scalent Systems, Inc. -000EAB Cray Inc -000EAC MINTRON ENTERPRISE CO., LTD. -000EAD Metanoia Technologies, Inc. -000EAE GAWELL TECHNOLOGIES CORP. -000EAF CASTEL -000EB0 Solutions Radio BV -000EB1 Newcotech,Ltd -000EB2 Micro-Research Finland Oy -000EB3 Hewlett-Packard -000EB4 GUANGZHOU GAOKE COMMUNICATIONS TECHNOLOGY CO.LTD. -000EB5 Ecastle Electronics Co., Ltd. -000EB6 Riverbed Technology, Inc. -000EB7 Knovative, Inc. -000EB8 Iiga co.,Ltd -000EB9 HASHIMOTO Electronics Industry Co.,Ltd. -000EBA HANMI SEMICONDUCTOR CO., LTD. -000EBB Everbee Networks -000EBC Paragon Fidelity GmbH -000EBD Burdick, a Quinton Compny -000EBE B&B Electronics Manufacturing Co. -000EBF Remsdaq Limited -000EC0 Nortel Networks -000EC1 MYNAH Technologies -000EC2 Lowrance Electronics, Inc. -000EC3 Logic Controls, Inc. -000EC4 Iskra Transmission d.d. -000EC5 Digital Multitools Inc -000EC6 ASIX ELECTRONICS CORP. -000EC7 Motorola Korea -000EC8 Zoran Corporation -000EC9 YOKO Technology Corp. -000ECA WTSS Inc -000ECB VineSys Technology -000ECC Tableau, LLC -000ECD SKOV A/S -000ECE S.I.T.T.I. S.p.A. -000ECF PROFIBUS Nutzerorganisation e.V. -000ED0 Privaris, Inc. -000ED1 Osaka Micro Computer. -000ED2 Filtronic plc -000ED3 Epicenter, Inc. -000ED4 CRESITT INDUSTRIE -000ED5 COPAN Systems Inc. -000ED6 CISCO SYSTEMS, INC. -000ED7 CISCO SYSTEMS, INC. -000ED8 Aktino, Inc. -000ED9 Aksys, Ltd. -000EDA C-TECH UNITED CORP. -000EDB XiNCOM Corp. -000EDC Tellion INC. -000EDD SHURE INCORPORATED -000EDE REMEC, Inc. -000EDF PLX Technology -000EE0 Mcharge -000EE1 ExtremeSpeed Inc. -000EE2 Custom Engineering S.p.A. -000EE3 Chiyu Technology Co.,Ltd -000EE4 BOE TECHNOLOGY GROUP CO.,LTD -000EE5 bitWallet, Inc. -000EE6 Adimos Systems LTD -000EE7 AAC ELECTRONICS CORP. -000EE8 zioncom -000EE9 WayTech Development, Inc. -000EEA Shadong Luneng Jicheng Electronics,Co.,Ltd -000EEB Sandmartin(zhong shan)Electronics Co.,Ltd -000EEC Orban -000EED Nokia Danmark A/S -000EEE Muco Industrie BV -000EEF PRIVATE -000EF0 Festo AG & Co. KG -000EF1 EZQUEST INC. -000EF2 Infinico Corporation -000EF3 Smarthome -000EF4 Kasda Digital Technology Co.,Ltd -000EF5 iPAC Technology Co., Ltd. -000EF6 E-TEN Information Systems Co., Ltd. -000EF7 Vulcan Portals Inc -000EF8 SBC ASI -000EF9 REA Elektronik GmbH -000EFA Optoway Technology Incorporation -000EFB Macey Enterprises -000EFC JTAG Technologies B.V. -000EFD FUJINON CORPORATION -000EFE EndRun Technologies LLC -000EFF Megasolution,Inc. -000F00 Legra Systems, Inc. -000F01 DIGITALKS INC -000F02 Digicube Technology Co., Ltd -000F03 COM&C CO., LTD -000F04 cim-usa inc -000F05 3B SYSTEM INC. -000F06 Nortel Networks -000F07 Mangrove Systems, Inc. -000F08 Indagon Oy -000F09 PRIVATE -000F0A Clear Edge Networks -000F0B Kentima Technologies AB -000F0C SYNCHRONIC ENGINEERING -000F0D Hunt Electronic Co., Ltd. -000F0E WaveSplitter Technologies, Inc. -000F0F Real ID Technology Co., Ltd. -000F10 RDM Corporation -000F11 Prodrive B.V. -000F12 Panasonic Europe Ltd. -000F13 Nisca corporation -000F14 Mindray Co., Ltd. -000F15 Kjaerulff1 A/S -000F16 JAY HOW TECHNOLOGY CO., -000F17 Insta Elektro GmbH -000F18 Industrial Control Systems -000F19 Boston Scientific -000F1A Gaming Support B.V. -000F1B Ego Systems Inc. -000F1C DigitAll World Co., Ltd -000F1D Cosmo Techs Co., Ltd. -000F1E Chengdu KT Electric Co.of High & New Technology -000F1F Dell ESG PCBA Test -000F20 Hewlett-Packard Company -000F21 Scientific Atlanta, Inc -000F22 Helius, Inc. -000F23 CISCO SYSTEMS, INC. -000F24 CISCO SYSTEMS, INC. -000F25 AimValley B.V. -000F26 WorldAccxx LLC -000F27 TEAL Electronics, Inc. -000F28 Itronix Corporation -000F29 Augmentix Corporation -000F2A Cableware Electronics -000F2B GREENBELL SYSTEMS -000F2C Uplogix, Inc. -000F2D CHUNG-HSIN ELECTRIC & MACHINERY MFG.CORP. -000F2E Megapower International Corp. -000F2F W-LINX TECHNOLOGY CO., LTD. -000F30 Raza Microelectronics Inc -000F31 Allied Vision Technologies Canada Inc -000F32 Lootom Telcovideo Network Wuxi Co Ltd -000F33 DUALi Inc. -000F34 CISCO SYSTEMS, INC. -000F35 CISCO SYSTEMS, INC. -000F36 Accurate Techhnologies, Inc. -000F37 Xambala Incorporated -000F38 Netstar -000F39 IRIS SENSORS -000F3A HISHARP -000F3B Fuji System Machines Co., Ltd. -000F3C Endeleo Limited -000F3D D-Link Corporation -000F3E CardioNet, Inc -000F3F Big Bear Networks -000F40 Optical Internetworking Forum -000F41 Zipher Ltd -000F42 Xalyo Systems -000F43 Wasabi Systems Inc. -000F44 Tivella Inc. -000F45 Stretch, Inc. -000F46 SINAR AG -000F47 ROBOX SPA -000F48 Polypix Inc. -000F49 Northover Solutions Limited -000F4A Kyushu-kyohan co.,ltd -000F4B Oracle Corporation -000F4C Elextech INC -000F4D TalkSwitch -000F4E Cellink -000F4F Cadmus Technology Ltd -000F50 StreamScale Limited -000F51 Azul Systems, Inc. -000F52 YORK Refrigeration, Marine & Controls -000F53 Solarflare Communications Inc -000F54 Entrelogic Corporation -000F55 Datawire Communication Networks Inc. -000F56 Continuum Photonics Inc -000F57 CABLELOGIC Co., Ltd. -000F58 Adder Technology Limited -000F59 Phonak Communications AG -000F5A Peribit Networks -000F5B Delta Information Systems, Inc. -000F5C Day One Digital Media Limited -000F5D Genexis BV -000F5E Veo -000F5F Nicety Technologies Inc. (NTS) -000F60 Lifetron Co.,Ltd -000F61 Hewlett-Packard Company -000F62 Alcatel Bell Space N.V. -000F63 Obzerv Technologies -000F64 D&R Electronica Weesp BV -000F65 icube Corp. -000F66 Cisco-Linksys -000F67 West Instruments -000F68 Vavic Network Technology, Inc. -000F69 SEW Eurodrive GmbH & Co. KG -000F6A Nortel Networks -000F6B GateWare Communications GmbH -000F6C ADDI-DATA GmbH -000F6D Midas Engineering -000F6E BBox -000F6F FTA Communication Technologies -000F70 Wintec Industries, inc. -000F71 Sanmei Electronics Co.,Ltd -000F72 Sandburst -000F73 RS Automation Co., Ltd -000F74 Qamcom Technology AB -000F75 First Silicon Solutions -000F76 Digital Keystone, Inc. -000F77 DENTUM CO.,LTD -000F78 Datacap Systems Inc -000F79 Bluetooth Interest Group Inc. -000F7A BeiJing NuQX Technology CO.,LTD -000F7B Arce Sistemas, S.A. -000F7C ACTi Corporation -000F7D Xirrus -000F7E Ablerex Electronics Co., LTD -000F7F UBSTORAGE Co.,Ltd. -000F80 Trinity Security Systems,Inc. -000F81 PAL Pacific Inc. -000F82 Mortara Instrument, Inc. -000F83 Brainium Technologies Inc. -000F84 Astute Networks, Inc. -000F85 ADDO-Japan Corporation -000F86 Research In Motion Limited -000F87 Maxcess International -000F88 AMETEK, Inc. -000F89 Winnertec System Co., Ltd. -000F8A WideView -000F8B Orion MultiSystems Inc -000F8C Gigawavetech Pte Ltd -000F8D FAST TV-Server AG -000F8E DONGYANG TELECOM CO.,LTD. -000F8F CISCO SYSTEMS, INC. -000F90 CISCO SYSTEMS, INC. -000F91 Aerotelecom Co.,Ltd. -000F92 Microhard Systems Inc. -000F93 Landis+Gyr Ltd. -000F94 Genexis BV -000F95 ELECOM Co.,LTD Laneed Division -000F96 Telco Systems, Inc. -000F97 Avanex Corporation -000F98 Avamax Co. Ltd. -000F99 APAC opto Electronics Inc. -000F9A Synchrony, Inc. -000F9B Ross Video Limited -000F9C Panduit Corp -000F9D DisplayLink (UK) Ltd -000F9E Murrelektronik GmbH -000F9F Motorola Mobility, Inc. -000FA0 CANON KOREA BUSINESS SOLUTIONS INC. -000FA1 Gigabit Systems Inc. -000FA2 2xWireless -000FA3 Alpha Networks Inc. -000FA4 Sprecher Automation GmbH -000FA5 BWA Technology GmbH -000FA6 S2 Security Corporation -000FA7 Raptor Networks Technology -000FA8 Photometrics, Inc. -000FA9 PC Fabrik -000FAA Nexus Technologies -000FAB Kyushu Electronics Systems Inc. -000FAC IEEE 802.11 -000FAD FMN communications GmbH -000FAE E2O Communications -000FAF Dialog Inc. -000FB0 Compal Electronics,INC. -000FB1 Cognio Inc. -000FB2 Broadband Pacenet (India) Pvt. Ltd. -000FB3 Actiontec Electronics, Inc -000FB4 Timespace Technology -000FB5 NETGEAR Inc -000FB6 Europlex Technologies -000FB7 Cavium Networks -000FB8 CallURL Inc. -000FB9 Adaptive Instruments -000FBA Tevebox AB -000FBB Nokia Siemens Networks GmbH & Co. KG. -000FBC Onkey Technologies, Inc. -000FBD MRV Communications (Networks) LTD -000FBE e-w/you Inc. -000FBF DGT Sp. z o.o. -000FC0 DELCOMp -000FC1 WAVE Corporation -000FC2 Uniwell Corporation -000FC3 PalmPalm Technology, Inc. -000FC4 NST co.,LTD. -000FC5 KeyMed Ltd -000FC6 Eurocom Industries A/S -000FC7 Dionica R&D Ltd. -000FC8 Chantry Networks -000FC9 Allnet GmbH -000FCA A-JIN TECHLINE CO, LTD -000FCB 3Com Ltd -000FCC Netopia, Inc. -000FCD Nortel Networks -000FCE Kikusui Electronics Corp. -000FCF Datawind Research -000FD0 ASTRI -000FD1 Applied Wireless Identifications Group, Inc. -000FD2 EWA Technologies, Inc. -000FD3 Digium -000FD4 Soundcraft -000FD5 Schwechat - RISE -000FD6 Sarotech Co., Ltd -000FD7 Harman Music Group -000FD8 Force, Inc. -000FD9 FlexDSL Telecommunications AG -000FDA YAZAKI CORPORATION -000FDB Westell Technologies -000FDC Ueda Japan Radio Co., Ltd. -000FDD SORDIN AB -000FDE Sony Ericsson Mobile Communications AB -000FDF SOLOMON Technology Corp. -000FE0 NComputing Co.,Ltd. -000FE1 ID DIGITAL CORPORATION -000FE2 Hangzhou H3C Technologies Co., Ltd. -000FE3 Damm Cellular Systems A/S -000FE4 Pantech Co.,Ltd -000FE5 MERCURY SECURITY CORPORATION -000FE6 MBTech Systems, Inc. -000FE7 Lutron Electronics Co., Inc. -000FE8 Lobos, Inc. -000FE9 GW TECHNOLOGIES CO.,LTD. -000FEA Giga-Byte Technology Co.,LTD. -000FEB Cylon Controls -000FEC ARKUS Inc. -000FED Anam Electronics Co., Ltd -000FEE XTec, Incorporated -000FEF Thales e-Transactions GmbH -000FF0 Sunray Co. Ltd. -000FF1 nex-G Systems Pte.Ltd -000FF2 Loud Technologies Inc. -000FF3 Jung Myoung Communications&Technology -000FF4 Guntermann & Drunck GmbH -000FF5 GN&S company -000FF6 Darfon Electronics Corp. -000FF7 CISCO SYSTEMS, INC. -000FF8 CISCO SYSTEMS, INC. -000FF9 Valcretec, Inc. -000FFA Optinel Systems, Inc. -000FFB Nippon Denso Industry Co., Ltd. -000FFC Merit Li-Lin Ent. -000FFD Glorytek Network Inc. -000FFE G-PRO COMPUTER -000FFF Control4 -001000 CABLE TELEVISION LABORATORIES, INC. -001001 Citel -001002 ACTIA -001003 IMATRON, INC. -001004 THE BRANTLEY COILE COMPANY,INC -001005 UEC COMMERCIAL -001006 Thales Contact Solutions Ltd. -001007 CISCO SYSTEMS, INC. -001008 VIENNA SYSTEMS CORPORATION -001009 HORO QUARTZ -00100A WILLIAMS COMMUNICATIONS GROUP -00100B CISCO SYSTEMS, INC. +000D3D Hammerhead Systems, Inc. +000D30 IceFyre Semiconductor +000D2B Racal Instruments +000D24 SENTEC E&E CO., LTD. +000D18 Mega-Trend Electronics CO., LTD. +000BA4 Shiron Satellite Communications Ltd. (1996) +000BA9 CloudShield Technologies, Inc. +000BA3 Siemens AG, I&S +000B91 Aglaia Gesellschaft für Bildverarbeitung und Kommunikation mbH +000B96 Innotrac Diagnostics Oy +000B9D TwinMOS Technologies Inc. +000B8A MITEQ Inc. +000B7E SAGINOMIYA Seisakusho Inc. +000B83 DATAWATT B.V. +000AAD Stargames Corporation +000AB2 Fresnel Wireless Systems +000AB4 ETIC Telecommunications +000AB9 Astera Technologies Corp. +000AA1 V V S Limited +000AA6 Hochiki Corporation +000A8E Invacom Ltd +000A9F Pannaway Technologies, Inc. +000A99 Calamp Wireless Networks Inc +000A93 W2 Networks, Inc. +000A7F Teradon Industries, Inc +000A86 Lenze +000A8B Cisco Systems, Inc +000B15 Platypus Technology +000B10 11wave Technonlogy Co.,Ltd +000B09 Ifoundry Systems Singapore +000B04 Volktek Corporation +000AFD Kentec Electronics +000B02 Dallmeier electronic +000AF1 Clarity Design, Inc. +000AF6 Emerson Climate Technologies Retail Solutions, Inc. +000A0E Invivo Research Inc. +000A13 Honeywell Video Systems +000A04 3Com Ltd +0009FD Ubinetics Limited +0009F4 Alcon Laboratories, Inc. +0009E7 ADC Techonology +0009EE MEIKYO ELECTRIC CO.,LTD +0009F3 WELL Communication Corp. +0009E2 Sinbon Electronics Co., Ltd. +0009DB eSpace +000B70 Load Technology, Inc. +000B72 Lawo AG +000B77 Cogent Systems, Inc. +000B71 Litchfield Communications Inc. +000B5F Cisco Systems, Inc +000B64 Kieback & Peter GmbH & Co KG +000B5B Rincon Research Corporation +000B56 Cybernetics +000B4E VertexRSI, General Dynamics SatCOM Technologies, Inc. +000B53 INITIUM Co., Ltd. +000A35 Xilinx +000A3A J-THREE INTERNATIONAL Holding Co., Ltd. +000A3C Enerpoint Ltd. +000A41 Cisco Systems, Inc +000A48 Albatron Technology +000A2E MAPLE NETWORKS CO., LTD +000A26 CEIA S.p.A. +000A28 Motorola +000A21 Integra Telecom Co. Ltd +000A1A Imerge Ltd +000A15 Silicon Data, Inc +000B42 commax Co., Ltd. +000B47 Advanced Energy +000B36 Productivity Systems, Inc. +000B28 Quatech Inc. +000B2F bplan GmbH +000B1C SIBCO bv +000B21 G-Star Communications Inc. +000B23 Siemens Subscriber Networks +000A7A Kyoritsu Electric Co., Ltd. +000A6E Harmonic, Inc +000A73 Scientific Atlanta +000A60 Autostar Technology Pte Ltd +000A67 OngCorp +000A6C Walchem Corporation +000A5B Power-One as +000A59 HW server +000A54 Laguna Hills, Inc. +000A4D Noritz Corporation +000ADF Gennum Corporation +000AD8 IPCserv Technology Corp. +000ACC Winnow Networks, Inc. +000AD1 MWS +000AD3 INITECH Co., Ltd +000AC0 Fuyoh Video Industry CO., LTD. +000AC5 Color Kinetics +00097B Cisco Systems, Inc +000982 Loewe Opta GmbH +000976 Datasoft ISDN Systems GmbH +000969 Meret Optical Communications +000963 Dominion Lasercom Inc. +00096A Cloverleaf Communications Inc. +00096F Beijing Zhongqing Elegant Tech. Corp.,Limited +00095D Dialogue Technology Corp. +00095F Telebyte, Inc. +000958 INTELNET S.A. +00094C Communication Weaver Co.,Ltd. +000951 Apogee Imaging Systems +00094B FillFactory NV +0009AE OKANO ELECTRIC CO.,LTD +0009AD HYUNDAI SYSCOMM, INC. +0009B4 KISAN TELECOM CO., LTD. +0009A8 Eastmode Pte Ltd +00099B Western Telematic Inc. +00099C Naval Research Laboratory +0009A1 Telewise Communications, Inc. +000995 Castle Technology Ltd +000989 VividLogic Inc. +00098E ipcas GmbH +00097C Cisco Systems, Inc +0009C8 SINAGAWA TSUSHIN KEISOU SERVICE +0009CF iAd GmbH +0009D4 Transtech Networks +0009BB MathStar, Inc. +0009C0 6WIND +000807 Access Devices Limited +000801 HighSpeed Surfing Inc. +000808 PPT Vision, Inc. +0007F7 Galtronics +0007FE Rigaku Corporation +0007F8 ITDevices, Inc. +0007EB Cisco Systems, Inc +0007F1 TeraBurst Networks Inc. +0007E5 Coup Corporation +0007DF Vbrick Systems Inc. +0007DE eCopilt AB +0007CF Anoto AB +0007D2 Logopak Systeme GmbH & Co. KG +0008AA KARAM +0008A4 Cisco Systems, Inc +000898 Gigabit Optics Corporation +00089D UHD-Elektronik +000890 AVILINKS SA +000884 Index Braille AB +000877 Liebert-Hiross Spa +08006B ACCEL TECHNOLOGIES INC. +000871 NORTHDATA Co., Ltd. +00087D Cisco Systems, Inc +000876 SDSystem +0008E6 Littlefeet +0008D9 Mitadenshi Co.,LTD +0008D4 IneoQuest Technologies, Inc +0008CD With-Net Inc +0008D3 Hercules Technologies S.A.S. +0008C3 Contex A/S +0008BD TEPG-US +0008BC Ilevo AB +0008B7 HIT Incorporated +0008B0 BKtel communications GmbH +00086A Securiton Gmbh +000864 Fasy S.p.A. +00085E PCO AG +000851 Canadian Bank Note Company, Ltd. +000852 Davolink Co. Inc. +000857 Polaris Networks, Inc. +00081B Windigo Systems +000822 InPro Comm +00082E Multitone Electronics PLC +00081C @pos.com +000828 Koei Engineering Ltd. +000816 Bluelon ApS +000815 CATS Co., Ltd. +00091A Macat Optics & Electronics Co., Ltd. +000919 MDS Gateways +000913 SystemK Corporation +00090C Mayekawa Mfg. Co. Ltd. +000907 Chrysalis Development +000900 TMT +0008F8 UTC CCS +0008F3 WANY +0008EC Optical Zonu Corporation +0008E0 ATO Technology Ltd. +0008E5 IDK Corporation +000945 Palmmicro Communications Inc +00093E C&I Technologies +000932 Omnilux +000939 ShibaSoku Co.,Ltd. +000926 YODA COMMUNICATIONS, INC. +00092B iQstor Networks, Inc. +00092C Hitpoint Inc. +00091F A&D Co., Ltd. +000751 m-u-t AG +000750 Cisco Systems, Inc +000746 TURCK, Inc. +00074A Carl Valentin GmbH +00073A Inventel Systemes +000734 ONStor, Inc. +000739 Scotty Group Austria Gmbh +00072D CNSystems +000727 Zi Corporation (HK) Ltd. +000717 Wieland Electric GmbH +00071E Tri-M Engineering / Nupak Dev. Corp. +000723 ELCON Systemtechnik GmbH +00071D Satelsa Sistemas Y Aplicaciones De Telecomunicaciones, S.A. +000632 Mesco Engineering GmbH +000625 The Linksys Group, Inc. +00062C Bivio Networks +000624 Gentner Communications Corp. +00061B Notebook Development Lab. Lenovo Japan Ltd. +000622 Chung Fu Chen Yeh Enterprise Corp. +00061C Hoshino Metal Industries, Ltd. +000621 Hinox, Co., Ltd. +00060B Artesyn Embedded Technologies +000611 Zeus Wireless, Inc. +000615 Kimoto Electric Co., Ltd. +000605 Inncom International, Inc. +0005E3 LightSand Communications, Inc. +0005EF ADOIR Digital Technology +0005F6 Young Chang Co. Ltd. +0005E9 Unicess Network, Inc. +0005F0 SATEC +0005FC Schenck Pegasus Corp. +0005E0 Empirix Corp. +0005D6 L-3 Linkabit +0005C4 Telect, Inc. +0005D0 Solinet Systems +0005CA Hitron Technology, Inc. +0005BD ROAX BV +0005BE Kongsberg Seatex AS +0005C3 Pacific Instruments, Inc. +00059D Daniel Computing Systems, Inc. +000796 LSI Systems, Inc. +000790 Tri-M Technologies (s) Limited +000784 Cisco Systems, Inc +000789 DONGWON SYSTEMS +000783 SynCom Network, Inc. +00078A Mentor Data System Inc. +00077A Infoware System Co., Ltd. +00076D Flexlight Networks +000769 Italiana Macchi SpA +000773 Ascom Powerline Communications Ltd. +00075D Celleritas Inc. +000763 Sunniwell Cyber Tech. Co., Ltd. +000756 Juyoung Telecom +0007C9 Technol Seven Co., Ltd. +00047B Schlumberger +0007C3 Thomson +0007BD Radionet Ltd. +0007B0 Office Details, Inc. +0007B7 Samurai Ind. Prods Eletronicos Ltda +0007B6 Telecom Technology Ltd. +0007A3 Ositis Software, Inc. +0007A9 Novasonics +0007AC Eolring +00079C Golden Electronics Technology Co., Ltd. +0006AB W-Link Systems, Inc. +0006A5 PINON Corp. +0006A1 Celsian Technologies, Inc. +000694 Mobillian Corporation +00069B AVT Audio Video Technologies GmbH +00068E HID Corporation +000688 Telways Communication Co., Ltd. +000682 Convedia +000681 Goepel Electronic GmbH +000655 Yipee, Inc. +00D05F VALCOM, INC. +000674 Spectrum Control, Inc. +000661 NIA Home Technologies Corp. +000668 Vicon Industries Inc. +000667 Tripp Lite +00066E Delta Electronics, Inc. +00064E Broad Net Technology Inc. +00064F PRO-NETS Technology Corporation +000642 Genetel Systems Inc. +00063E Opthos Inc. +000648 Seedsware, Inc. +000638 Sungjin C&C Co., Ltd. +00070B Novabase SGPS, SA +000710 Adax, Inc. +000700 Zettamedia Korea +0006F9 Mitsui Zosen Systems Research Inc. +000703 CSEE Transport +000706 Sanritz Corporation +0006E8 Optical Network Testing, Inc. +0006EE Shenyang Neu-era Information & Technology Stock Co., Ltd +0006E2 Ceemax Technology Co., Ltd. +0006D8 Maple Optical Systems +0006D4 Interactive Objects, Inc. +0006CE DATENO +0006B7 TELEM GmbH +0006BE Baumer Optronic GmbH +0006B8 Bandspeed Pty Ltd +0006BD BNTECHNOLOGY Co., Ltd. +0006C2 Smartmatic Corporation +0006C7 RFNET Technologies Pte Ltd (S) +0006B1 Sonicwall +000475 3 Com Corporation +00046F Digitel S/A Industria Eletronica +000468 Vivity, Inc. +00045C Mobiwave Pte Ltd +000463 Bosch Security Systems +000462 DAKOS Data & Communication Co., Ltd. +000455 ANTARA.net +000456 Cambium Networks Limited +000450 DMD Computers SRL +000446 CYZENTECH Co., Ltd. +00044B NVIDIA +0005AD Topspin Communications, Inc. +0005B1 ASB Technology BV +0005B7 Arbor Technology Corp. +0005A3 QEI, Inc. +000597 Eagle Traffic Control Systems +000591 Active Silicon Ltd +00058A Netcom Co., Ltd. +000590 Swissvoice Ltd. +00057E Eckelmann Steuerungstechnik GmbH +000578 Private +000584 AbsoluteValue Systems, Inc. +00052E Cinta Networks +00053A Willowglen Services Pte Ltd +000528 New Focus, Inc. +000527 SJ Tek Co. Ltd +000521 Control Microsystems +000515 Nuark Co., Ltd. +00051B Magic Control Technology Corporation +000511 Complementary Technologies Ltd +00050B SICOM Systems, Inc. +000501 Cisco Systems, Inc +000505 Systems Integration Solutions, Inc. +000504 Naray Information & Communication Enterprise +0004FB Commtech, Inc. +000574 Cisco Systems, Inc +000567 Etymonic Design, Inc. +00056E National Enhance Technology, Inc. +00056D Pacific Corporation +000561 nac Image Technology, Inc. +00055B Charles Industries, Ltd. +000554 Rangestar Wireless +000555 Japan Cash Machine Co., Ltd. +000547 Starent Networks +00054E Philips +000540 FAST Corporation +000541 Advanced Systems Co., Ltd. +000534 Northstar Engineering Ltd. +0004F4 Infinite Electronics Inc. +0004EE Lincoln Electric Company +0004E8 IER, Inc. +008086 COMPUTER GENERATION INC. +0004DE Cisco Systems, Inc +0004E4 Daeryung Ind., Inc. +0004D7 Omitec Instrumentation Ltd. +0004D8 IPWireless, Inc. +0004D2 Adcon Telemetry GmbH +0004D1 Drew Technologies, Inc. +0004CB Tdsoft Communication, Ltd. +0004C5 ASE Technologies, USA +00043F ESTeem Wireless Modems, Inc +000439 Rosco Entertainment Technology, Inc. +000433 Cyberboard A/S +00042C Minet, Inc. +000427 Cisco Systems, Inc +000426 Autosys +000420 Slim Devices, Inc. +000413 SNOM Technology AG +000418 Teltronic S.A.U. +000412 WaveSmith Networks, Inc. +00040C Kanno Works, Ltd. +000370 NXTV, Inc. +000405 ACN Technologies +000406 Fa. Metabox AG +0003FB ENEGATE Co.,Ltd. +0003FC Intertex Data AB +0003EF Oneline AG +0003F6 Allegro Networks, Inc. +0003EA Mega System Technologies, Inc. +0003E9 Akara Canada, Inc. +0003E4 Cisco Systems, Inc +0003D8 iMPath Networks, Inc. +0003D5 Advanced Communications Co., Ltd. +0003CC Momentum Computer, Inc. +0003D1 Takaya Corporation +0003C5 Mobotix AG +0003BE Netility +0003B9 Hualong Telecom Co., Ltd. +0003B7 ZACCESS Systems +0003B3 IA Link Systems Co., Ltd. +0003A7 Unixtar Technology, Inc. +0003AE Allied Advanced Manufacturing Pte, Ltd. +0003A0 Cisco Systems, Inc +000398 WISI +00039B NetChip Technology, Inc. +000394 Connect One +00038D PCS Revenue Control Systems, Inc. +000385 Actelis Networks, Inc. +000388 Fastfame Technology Co., Ltd. +00037F Atheros Communications, Inc. +0004B8 Kumahira Co., Ltd. +0004B2 ESSEGI SRL +0004AE Sullair Corporation +0004AB Comverse Network Systems, Inc. +00049F Freescale Semiconductor +0004A4 NetEnabled, Inc. +00049E Wirelink Co., Ltd. +000498 Mahi Networks +000491 Technovision, Inc. +00048C Nayna Networks, Inc. +000492 Hive Internet, Ltd. +000485 PicoLight +000307 Secure Works, Inc. +000300 Barracuda Networks, Inc. +0002F8 SEAKR Engineering, Inc. +00D024 Cognex Corporation +0002F4 PCTEL, Inc. +0002FB Baumuller Aulugen-Systemtechnik GmbH +0002E9 CS Systemes De Securite - C3S +0002DD Bromax Communications, Ltd. +0002E2 NDC Infared Engineering +0002DA ExiO Communications, Inc. +0002D6 NICE Systems +0002CA EndPoints, Inc. +0002CF ZyGate Communications, Inc. +0001CD ARtem +0001D2 inXtron, Inc. +0001C9 Cisco Systems, Inc +0001C7 Cisco Systems, Inc +0001C2 ARK Research Corp. +0001BE Gigalink Co., Ltd. +0001BC Brains Corporation +0001AC Sitara Networks, Inc. +0001A9 BMW AG +0001B0 Fulltek Technology Co., Ltd. +000179 WIRELESS TECHNOLOGY, INC. +000185 Hitachi Aloka Medical, Ltd. +00018C Mega Vision +000192 Texas Digital Systems +00019E ESS Technology, Inc. +001095 Thomson Inc. +00025A Catena Networks +000271 Zhone Technologies +00026C Philips CFT +00026A Cocess Telecom Co., Ltd. +000266 Thermalogic Corporation +00025F Nortel Networks +000256 Alpha Processor, Inc. +000251 Soma Networks, Inc. +00024A Cisco Systems, Inc +00024D Mannesman Dematic Colby Pty. Ltd. +000245 Lampus Co, Ltd. +00023E Selta Telematica S.p.a +00023B Ericsson +000237 Cosmo Research Corp. +000234 Imperial Technology, Inc. +000228 Necsom, Ltd. +000224 C-COR +00020D Micronpc.com +000220 CANON FINETECH INC. +000378 HUMAX Co., Ltd. +00036C Cisco Systems, Inc +000373 Aselsan A.S +000368 Embedone Co., Ltd. +000366 ASM Pacific Technology +000365 Kira Information & Communications, Ltd. +000360 PAC Interactive Technology, Inc. +00035D Bosung Hi-Net Co., Ltd. +00031A Beijing Broad Telecom Ltd., China +000359 DigitalSis +000354 Fiber Logic Communications +000352 Colubris Networks +00034E Pos Data Company, Ltd. +0002C3 Arelnet Ltd. +0002BE Totsu Engineering, Inc. +0002BA Cisco Systems, Inc +0002B2 Cablevision +0002B5 Avnet, Inc. +0002AE Scannex Electronics Ltd. +0002A7 Vivace Networks +0002A2 Hilscher GmbH +000297 C-COR.net +00028E Rapid 5 Networks, Inc. +000293 Solid Data Systems +0001FA HOROSCAS +000284 AREVA T&D +00027D Cisco Systems, Inc +00033F BigBand Networks, Ltd. +000336 Zetes Technologies +00033B TAMI Tech Co., Ltd. +000328 Mace Group, Inc. +00032F Global Sun Technology, Inc. +000320 Xpeed, Inc. +000323 Cornet Technology, Inc. +00029F L-3 Communication Aviation Recorders +00031F Condev Ltd. +000317 Merlin Systems, Inc. +00030E Core Communications Co., Ltd. +000313 Access Media SPA +0001A5 Nextcomm, Inc. +0001A1 Mag-Tek, Inc. +000195 Sena Technologies, Inc. +00017D ThermoQuest +000189 Refraction Technology, Inc. +00308B Brix Networks +00015A Digital Video Broadcasting +000166 TC GROUP A/S +00015F DIGITAL DESIGN GmbH +000214 DTVRO +000210 Fenecom +000208 Unify Networks, Inc. +000201 IFM Electronic gmbh +0001F5 ERIM S.A. +0001FD Digital Voice Systems, Inc. +0001E5 Supernet, Inc. +0001E8 Force10 Networks, Inc. +0001D9 Sigma, Inc. +0001E0 Fast Systems, Inc. +0001D5 HAEDONG INFO & COMM CO., LTD +000118 EZ Digital Co., Ltd. +000124 Acer Incorporated +000101 Private +000114 KANDA TSUSHIN KOGYO CO., LTD. +000111 iDigm Inc. +000105 Beckhoff Automation GmbH +00029C 3COM +00B009 Grass Valley, A Belden Brand +00B09D Point Grey Research Inc. +00B094 Alaris, Inc. +00B048 Marconi Communications Inc. +00B0C7 Tellabs Operations, Inc. +003060 Powerfile, Inc. +00301C ALTVATER AIRDATA SYSTEMS +003015 CP CLARE CORP. +0030E6 Draeger Medical Systems, Inc. +003091 TAIWAN FIRST LINE ELEC. CORP. +003080 Cisco Systems, Inc +0030AD SHANGHAI COMMUNICATION +00305B Toko Inc. +003024 Cisco Systems, Inc +00301F OPTICAL NETWORKS, INC. +0030D9 DATACORE SOFTWARE CORP. +00D0FF Cisco Systems, Inc +003058 API MOTION +0030C6 CONTROL SOLUTIONS, INC. +003036 RMP ELEKTRONIKSYSTEME GMBH +00308A NICOTRA SISTEMI S.P.A +00302C SYLANTRO SYSTEMS CORPORATION +003006 SUPERPOWER COMPUTER +003079 CQOS, INC. +003059 KONTRON COMPACT COMPUTERS AG +0030B9 ECTEL +00303A MAATEL +0030A3 Cisco Systems, Inc +003040 Cisco Systems, Inc +003064 ADLINK TECHNOLOGY, INC. +003097 AB Regin +0030EB TURBONET COMMUNICATIONS, INC. +0030C8 GAD LINE, LTD. +0030C9 LuxN, N +00B01E Rantic Labs, Inc. +00B064 Cisco Systems, Inc +0030A2 Lightner Engineering +0030DE WAGO Kontakttechnik GmbH +00309E WORKBIT CORPORATION. +003057 QTelNet, Inc. +00305C SMAR Laboratories Corp. +003082 TAIHAN ELECTRIC WIRE CO., LTD. +0030AE Times N System, Inc. +00300D MMC Technology, Inc. +003075 ADTECH +0030E7 CNF MOBILE SOLUTIONS, INC. +003019 Cisco Systems, Inc +003052 ELASTIC NETWORKS +003011 HMS Industrial Networks +00304A Fraunhofer IPMS +003014 DIVIO, INC. +003029 OPICOM +0030BD BELKIN COMPONENTS +0030BA AC&T SYSTEM CO., LTD. +00301D SKYSTREAM, INC. +003049 BRYANT TECHNOLOGY, LTD. +003041 SAEJIN T & M CO., LTD. +00308C Quantum Corporation +00D04F BITRONICS, INC. +00D0EF IGT +00D022 INCREDIBLE TECHNOLOGIES, INC. +00D0C8 Prevas A/S +00D052 ASCEND COMMUNICATIONS, INC. +00D0B1 OMEGA ELECTRONICS SA +00D0C1 HARMONIC DATA SYSTEMS, LTD. +00D0F0 CONVISION TECHNOLOGY GMBH +00D00E PLURIS, INC. +00D055 KATHREIN-WERKE KG +00D000 FERRAN SCIENTIFIC, INC. +00D005 ZHS ZEITMANAGEMENTSYSTEME +00D019 DAINIPPON SCREEN CORPORATE +00D053 CONNECTED SYSTEMS +00D097 Cisco Systems, Inc +00016A ALITEC +000176 Orient Silver Enterprises +000158 Electro Industries/Gauge Tech +00012D Komodo Technology +000139 Point Multimedia Systems +000140 Sendtek Corporation +00014C Berkeley Process Control +000135 KDC Corp. +00013C TIW SYSTEMS +000148 X-traWeb Inc. +000120 OSCILLOQUARTZ S.A. +000127 OPEN Networks Pty Ltd +00309C Timing Applications, Inc. +003086 Transistor Devices, Inc. +0030B5 Tadiran Microwave Networks +003070 1Net Corporation +003044 CradlePoint, Inc +00307E Redflex Communication Systems +00307A Advanced Technology & Systems +0030B7 Teletrol Systems, Inc. +0030B3 San Valley Systems, Inc. +00303B PowerCom Technology +0030BC Optronic AG +003071 Cisco Systems, Inc +009003 APLIO +0090D7 NetBoost Corp. +009093 NANAO CORPORATION +0090B4 WILLOWBROOK TECHNOLOGIES +009083 TURBO COMMUNICATION, INC. +0090BD OMNIA COMMUNICATIONS, INC. +009094 OSPREY TECHNOLOGIES, INC. +0090DD MIHARU COMMUNICATIONS Inc +009028 NIPPON SIGNAL CO., LTD. +00908C ETREND ELECTRONICS, INC. +00905D NETCOM SICHERHEITSTECHNIK GMBH +009068 DVT CORP. +009030 HONEYWELL-DATING +0090D3 GIESECKE & DEVRIENT GmbH +005081 MURATA MACHINERY, LTD. +0050CB JETTER +00500E CHROMATIS NETWORKS, INC. +0050FD VISIONCOMM CO., LTD. +0050FE PCTVnet ASA +0050AB NALTEC, Inc. +005006 TAC AB +0050BF Metalligence Technology Corp. +005089 SAFETY MANAGEMENT SYSTEMS +005066 AtecoM GmbH advanced telecomunication modules +0050D9 ENGETRON-ENGENHARIA ELETRONICA IND. e COM. LTDA +005043 MARVELL SEMICONDUCTOR, INC. +005018 AMIT, Inc. +005059 iBAHN +00506A EDEVA, INC. +00502E CAMBEX CORPORATION +005070 CHAINTECH COMPUTER CO., LTD. +00503B MEDIAFIRE CORPORATION +005084 ATL PRODUCTS +005055 DOMS A/S +00504B BARCONET N.V. +005046 MENICX INTERNATIONAL CO., LTD. +00502C SOYO COMPUTER, INC. +005060 TANDBERG TELECOM AS +0050DD SERRA SOLDADURA, S.A. +00503F ANCHOR GAMES +0050EE TEK DIGITEL CORPORATION +005004 3COM CORPORATION +005072 CORVIS CORPORATION +005012 CBL - GMBH +0050E8 NOMADIX INC. +0050F2 MICROSOFT CORP. +005052 TIARA NETWORKS, INC. +005064 CAE ELECTRONICS +0050B4 SATCHWELL CONTROL SYSTEMS, LTD +0050B2 BRODEL GmbH +00D081 RTD Embedded Technologies, Inc. +00D011 PRISM VIDEO, INC. +00D09B SPECTEL LTD. +00D031 INDUSTRIAL LOGIC CORPORATION +00D021 REGENT ELECTRONICS CORP. +00D0DF KUZUMI ELECTRONICS, INC. +00D0B4 KATSUJIMA CO., LTD. +00D079 Cisco Systems, Inc +00D0E2 MRT MICRO, INC. +00D039 UTILICOM, INC. +00504F OLENCOM ELECTRONICS +0050A0 DELTA COMPUTER SYSTEMS, INC. +005007 SIEMENS TELECOMMUNICATION SYSTEMS LIMITED +005015 BRIGHT STAR ENGINEERING +005031 AEROFLEX LABORATORIES, INC. +0050DF AirFiber, Inc. +0050F3 GLOBAL NET INFORMATION CO., Ltd. +005038 DAIN TELECOM CO., LTD. +00D0E1 AVIONITEK ISRAEL INC. +00D01B MIMAKI ENGINEERING CO., LTD. +00D06E TRENDVIEW RECORDERS LTD. +00D075 ALARIS MEDICAL SYSTEMS, INC. +00509D THE INDUSTREE B.V. +00501E Grass Valley, A Belden Brand +00502B GENRAD LTD. +00500A IRIS TECHNOLOGIES, INC. +00D027 APPLIED AUTOMATION, INC. +00D0F1 SEGA ENTERPRISES, LTD. +00D009 HSING TECH. ENTERPRISE CO. LTD +00D080 EXABYTE CORPORATION +00D084 NEXCOMM SYSTEMS, INC. +00D0E6 IBOND INC. +00D099 Elcard Wireless Systems Oy +0090AF J. MORITA MFG. CORP. +009088 BAXALL SECURITY LTD. +0090E0 SYSTRAN CORP. +00903E N.V. PHILIPS INDUSTRIAL ACTIVITIES +0090B9 BERAN INSTRUMENTS LTD. +00901A UNISPHERE SOLUTIONS +009082 FORCE INSTITUTE +00906A TURNSTONE SYSTEMS, INC. +0001FE DIGITAL EQUIPMENT CORPORATION +009077 ADVANCED FIBRE COMMUNICATIONS +0090B2 AVICI SYSTEMS INC. +009095 UNIVERSAL AVIONICS +009012 GLOBESPAN SEMICONDUCTOR, INC. +0090B6 FIBEX SYSTEMS +0090F4 LIGHTNING INSTRUMENTATION +00904F ABB POWER T&D COMPANY, INC. +00905A DEARBORN GROUP, INC. +009066 Troika Networks, Inc. +00907A Spectralink, Inc +0090F0 Harmonic Video Systems Ltd. +001047 ECHO ELETRIC CO. LTD. 00100C ITO CO., LTD. -00100D CISCO SYSTEMS, INC. -00100E MICRO LINEAR COPORATION -00100F INDUSTRIAL CPU SYSTEMS -001010 INITIO CORPORATION -001011 CISCO SYSTEMS, INC. +0010D0 WITCOM, LTD. +001006 Thales Contact Solutions Ltd. +0010D6 Exelis +001076 EUREM GmbH +00103F TOLLGRADE COMMUNICATIONS, INC. +001034 GNP Computers 001012 PROCESSOR SYSTEMS (I) PVT LTD -001013 Kontron America, Inc. -001014 CISCO SYSTEMS, INC. -001015 OOmon Inc. -001016 T.SQWARE -001017 Bosch Access Systems GmbH -001018 BROADCOM CORPORATION -001019 SIRONA DENTAL SYSTEMS GmbH & Co. KG -00101A PictureTel Corp. -00101B CORNET TECHNOLOGY, INC. -00101C OHM TECHNOLOGIES INTL, LLC -00101D WINBOND ELECTRONICS CORP. -00101E MATSUSHITA ELECTRONIC INSTRUMENTS CORP. -00101F CISCO SYSTEMS, INC. -001020 Hand Held Products Inc -001021 ENCANTO NETWORKS, INC. -001022 SatCom Media Corporation -001023 Network Equipment Technologies -001024 NAGOYA ELECTRIC WORKS CO., LTD -001025 Grayhill, Inc -001026 ACCELERATED NETWORKS, INC. -001027 L-3 COMMUNICATIONS EAST -001028 COMPUTER TECHNICA, INC. -001029 CISCO SYSTEMS, INC. -00102A ZF MICROSYSTEMS, INC. -00102B UMAX DATA SYSTEMS, INC. -00102C Lasat Networks A/S -00102D HITACHI SOFTWARE ENGINEERING -00102E NETWORK SYSTEMS & TECHNOLOGIES PVT. LTD. -00102F CISCO SYSTEMS, INC. +0010C8 COMMUNICATIONS ELECTRONICS SECURITY GROUP +0010D1 Top Layer Networks, Inc. +0010F0 RITTAL-WERK RUDOLF LOH GmbH & Co. +00106A DIGITAL MICROWAVE CORPORATION 001030 EION Inc. -001031 OBJECTIVE COMMUNICATIONS, INC. -001032 ALTA TECHNOLOGY -001033 ACCESSLAN COMMUNICATIONS, INC. -001034 GNP Computers -001035 ELITEGROUP COMPUTER SYSTEMS CO., LTD -001036 INTER-TEL INTEGRATED SYSTEMS -001037 CYQ've Technology Co., Ltd. -001038 MICRO RESEARCH INSTITUTE, INC. -001039 Vectron Systems AG -00103A DIAMOND NETWORK TECH -00103B HIPPI NETWORKING FORUM -00103C IC ENSEMBLE, INC. -00103D PHASECOM, LTD. -00103E NETSCHOOLS CORPORATION -00103F TOLLGRADE COMMUNICATIONS, INC. -001040 INTERMEC CORPORATION -001041 BRISTOL BABCOCK, INC. -001042 Alacritech, Inc. -001043 A2 CORPORATION -001044 InnoLabs Corporation -001045 Nortel Networks -001046 ALCORN MCBRIDE INC. -001047 ECHO ELETRIC CO. LTD. -001048 HTRC AUTOMATION, INC. -001049 ShoreTel, Inc -00104A The Parvus Corporation -00104B 3COM CORPORATION -00104C Teledyne LeCroy, Inc -00104D SURTEC INDUSTRIES, INC. -00104E CEOLOGIC -00104F Oracle Corporation +0010A4 XIRCOM 001050 RION CO., LTD. -001051 CMICRO CORPORATION -001052 METTLER-TOLEDO (ALBSTADT) GMBH -001053 COMPUTER TECHNOLOGY CORP. -001054 CISCO SYSTEMS, INC. -001055 FUJITSU MICROELECTRONICS, INC. -001056 SODICK CO., LTD. -001057 Rebel.com, Inc. -001058 ArrowPoint Communications -001059 DIABLO RESEARCH CO. LLC -00105A 3COM CORPORATION -00105B NET INSIGHT AB -00105C QUANTUM DESIGNS (H.K.) LTD. -00105D Draeger Medical -00105E HEKIMIAN LABORATORIES, INC. -00105F ZODIAC DATA SYSTEMS -001060 BILLIONTON SYSTEMS, INC. -001061 HOSTLINK CORP. -001062 NX SERVER, ILNC. -001063 STARGUIDE DIGITAL NETWORKS +00109C M-SYSTEM CO., LTD. 001064 DNPG, LLC -001065 RADYNE CORPORATION -001066 ADVANCED CONTROL SYSTEMS, INC. -001067 Ericsson -001068 COMOS TELECOM -001069 HELIOSS COMMUNICATIONS, INC. -00106A DIGITAL MICROWAVE CORPORATION -00106B SONUS NETWORKS, INC. -00106C EDNT GmbH -00106D Axxcelera Broadband Wireless +001020 Hand Held Products Inc 00106E TADIRAN COM. LTD. -00106F TRENTON TECHNOLOGY INC. -001070 CARADON TREND LTD. -001071 ADVANET INC. -001072 GVN TECHNOLOGIES, INC. -001073 Technobox, Inc. +00105B NET INSIGHT AB +001002 ACTIA +0010A0 INNOVEX TECHNOLOGIES, INC. 001074 ATEN INTERNATIONAL CO., LTD. -001075 Maxtor Corporation -001076 EUREM GmbH -001077 SAF DRIVE SYSTEMS, LTD. -001078 NUERA COMMUNICATIONS, INC. -001079 CISCO SYSTEMS, INC. -00107A AmbiCom, Inc. -00107B CISCO SYSTEMS, INC. -00107C P-COM, INC. -00107D AURORA COMMUNICATIONS, LTD. -00107E BACHMANN ELECTRONIC GmbH -00107F CRESTRON ELECTRONICS, INC. +001057 Rebel.com, Inc. +0010BC Aastra Telecom +001033 ACCESSLAN COMMUNICATIONS, INC. +0004AC IBM Corp +0010B4 ATMOSPHERE NETWORKS +0010F9 UNIQUE SYSTEMS, INC. +001038 MICRO RESEARCH INSTITUTE, INC. +00100A WILLIAMS COMMUNICATIONS GROUP 001080 METAWAVE COMMUNICATIONS -001081 DPS, INC. -001082 JNA TELECOMMUNICATIONS LIMITED -001083 HEWLETT-PACKARD COMPANY -001084 K-BOT COMMUNICATIONS -001085 POLARIS COMMUNICATIONS, INC. -001086 ATTO Technology, Inc. -001087 Xstreamis PLC -001088 AMERICAN NETWORKS INC. -001089 WebSonic -00108A TeraLogic, Inc. -00108B LASERANIMATION SOLLINGER GmbH -00108C FUJITSU TELECOMMUNICATIONS EUROPE, LTD. -00108D Johnson Controls, Inc. -00108E HUGH SYMONS CONCEPT Technologies Ltd. -00108F RAPTOR SYSTEMS -001090 CIMETRICS, INC. -001091 NO WIRES NEEDED BV -001092 NETCORE INC. -001093 CMS COMPUTERS, LTD. -001094 Performance Analysis Broadband, Spirent plc -001095 Thomson Inc. -001096 TRACEWELL SYSTEMS, INC. -001097 WinNet Metropolitan Communications Systems, Inc. -001098 STARNET TECHNOLOGIES, INC. -001099 InnoMedia, Inc. -00109A NETLINE -00109B Emulex Corporation -00109C M-SYSTEM CO., LTD. -00109D CLARINET SYSTEMS, INC. -00109E AWARE, INC. -00109F PAVO, INC. -0010A0 INNOVEX TECHNOLOGIES, INC. -0010A1 KENDIN SEMICONDUCTOR, INC. -0010A2 TNS -0010A3 OMNITRONIX, INC. -0010A4 XIRCOM -0010A5 OXFORD INSTRUMENTS -0010A6 CISCO SYSTEMS, INC. -0010A7 UNEX TECHNOLOGY CORPORATION -0010A8 RELIANCE COMPUTER CORP. -0010A9 ADHOC TECHNOLOGIES -0010AA MEDIA4, INC. 0010AB KOITO ELECTRIC INDUSTRIES, LTD. -0010AC IMCI TECHNOLOGIES -0010AD SOFTRONICS USB, INC. -0010AE SHINKO ELECTRIC INDUSTRIES CO. -0010AF TAC SYSTEMS, INC. -0010B0 MERIDIAN TECHNOLOGY CORP. -0010B1 FOR-A CO., LTD. -0010B2 COACTIVE AESTHETICS -0010B3 NOKIA MULTIMEDIA TERMINALS -0010B4 ATMOSPHERE NETWORKS -0010B5 ACCTON TECHNOLOGY CORPORATION -0010B6 ENTRATA COMMUNICATIONS CORP. -0010B7 COYOTE TECHNOLOGIES, LLC -0010B8 ISHIGAKI COMPUTER SYSTEM CO. -0010B9 MAXTOR CORP. -0010BA MARTINHO-DAVIS SYSTEMS, INC. -0010BB DATA & INFORMATION TECHNOLOGY -0010BC Aastra Telecom -0010BD THE TELECOMMUNICATION TECHNOLOGY COMMITTEE (TTC) -0010BE MARCH NETWORKS CORPORATION -0010BF InterAir Wireless -0010C0 ARMA, Inc. -0010C1 OI ELECTRIC CO., LTD. -0010C2 WILLNET, INC. +00903C ATLANTIC NETWORK SYSTEMS +0090CE TETRA GmbH +0090E3 AVEX ELECTRONICS INC. +00900B LANNER ELECTRONICS, INC. +0090C8 WAVERIDER COMMUNICATIONS (CANADA) INC. +0090B7 DIGITAL LIGHTWAVE, INC. +009037 ACUCOMM, INC. +009059 TELECOM DEVICE K.K. +00E003 NOKIA WIRELESS BUSINESS COMMUN +00E0F3 WebSprint Communications, Inc. +00E013 EASTERN ELECTRONIC CO., LTD. +001063 STARGUIDE DIGITAL NETWORKS +0010A7 UNEX TECHNOLOGY CORPORATION +001039 Vectron Systems AG 0010C3 CSI-CONTROL SYSTEMS -0010C4 MEDIA LINKS CO., LTD. -0010C5 PROTOCOL TECHNOLOGIES, INC. -0010C6 Universal Global Scientific Industrial Co., Ltd. -0010C7 DATA TRANSMISSION NETWORK -0010C8 COMMUNICATIONS ELECTRONICS SECURITY GROUP -0010C9 MITSUBISHI ELECTRONICS LOGISTIC SUPPORT CO. -0010CA Telco Systems, Inc. -0010CB FACIT K.K. -0010CC CLP COMPUTER LOGISTIK PLANUNG GmbH -0010CD INTERFACE CONCEPT -0010CE VOLAMP, LTD. -0010CF FIBERLANE COMMUNICATIONS -0010D0 WITCOM, LTD. -0010D1 Top Layer Networks, Inc. -0010D2 NITTO TSUSHINKI CO., LTD -0010D3 GRIPS ELECTRONIC GMBH -0010D4 STORAGE COMPUTER CORPORATION -0010D5 IMASDE CANARIAS, S.A. -0010D6 ITT - A/CD -0010D7 ARGOSY RESEARCH INC. -0010D8 CALISTA -0010D9 IBM JAPAN, FUJISAWA MT+D -0010DA Kollmorgen Corp -0010DB Juniper Networks, Inc. -0010DC MICRO-STAR INTERNATIONAL CO., LTD. -0010DD ENABLE SEMICONDUCTOR, INC. -0010DE INTERNATIONAL DATACASTING CORPORATION -0010DF RISE COMPUTER INC. -0010E0 Oracle Corporation -0010E1 S.I. TECH, INC. -0010E2 ArrayComm, Inc. -0010E3 Hewlett-Packard Company -0010E4 NSI CORPORATION -0010E5 SOLECTRON TEXAS -0010E6 APPLIED INTELLIGENT SYSTEMS, INC. -0010E7 BreezeCom -0010E8 TELOCITY, INCORPORATED -0010E9 RAIDTEC LTD. -0010EA ADEPT TECHNOLOGY -0010EB SELSIUS SYSTEMS, INC. -0010EC RPCG, LLC -0010ED SUNDANCE TECHNOLOGY, INC. -0010EE CTI PRODUCTS, INC. -0010EF DBTEL INCORPORATED -0010F1 I-O CORPORATION -0010F2 ANTEC -0010F3 Nexcom International Co., Ltd. -0010F4 Vertical Communications -0010F5 AMHERST SYSTEMS, INC. -0010F6 CISCO SYSTEMS, INC. -0010F7 IRIICHI TECHNOLOGIES Inc. -0010F8 TEXIO TECHNOLOGY CORPORATION -0010F9 UNIQUE SYSTEMS, INC. -0010FA Apple, Inc -0010FB ZIDA TECHNOLOGIES LIMITED -0010FC BROADBAND NETWORKS, INC. -0010FD COCOM A/S -0010FE DIGITAL EQUIPMENT CORPORATION -0010FF CISCO SYSTEMS, INC. -001100 Schneider Electric -001101 CET Technologies Pte Ltd -001102 Aurora Multimedia Corp. -001103 kawamura electric inc. -001104 TELEXY -001105 Sunplus Technology Co., Ltd. -001106 Siemens NV (Belgium) -001107 RGB Networks Inc. -001108 Orbital Data Corporation -001109 Micro-Star International -00110A Hewlett-Packard Company -00110B Franklin Technology Systems -00110C Atmark Techno, Inc. -00110D SANBlaze Technology, Inc. -00110E Tsurusaki Sealand Transportation Co. Ltd. -00110F netplat,Inc. -001110 Maxanna Technology Co., Ltd. -001111 Intel Corporation -001112 Honeywell CMSS -001113 Fraunhofer FOKUS -001114 EverFocus Electronics Corp. -001115 EPIN Technologies, Inc. -001116 COTEAU VERT CO., LTD. -001117 CESNET -001118 BLX IC Design Corp., Ltd. -001119 Solteras, Inc. -00111A Motorola Mobility, Inc. -00111B Targa Systems Div L-3 Communications Canada -00111C Pleora Technologies Inc. -00111D Hectrix Limited -00111E EPSG (Ethernet Powerlink Standardization Group) -00111F Doremi Labs, Inc. -001120 CISCO SYSTEMS, INC. -001121 CISCO SYSTEMS, INC. -001122 CIMSYS Inc -001123 Appointech, Inc. -001124 Apple Computer -001125 IBM Corp -001126 Venstar Inc. -001127 TASI, Inc -001128 Streamit -001129 Paradise Datacom Ltd. -00112A Niko NV -00112B NetModule AG -00112C IZT GmbH -00112D iPulse Systems -00112E CEICOM -00112F ASUSTek Computer Inc. -001130 Allied Telesis (Hong Kong) Ltd. -001131 UNATECH. CO.,LTD -001132 Synology Incorporated -001133 Siemens Austria SIMEA -001134 MediaCell, Inc. -001135 Grandeye Ltd -001136 Goodrich Sensor Systems -001137 AICHI ELECTRIC CO., LTD. -001138 TAISHIN CO., LTD. -001139 STOEBER ANTRIEBSTECHNIK GmbH + Co. KG. -00113A SHINBORAM -00113B Micronet Communications Inc. -00113C Micronas GmbH -00113D KN SOLTEC CO.,LTD. -00113E JL Corporation -00113F Alcatel DI -001140 Nanometrics Inc. -001141 GoodMan Corporation -001142 e-SMARTCOM INC. -001143 Dell ESG PCBA Test -001144 Assurance Technology Corp -001145 ValuePoint Networks -001146 Telecard-Pribor Ltd -001147 Secom-Industry co.LTD. -001148 Prolon Control Systems -001149 Proliphix Inc. -00114A KAYABA INDUSTRY Co,.Ltd. -00114B Francotyp-Postalia GmbH -00114C caffeina applied research ltd. -00114D Atsumi Electric Co.,LTD. -00114E 690885 Ontario Inc. -00114F US Digital Television, Inc -001150 Belkin Corporation -001151 Mykotronx -001152 Eidsvoll Electronics AS -001153 Trident Tek, Inc. -001154 Webpro Technologies Inc. -001155 Sevis Systems -001156 Pharos Systems NZ -001157 OF Networks Co., Ltd. -001158 Nortel Networks -001159 MATISSE NETWORKS INC -00115A Ivoclar Vivadent AG -00115B Elitegroup Computer System Co. (ECS) -00115C CISCO SYSTEMS, INC. -00115D CISCO SYSTEMS, INC. -00115E ProMinent Dosiertechnik GmbH -00115F ITX Security Co., Ltd. -001160 ARTDIO Company Co., LTD -001161 NetStreams, LLC -001162 STAR MICRONICS CO.,LTD. -001163 SYSTEM SPA DEPT. ELECTRONICS -001164 ACARD Technology Corp. -001165 Znyx Networks -001166 Taelim Electronics Co., Ltd. -001167 Integrated System Solution Corp. -001168 HomeLogic LLC -001169 EMS Satcom -00116A Domo Ltd -00116B Digital Data Communications Asia Co.,Ltd -00116C Nanwang Multimedia Inc.,Ltd -00116D American Time and Signal -00116E PePLink Ltd. -00116F Netforyou Co., LTD. -001170 GSC SRL -001171 DEXTER Communications, Inc. -001172 COTRON CORPORATION -001173 SMART Storage Systems -001174 Wibhu Technologies, Inc. -001175 PathScale, Inc. -001176 Intellambda Systems, Inc. -001177 Coaxial Networks, Inc. -001178 Chiron Technology Ltd -001179 Singular Technology Co. Ltd. -00117A Singim International Corp. -00117B Büchi Labortechnik AG -00117C e-zy.net -00117D ZMD America, Inc. -00117E Progeny, A division of Midmark Corp -00117F Neotune Information Technology Corporation,.LTD -001180 Motorola Mobility, Inc. -001181 InterEnergy Co.Ltd, -001182 IMI Norgren Ltd -001183 Datalogic ADC, Inc. -001184 Humo Laboratory,Ltd. -001185 Hewlett-Packard Company -001186 Prime Systems, Inc. -001187 Category Solutions, Inc -001188 Enterasys -001189 Aerotech Inc -00118A Viewtran Technology Limited -00118B Alcatel-Lucent, Enterprise Business Group -00118C Missouri Department of Transportation -00118D Hanchang System Corp. -00118E Halytech Mace -00118F EUTECH INSTRUMENTS PTE. LTD. -001190 Digital Design Corporation -001191 CTS-Clima Temperatur Systeme GmbH -001192 CISCO SYSTEMS, INC. -001193 CISCO SYSTEMS, INC. -001194 Chi Mei Communication Systems, Inc. -001195 D-Link Corporation -001196 Actuality Systems, Inc. -001197 Monitoring Technologies Limited -001198 Prism Media Products Limited -001199 2wcom Systems GmbH -00119A Alkeria srl -00119B Telesynergy Research Inc. -00119C EP&T Energy -00119D Diginfo Technology Corporation -00119E Solectron Brazil -00119F Nokia Danmark A/S -0011A0 Vtech Engineering Canada Ltd -0011A1 VISION NETWARE CO.,LTD -0011A2 Manufacturing Technology Inc -0011A3 LanReady Technologies Inc. -0011A4 JStream Technologies Inc. -0011A5 Fortuna Electronic Corp. -0011A6 Sypixx Networks -0011A7 Infilco Degremont Inc. -0011A8 Quest Technologies -0011A9 MOIMSTONE Co., LTD -0011AA Uniclass Technology, Co., LTD -0011AB TRUSTABLE TECHNOLOGY CO.,LTD. -0011AC Simtec Electronics -0011AD Shanghai Ruijie Technology -0011AE Motorola Mobility, Inc. -0011AF Medialink-i,Inc -0011B0 Fortelink Inc. -0011B1 BlueExpert Technology Corp. -0011B2 2001 Technology Inc. -0011B3 YOSHIMIYA CO.,LTD. -0011B4 Westermo Teleindustri AB -0011B5 Shenzhen Powercom Co.,Ltd -0011B6 Open Systems International -0011B7 Octalix B.V. -0011B8 Liebherr - Elektronik GmbH -0011B9 Inner Range Pty. Ltd. -0011BA Elexol Pty Ltd -0011BB CISCO SYSTEMS, INC. -0011BC CISCO SYSTEMS, INC. -0011BD Bombardier Transportation -0011BE AGP Telecom Co. Ltd -0011BF AESYS S.p.A. -0011C0 Aday Technology Inc -0011C1 4P MOBILE DATA PROCESSING -0011C2 United Fiber Optic Communication -0011C3 Transceiving System Technology Corporation -0011C4 Terminales de Telecomunicacion Terrestre, S.L. -0011C5 TEN Technology -0011C6 Seagate Technology -0011C7 Raymarine UK Ltd -0011C8 Powercom Co., Ltd. -0011C9 MTT Corporation -0011CA Long Range Systems, Inc. -0011CB Jacobsons AB -0011CC Guangzhou Jinpeng Group Co.,Ltd. -0011CD Axsun Technologies -0011CE Ubisense Limited -0011CF Thrane & Thrane A/S -0011D0 Tandberg Data ASA -0011D1 Soft Imaging System GmbH -0011D2 Perception Digital Ltd -0011D3 NextGenTel Holding ASA -0011D4 NetEnrich, Inc -0011D5 Hangzhou Sunyard System Engineering Co.,Ltd. -0011D6 HandEra, Inc. -0011D7 eWerks Inc -0011D8 ASUSTek Computer Inc. -0011D9 TiVo -0011DA Vivaas Technology Inc. -0011DB Land-Cellular Corporation -0011DC Glunz & Jensen -0011DD FROMUS TEC. Co., Ltd. -0011DE EURILOGIC -0011DF Current Energy -0011E0 U-MEDIA Communications, Inc. -0011E1 Arcelik A.S -0011E2 Hua Jung Components Co., Ltd. -0011E3 Thomson, Inc. -0011E4 Danelec Electronics A/S -0011E5 KCodes Corporation -0011E6 Scientific Atlanta -0011E7 WORLDSAT - Texas de France -0011E8 Tixi.Com -0011E9 STARNEX CO., LTD. -0011EA IWICS Inc. -0011EB Innovative Integration -0011EC AVIX INC. -0011ED 802 Global -0011EE Estari, Inc. -0011EF Conitec Datensysteme GmbH -0011F0 Wideful Limited -0011F1 QinetiQ Ltd -0011F2 Institute of Network Technologies -0011F3 NeoMedia Europe AG -0011F4 woori-net -0011F5 ASKEY COMPUTER CORP. -0011F6 Asia Pacific Microsystems , Inc. -0011F7 Shenzhen Forward Industry Co., Ltd -0011F8 AIRAYA Corp -0011F9 Nortel Networks -0011FA Rane Corporation -0011FB Heidelberg Engineering GmbH -0011FC HARTING Electric Gmbh & Co.KG -0011FD KORG INC. -0011FE Keiyo System Research, Inc. -0011FF Digitro Tecnologia Ltda -001200 CISCO SYSTEMS, INC. -001201 CISCO SYSTEMS, INC. -001202 Decrane Aerospace - Audio International Inc. -001203 ActivNetworks -001204 u10 Networks, Inc. -001205 Terrasat Communications, Inc. -001206 iQuest (NZ) Ltd -001207 Head Strong International Limited -001208 Gantner Instruments GmbH -001209 Fastrax Ltd -00120A Emerson Climate Technologies GmbH -00120B Chinasys Technologies Limited -00120C CE-Infosys Pte Ltd -00120D Advanced Telecommunication Technologies, Inc. -00120E AboCom -00120F IEEE 802.3 -001210 WideRay Corp -001211 Protechna Herbst GmbH & Co. KG -001212 PLUS Corporation -001213 Metrohm AG -001214 Koenig & Bauer AG -001215 iStor Networks, Inc. -001216 ICP Internet Communication Payment AG -001217 Cisco-Linksys, LLC -001218 ARUZE Corporation -001219 Ahead Communication Systems Inc -00121A Techno Soft Systemnics Inc. -00121B Sound Devices, LLC -00121C PARROT S.A. -00121D Netfabric Corporation -00121E Juniper Networks, Inc. -00121F Harding Instruments -001220 Cadco Systems -001221 B.Braun Melsungen AG -001222 Skardin (UK) Ltd -001223 Pixim -001224 NexQL Corporation -001225 Motorola Mobility, Inc. -001226 Japan Direx Corporation -001227 Franklin Electric Co., Inc. -001228 Data Ltd. -001229 BroadEasy Technologies Co.,Ltd -00122A VTech Telecommunications Ltd. -00122B Virbiage Pty Ltd -00122C Soenen Controls N.V. -00122D SiNett Corporation -00122E Signal Technology - AISD -00122F Sanei Electric Inc. -001230 Picaso Infocommunication CO., LTD. -001231 Motion Control Systems, Inc. -001232 LeWiz Communications Inc. -001233 JRC TOKKI Co.,Ltd. -001234 Camille Bauer -001235 Andrew Corporation -001236 ConSentry Networks -001237 Texas Instruments -001238 SetaBox Technology Co., Ltd. -001239 S Net Systems Inc. -00123A Posystech Inc., Co. -00123B KeRo Systems ApS -00123C Second Rule LLC -00123D GES -00123E ERUNE technology Co., Ltd. -00123F Dell ESG PCBA Test -001240 AMOI ELECTRONICS CO.,LTD -001241 a2i marketing center -001242 Millennial Net -001243 CISCO SYSTEMS, INC. -001244 CISCO SYSTEMS, INC. -001245 Zellweger Analytics, Inc. -001246 T.O.M TECHNOLOGY INC.. -001247 Samsung Electronics Co., Ltd. -001248 EMC Corporation (Kashya) -001249 Delta Elettronica S.p.A. -00124A Dedicated Devices, Inc. -00124B Texas Instruments -00124C BBWM Corporation -00124D Inducon BV -00124E XAC AUTOMATION CORP. -00124F Pentair Thermal Management -001250 Tokyo Aircaft Instrument Co., Ltd. -001251 SILINK -001252 Citronix, LLC -001253 AudioDev AB -001254 Spectra Technologies Holdings Company Ltd -001255 NetEffect Incorporated -001256 LG INFORMATION & COMM. -001257 LeapComm Communication Technologies Inc. -001258 Activis Polska -001259 THERMO ELECTRON KARLSRUHE -00125A Microsoft Corporation -00125B KAIMEI ELECTRONI -00125C Green Hills Software, Inc. -00125D CyberNet Inc. -00125E CAEN -00125F AWIND Inc. -001260 Stanton Magnetics,inc. -001261 Adaptix, Inc -001262 Nokia Danmark A/S -001263 Data Voice Technologies GmbH -001264 daum electronic gmbh -001265 Enerdyne Technologies, Inc. -001266 Swisscom Hospitality Services SA -001267 Panasonic Corporation -001268 IPS d.o.o. -001269 Value Electronics -00126A OPTOELECTRONICS Co., Ltd. -00126B Ascalade Communications Limited -00126C Visonic Ltd. -00126D University of California, Berkeley -00126E Seidel Elektronik GmbH Nfg.KG -00126F Rayson Technology Co., Ltd. -001270 NGES Denro Systems -001271 Measurement Computing Corp -001272 Redux Communications Ltd. -001273 Stoke Inc -001274 NIT lab -001275 Sentilla Corporation -001276 CG Power Systems Ireland Limited -001277 Korenix Technologies Co., Ltd. -001278 International Bar Code -001279 Hewlett-Packard Company -00127A Sanyu Industry Co.,Ltd. -00127B VIA Networking Technologies, Inc. -00127C SWEGON AB -00127D MobileAria -00127E Digital Lifestyles Group, Inc. -00127F CISCO SYSTEMS, INC. -001280 CISCO SYSTEMS, INC. -001281 March Networks S.p.A. -001282 Qovia -001283 Nortel Networks -001284 Lab33 Srl -001285 Gizmondo Europe Ltd -001286 ENDEVCO CORP -001287 Digital Everywhere Unterhaltungselektronik GmbH -001288 2Wire, Inc -001289 Advance Sterilization Products -00128A Motorola Mobility, Inc. -00128B Sensory Networks Inc -00128C Woodward Governor -00128D STB Datenservice GmbH -00128E Q-Free ASA -00128F Montilio -001290 KYOWA Electric & Machinery Corp. -001291 KWS Computersysteme GmbH -001292 Griffin Technology -001293 GE Energy -001294 SUMITOMO ELECTRIC DEVICE INNOVATIONS, INC -001295 Aiware Inc. -001296 Addlogix -001297 O2Micro, Inc. -001298 MICO ELECTRIC(SHENZHEN) LIMITED -001299 Ktech Telecommunications Inc -00129A IRT Electronics Pty Ltd -00129B E2S Electronic Engineering Solutions, S.L. -00129C Yulinet -00129D First International Computer do Brasil -00129E Surf Communications Inc. -00129F RAE Systems -0012A0 NeoMeridian Sdn Bhd -0012A1 BluePacket Communications Co., Ltd. -0012A2 VITA -0012A3 Trust International B.V. -0012A4 ThingMagic, LLC -0012A5 Stargen, Inc. -0012A6 Dolby Australia -0012A7 ISR TECHNOLOGIES Inc -0012A8 intec GmbH -0012A9 3Com Ltd -0012AA IEE, Inc. -0012AB WiLife, Inc. -0012AC ONTIMETEK INC. -0012AD IDS GmbH -0012AE HLS HARD-LINE Solutions Inc. -0012AF ELPRO Technologies -0012B0 Efore Oyj (Plc) -0012B1 Dai Nippon Printing Co., Ltd -0012B2 AVOLITES LTD. -0012B3 Advance Wireless Technology Corp. -0012B4 Work Microwave GmbH -0012B5 Vialta, Inc. -0012B6 Santa Barbara Infrared, Inc. -0012B7 PTW Freiburg -0012B8 G2 Microsystems -0012B9 Fusion Digital Technology -0012BA FSI Systems, Inc. -0012BB Telecommunications Industry Association TR-41 Committee -0012BC Echolab LLC -0012BD Avantec Manufacturing Limited -0012BE Astek Corporation -0012BF Arcadyan Technology Corporation -0012C0 HotLava Systems, Inc. -0012C1 Check Point Software Technologies -0012C2 Apex Electronics Factory -0012C3 WIT S.A. -0012C4 Viseon, Inc. -0012C5 V-Show Technology (China) Co.,Ltd -0012C6 TGC America, Inc -0012C7 SECURAY Technologies Ltd.Co. -0012C8 Perfect tech -0012C9 Motorola Mobility, Inc. -0012CA Mechatronic Brick Aps -0012CB CSS Inc. -0012CC Bitatek CO., LTD -0012CD ASEM SpA -0012CE Advanced Cybernetics Group -0012CF Accton Technology Corporation -0012D0 Gossen-Metrawatt-GmbH -0012D1 Texas Instruments Inc -0012D2 Texas Instruments -0012D3 Zetta Systems, Inc. -0012D4 Princeton Technology, Ltd -0012D5 Motion Reality Inc. -0012D6 Jiangsu Yitong High-Tech Co.,Ltd -0012D7 Invento Networks, Inc. -0012D8 International Games System Co., Ltd. -0012D9 CISCO SYSTEMS, INC. -0012DA CISCO SYSTEMS, INC. -0012DB ZIEHL industrie-elektronik GmbH + Co KG -0012DC SunCorp Industrial Limited -0012DD Shengqu Information Technology (Shanghai) Co., Ltd. -0012DE Radio Components Sweden AB -0012DF Novomatic AG -0012E0 Codan Limited -0012E1 Alliant Networks, Inc -0012E2 ALAXALA Networks Corporation -0012E3 Agat-RT, Ltd. -0012E4 ZIEHL industrie-electronik GmbH + Co KG -0012E5 Time America, Inc. -0012E6 SPECTEC COMPUTER CO., LTD. -0012E7 Projectek Networking Electronics Corp. -0012E8 Fraunhofer IMS -0012E9 Abbey Systems Ltd -0012EA Trane -0012EB PDH Solutions, LLC -0012EC Movacolor b.v. -0012ED AVG Advanced Technologies -0012EE Sony Ericsson Mobile Communications AB -0012EF OneAccess SA -0012F0 Intel Corporate -0012F1 IFOTEC -0012F2 Brocade Communications Systems, Inc -0012F3 connectBlue AB -0012F4 Belco International Co.,Ltd. -0012F5 Imarda New Zealand Limited -0012F6 MDK CO.,LTD. -0012F7 Xiamen Xinglian Electronics Co., Ltd. -0012F8 WNI Resources, LLC -0012F9 URYU SEISAKU, LTD. -0012FA THX LTD -0012FB Samsung Electronics -0012FC PLANET System Co.,LTD -0012FD OPTIMUS IC S.A. -0012FE Lenovo Mobile Communication Technology Ltd. -0012FF Lely Industries N.V. -001300 IT-FACTORY, INC. -001301 IronGate S.L. -001302 Intel Corporate -001303 GateConnect -001304 Flaircomm Technologies Co. LTD -001305 Epicom, Inc. -001306 Always On Wireless -001307 Paravirtual Corporation -001308 Nuvera Fuel Cells -001309 Ocean Broadband Networks -00130A Nortel -00130B Mextal B.V. -00130C HF System Corporation -00130D GALILEO AVIONICA -00130E Focusrite Audio Engineering Limited -00130F EGEMEN Bilgisayar Muh San ve Tic LTD STI -001310 Cisco-Linksys, LLC -001311 ARRIS International -001312 Amedia Networks Inc. -001313 GuangZhou Post & Telecom Equipment ltd -001314 Asiamajor Inc. -001315 SONY Computer Entertainment inc, -001316 L-S-B Broadcast Technologies GmbH -001317 GN Netcom as -001318 DGSTATION Co., Ltd. -001319 CISCO SYSTEMS, INC. -00131A CISCO SYSTEMS, INC. -00131B BeCell Innovations Corp. -00131C LiteTouch, Inc. -00131D Scanvaegt International A/S -00131E Peiker acustic GmbH & Co. KG -00131F NxtPhase T&D, Corp. -001320 Intel Corporate -001321 Hewlett-Packard Company -001322 DAQ Electronics, Inc. -001323 Cap Co., Ltd. -001324 Schneider Electric Ultra Terminal -001325 Cortina Systems Inc -001326 ECM Systems Ltd -001327 Data Acquisitions limited -001328 Westech Korea Inc., -001329 VSST Co., LTD -00132A Sitronics Telecom Solutions -00132B Phoenix Digital -00132C MAZ Brandenburg GmbH -00132D iWise Communications -00132E ITian Coporation -00132F Interactek -001330 EURO PROTECTION SURVEILLANCE -001331 CellPoint Connect -001332 Beijing Topsec Network Security Technology Co., Ltd. -001333 BaudTec Corporation -001334 Arkados, Inc. -001335 VS Industry Berhad -001336 Tianjin 712 Communication Broadcasting co., ltd. -001337 Orient Power Home Network Ltd. -001338 FRESENIUS-VIAL -001339 CCV Deutschland GmbH -00133A VadaTech Inc. -00133B Speed Dragon Multimedia Limited -00133C QUINTRON SYSTEMS INC. -00133D Micro Memory Curtiss Wright Co -00133E MetaSwitch -00133F Eppendorf Instrumente GmbH -001340 AD.EL s.r.l. -001341 Shandong New Beiyang Information Technology Co.,Ltd -001342 Vision Research, Inc. -001343 Matsushita Electronic Components (Europe) GmbH -001344 Fargo Electronics Inc. -001345 Eaton Corporation -001346 D-Link Corporation -001347 BlueTree Wireless Data Inc. -001348 Artila Electronics Co., Ltd. -001349 ZyXEL Communications Corporation -00134A Engim, Inc. -00134B ToGoldenNet Technology Inc. -00134C YDT Technology International -00134D Inepro BV -00134E Valox Systems, Inc. -00134F Tranzeo Wireless Technologies Inc. -001350 Silver Spring Networks, Inc -001351 Niles Audio Corporation -001352 Naztec, Inc. -001353 HYDAC Filtertechnik GMBH -001354 Zcomax Technologies, Inc. -001355 TOMEN Cyber-business Solutions, Inc. -001356 FLIR Radiation Inc -001357 Soyal Technology Co., Ltd. -001358 Realm Systems, Inc. -001359 ProTelevision Technologies A/S -00135A Project T&E Limited -00135B PanelLink Cinema, LLC -00135C OnSite Systems, Inc. -00135D NTTPC Communications, Inc. -00135E EAB/RWI/K -00135F CISCO SYSTEMS, INC. -001360 CISCO SYSTEMS, INC. -001361 Biospace Co., Ltd. -001362 ShinHeung Precision Co., Ltd. -001363 Verascape, Inc. -001364 Paradigm Technology Inc.. -001365 Nortel -001366 Neturity Technologies Inc. -001367 Narayon. Co., Ltd. -001368 Saab Danmark A/S -001369 Honda Electron Co., LED. -00136A Hach Lange Sarl -00136B E-TEC -00136C TomTom -00136D Tentaculus AB -00136E Techmetro Corp. -00136F PacketMotion, Inc. -001370 Nokia Danmark A/S -001371 Motorola Mobility, Inc. -001372 Dell ESG PCBA Test -001373 BLwave Electronics Co., Ltd -001374 Atheros Communications, Inc. -001375 American Security Products Co. -001376 Tabor Electronics Ltd. -001377 Samsung Electronics CO., LTD -001378 Qsan Technology, Inc. -001379 PONDER INFORMATION INDUSTRIES LTD. -00137A Netvox Technology Co., Ltd. -00137B Movon Corporation -00137C Kaicom co., Ltd. -00137D Dynalab, Inc. -00137E CorEdge Networks, Inc. -00137F CISCO SYSTEMS, INC. -001380 CISCO SYSTEMS, INC. -001381 CHIPS & Systems, Inc. -001382 Cetacea Networks Corporation -001383 Application Technologies and Engineering Research Laboratory -001384 Advanced Motion Controls -001385 Add-On Technology Co., LTD. -001386 ABB Inc./Totalflow -001387 27M Technologies AB -001388 WiMedia Alliance -001389 Redes de Telefonía Móvil S.A. -00138A QINGDAO GOERTEK ELECTRONICS CO.,LTD. -00138B Phantom Technologies LLC -00138C Kumyoung.Co.Ltd -00138D Kinghold -00138E FOAB Elektronik AB -00138F Asiarock Incorporation -001390 Termtek Computer Co., Ltd -001391 OUEN CO.,LTD. -001392 Ruckus Wireless -001393 Panta Systems, Inc. -001394 Infohand Co.,Ltd -001395 congatec AG -001396 Acbel Polytech Inc. -001397 Oracle Corporation -001398 TrafficSim Co.,Ltd -001399 STAC Corporation. -00139A K-ubique ID Corp. -00139B ioIMAGE Ltd. -00139C Exavera Technologies, Inc. -00139D Marvell Hispana S.L. -00139E Ciara Technologies Inc. -00139F Electronics Design Services, Co., Ltd. -0013A0 ALGOSYSTEM Co., Ltd. -0013A1 Crow Electronic Engeneering -0013A2 MaxStream, Inc -0013A3 Siemens Com CPE Devices -0013A4 KeyEye Communications -0013A5 General Solutions, LTD. -0013A6 Extricom Ltd -0013A7 BATTELLE MEMORIAL INSTITUTE -0013A8 Tanisys Technology -0013A9 Sony Corporation -0013AA ALS & TEC Ltd. -0013AB Telemotive AG -0013AC Sunmyung Electronics Co., LTD -0013AD Sendo Ltd -0013AE Radiance Technologies, Inc. -0013AF NUMA Technology,Inc. -0013B0 Jablotron -0013B1 Intelligent Control Systems (Asia) Pte Ltd -0013B2 Carallon Limited -0013B3 Ecom Communications Technology Co., Ltd. -0013B4 Appear TV -0013B5 Wavesat -0013B6 Sling Media, Inc. -0013B7 Scantech ID -0013B8 RyCo Electronic Systems Limited -0013B9 BM SPA -0013BA ReadyLinks Inc -0013BB Smartvue Corporation -0013BC Artimi Ltd -0013BD HYMATOM SA -0013BE Virtual Conexions -0013BF Media System Planning Corp. -0013C0 Trix Tecnologia Ltda. -0013C1 Asoka USA Corporation -0013C2 WACOM Co.,Ltd -0013C3 CISCO SYSTEMS, INC. -0013C4 CISCO SYSTEMS, INC. -0013C5 LIGHTRON FIBER-OPTIC DEVICES INC. -0013C6 OpenGear, Inc -0013C7 IONOS Co.,Ltd. -0013C8 ADB Broadband Italia -0013C9 Beyond Achieve Enterprises Ltd. -0013CA Pico Digital -0013CB Zenitel Norway AS -0013CC Tall Maple Systems -0013CD MTI co. LTD -0013CE Intel Corporate -0013CF 4Access Communications -0013D0 t+ Medical Ltd -0013D1 KIRK telecom A/S -0013D2 PAGE IBERICA, S.A. -0013D3 MICRO-STAR INTERNATIONAL CO., LTD. -0013D4 ASUSTek COMPUTER INC. -0013D5 RuggedCom -0013D6 TII NETWORK TECHNOLOGIES, INC. -0013D7 SPIDCOM Technologies SA -0013D8 Princeton Instruments -0013D9 Matrix Product Development, Inc. -0013DA Diskware Co., Ltd -0013DB SHOEI Electric Co.,Ltd -0013DC IBTEK INC. -0013DD Abbott Diagnostics -0013DE Adapt4, LLC -0013DF Ryvor Corp. -0013E0 Murata Manufacturing Co., Ltd. -0013E1 Iprobe AB -0013E2 GeoVision Inc. -0013E3 CoVi Technologies, Inc. -0013E4 YANGJAE SYSTEMS CORP. -0013E5 TENOSYS, INC. -0013E6 Technolution -0013E7 Halcro -0013E8 Intel Corporate -0013E9 VeriWave, Inc. -0013EA Kamstrup A/S -0013EB Sysmaster Corporation -0013EC Sunbay Software AG -0013ED PSIA -0013EE JBX Designs Inc. -0013EF Kingjon Digital Technology Co.,Ltd -0013F0 Wavefront Semiconductor -0013F1 AMOD Technology Co., Ltd. -0013F2 Klas Ltd -0013F3 Giga-byte Communications Inc. -0013F4 Psitek (Pty) Ltd -0013F5 Akimbi Systems -0013F6 Cintech -0013F7 SMC Networks, Inc. -0013F8 Dex Security Solutions -0013F9 Cavera Systems -0013FA LifeSize Communications, Inc -0013FB RKC INSTRUMENT INC. -0013FC SiCortex, Inc -0013FD Nokia Danmark A/S -0013FE GRANDTEC ELECTRONIC CORP. -0013FF Dage-MTI of MC, Inc. -001400 MINERVA KOREA CO., LTD -001401 Rivertree Networks Corp. -001402 kk-electronic a/s -001403 Renasis, LLC -001404 Motorola Mobility, Inc. -001405 OpenIB, Inc. -001406 Go Networks -001407 Sperian Protection Instrumentation -001408 Eka Systems Inc. -001409 MAGNETI MARELLI S.E. S.p.A. -00140A WEPIO Co., Ltd. -00140B FIRST INTERNATIONAL COMPUTER, INC. -00140C GKB CCTV CO., LTD. -00140D Nortel -00140E Nortel -00140F Federal State Unitary Enterprise Leningrad R&D Institute of -001410 Suzhou Keda Technology CO.,Ltd -001411 Deutschmann Automation GmbH & Co. KG -001412 S-TEC electronics AG -001413 Trebing & Himstedt Prozeßautomation GmbH & Co. KG -001414 Jumpnode Systems LLC. -001415 Intec Automation Inc. -001416 Scosche Industries, Inc. -001417 RSE Informations Technologie GmbH -001418 C4Line -001419 SIDSA -00141A DEICY CORPORATION -00141B CISCO SYSTEMS, INC. -00141C CISCO SYSTEMS, INC. -00141D Lust Antriebstechnik GmbH -00141E P.A. Semi, Inc. -00141F SunKwang Electronics Co., Ltd -001420 G-Links networking company -001421 Total Wireless Technologies Pte. Ltd. -001422 Dell ESG PCBA Test -001423 J-S Co. NEUROCOM -001424 Merry Electrics CO., LTD. -001425 Galactic Computing Corp. -001426 NL Technology -001427 JazzMutant -001428 Vocollect, Inc -001429 V Center Technologies Co., Ltd. -00142A Elitegroup Computer System Co., Ltd -00142B Edata Communication Inc. -00142C Koncept International, Inc. -00142D Toradex AG -00142E 77 Elektronika Kft. -00142F WildPackets -001430 ViPowER, Inc -001431 PDL Electronics Ltd -001432 Tarallax Wireless, Inc. -001433 Empower Technologies(Canada) Inc. -001434 Keri Systems, Inc -001435 CityCom Corp. -001436 Qwerty Elektronik AB -001437 GSTeletech Co.,Ltd. -001438 Hewlett-Packard Company -001439 Blonder Tongue Laboratories, Inc. -00143A RAYTALK INTERNATIONAL SRL -00143B Sensovation AG -00143C Rheinmetall Canada Inc. -00143D Aevoe Inc. -00143E AirLink Communications, Inc. -00143F Hotway Technology Corporation -001440 ATOMIC Corporation -001441 Innovation Sound Technology Co., LTD. -001442 ATTO CORPORATION -001443 Consultronics Europe Ltd -001444 Grundfos Holding -001445 Telefon-Gradnja d.o.o. -001446 SuperVision Solutions LLC -001447 BOAZ Inc. -001448 Inventec Multimedia & Telecom Corporation -001449 Sichuan Changhong Electric Ltd. -00144A Taiwan Thick-Film Ind. Corp. -00144B Hifn, Inc. -00144C General Meters Corp. -00144D Intelligent Systems -00144E SRISA -00144F Oracle Corporation -001450 Heim Systems GmbH -001451 Apple Computer Inc. -001452 CALCULEX,INC. -001453 ADVANTECH TECHNOLOGIES CO.,LTD -001454 Symwave -001455 Coder Electronics Corporation -001456 Edge Products -001457 T-VIPS AS -001458 HS Automatic ApS -001459 Moram Co., Ltd. -00145A Neratec Solutions AG -00145B SeekerNet Inc. -00145C Intronics B.V. -00145D WJ Communications, Inc. -00145E IBM Corp -00145F ADITEC CO. LTD -001460 Kyocera Wireless Corp. -001461 CORONA CORPORATION -001462 Digiwell Technology, inc -001463 IDCS N.V. -001464 Cryptosoft -001465 Novo Nordisk A/S -001466 Kleinhenz Elektronik GmbH -001467 ArrowSpan Inc. -001468 CelPlan International, Inc. -001469 CISCO SYSTEMS, INC. -00146A CISCO SYSTEMS, INC. -00146B Anagran, Inc. -00146C Netgear Inc. -00146D RF Technologies -00146E H. Stoll GmbH & Co. KG -00146F Kohler Co -001470 Prokom Software SA -001471 Eastern Asia Technology Limited -001472 China Broadband Wireless IP Standard Group -001473 Bookham Inc -001474 K40 Electronics -001475 Wiline Networks, Inc. -001476 MultiCom Industries Limited -001477 Nertec Inc. -001478 ShenZhen TP-LINK Technologies Co., Ltd. -001479 NEC Magnus Communications,Ltd. -00147A Eubus GmbH -00147B Iteris, Inc. -00147C 3Com Ltd -00147D Aeon Digital International -00147E InnerWireless -00147F Thomson Telecom Belgium -001480 Hitachi-LG Data Storage Korea, Inc -001481 Multilink Inc -001482 Aurora Networks -001483 eXS Inc. -001484 Cermate Technologies Inc. -001485 Giga-Byte -001486 Echo Digital Audio Corporation -001487 American Technology Integrators -001488 Akorri -001489 B15402100 - JANDEI, S.L. -00148A Elin Ebg Traction Gmbh -00148B Globo Electronic GmbH & Co. KG -00148C Fortress Technologies -00148D Cubic Defense Simulation Systems -00148E Tele Power Inc. -00148F Protronic (Far East) Ltd. -001490 ASP Corporation -001491 Daniels Electronics Ltd. dbo Codan Rado Communications -001492 Liteon, Mobile Media Solution SBU -001493 Systimax Solutions -001494 ESU AG -001495 2Wire, Inc. -001496 Phonic Corp. -001497 ZHIYUAN Eletronics co.,ltd. -001498 Viking Design Technology -001499 Helicomm Inc -00149A Motorola Mobility, Inc. -00149B Nokota Communications, LLC -00149C HF Company -00149D Sound ID Inc. -00149E UbONE Co., Ltd -00149F System and Chips, Inc. -0014A0 Accsense, Inc. -0014A1 Synchronous Communication Corp -0014A2 Core Micro Systems Inc. -0014A3 Vitelec BV -0014A4 Hon Hai Precision Ind. Co., Ltd. -0014A5 Gemtek Technology Co., Ltd. -0014A6 Teranetics, Inc. -0014A7 Nokia Danmark A/S -0014A8 CISCO SYSTEMS, INC. -0014A9 CISCO SYSTEMS, INC. -0014AA Ashly Audio, Inc. -0014AB Senhai Electronic Technology Co., Ltd. -0014AC Bountiful WiFi -0014AD Gassner Wiege- und Meßtechnik GmbH -0014AE Wizlogics Co., Ltd. -0014AF Datasym POS Inc. -0014B0 Naeil Community -0014B1 Avitec AB -0014B2 mCubelogics Corporation -0014B3 CoreStar International Corp -0014B4 General Dynamics United Kingdom Ltd -0014B5 PHYSIOMETRIX,INC -0014B6 Enswer Technology Inc. -0014B7 AR Infotek Inc. -0014B8 Hill-Rom -0014B9 MSTAR SEMICONDUCTOR -0014BA Carvers SA de CV -0014BB Open Interface North America -0014BC SYNECTIC TELECOM EXPORTS PVT. LTD. -0014BD incNETWORKS, Inc -0014BE Wink communication technology CO.LTD -0014BF Cisco-Linksys LLC -0014C0 Symstream Technology Group Ltd -0014C1 U.S. Robotics Corporation -0014C2 Hewlett-Packard Company -0014C3 Seagate Technology -0014C4 Vitelcom Mobile Technology -0014C5 Alive Technologies Pty Ltd -0014C6 Quixant Ltd -0014C7 Nortel -0014C8 Contemporary Research Corp -0014C9 Brocade Communications Systems, Inc. -0014CA Key Radio Systems Limited -0014CB LifeSync Corporation -0014CC Zetec, Inc. -0014CD DigitalZone Co., Ltd. -0014CE NF CORPORATION -0014CF INVISIO Communications -0014D0 BTI Systems Inc. -0014D1 TRENDnet -0014D2 Kyuden Technosystems Corporation -0014D3 SEPSA -0014D4 K Technology Corporation -0014D5 Datang Telecom Technology CO. , LCD,Optical Communication Br -0014D6 Jeongmin Electronics Co.,Ltd. -0014D7 Datastore Technology Corp -0014D8 bio-logic SA -0014D9 IP Fabrics, Inc. -0014DA Huntleigh Healthcare -0014DB Elma Trenew Electronic GmbH -0014DC Communication System Design & Manufacturing (CSDM) -0014DD Covergence Inc. -0014DE Sage Instruments Inc. -0014DF HI-P Tech Corporation -0014E0 LET'S Corporation -0014E1 Data Display AG -0014E2 datacom systems inc. -0014E3 mm-lab GmbH -0014E4 infinias, LLC -0014E5 Alticast -0014E6 AIM Infrarotmodule GmbH -0014E7 Stolinx,. Inc -0014E8 Motorola Mobility, Inc. -0014E9 Nortech International -0014EA S Digm Inc. (Safe Paradigm Inc.) -0014EB AwarePoint Corporation -0014EC Acro Telecom -0014ED Airak, Inc. -0014EE Western Digital Technologies, Inc. -0014EF TZero Technologies, Inc. -0014F0 Business Security OL AB -0014F1 CISCO SYSTEMS, INC. -0014F2 CISCO SYSTEMS, INC. -0014F3 ViXS Systems Inc -0014F4 DekTec Digital Video B.V. -0014F5 OSI Security Devices -0014F6 Juniper Networks, Inc. -0014F7 CREVIS Co., LTD -0014F8 Scientific Atlanta -0014F9 Vantage Controls -0014FA AsGa S.A. -0014FB Technical Solutions Inc. -0014FC Extandon, Inc. -0014FD Thecus Technology Corp. -0014FE Artech Electronics -0014FF Precise Automation, Inc. -001500 Intel Corporate -001501 LexBox -001502 BETA tech -001503 PROFIcomms s.r.o. -001504 GAME PLUS CO., LTD. -001505 Actiontec Electronics, Inc -001506 Neo Photonics -001507 Renaissance Learning Inc -001508 Global Target Enterprise Inc -001509 Plus Technology Co., Ltd -00150A Sonoa Systems, Inc -00150B SAGE INFOTECH LTD. -00150C AVM GmbH -00150D Hoana Medical, Inc. -00150E OPENBRAIN TECHNOLOGIES CO., LTD. -00150F mingjong -001510 Techsphere Co., Ltd -001511 Data Center Systems -001512 Zurich University of Applied Sciences -001513 EFS sas -001514 Hu Zhou NAVA Networks&Electronics Ltd. -001515 Leipold+Co.GmbH -001516 URIEL SYSTEMS INC. -001517 Intel Corporate -001518 Shenzhen 10MOONS Technology Development CO.,Ltd -001519 StoreAge Networking Technologies -00151A Hunter Engineering Company -00151B Isilon Systems Inc. -00151C LENECO -00151D M2I CORPORATION -00151E Ethernet Powerlink Standardization Group (EPSG) -00151F Multivision Intelligent Surveillance (Hong Kong) Ltd -001520 Radiocrafts AS -001521 Horoquartz -001522 Dea Security -001523 Meteor Communications Corporation -001524 Numatics, Inc. -001525 Chamberlain Access Solutions -001526 Remote Technologies Inc -001527 Balboa Instruments -001528 Beacon Medical Products LLC d.b.a. BeaconMedaes -001529 N3 Corporation -00152A Nokia GmbH -00152B CISCO SYSTEMS, INC. -00152C CISCO SYSTEMS, INC. -00152D TenX Networks, LLC -00152E PacketHop, Inc. -00152F Motorola Mobility, Inc. -001530 EMC Corporation -001531 KOCOM -001532 Consumer Technologies Group, LLC -001533 NADAM.CO.,LTD -001534 A Beltrónica-Companhia de Comunicações, Lda -001535 OTE Spa -001536 Powertech co.,Ltd -001537 Ventus Networks -001538 RFID, Inc. -001539 Technodrive SRL -00153A Shenzhen Syscan Technology Co.,Ltd. -00153B EMH metering GmbH & Co. KG -00153C Kprotech Co., Ltd. -00153D ELIM PRODUCT CO. -00153E Q-Matic Sweden AB -00153F Alcatel Alenia Space Italia -001540 Nortel -001541 StrataLight Communications, Inc. -001542 MICROHARD S.R.L. -001543 Aberdeen Test Center -001544 coM.s.a.t. AG -001545 SEECODE Co., Ltd. -001546 ITG Worldwide Sdn Bhd -001547 AiZen Solutions Inc. -001548 CUBE TECHNOLOGIES -001549 Dixtal Biomedica Ind. Com. Ltda -00154A WANSHIH ELECTRONIC CO., LTD -00154B Wonde Proud Technology Co., Ltd -00154C Saunders Electronics -00154D Netronome Systems, Inc. -00154E IEC -00154F one RF Technology -001550 Nits Technology Inc -001551 RadioPulse Inc. -001552 Wi-Gear Inc. -001553 Cytyc Corporation -001554 Atalum Wireless S.A. -001555 DFM GmbH -001556 SAGEM COMMUNICATION -001557 Olivetti -001558 FOXCONN -001559 Securaplane Technologies, Inc. -00155A DAINIPPON PHARMACEUTICAL CO., LTD. -00155B Sampo Corporation -00155C Dresser Wayne -00155D Microsoft Corporation -00155E Morgan Stanley -00155F GreenPeak Technologies -001560 Hewlett-Packard Company -001561 JJPlus Corporation -001562 CISCO SYSTEMS, INC. -001563 CISCO SYSTEMS, INC. -001564 BEHRINGER Spezielle Studiotechnik GmbH -001565 XIAMEN YEALINK NETWORK TECHNOLOGY CO.,LTD -001566 A-First Technology Co., Ltd. -001567 RADWIN Inc. -001568 Dilithium Networks -001569 PECO II, Inc. -00156A DG2L Technologies Pvt. Ltd. -00156B Perfisans Networks Corp. -00156C SANE SYSTEM CO., LTD -00156D Ubiquiti Networks Inc. -00156E A. W. Communication Systems Ltd -00156F Xiranet Communications GmbH -001570 Symbol TechnologiesWholly owned Subsidiary of Motorola -001571 Nolan Systems -001572 Red-Lemon -001573 NewSoft Technology Corporation -001574 Horizon Semiconductors Ltd. -001575 Nevis Networks Inc. -001576 LABiTec - Labor Biomedical Technologies GmbH -001577 Allied Telesis -001578 Audio / Video Innovations -001579 Lunatone Industrielle Elektronik GmbH -00157A Telefin S.p.A. -00157B Leuze electronic GmbH + Co. KG -00157C Dave Networks, Inc. -00157D POSDATA CO., LTD. -00157E Weidmüller Interface GmbH & Co. KG -00157F ChuanG International Holding CO.,LTD. -001580 U-WAY CORPORATION -001581 MAKUS Inc. -001582 Pulse Eight Limited -001583 IVT corporation -001584 Schenck Process GmbH -001585 Aonvision Technolopy Corp. -001586 Xiamen Overseas Chinese Electronic Co., Ltd. -001587 Takenaka Seisakusho Co.,Ltd -001588 Balda Solution Malaysia Sdn Bhd -001589 D-MAX Technology Co.,Ltd -00158A SURECOM Technology Corp. -00158B Park Air Systems Ltd -00158C Liab ApS -00158D Jennic Ltd -00158E Plustek.INC -00158F NTT Advanced Technology Corporation -001590 Hectronic GmbH -001591 RLW Inc. -001592 Facom UK Ltd (Melksham) -001593 U4EA Technologies Inc. -001594 BIXOLON CO.,LTD -001595 Quester Tangent Corporation -001596 ARRIS International -001597 AETA AUDIO SYSTEMS -001598 Kolektor group -001599 Samsung Electronics Co., LTD -00159A Motorola Mobility, Inc. -00159B Nortel -00159C B-KYUNG SYSTEM Co.,Ltd. -00159D Minicom Advanced Systems ltd -00159E Mad Catz Interactive Inc -00159F Terascala, Inc. -0015A0 Nokia Danmark A/S -0015A1 ECA-SINTERS -0015A2 ARRIS International -0015A3 ARRIS International -0015A4 ARRIS International -0015A5 DCI Co., Ltd. -0015A6 Digital Electronics Products Ltd. -0015A7 Robatech AG -0015A8 Motorola Mobility, Inc. -0015A9 KWANG WOO I&C CO.,LTD -0015AA Rextechnik International Co., -0015AB PRO CO SOUND INC -0015AC Capelon AB -0015AD Accedian Networks -0015AE kyung il -0015AF AzureWave Technologies, Inc. -0015B0 AUTOTELENET CO.,LTD -0015B1 Ambient Corporation -0015B2 Advanced Industrial Computer, Inc. -0015B3 Caretech AB -0015B4 Polymap Wireless LLC -0015B5 CI Network Corp. -0015B6 ShinMaywa Industries, Ltd. -0015B7 Toshiba -0015B8 Tahoe -0015B9 Samsung Electronics Co., Ltd. -0015BA iba AG -0015BB SMA Solar Technology AG -0015BC Develco -0015BD Group 4 Technology Ltd -0015BE Iqua Ltd. -0015BF technicob -0015C0 DIGITAL TELEMEDIA CO.,LTD. -0015C1 SONY Computer Entertainment inc, -0015C2 3M Germany -0015C3 Ruf Telematik AG -0015C4 FLOVEL CO., LTD. -0015C5 Dell ESG PCBA Test -0015C6 CISCO SYSTEMS, INC. -0015C7 CISCO SYSTEMS, INC. -0015C8 FlexiPanel Ltd -0015C9 Gumstix, Inc -0015CA TeraRecon, Inc. -0015CB Surf Communication Solutions Ltd. -0015CC UQUEST, LTD. -0015CD Exartech International Corp. -0015CE ARRIS International -0015CF ARRIS International -0015D0 ARRIS International -0015D1 ARRIS Group, Inc. -0015D2 Xantech Corporation -0015D3 Pantech&Curitel Communications, Inc. -0015D4 Emitor AB -0015D5 NICEVT -0015D6 OSLiNK Sp. z o.o. -0015D7 Reti Corporation -0015D8 Interlink Electronics -0015D9 PKC Electronics Oy -0015DA IRITEL A.D. -0015DB Canesta Inc. -0015DC KT&C Co., Ltd. -0015DD IP Control Systems Ltd. -0015DE Nokia Danmark A/S -0015DF Clivet S.p.A. -0015E0 ST-Ericsson -0015E1 Picochip Ltd -0015E2 Dr.Ing. Herbert Knauer GmbH -0015E3 Dream Technologies Corporation -0015E4 Zimmer Elektromedizin -0015E5 Cheertek Inc. -0015E6 MOBILE TECHNIKA Inc. -0015E7 Quantec Tontechnik -0015E8 Nortel -0015E9 D-Link Corporation -0015EA Tellumat (Pty) Ltd -0015EB ZTE CORPORATION -0015EC Boca Devices LLC -0015ED Fulcrum Microsystems, Inc. -0015EE Omnex Control Systems -0015EF NEC TOKIN Corporation -0015F0 EGO BV -0015F1 KYLINK Communications Corp. -0015F2 ASUSTek COMPUTER INC. -0015F3 PELTOR AB -0015F4 Eventide -0015F5 Sustainable Energy Systems -0015F6 SCIENCE AND ENGINEERING SERVICES, INC. -0015F7 Wintecronics Ltd. -0015F8 Kingtronics Industrial Co. Ltd. -0015F9 CISCO SYSTEMS, INC. -0015FA CISCO SYSTEMS, INC. -0015FB setex schermuly textile computer gmbh -0015FC Littelfuse Startco -0015FD Complete Media Systems -0015FE SCHILLING ROBOTICS LLC -0015FF Novatel Wireless, Inc. -001600 CelleBrite Mobile Synchronization -001601 Buffalo Inc. -001602 CEYON TECHNOLOGY CO.,LTD. -001603 COOLKSKY Co., LTD -001604 Sigpro -001605 YORKVILLE SOUND INC. -001606 Ideal Industries -001607 Curves International Inc. -001608 Sequans Communications -001609 Unitech electronics co., ltd. -00160A SWEEX Europe BV -00160B TVWorks LLC -00160C LPL DEVELOPMENT S.A. DE C.V -00160D Be Here Corporation -00160E Optica Technologies Inc. -00160F BADGER METER INC -001610 Carina Technology -001611 Altecon Srl -001612 Otsuka Electronics Co., Ltd. -001613 LibreStream Technologies Inc. -001614 Picosecond Pulse Labs -001615 Nittan Company, Limited -001616 BROWAN COMMUNICATION INC. -001617 MSI -001618 HIVION Co., Ltd. -001619 Lancelan Technologies S.L. -00161A Dametric AB -00161B Micronet Corporation -00161C e:cue -00161D Innovative Wireless Technologies, Inc. -00161E Woojinnet -00161F SUNWAVETEC Co., Ltd. -001620 Sony Ericsson Mobile Communications AB -001621 Colorado Vnet -001622 BBH SYSTEMS GMBH -001623 Interval Media -001624 Teneros, Inc. -001625 Impinj, Inc. -001626 Motorola Mobility, Inc. -001627 embedded-logic DESIGN AND MORE GmbH -001628 Ultra Electronics Manufacturing and Card Systems -001629 Nivus GmbH -00162A Antik computers & communications s.r.o. -00162B Togami Electric Mfg.co.,Ltd. -00162C Xanboo -00162D STNet Co., Ltd. -00162E Space Shuttle Hi-Tech Co., Ltd. -00162F Geutebrück GmbH -001630 Vativ Technologies -001631 Xteam -001632 SAMSUNG ELECTRONICS CO., LTD. -001633 Oxford Diagnostics Ltd. -001634 Mathtech, Inc. -001635 Hewlett-Packard Company -001636 Quanta Computer Inc. -001637 CITEL SpA -001638 TECOM Co., Ltd. -001639 UBIQUAM Co.,Ltd -00163A YVES TECHNOLOGY CO., LTD. -00163B VertexRSI/General Dynamics -00163C Rebox B.V. -00163D Tsinghua Tongfang Legend Silicon Tech. Co., Ltd. -00163E Xensource, Inc. -00163F CReTE SYSTEMS Inc. -001640 Asmobile Communication Inc. -001641 Universal Global Scientific Industrial Co., Ltd. -001642 Pangolin -001643 Sunhillo Corporation -001644 LITE-ON Technology Corp. -001645 Power Distribution, Inc. -001646 CISCO SYSTEMS, INC. -001647 CISCO SYSTEMS, INC. -001648 SSD Company Limited -001649 SetOne GmbH -00164A Vibration Technology Limited -00164B Quorion Data Systems GmbH -00164C PLANET INT Co., Ltd -00164D Alcatel North America IP Division -00164E Nokia Danmark A/S -00164F World Ethnic Broadcastin Inc. -001650 Herley General Microwave Israel. -001651 Exeo Systems -001652 Hoatech Technologies, Inc. -001653 LEGO System A/S IE Electronics Division -001654 Flex-P Industries Sdn. Bhd. -001655 FUHO TECHNOLOGY Co., LTD -001656 Nintendo Co., Ltd. -001657 Aegate Ltd -001658 Fusiontech Technologies Inc. -001659 Z.M.P. RADWAG -00165A Harman Specialty Group -00165B Grip Audio -00165C Trackflow Ltd -00165D AirDefense, Inc. -00165E Precision I/O -00165F Fairmount Automation -001660 Nortel -001661 Novatium Solutions (P) Ltd -001662 Liyuh Technology Ltd. -001663 KBT Mobile -001664 Prod-El SpA -001665 Cellon France -001666 Quantier Communication Inc. -001667 A-TEC Subsystem INC. -001668 Eishin Electronics -001669 MRV Communication (Networks) LTD -00166A TPS -00166B Samsung Electronics -00166C Samsung Electonics Digital Video System Division -00166D Yulong Computer Telecommunication Scientific(shenzhen)Co.,Lt -00166E Arbitron Inc. -00166F Intel Corporate -001670 SKNET Corporation -001671 Symphox Information Co. -001672 Zenway enterprise ltd -001673 Bury GmbH & Co. KG -001674 EuroCB (Phils.), Inc. -001675 Motorola Mobility, Inc. -001676 Intel Corporate -001677 Bihl + Wiedemann GmbH -001678 SHENZHEN BAOAN GAOKE ELECTRONICS CO., LTD -001679 eOn Communications -00167A Skyworth Overseas Dvelopment Ltd. -00167B Haver&Boecker -00167C iRex Technologies BV -00167D Sky-Line Information Co., Ltd. -00167E DIBOSS.CO.,LTD -00167F Bluebird Soft Inc. -001680 Bally Gaming + Systems -001681 Vector Informatik GmbH -001682 Pro Dex, Inc -001683 WEBIO International Co.,.Ltd. -001684 Donjin Co.,Ltd. -001685 Elisa Oyj -001686 Karl Storz Imaging -001687 Chubb CSC-Vendor AP -001688 ServerEngines LLC -001689 Pilkor Electronics Co., Ltd -00168A id-Confirm Inc -00168B Paralan Corporation -00168C DSL Partner AS -00168D KORWIN CO., Ltd. -00168E Vimicro corporation -00168F GN Netcom as -001690 J-TEK INCORPORATION -001691 Moser-Baer AG -001692 Scientific-Atlanta, Inc. -001693 PowerLink Technology Inc. -001694 Sennheiser Communications A/S -001695 AVC Technology (International) Limited -001696 QDI Technology (H.K.) Limited -001697 NEC Corporation -001698 T&A Mobile Phones -001699 Tonic DVB Marketing Ltd -00169A Quadrics Ltd -00169B Alstom Transport -00169C CISCO SYSTEMS, INC. -00169D CISCO SYSTEMS, INC. -00169E TV One Ltd -00169F Vimtron Electronics Co., Ltd. -0016A0 Auto-Maskin -0016A1 3Leaf Networks -0016A2 CentraLite Systems, Inc. -0016A3 Ingeteam Transmission&Distribution, S.A. -0016A4 Ezurio Ltd -0016A5 Tandberg Storage ASA -0016A6 Dovado FZ-LLC -0016A7 AWETA G&P -0016A8 CWT CO., LTD. -0016A9 2EI -0016AA Kei Communication Technology Inc. -0016AB PBI-Dansensor A/S -0016AC Toho Technology Corp. -0016AD BT-Links Company Limited -0016AE INVENTEL -0016AF Shenzhen Union Networks Equipment Co.,Ltd. -0016B0 VK Corporation -0016B1 KBS -0016B2 DriveCam Inc -0016B3 Photonicbridges (China) Co., Ltd. -0016B4 PRIVATE -0016B5 Motorola Mobility, Inc. -0016B6 Cisco-Linksys -0016B7 Seoul Commtech -0016B8 Sony Ericsson Mobile Communications -0016B9 ProCurve Networking -0016BA WEATHERNEWS INC. -0016BB Law-Chain Computer Technology Co Ltd -0016BC Nokia Danmark A/S -0016BD ATI Industrial Automation -0016BE INFRANET, Inc. -0016BF PaloDEx Group Oy -0016C0 Semtech Corporation -0016C1 Eleksen Ltd -0016C2 Avtec Systems Inc -0016C3 BA Systems Inc -0016C4 SiRF Technology, Inc. -0016C5 Shenzhen Xing Feng Industry Co.,Ltd -0016C6 North Atlantic Industries -0016C7 CISCO SYSTEMS, INC. -0016C8 CISCO SYSTEMS, INC. -0016C9 NAT Seattle, Inc. -0016CA Nortel -0016CB Apple Computer -0016CC Xcute Mobile Corp. -0016CD HIJI HIGH-TECH CO., LTD. -0016CE Hon Hai Precision Ind. Co., Ltd. -0016CF Hon Hai Precision Ind. Co., Ltd. -0016D0 ATech elektronika d.o.o. -0016D1 ZAT a.s. -0016D2 Caspian -0016D3 Wistron Corporation -0016D4 Compal Communications, Inc. -0016D5 Synccom Co., Ltd -0016D6 TDA Tech Pty Ltd -0016D7 Sunways AG -0016D8 Senea AB -0016D9 NINGBO BIRD CO.,LTD. -0016DA Futronic Technology Co. Ltd. -0016DB Samsung Electronics Co., Ltd. -0016DC ARCHOS -0016DD Gigabeam Corporation -0016DE FAST Inc -0016DF Lundinova AB -0016E0 3Com Ltd -0016E1 SiliconStor, Inc. -0016E2 American Fibertek, Inc. -0016E3 ASKEY COMPUTER CORP. -0016E4 VANGUARD SECURITY ENGINEERING CORP. -0016E5 FORDLEY DEVELOPMENT LIMITED -0016E6 GIGA-BYTE TECHNOLOGY CO.,LTD. -0016E7 Dynamix Promotions Limited -0016E8 Sigma Designs, Inc. -0016E9 Tiba Medical Inc -0016EA Intel Corporate -0016EB Intel Corporate -0016EC Elitegroup Computer Systems Co., Ltd. -0016ED Digital Safety Technologies, Inc -0016EE RoyalDigital Inc. -0016EF Koko Fitness, Inc. -0016F0 Dell -0016F1 OmniSense, LLC -0016F2 Dmobile System Co., Ltd. -0016F3 CAST Information Co., Ltd -0016F4 Eidicom Co., Ltd. -0016F5 Dalian Golden Hualu Digital Technology Co.,Ltd -0016F6 Video Products Group -0016F7 L-3 Communications, Aviation Recorders -0016F8 AVIQTECH TECHNOLOGY CO., LTD. -0016F9 CETRTA POT, d.o.o., Kranj -0016FA ECI Telecom Ltd. -0016FB SHENZHEN MTC CO.,LTD. -0016FC TOHKEN CO.,LTD. -0016FD Jaty Electronics -0016FE Alps Electric Co., Ltd -0016FF Wamin Optocomm Mfg Corp -001700 Motorola Mobility, Inc. -001701 KDE, Inc. -001702 Osung Midicom Co., Ltd -001703 MOSDAN Internation Co.,Ltd -001704 Shinco Electronics Group Co.,Ltd -001705 Methode Electronics -001706 Techfaith Wireless Communication Technology Limited. -001707 InGrid, Inc -001708 Hewlett-Packard Company -001709 Exalt Communications -00170A INEW DIGITAL COMPANY -00170B Contela, Inc. -00170C Twig Com Ltd. -00170D Dust Networks Inc. -00170E CISCO SYSTEMS, INC. -00170F CISCO SYSTEMS, INC. -001710 Casa Systems Inc. -001711 GE Healthcare Bio-Sciences AB -001712 ISCO International -001713 Tiger NetCom -001714 BR Controls Nederland bv -001715 Qstik -001716 Qno Technology Inc. -001717 Leica Geosystems AG -001718 Vansco Electronics Oy -001719 AudioCodes USA, Inc -00171A Winegard Company -00171B Innovation Lab Corp. -00171C NT MicroSystems, Inc. -00171D DIGIT -00171E Theo Benning GmbH & Co. KG -00171F IMV Corporation -001720 Image Sensing Systems, Inc. -001721 FITRE S.p.A. -001722 Hanazeder Electronic GmbH -001723 Summit Data Communications -001724 Studer Professional Audio GmbH -001725 Liquid Computing -001726 m2c Electronic Technology Ltd. -001727 Thermo Ramsey Italia s.r.l. -001728 Selex Communications -001729 Ubicod Co.LTD -00172A Proware Technology Corp.(By Unifosa) -00172B Global Technologies Inc. -00172C TAEJIN INFOTECH -00172D Axcen Photonics Corporation -00172E FXC Inc. -00172F NeuLion Incorporated -001730 Automation Electronics -001731 ASUSTek COMPUTER INC. -001732 Science-Technical Center "RISSA" -001733 SFR -001734 ADC Telecommunications -001735 PRIVATE -001736 iiTron Inc. -001737 Industrie Dial Face S.p.A. -001738 International Business Machines -001739 Bright Headphone Electronics Company -00173A Reach Systems Inc. -00173B Cisco Systems, Inc. -00173C Extreme Engineering Solutions -00173D Neology -00173E LeucotronEquipamentos Ltda. -00173F Belkin Corporation -001740 Bluberi Gaming Technologies Inc -001741 DEFIDEV -001742 FUJITSU LIMITED -001743 Deck Srl -001744 Araneo Ltd. -001745 INNOTZ CO., Ltd -001746 Freedom9 Inc. -001747 Trimble -001748 Neokoros Brasil Ltda -001749 HYUNDAE YONG-O-SA CO.,LTD -00174A SOCOMEC -00174B Nokia Danmark A/S -00174C Millipore -00174D DYNAMIC NETWORK FACTORY, INC. -00174E Parama-tech Co.,Ltd. -00174F iCatch Inc. -001750 GSI Group, MicroE Systems -001751 Online Corporation -001752 DAGS, Inc -001753 nFore Technology Inc. -001754 Arkino HiTOP Corporation Limited -001755 GE Security -001756 Vinci Labs Oy -001757 RIX TECHNOLOGY LIMITED -001758 ThruVision Ltd -001759 CISCO SYSTEMS, INC. -00175A CISCO SYSTEMS, INC. -00175B ACS Solutions Switzerland Ltd. -00175C SHARP CORPORATION -00175D Dongseo system. -00175E Zed-3 -00175F XENOLINK Communications Co., Ltd. -001760 Naito Densei Machida MFG.CO.,LTD -001761 ZKSoftware Inc. -001762 Solar Technology, Inc. -001763 Essentia S.p.A. -001764 ATMedia GmbH -001765 Nortel -001766 Accense Technology, Inc. -001767 Earforce AS -001768 Zinwave Ltd -001769 Cymphonix Corp -00176A Avago Technologies -00176B Kiyon, Inc. -00176C Pivot3, Inc. -00176D CORE CORPORATION -00176E DUCATI SISTEMI -00176F PAX Computer Technology(Shenzhen) Ltd. -001770 Arti Industrial Electronics Ltd. -001771 APD Communications Ltd -001772 ASTRO Strobel Kommunikationssysteme GmbH -001773 Laketune Technologies Co. Ltd -001774 Elesta GmbH -001775 TTE Germany GmbH -001776 Meso Scale Diagnostics, LLC -001777 Obsidian Research Corporation -001778 Central Music Co. -001779 QuickTel -00177A ASSA ABLOY AB -00177B Azalea Networks inc -00177C Smartlink Network Systems Limited -00177D IDT International Limited -00177E Meshcom Technologies Inc. -00177F Worldsmart Retech -001780 Applied Biosystems B.V. -001781 Greystone Data System, Inc. -001782 LoBenn Inc. -001783 Texas Instruments -001784 Motorola Mobility, Inc. -001785 Sparr Electronics Ltd -001786 wisembed -001787 Brother, Brother & Sons ApS -001788 Philips Lighting BV -001789 Zenitron Corporation -00178A DARTS TECHNOLOGIES CORP. -00178B Teledyne Technologies Incorporated -00178C Independent Witness, Inc -00178D Checkpoint Systems, Inc. -00178E Gunnebo Cash Automation AB -00178F NINGBO YIDONG ELECTRONIC CO.,LTD. -001790 HYUNDAI DIGITECH Co, Ltd. -001791 LinTech GmbH -001792 Falcom Wireless Comunications Gmbh -001793 Tigi Corporation -001794 CISCO SYSTEMS, INC. -001795 CISCO SYSTEMS, INC. -001796 Rittmeyer AG -001797 Telsy Elettronica S.p.A. -001798 Azonic Technology Co., LTD -001799 SmarTire Systems Inc. -00179A D-Link Corporation -00179B Chant Sincere CO., LTD. -00179C DEPRAG SCHULZ GMBH u. CO. -00179D Kelman Limited -00179E Sirit Inc -00179F Apricorn -0017A0 RoboTech srl -0017A1 3soft inc. -0017A2 Camrivox Ltd. -0017A3 MIX s.r.l. -0017A4 Hewlett-Packard Company -0017A5 Ralink Technology Corp -0017A6 YOSIN ELECTRONICS CO., LTD. -0017A7 Mobile Computing Promotion Consortium -0017A8 EDM Corporation -0017A9 Sentivision -0017AA elab-experience inc. -0017AB Nintendo Co., Ltd. -0017AC O'Neil Product Development Inc. -0017AD AceNet Corporation -0017AE GAI-Tronics -0017AF Enermet -0017B0 Nokia Danmark A/S -0017B1 ACIST Medical Systems, Inc. -0017B2 SK Telesys -0017B3 Aftek Infosys Limited -0017B4 Remote Security Systems, LLC -0017B5 Peerless Systems Corporation -0017B6 Aquantia -0017B7 Tonze Technology Co. -0017B8 NOVATRON CO., LTD. -0017B9 Gambro Lundia AB -0017BA SEDO CO., LTD. -0017BB Syrinx Industrial Electronics -0017BC Touchtunes Music Corporation -0017BD Tibetsystem -0017BE Tratec Telecom B.V. -0017BF Coherent Research Limited -0017C0 PureTech Systems, Inc. -0017C1 CM Precision Technology LTD. -0017C2 ADB Broadband Italia -0017C3 KTF Technologies Inc. -0017C4 Quanta Microsystems, INC. -0017C5 SonicWALL -0017C6 Cross Match Technologies Inc -0017C7 MARA Systems Consulting AB -0017C8 KYOCERA Document Solutions Inc. -0017C9 Samsung Electronics Co., Ltd. -0017CA Qisda Corporation -0017CB Juniper Networks -0017CC Alcatel-Lucent -0017CD CEC Wireless R&D Ltd. -0017CE Screen Service Spa -0017CF iMCA-GmbH -0017D0 Opticom Communications, LLC -0017D1 Nortel -0017D2 THINLINX PTY LTD -0017D3 Etymotic Research, Inc. -0017D4 Monsoon Multimedia, Inc -0017D5 Samsung Electronics Co., Ltd. -0017D6 Bluechips Microhouse Co.,Ltd. -0017D7 ION Geophysical Corporation Inc. -0017D8 Magnum Semiconductor, Inc. -0017D9 AAI Corporation -0017DA Spans Logic -0017DB CANKO TECHNOLOGIES INC. -0017DC DAEMYUNG ZERO1 -0017DD Clipsal Australia -0017DE Advantage Six Ltd -0017DF CISCO SYSTEMS, INC. -0017E0 CISCO SYSTEMS, INC. -0017E1 DACOS Technologies Co., Ltd. -0017E2 Motorola Mobility, Inc. -0017E3 Texas Instruments -0017E4 Texas Instruments -0017E5 Texas Instruments -0017E6 Texas Instruments -0017E7 Texas Instruments -0017E8 Texas Instruments -0017E9 Texas Instruments -0017EA Texas Instruments -0017EB Texas Instruments -0017EC Texas Instruments -0017ED WooJooIT Ltd. -0017EE Motorola Mobility, Inc. -0017EF IBM Corp -0017F0 SZCOM Broadband Network Technology Co.,Ltd -0017F1 Renu Electronics Pvt Ltd -0017F2 Apple Computer -0017F3 Harris Corparation -0017F4 ZERON ALLIANCE -0017F5 LIG NEOPTEK -0017F6 Pyramid Meriden Inc. -0017F7 CEM Solutions Pvt Ltd -0017F8 Motech Industries Inc. -0017F9 Forcom Sp. z o.o. -0017FA Microsoft Corporation -0017FB FA -0017FC Suprema Inc. -0017FD Amulet Hotkey -0017FE TALOS SYSTEM INC. -0017FF PLAYLINE Co.,Ltd. -001800 UNIGRAND LTD -001801 Actiontec Electronics, Inc -001802 Alpha Networks Inc. -001803 ArcSoft Shanghai Co. LTD -001804 E-TEK DIGITAL TECHNOLOGY LIMITED -001805 Beijing InHand Networking Technology Co.,Ltd. -001806 Hokkei Industries Co., Ltd. -001807 Fanstel Corp. -001808 SightLogix, Inc. -001809 CRESYN -00180A Meraki, Inc. -00180B Brilliant Telecommunications -00180C Optelian Access Networks -00180D Terabytes Server Storage Tech Corp -00180E Avega Systems -00180F Nokia Danmark A/S -001810 IPTrade S.A. -001811 Neuros Technology International, LLC. -001812 Beijing Xinwei Telecom Technology Co., Ltd. -001813 Sony Ericsson Mobile Communications -001814 Mitutoyo Corporation -001815 GZ Technologies, Inc. -001816 Ubixon Co., Ltd. -001817 D. E. Shaw Research, LLC -001818 CISCO SYSTEMS, INC. -001819 CISCO SYSTEMS, INC. -00181A AVerMedia Information Inc. -00181B TaiJin Metal Co., Ltd. -00181C Exterity Limited -00181D ASIA ELECTRONICS CO.,LTD -00181E GDX Technologies Ltd. -00181F Palmmicro Communications -001820 w5networks -001821 SINDORICOH -001822 CEC TELECOM CO.,LTD. -001823 Delta Electronics, Inc. -001824 Kimaldi Electronics, S.L. -001825 PRIVATE -001826 Cale Access AB -001827 NEC UNIFIED SOLUTIONS NEDERLAND B.V. -001828 e2v technologies (UK) ltd. -001829 Gatsometer -00182A Taiwan Video & Monitor -00182B Softier -00182C Ascend Networks, Inc. -00182D Artec Design -00182E XStreamHD, LLC -00182F Texas Instruments -001830 Texas Instruments -001831 Texas Instruments -001832 Texas Instruments -001833 Texas Instruments -001834 Texas Instruments -001835 Thoratec / ITC -001836 Reliance Electric Limited -001837 Universal ABIT Co., Ltd. -001838 PanAccess Communications,Inc. -001839 Cisco-Linksys LLC -00183A Westell Technologies -00183B CENITS Co., Ltd. -00183C Encore Software Limited -00183D Vertex Link Corporation -00183E Digilent, Inc -00183F 2Wire, Inc -001840 3 Phoenix, Inc. -001841 High Tech Computer Corp -001842 Nokia Danmark A/S -001843 Dawevision Ltd -001844 Heads Up Technologies, Inc. -001845 Pulsar-Telecom LLC. -001846 Crypto S.A. -001847 AceNet Technology Inc. -001848 Vecima Networks Inc. -001849 Pigeon Point Systems LLC -00184A Catcher, Inc. -00184B Las Vegas Gaming, Inc. -00184C Bogen Communications -00184D Netgear Inc. -00184E Lianhe Technologies, Inc. -00184F 8 Ways Technology Corp. -001850 Secfone Kft -001851 SWsoft -001852 StorLink Semiconductors, Inc. -001853 Atera Networks LTD. -001854 Argard Co., Ltd -001855 Aeromaritime Systembau GmbH -001856 EyeFi, Inc -001857 Unilever R&D -001858 TagMaster AB -001859 Strawberry Linux Co.,Ltd. -00185A uControl, Inc. -00185B Network Chemistry, Inc -00185C EDS Lab Pte Ltd -00185D TAIGUEN TECHNOLOGY (SHEN-ZHEN) CO., LTD. -00185E Nexterm Inc. -00185F TAC Inc. -001860 SIM Technology Group Shanghai Simcom Ltd., -001861 Ooma, Inc. -001862 Seagate Technology -001863 Veritech Electronics Limited -001864 Eaton Corporation -001865 Siemens Healthcare Diagnostics Manufacturing Ltd -001866 Leutron Vision -001867 Datalogic ADC -001868 Scientific Atlanta, A Cisco Company -001869 KINGJIM -00186A Global Link Digital Technology Co,.LTD -00186B Sambu Communics CO., LTD. -00186C Neonode AB -00186D Zhenjiang Sapphire Electronic Industry CO. -00186E 3Com Ltd -00186F Setha Industria Eletronica LTDA -001870 E28 Shanghai Limited -001871 Hewlett-Packard Company -001872 Expertise Engineering -001873 CISCO SYSTEMS, INC. -001874 CISCO SYSTEMS, INC. -001875 AnaCise Testnology Pte Ltd -001876 WowWee Ltd. -001877 Amplex A/S -001878 Mackware GmbH -001879 dSys -00187A Wiremold -00187B 4NSYS Co. Ltd. -00187C INTERCROSS, LLC -00187D Armorlink shanghai Co. Ltd -00187E RGB Spectrum -00187F ZODIANET -001880 Maxim Integrated Products -001881 Buyang Electronics Industrial Co., Ltd -001882 Huawei Technologies Co., Ltd. -001883 FORMOSA21 INC. -001884 Fon Technology S.L. -001885 Avigilon Corporation -001886 EL-TECH, INC. -001887 Metasystem SpA -001888 GOTIVE a.s. -001889 WinNet Solutions Limited -00188A Infinova LLC -00188B Dell ESG PCBA Test -00188C Mobile Action Technology Inc. -00188D Nokia Danmark A/S -00188E Ekahau, Inc. -00188F Montgomery Technology, Inc. -001890 RadioCOM, s.r.o. -001891 Zhongshan General K-mate Electronics Co., Ltd -001892 ads-tec GmbH -001893 SHENZHEN PHOTON BROADBAND TECHNOLOGY CO.,LTD -001894 zimocom -001895 Hansun Technologies Inc. -001896 Great Well Electronic LTD -001897 JESS-LINK PRODUCTS Co., LTD -001898 KINGSTATE ELECTRONICS CORPORATION -001899 ShenZhen jieshun Science&Technology Industry CO,LTD. -00189A HANA Micron Inc. -00189B Thomson Inc. -00189C Weldex Corporation -00189D Navcast Inc. -00189E OMNIKEY GmbH. -00189F Lenntek Corporation -0018A0 Cierma Ascenseurs -0018A1 Tiqit Computers, Inc. -0018A2 XIP Technology AB -0018A3 ZIPPY TECHNOLOGY CORP. -0018A4 Motorola Mobility, Inc. -0018A5 ADigit Technologies Corp. -0018A6 Persistent Systems, LLC -0018A7 Yoggie Security Systems LTD. -0018A8 AnNeal Technology Inc. -0018A9 Ethernet Direct Corporation -0018AA Protec Fire Detection plc -0018AB BEIJING LHWT MICROELECTRONICS INC. -0018AC Shanghai Jiao Da HISYS Technology Co. Ltd. -0018AD NIDEC SANKYO CORPORATION -0018AE TVT CO.,LTD -0018AF Samsung Electronics Co., Ltd. -0018B0 Nortel -0018B1 IBM Corp -0018B2 ADEUNIS RF -0018B3 TEC WizHome Co., Ltd. -0018B4 Dawon Media Inc. -0018B5 Magna Carta -0018B6 S3C, Inc. -0018B7 D3 LED, LLC -0018B8 New Voice International AG -0018B9 CISCO SYSTEMS, INC. -0018BA CISCO SYSTEMS, INC. -0018BB Eliwell Controls srl -0018BC ZAO NVP Bolid -0018BD SHENZHEN DVBWORLD TECHNOLOGY CO., LTD. -0018BE ANSA Corporation -0018BF Essence Technology Solution, Inc. -0018C0 Motorola Mobility, Inc. -0018C1 Almitec Informática e Comércio -0018C2 Firetide, Inc -0018C3 CS Corporation -0018C4 Raba Technologies LLC -0018C5 Nokia Danmark A/S -0018C6 OPW Fuel Management Systems -0018C7 Real Time Automation -0018C8 ISONAS Inc. -0018C9 EOps Technology Limited -0018CA Viprinet GmbH -0018CB Tecobest Technology Limited -0018CC AXIOHM SAS -0018CD Erae Electronics Industry Co., Ltd -0018CE Dreamtech Co., Ltd -0018CF Baldor Electric Company -0018D0 AtRoad, A Trimble Company -0018D1 Siemens Home & Office Comm. Devices -0018D2 High-Gain Antennas LLC -0018D3 TEAMCAST -0018D4 Unified Display Interface SIG -0018D5 REIGNCOM -0018D6 Swirlnet A/S -0018D7 Javad Navigation Systems Inc. -0018D8 ARCH METER Corporation -0018D9 Santosha Internatonal, Inc -0018DA AMBER wireless GmbH -0018DB EPL Technology Ltd -0018DC Prostar Co., Ltd. -0018DD Silicondust Engineering Ltd -0018DE Intel Corporate -0018DF The Morey Corporation -0018E0 ANAVEO -0018E1 Verkerk Service Systemen -0018E2 Topdata Sistemas de Automacao Ltda -0018E3 Visualgate Systems, Inc. -0018E4 YIGUANG -0018E5 Adhoco AG -0018E6 Computer Hardware Design SIA -0018E7 Cameo Communications, INC. -0018E8 Hacetron Corporation -0018E9 Numata Corporation -0018EA Alltec GmbH -0018EB BroVis Wireless Networks -0018EC Welding Technology Corporation -0018ED Accutech Ultrasystems Co., Ltd. -0018EE Videology Imaging Solutions, Inc. -0018EF Escape Communications, Inc. -0018F0 JOYTOTO Co., Ltd. -0018F1 Chunichi Denshi Co.,LTD. -0018F2 Beijing Tianyu Communication Equipment Co., Ltd -0018F3 ASUSTek COMPUTER INC. -0018F4 EO TECHNICS Co., Ltd. -0018F5 Shenzhen Streaming Video Technology Company Limited -0018F6 Thomson Telecom Belgium -0018F7 Kameleon Technologies -0018F8 Cisco-Linksys LLC -0018F9 VVOND, Inc. -0018FA Yushin Precision Equipment Co.,Ltd. -0018FB Compro Technology -0018FC Altec Electronic AG -0018FD Optimal Technologies International Inc. -0018FE Hewlett-Packard Company -0018FF PowerQuattro Co. -001900 Intelliverese - DBA Voicecom -001901 F1MEDIA -001902 Cambridge Consultants Ltd -001903 Bigfoot Networks Inc -001904 WB Electronics Sp. z o.o. -001905 SCHRACK Seconet AG -001906 CISCO SYSTEMS, INC. -001907 CISCO SYSTEMS, INC. -001908 Duaxes Corporation -001909 DEVI - Danfoss A/S -00190A HASWARE INC. -00190B Southern Vision Systems, Inc. -00190C Encore Electronics, Inc. -00190D IEEE 1394c -00190E Atech Technology Co., Ltd. -00190F Advansus Corp. -001910 Knick Elektronische Messgeraete GmbH & Co. KG -001911 Just In Mobile Information Technologies (Shanghai) Co., Ltd. -001912 Welcat Inc -001913 Chuang-Yi Network Equipment Co.Ltd. -001914 Winix Co., Ltd -001915 TECOM Co., Ltd. -001916 PayTec AG -001917 Posiflex Inc. -001918 Interactive Wear AG -001919 ASTEL Inc. -00191A IRLINK -00191B Sputnik Engineering AG -00191C Sensicast Systems -00191D Nintendo Co., Ltd. -00191E Beyondwiz Co., Ltd. -00191F Microlink communications Inc. -001920 KUME electric Co.,Ltd. -001921 Elitegroup Computer System Co. -001922 CM Comandos Lineares -001923 Phonex Korea Co., LTD. -001924 LBNL Engineering -001925 Intelicis Corporation -001926 BitsGen Co., Ltd. -001927 ImCoSys Ltd -001928 Siemens AG, Transportation Systems -001929 2M2B Montadora de Maquinas Bahia Brasil LTDA -00192A Antiope Associates -00192B Aclara RF Systems Inc. -00192C Motorola Mobility, Inc. -00192D Nokia Corporation -00192E Spectral Instruments, Inc. -00192F CISCO SYSTEMS, INC. -001930 CISCO SYSTEMS, INC. -001931 Balluff GmbH -001932 Gude Analog- und Digialsysteme GmbH -001933 Strix Systems, Inc. -001934 TRENDON TOUCH TECHNOLOGY CORP. -001935 DÜRR DENTAL AG -001936 STERLITE OPTICAL TECHNOLOGIES LIMITED -001937 CommerceGuard AB -001938 UMB Communications Co., Ltd. -001939 Gigamips -00193A OESOLUTIONS -00193B Wilibox Deliberant Group LLC -00193C HighPoint Technologies Incorporated -00193D GMC Guardian Mobility Corp. -00193E ADB Broadband Italia -00193F RDI technology(Shenzhen) Co.,LTD -001940 Rackable Systems -001941 Pitney Bowes, Inc -001942 ON SOFTWARE INTERNATIONAL LIMITED -001943 Belden -001944 Fossil Partners, L.P. -001945 Ten-Tec Inc. -001946 Cianet Industria e Comercio S/A -001947 Scientific Atlanta, A Cisco Company -001948 AireSpider Networks -001949 TENTEL COMTECH CO., LTD. -00194A TESTO AG -00194B SAGEM COMMUNICATION -00194C Fujian Stelcom information & Technology CO.,Ltd -00194D Avago Technologies Sdn Bhd -00194E Ultra Electronics - TCS (Tactical Communication Systems) -00194F Nokia Danmark A/S -001950 Harman Multimedia -001951 NETCONS, s.r.o. -001952 ACOGITO Co., Ltd -001953 Chainleader Communications Corp. -001954 Leaf Corporation. -001955 CISCO SYSTEMS, INC. -001956 CISCO SYSTEMS, INC. -001957 Saafnet Canada Inc. -001958 Bluetooth SIG, Inc. -001959 Staccato Communications Inc. -00195A Jenaer Antriebstechnik GmbH -00195B D-Link Corporation -00195C Innotech Corporation -00195D ShenZhen XinHuaTong Opto Electronics Co.,Ltd -00195E Motorola Mobility, Inc. -00195F Valemount Networks Corporation -001960 DoCoMo Systems, Inc. -001961 Blaupunkt Embedded Systems GmbH -001962 Commerciant, LP -001963 Sony Ericsson Mobile Communications AB -001964 Doorking Inc. -001965 YuHua TelTech (ShangHai) Co., Ltd. -001966 Asiarock Technology Limited -001967 TELDAT Sp.J. -001968 Digital Video Networks(Shanghai) CO. LTD. -001969 Nortel -00196A MikroM GmbH -00196B Danpex Corporation -00196C ETROVISION TECHNOLOGY -00196D Raybit Systems Korea, Inc -00196E Metacom (Pty) Ltd. -00196F SensoPart GmbH -001970 Z-Com, Inc. -001971 Guangzhou Unicomp Technology Co.,Ltd -001972 Plexus (Xiamen) Co.,ltd -001973 Zeugma Systems -001974 AboCom Systems, Inc. -001975 Beijing Huisen networks technology Inc -001976 Xipher Technologies, LLC -001977 Aerohive Networks, Inc. -001978 Datum Systems, Inc. -001979 Nokia Danmark A/S -00197A MAZeT GmbH -00197B Picotest Corp. -00197C Riedel Communications GmbH -00197D Hon Hai Precision Ind. Co., Ltd -00197E Hon Hai Precision Ind. Co., Ltd -00197F PLANTRONICS, INC. -001980 Gridpoint Systems -001981 Vivox Inc -001982 SmarDTV -001983 CCT R&D Limited -001984 ESTIC Corporation -001985 IT Watchdogs, Inc -001986 Cheng Hongjian -001987 Panasonic Mobile Communications Co., Ltd. -001988 Wi2Wi, Inc -001989 Sonitrol Corporation -00198A Northrop Grumman Systems Corp. -00198B Novera Optics Korea, Inc. -00198C iXSea -00198D Ocean Optics, Inc. -00198E Oticon A/S -00198F Alcatel Bell N.V. -001990 ELM DATA Co., Ltd. -001991 avinfo -001992 ADTRAN INC. -001993 Changshu Switchgear MFG. Co.,Ltd. (Former Changshu Switchgea -001994 Jorjin Technologies Inc. -001995 Jurong Hi-Tech (Suzhou)Co.ltd -001996 TurboChef Technologies Inc. -001997 Soft Device Sdn Bhd -001998 SATO CORPORATION -001999 Fujitsu Technology Solutions -00199A EDO-EVI -00199B Diversified Technical Systems, Inc. -00199C CTRING -00199D VIZIO, Inc. -00199E Nifty -00199F DKT A/S -0019A0 NIHON DATA SYSTENS, INC. -0019A1 LG INFORMATION & COMM. -0019A2 ORDYN TECHNOLOGIES -0019A3 asteel electronique atlantique -0019A4 Austar Technology (hang zhou) Co.,Ltd -0019A5 RadarFind Corporation -0019A6 Motorola Mobility, Inc. -0019A7 ITU-T -0019A8 WiQuest Communications -0019A9 CISCO SYSTEMS, INC. -0019AA CISCO SYSTEMS, INC. -0019AB Raycom CO ., LTD -0019AC GSP SYSTEMS Inc. -0019AD BOBST SA -0019AE Hopling Technologies b.v. -0019AF Rigol Technologies, Inc. -0019B0 HanYang System -0019B1 Arrow7 Corporation -0019B2 XYnetsoft Co.,Ltd -0019B3 Stanford Research Systems -0019B4 VideoCast Ltd. -0019B5 Famar Fueguina S.A. -0019B6 Euro Emme s.r.l. -0019B7 Nokia Danmark A/S -0019B8 Boundary Devices -0019B9 Dell Inc. -0019BA Paradox Security Systems Ltd -0019BB Hewlett-Packard Company -0019BC ELECTRO CHANCE SRL -0019BD New Media Life -0019BE Altai Technologies Limited -0019BF Citiway technology Co.,ltd -0019C0 Motorola Mobility, Inc. -0019C1 Alps Electric Co., Ltd -0019C2 Equustek Solutions, Inc. -0019C3 Qualitrol -0019C4 Infocrypt Inc. -0019C5 SONY Computer Entertainment inc, -0019C6 ZTE Corporation -0019C7 Cambridge Industries(Group) Co.,Ltd. -0019C8 AnyDATA Corporation -0019C9 S&C ELECTRIC COMPANY -0019CA Broadata Communications, Inc -0019CB ZyXEL Communications Corporation -0019CC RCG (HK) Ltd -0019CD Chengdu ethercom information technology Ltd. -0019CE Progressive Gaming International -0019CF SALICRU, S.A. -0019D0 Cathexis -0019D1 Intel Corporate -0019D2 Intel Corporate -0019D3 TRAK Microwave -0019D4 ICX Technologies -0019D5 IP Innovations, Inc. -0019D6 LS Cable and System Ltd. -0019D7 FORTUNETEK CO., LTD -0019D8 MAXFOR -0019D9 Zeutschel GmbH -0019DA Welltrans O&E Technology Co. , Ltd. -0019DB MICRO-STAR INTERNATIONAL CO., LTD. -0019DC ENENSYS Technologies -0019DD FEI-Zyfer, Inc. -0019DE MOBITEK -0019DF Thomson Inc. -0019E0 TP-LINK Technologies Co., Ltd. -0019E1 Nortel -0019E2 Juniper Networks -0019E3 Apple Computer Inc. -0019E4 2Wire, Inc -0019E5 Lynx Studio Technology, Inc. -0019E6 TOYO MEDIC CO.,LTD. -0019E7 CISCO SYSTEMS, INC. -0019E8 CISCO SYSTEMS, INC. -0019E9 S-Information Technolgy, Co., Ltd. -0019EA TeraMage Technologies Co., Ltd. -0019EB Pyronix Ltd -0019EC Sagamore Systems, Inc. -0019ED Axesstel Inc. -0019EE CARLO GAVAZZI CONTROLS SPA-Controls Division -0019EF SHENZHEN LINNKING ELECTRONICS CO.,LTD -0019F0 UNIONMAN TECHNOLOGY CO.,LTD -0019F1 Star Communication Network Technology Co.,Ltd -0019F2 Teradyne K.K. -0019F3 Cetis, Inc -0019F4 Convergens Oy Ltd -0019F5 Imagination Technologies Ltd -0019F6 Acconet (PTE) Ltd -0019F7 Onset Computer Corporation -0019F8 Embedded Systems Design, Inc. -0019F9 TDK-Lambda -0019FA Cable Vision Electronics CO., LTD. -0019FB BSkyB Ltd -0019FC PT. Ufoakses Sukses Luarbiasa -0019FD Nintendo Co., Ltd. -0019FE SHENZHEN SEECOMM TECHNOLOGY CO.,LTD. -0019FF Finnzymes -001A00 MATRIX INC. -001A01 Smiths Medical -001A02 SECURE CARE PRODUCTS, INC -001A03 Angel Electronics Co., Ltd. -001A04 Interay Solutions BV -001A05 OPTIBASE LTD -001A06 OpVista, Inc. -001A07 Arecont Vision -001A08 Simoco Ltd. -001A09 Wayfarer Transit Systems Ltd -001A0A Adaptive Micro-Ware Inc. -001A0B BONA TECHNOLOGY INC. -001A0C Swe-Dish Satellite Systems AB -001A0D HandHeld entertainment, Inc. -001A0E Cheng Uei Precision Industry Co.,Ltd -001A0F Sistemas Avanzados de Control, S.A. -001A10 LUCENT TRANS ELECTRONICS CO.,LTD -001A11 Google Inc. -001A12 Essilor -001A13 Wanlida Group Co., LTD -001A14 Xin Hua Control Engineering Co.,Ltd. -001A15 gemalto e-Payment -001A16 Nokia Danmark A/S -001A17 Teak Technologies, Inc. -001A18 Advanced Simulation Technology inc. -001A19 Computer Engineering Limited -001A1A Gentex Corporation/Electro-Acoustic Products -001A1B Motorola Mobility, Inc. -001A1C GT&T Engineering Pte Ltd -001A1D PChome Online Inc. -001A1E Aruba Networks -001A1F Coastal Environmental Systems -001A20 CMOTECH Co. Ltd. -001A21 Indac B.V. -001A22 eQ-3 Entwicklung GmbH -001A23 Ice Qube, Inc -001A24 Galaxy Telecom Technologies Ltd -001A25 DELTA DORE -001A26 Deltanode Solutions AB -001A27 Ubistar -001A28 ASWT Co., LTD. Taiwan Branch H.K. -001A29 Johnson Outdoors Marine Electronics, Inc -001A2A Arcadyan Technology Corporation -001A2B Ayecom Technology Co., Ltd. -001A2C SATEC Co.,LTD -001A2D The Navvo Group -001A2E Ziova Coporation -001A2F CISCO SYSTEMS, INC. -001A30 CISCO SYSTEMS, INC. -001A31 SCAN COIN Industries AB -001A32 ACTIVA MULTIMEDIA -001A33 ASI Communications, Inc. -001A34 Konka Group Co., Ltd. -001A35 BARTEC GmbH -001A36 Aipermon GmbH & Co. KG -001A37 Lear Corporation -001A38 Sanmina-SCI -001A39 Merten GmbH&CoKG -001A3A Dongahelecomm -001A3B Doah Elecom Inc. -001A3C Technowave Ltd. -001A3D Ajin Vision Co.,Ltd -001A3E Faster Technology LLC -001A3F intelbras -001A40 A-FOUR TECH CO., LTD. -001A41 INOCOVA Co.,Ltd -001A42 Techcity Technology co., Ltd. -001A43 Logical Link Communications -001A44 JWTrading Co., Ltd -001A45 GN Netcom as -001A46 Digital Multimedia Technology Co., Ltd -001A47 Agami Systems, Inc. -001A48 Takacom Corporation -001A49 Micro Vision Co.,LTD -001A4A Qumranet Inc. -001A4B Hewlett-Packard Company -001A4C Crossbow Technology, Inc -001A4D GIGA-BYTE TECHNOLOGY CO.,LTD. -001A4E NTI AG / LinMot -001A4F AVM GmbH -001A50 PheeNet Technology Corp. -001A51 Alfred Mann Foundation -001A52 Meshlinx Wireless Inc. -001A53 Zylaya -001A54 Hip Shing Electronics Ltd. -001A55 ACA-Digital Corporation -001A56 ViewTel Co,. Ltd. -001A57 Matrix Design Group, LLC -001A58 CCV Deutschland GmbH - Celectronic eHealth Div. -001A59 Ircona -001A5A Korea Electric Power Data Network (KDN) Co., Ltd -001A5B NetCare Service Co., Ltd. -001A5C Euchner GmbH+Co. KG -001A5D Mobinnova Corp. -001A5E Thincom Technology Co.,Ltd -001A5F KitWorks.fi Ltd. -001A60 Wave Electronics Co.,Ltd. -001A61 PacStar Corp. -001A62 Data Robotics, Incorporated -001A63 Elster Solutions, LLC, -001A64 IBM Corp -001A65 Seluxit -001A66 Motorola Mobility, Inc. -001A67 Infinite QL Sdn Bhd -001A68 Weltec Enterprise Co., Ltd. -001A69 Wuhan Yangtze Optical Technology CO.,Ltd. -001A6A Tranzas, Inc. -001A6B Universal Global Scientific Industrial Co., Ltd. -001A6C CISCO SYSTEMS, INC. -001A6D CISCO SYSTEMS, INC. -001A6E Impro Technologies -001A6F MI.TEL s.r.l. -001A70 Cisco-Linksys, LLC -001A71 Diostech Co., Ltd. -001A72 Mosart Semiconductor Corp. -001A73 Gemtek Technology Co., Ltd. -001A74 Procare International Co -001A75 Sony Ericsson Mobile Communications -001A76 SDT information Technology Co.,LTD. -001A77 Motorola Mobility, Inc. -001A78 ubtos -001A79 TELECOMUNICATION TECHNOLOGIES LTD. -001A7A Lismore Instruments Limited -001A7B Teleco, Inc. -001A7C Hirschmann Multimedia B.V. -001A7D cyber-blue(HK)Ltd -001A7E LN Srithai Comm Ltd. -001A7F GCI Science&Technology Co.,Ltd. -001A80 Sony Corporation -001A81 Zelax -001A82 PROBA Building Automation Co.,LTD -001A83 Pegasus Technologies Inc. -001A84 V One Multimedia Pte Ltd -001A85 NV Michel Van de Wiele -001A86 AdvancedIO Systems Inc -001A87 Canhold International Limited -001A88 Venergy,Co,Ltd -001A89 Nokia Danmark A/S -001A8A Samsung Electronics Co., Ltd. -001A8B CHUNIL ELECTRIC IND., CO. -001A8C Astaro AG -001A8D AVECS Bergen GmbH -001A8E 3Way Networks Ltd -001A8F Nortel -001A90 Trópico Sistemas e Telecomunicações da Amazônia LTDA. -001A91 FusionDynamic Ltd. -001A92 ASUSTek COMPUTER INC. -001A93 ERCO Leuchten GmbH -001A94 Votronic GmbH -001A95 Hisense Mobile Communications Technoligy Co.,Ltd. -001A96 ECLER S.A. -001A97 fitivision technology Inc. -001A98 Asotel Communication Limited Taiwan Branch -001A99 Smarty (HZ) Information Electronics Co., Ltd -001A9A Skyworth Digital technology(shenzhen)co.ltd. -001A9B ADEC & Parter AG -001A9C RightHand Technologies, Inc. -001A9D Skipper Wireless, Inc. -001A9E ICON Digital International Limited -001A9F A-Link Ltd -001AA0 Dell Inc -001AA1 CISCO SYSTEMS, INC. -001AA2 CISCO SYSTEMS, INC. -001AA3 DELORME -001AA4 Future University-Hakodate -001AA5 BRN Phoenix -001AA6 Telefunken Radio Communication Systems GmbH &CO.KG -001AA7 Torian Wireless -001AA8 Mamiya Digital Imaging Co., Ltd. -001AA9 FUJIAN STAR-NET COMMUNICATION CO.,LTD -001AAA Analogic Corp. -001AAB eWings s.r.l. -001AAC Corelatus AB -001AAD Motorola Mobility, Inc. -001AAE Savant Systems LLC -001AAF BLUSENS TECHNOLOGY -001AB0 Signal Networks Pvt. Ltd., -001AB1 Asia Pacific Satellite Industries Co., Ltd. -001AB2 Cyber Solutions Inc. -001AB3 VISIONITE INC. -001AB4 FFEI Ltd. -001AB5 Home Network System -001AB6 Texas Instruments -001AB7 Ethos Networks LTD. -001AB8 Anseri Corporation -001AB9 PMC -001ABA Caton Overseas Limited -001ABB Fontal Technology Incorporation -001ABC U4EA Technologies Ltd -001ABD Impatica Inc. -001ABE COMPUTER HI-TECH INC. -001ABF TRUMPF Laser Marking Systems AG -001AC0 JOYBIEN TECHNOLOGIES CO., LTD. -001AC1 3Com Ltd -001AC2 YEC Co.,Ltd. -001AC3 Scientific-Atlanta, Inc -001AC4 2Wire, Inc -001AC5 BreakingPoint Systems, Inc. -001AC6 Micro Control Designs -001AC7 UNIPOINT -001AC8 ISL (Instrumentation Scientifique de Laboratoire) -001AC9 SUZUKEN CO.,LTD -001ACA Tilera Corporation -001ACB Autocom Products Ltd -001ACC Celestial Semiconductor, Ltd -001ACD Tidel Engineering LP -001ACE YUPITERU CORPORATION -001ACF C.T. ELETTRONICA -001AD0 Albis Technologies AG -001AD1 FARGO CO., LTD. -001AD2 Eletronica Nitron Ltda -001AD3 Vamp Ltd. -001AD4 iPOX Technology Co., Ltd. -001AD5 KMC CHAIN INDUSTRIAL CO., LTD. -001AD6 JIAGNSU AETNA ELECTRIC CO.,LTD -001AD7 Christie Digital Systems, Inc. -001AD8 AlsterAero GmbH -001AD9 International Broadband Electric Communications, Inc. -001ADA Biz-2-Me Inc. -001ADB Motorola Mobility, Inc. -001ADC Nokia Danmark A/S -001ADD PePWave Ltd -001ADE Motorola Mobility, Inc. -001ADF Interactivetv Pty Limited -001AE0 Mythology Tech Express Inc. -001AE1 EDGE ACCESS INC -001AE2 CISCO SYSTEMS, INC. -001AE3 CISCO SYSTEMS, INC. -001AE4 Medicis Technologies Corporation -001AE5 Mvox Technologies Inc. -001AE6 Atlanta Advanced Communications Holdings Limited -001AE7 Aztek Networks, Inc. -001AE8 Siemens Enterprise Communications GmbH & Co. KG -001AE9 Nintendo Co., Ltd. -001AEA Radio Terminal Systems Pty Ltd -001AEB Allied Telesis K.K. -001AEC Keumbee Electronics Co.,Ltd. -001AED INCOTEC GmbH -001AEE Shenztech Ltd -001AEF Loopcomm Technology, Inc. -001AF0 Alcatel - IPD -001AF1 Embedded Artists AB -001AF2 Dynavisions Schweiz AG -001AF3 Samyoung Electronics -001AF4 Handreamnet -001AF5 PENTAONE. CO., LTD. -001AF6 Woven Systems, Inc. -001AF7 dataschalt e+a GmbH -001AF8 Copley Controls Corporation -001AF9 AeroVIronment (AV Inc) -001AFA Welch Allyn, Inc. -001AFB Joby Inc. -001AFC ModusLink Corporation -001AFD EVOLIS -001AFE SOFACREAL -001AFF Wizyoung Tech. -001B00 Neopost Technologies -001B01 Applied Radio Technologies -001B02 ED Co.Ltd -001B03 Action Technology (SZ) Co., Ltd -001B04 Affinity International S.p.a -001B05 YMC AG -001B06 Ateliers R. LAUMONIER -001B07 Mendocino Software -001B08 Danfoss Drives A/S -001B09 Matrix Telecom Pvt. Ltd. -001B0A Intelligent Distributed Controls Ltd -001B0B Phidgets Inc. -001B0C CISCO SYSTEMS, INC. -001B0D CISCO SYSTEMS, INC. -001B0E InoTec GmbH Organisationssysteme -001B0F Petratec -001B10 ShenZhen Kang Hui Technology Co.,ltd -001B11 D-Link Corporation -001B12 Apprion -001B13 Icron Technologies Corporation -001B14 Carex Lighting Equipment Factory -001B15 Voxtel, Inc. -001B16 Celtro Ltd. -001B17 Palo Alto Networks -001B18 Tsuken Electric Ind. Co.,Ltd -001B19 IEEE I&M Society TC9 -001B1A e-trees Japan, Inc. -001B1B Siemens AG, -001B1C Coherent -001B1D Phoenix International Co., Ltd -001B1E HART Communication Foundation -001B1F DELTA - Danish Electronics, Light & Acoustics -001B20 TPine Technology -001B21 Intel Corporate -001B22 Palit Microsystems ( H.K.) Ltd. -001B23 SimpleComTools -001B24 Quanta Computer Inc. -001B25 Nortel -001B26 RON-Telecom ZAO -001B27 Merlin CSI -001B28 POLYGON, JSC -001B29 Avantis.Co.,Ltd -001B2A CISCO SYSTEMS, INC. -001B2B CISCO SYSTEMS, INC. -001B2C ATRON electronic GmbH -001B2D Med-Eng Systems Inc. -001B2E Sinkyo Electron Inc -001B2F NETGEAR Inc. -001B30 Solitech Inc. -001B31 Neural Image. Co. Ltd. -001B32 QLogic Corporation -001B33 Nokia Danmark A/S -001B34 Focus System Inc. -001B35 ChongQing JINOU Science & Technology Development CO.,Ltd -001B36 Tsubata Engineering Co.,Ltd. (Head Office) -001B37 Computec Oy -001B38 COMPAL INFORMATION (KUNSHAN) CO., LTD. -001B39 Proxicast -001B3A SIMS Corp. -001B3B Yi-Qing CO., LTD -001B3C Software Technologies Group,Inc. -001B3D EuroTel Spa -001B3E Curtis, Inc. -001B3F ProCurve Networking by HP -001B40 Network Automation mxc AB -001B41 General Infinity Co.,Ltd. -001B42 Wise & Blue -001B43 Beijing DG Telecommunications equipment Co.,Ltd -001B44 SanDisk Corporation -001B45 ABB AS, Division Automation Products -001B46 Blueone Technology Co.,Ltd -001B47 Futarque A/S -001B48 Shenzhen Lantech Electronics Co., Ltd. -001B49 Roberts Radio limited -001B4A W&W Communications, Inc. -001B4B SANION Co., Ltd. -001B4C Signtech -001B4D Areca Technology Corporation -001B4E Navman New Zealand -001B4F Avaya Inc. -001B50 Nizhny Novgorod Factory named after M.Frunze, FSUE (NZiF) -001B51 Vector Technology Corp. -001B52 Motorola Mobility, Inc. -001B53 CISCO SYSTEMS, INC. -001B54 CISCO SYSTEMS, INC. -001B55 Hurco Automation Ltd. -001B56 Tehuti Networks Ltd. -001B57 SEMINDIA SYSTEMS PRIVATE LIMITED -001B58 ACE CAD Enterprise Co., Ltd. -001B59 Sony Ericsson Mobile Communications AB -001B5A Apollo Imaging Technologies, Inc. -001B5B 2Wire, Inc. -001B5C Azuretec Co., Ltd. -001B5D Vololink Pty Ltd -001B5E BPL Limited -001B5F Alien Technology -001B60 NAVIGON AG -001B61 Digital Acoustics, LLC -001B62 JHT Optoelectronics Co.,Ltd. -001B63 Apple Computer Inc. -001B64 IsaacLandKorea Co., Ltd, -001B65 China Gridcom Co., Ltd -001B66 Sennheiser electronic GmbH & Co. KG -001B67 Ubiquisys Ltd -001B68 Modnnet Co., Ltd -001B69 Equaline Corporation -001B6A Powerwave Technologies Sweden AB -001B6B Swyx Solutions AG -001B6C LookX Digital Media BV -001B6D Midtronics, Inc. -001B6E Anue Systems, Inc. -001B6F Teletrak Ltd -001B70 IRI Ubiteq, INC. -001B71 Telular Corp. -001B72 Sicep s.p.a. -001B73 DTL Broadcast Ltd -001B74 MiraLink Corporation -001B75 Hypermedia Systems -001B76 Ripcode, Inc. -001B77 Intel Corporate -001B78 Hewlett-Packard Company -001B79 FAIVELEY TRANSPORT -001B7A Nintendo Co., Ltd. -001B7B The Tintometer Ltd -001B7C A & R Cambridge -001B7D CXR Anderson Jacobson -001B7E Beckmann GmbH -001B7F TMN Technologies Telecomunicacoes Ltda -001B80 LORD Corporation -001B81 DATAQ Instruments, Inc. -001B82 Taiwan Semiconductor Co., Ltd. -001B83 Finsoft Ltd -001B84 Scan Engineering Telecom -001B85 MAN Diesel SE -001B86 Bosch Access Systems GmbH -001B87 Deepsound Tech. Co., Ltd -001B88 Divinet Access Technologies Ltd -001B89 EMZA Visual Sense Ltd. -001B8A 2M Electronic A/S -001B8B NEC AccessTechnica, Ltd. -001B8C JMicron Technology Corp. -001B8D Electronic Computer Systems, Inc. -001B8E Hulu Sweden AB -001B8F CISCO SYSTEMS, INC. -001B90 CISCO SYSTEMS, INC. -001B91 EFKON AG -001B92 l-acoustics -001B93 JC Decaux SA DNT -001B94 T.E.M.A. S.p.A. -001B95 VIDEO SYSTEMS SRL -001B96 General Sensing -001B97 Violin Technologies -001B98 Samsung Electronics Co., Ltd. -001B99 KS System GmbH -001B9A Apollo Fire Detectors Ltd -001B9B Hose-McCann Communications -001B9C SATEL sp. z o.o. -001B9D Novus Security Sp. z o.o. -001B9E ASKEY COMPUTER CORP -001B9F Calyptech Pty Ltd -001BA0 Awox -001BA1 Åmic AB -001BA2 IDS Imaging Development Systems GmbH -001BA3 Flexit Group GmbH -001BA4 S.A.E Afikim -001BA5 MyungMin Systems, Inc. -001BA6 intotech inc. -001BA7 Lorica Solutions -001BA8 UBI&MOBI,.Inc -001BA9 BROTHER INDUSTRIES, LTD. -001BAA XenICs nv -001BAB Telchemy, Incorporated -001BAC Curtiss Wright Controls Embedded Computing -001BAD iControl Incorporated -001BAE Micro Control Systems, Inc -001BAF Nokia Danmark A/S -001BB0 BHARAT ELECTRONICS -001BB1 Wistron Neweb Corp. -001BB2 Intellect International NV -001BB3 Condalo GmbH -001BB4 Airvod Limited -001BB5 ZF Electronics GmbH -001BB6 Bird Electronic Corp. -001BB7 Alta Heights Technology Corp. -001BB8 BLUEWAY ELECTRONIC CO;LTD -001BB9 Elitegroup Computer System Co. -001BBA Nortel -001BBB RFTech Co.,Ltd -001BBC Silver Peak Systems, Inc. -001BBD FMC Kongsberg Subsea AS -001BBE ICOP Digital -001BBF SAGEM COMMUNICATION -001BC0 Juniper Networks -001BC1 HOLUX Technology, Inc. -001BC2 Integrated Control Technology Limitied -001BC3 Mobisolution Co.,Ltd -001BC4 Ultratec, Inc. -001BC5 IEEE Registration Authority -001BC6 Strato Rechenzentrum AG -001BC7 StarVedia Technology Inc. -001BC8 MIURA CO.,LTD -001BC9 FSN DISPLAY INC -001BCA Beijing Run Technology LTD. Company -001BCB PEMPEK SYSTEMS PTY LTD -001BCC KINGTEK CCTV ALLIANCE CO., LTD. -001BCD DAVISCOMMS (S) PTE LTD -001BCE Measurement Devices Ltd -001BCF Dataupia Corporation -001BD0 IDENTEC SOLUTIONS -001BD1 SOGESTMATIC -001BD2 ULTRA-X ASIA PACIFIC Inc. -001BD3 Panasonic Corp. AVC Company -001BD4 CISCO SYSTEMS, INC. -001BD5 CISCO SYSTEMS, INC. -001BD6 Kelvin Hughes Ltd -001BD7 Scientific Atlanta, A Cisco Company -001BD8 DVTel LTD -001BD9 Edgewater Computer Systems -001BDA UTStarcom Inc -001BDB Valeo VECS -001BDC Vencer Co., Ltd. -001BDD Motorola Mobility, Inc. -001BDE Renkus-Heinz, Inc. -001BDF Iskra Sistemi d.d. -001BE0 TELENOT ELECTRONIC GmbH -001BE1 ViaLogy -001BE2 AhnLab,Inc. -001BE3 Health Hero Network, Inc. -001BE4 TOWNET SRL -001BE5 802automation Limited -001BE6 VR AG -001BE7 Postek Electronics Co., Ltd. -001BE8 Ultratronik GmbH -001BE9 Broadcom Corporation -001BEA Nintendo Co., Ltd. -001BEB DMP Electronics INC. -001BEC Netio Technologies Co., Ltd -001BED Brocade Communications Systems, Inc -001BEE Nokia Danmark A/S -001BEF Blossoms Digital Technology Co.,Ltd. -001BF0 Value Platforms Limited -001BF1 Nanjing SilverNet Software Co., Ltd. -001BF2 KWORLD COMPUTER CO., LTD -001BF3 TRANSRADIO SenderSysteme Berlin AG -001BF4 KENWIN INDUSTRIAL(HK) LTD. -001BF5 Tellink Sistemas de Telecomunicación S.L. -001BF6 CONWISE Technology Corporation Ltd. -001BF7 Lund IP Products AB -001BF8 Digitrax Inc. -001BF9 Intellitect Water Ltd -001BFA G.i.N. mbH -001BFB Alps Electric Co., Ltd -001BFC ASUSTek COMPUTER INC. -001BFD Dignsys Inc. -001BFE Zavio Inc. -001BFF Millennia Media inc. -001C00 Entry Point, LLC -001C01 ABB Oy Drives -001C02 Pano Logic -001C03 Betty TV Technology AG -001C04 Airgain, Inc. -001C05 Nonin Medical Inc. -001C06 Siemens Numerical Control Ltd., Nanjing -001C07 Cwlinux Limited -001C08 Echo360, Inc. -001C09 SAE Electronic Co.,Ltd. -001C0A Shenzhen AEE Technology Co.,Ltd. -001C0B SmartAnt Telecom -001C0C TANITA Corporation -001C0D G-Technology, Inc. -001C0E CISCO SYSTEMS, INC. -001C0F CISCO SYSTEMS, INC. -001C10 Cisco-Linksys, LLC -001C11 Motorola Mobility, Inc. -001C12 Motorola Mobility, Inc. -001C13 OPTSYS TECHNOLOGY CO., LTD. -001C14 VMware, Inc -001C15 TXP Corporation -001C16 ThyssenKrupp Elevator -001C17 Nortel -001C18 Sicert S.r.L. -001C19 secunet Security Networks AG -001C1A Thomas Instrumentation, Inc -001C1B Hyperstone GmbH -001C1C Center Communication Systems GmbH -001C1D CHENZHOU GOSPELL DIGITAL TECHNOLOGY CO.,LTD -001C1E emtrion GmbH -001C1F Quest Retail Technology Pty Ltd -001C20 CLB Benelux -001C21 Nucsafe Inc. -001C22 Aeris Elettronica s.r.l. -001C23 Dell Inc -001C24 Formosa Wireless Systems Corp. -001C25 Hon Hai Precision Ind. Co.,Ltd. -001C26 Hon Hai Precision Ind. Co.,Ltd. -001C27 Sunell Electronics Co. -001C28 Sphairon Technologies GmbH -001C29 CORE DIGITAL ELECTRONICS CO., LTD -001C2A Envisacor Technologies Inc. -001C2B Alertme.com Limited -001C2C Synapse -001C2D FlexRadio Systems -001C2E HPN Supply Chain -001C2F Pfister GmbH -001C30 Mode Lighting (UK ) Ltd. -001C31 Mobile XP Technology Co., LTD -001C32 Telian Corporation -001C33 Sutron -001C34 HUEY CHIAO INTERNATIONAL CO., LTD. -001C35 Nokia Danmark A/S -001C36 iNEWiT NV -001C37 Callpod, Inc. -001C38 Bio-Rad Laboratories, Inc. -001C39 S Netsystems Inc. -001C3A Element Labs, Inc. -001C3B AmRoad Technology Inc. -001C3C Seon Design Inc. -001C3D WaveStorm -001C3E ECKey Corporation -001C3F International Police Technologies, Inc. -001C40 VDG-Security bv -001C41 scemtec Transponder Technology GmbH -001C42 Parallels, Inc. -001C43 Samsung Electronics Co.,Ltd -001C44 Bosch Security Systems BV -001C45 Chenbro Micom Co., Ltd. -001C46 QTUM -001C47 Hangzhou Hollysys Automation Co., Ltd -001C48 WiDeFi, Inc. -001C49 Zoltan Technology Inc. -001C4A AVM GmbH -001C4B Gener8, Inc. -001C4C Petrotest Instruments -001C4D Zeemote Technology Inc. (part of Aplix). -001C4E TASA International Limited -001C4F MACAB AB -001C50 TCL Technoly Electronics(Huizhou)Co.,Ltd -001C51 Celeno Communications -001C52 VISIONEE SRL -001C53 Synergy Lighting Controls -001C54 Hillstone Networks Inc -001C55 Shenzhen Kaifa Technology Co. -001C56 Pado Systems, Inc. -001C57 CISCO SYSTEMS, INC. -001C58 CISCO SYSTEMS, INC. -001C59 DEVON IT -001C5A Advanced Relay Corporation -001C5B Chubb Electronic Security Systems Ltd -001C5C Integrated Medical Systems, Inc. -001C5D Leica Microsystems -001C5E ASTON France -001C5F Winland Electronics, Inc. -001C60 CSP Frontier Technologies,Inc. -001C61 Galaxy Microsystems LImited -001C62 LG Electronics Inc -001C63 TRUEN -001C64 Landis+Gyr -001C65 JoeScan, Inc. -001C66 UCAMP CO.,LTD -001C67 Pumpkin Networks, Inc. -001C68 Anhui Sun Create Electronics Co., Ltd -001C69 Packet Vision Ltd -001C6A Weiss Engineering Ltd. -001C6B COVAX Co. Ltd -001C6C Jabil Circuit (Guangzhou) Limited -001C6D KYOHRITSU ELECTRONIC INDUSTRY CO., LTD. -001C6E Newbury Networks, Inc. -001C6F Emfit Ltd -001C70 NOVACOMM LTDA -001C71 Emergent Electronics -001C72 Mayer & Cie GmbH & Co KG -001C73 Arista Networks, Inc. -001C74 Syswan Technologies Inc. -001C75 RF Systems GmbH -001C76 The Wandsworth Group Ltd -001C77 Prodys -001C78 WYPLAY SAS -001C79 Cohesive Financial Technologies LLC -001C7A Perfectone Netware Company Ltd -001C7B Castlenet Technology Inc. -001C7C PERQ SYSTEMS CORPORATION -001C7D Excelpoint Manufacturing Pte Ltd -001C7E Toshiba -001C7F Check Point Software Technologies -001C80 New Business Division/Rhea-Information CO., LTD. -001C81 NextGen Venturi LTD -001C82 Genew Technologies -001C83 New Level Telecom Co., Ltd. -001C84 STL Solution Co.,Ltd. -001C85 Eunicorn -001C86 Cranite Systems, Inc. -001C87 Uriver Inc. -001C88 TRANSYSTEM INC. -001C89 Force Communications, Inc. -001C8A Cirrascale Corporation -001C8B MJ Innovations Ltd. -001C8C DIAL TECHNOLOGY LTD. -001C8D Mesa Imaging -001C8E Alcatel-Lucent IPD -001C8F Advanced Electronic Design, Inc. -001C90 Empacket Corporation -001C91 Gefen Inc. -001C92 Tervela -001C93 ExaDigm Inc -001C94 LI-COR Biosciences -001C95 Opticomm Corporation -001C96 Linkwise Technology Pte Ltd -001C97 Enzytek Technology Inc., -001C98 LUCKY TECHNOLOGY (HK) COMPANY LIMITED -001C99 Shunra Software Ltd. -001C9A Nokia Danmark A/S -001C9B FEIG ELECTRONIC GmbH -001C9C Nortel -001C9D Liecthi AG -001C9E Dualtech IT AB -001C9F Razorstream, LLC -001CA0 Production Resource Group, LLC -001CA1 AKAMAI TECHNOLOGIES, INC. -001CA2 ADB Broadband Italia -001CA3 Terra -001CA4 Sony Ericsson Mobile Communications -001CA5 Zygo Corporation -001CA6 Win4NET -001CA7 International Quartz Limited -001CA8 AirTies Wireless Networks -001CA9 Audiomatica Srl -001CAA Bellon Pty Ltd -001CAB Meyer Sound Laboratories, Inc. -001CAC Qniq Technology Corp. -001CAD Wuhan Telecommunication Devices Co.,Ltd -001CAE WiChorus, Inc. -001CAF Plato Networks Inc. -001CB0 CISCO SYSTEMS, INC. -001CB1 CISCO SYSTEMS, INC. -001CB2 BPT SPA -001CB3 APPLE, INC -001CB4 Iridium Satellite LLC -001CB5 Neihua Network Technology Co.,LTD.(NHN) -001CB6 Duzon CNT Co., Ltd. -001CB7 USC DigiArk Corporation -001CB8 CBC Co., Ltd -001CB9 KWANG SUNG ELECTRONICS CO., LTD. -001CBA VerScient, Inc. -001CBB MusicianLink -001CBC CastGrabber, LLC -001CBD Ezze Mobile Tech., Inc. -001CBE Nintendo Co., Ltd. -001CBF Intel Corporate -001CC0 Intel Corporate -001CC1 Motorola Mobility, Inc. -001CC2 Part II Research, Inc. -001CC3 Pace plc -001CC4 Hewlett-Packard Company -001CC5 3COM LTD -001CC6 ProStor Systems -001CC7 Rembrandt Technologies, LLC d/b/a REMSTREAM -001CC8 INDUSTRONIC Industrie-Electronic GmbH & Co. KG -001CC9 Kaise Electronic Technology Co., Ltd. -001CCA Shanghai Gaozhi Science & Technology Development Co. -001CCB Forth Corporation Public Company Limited -001CCC Research In Motion Limited -001CCD Alektrona Corporation -001CCE By Techdesign -001CCF LIMETEK -001CD0 Circleone Co.,Ltd. -001CD1 Waves Audio LTD -001CD2 King Champion (Hong Kong) Limited -001CD3 ZP Engineering SEL -001CD4 Nokia Danmark A/S -001CD5 ZeeVee, Inc. -001CD6 Nokia Danmark A/S -001CD7 Harman/Becker Automotive Systems GmbH -001CD8 BlueAnt Wireless -001CD9 GlobalTop Technology Inc. -001CDA Exegin Technologies Limited -001CDB CARPOINT CO.,LTD -001CDC Custom Computer Services, Inc. -001CDD COWBELL ENGINEERING CO., LTD. -001CDE Interactive Multimedia eXchange Inc. -001CDF Belkin International Inc. -001CE0 DASAN TPS -001CE1 INDRA SISTEMAS, S.A. -001CE2 Attero Tech, LLC. -001CE3 Optimedical Systems -001CE4 EleSy JSC -001CE5 MBS Electronic Systems GmbH -001CE6 INNES -001CE7 Rocon PLC Research Centre -001CE8 Cummins Inc -001CE9 Galaxy Technology Limited -001CEA Scientific-Atlanta, Inc -001CEB Nortel -001CEC Mobilesoft (Aust.) Pty Ltd -001CED ENVIRONNEMENT SA -001CEE SHARP Corporation -001CEF Primax Electronics LTD -001CF0 D-Link Corporation -001CF1 SUPoX Technology Co. , LTD. -001CF2 Tenlon Technology Co.,Ltd. -001CF3 EVS BROADCAST EQUIPMENT -001CF4 Media Technology Systems Inc -001CF5 Wiseblue Technology Limited -001CF6 CISCO SYSTEMS, INC. -001CF7 AudioScience -001CF8 Parade Technologies, Ltd. -001CF9 CISCO SYSTEMS, INC. -001CFA Alarm.com -001CFB Motorola Mobility, Inc. -001CFC Suminet Communication Technologies (Shanghai) Co., Ltd. -001CFD Universal Electronics -001CFE Quartics Inc -001CFF Napera Networks Inc -001D00 Brivo Systems, LLC -001D01 Neptune Digital -001D02 Cybertech Telecom Development -001D03 Design Solutions Inc. -001D04 Zipit Wireless, Inc. -001D05 iLight -001D06 HM Electronics, Inc. -001D07 Shenzhen Sang Fei Consumer Communications Co.,Ltd -001D08 JIANGSU YINHE ELECTRONICS CO., LTD -001D09 Dell Inc -001D0A Davis Instruments, Inc. -001D0B Power Standards Lab -001D0C MobileCompia -001D0D Sony Computer Entertainment inc. -001D0E Agapha Technology co., Ltd. -001D0F TP-LINK Technologies Co., Ltd. -001D10 LightHaus Logic, Inc. -001D11 Analogue & Micro Ltd -001D12 ROHM CO., LTD. -001D13 NextGTV -001D14 SPERADTONE INFORMATION TECHNOLOGY LIMITED -001D15 Shenzhen Dolphin Electronic Co., Ltd -001D16 Efixo -001D17 Digital Sky Corporation -001D18 Power Innovation GmbH -001D19 Arcadyan Technology Corporation -001D1A OvisLink S.A. -001D1B Sangean Electronics Inc. -001D1C Gennet s.a. -001D1D Inter-M Corporation -001D1E KYUSHU TEN CO.,LTD -001D1F Siauliu Tauro Televizoriai, JSC -001D20 COMTREND CO. -001D21 Alcad SL -001D22 Foss Analytical A/S -001D23 SENSUS -001D24 Aclara Power-Line Systems Inc. -001D25 Samsung Electronics Co.,Ltd -001D26 Rockridgesound Technology Co. -001D27 NAC-INTERCOM -001D28 Sony Ericsson Mobile Communications AB -001D29 Doro AB -001D2A SHENZHEN BUL-TECH CO.,LTD. -001D2B Wuhan Pont Technology CO. , LTD -001D2C Wavetrend Technologies (Pty) Limited -001D2D Pylone, Inc. -001D2E Ruckus Wireless -001D2F QuantumVision Corporation -001D30 YX Wireless S.A. -001D31 HIGHPRO INTERNATIONAL R&D CO,.LTD. -001D32 Longkay Communication & Technology (Shanghai) Co. Ltd -001D33 Maverick Systems Inc. -001D34 SYRIS Technology Corp -001D35 Viconics Electronics Inc. -001D36 ELECTRONICS CORPORATION OF INDIA LIMITED -001D37 Thales-Panda Transportation System -001D38 Seagate Technology -001D39 MOOHADIGITAL CO., LTD -001D3A mh acoustics LLC -001D3B Nokia Danmark A/S -001D3C Muscle Corporation -001D3D Avidyne Corporation -001D3E SAKA TECHNO SCIENCE CO.,LTD -001D3F Mitron Pty Ltd -001D40 Living Independently Group, Inc. -001D41 Hardy Instruments -001D42 Nortel -001D43 Shenzhen G-link Digital Technology Co., Ltd. -001D44 Krohne -001D45 CISCO SYSTEMS, INC. -001D46 CISCO SYSTEMS, INC. -001D47 Covote GmbH & Co KG -001D48 Sensor-Technik Wiedemann GmbH -001D49 Innovation Wireless Inc. -001D4A Carestream Health, Inc. -001D4B Grid Connect Inc. -001D4C Alcatel-Lucent -001D4D Adaptive Recognition Hungary, Inc -001D4E TCM Mobile LLC -001D4F Apple Computer Inc. -001D50 SPINETIX SA -001D51 Babcock & Wilcox Power Generation Group, Inc -001D52 Defzone B.V. -001D53 S&O Electronics (Malaysia) Sdn. Bhd. -001D54 Sunnic Technology & Merchandise INC. -001D55 ZANTAZ, Inc -001D56 Kramer Electronics Ltd. -001D57 CAETEC Messtechnik -001D58 CQ Inc -001D59 Mitra Energy & Infrastructure -001D5A 2Wire Inc. -001D5B Tecvan Informática Ltda -001D5C Tom Communication Industrial Co.,Ltd. -001D5D Control Dynamics Pty. Ltd. -001D5E COMING MEDIA CORP. -001D5F OverSpeed SARL -001D60 ASUSTek COMPUTER INC. -001D61 BIJ Corporation -001D62 InPhase Technologies -001D63 Miele & Cie. KG -001D64 Adam Communications Systems Int Ltd -001D65 Microwave Radio Communications -001D66 Hyundai Telecom -001D67 AMEC -001D68 Thomson Telecom Belgium -001D69 Knorr-Bremse IT-Services GmbH -001D6A Alpha Networks Inc. -001D6B Motorola (formerly Netopia, Inc -001D6C ClariPhy Communications, Inc. -001D6D Confidant International LLC -001D6E Nokia Danmark A/S -001D6F Chainzone Technology Co., Ltd -001D70 CISCO SYSTEMS, INC. -001D71 CISCO SYSTEMS, INC. -001D72 Wistron Corporation -001D73 Buffalo Inc. -001D74 Tianjin China-Silicon Microelectronics Co., Ltd. -001D75 Radioscape PLC -001D76 Eyeheight Ltd. -001D77 NSGate -001D78 Invengo Information Technology Co.,Ltd -001D79 SIGNAMAX LLC -001D7A Wideband Semiconductor, Inc. -001D7B Ice Energy, Inc. -001D7C ABE Elettronica S.p.A. -001D7D GIGA-BYTE TECHNOLOGY CO.,LTD. -001D7E Cisco-Linksys, LLC -001D7F Tekron International Ltd -001D80 Beijing Huahuan Eletronics Co.,Ltd -001D81 GUANGZHOU GATEWAY ELECTRONICS CO., LTD -001D82 GN A/S (GN Netcom A/S) -001D83 Emitech Corporation -001D84 Gateway, Inc. -001D85 Call Direct Cellular Solutions -001D86 Shinwa Industries(China) Ltd. -001D87 VigTech Labs Sdn Bhd -001D88 Clearwire -001D89 VaultStor Corporation -001D8A TechTrex Inc -001D8B ADB Broadband Italia -001D8C La Crosse Technology LTD -001D8D Raytek GmbH -001D8E Alereon, Inc. -001D8F PureWave Networks -001D90 EMCO Flow Systems -001D91 Digitize, Inc -001D92 MICRO-STAR INT'L CO.,LTD. -001D93 Modacom -001D94 Climax Technology Co., Ltd -001D95 Flash, Inc. -001D96 WatchGuard Video -001D97 Alertus Technologies LLC -001D98 Nokia Danmark A/S -001D99 Cyan Optic, Inc. -001D9A GODEX INTERNATIONAL CO., LTD -001D9B Hokuyo Automatic Co., Ltd. -001D9C Rockwell Automation -001D9D ARTJOY INTERNATIONAL LIMITED -001D9E AXION TECHNOLOGIES -001D9F MATT R.P.Traczynscy Sp.J. -001DA0 Heng Yu Electronic Manufacturing Company Limited -001DA1 CISCO SYSTEMS, INC. -001DA2 CISCO SYSTEMS, INC. -001DA3 SabiOso -001DA4 Hangzhou System Technology CO., LTD -001DA5 WB Electronics -001DA6 Media Numerics Limited -001DA7 Seamless Internet -001DA8 Takahata Electronics Co.,Ltd -001DA9 Castles Technology, Co., LTD -001DAA DrayTek Corp. -001DAB SwissQual License AG -001DAC Gigamon Systems LLC -001DAD Sinotech Engineering Consultants, Inc. Geotechnical Enginee -001DAE CHANG TSENG TECHNOLOGY CO., LTD -001DAF Nortel -001DB0 FuJian HengTong Information Technology Co.,Ltd -001DB1 Crescendo Networks -001DB2 HOKKAIDO ELECTRIC ENGINEERING CO.,LTD. -001DB3 HPN Supply Chain -001DB4 KUMHO ENG CO.,LTD -001DB5 Juniper networks -001DB6 BestComm Networks, Inc. -001DB7 Tendril Networks, Inc. -001DB8 Intoto Inc. -001DB9 Wellspring Wireless -001DBA Sony Corporation -001DBB Dynamic System Electronics Corp. -001DBC Nintendo Co., Ltd. -001DBD Versamed Inc. -001DBE Motorola Mobility, Inc. -001DBF Radiient Technologies, Inc. -001DC0 Enphase Energy -001DC1 Audinate Pty L -001DC2 XORTEC OY -001DC3 RIKOR TV, Ltd -001DC4 AIOI Systems Co., Ltd. -001DC5 Beijing Jiaxun Feihong Electricial Co., Ltd. -001DC6 SNR Inc. -001DC7 L-3 Communications Geneva Aerospace -001DC8 Navionics Research Inc., dba SCADAmetrics -001DC9 GainSpan Corp. -001DCA PAV Electronics Limited -001DCB Exéns Development Oy -001DCC Hetra Secure Solutions -001DCD ARRIS Group, Inc. -001DCE ARRIS Group, Inc. -001DCF ARRIS Group, Inc. -001DD0 ARRIS Group, Inc. -001DD1 ARRIS Group, Inc. -001DD2 ARRIS Group, Inc. -001DD3 ARRIS Group, Inc. -001DD4 ARRIS Group, Inc. -001DD5 ARRIS Group, Inc. -001DD6 ARRIS Group, Inc. -001DD7 Algolith -001DD8 Microsoft Corporation -001DD9 Hon Hai Precision Ind.Co.,Ltd. -001DDA Mikroelektronika spol. s r. o. -001DDB C-BEL Corporation -001DDC HangZhou DeChangLong Tech&Info Co.,Ltd -001DDD DAT H.K. LIMITED -001DDE Zhejiang Broadcast&Television Technology Co.,Ltd. -001DDF Sunitec Enterprise Co., Ltd. -001DE0 Intel Corporate -001DE1 Intel Corporate -001DE2 Radionor Communications -001DE3 Intuicom -001DE4 Visioneered Image Systems -001DE5 CISCO SYSTEMS, INC. -001DE6 CISCO SYSTEMS, INC. -001DE7 Marine Sonic Technology, Ltd. -001DE8 Nikko Denki Tsushin Corporation(NDTC) -001DE9 Nokia Danmark A/S -001DEA Commtest Instruments Ltd -001DEB DINEC International -001DEC Marusys -001DED Grid Net, Inc. -001DEE NEXTVISION SISTEMAS DIGITAIS DE TELEVISÃO LTDA. -001DEF TRIMM, INC. -001DF0 Vidient Systems, Inc. -001DF1 Intego Systems, Inc. -001DF2 Netflix, Inc. -001DF3 SBS Science & Technology Co., Ltd -001DF4 Magellan Technology Pty Limited -001DF5 Sunshine Co,LTD -001DF6 Samsung Electronics Co.,Ltd -001DF7 R. STAHL Schaltgeräte GmbH -001DF8 Webpro Vision Technology Corporation -001DF9 Cybiotronics (Far East) Limited -001DFA Fujian LANDI Commercial Equipment Co.,Ltd -001DFB NETCLEUS Systems Corporation -001DFC KSIC -001DFD Nokia Danmark A/S -001DFE Palm, Inc -001DFF Network Critical Solutions Ltd -001E00 Shantou Institute of Ultrasonic Instruments -001E01 Renesas Technology Sales Co., Ltd. -001E02 Sougou Keikaku Kougyou Co.,Ltd. -001E03 LiComm Co., Ltd. -001E04 Hanson Research Corporation -001E05 Xseed Technologies & Computing -001E06 WIBRAIN -001E07 Winy Technology Co., Ltd. -001E08 Centec Networks Inc -001E09 ZEFATEK Co.,LTD -001E0A Syba Tech Limited -001E0B Hewlett-Packard Company -001E0C Sherwood Information Partners, Inc. -001E0D Micran Ltd. -001E0E MAXI VIEW HOLDINGS LIMITED -001E0F Briot International -001E10 ShenZhen Huawei Communication Technologies Co.,Ltd. -001E11 ELELUX INTERNATIONAL LTD -001E12 Ecolab -001E13 CISCO SYSTEMS, INC. -001E14 CISCO SYSTEMS, INC. -001E15 Beech Hill Electronics -001E16 Keytronix -001E17 STN BV -001E18 Radio Activity srl -001E19 GTRI -001E1A Best Source Taiwan Inc. -001E1B Digital Stream Technology, Inc. -001E1C SWS Australia Pty Limited -001E1D East Coast Datacom, Inc. -001E1E Honeywell Life Safety -001E1F Nortel -001E20 Intertain Inc. -001E21 Qisda Co. -001E22 ARVOO Imaging Products BV -001E23 Electronic Educational Devices, Inc -001E24 Zhejiang Bell Technology Co.,ltd -001E25 Intek Digital Inc -001E26 Digifriends Co. Ltd -001E27 SBN TECH Co.,Ltd. -001E28 Lumexis Corporation -001E29 Hypertherm Inc -001E2A Netgear Inc. -001E2B Radio Systems Design, Inc. -001E2C CyVerse Corporation -001E2D STIM -001E2E SIRTI S.p.A. -001E2F DiMoto Pty Ltd -001E30 Shireen Inc -001E31 INFOMARK CO.,LTD. -001E32 Zensys -001E33 Inventec Corporation -001E34 CryptoMetrics -001E35 Nintendo Co., Ltd. -001E36 IPTE -001E37 Universal Global Scientific Industrial Co., Ltd. -001E38 Bluecard Software Technology Co., Ltd. -001E39 Comsys Communication Ltd. -001E3A Nokia Danmark A/S -001E3B Nokia Danmark A/S -001E3C Lyngbox Media AB -001E3D Alps Electric Co., Ltd -001E3E KMW Inc. -001E3F TrellisWare Technologies, Inc. -001E40 Shanghai DareGlobal Technologies Co.,Ltd. -001E41 Microwave Communication & Component, Inc. -001E42 Teltonika -001E43 AISIN AW CO.,LTD. -001E44 SANTEC -001E45 Sony Ericsson Mobile Communications AB -001E46 Motorola Mobility, Inc. -001E47 PT. Hariff Daya Tunggal Engineering -001E48 Wi-Links -001E49 CISCO SYSTEMS, INC. -001E4A CISCO SYSTEMS, INC. -001E4B City Theatrical -001E4C Hon Hai Precision Ind.Co., Ltd. -001E4D Welkin Sciences, LLC -001E4E DAKO EDV-Ingenieur- und Systemhaus GmbH -001E4F Dell Inc. -001E50 BATTISTONI RESEARCH -001E51 Converter Industry Srl -001E52 Apple Computer Inc -001E53 Further Tech Co., LTD -001E54 TOYO ELECTRIC Corporation -001E55 COWON SYSTEMS,Inc. -001E56 Bally Wulff Entertainment GmbH -001E57 ALCOMA, spol. s r.o. -001E58 D-Link Corporation -001E59 Silicon Turnkey Express, LLC -001E5A Motorola Mobility, Inc. -001E5B Unitron Company, Inc. -001E5C RB GeneralEkonomik -001E5D Holosys d.o.o. -001E5E COmputime Ltd. -001E5F KwikByte, LLC -001E60 Digital Lighting Systems, Inc -001E61 ITEC GmbH -001E62 Siemon -001E63 Vibro-Meter SA -001E64 Intel Corporate -001E65 Intel Corporate -001E66 RESOL Elektronische Regelungen GmbH -001E67 Intel Corporate -001E68 Quanta Computer -001E69 Thomson Inc. -001E6A Beijing Bluexon Technology Co.,Ltd -001E6B Cisco SPVTG -001E6C Carbon Mountain LLC -001E6D IT R&D Center -001E6E Shenzhen First Mile Communications Ltd -001E6F Magna-Power Electronics, Inc. -001E70 Cobham Defence Communications Ltd -001E71 Igeacare Solutions Inc. -001E72 PCS -001E73 ZTE CORPORATION -001E74 SAGEM COMMUNICATION -001E75 LG Electronics -001E76 Thermo Fisher Scientific -001E77 Air2App -001E78 Owitek Technology Ltd., -001E79 CISCO SYSTEMS, INC. -001E7A CISCO SYSTEMS, INC. -001E7B R.I.CO. S.r.l. -001E7C Taiwick Limited -001E7D Samsung Electronics Co.,Ltd -001E7E Nortel -001E7F CBM of America -001E80 Last Mile Ltd. -001E81 CNB Technology Inc. -001E82 SanDisk Corporation -001E83 LAN/MAN Standards Association (LMSC) -001E84 Pika Technologies Inc. -001E85 Lagotek Corporation -001E86 MEL Co.,Ltd. -001E87 Realease Limited -001E88 ANDOR SYSTEM SUPPORT CO., LTD. -001E89 CRFS Limited -001E8A eCopy, Inc -001E8B Infra Access Korea Co., Ltd. -001E8C ASUSTek COMPUTER INC. -001E8D Motorola Mobility, Inc. -001E8E Hunkeler AG -001E8F CANON INC. -001E90 Elitegroup Computer Systems Co -001E91 KIMIN Electronic Co., Ltd. -001E92 JEULIN S.A. -001E93 CiriTech Systems Inc -001E94 SUPERCOM TECHNOLOGY CORPORATION -001E95 SIGMALINK -001E96 Sepura Plc -001E97 Medium Link System Technology CO., LTD, -001E98 GreenLine Communications -001E99 Vantanol Industrial Corporation -001E9A HAMILTON Bonaduz AG -001E9B San-Eisha, Ltd. -001E9C Fidustron INC -001E9D Recall Technologies, Inc. -001E9E ddm hopt + schuler Gmbh + Co. KG -001E9F Visioneering Systems, Inc. -001EA0 XLN-t -001EA1 Brunata a/s -001EA2 Symx Systems, Inc. -001EA3 Nokia Danmark A/S -001EA4 Nokia Danmark A/S -001EA5 ROBOTOUS, Inc. -001EA6 Best IT World (India) Pvt. Ltd. -001EA7 ActionTec Electronics, Inc -001EA8 Datang Mobile Communications Equipment CO.,LTD -001EA9 Nintendo Co., Ltd. -001EAA E-Senza Technologies GmbH -001EAB TeleWell Oy -001EAC Armadeus Systems -001EAD Wingtech Group Limited -001EAE Continental Automotive Systems -001EAF Ophir Optronics Ltd -001EB0 ImesD Electronica S.L. -001EB1 Cryptsoft Pty Ltd -001EB2 LG innotek -001EB3 Primex Wireless -001EB4 UNIFAT TECHNOLOGY LTD. -001EB5 Ever Sparkle Technologies Ltd -001EB6 TAG Heuer SA -001EB7 TBTech, Co., Ltd. -001EB8 Fortis, Inc. -001EB9 Sing Fai Technology Limited -001EBA High Density Devices AS -001EBB BLUELIGHT TECHNOLOGY INC. -001EBC WINTECH AUTOMATION CO.,LTD. -001EBD CISCO SYSTEMS, INC. -001EBE CISCO SYSTEMS, INC. -001EBF Haas Automation Inc. -001EC0 Microchip Technology Inc. -001EC1 3COM EUROPE LTD -001EC2 Apple, Inc -001EC3 Kozio, Inc. -001EC4 Celio Corp -001EC5 Middle Atlantic Products Inc -001EC6 Obvius Holdings LLC -001EC7 2Wire -001EC8 Rapid Mobile (Pty) Ltd -001EC9 Dell Inc -001ECA Nortel -001ECB "RPC "Energoautomatika" Ltd -001ECC CDVI -001ECD KYLAND -001ECE BISA Technologies (Hong Kong) Limited -001ECF PHILIPS ELECTRONICS UK LTD -001ED0 Ingespace -001ED1 Keyprocessor B.V. -001ED2 Ray Shine Video Technology Inc -001ED3 Dot Technology Int'l Co., Ltd. -001ED4 Doble Engineering -001ED5 Tekon-Automatics -001ED6 Alentec & Orion AB -001ED7 H-Stream Wireless, Inc. -001ED8 Digital United Inc. -001ED9 Mitsubishi Precision Co.,LTd. -001EDA Wesemann Elektrotechniek B.V. -001EDB Giken Trastem Co., Ltd. -001EDC Sony Ericsson Mobile Communications AB -001EDD WASKO S.A. -001EDE BYD COMPANY LIMITED -001EDF Master Industrialization Center Kista -001EE0 Urmet Domus SpA -001EE1 Samsung Electronics Co.,Ltd -001EE2 Samsung Electronics Co.,Ltd -001EE3 T&W Electronics (ShenZhen) Co.,Ltd -001EE4 ACS Solutions France -001EE5 Cisco-Linksys, LLC -001EE6 Shenzhen Advanced Video Info-Tech Co., Ltd. -001EE7 Epic Systems Inc -001EE8 Mytek -001EE9 Stoneridge Electronics AB -001EEA Sensor Switch, Inc. -001EEB Talk-A-Phone Co. -001EEC COMPAL INFORMATION (KUNSHAN) CO., LTD. -001EED Adventiq Ltd. -001EEE ETL Systems Ltd -001EEF Cantronic International Limited -001EF0 Gigafin Networks -001EF1 Servimat -001EF2 Micro Motion Inc -001EF3 From2 -001EF4 L-3 Communications Display Systems -001EF5 Hitek Automated Inc. -001EF6 CISCO SYSTEMS, INC. -001EF7 CISCO SYSTEMS, INC. -001EF8 Emfinity Inc. -001EF9 Pascom Kommunikations systeme GmbH. -001EFA PROTEI Ltd. -001EFB Trio Motion Technology Ltd -001EFC JSC "MASSA-K" -001EFD Microbit 2.0 AB -001EFE LEVEL s.r.o. -001EFF Mueller-Elektronik GmbH & Co. KG -001F00 Nokia Danmark A/S -001F01 Nokia Danmark A/S -001F02 Pixelmetrix Corporation Pte Ltd -001F03 NUM AG -001F04 Granch Ltd. -001F05 iTAS Technology Corp. -001F06 Integrated Dispatch Solutions -001F07 AZTEQ Mobile -001F08 RISCO LTD -001F09 JASTEC CO., LTD. -001F0A Nortel -001F0B Federal State Unitary Enterprise Industrial Union"Electropribor" -001F0C Intelligent Digital Services GmbH -001F0D L3 Communications - Telemetry West -001F0E Japan Kyastem Co., Ltd -001F0F Select Engineered Systems -001F10 TOLEDO DO BRASIL INDUSTRIA DE BALANCAS LTDA -001F11 OPENMOKO, INC. -001F12 Juniper Networks -001F13 S.& A.S. Ltd. -001F14 NexG -001F15 Bioscrypt Inc -001F16 Wistron Corporation -001F17 IDX Company, Ltd. -001F18 Hakusan.Mfg.Co,.Ltd -001F19 BEN-RI ELECTRONICA S.A. -001F1A Prominvest -001F1B RoyalTek Company Ltd. -001F1C KOBISHI ELECTRIC Co.,Ltd. -001F1D Atlas Material Testing Technology LLC -001F1E Astec Technology Co., Ltd -001F1F Edimax Technology Co. Ltd. -001F20 Logitech Europe SA -001F21 Inner Mongolia Yin An Science & Technology Development Co.,L -001F22 Source Photonics, Inc. -001F23 Interacoustics -001F24 DIGITVIEW TECHNOLOGY CO., LTD. -001F25 MBS GmbH -001F26 CISCO SYSTEMS, INC. -001F27 CISCO SYSTEMS, INC. -001F28 HPN Supply Chain -001F29 Hewlett-Packard Company -001F2A ACCM -001F2B Orange Logic -001F2C Starbridge Networks -001F2D Electro-Optical Imaging, Inc. -001F2E Triangle Research Int'l Pte Ltd -001F2F Berker GmbH & Co. KG -001F30 Travelping -001F31 Radiocomp -001F32 Nintendo Co., Ltd. -001F33 Netgear Inc. -001F34 Lung Hwa Electronics Co., Ltd. -001F35 AIR802 LLC -001F36 Bellwin Information Co. Ltd., -001F37 Genesis I&C -001F38 POSITRON -001F39 Construcciones y Auxiliar de Ferrocarriles, S.A. -001F3A Hon Hai Precision Ind.Co., Ltd. -001F3B Intel Corporate -001F3C Intel Corporate -001F3D Qbit GmbH -001F3E RP-Technik e.K. -001F3F AVM GmbH -001F40 Speakercraft Inc. -001F41 Ruckus Wireless -001F42 Etherstack plc -001F43 ENTES ELEKTRONIK -001F44 GE Transportation Systems -001F45 Enterasys -001F46 Nortel -001F47 MCS Logic Inc. -001F48 Mojix Inc. -001F49 Eurosat Distribution Ltd -001F4A Albentia Systems S.A. -001F4B Lineage Power -001F4C Roseman Engineering Ltd -001F4D Segnetics LLC -001F4E ConMed Linvatec -001F4F Thinkware Co. Ltd. -001F50 Swissdis AG -001F51 HD Communications Corp -001F52 UVT Unternehmensberatung fur Verkehr und Technik GmbH -001F53 GEMAC Gesellschaft für Mikroelektronikanwendung Chemnitz mbH -001F54 Lorex Technology Inc. -001F55 Honeywell Security (China) Co., Ltd. -001F56 DIGITAL FORECAST -001F57 Phonik Innovation Co.,LTD -001F58 EMH Energiemesstechnik GmbH -001F59 Kronback Tracers -001F5A Beckwith Electric Co. -001F5B Apple, Inc. -001F5C Nokia Danmark A/S -001F5D Nokia Danmark A/S -001F5E Dyna Technology Co.,Ltd. -001F5F Blatand GmbH -001F60 COMPASS SYSTEMS CORP. -001F61 Talent Communication Networks Inc. -001F62 JSC "Stilsoft" -001F63 JSC Goodwin-Europa -001F64 Beijing Autelan Technology Inc. -001F65 KOREA ELECTRIC TERMINAL CO., LTD. -001F66 PLANAR LLC -001F67 Hitachi,Ltd. -001F68 Martinsson Elektronik AB -001F69 Pingood Technology Co., Ltd. -001F6A PacketFlux Technologies, Inc. -001F6B LG Electronics -001F6C CISCO SYSTEMS, INC. -001F6D CISCO SYSTEMS, INC. -001F6E Vtech Engineering Corporation -001F6F Fujian Sunnada Communication Co.,Ltd. -001F70 Botik Technologies LTD -001F71 xG Technology, Inc. -001F72 QingDao Hiphone Technology Co,.Ltd -001F73 Teraview Technology Co., Ltd. -001F74 Eigen Development -001F75 GiBahn Media -001F76 AirLogic Systems Inc. -001F77 HEOL DESIGN -001F78 Blue Fox Porini Textile -001F79 Lodam Electronics A/S -001F7A WiWide Inc. -001F7B TechNexion Ltd. -001F7C Witelcom AS -001F7D embedded wireless GmbH -001F7E Motorola Mobility, Inc. -001F7F Phabrix Limited -001F80 Lucas Holding bv -001F81 Accel Semiconductor Corp -001F82 Cal-Comp Electronics & Communications Co., Ltd -001F83 Teleplan Technology Services Sdn Bhd -001F84 Gigle Semiconductor -001F85 Apriva ISS, LLC -001F86 digEcor -001F87 Skydigital Inc. -001F88 FMS Force Measuring Systems AG -001F89 Signalion GmbH -001F8A Ellion Digital Inc. -001F8B Cache IQ -001F8C CCS Inc. -001F8D Ingenieurbuero Stark GmbH und Ko. KG -001F8E Metris USA Inc. -001F8F Shanghai Bellmann Digital Source Co.,Ltd. -001F90 Actiontec Electronics, Inc -001F91 DBS Lodging Technologies, LLC -001F92 VideoIQ, Inc. -001F93 Xiotech Corporation -001F94 Lascar Electronics Ltd -001F95 SAGEM COMMUNICATION -001F96 APROTECH CO.LTD -001F97 BERTANA SRL -001F98 DAIICHI-DENTSU LTD. -001F99 SERONICS co.ltd -001F9A Nortel Networks -001F9B POSBRO -001F9C LEDCO -001F9D CISCO SYSTEMS, INC. -001F9E CISCO SYSTEMS, INC. -001F9F Thomson Telecom Belgium -001FA0 A10 Networks -001FA1 Gtran Inc -001FA2 Datron World Communications, Inc. -001FA3 T&W Electronics(Shenzhen)Co.,Ltd. -001FA4 ShenZhen Gongjin Electronics Co.,Ltd -001FA5 Blue-White Industries -001FA6 Stilo srl -001FA7 Sony Computer Entertainment Inc. -001FA8 Smart Energy Instruments Inc. -001FA9 Atlanta DTH, Inc. -001FAA Taseon, Inc. -001FAB I.S HIGH TECH.INC -001FAC Goodmill Systems Ltd -001FAD Brown Innovations, Inc -001FAE Blick South Africa (Pty) Ltd -001FAF NextIO, Inc. -001FB0 TimeIPS, Inc. -001FB1 Cybertech Inc. -001FB2 Sontheim Industrie Elektronik GmbH -001FB3 2Wire -001FB4 SmartShare Systems -001FB5 I/O Interconnect Inc. -001FB6 Chi Lin Technology Co., Ltd. -001FB7 WiMate Technologies Corp. -001FB8 Universal Remote Control, Inc. -001FB9 Paltronics -001FBA BoYoung Tech. & Marketing, Inc. -001FBB Xenatech Co.,LTD -001FBC EVGA Corporation -001FBD Kyocera Wireless Corp. -001FBE Shenzhen Mopnet Industrial Co.,Ltd -001FBF Fulhua Microelectronics Corp. Taiwan Branch -001FC0 Control Express Finland Oy -001FC1 Hanlong Technology Co.,LTD -001FC2 Jow Tong Technology Co Ltd -001FC3 SmartSynch, Inc -001FC4 Motorola Mobility, Inc. -001FC5 Nintendo Co., Ltd. -001FC6 ASUSTek COMPUTER INC. -001FC7 Casio Hitachi Mobile Comunications Co., Ltd. -001FC8 Up-Today Industrial Co., Ltd. -001FC9 CISCO SYSTEMS, INC. -001FCA CISCO SYSTEMS, INC. -001FCB NIW Solutions -001FCC Samsung Electronics Co.,Ltd -001FCD Samsung Electronics -001FCE QTECH LLC -001FCF MSI Technology GmbH -001FD0 GIGA-BYTE TECHNOLOGY CO.,LTD. -001FD1 OPTEX CO.,LTD. -001FD2 COMMTECH TECHNOLOGY MACAO COMMERCIAL OFFSHORE LTD. -001FD3 RIVA Networks Inc. -001FD4 4IPNET, INC. -001FD5 MICRORISC s.r.o. -001FD6 Shenzhen Allywll -001FD7 TELERAD SA -001FD8 A-TRUST COMPUTER CORPORATION -001FD9 RSD Communications Ltd -001FDA Nortel Networks -001FDB Network Supply Corp., -001FDC Mobile Safe Track Ltd -001FDD GDI LLC -001FDE Nokia Danmark A/S -001FDF Nokia Danmark A/S -001FE0 EdgeVelocity Corp -001FE1 Hon Hai Precision Ind. Co., Ltd. -001FE2 Hon Hai Precision Ind. Co., Ltd. -001FE3 LG Electronics -001FE4 Sony Ericsson Mobile Communications -001FE5 In-Circuit GmbH -001FE6 Alphion Corporation -001FE7 Simet -001FE8 KURUSUGAWA Electronics Industry Inc,. -001FE9 Printrex, Inc. -001FEA Applied Media Technologies Corporation -001FEB Trio Datacom Pty Ltd -001FEC Synapse Électronique -001FED Tecan Systems Inc. -001FEE ubisys technologies GmbH -001FEF SHINSEI INDUSTRIES CO.,LTD -001FF0 Audio Partnership -001FF1 Paradox Hellas S.A. -001FF2 VIA Technologies, Inc. -001FF3 Apple, Inc -001FF4 Power Monitors, Inc. -001FF5 Kongsberg Defence & Aerospace -001FF6 PS Audio International -001FF7 Nakajima All Precision Co., Ltd. -001FF8 Siemens AG, Sector Industry, Drive Technologies, Motion Control Systems -001FF9 Advanced Knowledge Associates -001FFA Coretree, Co, Ltd -001FFB Green Packet Bhd -001FFC Riccius+Sohn GmbH -001FFD Indigo Mobile Technologies Corp. -001FFE HPN Supply Chain -001FFF Respironics, Inc. -002000 LEXMARK INTERNATIONAL, INC. -002001 DSP SOLUTIONS, INC. -002002 SERITECH ENTERPRISE CO., LTD. -002003 PIXEL POWER LTD. -002004 YAMATAKE-HONEYWELL CO., LTD. -002005 SIMPLE TECHNOLOGY -002006 GARRETT COMMUNICATIONS, INC. -002007 SFA, INC. -002008 CABLE & COMPUTER TECHNOLOGY -002009 PACKARD BELL ELEC., INC. -00200A SOURCE-COMM CORP. -00200B OCTAGON SYSTEMS CORP. -00200C ADASTRA SYSTEMS CORP. -00200D CARL ZEISS -00200E SATELLITE TECHNOLOGY MGMT, INC -00200F TANBAC CO., LTD. -002010 JEOL SYSTEM TECHNOLOGY CO. LTD -002011 CANOPUS CO., LTD. -002012 CAMTRONICS MEDICAL SYSTEMS +00107F CRESTRON ELECTRONICS, INC. +00102C Lasat Networks A/S +0010B7 COYOTE TECHNOLOGIES, LLC +006064 NETCOMM LIMITED +0060CB HITACHI ZOSEN CORPORATION +006090 Artiza Networks Inc +0060A9 GESYTEC MBH +0060F2 LASERGRAPHICS, INC. +006031 HRK SYSTEMS +0060A6 PARTICLE MEASURING SYSTEMS +006082 NOVALINK TECHNOLOGIES, INC. +006012 POWER COMPUTING CORPORATION +00604D MMC NETWORKS, INC. +006048 EMC CORPORATION +0060E5 FUJI AUTOMATION CO., LTD. +006010 NETWORK MACHINES, INC. +006044 LITTON/POLY-SCIENTIFIC +0060BE WEBTRONICS +006052 PERIPHERALS ENTERPRISE CO., Ltd. +00E03F JATON CORPORATION +00E0EB DIGICOM SYSTEMS, INCORPORATED +00E00E AVALON IMAGING SYSTEMS, INC. +00E0CD SAAB SENSIS CORPORATION +00E0CB RESON, INC. +00E048 SDL COMMUNICATIONS, INC. +00E083 JATO TECHNOLOGIES, INC. +00E03D FOCON ELECTRONIC SYSTEMS A/S +00E0FA TRL TECHNOLOGY, LTD. +00E02C AST COMPUTER +00E00B ROOFTOP COMMUNICATIONS CORP. +00E067 eac AUTOMATION-CONSULTING GmbH +00E058 PHASE ONE DENMARK A/S +00E089 ION Networks, Inc. +00E03B PROMINET CORPORATION +006017 TOKIMEC INC. +0060E6 SHOMITI SYSTEMS INCORPORATED +006053 TOYODA MACHINE WORKS, LTD. +0060A0 SWITCHED NETWORK TECHNOLOGIES, INC. +006019 Roche Diagnostics +006033 ACUITY IMAGING, INC. +0060EE APOLLO +006022 VICOM SYSTEMS, INC. +006013 NETSTAL MASCHINEN AG +0060F4 ADVANCED COMPUTER SOLUTIONS, Inc. +006011 CRYSTAL SEMICONDUCTOR CORP. +00600E WAVENET INTERNATIONAL, INC. +0060C0 Nera Networks AS +00E062 HOST ENGINEERING +00E033 E.E.P.D. GmbH +00E079 A.T.N.R. +00E09C MII +00E075 Verilink Corporation +00E07A MIKRODIDAKT AB +00E03E ALFATECH, INC. +00E09A Positron Inc. +0060D7 ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE (EPFL) +006087 KANSAI ELECTRIC CO., LTD. +00E029 STANDARD MICROSYSTEMS CORP. +00606B Synclayer Inc. +006073 REDCREEK COMMUNICATIONS, INC. +006039 SanCom Technology, Inc. +0060A5 PERFORMANCE TELECOM CORP. +0060B3 Z-COM, INC. +006089 XATA +00603C HAGIWARA SYS-COM CO., LTD. +00602E CYCLADES CORPORATION +006075 PENTEK, INC. +00601C TELXON CORPORATION +006016 CLARIION +0060AD MegaChips Corporation +0060B6 LAND COMPUTER CO., LTD. +006055 CORNELL UNIVERSITY +006015 NET2NET CORPORATION +00A01D Red Lion Controls, LP +00A071 VIDEO LOTTERY TECHNOLOGIES,INC +00A052 STANILITE ELECTRONICS PTY. LTD +00A0EA ETHERCOM CORP. +00A02E BRAND COMMUNICATIONS, LTD. +00A0E2 Keisokugiken Corporation +00A058 GLORY, LTD. +00E093 ACKFIN NETWORKS +00E0E3 SK-ELEKTRONIK GMBH +00E066 ProMax Systems, Inc. +00E0DB ViaVideo Communications, Inc. +00E0DF KEYMILE GmbH +00E00D RADIANT SYSTEMS +00E008 AMAZING CONTROLS! INC. +00E086 Emerson Network Power, Avocent Division +00E0E1 G2 NETWORKS, INC. +00E042 Pacom Systems Ltd. +00E08E UTSTARCOM +00E095 ADVANCED-VISION TECHNOLGIES CORP. +006006 SOTEC CO., LTD +00603D 3CX +006029 CARY PERIPHERALS INC. +006043 iDirect, INC. +0060D1 CASCADE COMMUNICATIONS +0060CD VideoServer, Inc. +006094 IBM Corp +0060D9 TRANSYS NETWORKS INC. +0060AA INTELLIGENT DEVICES INC. (IDI) +00605A CELCORE, INC. +006065 BERNECKER & RAINER INDUSTRIE-ELEKTRONIC GmbH +00E07B BAY NETWORKS +00E077 WEBGEAR, INC. +00E0D2 VERSANET COMMUNICATIONS, INC. +00E04E SANYO DENKI CO., LTD. +00E0D0 NETSPEED, INC. +00E02A TANDBERG TELEVISION AS +00E05B WEST END SYSTEMS CORP. +00E051 TALX CORPORATION +00A0F0 TORONTO MICROELECTRONICS INC. +00A049 DIGITECH INDUSTRIES, INC. +00A027 FIREPOWER SYSTEMS, INC. +00A0FF TELLABS OPERATIONS, INC. +00A001 DRS Signal Solutions +00A0F1 MTI +00A046 SCITEX CORP. LTD. +00A0D9 CONVEX COMPUTER CORPORATION +00A0B5 3H TECHNOLOGY +00A0AC GILAT SATELLITE NETWORKS, LTD. +00A057 LANCOM Systems GmbH +00A086 AMBER WAVE SYSTEMS, INC. +00A083 ASIMMPHONY TURKEY +00A091 APPLICOM INTERNATIONAL +00A004 NETPOWER, INC. +00A081 ALCATEL DATA NETWORKS +00A0D5 SIERRA WIRELESS INC. +00200F EBRAINS Inc +0020C7 AKAI Professional M.I. Corp. +0020EB CINCINNATI MICROWAVE, INC. +0020E3 MCD KENCOM CORPORATION 002013 DIVERSIFIED TECHNOLOGY, INC. -002014 GLOBAL VIEW CO., LTD. -002015 ACTIS COMPUTER SA -002016 SHOWA ELECTRIC WIRE & CABLE CO -002017 ORBOTECH -002018 CIS TECHNOLOGY INC. -002019 OHLER GmbH +0020C1 SAXA, Inc. +002087 MEMOTEC, INC. +0020F9 PARALINK NETWORKS, INC. +00A0F9 BINTEC COMMUNICATIONS GMBH +00A0BC VIASAT, INCORPORATED +00A003 Siemens Switzerland Ltd., I B T HVP +00A09E ICTV +00A026 TELDAT, S.A. 00201A MRV Communications, Inc. -00201B NORTHERN TELECOM/NETWORK -00201C EXCEL, INC. -00201D KATANA PRODUCTS -00201E NETQUEST CORPORATION -00201F BEST POWER TECHNOLOGY, INC. -002020 MEGATRON COMPUTER INDUSTRIES PTY, LTD. -002021 ALGORITHMS SOFTWARE PVT. LTD. -002022 NMS Communications 002023 T.C. TECHNOLOGIES PTY. LTD -002024 PACIFIC COMMUNICATION SCIENCES -002025 CONTROL TECHNOLOGY, INC. -002026 AMKLY SYSTEMS, INC. -002027 MING FORTUNE INDUSTRY CO., LTD -002028 WEST EGG SYSTEMS, INC. -002029 TELEPROCESSING PRODUCTS, INC. -00202A N.V. DZINE -00202B ADVANCED TELECOMMUNICATIONS MODULES, LTD. -00202C WELLTRONIX CO., LTD. -00202D TAIYO CORPORATION -00202E DAYSTAR DIGITAL -00202F ZETA COMMUNICATIONS, LTD. -002030 ANALOG & DIGITAL SYSTEMS -002031 Tattile SRL -002032 ALCATEL TAISEL -002033 SYNAPSE TECHNOLOGIES, INC. -002034 ROTEC INDUSTRIEAUTOMATION GMBH -002035 IBM Corp -002036 BMC SOFTWARE -002037 SEAGATE TECHNOLOGY -002038 VME MICROSYSTEMS INTERNATIONAL CORPORATION +0020F3 RAYNET CORPORATION 002039 SCINETS -00203A DIGITAL BI0METRICS INC. -00203B WISDM LTD. -00203C EUROTIME AB -00203D Honeywell ECC +002038 VME MICROSYSTEMS INTERNATIONAL CORPORATION 00203E LogiCan Technologies, Inc. -00203F JUKI CORPORATION -002040 Motorola Broadband Communications Sector -002041 DATA NET -002042 DATAMETRICS CORP. -002043 NEURON COMPANY LIMITED -002044 GENITECH PTY LTD -002045 ION Networks, Inc. -002046 CIPRICO, INC. -002047 STEINBRECHER CORP. -002048 Marconi Communications -002049 COMTRON, INC. -00204A PRONET GMBH -00204B AUTOCOMPUTER CO., LTD. -00204C MITRON COMPUTER PTE LTD. -00204D INOVIS GMBH -00204E NETWORK SECURITY SYSTEMS, INC. -00204F DEUTSCHE AEROSPACE AG -002050 KOREA COMPUTER INC. -002051 Verilink Corporation -002052 RAGULA SYSTEMS -002053 HUNTSVILLE MICROSYSTEMS, INC. -002054 Sycamore Networks 002055 ALTECH CO., LTD. -002056 NEOPRODUCTS +0020D9 PANASONIC TECHNOLOGIES, INC./MIECO-US +002080 SYNERGY (UK) LTD. +002026 AMKLY SYSTEMS, INC. +00203D Honeywell ECC +002019 OHLER GMBH 002057 TITZE DATENTECHNIK GmbH -002058 ALLIED SIGNAL INC. -002059 MIRO COMPUTER PRODUCTS AG -00205A COMPUTER IDENTICS -00205B Kentrox, LLC -00205C InterNet Systems of Florida, Inc. -00205D NANOMATIC OY -00205E CASTLE ROCK, INC. -00205F GAMMADATA COMPUTER GMBH -002060 ALCATEL ITALIA S.p.A. -002061 GarrettCom, Inc. -002062 SCORPION LOGIC, LTD. -002063 WIPRO INFOTECH LTD. -002064 PROTEC MICROSYSTEMS, INC. -002065 SUPERNET NETWORKING INC. -002066 GENERAL MAGIC, INC. -002067 PRIVATE -002068 ISDYNE -002069 ISDN SYSTEMS CORPORATION -00206A OSAKA COMPUTER CORP. -00206B KONICA MINOLTA HOLDINGS, INC. -00206C EVERGREEN TECHNOLOGY CORP. -00206D DATA RACE, INC. -00206E XACT, INC. -00206F FLOWPOINT CORPORATION -002070 HYNET, LTD. -002071 IBR GMBH -002072 WORKLINK INNOVATIONS -002073 FUSION SYSTEMS CORPORATION +0020BE LAN ACCESS CORP. +002022 NMS Communications +0020AA Ericsson Television Limited +00208E CHEVIN SOFTWARE ENG. LTD. +00203B WISDM LTD. +002044 GENITECH PTY LTD +0020F5 PANDATEL AG +002021 ALGORITHMS SOFTWARE PVT. LTD. 002074 SUNGWOON SYSTEMS -002075 MOTOROLA COMMUNICATION ISRAEL -002076 REUDO CORPORATION -002077 KARDIOS SYSTEMS CORP. -002078 RUNTOP, INC. -002079 MIKRON GMBH -00207A WiSE Communications, Inc. -00207B Intel Corporation -00207C AUTEC GmbH -00207D ADVANCED COMPUTER APPLICATIONS -00207E FINECOM Co., Ltd. -00207F KYOEI SANGYO CO., LTD. -002080 SYNERGY (UK) LTD. -002081 TITAN ELECTRONICS +0020CE LOGICAL DESIGN GROUP, INC. 002082 ONEAC CORPORATION -002083 PRESTICOM INCORPORATED -002084 OCE PRINTING SYSTEMS, GMBH -002085 EXIDE ELECTRONICS -002086 MICROTECH ELECTRONICS LIMITED -002087 MEMOTEC, INC. -002088 GLOBAL VILLAGE COMMUNICATION -002089 T3PLUS NETWORKING, INC. -00208A SONIX COMMUNICATIONS, LTD. -00208B LAPIS TECHNOLOGIES, INC. -00208C GALAXY NETWORKS, INC. -00208D CMD TECHNOLOGY -00208E CHEVIN SOFTWARE ENG. LTD. -00208F ECI TELECOM LTD. -002090 ADVANCED COMPRESSION TECHNOLOGY, INC. -002091 J125, NATIONAL SECURITY AGENCY -002092 CHESS ENGINEERING B.V. -002093 LANDINGS TECHNOLOGY CORP. -002094 CUBIX CORPORATION -002095 RIVA ELECTRONICS -002096 Invensys -002097 APPLIED SIGNAL TECHNOLOGY -002098 HECTRONIC AB -002099 BON ELECTRIC CO., LTD. -00209A THE 3DO COMPANY -00209B ERSAT ELECTRONIC GMBH -00209C PRIMARY ACCESS CORP. -00209D LIPPERT AUTOMATIONSTECHNIK -00209E BROWN'S OPERATING SYSTEM SERVICES, LTD. -00209F MERCURY COMPUTER SYSTEMS, INC. -0020A0 OA LABORATORY CO., LTD. -0020A1 DOVATRON -0020A2 GALCOM NETWORKING LTD. -0020A3 Harmonic, Inc -0020A4 MULTIPOINT NETWORKS -0020A5 API ENGINEERING -0020A6 Proxim Wireless -0020A7 PAIRGAIN TECHNOLOGIES, INC. -0020A8 SAST TECHNOLOGY CORP. -0020A9 WHITE HORSE INDUSTRIAL -0020AA Ericsson Television Limited -0020AB MICRO INDUSTRIES CORP. -0020AC INTERFLEX DATENSYSTEME GMBH -0020AD LINQ SYSTEMS -0020AE ORNET DATA COMMUNICATION TECH. -0020AF 3COM CORPORATION -0020B0 GATEWAY DEVICES, INC. -0020B1 COMTECH RESEARCH INC. -0020B2 GKD Gesellschaft Fur Kommunikation Und Datentechnik -0020B3 Tattile SRL -0020B4 TERMA ELEKTRONIK AS -0020B5 YASKAWA ELECTRIC CORPORATION -0020B6 AGILE NETWORKS, INC. -0020B7 NAMAQUA COMPUTERWARE -0020B8 PRIME OPTION, INC. -0020B9 METRICOM, INC. -0020BA CENTER FOR HIGH PERFORMANCE -0020BB ZAX CORPORATION -0020BC Long Reach Networks Pty Ltd -0020BD NIOBRARA R & D CORPORATION -0020BE LAN ACCESS CORP. 0020BF AEHR TEST SYSTEMS -0020C0 PULSE ELECTRONICS, INC. -0020C1 SAXA, Inc. -0020C2 TEXAS MEMORY SYSTEMS, INC. -0020C3 COUNTER SOLUTIONS LTD. -0020C4 INET,INC. -0020C5 EAGLE TECHNOLOGY -0020C6 NECTEC -0020C7 AKAI Professional M.I. Corp. -0020C8 LARSCOM INCORPORATED -0020C9 VICTRON BV -0020CA DIGITAL OCEAN -0020CB PRETEC ELECTRONICS CORP. -0020CC DIGITAL SERVICES, LTD. -0020CD HYBRID NETWORKS, INC. -0020CE LOGICAL DESIGN GROUP, INC. -0020CF TEST & MEASUREMENT SYSTEMS INC -0020D0 VERSALYNX CORPORATION -0020D1 MICROCOMPUTER SYSTEMS (M) SDN. -0020D2 RAD DATA COMMUNICATIONS, LTD. -0020D3 OST (OUEST STANDARD TELEMATIQU -0020D4 CABLETRON - ZEITTNET INC. -0020D5 VIPA GMBH -0020D6 BREEZECOM -0020D7 JAPAN MINICOMPUTER SYSTEMS CO., Ltd. -0020D8 Nortel Networks -0020D9 PANASONIC TECHNOLOGIES, INC./MIECO-US -0020DA Alcatel North America ESD -0020DB XNET TECHNOLOGY, INC. -0020DC DENSITRON TAIWAN LTD. -0020DD Cybertec Pty Ltd -0020DE JAPAN DIGITAL LABORAT'Y CO.LTD -0020DF KYOSAN ELECTRIC MFG. CO., LTD. -0020E0 Actiontec Electronics, Inc. +0020F1 ALTOS INDIA LIMITED +00205D NANOMATIC OY 0020E1 ALAMAR ELECTRONICS -0020E2 INFORMATION RESOURCE ENGINEERING -0020E3 MCD KENCOM CORPORATION -0020E4 HSING TECH ENTERPRISE CO., LTD -0020E5 APEX DATA, INC. -0020E6 LIDKOPING MACHINE TOOLS AB -0020E7 B&W NUCLEAR SERVICE COMPANY -0020E8 DATATREK CORPORATION -0020E9 DANTEL -0020EA EFFICIENT NETWORKS, INC. -0020EB CINCINNATI MICROWAVE, INC. -0020EC TECHWARE SYSTEMS CORP. -0020ED GIGA-BYTE TECHNOLOGY CO., LTD. -0020EE GTECH CORPORATION -0020EF USC CORPORATION +0020CC DIGITAL SERVICES, LTD. +00202C WELLTRONIX CO., LTD. +0020B3 Tattile SRL +00A048 QUESTECH, LTD. +00A0C4 CRISTIE ELECTRONICS LTD. +00A089 XPOINT TECHNOLOGIES, INC. +00A0D1 INVENTEC CORPORATION +00A0AE NUCOM SYSTEMS, INC. +00A02B TRANSITIONS RESEARCH CORP. +00A0A1 EPIC DATA INC. +00A0C3 UNICOMPUTER GMBH +00A042 SPUR PRODUCTS CORP. +00C007 PINNACLE DATA SYSTEMS, INC. +00C0F8 ABOUT COMPUTING INC. +00C06F KOMATSU LTD. +00C08E NETWORK INFORMATION TECHNOLOGY +00C05A SEMAPHORE COMMUNICATIONS CORP. +00C0EB SEH COMPUTERTECHNIK GMBH +00C0C7 SPARKTRUM MICROSYSTEMS, INC. +00C0D8 UNIVERSAL DATA SYSTEMS +00C068 HME Clear-Com LTD. +0040DB ADVANCED TECHNICAL SOLUTIONS +00405B FUNASSET LIMITED +00401B PRINTER SYSTEMS CORP. +0040EB MARTIN MARIETTA CORPORATION +0040CD TERA MICROSYSTEMS, INC. +0040E5 SYBUS CORPORATION +0040F9 COMBINET +004039 OPTEC DAIICHI DENKO CO., LTD. +0040FE SYMPLEX COMMUNICATIONS 0020F0 UNIVERSAL MICROELECTRONICS CO. -0020F1 ALTOS INDIA LIMITED -0020F2 Oracle Corporation -0020F3 RAYNET CORPORATION -0020F4 SPECTRIX CORPORATION -0020F5 PANDATEL AG -0020F6 NET TEK AND KARLNET, INC. -0020F7 CYBERDATA CORPORATION -0020F8 CARRERA COMPUTERS, INC. -0020F9 PARALINK NETWORKS, INC. -0020FA GDE SYSTEMS, INC. -0020FB OCTEL COMMUNICATIONS CORP. -0020FC MATROX -0020FD ITV TECHNOLOGIES, INC. -0020FE TOPWARE INC. / GRAND COMPUTER -0020FF SYMMETRICAL TECHNOLOGIES -002100 GemTek Technology Co., Ltd. -002101 Aplicaciones Electronicas Quasar (AEQ) -002102 UpdateLogic Inc. -002103 GHI Electronics, LLC -002104 Gigaset Communications GmbH -002105 Alcatel-Lucent -002106 RIM Testing Services -002107 Seowonintech Co Ltd. -002108 Nokia Danmark A/S -002109 Nokia Danmark A/S -00210A byd:sign Corporation -00210B GEMINI TRAZE RFID PVT. LTD. -00210C Cymtec Systems, Inc. -00210D SAMSIN INNOTEC -00210E Orpak Systems L.T.D. -00210F Cernium Corp -002110 Clearbox Systems -002111 Uniphone Inc. -002112 WISCOM SYSTEM CO.,LTD -002113 Padtec S/A -002114 Hylab Technology Inc. -002115 PHYWE Systeme GmbH & Co. KG -002116 Transcon Electronic Systems, spol. s r. o. -002117 Tellord -002118 Athena Tech, Inc. -002119 Samsung Electro-Mechanics -00211A LInTech Corporation -00211B CISCO SYSTEMS, INC. -00211C CISCO SYSTEMS, INC. -00211D Dataline AB -00211E Motorola Mobility, Inc. -00211F SHINSUNG DELTATECH CO.,LTD. -002120 Sequel Technologies -002121 VRmagic GmbH -002122 Chip-pro Ltd. -002123 Aerosat Avionics -002124 Optos Plc -002125 KUK JE TONG SHIN Co.,LTD -002126 Shenzhen Torch Equipment Co., Ltd. -002127 TP-LINK Technology Co., Ltd. -002128 Oracle Corporation -002129 Cisco-Linksys, LLC -00212A Audiovox Corporation -00212B MSA Auer -00212C SemIndia System Private Limited -00212D SCIMOLEX CORPORATION -00212E dresden-elektronik -00212F Phoebe Micro Inc. -002130 Keico Hightech Inc. -002131 Blynke Inc. -002132 Masterclock, Inc. -002133 Building B, Inc -002134 Brandywine Communications -002135 ALCATEL-LUCENT -002136 Motorola Mobility, Inc. -002137 Bay Controls, LLC -002138 Cepheid -002139 Escherlogic Inc. -00213A Winchester Systems Inc. -00213B Berkshire Products, Inc -00213C AliphCom -00213D Cermetek Microelectronics, Inc. -00213E TomTom -00213F A-Team Technology Ltd. -002140 EN Technologies Inc. -002141 RADLIVE -002142 Advanced Control Systems doo -002143 Motorola Mobility, Inc. -002144 SS Telecoms -002145 Semptian Technologies Ltd. -002146 Sanmina-SCI -002147 Nintendo Co., Ltd. -002148 Kaco Solar Korea -002149 China Daheng Group ,Inc. -00214A Pixel Velocity, Inc -00214B Shenzhen HAMP Science & Technology Co.,Ltd -00214C SAMSUNG ELECTRONICS CO., LTD. -00214D Guangzhou Skytone Transmission Technology Com. Ltd. -00214E GS Yuasa Power Supply Ltd. -00214F ALPS Electric Co., Ltd -002150 EYEVIEW ELECTRONICS -002151 Millinet Co., Ltd. -002152 General Satellite Research & Development Limited -002153 SeaMicro Inc. -002154 D-TACQ Solutions Ltd -002155 CISCO SYSTEMS, INC. -002156 CISCO SYSTEMS, INC. -002157 National Datacast, Inc. -002158 Style Flying Technology Co. -002159 Juniper Networks -00215A Hewlett-Packard Company -00215B Inotive -00215C Intel Corporate +0020EF USC CORPORATION +002016 SHOWA ELECTRIC WIRE & CABLE CO +00201F BEST POWER TECHNOLOGY, INC. +002045 ION Networks, Inc. +0020B6 AGILE NETWORKS, INC. +00208A SONIX COMMUNICATIONS, LTD. +00204C MITRON COMPUTER PTE LTD. +002002 SERITECH ENTERPRISE CO., LTD. +00204B AUTOCOMPUTER CO., LTD. +0020AF 3COM CORPORATION +002048 Marconi Communications +002008 CABLE & COMPUTER TECHNOLOGY +00C023 TUTANKHAMON ELECTRONICS +00C0F3 NETWORK COMMUNICATIONS CORP. +00C043 STRATACOM +00C0B3 COMSTAT DATACOMM CORPORATION +00C0B5 CORPORATE NETWORK SYSTEMS,INC. +00403E RASTER OPS CORPORATION +0040AE DELTA CONTROLS, INC. +0040C6 FIBERNET RESEARCH, INC. +004092 ASP COMPUTER PRODUCTS, INC. +004054 CONNECTION MACHINES SERVICES +0040D8 OCEAN OFFICE AUTOMATION LTD. +0040C0 VISTA CONTROLS CORPORATION +004088 MOBIUS TECHNOLOGIES, INC. +00803B APT COMMUNICATIONS, INC. +0080BA SPECIALIX (ASIA) PTE, LTD +00BB01 OCTOTHORPE CORP. +00C01F S.E.R.C.E.L. +00C094 VMX INC. +00C075 XANTE CORPORATION +00C0F9 Artesyn Embedded Technologies +00C039 Teridian Semiconductor Corporation +00C077 DAEWOO TELECOM LTD. +00C02F OKUMA CORPORATION +00C0F1 SHINKO ELECTRIC CO., LTD. +00C0DE ZCOMM, INC. +0040AF DIGITAL PRODUCTS, INC. +00404F SPACE & NAVAL WARFARE SYSTEMS +00407B SCIENTIFIC ATLANTA +00404E FLUENT, INC. +00C0F7 ENGAGE COMMUNICATION, INC. +00C030 INTEGRATED ENGINEERING B. V. +00C04A GROUP 2000 AG +00C0A6 EXICOM AUSTRALIA PTY. LTD +00C053 Aspect Software Inc. +00C0CF IMATRAN VOIMA OY +00C029 Nexans Deutschland GmbH - ANS +00C0A4 UNIGRAF OY +00C060 ID SCANDINAVIA AS +00C082 MOORE PRODUCTS CO. +00C008 SECO SRL +00C0BB FORVAL CREATIVE, INC. +00C0E0 DSC COMMUNICATION CORP. +00C05E VARI-LITE, INC. +00C031 DESIGN RESEARCH SYSTEMS, INC. +00C07C HIGHTECH INFORMATION +00C0AE TOWERCOM CO. INC. DBA PC HOUSE +00C0D6 J1 SYSTEMS, INC. +00C0AA SILICON VALLEY COMPUTER +00C04E COMTROL CORPORATION +00C00A MICRO CRAFT +00C02A OHKURA ELECTRIC CO., LTD. +00C0F2 TRANSITION NETWORKS +00C01D GRAND JUNCTION NETWORKS, INC. +00C0AD MARBEN COMMUNICATION SYSTEMS +00C024 EDEN SISTEMAS DE COMPUTACAO SA +00C0E9 OAK SOLUTIONS, LTD. +00C0C5 SID INFORMATICA +00C001 DIATEK PATIENT MANAGMENT +00C07E KUBOTA CORPORATION ELECTRONIC +008012 INTEGRATED MEASUREMENT SYSTEMS +008039 ALCATEL STC AUSTRALIA +008023 INTEGRATED BUSINESS NETWORKS +0080CA NETCOM RESEARCH INCORPORATED +00804D CYCLONE MICROSYSTEMS, INC. +0080D6 NUVOTECH, INC. +0080ED IQ TECHNOLOGIES, INC. +0080C1 LANEX CORPORATION +008049 NISSIN ELECTRIC CO., LTD. +00807C FIBERCOM, INC. +008079 MICROBUS DESIGNS LTD. +0080DE GIPSI S.A. +008004 ANTLOW COMMUNICATIONS, LTD. +008078 PRACTICAL PERIPHERALS, INC. +008040 JOHN FLUKE MANUFACTURING CO. +0000F8 DIGITAL EQUIPMENT CORPORATION +0080CE BROADCAST TELEVISION SYSTEMS +00801A BELL ATLANTIC +00803F TATUNG COMPANY +0080D4 CHASE RESEARCH LTD. +0080CB FALCO DATA PRODUCTS +008075 PARSYTEC GMBH +0080EB COMPCONTROL B.V. +008099 Eaton Industries GmbH +0080E4 NORTHWEST DIGITAL SYSTEMS, INC +008041 VEB KOMBINAT ROBOTRON +0080C8 D-LINK SYSTEMS, INC. +008036 REFLEX MANUFACTURING SYSTEMS +0040F0 MicroBrain,Inc. +0040A7 ITAUTEC PHILCO S.A. +0040D3 KIMPSION INTERNATIONAL CORP. +004065 GTE SPACENET +0040CB LANWAN TECHNOLOGIES +004041 FUJIKURA LTD. +004053 AMPRO COMPUTERS +008032 ACCESS CO., LTD. +0080CF EMBEDDED PERFORMANCE INC. +008031 BASYS, CORP. +00803A VARITYPER, INC. +00807E SOUTHERN PACIFIC LTD. +008029 EAGLE TECHNOLOGY, INC. +00802F NATIONAL INSTRUMENTS CORP. +008051 FIBERMUX +0080FD EXSCEED CORPRATION +004008 A PLUS INFO CORPORATION +0040E9 ACCORD SYSTEMS, INC. +0040B5 VIDEO TECHNOLOGY COMPUTERS LTD +004012 WINDATA, INC. +00401C AST RESEARCH, INC. +004067 OMNIBYTE CORPORATION +004035 OPCOM +0040EA PLAIN TREE SYSTEMS INC +0040EF HYPERCOM, INC. +004093 PAXDATA NETWORKS LTD. +0040EC MIKASA SYSTEM ENGINEERING +0080B9 ARCHE TECHNOLIGIES INC. +0080A7 Honeywell International Inc +0040DA TELSPEC LTD +004083 TDA INDUSTRIA DE PRODUTOS +0040C8 MILAN TECHNOLOGY CORPORATION +0040BC ALGORITHMICS LTD. +00402F XLNT DESIGNS INC. +00405D STAR-TEK, INC. +00405F AFE COMPUTERS LTD. +004043 Nokia Siemens Networks GmbH & Co. KG. +00800D VOSSWINKEL F.U. +0080D1 KIMTRON CORPORATION +00805D CANSTAR +008094 ALFA LAVAL AUTOMATION AB +008047 IN-NET CORP. +008064 WYSE TECHNOLOGY LLC +0080C5 NOVELLCO DE MEXICO +0080AC IMLOGIX, DIVISION OF GENESYS +000052 Intrusion.com, Inc. +0000BD MITSUBISHI CABLE COMPANY +000037 OXFORD METRICS LIMITED +00003F SYNTREX, INC. +08007C VITALINK COMMUNICATIONS CORP. +080076 PC LAN TECHNOLOGIES +080072 XEROX CORP UNIV GRANT PROGRAM +080068 RIDGE COMPUTERS +080062 General Dynamics +080057 Evans & Sutherland +000010 SYTEK INC. +000033 EGAN MACHINERY COMPANY +000080 CRAY COMMUNICATIONS A/S +0000FD HIGH LEVEL HARDWARE +08008C NETWORK RESEARCH CORPORATION +080089 Kinetics +080084 TOMEN ELECTRONICS CORP. +00000D FIBRONICS LTD. +00004F LOGICRAFT, INC. +000015 DATAPOINT CORPORATION +0000C7 ARIX CORPORATION +00001C BELL TECHNOLOGIES +00001A ADVANCED MICRO DEVICES +000082 LECTRA SYSTEMES SA +0000DA ATEX +0000DB British Telecommunications plc +0000C1 Madge Ltd. +0000F6 APPLIED MICROSYSTEMS CORP. +080023 Panasonic Communications Co., Ltd. +080022 NBI INC. +080019 GENERAL ELECTRIC CORPORATION +08004D CORVUS SYSTEMS INC. +08003E CODEX CORPORATION +080033 BAUSCH & LOMB +08002F PRIME COMPUTER INC. +080032 TIGAN INCORPORATED +08002E METAPHOR COMPUTER SYSTEMS +0000D2 SBE, INC. +00006B SILICON GRAPHICS INC./MIPS +0000CC DENSAN CO., LTD. +0000CE MEGADATA CORP. +0000EF KTI +00000F NEXT, INC. +0000C6 EON SYSTEMS +0000D5 MICROGNOSIS INTERNATIONAL +000078 LABTAM LIMITED +0000EB MATSUSHITA COMM. IND. CO. LTD. +00009C ROLM MIL-SPEC COMPUTERS +000032 Marconi plc +000069 CONCORD COMMUNICATIONS INC +00008B INFOTRON +0000BE THE NTI GROUP +00004C NEC CORPORATION +00003B i Controls, Inc. +080013 Exxon +02BB01 OCTOTHORPE CORP. +0000A6 NETWORK GENERAL CORPORATION +00DD06 UNGERMANN-BASS INC. +00DD0B UNGERMANN-BASS INC. +000007 XEROX CORPORATION +080014 EXCELAN +08000F MITEL CORPORATION +0000D7 DARTMOUTH COLLEGE +00DD00 UNGERMANN-BASS INC. +08000A NESTAR SYSTEMS INCORPORATED +08001C KDD-KOKUSAI DEBNSIN DENWA CO. +02AA3C OLIVETTI TELECOMM SPA (OLTECO) +08001D ABLE COMMUNICATIONS INC. +080018 PIRELLI FOCOM NETWORKS +080015 STC BUSINESS SYSTEMS +00DD03 UNGERMANN-BASS INC. +00801F KRUPP ATLAS ELECTRONIK GMBH +00408E Tattile SRL +00800F STANDARD MICROSYSTEMS +080065 GENRAD INC. +002275 Belkin International Inc. +149182 Belkin International Inc. +70106F Hewlett Packard Enterprise +988B5D Sagemcom Broadband SAS +94FEF4 Sagemcom Broadband SAS +C8CD72 Sagemcom Broadband SAS +E8BE81 Sagemcom Broadband SAS +C4282D Embedded Intellect Pty Ltd +002348 Sagemcom Broadband SAS +B870F4 COMPAL INFORMATION (KUNSHAN) CO., LTD. +000FB0 COMPAL ELECTRONICS, INC. +1C7508 COMPAL INFORMATION (KUNSHAN) CO., LTD. +3829DD ONvocal Inc +F81897 2Wire Inc +ECF4BB Dell Inc. +D067E5 Dell Inc. +18A99B Dell Inc. +F8DB88 Dell Inc. +18FB7B Dell Inc. +001495 2Wire Inc +74E6E2 Dell Inc. +109836 Dell Inc. +44A842 Dell Inc. +34E6D7 Dell Inc. +000BDB Dell Inc. +001143 Dell Inc. +00188B Dell Inc. +D4BED9 Dell Inc. +002650 2Wire Inc +00217C 2Wire Inc +001FB3 2Wire Inc +640F28 2Wire Inc +001AA0 Dell Inc. +002170 Dell Inc. +0026B9 Dell Inc. +A4BADB Dell Inc. +001E4F Dell Inc. +5CF9DD Dell Inc. +907AF1 Wally +28101B MagnaCom +00065B Dell Inc. +448723 HOYA SERVICE CORPORATION +806C1B Motorola Mobility LLC, a Lenovo Company +A470D6 Motorola Mobility LLC, a Lenovo Company +001B21 Intel Corporate +001B77 Intel Corporate +18FF0F Intel Corporate +58A839 Intel Corporate +A434D9 Intel Corporate 00215D Intel Corporate -00215E IBM Corp -00215F IHSE GmbH -002160 Hidea Solutions Co. Ltd. -002161 Yournet Inc. -002162 Nortel +001676 Intel Corporate +984FEE Intel Corporate +E82AEA Intel Corporate +605718 Intel Corporate +C4D987 Intel Corporate +B4B676 Intel Corporate +8C705A Intel Corporate +9C4E36 Intel Corporate +541473 Wingtech Group (HongKong)Limited +001C50 TCL Technoly Electronics (Huizhou) Co., Ltd. +00AA01 Intel Corporation +5C36B8 TCL King Electrical Appliances (Huizhou) Co., Ltd +009027 Intel Corporation +A08869 Intel Corporate +00C2C6 Intel Corporate +B88A60 Intel Corporate +00A0C9 Intel Corporation +7C7A91 Intel Corporate +AC7BA1 Intel Corporate +AC7289 Intel Corporate +606C66 Intel Corporate +4C8093 Intel Corporate +BC7737 Intel Corporate +A088B4 Intel Corporate +00270E Intel Corporate +001DE0 Intel Corporate +0024D6 Intel Corporate +D8FC93 Intel Corporate +E8B1FC Intel Corporate +186472 Aruba Networks +00246C Aruba Networks +64D954 Taicang T&W Electronics +74C63B AzureWave Technology Inc. +CC1FC4 InVue +A0D37A Intel Corporate +985FD3 Microsoft Corporation +00D0AC Commscope, Inc +0025D3 AzureWave Technology Inc. +742F68 AzureWave Technology Inc. +DC85DE AzureWave Technology Inc. +E0B9A5 AzureWave Technology Inc. +E04136 MitraStar Technology Corp. +E0B2F1 FN-LINK TECHNOLOGY LIMITED +0026FC AcSiP Technology Corp. +B8616F Accton Technology Corp +0010B5 Accton Technology Corp +00A02F ADB Broadband Italia +6487D7 ADB Broadband Italia +00E098 AboCom +0000B1 Alpha Micro +001577 Allied Telesis, Inc. +ACE010 Liteon Technology Corporation +EC086B TP-LINK TECHNOLOGIES CO.,LTD. +2421AB Sony Mobile Communications AB +6C23B9 Sony Mobile Communications AB +58170C Sony Mobile Communications AB +B8F934 Sony Mobile Communications AB +205476 Sony Mobile Communications AB +303926 Sony Mobile Communications AB +00EB2D Sony Mobile Communications AB +B00594 Liteon Technology Corporation +40F02F Liteon Technology Corporation +E8617E Liteon Technology Corporation +28E347 Liteon Technology Corporation +18CF5E Liteon Technology Corporation +D0DF9A Liteon Technology Corporation +0013A9 Sony Corporation +00219E Sony Mobile Communications AB +001E45 Sony Mobile Communications AB +001813 Sony Mobile Communications AB 002163 ASKEY COMPUTER CORP -002164 Special Design Bureau for Seismic Instrumentation -002165 Presstek Inc. -002166 NovAtel Inc. -002167 HWA JIN T&I Corp. -002168 iVeia, LLC -002169 Prologix, LLC. -00216A Intel Corporate -00216B Intel Corporate -00216C ODVA -00216D Soltech Co., Ltd. -00216E Function ATI (Huizhou) Telecommunications Co., Ltd. -00216F SymCom, Inc. -002170 Dell Inc -002171 Wesung TNC Co., Ltd. -002172 Seoultek Valley -002173 Ion Torrent Systems, Inc. -002174 AvaLAN Wireless -002175 Pacific Satellite International Ltd. -002176 YMax Telecom Ltd. -002177 W. L. Gore & Associates -002178 Matuschek Messtechnik GmbH -002179 IOGEAR, Inc. -00217A Sejin Electron, Inc. -00217B Bastec AB -00217C 2Wire -00217D PYXIS S.R.L. -00217E Telit Communication s.p.a -00217F Intraco Technology Pte Ltd -002180 Motorola Mobility, Inc. -002181 Si2 Microsystems Limited -002182 SandLinks Systems, Ltd. -002183 VATECH HYDRO -002184 POWERSOFT SRL -002185 MICRO-STAR INT'L CO.,LTD. -002186 Universal Global Scientific Industrial Co., Ltd -002187 Imacs GmbH -002188 EMC Corporation -002189 AppTech, Inc. -00218A Electronic Design and Manufacturing Company -00218B Wescon Technology, Inc. -00218C TopControl GMBH -00218D AP Router Ind. Eletronica LTDA -00218E MEKICS CO., LTD. -00218F Avantgarde Acoustic Lautsprechersysteme GmbH -002190 Goliath Solutions -002191 D-Link Corporation -002192 Baoding Galaxy Electronic Technology Co.,Ltd -002193 Videofon MV -002194 Ping Communication -002195 GWD Media Limited -002196 Telsey S.p.A. -002197 ELITEGROUP COMPUTER SYSTEM -002198 Thai Radio Co, LTD -002199 Vacon Plc -00219A Cambridge Visual Networks Ltd -00219B Dell Inc -00219C Honeywld Technology Corp. -00219D Adesys BV -00219E Sony Ericsson Mobile Communications -00219F SATEL OY -0021A0 CISCO SYSTEMS, INC. -0021A1 CISCO SYSTEMS, INC. -0021A2 EKE-Electronics Ltd. -0021A3 Micromint -0021A4 Dbii Networks -0021A5 ERLPhase Power Technologies Ltd. -0021A6 Videotec Spa -0021A7 Hantle System Co., Ltd. -0021A8 Telephonics Corporation -0021A9 Mobilink Telecom Co.,Ltd -0021AA Nokia Danmark A/S -0021AB Nokia Danmark A/S -0021AC Infrared Integrated Systems Ltd -0021AD Nordic ID Oy -0021AE ALCATEL-LUCENT FRANCE - WTD -0021AF Radio Frequency Systems -0021B0 Tyco Telecommunications -0021B1 DIGITAL SOLUTIONS LTD -0021B2 Fiberblaze A/S -0021B3 Ross Controls -0021B4 APRO MEDIA CO., LTD -0021B5 Galvanic Ltd -0021B6 Triacta Power Technologies Inc. -0021B7 Lexmark International Inc. -0021B8 Inphi Corporation -0021B9 Universal Devices Inc. -0021BA Texas Instruments -0021BB Riken Keiki Co., Ltd. -0021BC ZALA COMPUTER -0021BD Nintendo Co., Ltd. -0021BE Cisco, Service Provider Video Technology Group -0021BF Hitachi High-Tech Control Systems Corporation -0021C0 Mobile Appliance, Inc. -0021C1 ABB Oy / Medium Voltage Products -0021C2 GL Communications Inc -0021C3 CORNELL Communications, Inc. -0021C4 Consilium AB -0021C5 3DSP Corp -0021C6 CSJ Global, Inc. -0021C7 Russound -0021C8 LOHUIS Networks -0021C9 Wavecom Asia Pacific Limited -0021CA ART System Co., Ltd. -0021CB SMS TECNOLOGIA ELETRONICA LTDA -0021CC Flextronics International -0021CD LiveTV -0021CE NTC-Metrotek -0021CF The Crypto Group -0021D0 Global Display Solutions Spa -0021D1 Samsung Electronics Co.,Ltd -0021D2 Samsung Electronics Co.,Ltd -0021D3 BOCOM SECURITY(ASIA PACIFIC) LIMITED -0021D4 Vollmer Werke GmbH -0021D5 X2E GmbH -0021D6 LXI Consortium -0021D7 CISCO SYSTEMS, INC. -0021D8 CISCO SYSTEMS, INC. -0021D9 SEKONIC CORPORATION -0021DA Automation Products Group Inc. -0021DB Santachi Video Technology (Shenzhen) Co., Ltd. -0021DC TECNOALARM S.r.l. -0021DD Northstar Systems Corp -0021DE Firepro Wireless -0021DF Martin Christ GmbH -0021E0 CommAgility Ltd -0021E1 Nortel Networks -0021E2 Creative Electronic GmbH -0021E3 SerialTek LLC -0021E4 I-WIN -0021E5 Display Solution AG -0021E6 Starlight Video Limited -0021E7 Informatics Services Corporation -0021E8 Murata Manufacturing Co., Ltd. -0021E9 Apple, Inc -0021EA Bystronic Laser AG -0021EB ESP SYSTEMS, LLC -0021EC Solutronic GmbH -0021ED Telegesis -0021EE Full Spectrum Inc. -0021EF Kapsys -0021F0 EW3 Technologies LLC -0021F1 Tutus Data AB -0021F2 EASY3CALL Technology Limited -0021F3 Si14 SpA -0021F4 INRange Systems, Inc -0021F5 Western Engravers Supply, Inc. -0021F6 Oracle Corporation -0021F7 HPN Supply Chain -0021F8 Enseo, Inc. -0021F9 WIRECOM Technologies -0021FA A4SP Technologies Ltd. -0021FB LG Electronics -0021FC Nokia Danmark A/S -0021FD DSTA S.L. +E839DF ASKEY COMPUTER CORP +00138F Asiarock Technology Limited +1C69A5 BlackBerry RTS +003067 BIOSTAR Microtech Int'l Corp. +246511 AVM GmbH +002308 Arcadyan Technology Corporation +880355 Arcadyan Technology Corporation +5CDC96 Arcadyan Technology Corporation +D0D04B HUAWEI TECHNOLOGIES CO.,LTD +001D00 Brivo Systems, LLC +0010E7 Breezecom, Ltd. +5C9656 AzureWave Technology Inc. +7C4CA5 BSkyB Ltd +902106 BSkyB Ltd +A4C7DE Cambridge Industries(Group) Co.,Ltd. +343759 zte corporation +00402A Canoga Perkins Corporation +382DE8 Samsung Electronics Co.,Ltd +D087E2 Samsung Electronics Co.,Ltd +205531 Samsung Electronics Co.,Ltd +5440AD Samsung Electronics Co.,Ltd +842E27 Samsung Electronics Co.,Ltd +50F0D3 Samsung Electronics Co.,Ltd +84119E Samsung Electronics Co.,Ltd +08ECA9 Samsung Electronics Co.,Ltd +10D38A Samsung Electronics Co.,Ltd +382DD1 Samsung Electronics Co.,Ltd +E0CBEE Samsung Electronics Co.,Ltd +64B853 Samsung Electronics Co.,Ltd +F4428F Samsung Electronics Co.,Ltd +188331 Samsung Electronics Co.,Ltd +8455A5 Samsung Electronics Co.,Ltd +A87C01 Samsung Electronics Co.,Ltd +C01173 Samsung Electronics Co.,Ltd +BCE63F Samsung Electronics Co.,Ltd +B857D8 Samsung Electronics Co.,Ltd +94B10A Samsung Electronics Co.,Ltd +E458B8 Samsung Electronics Co.,Ltd +088C2C Samsung Electronics Co.,Ltd +B86CE8 Samsung Electronics Co.,Ltd +9C65B0 Samsung Electronics Co.,Ltd +C8A823 Samsung Electronics Co.,Ltd +C44202 Samsung Electronics Co.,Ltd +D059E4 Samsung Electronics Co.,Ltd +64B310 Samsung Electronics Co.,Ltd +000B3B devolo AG +001D20 Comtrend Corporation +140C76 FREEBOX SAS +0024D4 FREEBOX SAS +A089E4 Skyworth Digital Technology(Shenzhen) Co.,Ltd +001A9A Skyworth Digital Technology(Shenzhen) Co.,Ltd +AC3A7A Roku, Inc. +CC6DA0 Roku, Inc. +000D4B Roku, Inc. +001999 Fujitsu Technology Solutions GmbH +0009E1 Gemtek Technology Co., Ltd. +C477AB Beijing ASU Tech Co.,Ltd +182A7B Nintendo Co., Ltd. +0024F3 Nintendo Co., Ltd. +A45C27 Nintendo Co., Ltd. +001DBC Nintendo Co., Ltd. +001F32 Nintendo Co., Ltd. +D8FB5E ASKEY COMPUTER CORP +544408 Nokia Corporation +0017B0 Nokia Danmark A/S +001BEE Nokia Danmark A/S +1886AC Nokia Danmark A/S 0021FE Nokia Danmark A/S -0021FF Cyfrowy Polsat SA -002200 IBM Corp -002201 Aksys Networks Inc -002202 Excito Elektronik i Skåne AB -002203 Glensound Electronics Ltd -002204 KORATEK -002205 WeLink Solutions, Inc. -002206 Cyberdyne Inc. -002207 Inteno Broadband Technology AB -002208 Certicom Corp -002209 Omron Healthcare Co., Ltd -00220A OnLive, Inc -00220B National Source Coding Center -00220C CISCO SYSTEMS, INC. -00220D CISCO SYSTEMS, INC. -00220E Indigo Security Co., Ltd. -00220F MoCA (Multimedia over Coax Alliance) -002210 Motorola Mobility, Inc. -002211 Rohati Systems -002212 CAI Networks, Inc. -002213 PCI CORPORATION -002214 RINNAI KOREA -002215 ASUSTek COMPUTER INC. -002216 SHIBAURA VENDING MACHINE CORPORATION -002217 Neat Electronics -002218 Verivue Inc. -002219 Dell Inc -00221A Audio Precision -00221B Morega Systems -00221C PRIVATE -00221D Freegene Technology LTD -00221E Media Devices Co., Ltd. -00221F eSang Technologies Co., Ltd. -002220 Mitac Technology Corp -002221 ITOH DENKI CO,LTD. -002222 Schaffner Deutschland GmbH -002223 TimeKeeping Systems, Inc. -002224 Good Will Instrument Co., Ltd. -002225 Thales Avionics Ltd -002226 Avaak, Inc. -002227 uv-electronic GmbH -002228 Breeze Innovations Ltd. -002229 Compumedics Ltd -00222A SoundEar A/S -00222B Nucomm, Inc. -00222C Ceton Corp -00222D SMC Networks Inc. -00222E maintech GmbH -00222F Open Grid Computing, Inc. -002230 FutureLogic Inc. -002231 SMT&C Co., Ltd. -002232 Design Design Technology Ltd -002233 ADB Broadband Italia -002234 Corventis Inc. -002235 Strukton Systems bv -002236 VECTOR SP. Z O.O. -002237 Shinhint Group -002238 LOGIPLUS -002239 Indiana Life Sciences Incorporated -00223A Scientific Atlanta, Cisco SPVT Group -00223B Communication Networks, LLC -00223C RATIO Entwicklungen GmbH -00223D JumpGen Systems, LLC -00223E IRTrans GmbH -00223F Netgear Inc. -002240 Universal Telecom S/A -002241 Apple, Inc -002242 Alacron Inc. -002243 AzureWave Technologies, Inc. -002244 Chengdu Linkon Communications Device Co., Ltd -002245 Leine & Linde AB -002246 Evoc Intelligent Technology Co.,Ltd. -002247 DAC ENGINEERING CO., LTD. -002248 Microsoft Corporation -002249 HOME MULTIENERGY SL -00224A RAYLASE AG -00224B AIRTECH TECHNOLOGIES, INC. -00224C Nintendo Co., Ltd. -00224D MITAC INTERNATIONAL CORP. -00224E SEEnergy Corp. -00224F Byzoro Networks Ltd. -002250 Point Six Wireless, LLC -002251 Lumasense Technologies -002252 ZOLL Lifecor Corporation -002253 Entorian Technologies -002254 Bigelow Aerospace -002255 CISCO SYSTEMS, INC. -002256 CISCO SYSTEMS, INC. -002257 3Com Europe Ltd -002258 Taiyo Yuden Co., Ltd. -002259 Guangzhou New Postcom Equipment Co.,Ltd. -00225A Garde Security AB -00225B Teradici Corporation -00225C Multimedia & Communication Technology -00225D Digicable Network India Pvt. Ltd. -00225E Uwin Technologies Co.,LTD -00225F Liteon Technology Corporation -002260 AFREEY Inc. -002261 Frontier Silicon Ltd -002262 BEP Marine -002263 Koos Technical Services, Inc. -002264 Hewlett-Packard Company -002265 Nokia Danmark A/S 002266 Nokia Danmark A/S -002267 Nortel Networks -002268 Hon Hai Precision Ind. Co., Ltd. -002269 Hon Hai Precision Ind. Co., Ltd. -00226A Honeywell -00226B Cisco-Linksys, LLC -00226C LinkSprite Technologies, Inc. -00226D Shenzhen GIEC Electronics Co., Ltd. -00226E Gowell Electronic Limited -00226F 3onedata Technology Co. Ltd. -002270 ABK North America, LLC -002271 Jäger Computergesteuerte Meßtechnik GmbH. -002272 American Micro-Fuel Device Corp. -002273 Techway -002274 FamilyPhone AB -002275 Belkin International Inc. -002276 Triple EYE B.V. -002277 NEC Australia Pty Ltd -002278 Shenzhen Tongfang Multimedia Technology Co.,Ltd. -002279 Nippon Conlux Co., Ltd. -00227A Telecom Design -00227B Apogee Labs, Inc. -00227C Woori SMT Co.,ltd -00227D YE DATA INC. -00227E Chengdu 30Kaitian Communication Industry Co.Ltd -00227F Ruckus Wireless -002280 A2B Electronics AB -002281 Daintree Networks Pty -002282 8086 Consultancy -002283 Juniper Networks -002284 DESAY A&V SCIENCE AND TECHNOLOGY CO.,LTD -002285 NOMUS COMM SYSTEMS -002286 ASTRON -002287 Titan Wireless LLC -002288 Sagrad, Inc. -002289 Optosecurity Inc. -00228A Teratronik elektronische systeme gmbh -00228B Kensington Computer Products Group -00228C Photon Europe GmbH -00228D GBS Laboratories LLC -00228E TV-NUMERIC -00228F CNRS -002290 CISCO SYSTEMS, INC. -002291 CISCO SYSTEMS, INC. -002292 Cinetal -002293 ZTE Corporation -002294 Kyocera Corporation -002295 SGM Technology for lighting spa -002296 LinoWave Corporation -002297 XMOS Semiconductor -002298 Sony Ericsson Mobile Communications -002299 SeaMicro Inc. -00229A Lastar, Inc. -00229B AverLogic Technologies, Inc. -00229C Verismo Networks Inc -00229D PYUNG-HWA IND.CO.,LTD -00229E Social Aid Research Co., Ltd. -00229F Sensys Traffic AB -0022A0 Delphi Corporation -0022A1 Huawei Symantec Technologies Co.,Ltd. -0022A2 Xtramus Technologies -0022A3 California Eastern Laboratories -0022A4 2Wire -0022A5 Texas Instruments -0022A6 Sony Computer Entertainment America -0022A7 Tyco Electronics AMP GmbH -0022A8 Ouman Oy -0022A9 LG Electronics Inc -0022AA Nintendo Co., Ltd. -0022AB Shenzhen Turbosight Technology Ltd -0022AC Hangzhou Siyuan Tech. Co., Ltd -0022AD TELESIS TECHNOLOGIES, INC. -0022AE Mattel Inc. -0022AF Safety Vision -0022B0 D-Link Corporation -0022B1 Elbit Systems -0022B2 4RF Communications Ltd -0022B3 Sei S.p.A. -0022B4 Motorola Mobility, Inc. -0022B5 NOVITA -0022B6 Superflow Technologies Group -0022B7 GSS Grundig SAT-Systems GmbH -0022B8 Norcott -0022B9 Analogix Seminconductor, Inc -0022BA HUTH Elektronik Systeme GmbH -0022BB beyerdynamic GmbH & Co. KG -0022BC JDSU France SAS -0022BD CISCO SYSTEMS, INC. -0022BE CISCO SYSTEMS, INC. -0022BF SieAmp Group of Companies -0022C0 Shenzhen Forcelink Electronic Co, Ltd -0022C1 Active Storage Inc. -0022C2 Proview Eletrônica do Brasil LTDA -0022C3 Zeeport Technology Inc. -0022C4 epro GmbH -0022C5 INFORSON Co,Ltd. -0022C6 Sutus Inc -0022C7 SEGGER Microcontroller GmbH & Co. KG -0022C8 Applied Instruments B.V. -0022C9 Lenord, Bauer & Co GmbH -0022CA Anviz Biometric Tech. Co., Ltd. -0022CB IONODES Inc. -0022CC SciLog, Inc. -0022CD Ared Technology Co., Ltd. -0022CE Cisco, Service Provider Video Technology Group -0022CF PLANEX Communications INC -0022D0 Polar Electro Oy -0022D1 Albrecht Jung GmbH & Co. KG -0022D2 All Earth Comércio de Eletrônicos LTDA. -0022D3 Hub-Tech -0022D4 ComWorth Co., Ltd. -0022D5 Eaton Corp. Electrical Group Data Center Solutions - Pulizzi -0022D6 Cypak AB -0022D7 Nintendo Co., Ltd. -0022D8 Shenzhen GST Security and Safety Technology Limited -0022D9 Fortex Industrial Ltd. -0022DA ANATEK, LLC -0022DB Translogic Corporation -0022DC Vigil Health Solutions Inc. -0022DD Protecta Electronics Ltd -0022DE OPPO Digital, Inc. -0022DF TAMUZ Monitors -0022E0 Atlantic Software Technologies S.r.L. -0022E1 ZORT Labs, LLC. -0022E2 WABTEC Transit Division -0022E3 Amerigon -0022E4 APASS TECHNOLOGY CO., LTD. -0022E5 Fisher-Rosemount Systems Inc. -0022E6 Intelligent Data -0022E7 WPS Parking Systems -0022E8 Applition Co., Ltd. -0022E9 ProVision Communications -0022EA Rustelcom Inc. -0022EB Data Respons A/S -0022EC IDEALBT TECHNOLOGY CORPORATION -0022ED TSI Power Corporation -0022EE Algo Communication Products Ltd -0022EF Ibis Tek, LLC -0022F0 3 Greens Aviation Limited -0022F1 PRIVATE -0022F2 SunPower Corp -0022F3 SHARP Corporation -0022F4 AMPAK Technology, Inc. -0022F5 Advanced Realtime Tracking GmbH -0022F6 Syracuse Research Corporation -0022F7 Conceptronic -0022F8 PIMA Electronic Systems Ltd. -0022F9 Pollin Electronic GmbH -0022FA Intel Corporate -0022FB Intel Corporate +DCB3B4 Honeywell Environmental & Combustion Controls (Tianjin) Co., Ltd. +C8D10B Nokia Corporation +C8979F Nokia Corporation +F4F5A5 Nokia Corporation +3CC243 Nokia Corporation +0015A0 Nokia Danmark A/S +001A16 Nokia Danmark A/S 0022FC Nokia Danmark A/S -0022FD Nokia Danmark A/S -0022FE Microprocessor Designs Inc -0022FF NIVIS LLC -002300 Cayee Computer Ltd. -002301 Witron Technology Limited -002302 Cobalt Digital, Inc. -002303 LITE-ON IT Corporation -002304 CISCO SYSTEMS, INC. -002305 CISCO SYSTEMS, INC. -002306 ALPS Electric Co., Ltd -002307 FUTURE INNOVATION TECH CO.,LTD -002308 Arcadyan Technology Corporation -002309 Janam Technologies LLC -00230A ARBURG GmbH & Co KG -00230B Motorola Mobility, Inc. -00230C CLOVER ELECTRONICS CO.,LTD. -00230D Nortel Networks -00230E Gorba AG -00230F Hirsch Electronics Corporation -002310 LNC Technology Co., Ltd. -002311 Gloscom Co., Ltd. -002312 Apple, Inc -002313 Qool Technologies Ltd. -002314 Intel Corporate -002315 Intel Corporate -002316 KISAN ELECTRONICS CO -002317 Lasercraft Inc -002318 Toshiba -002319 Sielox LLC -00231A ITF Co., Ltd. -00231B Danaher Motion - Kollmorgen -00231C Fourier Systems Ltd. -00231D Deltacom Electronics Ltd -00231E Cezzer Multimedia Technologies -00231F Guangda Electronic & Telecommunication Technology Development Co., Ltd. -002320 Nicira Networks -002321 Avitech International Corp -002322 KISS Teknical Solutions, Inc. -002323 Zylin AS -002324 G-PRO COMPUTER -002325 IOLAN Holding -002326 Fujitsu Limited -002327 Shouyo Electronics CO., LTD -002328 ALCON TELECOMMUNICATIONS CO., LTD. -002329 DDRdrive LLC -00232A eonas IT-Beratung und -Entwicklung GmbH -00232B IRD A/S -00232C Senticare -00232D SandForce -00232E Kedah Electronics Engineering, LLC -00232F Advanced Card Systems Ltd. -002330 DIZIPIA, INC. -002331 Nintendo Co., Ltd. -002332 Apple, Inc -002333 CISCO SYSTEMS, INC. -002334 CISCO SYSTEMS, INC. -002335 Linkflex Co.,Ltd -002336 METEL s.r.o. -002337 Global Star Solutions ULC -002338 OJ-Electronics A/S -002339 Samsung Electronics -00233A Samsung Electronics Co.,Ltd -00233B C-Matic Systems Ltd -00233C Alflex -00233D Novero holding B.V. -00233E Alcatel-Lucent-IPD -00233F Purechoice Inc -002340 MiX Telematics -002341 Siemens AG, Infrastructure & Cities Sector, Building Technologies Division -002342 Coffee Equipment Company -002343 TEM AG -002344 Objective Interface Systems, Inc. -002345 Sony Ericsson Mobile Communications -002346 Vestac -002347 ProCurve Networking by HP -002348 SAGEM COMMUNICATION -002349 Helmholtz Centre Berlin for Material and Energy -00234A PRIVATE -00234B Inyuan Technology Inc. -00234C KTC AB -00234D Hon Hai Precision Ind. Co., Ltd. -00234E Hon Hai Precision Ind. Co., Ltd. -00234F Luminous Power Technologies Pvt. Ltd. -002350 LynTec -002351 2Wire -002352 DATASENSOR S.p.A. -002353 F E T Elettronica snc -002354 ASUSTek COMPUTER INC. -002355 Kinco Automation(Shanghai) Ltd. -002356 Packet Forensics LLC -002357 Pitronot Technologies and Engineering P.T.E. Ltd. -002358 SYSTEL SA -002359 Benchmark Electronics ( Thailand ) Public Company Limited -00235A COMPAL INFORMATION (KUNSHAN) CO., Ltd. -00235B Gulfstream -00235C Aprius, Inc. -00235D CISCO SYSTEMS, INC. -00235E CISCO SYSTEMS, INC. -00235F Silicon Micro Sensors GmbH -002360 Lookit Technology Co., Ltd -002361 Unigen Corporation -002362 Goldline Controls -002363 Zhuhai RaySharp Technology Co., Ltd. -002364 Power Instruments Pte Ltd -002365 ELKA-Elektronik GmbH -002366 Beijing Siasun Electronic System Co.,Ltd. -002367 UniControls a.s. -002368 Motorola -002369 Cisco-Linksys, LLC -00236A SmartRG Inc -00236B Xembedded, Inc. -00236C Apple, Inc -00236D ResMed Ltd -00236E Burster GmbH & Co KG -00236F DAQ System -002370 Snell -002371 SOAM Systel -002372 MORE STAR INDUSTRIAL GROUP LIMITED -002373 GridIron Systems, Inc. -002374 Motorola Mobility, Inc. -002375 Motorola Mobility, Inc. -002376 HTC Corporation -002377 Isotek Electronics Ltd -002378 GN Netcom A/S -002379 Union Business Machines Co. Ltd. -00237A RIM -00237B WHDI LLC -00237C NEOTION -00237D Hewlett-Packard Company -00237E ELSTER GMBH -00237F PLANTRONICS, INC. -002380 Nanoteq -002381 Lengda Technology(Xiamen) Co.,Ltd. -002382 Lih Rong Electronic Enterprise Co., Ltd. -002383 InMage Systems Inc -002384 GGH Engineering s.r.l. -002385 ANTIPODE -002386 Tour & Andersson AB -002387 ThinkFlood, Inc. -002388 V.T. Telematica S.p.a. -002389 HANGZHOU H3C Technologies Co., Ltd. -00238A Ciena Corporation -00238B Quanta Computer Inc. -00238C PRIVATE -00238D Techno Design Co., Ltd. -00238E Pirelli Tyre S.p.A. -00238F NIDEC COPAL CORPORATION -002390 Algolware Corporation -002391 Maxian -002392 Proteus Industries Inc. -002393 AJINEXTEK -002394 Samjeon -002395 Motorola Mobility, Inc. -002396 ANDES TECHNOLOGY CORPORATION -002397 Westell Technologies Inc. -002398 Sky Control -002399 VD Division, Samsung Electronics Co. -00239A EasyData Hardware GmbH -00239B Elster Solutions, LLC -00239C Juniper Networks -00239D Mapower Electronics Co., Ltd -00239E Jiangsu Lemote Technology Corporation Limited -00239F Institut für Prüftechnik -0023A0 Hana CNS Co., LTD. -0023A1 Trend Electronics Ltd -0023A2 Motorola Mobility, Inc. -0023A3 Motorola Mobility, Inc. -0023A4 New Concepts Development Corp. -0023A5 SageTV, LLC -0023A6 E-Mon -0023A7 Redpine Signals, Inc. -0023A8 Marshall Electronics -0023A9 Beijing Detianquan Electromechanical Equipment Co., Ltd -0023AA HFR, Inc. -0023AB CISCO SYSTEMS, INC. -0023AC CISCO SYSTEMS, INC. -0023AD Xmark Corporation -0023AE Dell Inc. -0023AF Motorola Mobility, Inc. -0023B0 COMXION Technology Inc. -0023B1 Longcheer Technology (Singapore) Pte Ltd -0023B2 Intelligent Mechatronic Systems Inc -0023B3 Lyyn AB -0023B4 Nokia Danmark A/S -0023B5 ORTANA LTD -0023B6 SECURITE COMMUNICATIONS / HONEYWELL -0023B7 Q-Light Co., Ltd. -0023B8 Sichuan Jiuzhou Electronic Technology Co.,Ltd -0023B9 EADS Deutschland GmbH -0023BA Chroma -0023BB Schmitt Industries -0023BC EQ-SYS GmbH -0023BD Digital Ally, Inc. -0023BE Cisco SPVTG -0023BF Mainpine, Inc. -0023C0 Broadway Networks -0023C1 Securitas Direct AB -0023C2 SAMSUNG Electronics. Co. LTD -0023C3 LogMeIn, Inc. -0023C4 Lux Lumen -0023C5 Radiation Safety and Control Services Inc -0023C6 SMC Corporation -0023C7 AVSystem -0023C8 TEAM-R -0023C9 Sichuan Tianyi Information Science & Technology Stock CO.,LTD -0023CA Behind The Set, LLC -0023CB Shenzhen Full-join Technology Co.,Ltd -0023CC Nintendo Co., Ltd. -0023CD TP-LINK TECHNOLOGIES CO., LTD. -0023CE KITA DENSHI CORPORATION -0023CF CUMMINS-ALLISON CORP. -0023D0 Uniloc USA Inc. -0023D1 TRG -0023D2 Inhand Electronics, Inc. -0023D3 AirLink WiFi Networking Corp. -0023D4 Texas Instruments -0023D5 WAREMA electronic GmbH -0023D6 Samsung Electronics Co.,LTD -0023D7 Samsung Electronics -0023D8 Ball-It Oy -0023D9 Banner Engineering -0023DA Industrial Computer Source (Deutschland)GmbH -0023DB saxnet gmbh -0023DC Benein, Inc -0023DD ELGIN S.A. -0023DE Ansync Inc. -0023DF Apple, Inc -0023E0 INO Therapeutics LLC -0023E1 Cavena Image Products AB -0023E2 SEA Signalisation -0023E3 Microtronic AG -0023E4 IPnect co. ltd. -0023E5 IPaXiom Networks -0023E6 Pirkus, Inc. -0023E7 Hinke A/S -0023E8 Demco Corp. -0023E9 F5 Networks, Inc. -0023EA CISCO SYSTEMS, INC. -0023EB CISCO SYSTEMS, INC. -0023EC Algorithmix GmbH -0023ED Motorola CHS -0023EE Motorola Mobility, Inc. -0023EF Zuend Systemtechnik AG -0023F0 Shanghai Jinghan Weighing Apparatus Co. Ltd. -0023F1 Sony Ericsson Mobile Communications -0023F2 TVLogic -0023F3 Glocom, Inc. -0023F4 Masternaut -0023F5 WILO SE -0023F6 Softwell Technology Co., Ltd. -0023F7 PRIVATE -0023F8 ZyXEL Communications Corporation -0023F9 Double-Take Software, INC. -0023FA RG Nets, Inc. -0023FB IP Datatel, LLC. -0023FC Ultra Stereo Labs, Inc -0023FD AFT Atlas Fahrzeugtechnik GmbH -0023FE Biodevices, SA -0023FF Beijing HTTC Technology Ltd. -002400 Nortel Networks -002401 D-Link Corporation -002402 Op-Tection GmbH -002403 Nokia Danmark A/S -002404 Nokia Danmark A/S -002405 Dilog Nordic AB -002406 Pointmobile -002407 TELEM SAS -002408 Pacific Biosciences -002409 The Toro Company -00240A US Beverage Net -00240B Virtual Computer Inc. -00240C DELEC GmbH -00240D OnePath Networks LTD. -00240E Inventec Besta Co., Ltd. -00240F Ishii Tool & Engineering Corporation -002410 NUETEQ Technology,Inc. -002411 PharmaSmart LLC -002412 Benign Technologies Co, Ltd. -002413 CISCO SYSTEMS, INC. -002414 CISCO SYSTEMS, INC. -002415 Magnetic Autocontrol GmbH -002416 Any Use -002417 Thomson Telecom Belgium -002418 Nextwave Semiconductor -002419 PRIVATE -00241A Red Beetle Inc. -00241B iWOW Communications Pte Ltd -00241C FuGang Electronic (DG) Co.,Ltd -00241D GIGA-BYTE TECHNOLOGY CO.,LTD. -00241E Nintendo Co., Ltd. -00241F DCT-Delta GmbH -002420 NetUP Inc. -002421 MICRO-STAR INT'L CO., LTD. -002422 Knapp Logistik Automation GmbH -002423 AzureWave Technologies (Shanghai) Inc. -002424 Axis Network Technology -002425 Shenzhenshi chuangzhicheng Technology Co.,Ltd -002426 NOHMI BOSAI LTD. -002427 SSI COMPUTER CORP -002428 EnergyICT -002429 MK MASTER INC. -00242A Hittite Microwave Corporation -00242B Hon Hai Precision Ind.Co.,Ltd. -00242C Hon Hai Precision Ind. Co., Ltd. -00242E Datastrip Inc. -00242F VirtenSys Inc -002430 Ruby Tech Corp. -002431 Uni-v co.,ltd -002432 Neostar Technology Co.,LTD -002433 Alps Electric Co., Ltd -002434 Lectrosonics, Inc. -002435 WIDE CORPORATION -002436 Apple, Inc -002437 Motorola - BSG -002438 Brocade Communications Systems, Inc -002439 Digital Barriers Advanced Technologies -00243A Ludl Electronic Products -00243B CSSI (S) Pte Ltd -00243C S.A.A.A. -00243D Emerson Appliance Motors and Controls -00243F Storwize, Inc. -002440 Halo Monitoring, Inc. -002441 Wanzl Metallwarenfabrik GmbH -002442 Axona Limited -002443 Nortel Networks -002444 Nintendo Co., Ltd. -002445 CommScope Canada Inc. -002446 MMB Research Inc. -002447 Kaztek Systems -002448 SpiderCloud Wireless, Inc -002449 Shen Zhen Lite Star Electronics Technology Co., Ltd -00244A Voyant International -00244B PERCEPTRON INC -00244C Solartron Metrology Ltd -00244D Hokkaido Electronics Corporation -00244E RadChips, Inc. -00244F Asantron Technologies Ltd. -002450 CISCO SYSTEMS, INC. -002451 CISCO SYSTEMS, INC. -002452 Silicon Software GmbH -002453 Initra d.o.o. -002454 Samsung Electronics CO., LTD -002455 MuLogic BV -002456 2Wire -002458 PA Bastion CC -002459 ABB STOTZ-KONTAKT GmbH -00245A Nanjing Panda Electronics Company Limited -00245B RAIDON TECHNOLOGY, INC. -00245C Design-Com Technologies Pty. Ltd. -00245D Terberg besturingstechniek B.V. -00245E Hivision Co.,ltd -00245F Vine Telecom CO.,Ltd. -002460 Giaval Science Development Co. Ltd. -002461 Shin Wang Tech. -002462 Rayzone Corporation -002463 Phybridge Inc -002464 Bridge Technologies Co AS -002465 Elentec -002466 Unitron nv -002467 AOC International (Europe) GmbH -002468 Sumavision Technologies Co.,Ltd -002469 Smart Doorphones -00246A Solid Year Co., Ltd. -00246B Covia, Inc. -00246C ARUBA NETWORKS, INC. -00246D Weinzierl Engineering GmbH -00246E Phihong USA Corp. -00246F Onda Communication spa -002470 AUROTECH ultrasound AS. -002471 Fusion MultiSystems dba Fusion-io -002472 ReDriven Power Inc. -002473 3Com Europe Ltd -002474 Autronica Fire And Securirty -002475 Compass System(Embedded Dept.) -002476 TAP.tv -002477 Tibbo Technology -002478 Mag Tech Electronics Co Limited -002479 Optec Displays, Inc. -00247A FU YI CHENG Technology Co., Ltd. -00247B Actiontec Electronics, Inc -00247C Nokia Danmark A/S -00247D Nokia Danmark A/S -00247E Universal Global Scientific Industrial Co., Ltd -00247F Nortel Networks -002480 Meteocontrol GmbH -002481 Hewlett-Packard Company -002482 Ruckus Wireless -002483 LG Electronics -002484 Bang and Olufsen Medicom a/s -002485 ConteXtream Ltd -002486 DesignArt Networks -002487 Blackboard Inc. -002488 Centre For Development Of Telematics -002489 Vodafone Omnitel N.V. -00248A Kaga Electronics Co., Ltd. -00248B HYBUS CO., LTD. -00248C ASUSTek COMPUTER INC. -00248D Sony Computer Entertainment Inc. -00248E Infoware ZRt. -00248F DO-MONIX -002490 Samsung Electronics Co.,LTD -002491 Samsung Electronics -002492 Motorola, Broadband Solutions Group -002493 Motorola, Inc -002494 Shenzhen Baoxin Tech CO., Ltd. -002495 Motorola Mobility, Inc. -002496 Ginzinger electronic systems -002497 CISCO SYSTEMS, INC. -002498 CISCO SYSTEMS, INC. -002499 Aquila Technologies -00249A Beijing Zhongchuang Telecommunication Test Co., Ltd. -00249B Action Star Enterprise Co., Ltd. -00249C Bimeng Comunication System Co. Ltd -00249D NES Technology Inc. -00249E ADC-Elektronik GmbH -00249F RIM Testing Services -0024A0 Motorola Mobility, Inc. -0024A1 Motorola Mobility, Inc. -0024A2 Hong Kong Middleware Technology Limited -0024A3 Sonim Technologies Inc -0024A4 Siklu Communication -0024A5 Buffalo Inc. -0024A6 TELESTAR DIGITAL GmbH -0024A7 Advanced Video Communications Inc. -0024A8 ProCurve Networking by HP -0024A9 Ag Leader Technology -0024AA Dycor Technologies Ltd. -0024AB A7 Engineering, Inc. -0024AC Hangzhou DPtech Technologies Co., Ltd. -0024AD Adolf Thies Gmbh & Co. KG -0024AE Morpho -0024AF EchoStar Technologies -0024B0 ESAB AB -0024B1 Coulomb Technologies -0024B2 Netgear -0024B3 Graf-Syteco GmbH & Co. KG -0024B4 ESCATRONIC GmbH -0024B5 Nortel Networks -0024B6 Seagate Technology -0024B7 GridPoint, Inc. -0024B8 free alliance sdn bhd -0024B9 Wuhan Higheasy Electronic Technology Development Co.Ltd -0024BA Texas Instruments -0024BB CENTRAL Corporation -0024BC HuRob Co.,Ltd -0024BD Hainzl Industriesysteme GmbH -0024BE Sony Corporation -0024BF CIAT -0024C0 NTI COMODO INC -0024C1 Motorola Mobility, Inc. -0024C2 Asumo Co.,Ltd. -0024C3 CISCO SYSTEMS, INC. -0024C4 CISCO SYSTEMS, INC. -0024C5 Meridian Audio Limited -0024C6 Hager Electro SAS -0024C7 Mobilarm Ltd -0024C8 Broadband Solutions Group -0024C9 Broadband Solutions Group -0024CA Tobii Technology AB -0024CB Autonet Mobile -0024CC Fascinations Toys and Gifts, Inc. -0024CD Willow Garage, Inc. -0024CE Exeltech Inc -0024CF Inscape Data Corporation -0024D0 Shenzhen SOGOOD Industry CO.,LTD. -0024D1 Thomson Inc. -0024D2 Askey Computer -0024D3 QUALICA Inc. -0024D4 FREEBOX SA -0024D5 Winward Industrial Limited -0024D6 Intel Corporate -0024D7 Intel Corporate -0024D8 IlSung Precision -0024D9 BICOM, Inc. -0024DA Innovar Systems Limited -0024DB Alcohol Monitoring Systems -0024DC Juniper Networks -0024DD Centrak, Inc. -0024DE GLOBAL Technology Inc. -0024DF Digitalbox Europe GmbH -0024E0 DS Tech, LLC -0024E1 Convey Computer Corp. -0024E2 HASEGAWA ELECTRIC CO.,LTD. -0024E3 CAO Group -0024E4 Withings -0024E5 Seer Technology, Inc -0024E6 In Motion Technology Inc. -0024E7 Plaster Networks -0024E8 Dell Inc. -0024E9 Samsung Electronics Co., Ltd., Storage System Division -0024EA iris-GmbH infrared & intelligent sensors -0024EB ClearPath Networks, Inc. -0024EC United Information Technology Co.,Ltd. -0024ED YT Elec. Co,.Ltd. -0024EE Wynmax Inc. -0024EF Sony Ericsson Mobile Communications -0024F0 Seanodes -0024F1 Shenzhen Fanhai Sanjiang Electronics Co., Ltd. -0024F2 Uniphone Telecommunication Co., Ltd. -0024F3 Nintendo Co., Ltd. -0024F4 Kaminario Technologies Ltd. -0024F5 NDS Surgical Imaging -0024F6 MIYOSHI ELECTRONICS CORPORATION -0024F7 CISCO SYSTEMS, INC. -0024F8 Technical Solutions Company Ltd. -0024F9 CISCO SYSTEMS, INC. -0024FA Hilger u. Kern GMBH -0024FB PRIVATE -0024FC QuoPin Co., Ltd. -0024FD Accedian Networks Inc -0024FE AVM GmbH -0024FF QLogic Corporation -002500 Apple, Inc -002501 JSC "Supertel" -002502 NaturalPoint -002503 IBM Corp -002504 Valiant Communications Limited -002505 eks Engel GmbH & Co. KG -002506 A.I. ANTITACCHEGGIO ITALIA SRL -002507 ASTAK Inc. -002508 Maquet Cardiopulmonary AG -002509 SHARETRONIC Group LTD -00250A Security Expert Co. Ltd -00250B CENTROFACTOR INC -00250C Enertrac -00250D GZT Telkom-Telmor sp. z o.o. -00250E gt german telematics gmbh -00250F On-Ramp Wireless, Inc. -002510 Pico-Tesla Magnetic Therapies -002511 ELITEGROUP COMPUTER SYSTEM CO., LTD. -002512 ZTE Corporation -002513 CXP DIGITAL BV -002514 PC Worth Int'l Co., Ltd. -002515 SFR -002516 Integrated Design Tools, Inc. -002517 Venntis, LLC -002518 Power PLUS Communications AG -002519 Viaas Inc -00251A Psiber Data Systems Inc. -00251B Philips CareServant -00251C EDT -00251D DSA Encore, LLC -00251E ROTEL TECHNOLOGIES -00251F ZYNUS VISION INC. -002520 SMA Railway Technology GmbH -002521 Logitek Electronic Systems, Inc. -002522 ASRock Incorporation -002523 OCP Inc. -002524 Lightcomm Technology Co., Ltd -002525 CTERA Networks Ltd. -002526 Genuine Technologies Co., Ltd. -002527 Bitrode Corp. -002528 Daido Signal Co., Ltd. -002529 COMELIT GROUP S.P.A -00252A Chengdu GeeYa Technology Co.,LTD -00252B Stirling Energy Systems -00252C Entourage Systems, Inc. -00252D Kiryung Electronics -00252E Cisco SPVTG -00252F Energy, Inc. -002530 Aetas Systems Inc. -002531 Cloud Engines, Inc. -002532 Digital Recorders -002533 WITTENSTEIN AG -002535 Minimax GmbH & Co KG -002536 Oki Electric Industry Co., Ltd. -002537 Runcom Technologies Ltd. -002538 Samsung Electronics Co., Ltd., Memory Division -002539 IfTA GmbH -00253A CEVA, Ltd. -00253B din Dietmar Nocker Facilitymanagement GmbH -00253C 2Wire -00253D DRS Consolidated Controls -00253E Sensus Metering Systems -002540 Quasar Technologies, Inc. -002541 Maquet Critical Care AB -002542 Pittasoft -002543 MONEYTECH -002544 LoJack Corporation -002545 CISCO SYSTEMS, INC. -002546 CISCO SYSTEMS, INC. -002547 Nokia Danmark A/S 002548 Nokia Danmark A/S -002549 Jeorich Tech. Co.,Ltd. -00254A RingCube Technologies, Inc. -00254B Apple, Inc -00254C Videon Central, Inc. -00254D Singapore Technologies Electronics Limited -00254E Vertex Wireless Co., Ltd. -00254F ELETTROLAB Srl -002550 Riverbed Technology -002551 SE-Elektronic GmbH -002552 VXI CORPORATION -002553 Pirelli Tyre S.p.A. -002554 Pixel8 Networks -002555 Visonic Technologies 1993 Ltd -002556 Hon Hai Precision Ind. Co., Ltd. -002557 Research In Motion -002558 MPEDIA -002559 Syphan Technologies Ltd -00255A Tantalus Systems Corp. -00255B CoachComm, LLC -00255C NEC Corporation -00255D Morningstar Corporation -00255E Shanghai Dare Technologies Co.,Ltd. -00255F SenTec AG -002560 Ibridge Networks & Communications Ltd. -002561 ProCurve Networking by HP -002562 interbro Co. Ltd. -002563 Luxtera Inc -002564 Dell Inc. -002565 Vizimax Inc. -002566 Samsung Electronics Co.,Ltd -002567 Samsung Electronics -002568 Shenzhen Huawei Communication Technologies Co., Ltd -002569 SAGEM COMMUNICATION -00256A inIT - Institut Industrial IT -00256B ATENIX E.E. s.r.l. -00256C "Azimut" Production Association JSC -00256D Broadband Forum -00256E Van Breda B.V. -00256F Dantherm Power -002570 Eastern Communications Company Limited -002571 Zhejiang Tianle Digital Electric Co.,Ltd -002572 Nemo-Q International AB -002573 ST Electronics (Info-Security) Pte Ltd -002574 KUNIMI MEDIA DEVICE Co., Ltd. -002575 FiberPlex Technologies, LLC -002576 NELI TECHNOLOGIES -002577 D-BOX Technologies -002578 JSC "Concern "Sozvezdie" -002579 J & F Labs -00257A CAMCO Produktions- und Vertriebs-GmbH für Beschallungs- und Beleuchtungsanlagen -00257B STJ ELECTRONICS PVT LTD -00257C Huachentel Technology Development Co., Ltd -00257D PointRed Telecom Private Ltd. -00257E NEW POS Technology Limited -00257F CallTechSolution Co.,Ltd -002580 Equipson S.A. +001DFD Nokia Danmark A/S +001EA3 Nokia Danmark A/S +001D98 Nokia Danmark A/S +00119F Nokia Danmark A/S +18A6F7 TP-LINK TECHNOLOGIES CO.,LTD. +246968 TP-LINK TECHNOLOGIES CO.,LTD. +8CA2FD Starry, Inc. +AC61EA Apple, Inc. +38B54D Apple, Inc. +90A62F NAVER +F4ED5F SHENZHEN KTC TECHNOLOGY GROUP +9476B7 Samsung Electronics Co.,Ltd +8C1ABF Samsung Electronics Co.,Ltd +B47443 Samsung Electronics Co.,Ltd +000BA2 Sumitomo Electric Industries,Ltd +30CBF8 Samsung Electronics Co.,Ltd +40D357 Ison Technology Co., Ltd. +A4F1E8 Apple, Inc. +00351A Cisco Systems, Inc +00A0B8 NetApp +9CD48B Innolux Technology Europe BV +545AA6 Espressif Inc. +DCE838 CK Telecom (Shenzhen) Limited +00CCFC Cisco Systems, Inc +2C9662 Invenit BV +DC2DCB Beijing Unis HengYue Technology Co., Ltd. +3810D5 AVM Audiovisuelles Marketing und Computersysteme GmbH +1C5F2B D-Link International +D8803C Anhui Huami Information Technology Company Limited +703C03 RadiAnt Co.,Ltd +583277 Reliance Communications LLC +CCD3E2 Jiangsu Yinhe Electronics Co.,Ltd. +182195 Samsung Electronics Co.,Ltd +A88195 Samsung Electronics Co.,Ltd +88ADD2 Samsung Electronics Co.,Ltd +008E73 Cisco Systems, Inc +B805AB zte corporation +9C52F8 HUAWEI TECHNOLOGIES CO.,LTD +900325 HUAWEI TECHNOLOGIES CO.,LTD +DC094C HUAWEI TECHNOLOGIES CO.,LTD +DCEE06 HUAWEI TECHNOLOGIES CO.,LTD +AC44F2 YAMAHA CORPORATION +508965 SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD. +808C97 Kaonmedia CO., LTD. +30B49E TP-LINK TECHNOLOGIES CO.,LTD. +349971 Quanta Storage Inc. +24615A China Mobile Group Device Co.,Ltd. +B0E2E5 Fiberhome Telecommunication Technologies Co.,LTD +AC0D1B LG Electronics (Mobile Communications) +A0043E Parker Hannifin Manufacturing Germany GmbH & Co. KG +5CC7D7 AZROAD TECHNOLOGY COMPANY LIMITED +001706 Techfaithwireless Communication Technology Limited. +30F6B9 Ecocentric Energy +004268 Cisco Systems, Inc +00BD82 Shenzhen YOUHUA Technology Co., Ltd +603ECA Cambridge Medical Robotics Ltd +54489C CDOUBLES ELECTRONICS CO. LTD. +54BEF7 PEGATRON CORPORATION +0C54A5 PEGATRON CORPORATION +202564 PEGATRON CORPORATION +600292 PEGATRON CORPORATION +84002D PEGATRON CORPORATION +8019FE JianLing Technology CO., LTD +58605F HUAWEI TECHNOLOGIES CO.,LTD +001188 Enterasys +1078D2 Elitegroup Computer Systems Co.,Ltd. +001E90 Elitegroup Computer Systems Co.,Ltd. +002465 Elentec +001CD7 Harman/Becker Automotive Systems GmbH +0016EC Elitegroup Computer Systems Co.,Ltd. +000D87 Elitegroup Computer Systems Co.,Ltd. +000AE6 Elitegroup Computer Systems Co.,Ltd. +945089 SimonsVoss Technologies GmbH +001F1F Edimax Technology Co. Ltd. +0016FA ECI Telecom Ltd. +003A7D Cisco Systems, Inc +844076 Drivenets +0010E0 Oracle Corporation +00144F Oracle Corporation +E80959 Guoguang Electric Co.,Ltd +0090AE ITALTEL S.p.A/RF-UP-I +001E33 INVENTEC Corporation +001A29 Johnson Outdoors Marine Electronics d/b/a Minnkota +001F09 Jastec +D0A4B1 Sonifex Ltd. +001DB5 Juniper Networks +00239C Juniper Networks +80711F Juniper Networks +28C0DA Juniper Networks +BCAD28 Hangzhou Hikvision Digital Technology Co.,Ltd. +28F366 Shenzhen Bilian electronic CO.,LTD +8828B3 HUAWEI TECHNOLOGIES CO.,LTD +C4F081 HUAWEI TECHNOLOGIES CO.,LTD +801382 HUAWEI TECHNOLOGIES CO.,LTD +648788 Juniper Networks +A8D0E5 Juniper Networks +0881F4 Juniper Networks +6C3B6B Routerboard.com +7C738B Cocoon Alarm Ltd +000FE2 Hangzhou H3C Technologies Co., Limited +002389 Hangzhou H3C Technologies Co., Limited +3822D6 Hangzhou H3C Technologies Co., Limited +80F62E Hangzhou H3C Technologies Co., Limited +5866BA Hangzhou H3C Technologies Co., Limited +0CDA41 Hangzhou H3C Technologies Co., Limited +586AB1 Hangzhou H3C Technologies Co., Limited +741F4A Hangzhou H3C Technologies Co., Limited +3CCB7C TCT mobile ltd +F03404 TCT mobile ltd +D8E56D TCT mobile ltd +90C1C6 Apple, Inc. +70A2B3 Apple, Inc. +4C57CA Apple, Inc. +68FB7E Apple, Inc. +442C05 AMPAK Technology, Inc. +10BEF5 D-Link International +7C6AF3 Integrated Device Technology (Malaysia) Sdn. Bhd. +C41CFF Vizio, Inc +444450 OttoQ +FC55DC Baltic Latvian Universal Electronics LLC +941882 Hewlett Packard Enterprise +000EB6 Riverbed Technology, Inc. +D0FCCC Samsung Electronics Co.,Ltd +045604 Gionee Communication Equipment Co.,Ltd. +10BD55 Q-Lab Corporation +C449BB MITSUMI ELECTRIC CO.,LTD. +8C6D50 SHENZHEN MTC CO LTD +3C6816 VXi Corporation +C0A1A2 MarqMetrix +00F663 Cisco Systems, Inc +341290 Treeview Co.,Ltd. +F40A4A INDUSNET Communication Technology Co.,LTD +E8377A ZyXEL Communications Corporation +04BF6D ZyXEL Communications Corporation +00A0C5 ZyXEL Communications Corporation +107BEF ZyXEL Communications Corporation +C0C976 Shenzhen TINNO Mobile Technology Corp. +14C913 LG Electronics +680715 Intel Corporate +A09E1A Polar Electro Oy +D0B2C4 Technicolor CH USA Inc. +FC94E3 Technicolor CH USA Inc. +FC528D Technicolor CH USA Inc. +D84A87 OI ELECTRIC CO.,LTD +BC307D Wistron Neweb Corporation +5410EC Microchip Technology Inc. +309BAD BBK EDUCATIONAL ELECTRONICS CORP.,LTD. +001BB1 Wistron Neweb Corporation +000B6B Wistron Neweb Corporation +AC9B0A Sony Corporation +4813F3 BBK EDUCATIONAL ELECTRONICS CORP.,LTD. +74B472 CIESSE +483C0C HUAWEI TECHNOLOGIES CO.,LTD +4C6641 SAMSUNG ELECTRO-MECHANICS(THAILAND) +C8755B Quantify Technology Pty. Ltd. +1C57D8 Kraftway Corporation PLC +002397 Westell Technologies Inc. +00600F Westell Technologies Inc. +00E0DD Zenith Electronics Corporation +50CE75 Measy Electronics Co., Ltd. +047D7B QUANTA COMPUTER INC. +88124E Qualcomm Inc. +649C81 Qualcomm Inc. +001B32 QLogic Corporation +001E21 Qisda Corporation +0017CA Qisda Corporation +0014D1 TRENDnet, Inc. +001C7E Toshiba +001C14 VMware, Inc. +90A210 United Telecoms Ltd +E02A82 Universal Global Scientific Industrial Co., Ltd. +001641 Universal Global Scientific Industrial Co., Ltd. +4C334E HIGHTECH +60E3AC LG Electronics (Mobile Communications) +001315 Sony Interactive Entertainment Inc. +001FA7 Sony Interactive Entertainment Inc. +A8E3EE Sony Interactive Entertainment Inc. +709E29 Sony Interactive Entertainment Inc. +FC0FE6 Sony Interactive Entertainment Inc. +0050C2 IEEE Registration Authority +CC79CF SHENZHEN RF-LINK TECHNOLOGY CO.,LTD. +141FBA IEEE Registration Authority +800A80 IEEE Registration Authority +A44F29 IEEE Registration Authority +5CF286 IEEE Registration Authority +64FB81 IEEE Registration Authority +E4956E IEEE Registration Authority +C88ED1 IEEE Registration Authority +78C2C0 IEEE Registration Authority +885D90 IEEE Registration Authority +3C39E7 IEEE Registration Authority +A0BB3E IEEE Registration Authority +6CB9C5 Delta Networks, Inc. +7CFC3C Visteon Corporation +58BC8F Cognitive Systems Corp. +54DC1D Yulong Computer Telecommunication Scientific (Shenzhen) Co.,Ltd +3CBDD8 LG ELECTRONICS INC +0C4885 LG Electronics (Mobile Communications) +88C9D0 LG Electronics (Mobile Communications) +700514 LG Electronics (Mobile Communications) +E892A4 LG Electronics (Mobile Communications) +A816B2 LG Electronics (Mobile Communications) +C4438F LG Electronics (Mobile Communications) +2021A5 LG Electronics (Mobile Communications) +6CD68A LG Electronics (Mobile Communications) +001E75 LG Electronics (Mobile Communications) +0026E2 LG Electronics (Mobile Communications) +001FE3 LG Electronics (Mobile Communications) +2C54CF LG Electronics (Mobile Communications) +F895C7 LG Electronics (Mobile Communications) +4888CA Motorola (Wuhan) Mobility Technologies Communication Co., Ltd. +74B57E zte corporation +540955 zte corporation +88A6C6 Sagemcom Broadband SAS +000F59 Phonak AG +000EF4 Kasda Networks Inc +000AEB TP-LINK TECHNOLOGIES CO.,LTD. +2C3731 SHENZHEN YIFANG DIGITAL TECHNOLOGY CO.,LTD. +001FBA Boyoung Tech +C4047B Shenzhen YOUHUA Technology Co., Ltd +A42940 Shenzhen YOUHUA Technology Co., Ltd +3C3300 Shenzhen Bilian electronic CO.,LTD +20F41B Shenzhen Bilian electronic CO.,LTD +3092F6 SHANGHAI SUNMON COMMUNICATION TECHNOGY CO.,LTD +7C2064 Alcatel-Lucent IPD +E4A1E6 Alcatel-Lucent Shanghai Bell Co., Ltd +000B34 ShangHai Broadband Technologies CO.LTD +38256B Microsoft Mobile Oy +203AEF Sivantos GmbH +001E40 Shanghai DareGlobal Technologies Co.,Ltd +80A1D7 Shanghai DareGlobal Technologies Co.,Ltd +D8FB68 Cloud Corner Ltd. +C09134 ProCurve Networking by HP +4CB21C Maxphotonics Co.,Ltd +D8C46A Murata Manufacturing Co., Ltd. +849866 Samsung Electronics Co.,Ltd +002162 Nortel Networks +000F06 Nortel Networks +000342 Nortel Networks +00159B Nortel Networks +00140E Nortel Networks +0016CA Nortel Networks +001969 Nortel Networks +0019E1 Nortel Networks +001A8F Nortel Networks +E89309 Samsung Electronics Co.,Ltd +001988 Wi2Wi, Inc +4CFACA Cambridge Industries(Group) Co.,Ltd. +2C9D1E HUAWEI TECHNOLOGIES CO.,LTD +C88D83 HUAWEI TECHNOLOGIES CO.,LTD +080087 Xyplex, Inc. +00B0B3 XSTREAMIS PLC +14825B Hefei Radio Communication Technology Co., Ltd +00562B Cisco Systems, Inc +24F57E HWH CO., LTD. +943DC9 Asahi Net, Inc. +080028 Texas Instruments +0012D2 Texas Instruments +D494A1 Texas Instruments +78C5E5 Texas Instruments +847E40 Texas Instruments +001832 Texas Instruments +90D7EB Texas Instruments +BC0DA5 Texas Instruments +7C8EE4 Texas Instruments +D8543A Texas Instruments +884AEA Texas Instruments +B09122 Texas Instruments +209148 Texas Instruments +A0F6FD Texas Instruments +D4F513 Texas Instruments +0017EC Texas Instruments +0017E5 Texas Instruments +C83E99 Texas Instruments +8C8B83 Texas Instruments +D0B5C2 Texas Instruments +84EB18 Texas Instruments +6CECEB Texas Instruments +985DAD Texas Instruments +E8EB11 Texas Instruments +D43639 Texas Instruments +A043DB Sitael S.p.A. +E4BEED Netcore Technology Inc. +84EF18 Intel Corporate +84C1C1 Juniper Networks +A8A648 Qingdao Hisense Communications Co.,Ltd. +305890 Frontier Silicon Ltd +002261 Frontier Silicon Ltd +049F81 NetScout Systems, Inc. +00808C NetScout Systems, Inc. +C4F5A5 Kumalift Co., Ltd. +98F058 Lynxspring, Incl. +24E43F Wenzhou Kunmei Communication Technology Co.,Ltd. +240AC4 Espressif Inc. +E4C1F1 SHENZHEN SPOTMAU INFORMATION TECHNOLIGY CO., Ltd +240DC2 TCT mobile ltd +14DDE5 MPMKVVCL +0016DB Samsung Electronics Co.,Ltd +5C3C27 Samsung Electronics Co.,Ltd +10D542 Samsung Electronics Co.,Ltd +A0821F Samsung Electronics Co.,Ltd +C45006 Samsung Electronics Co.,Ltd +88329B SAMSUNG ELECTRO-MECHANICS(THAILAND) +BC8CCD SAMSUNG ELECTRO-MECHANICS(THAILAND) +400E85 SAMSUNG ELECTRO-MECHANICS(THAILAND) +EC9BF3 SAMSUNG ELECTRO-MECHANICS(THAILAND) +F8042E SAMSUNG ELECTRO-MECHANICS(THAILAND) +843838 SAMSUNG ELECTRO-MECHANICS(THAILAND) +54880E SAMSUNG ELECTRO-MECHANICS(THAILAND) +BC79AD Samsung Electronics Co.,Ltd +30D6C9 Samsung Electronics Co.,Ltd +B0DF3A Samsung Electronics Co.,Ltd +805719 Samsung Electronics Co.,Ltd +78A873 Samsung Electronics Co.,Ltd +041BBA Samsung Electronics Co.,Ltd +08FD0E Samsung Electronics Co.,Ltd +08D42B Samsung Electronics Co.,Ltd +00E3B2 Samsung Electronics Co.,Ltd +C81479 Samsung Electronics Co.,Ltd +F0728C Samsung Electronics Co.,Ltd +94350A Samsung Electronics Co.,Ltd +001FCD Samsung Electronics Co.,Ltd +D0DFC7 Samsung Electronics Co.,Ltd +1C62B8 Samsung Electronics Co.,Ltd +18E2C2 Samsung Electronics Co.,Ltd +F04347 HUAWEI TECHNOLOGIES CO.,LTD +9CB2B2 HUAWEI TECHNOLOGIES CO.,LTD +84BE52 HUAWEI TECHNOLOGIES CO.,LTD +001A8A Samsung Electronics Co.,Ltd +002567 Samsung Electronics Co.,Ltd +A8F274 Samsung Electronics Co.,Ltd +B07870 Wi-NEXT, Inc. +001599 Samsung Electronics Co.,Ltd +0012FB Samsung Electronics Co.,Ltd +7CF854 Samsung Electronics Co.,Ltd +8CC8CD Samsung Electronics Co.,Ltd +E81132 Samsung Electronics Co.,Ltd +A02195 Samsung Electronics Co.,Ltd +840B2D SAMSUNG ELECTRO MECHANICS CO., LTD. +000278 SAMSUNG ELECTRO MECHANICS CO., LTD. +F07BCB Hon Hai Precision Ind. Co.,Ltd. +4C0F6E Hon Hai Precision Ind. Co.,Ltd. +5C6D20 Hon Hai Precision Ind. Co.,Ltd. +90004E Hon Hai Precision Ind. Co.,Ltd. +C0F8DA Hon Hai Precision Ind. Co.,Ltd. +485AB6 Hon Hai Precision Ind. Co.,Ltd. +083E8E Hon Hai Precision Ind. Co.,Ltd. +F4B7E2 Hon Hai Precision Ind. Co.,Ltd. +4437E6 Hon Hai Precision Ind. Co.,Ltd. +0016CF Hon Hai Precision Ind. Co.,Ltd. +001C25 Hon Hai Precision Ind. Co.,Ltd. +C48E8F Hon Hai Precision Ind. Co.,Ltd. +184F32 Hon Hai Precision Ind. Co.,Ltd. +441CA8 Hon Hai Precision Ind. Co.,Ltd. +A8474A Hon Hai Precision Ind. Co.,Ltd. +08EDB9 Hon Hai Precision Ind. Co.,Ltd. +7CE9D3 Hon Hai Precision Ind. Co.,Ltd. +E4D53D Hon Hai Precision Ind. Co.,Ltd. +C417FE Hon Hai Precision Ind. Co.,Ltd. +38B1DB Hon Hai Precision Ind. Co.,Ltd. +00234D Hon Hai Precision Ind. Co.,Ltd. +00234E Hon Hai Precision Ind. Co.,Ltd. +00265E Hon Hai Precision Ind. Co.,Ltd. +541379 Hon Hai Precision Ind. Co.,Ltd. +1008B1 Hon Hai Precision Ind. Co.,Ltd. +701DC4 NorthStar Battery Company, LLC +801844 Dell Inc. +C80E14 AVM Audiovisuelles Marketing und Computersysteme GmbH +E0686D Raybased AB +98B039 Nokia +84262B Nokia +94E98C Nokia +E48184 Nokia +BC8D0E Nokia +B0754D Nokia +BC6B4D Nokia +A47B2C Nokia +00D0F6 Nokia +48F8E1 Nokia +002341 Vanderbilt International (SWE) AB +981333 zte corporation +8C71F8 Samsung Electronics Co.,Ltd +04180F Samsung Electronics Co.,Ltd +9463D1 Samsung Electronics Co.,Ltd +0CDFA4 Samsung Electronics Co.,Ltd +CC051B Samsung Electronics Co.,Ltd +68EBAE Samsung Electronics Co.,Ltd +60D0A9 Samsung Electronics Co.,Ltd +60A10A Samsung Electronics Co.,Ltd +A07591 Samsung Electronics Co.,Ltd +D814D6 SURE SYSTEM Co Ltd +646184 VELUX +001FCC Samsung Electronics Co.,Ltd +EC01E2 FOXCONN INTERCONNECT TECHNOLOGY +00F22C Shanghai B-star Technology Co.,Ltd. +D03DC3 AQ Corporation +FCCAC4 LifeHealth, LLC +04BA36 Li Seng Technology Ltd +4409B8 Salcomp (Shenzhen) CO., LTD. +78888A CDR Sp. z o.o. Sp. k. +F09838 HUAWEI TECHNOLOGIES CO.,LTD +18DED7 HUAWEI TECHNOLOGIES CO.,LTD +EC107B Samsung Electronics Co.,Ltd +A01081 Samsung Electronics Co.,Ltd +001EAE Continental Automotive Systems Inc. +9CF48E Apple, Inc. +FCD848 Apple, Inc. +8048A5 SICHUAN TIANYI COMHEART TELECOMCO.,LTD +645D92 SICHUAN TIANYI COMHEART TELECOMCO.,LTD +D44165 SICHUAN TIANYI COMHEART TELECOMCO.,LTD +643AB1 SICHUAN TIANYI COMHEART TELECOMCO.,LTD +AC64DD IEEE Registration Authority +00010D Teledyne DALSA Inc. +F09FC2 Ubiquiti Networks Inc. +0418D6 Ubiquiti Networks Inc. +44D9E7 Ubiquiti Networks Inc. +48DA96 Eddy Smart Home Solutions Inc. +503AA0 SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD. +C025E9 TP-LINK TECHNOLOGIES CO.,LTD. +50B363 Digitron da Amazonia S/A +94B819 Nokia +DC0B34 LG Electronics (Mobile Communications) +A4D9A4 neXus ID Solutions AB +484D7E Dell Inc. +F4B549 Xiamen Yeastar Information Technology Co., Ltd. +28EED3 Shenzhen Super D Technology Co., Ltd +18F292 Shannon Systems +3C3F51 2CRSI +F4F524 Motorola Mobility LLC, a Lenovo Company +50584F waytotec,Inc. +00A2EE Cisco Systems, Inc +98E476 Zentan +18F76B Zhejiang Winsight Technology CO.,LTD +00609B AstroNova, Inc +B87CF2 Aerohive Networks Inc. +C413E2 Aerohive Networks Inc. +F09CE9 Aerohive Networks Inc. +CCC5EF Co-Comm Servicios Telecomunicaciones S.L. +5C6B4F Hello Inc. +C09C04 Shaanxi GuoLian Digital TV Technology Co.,Ltd. +D0F73B Helmut Mauell GmbH Werk Weida +D00AAB Yokogawa Digital Computer Corporation +AC233F Shenzhen Minew Technologies Co., Ltd. +000E58 Sonos, Inc. +2C598A LG Electronics (Mobile Communications) +E0508B Zhejiang Dahua Technology Co., Ltd. +2C6FC9 Hon Hai Precision Ind. Co.,Ltd. +9C99A0 Xiaomi Communications Co Ltd +185936 Xiaomi Communications Co Ltd +98FAE3 Xiaomi Communications Co Ltd +640980 Xiaomi Communications Co Ltd +8CBEBE Xiaomi Communications Co Ltd +F8A45F Xiaomi Communications Co Ltd +508A0F SHENZHEN FISE TECHNOLOGY HOLDING CO.,LTD. +E4B005 Beijing IQIYI Science & Technology Co., Ltd. +C83B45 JRI +1CEEC9 Elo touch solutions +4CB81C SAM Electronics GmbH +2CDCAD Wistron Neweb Corporation +704D7B ASUSTek COMPUTER INC. +7CF95C U.I. Lapp GmbH +743A65 NEC Corporation +C80CC8 HUAWEI TECHNOLOGIES CO.,LTD +0425C5 HUAWEI TECHNOLOGIES CO.,LTD +A4EE57 Seiko Epson Corporation +480033 Technicolor CH USA Inc. +14B31F Dell Inc. +BC8385 Microsoft Corporation +A03D6F Cisco Systems, Inc +40605A Hawkeye Tech Co. Ltd +C0210D SHENZHEN RF-LINK TECHNOLOGY CO.,LTD. +000678 D&M Holdings Inc. +886B44 Sunnovo International Limited +A408F5 Sagemcom Broadband SAS +54FA96 Nokia +1840A4 Shenzhen Trylong Smart Science and Technology Co., Ltd. +9C50EE Cambridge Industries(Group) Co.,Ltd. +1077B0 Fiberhome Telecommunication Technologies Co.,LTD +F015B9 PlayFusion Limited +70700D Apple, Inc. +24A7DC BSkyB Ltd +2CD02D Cisco Systems, Inc +3478D7 Gionee Communication Equipment Co.,Ltd. +1CEFCE bebro electronic GmbH +CCB8A8 AMPAK Technology, Inc. +5CFF35 Wistron Corporation +78F29E PEGATRON CORPORATION +00D0B2 Xiotech Corporation +000AE4 Wistron Corporation +00262D Wistron Corporation +908674 SICHUAN TIANYI COMHEART TELECOMCO., LTD +F49651 NAKAYO Inc +681FD8 Siemens Industry, Inc. +C43018 MCS Logic Inc. +FCB58A Wapice Ltd. +DCEFCA Murata Manufacturing Co., Ltd. +E865D4 Tenda Technology Co.,Ltd.Dongguan branch +285261 Cisco Systems, Inc +286F7F Cisco Systems, Inc +089E08 Google, Inc. +00014F Adtran Inc +045D4B Sony Corporation +A80CCA Shenzhen Sundray Technologies Company Limited +94652D OnePlus Technology (Shenzhen) Co., Ltd +F8A34F zte corporation +845A81 ffly4u +347877 O-Net Communications (Shenzhen) Limited +F483E1 Shanghai Clouder Semiconductor Co.,Ltd +8CC8F4 IEEE Registration Authority +08CCA7 Cisco Systems, Inc +7868F7 YSTen Technology Co.,Ltd +704F57 TP-LINK TECHNOLOGIES CO.,LTD. +3407FB Ericsson AB +6CB4A7 Landauer, Inc. +1C398A Fiberhome Telecommunication Technologies Co.,LTD +F8A5C5 Cisco Systems, Inc +A49B13 Digital Check +542F8A TELLESCOM INDUSTRIA E COMERCIO EM TELECOMUNICACAO +A0A33B HUAWEI TECHNOLOGIES CO.,LTD +6854C1 ColorTokens, Inc. +DCC64B HUAWEI TECHNOLOGIES CO.,LTD +043389 HUAWEI TECHNOLOGIES CO.,LTD +887873 Intel Corporate +6C750D WiFiSONG +346E9D Ericsson AB +54E1AD LCFC(HeFei) Electronics Technology co., ltd +E45D51 SFR +B816DB CHANT SINCERE CO.,LTD +D461FE Hangzhou H3C Technologies Co., Limited +94F551 Cadi Scientific Pte Ltd +BC452E Knowledge Development for POF S.L. +E8D11B ASKEY COMPUTER CORP +44032C Intel Corporate +14987D Technicolor CH USA Inc. +D4CF37 Symbolic IO +283F69 Sony Mobile Communications AB +E048AF Premietech Limited +2C3311 Cisco Systems, Inc +F0A225 Private +F0D2F1 Amazon Technologies Inc. +8871E5 Amazon Technologies Inc. +7C5049 Apple, Inc. +503A7D AlphaTech PLC Int’l Co., Ltd. +9CFCD1 Aetheris Technology (Shanghai) Co., Ltd. +949901 Shenzhen YITOA Digital Appliance CO.,LTD +E89E0C Private +10954B Megabyte Ltd. +D8A105 Syslane, Co., Ltd. +C4B9CD Cisco Systems, Inc +3C0518 Samsung Electronics Co.,Ltd +900628 Samsung Electronics Co.,Ltd +C4700B GUANGZHOU CHIP TECHNOLOGIES CO.,LTD +D4AE05 Samsung Electronics Co.,Ltd +98DDEA Infinix mobility limited +04946B TECNO MOBILE LIMITED +A04C5B Shenzhen TINNO Mobile Technology Corp. +989E63 Apple, Inc. +DCA904 Apple, Inc. +48A195 Apple, Inc. +6CAB31 Apple, Inc. +503237 Apple, Inc. +D4619D Apple, Inc. +B0481A Apple, Inc. +000889 Echostar Technologies Corp +2C029F 3ALogics +58D9D5 Tenda Technology Co.,Ltd.Dongguan branch +60E78A UNISEM +6C5976 Shanghai Tricheer Technology Co.,Ltd. +F4A739 Juniper Networks +2CFAA2 Alcatel-Lucent Enterprise +00D095 Alcatel-Lucent Enterprise +4095BD NTmore.Co.,Ltd +2CABEB Cisco Systems, Inc +BC66DE Shadow Creator Information Technology Co.,Ltd. +A0086F HUAWEI TECHNOLOGIES CO.,LTD +C4FF1F HUAWEI TECHNOLOGIES CO.,LTD +7C7B8B Control Concepts, Inc. +C40BCB Xiaomi Communications Co Ltd +D8C06A Hunantv.com Interactive Entertainment Media Co.,Ltd. +9C32A9 SICHUAN TIANYI COMHEART TELECOMCO., LTD +601466 zte corporation +30D386 zte corporation +900E83 Monico Monitoring, Inc. +BC3AEA GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD +8C0EE3 GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD +6C5C14 GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD +E8BBA8 GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD +F894C2 Intel Corporate +7CB960 Shanghai X-Cheng telecom LTD +A8D579 Beijing Chushang Science and Technology Co.,Ltd +28C63F Intel Corporate +600837 ivvi Scientific(Nanchang)Co.Ltd +D860B3 Guangdong Global Electronic Technology CO.,LTD +3C9509 Liteon Technology Corporation +3CA308 Texas Instruments +44B412 SIUS AG +60D7E3 IEEE Registration Authority +00F82C Cisco Systems, Inc +00C1B1 Cisco Systems, Inc +D0F88C Motorola (Wuhan) Mobility Technologies Communication Co., Ltd. +2CB115 Integrated Device Technology (Malaysia) Sdn. Bhd. +78ABBB Samsung Electronics Co.,Ltd +1816C9 Samsung Electronics Co.,Ltd +FC8F90 Samsung Electronics Co.,Ltd +244B03 Samsung Electronics Co.,Ltd +988389 Samsung Electronics Co.,Ltd +14BB6E Samsung Electronics Co.,Ltd +1C3ADE Samsung Electronics Co.,Ltd +F83F51 Samsung Electronics Co.,Ltd +D8E0E1 Samsung Electronics Co.,Ltd +50FF20 Keenetic Limited +ECF342 GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD +D4C1C8 zte corporation +EC237B zte corporation +881544 Cisco Meraki +F44156 Arrikto Inc. +D4258B Intel Corporate +B4F2E8 ARRIS Group, Inc. +D0E54D ARRIS Group, Inc. +7085C6 ARRIS Group, Inc. +44AAF5 ARRIS Group, Inc. +00E18C Intel Corporate +005094 ARRIS Group, Inc. +FC8E7E ARRIS Group, Inc. +5856E8 ARRIS Group, Inc. +CCA462 ARRIS Group, Inc. +903EAB ARRIS Group, Inc. +14CFE2 ARRIS Group, Inc. +900DCB ARRIS Group, Inc. +207355 ARRIS Group, Inc. +C83FB4 ARRIS Group, Inc. +E0B70A ARRIS Group, Inc. +78719C ARRIS Group, Inc. +D40598 ARRIS Group, Inc. +946269 ARRIS Group, Inc. +48D343 ARRIS Group, Inc. +E02202 ARRIS Group, Inc. +2C1DB8 ARRIS Group, Inc. +E45740 ARRIS Group, Inc. +94CCB9 ARRIS Group, Inc. +40B7F3 ARRIS Group, Inc. +20E564 ARRIS Group, Inc. +90B134 ARRIS Group, Inc. +3C438E ARRIS Group, Inc. +E86D52 ARRIS Group, Inc. +0015D0 ARRIS Group, Inc. +001DCE ARRIS Group, Inc. +001DD4 ARRIS Group, Inc. +001DCD ARRIS Group, Inc. +8C7F3B ARRIS Group, Inc. +D039B3 ARRIS Group, Inc. +0000C5 ARRIS Group, Inc. +3C36E4 ARRIS Group, Inc. +00ACE0 ARRIS Group, Inc. +384C90 ARRIS Group, Inc. +D40AA9 ARRIS Group, Inc. +0023A3 ARRIS Group, Inc. +64ED57 ARRIS Group, Inc. +0023EE ARRIS Group, Inc. +002143 ARRIS Group, Inc. +0023AF ARRIS Group, Inc. +001ADE ARRIS Group, Inc. +001E46 ARRIS Group, Inc. +0018C0 ARRIS Group, Inc. +001A66 ARRIS Group, Inc. +00192C ARRIS Group, Inc. +00159A ARRIS Group, Inc. +00080E ARRIS Group, Inc. +0050E3 ARRIS Group, Inc. +0025F1 ARRIS Group, Inc. +F87B7A ARRIS Group, Inc. +88D7F6 ASUSTek COMPUTER INC. +145E45 Kaleao Limited +1C1FD4 LifeBEAM Technologies LTD +88BD78 Flaircomm Microelectronics,Inc. +5092B9 Samsung Electronics Co.,Ltd +B4BFF6 Samsung Electronics Co.,Ltd +C8D7B0 Samsung Electronics Co.,Ltd +60720B BLU Products Inc +F4A997 CANON INC. +3C4CD0 CERAGON NETWORKS +B04E26 TP-LINK TECHNOLOGIES CO.,LTD. +FC06ED M2Motive Technology Inc. +54C9DF FN-LINK TECHNOLOGY LIMITED +30C3D9 ALPS ELECTRIC CO.,LTD. +FC4D8C SHENZHEN PANTE ELECTRONICS TECHNOLOGY CO., LTD +B01F29 Helvetia INC. +8C147D IEEE Registration Authority +CC0677 Fiberhome Telecommunication Technologies Co.,LTD +28070D GUANGZHOU WINSOUND INFORMATION TECHNOLOGY CO.,LTD. +7038EE Avaya Inc +2CF4C5 Avaya Inc +C8F406 Avaya Inc +3CB15B Avaya Inc +FCA841 Avaya Inc +50CD22 Avaya Inc +10CDAE Avaya Inc +B0ADAA Avaya Inc +00549F Avaya Inc +6049C1 Avaya Inc +E0D848 Dell Inc. +145BE1 nyantec UG (haftungsbeschränkt) +00187D Armorlink Co .Ltd +F42981 vivo Mobile Communication Co., Ltd. +3CA348 vivo Mobile Communication Co., Ltd. +28FAA0 vivo Mobile Communication Co., Ltd. +3CB6B7 vivo Mobile Communication Co., Ltd. +A40E2B Facebook Inc +5419C8 vivo Mobile Communication Co., Ltd. +1C4D70 Intel Corporate +A0C5F2 IEEE Registration Authority +F4B7B3 vivo Mobile Communication Co., Ltd. +E43A6E Shenzhen Zeroone Technology CO.,LTD +60DA83 Hangzhou H3C Technologies Co., Limited +2C5731 Wingtech Group (HongKong)Limited +F46BEF Sagemcom Broadband SAS +085114 QINGDAO TOPSCOMM COMMUNICATION CO., LTD +D05A00 Technicolor CH USA Inc. +70F11C Shenzhen Ogemray Technology Co.,Ltd +14144B Ruijie Networks Co.,LTD +70DF2F Cisco Systems, Inc +001753 nFore Technology Inc. +58C583 ITEL MOBILE LIMITED +6447E0 Feitian Technologies Co., Ltd +F88A3C IEEE Registration Authority +E86D65 AUDIO MOBIL Elektronik GmbH +E86FF2 Actiontec Electronics, Inc +00016D CarrierComm Inc. +70DEF9 FAI WAH INTERNATIONAL (HONG KONG) LIMITED +24C9A1 Ruckus Wireless +F0B052 Ruckus Wireless +84183A Ruckus Wireless +6CAAB3 Ruckus Wireless +001F41 Ruckus Wireless +C08ADE Ruckus Wireless +50A733 Ruckus Wireless +C4017C Ruckus Wireless +245880 VIZEO +7CBACC IEEE Registration Authority +000726 SHENZHEN GONGJIN ELECTRONICS CO.,LT +BC9680 SHENZHEN GONGJIN ELECTRONICS CO.,LT +1CA532 SHENZHEN GONGJIN ELECTRONICS CO.,LT +0000FE Annapolis Micro Systems, Inc. +188090 Cisco Systems, Inc +BC024A HMD Global Oy +90A365 HMD Global Oy +C444A0 Cisco Systems, Inc +F83441 Intel Corporate +5C0339 HUAWEI TECHNOLOGIES CO.,LTD +044F4C HUAWEI TECHNOLOGIES CO.,LTD +1C151F HUAWEI TECHNOLOGIES CO.,LTD +544E45 Private +DCEB53 Wuhan QianXiao Elecronic Technology CO.,LTD +94E36D Texas Instruments +74819A PT. Hartono Istana Teknologi +0835B2 CoreEdge Networks Co., Ltd +6C38A1 Ubee Interactive Co., Limited +B40F3B Tenda Technology Co.,Ltd.Dongguan branch +1062D0 Technicolor CH USA Inc. +7802B1 Cisco Systems, Inc +94D9B3 TP-LINK TECHNOLOGIES CO.,LTD. +309935 zte corporation +409BCD D-Link International +005C86 SHENZHEN FAST TECHNOLOGIES CO.,LTD +C84029 Fiberhome Telecommunication Technologies Co.,LTD +1CAB34 New H3C Technologies Co., Ltd +5C0979 HUAWEI TECHNOLOGIES CO.,LTD +002EC7 HUAWEI TECHNOLOGIES CO.,LTD +488EEF HUAWEI TECHNOLOGIES CO.,LTD +2C3033 NETGEAR +002438 Brocade Communications Systems, Inc. +001BED Brocade Communications Systems, Inc. +0012F2 Brocade Communications Systems, Inc. +28C68E NETGEAR +04A151 NETGEAR +A42B8C NETGEAR +A00460 NETGEAR +9C3DCF NETGEAR +00146C NETGEAR +2CB05D NETGEAR +504A6E NETGEAR +2C4D79 Weifang GoerTek Technology Co.,Ltd. +841766 Weifang GoerTek Technology Co.,Ltd. +ACFD93 Weifang GoerTek Technology Co.,Ltd. +A45385 Weifang GoerTek Technology Co.,Ltd. +741C27 ITEL MOBILE LIMITED +111111 Private +FCC233 Private +2830AC Frontiir Co. Ltd. +9050CA Hitron Technologies. Inc +0004BF VersaLogic Corp. +64B5C6 Nintendo Co.,Ltd +D8B12A Panasonic Mobile Communications Co.,Ltd. +EC0441 ShenZhen TIGO Semiconductor Co., Ltd. +BC88C3 Ningbo Dooya Mechanic & Electronic Technology Co., Ltd +A41115 Robert Bosch Engineering and Business Solutions pvt. Ltd. +A8BE27 Apple, Inc. +B8634D Apple, Inc. +6C96CF Apple, Inc. +3035AD Apple, Inc. +2CD2E7 Nokia Corporation +681F40 Blu Wireless Technology Ltd +48C58D Lear Corporation GmbH +90ADF7 vivo Mobile Communication Co., Ltd. +982D68 Samsung Electronics Co., Ltd +5CEA1D Hon Hai Precision Ind. Co.,Ltd. +ECD09F Xiaomi Communications Co Ltd +00152A Nokia Corporation +A43412 Thales Alenia Space +9C65EE DASAN Network Solutions +0017C8 KYOCERA Display Corporation +002294 KYOCERA CORPORATION +80739F KYOCERA CORPORATION +3889DC Opticon Sensors Europe B.V. +38E2DD zte corporation +74E5F9 Intel Corporate +080070 Mitsubishi Precision Co.,LTd. +28BF89 Fiberhome Telecommunication Technologies Co.,LTD +3C11B2 Fraunhofer FIT +DCF090 Nubia Technology Co.,Ltd. +DC6AEA Infinix mobility limited +8CE38E Toshiba Memory Corporation +D8A01D Espressif Inc. +0025DF Private +74EAC8 New H3C Technologies Co., Ltd +0C6F9C Shaw Communications Inc. +1801E3 Bittium Wireless Ltd +C0AC54 Sagemcom Broadband SAS +40F201 Sagemcom Broadband SAS +C891F9 Sagemcom Broadband SAS +4CFF12 Fuze Entertainment Co., ltd +0059AC KPN. B.V. +AC9A22 NXP Semiconductors +006037 NXP Semiconductors +546009 Google, Inc. +A47733 Google, Inc. +94EB2C Google, Inc. +28BC56 EMAC, Inc. +287CDB Hefei Toycloud Technology Co.,ltd +D0B33F Shenzhen TINNO Mobile Technology Corp. +00738D Shenzhen TINNO Mobile Technology Corp. +A8CA7B HUAWEI TECHNOLOGIES CO.,LTD +ACCF85 HUAWEI TECHNOLOGIES CO.,LTD +0CD746 Apple, Inc. +440010 Apple, Inc. +2435CC Zhongshan Scinan Internet of Things Co.,Ltd. +2C27D7 Hewlett Packard +000F3D D-Link Corporation +001195 D-Link Corporation +0015E9 D-Link Corporation +0CFD37 SUSE Linux GmbH +2CFF65 Oki Electric Industry Co., Ltd. +001CF0 D-Link Corporation +00265A D-Link Corporation +ACF1DF D-Link International +FC7516 D-Link International +7C18CD E-TRON Co.,Ltd. +3897D6 Hangzhou H3C Technologies Co., Limited +C8478C Beken Corporation +E498D6 Apple, Inc. +606944 Apple, Inc. +8896B6 Global Fire Equipment S.A. +188796 HTC Corporation +AC2A0C CSR ZHUZHOU INSTITUTE CO.,LTD. +F4CA24 FreeBit Co., Ltd. +000A57 Hewlett Packard +643150 Hewlett Packard +002376 HTC Corporation +0007E9 Intel Corporation +B46D83 Intel Corporate +E4FAFD Intel Corporate +DC5360 Intel Corporate +780CB8 Intel Corporate +484520 Intel Corporate +004026 BUFFALO.INC +0002A5 Hewlett Packard +A02BB8 Hewlett Packard +6CC217 Hewlett Packard +3863BB Hewlett Packard +CC3E5F Hewlett Packard +7446A0 Hewlett Packard +443192 Hewlett Packard +FC15B4 Hewlett Packard +EC9A74 Hewlett Packard +80C16E Hewlett Packard +D07E28 Hewlett Packard +7403BD BUFFALO.INC +101F74 Hewlett Packard +001A4B Hewlett Packard +001F29 Hewlett Packard +00215A Hewlett Packard +000F61 Hewlett Packard +001185 Hewlett Packard +001279 Hewlett Packard +001708 Hewlett Packard +2832C5 HUMAX Co., Ltd. +EC4D47 HUAWEI TECHNOLOGIES CO.,LTD +88CF98 HUAWEI TECHNOLOGIES CO.,LTD +6CE3B6 Nera Telecommunications Ltd. +942CB3 HUMAX Co., Ltd. +0452F3 Apple, Inc. +241EEB Apple, Inc. +F431C3 Apple, Inc. +C87B5B zte corporation +98F537 zte corporation +001E73 zte corporation +0019C6 zte corporation +0015EB zte corporation +F0EBD0 Shanghai Feixun Communication Co.,Ltd. +D8490B HUAWEI TECHNOLOGIES CO.,LTD +888603 HUAWEI TECHNOLOGIES CO.,LTD +F8E811 HUAWEI TECHNOLOGIES CO.,LTD +E09796 HUAWEI TECHNOLOGIES CO.,LTD +CCCC81 HUAWEI TECHNOLOGIES CO.,LTD +101B54 HUAWEI TECHNOLOGIES CO.,LTD +7054F5 HUAWEI TECHNOLOGIES CO.,LTD +D07AB5 HUAWEI TECHNOLOGIES CO.,LTD +C40528 HUAWEI TECHNOLOGIES CO.,LTD +3CDFBD HUAWEI TECHNOLOGIES CO.,LTD +14B968 HUAWEI TECHNOLOGIES CO.,LTD +80717A HUAWEI TECHNOLOGIES CO.,LTD +F49FF3 HUAWEI TECHNOLOGIES CO.,LTD +784B87 Murata Manufacturing Co., Ltd. +28A183 ALPS ELECTRIC CO.,LTD. +5CF8A1 Murata Manufacturing Co., Ltd. +6021C0 Murata Manufacturing Co., Ltd. +84DBAC HUAWEI TECHNOLOGIES CO.,LTD +C07009 HUAWEI TECHNOLOGIES CO.,LTD +E0191D HUAWEI TECHNOLOGIES CO.,LTD +B8BC1B HUAWEI TECHNOLOGIES CO.,LTD +241FA0 HUAWEI TECHNOLOGIES CO.,LTD +50A72B HUAWEI TECHNOLOGIES CO.,LTD +C85195 HUAWEI TECHNOLOGIES CO.,LTD +00F81C HUAWEI TECHNOLOGIES CO.,LTD +F4559C HUAWEI TECHNOLOGIES CO.,LTD +283CE4 HUAWEI TECHNOLOGIES CO.,LTD +64A5C3 Apple, Inc. +001D0F TP-LINK TECHNOLOGIES CO.,LTD. +5C63BF TP-LINK TECHNOLOGIES CO.,LTD. +B0487A TP-LINK TECHNOLOGIES CO.,LTD. +388345 TP-LINK TECHNOLOGIES CO.,LTD. +14E6E4 TP-LINK TECHNOLOGIES CO.,LTD. +647002 TP-LINK TECHNOLOGIES CO.,LTD. +6466B3 TP-LINK TECHNOLOGIES CO.,LTD. +6CE873 TP-LINK TECHNOLOGIES CO.,LTD. +08E84F HUAWEI TECHNOLOGIES CO.,LTD +04BD70 HUAWEI TECHNOLOGIES CO.,LTD +18C58A HUAWEI TECHNOLOGIES CO.,LTD +04C06F HUAWEI TECHNOLOGIES CO.,LTD +5C4CA9 HUAWEI TECHNOLOGIES CO.,LTD +4C5499 HUAWEI TECHNOLOGIES CO.,LTD +00259E HUAWEI TECHNOLOGIES CO.,LTD +001882 HUAWEI TECHNOLOGIES CO.,LTD +00906F Cisco Systems, Inc +0090A6 Cisco Systems, Inc +0090AB Cisco Systems, Inc +7426AC Cisco Systems, Inc +B000B4 Cisco Systems, Inc +2834A2 Cisco Systems, Inc +641225 Cisco Systems, Inc +544A00 Cisco Systems, Inc +5067AE Cisco Systems, Inc +BC16F5 Cisco Systems, Inc +6899CD Cisco Systems, Inc +F44E05 Cisco Systems, Inc +0CF5A4 Cisco Systems, Inc +5CFC66 Cisco Systems, Inc +D0A5A6 Cisco Systems, Inc +3C5EC3 Cisco Systems, Inc +64F69D Cisco Systems, Inc +74A2E6 Cisco Systems, Inc +204C9E Cisco Systems, Inc +00112F ASUSTek COMPUTER INC. +0011D8 ASUSTek COMPUTER INC. +001731 ASUSTek COMPUTER INC. +0018F3 ASUSTek COMPUTER INC. +485B39 ASUSTek COMPUTER INC. +F46D04 ASUSTek COMPUTER INC. +3085A9 ASUSTek COMPUTER INC. +00900C Cisco Systems, Inc +001079 Cisco Systems, Inc +00102F Cisco Systems, Inc +000E08 Cisco-Linksys, LLC +00602F Cisco Systems, Inc +006070 Cisco Systems, Inc +006083 Cisco Systems, Inc +00067C Cisco Systems, Inc +C8D719 Cisco-Linksys, LLC +CC08E0 Apple, Inc. +5855CA Apple, Inc. +8C7B9D Apple, Inc. +88C663 Apple, Inc. +C82A14 Apple, Inc. +9803D8 Apple, Inc. +8C5877 Apple, Inc. +3451C9 Apple, Inc. +E0B9BA Apple, Inc. +D023DB Apple, Inc. +B88D12 Apple, Inc. +B817C2 Apple, Inc. +68A86D Apple, Inc. +78A3E4 Apple, Inc. +54781A Cisco Systems, Inc +58971E Cisco Systems, Inc +CCD539 Cisco Systems, Inc +20BBC0 Cisco Systems, Inc +4C4E35 Cisco Systems, Inc +7CAD74 Cisco Systems, Inc +10F311 Cisco Systems, Inc +08CC68 Cisco Systems, Inc +D0C789 Cisco Systems, Inc +F84F57 Cisco Systems, Inc +34DBFD Cisco Systems, Inc +5CA48A Cisco Systems, Inc +AC7A4D ALPS ELECTRIC CO.,LTD. +FC62B9 ALPS ELECTRIC CO.,LTD. +0010A6 Cisco Systems, Inc +E86549 Cisco Systems, Inc +84B517 Cisco Systems, Inc +046273 Cisco Systems, Inc +9C57AD Cisco Systems, Inc +00223A Cisco SPVTG +001839 Cisco-Linksys, LLC +001EE5 Cisco-Linksys, LLC +38C85C Cisco SPVTG +F45FD4 Cisco SPVTG +002306 ALPS ELECTRIC CO.,LTD. +001E3D ALPS ELECTRIC CO.,LTD. +0019C1 ALPS ELECTRIC CO.,LTD. +BC926B Apple, Inc. +0050E4 Apple, Inc. +003065 Apple, Inc. +000A27 Apple, Inc. +001451 Apple, Inc. +0019E3 Apple, Inc. +002312 Apple, Inc. +002332 Apple, Inc. +002436 Apple, Inc. +00254B Apple, Inc. +0026BB Apple, Inc. +E80688 Apple, Inc. +985AEB Apple, Inc. +2078F0 Apple, Inc. +78D75F Apple, Inc. +E0ACCB Apple, Inc. +98E0D9 Apple, Inc. +C0CECD Apple, Inc. +70E72C Apple, Inc. +D03311 Apple, Inc. +847D50 Holley Metering Limited +6C4A39 BITA +C8B5B7 Apple, Inc. +A8BBCF Apple, Inc. +90B21F Apple, Inc. +B8E856 Apple, Inc. +1499E2 Apple, Inc. +04214C Insight Energy Ventures LLC +B418D1 Apple, Inc. +80006E Apple, Inc. +60D9C7 Apple, Inc. +C8F650 Apple, Inc. +1C1AC0 Apple, Inc. +E06678 Apple, Inc. +5C8D4E Apple, Inc. +64A3CB Apple, Inc. +44FB42 Apple, Inc. +F41BA1 Apple, Inc. +3CE072 Apple, Inc. +E88D28 Apple, Inc. +CC785F Apple, Inc. +AC3C0B Apple, Inc. +88CB87 Apple, Inc. +EC3586 Apple, Inc. +F0C1F1 Apple, Inc. +F4F951 Apple, Inc. +18AF8F Apple, Inc. +C0F2FB Apple, Inc. +00F76F Apple, Inc. +AC87A3 Apple, Inc. +48437C Apple, Inc. +34A395 Apple, Inc. +9CF387 Apple, Inc. +A85B78 Apple, Inc. +908D6C Apple, Inc. +0C1539 Apple, Inc. +BC4CC4 Apple, Inc. +0CBC9F Apple, Inc. +A45E60 Apple, Inc. +680927 Apple, Inc. +60FACD Apple, Inc. +1CABA7 Apple, Inc. +8CFABA Apple, Inc. +5C95AE Apple, Inc. +E0C97A Apple, Inc. +BC52B7 Apple, Inc. +14109F Apple, Inc. +542696 Apple, Inc. +D8D1CB Apple, Inc. +4C8ECC SILKAN SA +98F428 zte corporation +7C5A67 JNC Systems, Inc. +C4BBEA Pakedge Device and Software Inc +84100D Motorola Mobility LLC, a Lenovo Company +D88B4C KingTing Tech. +6C9354 Yaojin Technology (Shenzhen) Co., LTD. +4054E4 Wearsafe Labs Inc +8CE2DA Circle Media Inc +74D7CA Panasonic Corporation Automotive +1CCDE5 Shanghai Wind Technologies Co.,Ltd +20896F Fiberhome Telecommunication Technologies Co.,LTD +D494E8 HUAWEI TECHNOLOGIES CO.,LTD +B078F0 Beijing HuaqinWorld Technology Co.,Ltd. +3029BE Shanghai MRDcom Co.,Ltd +7011AE Music Life LTD +ECB870 Beijing Heweinet Technology Co.,Ltd. +3095E3 SHANGHAI SIMCOM LIMITED +4040A7 Sony Mobile Communications AB +54BE53 zte corporation +A01E0B MINIX Technology Limited +D48304 SHENZHEN FAST TECHNOLOGIES CO.,LTD +385F66 Cisco SPVTG +544E90 Apple, Inc. +58FC73 Arria Live Media, Inc. +2C1BC8 Hunan Topview Network System CO.,LTD +5CADCF Apple, Inc. +006D52 Apple, Inc. +D888CE RF Technology Pty Ltd +D4F4BE Palo Alto Networks +B88687 Liteon Technology Corporation +68F956 Objetivos y Servicio de Valor Añadido +F4E926 Tianjin Zanpu Technology Inc. +04C23E HTC Corporation +2CFCE4 CTEK Sweden AB +C0B713 Beijing Xiaoyuer Technology Co. Ltd. +DCA3AC RBcloudtech +44656A Mega Video Electronic(HK) Industry Co., Ltd +0C9160 Hui Zhou Gaoshengda Technology Co.,LTD +ECA9FA GUANGDONG GENIUS TECHNOLOGY CO.,LTD. +300C23 zte corporation +445F8C Intercel Group Limited +A48D3B Vizio, Inc +0C756C Anaren Microwave, Inc. +5C5188 Motorola Mobility LLC, a Lenovo Company +689AB7 Atelier Vision Corporation +640DE6 Petra Systems +283713 Shenzhen 3Nod Digital Technology Co., Ltd. +7CAB25 MESMO TECHNOLOGY INC. +74042B Lenovo Mobile Communication (Wuhan) Company Limited +4455B1 HUAWEI TECHNOLOGIES CO.,LTD +A45602 fenglian Technology Co.,Ltd. +D06A1F BSE CO.,LTD. +A88038 ShenZhen MovingComm Technology Co., Limited +805067 W & D TECHNOLOGY CORPORATION +402814 RFI Engineering +102C83 XIMEA +D468BA Shenzhen Sundray Technologies Company Limited +A47B85 ULTIMEDIA Co Ltd, +CC37AB Edgecore Networks Corportation +F80D60 CANON INC. +E02CB2 Lenovo Mobile Communication (Wuhan) Company Limited +DC15DB Ge Ruili Intelligent Technology ( Beijing ) Co., Ltd. +30F335 HUAWEI TECHNOLOGIES CO.,LTD +E89120 Motorola Mobility LLC, a Lenovo Company +546172 ZODIAC AEROSPACE SAS +54CD10 Panasonic Mobile Communications Co.,Ltd. +A4A1E4 Innotube, Inc. +706879 Saijo Denki International Co., Ltd. +343D98 JinQianMao Technology Co.,Ltd. +5804CB Tianjin Huisun Technology Co.,Ltd. +1CB72C ASUSTek COMPUTER INC. +40B837 Sony Mobile Communications AB +287610 IgniteNet +68A378 FREEBOX SAS +746A3A Aperi Corporation +1844E6 zte corporation +A8D409 USA 111 Inc +3089D3 HONGKONG UCLOUDLINK NETWORK TECHNOLOGY LIMITED +4CB76D Novi Security +906CAC Fortinet, Inc. +00323A so-logic +64DB81 Syszone Co., Ltd. +C4BAA3 Beijing Winicssec Technologies Co., Ltd. +A013CB Fiberhome Telecommunication Technologies Co.,LTD +20635F Abeeway +E00370 ShenZhen Continental Wireless Technology Co., Ltd. +709C8F Nero AG +807459 K's Co.,Ltd. +CC9635 LVS Co.,Ltd. +700136 FATEK Automation Corporation +E03560 Challenger Supply Holdings, LLC +0CB5DE Alcatel Lucent +E4CE70 Health & Life co., Ltd. +EC5A86 Yulong Computer Telecommunication Scientific (Shenzhen) Co.,Ltd +F87AEF Rosonix Technology, Inc. +C43ABE Sony Mobile Communications AB +18B169 Sonicwall +1CC72D Shenzhen Huapu Digital CO.,Ltd +38D82F zte corporation +C8D779 Qingdao Haier Telecom Co.,Ltd +2CA2B4 Fortify Technologies, LLC +D87495 zte corporation +8C873B Leica Camera AG +28E476 Pi-Coral +9C685B Octonion SA +ACABBF AthenTek Inc. +5C41E7 Wiatec International Ltd. +DC0914 Talk-A-Phone Co. +142971 NEMOA ELECTRONICS (HK) CO. LTD +B47356 Hangzhou Treebear Networking Co., Ltd. +D88D5C Elentec +50ADD5 Dynalec Corporation +28D98A Hangzhou Konke Technology Co.,Ltd. +BC4DFB Hitron Technologies. Inc +40EACE FOUNDER BROADBAND NETWORK SERVICE CO.,LTD +10C67E SHENZHEN JUCHIN TECHNOLOGY CO., LTD +3C4937 ASSMANN Electronic GmbH +904506 Tokyo Boeki Medisys Inc. +80A85D Osterhout Design Group +9C6C15 Microsoft Corporation +EC74BA Hirschmann Automation and Control GmbH +683C7D Magic Intelligence Technology Limited +60128B CANON INC. +ECBAFE GIROPTIC +E8447E Bitdefender SRL +84C3E8 Vaillant GmbH +B88EC6 Stateless Networks +146B72 Shenzhen Fortune Ship Technology Co., Ltd. +40A5EF Shenzhen Four Seas Global Link Network Technology Co., Ltd. +7C7A53 Phytrex Technology Corp. +4886E8 Microsoft Corporation +88E161 Art Beijing Science and Technology Development Co., Ltd. +B4A9FE GHIA Technology (Shenzhen) LTD +700FC7 SHENZHEN IKINLOOP TECHNOLOGY CO.,LTD. +EC8009 NovaSparks +64002D Powerlinq Co., LTD +101218 Korins Inc. +B04515 mira fitness,LLC. +307512 Sony Mobile Communications AB +A49D49 Ketra, Inc. +C09879 Acer Inc. +1C9ECB Beijing Nari Smartchip Microelectronics Company Limited +D48DD9 Meld Technology, Inc +2C3796 CYBO CO.,LTD. +9470D2 WINFIRM TECHNOLOGY +2C2997 Microsoft Corporation +4CE2F1 sclak srl +344DEA zte corporation +908C09 Total Phase +1C7E51 3bumen.com +380E7B V.P.S. Thai Co., Ltd +38F33F TATSUNO CORPORATION +28A5EE Shenzhen SDGI CATV Co., Ltd +94CE31 CTS Limited +4CBB58 Chicony Electronics Co., Ltd. +C40006 Lipi Data Systems Ltd. +789CE7 Shenzhen Aikede Technology Co., Ltd +5C2ED2 ABC(XiSheng) Electronics Co.,Ltd +D8F710 Libre Wireless Technologies Inc. +68F728 LCFC(HeFei) Electronics Technology co., ltd +DCEC06 Heimi Network Technology Co., Ltd. +8870EF SC Professional Trading Co., Ltd. +102F6B Microsoft Corporation +ACB74F METEL s.r.o. +CCF538 3isysnetworks +04DEDB Rockport Networks Inc +68F06D ALONG INDUSTRIAL CO., LIMITED +54F876 ABB AG +84930C InCoax Networks Europe AB +D47B35 NEO Monitors AS +D8FB11 AXACORE +C8D019 Shanghai Tigercel Communication Technology Co.,Ltd +18A958 PROVISION THAI CO., LTD. +D8DECE ISUNG CO.,LTD +2053CA Risk Technology Ltd +142BD6 Guangdong Appscomm Co.,Ltd +B025AA Private +408256 Continental Automotive GmbH +D866EE BOXIN COMMUNICATION CO.,LTD. +3C189F Nokia Corporation +2829CC Corsa Technology Incorporated +FC790B Hitachi High Technologies America, Inc. +28E6E9 SIS Sat Internet Services GmbH +BC4E5D ZhongMiao Technology Co., Ltd. +08F728 GLOBO Multimedia Sp. z o.o. Sp.k. +70720D Lenovo Mobile Communication Technology Ltd. +8401A7 Greyware Automation Products, Inc +C4C9EC Gugaoo HK Limited +F406A5 Hangzhou Bianfeng Networking Technology Co., Ltd. +4C3909 HPL Electric & Power Private Limited +7CFE4E Shenzhen Safe vision Technology Co.,LTD +54EF92 Shenzhen Elink Technology Co., LTD +800E24 ForgetBox +FCE186 A3M Co., LTD +CCB691 NECMagnusCommunications +40167E ASUSTek COMPUTER INC. +C89F1D SHENZHEN COMMUNICATION TECHNOLOGIES CO.,LTD +983713 PT.Navicom Indonesia +ACA919 TrekStor GmbH +84850A Hella Sonnen- und Wetterschutztechnik GmbH +183009 Woojin Industrial Systems Co., Ltd. +6081F9 Helium Systems, Inc +34C5D0 Hagleitner Hygiene International GmbH +74DBD1 Ebay Inc +3431C4 AVM GmbH +DC537C Compal Broadband Networks, Inc. +A00627 NEXPA System +303335 Boosty +18D5B6 SMG Holdings LLC +C8FF77 Dyson Limited +DCF110 Nokia Corporation +54DF00 Ulterius Technologies, LLC +E01D38 Beijing HuaqinWorld Technology Co.,Ltd +D80CCF C.G.V. S.A.S. +143DF2 Beijing Shidai Hongyuan Network Communication Co.,Ltd +B0D59D Shenzhen Zowee Technology Co., Ltd +C4913A Shenzhen Sanland Electronic Co., ltd. +A46032 MRV Communications (Networks) LTD +205A00 Coval +0C2026 noax Technologies AG +880FB6 Jabil Circuits India Pvt Ltd,-EHTP unit +C4626B ZPT Vigantice +74F85D Berkeley Nucleonics Corp +48EE07 Silver Palm Technologies LLC +9CFBF1 MESOMATIC GmbH & Co.KG +94C014 Sorter Sp. j. Konrad Grzeszczyk MichaA, Ziomek +1027BE TVIP +2087AC AES motomation +A824EB ZAO NPO Introtest +447E76 Trek Technology (S) Pte Ltd +E8FC60 ELCOM Innovations Private Limited +1CFCBB Realfiction ApS +B0EC8F GMX SAS +C40E45 ACK Networks,Inc. +5C254C Avire Global Pte Ltd +7C1A03 8Locations Co., Ltd. +481842 Shanghai Winaas Co. Equipment Co. Ltd. +D09C30 Foster Electric Company, Limited +78FEE2 Shanghai Diveo Technology Co., Ltd +386C9B Ivy Biomedical +E44C6C Shenzhen Guo Wei Electronic Co,. Ltd. +008B43 RFTECH +2C957F zte corporation +242642 SHARP Corporation. +282246 Beijing Sinoix Communication Co., LTD +FC1607 Taian Technology(Wuxi) Co.,Ltd. +CC89FD Nokia Corporation +E86183 Black Diamond Advanced Technology, LLC +C4824E Changzhou Uchip Electronics Co., LTD. +24A87D Panasonic Automotive Systems Asia Pacific(Thailand)Co.,Ltd. +78EC74 Kyland-USA +28C825 DellKing Industrial Co., Ltd +64E892 Morio Denki Co., Ltd. +086DF2 Shenzhen MIMOWAVE Technology Co.,Ltd +48D0CF Universal Electronics, Inc. +DCC793 Nokia Corporation +E03F49 ASUSTek COMPUTER INC. +D8EE78 Moog Protokraft +F4B6E5 TerraSem Co.,Ltd +28BB59 RNET Technologies, Inc. +7C8D91 Shanghai Hongzhuo Information Technology co.,LTD +A881F1 BMEYE B.V. +241148 Entropix, LLC +30B5C2 TP-LINK TECHNOLOGIES CO.,LTD. +F85C45 IC Nexus Co. Ltd. +04DB8A Suntech International Ltd. +083F76 Intellian Technologies, Inc. +D0634D Meiko Maschinenbau GmbH & Co. KG +889CA6 BTB Korea INC +B0DA00 CERA ELECTRONIQUE +447098 MING HONG TECHNOLOGY (SHEN ZHEN) LIMITED +00EEBD HTC Corporation +48B5A7 Glory Horse Industries Ltd. +DC5E36 Paterson Technology +50E0C7 TurControlSystme AG +9CD643 D-Link International +28FC51 The Electric Controller and Manufacturing Co., LLC +34A5E1 Sensorist ApS +A4E9A3 Honest Technology Co., Ltd +C4E92F AB Sciex +9C216A TP-LINK TECHNOLOGIES CO.,LTD. +F862AA xn systems +A4059E STA Infinity LLP +6C15F9 Nautronix Limited +680AD7 Yancheng Kecheng Optoelectronic Technology Co., Ltd +BC8893 VILLBAU Ltd. +643F5F Exablaze +E8F226 MILLSON CUSTOM SOLUTIONS INC. +7060DE LaVision GmbH +FCFE77 Hitachi Reftechno, Inc. +70533F Alfa Instrumentos Eletronicos Ltda. +448A5B Micro-Star INT'L CO., LTD. +68193F Digital Airways +5CD61F Qardio, Inc +902083 General Engine Management Systems Ltd. +14B126 Industrial Software Co +C03580 A&R TECH +1446E4 AVISTEL +907990 Benchmark Electronics Romania SRL +C49380 Speedytel technology +B4A82B Histar Digital Electronics Co., Ltd. +60A9B0 Merchandising Technologies, Inc +007DFA Volkswagen Group of America +6024C1 Jiangsu Zhongxun Electronic Technology Co., Ltd +6C5AB5 TCL Technoly Electronics (Huizhou) Co., Ltd. +88789C Game Technologies SA +18AA45 Fon Technology +549359 SHENZHEN TWOWING TECHNOLOGIES CO.,LTD. +284430 GenesisTechnical Systems (UK) Ltd +9843DA INTERTECH +B07908 Cummings Engineering +04CB1D Traka plc +B87AC9 Siemens Ltd. +B0989F LG CNS +3C300C Dewar Electronics Pty Ltd +78B5D2 Ever Treasure Industrial Limited +A409CB Alfred Kaercher GmbH & Co KG +C445EC Shanghai Yali Electron Co.,LTD +E8611F Dawning Information Industry Co.,Ltd +0CA694 Sunitec Enterprise Co.,Ltd +146080 zte corporation +986CF5 zte corporation +78491D The Will-Burt Company +74D435 GIGA-BYTE TECHNOLOGY CO.,LTD. +840F45 Shanghai GMT Digital Technologies Co., Ltd +D8270C MaxTronic International Co., Ltd. +E80410 Private +8C088B Remote Solution +A47760 Nokia Corporation +24A495 Thales Canada Inc. +883612 SRC Computers, LLC +E0A198 NOJA Power Switchgear Pty Ltd +CC7B35 zte corporation +04D437 ZNV +CCF407 EUKREA ELECTROMATIQUE SARL +BC2BD7 Revogi Innovation Co., Ltd. +24ECD6 CSG Science & Technology Co.,Ltd.Hefei +102279 ZeroDesktop, Inc. +CC4AE1 fourtec -Fourier Technologies +A4895B ARK INFOSOLUTIONS PVT LTD +38EC11 Novatek Microelectronics Corp. +A8CCC5 Saab AB (publ) +988E4A NOXUS(BEIJING) TECHNOLOGY CO.,LTD +1C4158 Gemalto M2M GmbH +541B5D Techno-Innov +78CB33 DHC Software Co.,Ltd +507691 Tekpea, Inc. +A4C0C7 ShenZhen Hitom Communication Technology Co..LTD +EC2257 JiangSu NanJing University Electronic Information Technology Co.,Ltd +341A4C SHENZHEN WEIBU ELECTRONICS CO.,LTD. +A09BBD Total Aviation Solutions Pty Ltd +E8481F Advanced Automotive Antennas +18D6CF Kurth Electronic GmbH +E07F88 EVIDENCE Network SIA +1C7CC7 Coriant GmbH +542CEA PROTECTRON +00C5DB Datatech Sistemas Digitales Avanzados SL +109AB9 Tosibox Oy +F842FB Yasuda Joho Co.,ltd. +887398 K2E Tekpoint +68EE96 Cisco SPVTG +FC6018 Zhejiang Kangtai Electric Co., Ltd. +303EAD Sonavox Canada Inc +444A65 Silverflare Ltd. +50A0BF Alba Fiber Systems Inc. +3C977E IPS Technology Limited +F02405 OPUS High Technology Corporation +D8B04C Jinan USR IOT Technology Co., Ltd. +646EEA Iskratel d.o.o. +043D98 ChongQing QingJia Electronics CO.,LTD +E8BB3D Sino Prime-Tech Limited +98CDB4 Virident Systems, Inc. +54E3B0 JVL Industri Elektronik +640B4A Digital Telecom Technology Limited +F42012 Cuciniale GmbH +4C21D0 Sony Mobile Communications AB +18104E CEDINT-UPM +2C7B84 OOO Petr Telegin +540536 Vivago Oy +E0FAEC Platan sp. z o.o. sp. k. +F08EDB VeloCloud Networks +B8DC87 IAI Corporation +7C6FF8 ShenZhen ACTO Digital Video Technology Co.,Ltd. +8C4B59 3D Imaging & Simulations Corp +A4FB8D Hangzhou Dunchong Technology Co.Ltd +0075E1 Ampt, LLC +CC04B4 Select Comfort +284FCE Liaoning Wontel Science and Technology Development Co.,Ltd. +0CC81F Summer Infant, Inc. +D86960 Steinsvik +442AFF E3 Technology, Inc. +0C9301 PT. Prasimax Inovasi Teknologi +60699B isepos GmbH +B830A8 Road-Track Telematics Development +542160 Resolution Products +88462A Telechips Inc. +A897DC IBM +E8DE27 TP-LINK TECHNOLOGIES CO.,LTD. +FC229C Han Kyung I Net Co.,Ltd. +148692 TP-LINK TECHNOLOGIES CO.,LTD. +1832A2 LAON TECHNOLOGY CO., LTD. +985C93 SBG Systems SAS +64E599 EFM Networks +F499AC WEBER Schraubautomaten GmbH +8CC7D0 zhejiang ebang communication co.,ltd +70820E as electronics GmbH +DC2BCA Zera GmbH +508D6F CHAHOO Limited +68831A Pandora Mobility Corporation +D4223F Lenovo Mobile Communication Technology Ltd. +0868D0 Japan System Design +103DEA HFC Technology (Beijing) Ltd. Co. +2C7B5A Milper Ltd +185AE8 Zenotech.Co.,Ltd +E0AEED LOENK +D4EE07 HIWIFI Co., Ltd. +908260 IEEE 1904.1 Working Group +FCAD0F QTS NETWORKS +984C04 Zhangzhou Keneng Electrical Equipment Co Ltd +CC047C G-WAY Microwave +44F849 Union Pacific Railroad +1CFA68 TP-LINK TECHNOLOGIES CO.,LTD. +D0BE2C CNSLink Co., Ltd. +281878 Microsoft Corporation +E457A8 Stuart Manufacturing, Inc. +2481AA KSH International Co., Ltd. +789966 Musilab Electronics (DongGuan)Co.,Ltd. +EC2C49 University of Tokyo +CC5D57 Information System Research Institute,Inc. +1C37BF Cloudium Systems Ltd. +249504 SFR +308999 Guangdong East Power Co., +D4A499 InView Technology Corporation +AC4122 Eclipse Electronic Systems Inc. +A073FC Rancore Technologies Private Limited +846223 Shenzhen Coship Electronics Co., Ltd. +A4E991 SISTEMAS AUDIOVISUALES ITELSIS S.L. +84F493 OMS spol. s.r.o. +386793 Asia Optical Co., Inc. +BCD177 TP-LINK TECHNOLOGIES CO.,LTD. +C8B373 Cisco-Linksys, LLC +983071 DAIKYUNG VASCOM +0C0400 Jantar d.o.o. +C04301 Epec Oy +687CD5 Y Soft Corporation, a.s. +E07C62 Whistle Labs, Inc. +FC4499 Swarco LEA d.o.o. +0C8484 Zenovia Electronics Inc. +5CF370 CC&C Technologies, Inc +A01C05 NIMAX TELECOM CO.,LTD. +F80DEA ZyCast Technology Inc. +1800DB Fitbit Inc. +50A715 Aboundi, Inc. +FC35E6 Visteon corp +D866C6 Shenzhen Daystar Technology Co.,ltd +1836FC Elecsys International Corporation +F48139 CANON INC. +D40BB9 Solid Semecs bv. +748E08 Bestek Corp. +B8C855 Shanghai GBCOM Communication Technology Co.,Ltd. +C47DFE A.N. Solutions GmbH +E031D0 SZ Telstar CO., LTD +70C6AC Bosch Automotive Aftermarket +2C69BA RF Controls, LLC +DC5726 Power-One +2C245F Babolat VS +D464F7 CHENGDU USEE DIGITAL TECHNOLOGY CO., LTD +A47ACF VIBICOM COMMUNICATIONS INC. +CC3C3F SA.S.S. Datentechnik AG +905692 Autotalks Ltd. +0C2AE7 Beijing General Research Institute of Mining and Metallurgy +DCD52A Sunny Heart Limited +C4C755 Beijing HuaqinWorld Technology Co.,Ltd +9C79AC Suntec Software(Shanghai) Co., Ltd. +F8DFA8 zte corporation +ACA430 Peerless AV +B4AB2C MtM Technology Corporation +74372F Tongfang Shenzhen Cloudcomputing Technology Co.,Ltd +BC51FE Swann communications Pty Ltd +D40FB2 Applied Micro Electronics AME bv +74FE48 ADVANTECH CO., LTD. +D0B498 Robert Bosch LLC Automotive Electronics +80B95C ELFTECH Co., Ltd. +E85AA7 LLC Emzior +242FFA Toshiba Global Commerce Solutions +A0BAB8 Pixon Imaging +9CE1D6 Junger Audio-Studiotechnik GmbH +E4E409 LEIFHEIT AG +004D32 Andon Health Co.,Ltd. +C46DF1 DataGravity +28D244 LCFC(HeFei) Electronics Technology Co., Ltd. +ACE87E Bytemark Computer Consulting Ltd +60CDC5 Taiwan Carol Electronics., Ltd +60C5A8 Beijing LT Honway Technology Co.,Ltd +B4DF3B Chromlech +A46E79 DFT System Co.Ltd +94DE80 GIGA-BYTE TECHNOLOGY CO.,LTD. +C88A83 Dongguan HuaHong Electronics Co.,Ltd +0CC655 Wuxi YSTen Technology Co.,Ltd. +D410CF Huanshun Network Science and Technology Co., Ltd. +B80415 Bayan Audio +84C8B1 Incognito Software Systems Inc. +645A04 Chicony Electronics Co., Ltd. +5C89D4 Beijing Banner Electric Co.,Ltd +984CD3 Mantis Deposition +8C4CDC PLANEX COMMUNICATIONS INC. +D063B4 SolidRun Ltd. +2C3BFD Netstor Technology Co., Ltd. +F073AE PEAK-System Technik +684CA8 Shenzhen Herotel Tech. Co., Ltd. +F4472A Nanjing Rousing Sci. and Tech. Industrial Co., Ltd +185253 Pixord Corporation +FCA9B0 MIARTECH (SHANGHAI),INC. +80D733 QSR Automations, Inc. +8C3330 EmFirst Co., Ltd. +08E5DA NANJING FUJITSU COMPUTER PRODUCTS CO.,LTD. +5884E4 IP500 Alliance e.V. +04E9E5 PJRC.COM, LLC +703811 Invensys Rail +ACE64B Shenzhen Baojia Battery Technology Co., Ltd. +303294 W-IE-NE-R Plein & Baus GmbH +EC473C Redwire, LLC +5481AD Eagle Research Corporation +7C822D Nortec +745FAE TSL PPL +8462A6 EuroCB (Phils), Inc. +80FA5B CLEVO CO. +E4F365 Time-O-Matic, Inc. +18550F Cisco SPVTG +1C9179 Integrated System Technologies Ltd +38F597 home2net GmbH +386645 OOSIC Technology CO.,Ltd +D0DFB2 Genie Networks Limited +808B5C Shenzhen Runhuicheng Technology Co., Ltd +04586F Sichuan Whayer information industry Co.,LTD +449B78 The Now Factory +D052A8 Physical Graph Corporation +34F62D SHARP Corporation +C4EBE3 RRCN SAS +4C1A95 Novakon Co., Ltd. +C04A00 TP-LINK TECHNOLOGIES CO.,LTD. +9C3178 Foshan Huadian Intelligent Communications Teachnologies Co.,Ltd +48BE2D Symanitron +B86091 Onnet Technologies and Innovations LLC +201A06 COMPAL INFORMATION (KUNSHAN) CO., LTD. +D4CA6E u-blox AG +C011A6 Fort-Telecom ltd. +B8DAF1 Strahlenschutz- Entwicklungs- und Ausruestungsgesellschaft mbH +1C11E1 Wartsila Finland Oy +50465D ASUSTek COMPUTER INC. +74BFA1 HYUNTECK +F8AA8A Axview Technology (Shenzhen) Co.,Ltd +5894CF Vertex Standard LMR, Inc. +2C5AA3 PROMATE ELECTRONIC CO.LTD +B4009C CableWorld Ltd. +803FD6 bytes at work AG +645FFF Nicolet Neuro +2829D9 GlobalBeiMing technology (Beijing)Co. Ltd +189A67 CSE-Servelec Limited +38A5B6 SHENZHEN MEGMEET ELECTRICAL CO.,LTD +E43FA2 Wuxi DSP Technologies Inc. +00FD4C NEVATEC +6045BD Microsoft +9C54CA Zhengzhou VCOM Science and Technology Co.,Ltd +388AB7 ITC Networks +BCC23A Thomson Video Networks +00BF15 Genetec Inc. +20F85E Delta Electronics +68CE4E L-3 Communications Infrared Products +68B6FC Hitron Technologies. Inc +7C160D Saia-Burgess Controls AG +A4D18F Shenzhen Skyee Optical Fiber Communication Technology Ltd. +0C565C HyBroad Vision (Hong Kong) Technology Co Ltd +649FF7 Kone OYj +4C068A Basler Electric Company +E0A30F Pevco +5C1737 I-View Now, LLC. +049C62 BMT Medical Technology s.r.o. +C4BA99 I+ME Actia Informatik und Mikro-Elektronik GmbH +0C2A69 electric imp, incorporated +BC811F Ingate Systems +34E0CF zte corporation +6C40C6 Nimbus Data Systems, Inc. +503F56 Syncmold Enterprise Corp +D04CC1 SINTRONES Technology Corp. +DC9FA4 Nokia Corporation +44C39B OOO RUBEZH NPO +58C232 NEC Corporation +D8C691 Hichan Technology Corp. +7C02BC Hansung Electronics Co. LTD +1848D8 Fastback Networks +702393 fos4X GmbH +D8AFF1 Panasonic Appliances Company +58ECE1 Newport Corporation +14358B Mediabridge Products, LLC. +34996F VPI Engineering +241064 Shenzhen Ecsino Tecnical Co. Ltd +10D1DC INSTAR Deutschland GmbH +D8160A Nippon Electro-Sensory Devices +F45433 Rockwell Automation +EC9327 MEMMERT GmbH + Co. KG +1C43EC JAPAN CIRCUIT CO.,LTD +BC28D6 Rowley Associates Limited +F05F5A Getriebebau NORD GmbH and Co. KG +009569 LSD Science and Technology Co.,Ltd. +34C803 Nokia Corporation +5011EB SilverNet Ltd +5CD41B UCZOON Technology Co., LTD +783CE3 Kai-EE +0868EA EITO ELECTRONICS CO., LTD. +5C4A26 Enguity Technology Corp +289EDF Danfoss Turbocor Compressors, Inc +50053D CyWee Group Ltd +4C64D9 Guangdong Leawin Group Co., Ltd +7CB03E OSRAM GmbH +14B1C8 InfiniWing, Inc. +C0493D MAITRISE TECHNOLOGIQUE +34A7BA Fischer International Systems Corporation +ACD364 ABB SPA, ABB SACE DIV. +38F8B7 V2COM PARTICIPACOES S.A. +B48255 Research Products Corporation +2C750F Shanghai Dongzhou-Lawton Communication Technology Co. Ltd. +B40418 Smartchip Integrated Inc. +F4EA67 Cisco Systems, Inc +D0AEEC Alpha Networks Inc. +3C98BF Quest Controls, Inc. +D05785 Pantech Co., Ltd. +045C06 Zmodo Technology Corporation +504A5E Masimo Corporation +38BF33 NEC CASIO Mobile Communications +A041A7 NL Ministry of Defense +342F6E Anywire corporation +E86D6E voestalpine SIGNALING Fareham Ltd. +F8D462 Pumatronix Equipamentos Eletronicos Ltda. +5453ED Sony Corporation +940070 Nokia Corporation +6C3A84 Shenzhen Aero-Startech. Co.Ltd +442B03 Cisco Systems, Inc +781C5A SHARP Corporation +E4C6E6 Mophie, LLC +502D1D Nokia Corporation +BCEA2B CityCom GmbH +944444 LG Innotek +E4C806 Ceiec Electric Technology Inc. +18B591 I-Storm +A45630 Cisco Systems, Inc +002AAF LARsys-Automation GmbH +60F3DA Logic Way GmbH +A06D09 Intelcan Technosystems Inc. +BC1401 Hitron Technologies. Inc +68D925 ProSys Development Services +B41DEF Internet Laboratories, Inc. +284121 OptiSense Network, LLC +5057A8 Cisco Systems, Inc +38458C MyCloud Technology corporation +0C9D56 Consort Controls Ltd +3CCE73 Cisco Systems, Inc +A47C14 ChargeStorm AB +F4600D Panoptic Technology, Inc +ACCF23 Hi-flying electronics technology Co.,Ltd +C08170 Effigis GeoSolutions +78C4AB Shenzhen Runsil Technology Co.,Ltd +709A0B Italian Institute of Technology +240917 Devlin Electronics Limited +DC37D2 Hunan HKT Electronic Technology Co., Ltd +5076A6 Ecil Informatica Ind. Com. Ltda +B431B8 Aviwest +241125 Hutek Co., Ltd. +0036FE SuperVision +CC187B Manzanita Systems, Inc. +38B12D Sonotronic Nagel GmbH +8020AF Trade FIDES, a.s. +50D274 Steffes Corporation +48D54C Jeda Networks +3497FB ADVANCED RF TECHNOLOGIES INC +C46413 Cisco Systems, Inc +143AEA Dynapower Company LLC +9CA134 Nike, Inc. +B4D8A9 BetterBots +7CC8D7 Damalisk +0091FA Synapse Product Development +A05AA4 Grand Products Nevada, Inc. +24C0B3 RSF +E00B28 Inovonics +500B32 Foxda Technology Industrial(ShenZhen)Co.,LTD +302DE8 JDA, LLC (JDA Systems) +70CA9B Cisco Systems, Inc +2C3F38 Cisco Systems, Inc +803F5D Winstars Technology Ltd +780738 Z.U.K. Elzab S.A. +640E36 TAZTAG +70EE50 Netatmo +EC63E5 ePBoard Design LLC +60B606 Phorus +F4E6D7 Solar Power Technologies, Inc. +78DDD6 c-scape +984A47 CHG Hospital Beds +3C6A7D Niigata Power Systems Co., Ltd. +FC455F JIANGXI SHANSHUI OPTOELECTRONIC TECHNOLOGY CO.,LTD +3C7059 MakerBot Industries +F8FE5C Reciprocal Labs Corp +6C9CED Cisco Systems, Inc +94E0D0 HealthStream Taiwan Inc. +DCF858 Lorent Networks, Inc. +A05E6B MELPER Co., Ltd. +30B3A2 Shenzhen Heguang Measurement & Control Technology Co.,Ltd +F0007F Janz - Contadores de Energia, SA +CC944A Pfeiffer Vacuum GmbH +0C8525 Cisco Systems, Inc +BCE59F WATERWORLD Technology Co.,LTD +1C5C55 PRIMA Cinema, Inc +082522 ADVANSEE +4C2F9D ICM Controls +E467BA Danish Interpretation Systems A/S +BCFE8C Altronic, LLC +24BBC1 Absolute Analysis +7CDD11 Chongqing MAS SCI&TECH.Co.,Ltd +C43C3C CYBELEC SA +00D632 GE Energy +C40ACB Cisco Systems, Inc +7463DF VTS GmbH +3828EA Fujian Netcom Technology Co., LTD +2CEE26 Petroleum Geo-Services +DC3E51 Solberg & Andersen AS +D8B90E Triple Domain Vision Co.,Ltd. +7C4B78 Red Sun Synthesis Pte Ltd +28D1AF Nokia Corporation +68BC0C Cisco Systems, Inc +2C9EFC CANON INC. +98C845 PacketAccess +988217 Disruptive Ltd +80FFA8 UNIDIS +489BE2 SCI Innovations Ltd +B0E50E NRG SYSTEMS INC +4C5FD2 Alcatel-Lucent +E878A1 BEOVIEW INTERCOM DOO +3057AC IRLAB LTD. +28AF0A Sirius XM Radio Inc +2486F4 Ctek, Inc. +3CE5B4 KIDASEN INDUSTRIA E COMERCIO DE ANTENAS LTDA +A85BF3 Audivo GmbH +344F69 EKINOPS SAS +C02973 Audyssey Laboratories Inc. +30168D ProLon +B451F9 NB Software +30688C Reach Technology Inc. +88F488 cellon communications technology(shenzhen)Co.,Ltd. +0041B4 Wuxi Zhongxing Optoelectronics Technology Co.,Ltd. +D453AF VIGO System S.A. +1CE192 Qisda Corporation +20C8B3 SHENZHEN BUL-TECH CO.,LTD. +58B0D4 ZuniData Systems Inc. +64557F NSFOCUS Information Technology Co., Ltd. +406AAB RIM +248707 SEnergy Corporation +EC3F05 Institute 706, The Second Academy China Aerospace Science & Industry Corp +C4C19F National Oilwell Varco Instrumentation, Monitoring, and Optimization (NOV IMO) +68CD0F U Tek Company Limited +D4CEB8 Enatel LTD +ECF236 NEOMONTANA ELECTRONICS +E4A5EF TRON LINK ELECTRONICS CO., LTD. +AC4AFE Hisense Broadband Multimedia Technology Co.,Ltd. +2C1EEA AERODEV +FC6C31 LXinstruments GmbH +3C6F45 Fiberpro Inc. +B4FC75 SEMA Electronics(HK) CO.,LTD +5C16C7 Big Switch Networks +B0BF99 WIZITDONGDO +147DB3 JOA TELECOM.CO.,LTD +3CD16E Telepower Communication Co., Ltd +00077D Cisco Systems, Inc +1045BE Norphonic AS +A0E295 DAT System Co.,Ltd +40F14C ISE Europe SPRL +98293F Fujian Start Computer Equipment Co.,Ltd +70D4F2 RIM +9067F3 Alcatel Lucent +64D912 Solidica, Inc. +8C5CA1 d-broad,INC +C8F981 Seneca s.r.l. +703187 ACX GmbH +14307A Avermetrics +8C7EB3 Lytro, Inc. +587675 Beijing ECHO Technologies Co.,Ltd +78EF4C Unetconvergence Co., Ltd. +E8DA96 Zhuhai Tianrui Electrical Power Tech. Co., Ltd. +6CA780 Nokia Corporation +04888C Eifelwerk Butler Systeme GmbH +1013EE Justec International Technology INC. +704642 CHYNG HONG ELECTRONIC CO., LTD. +78BEB6 Enhanced Vision +ECEA03 DARFON LIGHTING CORP +C8903E Pakton Technologies +7465D1 Atlinks +301A28 Mako Networks Ltd +D4945A COSMO CO., LTD +5CF207 Speco Technologies +B01B7C Ontrol A.S. +D47B75 HARTING Electronics GmbH +70E843 Beijing C&W Optical Communication Technology Co.,Ltd. +08ACA5 Benu Video, Inc. +D89DB9 eMegatech International Corp. +405A9B ANOVO +ACCA54 Telldus Technologies AB +CC1EFF Metrological Group BV +941673 Point Core SARL +6C5D63 ShenZhen Rapoo Technology Co., Ltd. +E4D71D Oraya Therapeutics +C8FE30 Bejing DAYO Mobile Communication Technology Ltd. +64B64A ViVOtech, Inc. +DCA7D9 Compressor Controls Corp +C455A6 Cadac Holdings Ltd +BCBBC9 Kellendonk Elektronik GmbH +781DFD Jabil Inc +103711 Simlink AS +601199 Siama Systems Inc +300B9C Delta Mobile Systems, Inc. +90EA60 SPI Lasers Ltd +D46F42 WAXESS USA Inc +B0A72A Ensemble Designs, Inc. +50795B Interexport Telecomunicaciones S.A. +E8C229 H-Displays (MSC) Bhd +B0BDA1 ZAKLAD ELEKTRONICZNY SIMS +8C4435 Shanghai BroadMobi Communication Technology Co., Ltd. +24B8D2 Opzoon Technology Co.,Ltd. +24CBE7 MYK, Inc. +88BFD5 Simple Audio Ltd +948B03 EAGET Innovation and Technology Co., Ltd. +802DE1 Solarbridge Technologies +F081AF IRZ AUTOMATION TECHNOLOGIES LTD +14EB33 BSMediasoft Co., Ltd. +AC8674 Open Mesh, Inc. +14A9E3 MST CORPORATION +589835 Technicolor +50D6D7 Takahata Precision +B4A5A9 MODI GmbH +D09B05 Emtronix +98EC65 Cosesy ApS +900917 Far-sighted mobile +88F077 Cisco Systems, Inc +AC4723 Genelec +20B7C0 OMICRON electronics GmbH +D42C3D Sky Light Digital Limited +806CBC NET New Electronic Technology GmbH +1C184A ShenZhen RicherLink Technologies Co.,LTD +04E662 Acroname Inc. +F0BF97 Sony Corporation +C44AD0 FIREFLIES SYSTEMS +88E0A0 Shenzhen VisionSTOR Technologies Co., Ltd +6879ED SHARP Corporation +9CC0D2 Conductix-Wampfler GmbH +408BF6 Shenzhen TCL New Technology Co; Ltd. +447E95 Alpha and Omega, Inc +E8B748 Cisco Systems, Inc +DC16A2 Medtronic Diabetes +78CA04 Nokia Corporation +2C8BF2 Hitachi Metals America Ltd +58F98E SECUDOS GmbH +2826A6 PBR electronics GmbH +CC7669 SEETECH +E437D7 HENRI DEPAEPE S.A.S. +582F42 Universal Electric Corporation +AC20AA DMATEK Co., Ltd. +E0A1D7 SFR +28852D Touch Networks +F02A61 Waldo Networks, Inc. +B8415F ASP AG +2CB69D RED Digital Cinema +988E34 ZHEJIANG BOXSAM ELECTRONIC CO.,LTD +D44C24 Vuppalamritha Magnetic Components LTD +4CB4EA HRD (S) PTE., LTD. +34BDF9 Shanghai WDK Industrial Co.,Ltd. +74CE56 Packet Force Technology Limited Company +A89B10 inMotion Ltd. +888C19 Brady Corp Asia Pacific Ltd +747DB6 Aliwei Communications, Inc +B41489 Cisco Systems, Inc +AC6F4F Enspert Inc +8886A0 Simton Technologies, Ltd. +F0C88C LeddarTech Inc. +68EBC5 Angstrem Telecom +448C52 KTIS CO., Ltd +686359 Advanced Digital Broadcast SA +4018D7 Smartronix, Inc. +18922C Virtual Instruments +F80F84 Natural Security SAS +EC9ECD Artesyn Embedded Technologies +303955 Shenzhen Jinhengjia Electronic Co., Ltd. +FC5B24 Weibel Scientific A/S +34B571 PLDS +A862A2 JIWUMEDIA CO., LTD. +984E97 Starlight Marketing (H. K.) Ltd. +7C6ADB SafeTone Technology Co.,Ltd +EC986C Lufft Mess- und Regeltechnik GmbH +B0518E Holl technology CO.Ltd. +DCDECA Akyllor +A071A9 Nokia Corporation +8065E9 BenQ Corporation +845DD7 Shenzhen Netcom Electronics Co.,Ltd +447DA5 VTION INFORMATION TECHNOLOGY (FUJIAN) CO.,LTD +0CCDD3 EASTRIVER TECHNOLOGY CO., LTD. +B8E589 Payter BV +C89C1D Cisco Systems, Inc +503DE5 Cisco Systems, Inc +801440 Sunlit System Technology Corp +948D50 Beamex Oy Ab +94E226 D. ORtiz Consulting, LLC +386E21 Wasion Group Ltd. +D8C99D EA DISPLAY LIMITED +CCFC6D RIZ TRANSMITTERS +AC80D6 Hexatronic AB +9CF938 AREVA NP GmbH +500E6D TrafficCast International +1CFEA7 IDentytech Solutins Ltd. +D0B53D SEPRO ROBOTIQUE +A0DE05 JSC Irbis-T +8895B9 Unified Packet Systems Crop +78593E RAFI GmbH & Co.KG +684352 Bhuu Limited +3CC0C6 d&b audiotechnik GmbH +F8DAF4 Taishan Online Technology Co., Ltd. +D8E3AE CIRTEC MEDICAL SYSTEMS +A83944 Actiontec Electronics, Inc +FC1FC0 EURECAM +4891F6 Shenzhen Reach software technology CO.,LTD +EC14F6 BioControl AS +B8D06F GUANGZHOU HKUST FOK YING TUNG RESEARCH INSTITUTE +B4C44E VXL eTech Pvt Ltd +F0933A NxtConect +6052D0 FACTS Engineering +8C278A Vocollect Inc +FCAF6A Qulsar Inc +ECE555 Hirschmann Automation +DCD0F7 Bentek Systems Ltd. +D0574C Cisco Systems, Inc +8818AE Tamron Co., Ltd +20D607 Nokia Corporation +58DB8D Fast Co., Ltd. +18EF63 Cisco Systems, Inc +CCCE40 Janteq Corp +8C4DEA Cerio Corporation +ECFAAA The IMS Company +CC55AD RIM +F0F7B3 Phorm +E8757F FIRS Technologies(Shenzhen) Co., Ltd +C83EA7 KUNBUS GmbH +A8D3C8 Wachendorff Elektronik GmbH & Co. KG +E0CF2D Gemintek Corporation +68BDAB Cisco Systems, Inc +9CADEF Obihai Technology, Inc. +D08999 APCON, Inc. +4454C0 Thompson Aerospace +B4A4E3 Cisco Systems, Inc +90903C TRISON TECHNOLOGY CORPORATION +94DD3F A+V Link Technologies, Corp. +C8EE08 TANGTOP TECHNOLOGY CO.,LTD +7472F2 Chipsip Technology Co., Ltd. +5CD998 D-Link Corporation +D46CDA CSM GmbH +C4F464 Spica international +544A05 wenglor sensoric gmbh +5CCA32 Theben AG +84C7A9 C3PO S.A. +F8AC6D Deltenna Ltd +641084 HEXIUM Technical Development Co., Ltd. +C416FA Prysm Inc +E0C286 Aisai Communication Technology Co., Ltd. +D84B2A Cognitas Technologies, Inc. +684B88 Galtronics Telemetry Inc. +842914 EMPORIA TELECOM Produktions- und VertriebsgesmbH & Co KG +4C8B55 Grupo Digicon +04A3F3 Emicon +F866F2 Cisco Systems, Inc +7C55E7 YSI, Inc. +C02BFC iNES. applied informatics GmbH +AC34CB Shanhai GBCOM Communication Technology Co. Ltd +D4A928 GreenWave Reality Inc +9CFFBE OTSL Inc. +2CD1DA Sanjole, Inc. +100E2B NEC CASIO Mobile Communications +445EF3 Tonalite Holding B.V. +100C24 pomdevices, LLC +58F6BF Kyoto University +7CED8D Microsoft +54FDBF Scheidt & Bachmann GmbH +B40EDC LG-Ericsson Co.,Ltd. +A4D1D1 ECOtality North America +C8D5FE Shenzhen Zowee Technology Co., Ltd +C49313 100fio networks technology llc +A4A80F Shenzhen Coship Electronics Co., Ltd. +B8921D BG T&A +48FCB8 Woodstream Corporation +548922 Zelfy Inc +F8C091 Highgates Technology +6C5CDE SunReports, Inc. +241F2C Calsys, Inc. +284846 GridCentric Inc. +58B9E1 Crystalfontz America, Inc. +646707 Beijing Omnific Technology, Ltd. +D4000D Phoenix Broadband Technologies, LLC. +E87AF3 S5 Tech S.r.l. +40C7C9 Naviit Inc. +A0A763 Polytron Vertrieb GmbH +D496DF SUNGJIN C&T CO.,LTD +D07DE5 Forward Pay Systems, Inc. +7CEF18 Creative Product Design Pty. Ltd. +FCD4F6 Messana Air.Ray Conditioning s.r.l. +0CD696 Amimon Ltd +B43741 Consert, Inc. +F8FB2F Santur Corporation +2CCD43 Summit Technology Group +6C8D65 Wireless Glue Networks, Inc. +CCFCB1 Wireless Technology, Inc. +CC5C75 Weightech Com. Imp. Exp. Equip. Pesagem Ltda +A098ED Shandong Intelligent Optical Communication Development Co., Ltd. +34C69A Enecsys Ltd +502A8B Telekom Research and Development Sdn Bhd +F88DEF Tenebraex +EC43E6 AWCER Ltd. +F0EC39 Essec +5849BA Chitai Electronic Corp. +181714 DAEWOOIS +80B289 Forworld Electronics Ltd. +14A62C S.M. Dezac S.A. +A8F470 Fujian Newland Communication Science Technologies Co.,Ltd. +DC1D9F U & B tech +081651 SHENZHEN SEA STAR TECHNOLOGY CO.,LTD +DC49C9 CASCO SIGNAL LTD +B09134 Taleo +A863DF DISPLAIRE CORPORATION +104369 Soundmax Electronic Limited +C06C0F Dobbs Stanford +5475D0 Cisco Systems, Inc +BC6A16 tdvine +C8EF2E Beijing Gefei Tech. Co., Ltd +98DCD9 UNITEC Co., Ltd. +30525A NST Co., LTD +6089B7 KAEL MÜHENDİSLİK ELEKTRONİK TİCARET SANAYİ LİMİTED ŞİRKETİ +2CA780 True Technologies Inc. +545FA9 Teracom Limited +ECC882 Cisco Systems, Inc +A0B9ED Skytap +502DF4 Phytec Messtechnik GmbH +38E8DF b gmbh medien + datenbanken +10189E Elmo Motion Control +88FD15 LINEEYE CO., LTD +10445A Shaanxi Hitech Electronic Co., LTD +60B3C4 Elber Srl +04C880 Samtec Inc +884B39 Siemens AG, Healthcare Sector +44C233 Guangzhou Comet Technology Development Co.Ltd +B482FE ASKEY COMPUTER CORP +307C30 RIM +BC4E3C CORE STAFF CO., LTD. +80BAAC TeleAdapt Ltd +FC4463 Universal Audio, Inc +F06853 Integrated Corporation +10E6AE Source Technologies, LLC +A4ADB8 Vitec Group, Camera Dynamics Ltd +90A2DA GHEO SA +C41ECE HMI Sources Ltd. +BCD5B6 d2d technologies +1C8F8A Phase Motion Control SpA +A4B1EE H. ZANDER GmbH & Co. KG +486FD2 StorSimple Inc +D4F143 IPROAD.,Inc +CC5459 OnTime Networks AS +3CB17F Wattwatchers Pty Ld +00DB45 THAMWAY CO.,LTD. +A0231B TeleComp R&D Corp. +94C4E9 PowerLayer Microsystems HongKong Limited +8843E1 Cisco Systems, Inc +B4ED19 Pie Digital, Inc. +888717 CANON INC. +E0271A TTC Next-generation Home Network System WG +84C727 Gnodal Ltd +E4AB46 UAB Selteka +D479C3 Cameronet GmbH & Co. KG +945B7E TRILOBIT LTDA. +E85B5B LG ELECTRONICS INC +20D906 Iota, Inc. +404022 ZIV +74F726 Neuron Robotics +18FC9F Changhe Electronics Co., Ltd. +A438FC Plastic Logic +601D0F Midnite Solar +50A6E3 David Clark Company +549A16 Uzushio Electric Co.,Ltd. +4001C6 3COM EUROPE LTD +608D17 Sentrus Government Systems Division, Inc +80912A Lih Rong electronic Enterprise Co., Ltd. +8038FD LeapFrog Enterprises, Inc. +7072CF EdgeCore Networks +803B9A ghe-ces electronic ag +9CCD82 CHENG UEI PRECISION INDUSTRY CO.,LTD +C8AACC Private +003D41 Hatteland Computer AS +087618 ViE Technologies Sdn. Bhd. +A4AD00 Ragsdale Technology +2C1984 IDN Telecom, Inc. +3863F6 3NOD MULTIMEDIA(SHENZHEN)CO.,LTD +DCE2AC Lumens Digital Optics Inc. +98D88C Nortel Networks +C8873B Net Optics +B0E97E Advanced Micro Peripherals +D44CA7 Informtekhnika & Communication, LLC +202CB7 Kong Yue Electronics & Information Industry (Xinhui) Ltd. +68CC9C Mine Site Technologies +04B466 BSP Co., Ltd. +E41F13 IBM Corp +00271B Alec Sicherheitssysteme GmbH +002718 Suzhou NEW SEAUNION Video Technology Co.,Ltd +00270C Cisco Systems, Inc +00270B Adura Technologies +002705 Sectronic +002706 YOISYS +0026F9 S.E.M. srl +0026F3 SMC Networks +688540 IGI Mobile, Inc. +6465C0 Nuvon, Inc +F0DE71 Shanghai EDO Technologies Co.,Ltd. +28FBD3 Ragentek Technology Group +7C1EB3 2N TELEKOMUNIKACE a.s. +146E0A Private +1045F8 LNT-Automation GmbH +644F74 LENUS Co., Ltd. +787F62 GiK mbH +D4AAFF MICRO WORLD +C4FCE4 DishTV NZ Ltd +0CD7C2 Axium Technologies, Inc. +40F52E Leica Microsystems (Schweiz) AG +C02250 Private +64BC11 CombiQ AB +4097D1 BK Electronics cc +68AAD2 DATECS LTD., +0026EC Legrand Home Systems, Inc +0026E6 Visionhitech Co., Ltd. +0026E0 ASITEQ +0026DA Universal Media Corporation /Slovakia/ s.r.o. +0026D3 Zeno Information System +0026D4 IRCA SpA +0026CD PurpleComm, Inc. +10880F Daruma Telecomunicações e Informática S.A. +4C4B68 Mobile Device, Inc. +94BA31 Visiontec da Amazônia Ltda. +F45FF7 DQ Technology Inc. +60F13D JABLOCOM s.r.o. +0CEF7C AnaCom Inc +E08FEC REPOTEC CO., LTD. +D0D286 Beckman Coulter K.K. +1C0FCF Sypro Optics GmbH +0025AB AIO LCD PC BU / TPV +0025A4 EuroDesign embedded technologies GmbH +00259D Private +002598 Zhong Shan City Litai Electronic Industrial Co. Ltd +002591 NEXTEK, Inc. +00258C ESUS ELEKTRONIK SAN. VE DIS. TIC. LTD. STI. +002587 Vitality, Inc. 002581 x-star networks Inc. 002582 Maksat Technologies (P) Ltd -002583 CISCO SYSTEMS, INC. -002584 CISCO SYSTEMS, INC. -002585 KOKUYO S&T Co., Ltd. -002586 TP-LINK Technologies Co., Ltd. -002587 Vitality, Inc. -002588 Genie Industries, Inc. -002589 Hills Industries Limited -00258A Pole/Zero Corporation -00258B Mellanox Technologies Ltd -00258C ESUS ELEKTRONIK SAN. VE DIS. TIC. LTD. STI. -00258D Haier -00258E The Weather Channel -00258F Trident Microsystems, Inc. -002590 Super Micro Computer, Inc. -002591 NEXTEK, Inc. -002592 Guangzhou Shirui Electronic Co., Ltd -002593 DatNet Informatikai Kft. -002594 Eurodesign BG LTD -002595 Northwest Signal Supply, Inc -002596 GIGAVISION srl -002597 Kalki Communication Technologies -002598 Zhong Shan City Litai Electronic Industrial Co. Ltd -002599 Hedon e.d. B.V. -00259A CEStronics GmbH -00259B Beijing PKUNITY Microsystems Technology Co., Ltd -00259C Cisco-Linksys, LLC -00259D PRIVATE -00259E Huawei Technologies Co., Ltd. -00259F TechnoDigital Technologies GmbH -0025A0 Nintendo Co., Ltd. -0025A1 Enalasys -0025A2 Alta Definicion LINCEO S.L. -0025A3 Trimax Wireless, Inc. -0025A4 EuroDesign embedded technologies GmbH -0025A5 Walnut Media Network -0025A6 Central Network Solution Co., Ltd. -0025A7 Comverge, Inc. -0025A8 Kontron (BeiJing) Technology Co.,Ltd -0025A9 Shanghai Embedway Information Technologies Co.,Ltd -0025AA Beijing Soul Technology Co.,Ltd. -0025AB AIO LCD PC BU / TPV -0025AC I-Tech corporation -0025AD Manufacturing Resources International -0025AE Microsoft Corporation -0025AF COMFILE Technology -0025B0 Schmartz Inc -0025B1 Maya-Creation Corporation -0025B2 MBDA Deutschland GmbH -0025B3 Hewlett-Packard Company -0025B4 CISCO SYSTEMS, INC. -0025B5 CISCO SYSTEMS, INC. -0025B6 Telecom FM -0025B7 Costar electronics, inc., -0025B8 Agile Communications, Inc. -0025B9 Agilink Systems Corp. -0025BA Alcatel-Lucent IPD -0025BB INNERINT Co., Ltd. -0025BC Apple, Inc -0025BD Italdata Ingegneria dell'Idea S.p.A. -0025BE Tektrap Systems Inc. -0025BF Wireless Cables Inc. -0025C0 ZillionTV Corporation -0025C1 Nawoo Korea Corp. -0025C2 RingBell Co.,Ltd. -0025C3 Nortel Networks -0025C4 Ruckus Wireless -0025C5 Star Link Communication Pvt. Ltd. -0025C6 kasercorp, ltd -0025C7 altek Corporation -0025C8 S-Access GmbH -0025C9 SHENZHEN HUAPU DIGITAL CO., LTD -0025CA LS Research, LLC -0025CB Reiner SCT -0025CC Mobile Communications Korea Incorporated -0025CD Skylane Optics -0025CE InnerSpace -0025CF Nokia Danmark A/S -0025D0 Nokia Danmark A/S -0025D1 Eastern Asia Technology Limited -0025D2 InpegVision Co., Ltd -0025D3 AzureWave Technologies, Inc -0025D4 Fortress Technologies -0025D5 Robonica (Pty) Ltd +002578 JSC Concern Sozvezdie +00257D PointRed Telecom Private Ltd. +002577 D-BOX Technologies +002571 Zhejiang Tianle Digital Electric Co.,Ltd +00256A inIT - Institut Industrial IT +002565 Vizimax Inc. +00255E Shanghai Dare Technologies Co.,Ltd. +002558 MPEDIA +002635 Bluetechnix GmbH +00262F HAMAMATSU TOA ELECTRONICS +002623 JRD Communication Inc +002628 companytec automação e controle ltda. +00261C NEOVIA INC. +002615 Teracom Limited +002616 Rosemount Inc. +002610 Apacewave Technologies +002609 Phyllis Co., Ltd. +00268C StarLeaf Ltd. +002686 Quantenna Communcations, Inc. +002680 SIL3 Pty.Ltd +00267F Zenterio AB +00267A wuhan hongxin telecommunication technologies co.,ltd +002679 Euphonic Technologies, Inc. +002673 RICOH COMPANY,LTD. +00266D MobileAccess Networks 0025D6 The Kroger Co. -0025D7 CEDO -0025D8 KOREA MAINTENANCE -0025D9 DataFab Systems Inc. -0025DA Secura Key -0025DB ATI Electronics(Shenzhen) Co., LTD -0025DC Sumitomo Electric Networks, Inc -0025DD SUNNYTEK INFORMATION CO., LTD. -0025DE Probits Co., LTD. -0025DF PRIVATE -0025E0 CeedTec Sdn Bhd -0025E1 SHANGHAI SEEYOO ELECTRONIC & TECHNOLOGY CO., LTD -0025E2 Everspring Industry Co., Ltd. -0025E3 Hanshinit Inc. -0025E4 OMNI-WiFi, LLC -0025E5 LG Electronics Inc -0025E6 Belgian Monitoring Systems bvba -0025E7 Sony Ericsson Mobile Communications -0025E8 Idaho Technology -0025E9 i-mate Development, Inc. -0025EA Iphion BV -0025EB Reutech Radar Systems (PTY) Ltd -0025EC Humanware -0025ED NuVo Technologies LLC -0025EE Avtex Ltd -0025EF I-TEC Co., Ltd. -0025F0 Suga Electronics Limited -0025F1 Motorola Mobility, Inc. -0025F2 Motorola Mobility, Inc. -0025F3 Nordwestdeutsche Zählerrevision -0025F4 KoCo Connector AG -0025F5 DVS Korea, Co., Ltd -0025F6 netTALK.com, Inc. -0025F7 Ansaldo STS USA -0025F9 GMK electronic design GmbH -0025FA J&M Analytik AG -0025FB Tunstall Healthcare A/S -0025FC ENDA ENDUSTRIYEL ELEKTRONIK LTD. STI. +0025CA LS Research, LLC +0025BE Tektrap Systems Inc. +0025BD Italdata Ingegneria dell'Idea S.p.A. +0025B7 Costar electronics, inc., +0025B0 Schmartz Inc +002546 Cisco Systems, Inc +002545 Cisco Systems, Inc +002535 Minimax GmbH & Co KG +002532 Digital Recorders +00252B Stirling Energy Systems 0025FD OBR Centrum Techniki Morskiej S.A. -0025FE Pilot Electronics Corporation -0025FF CreNova Multimedia Co., Ltd -002600 TEAC Australia Pty Ltd. -002601 Cutera Inc -002602 SMART Temps LLC 002603 Shenzhen Wistar Technology Co., Ltd -002604 Audio Processing Technology Ltd -002605 CC Systems AB -002606 RAUMFELD GmbH -002607 Enabling Technology Pty Ltd -002608 Apple, Inc -002609 Phyllis Co., Ltd. -00260A CISCO SYSTEMS, INC. -00260B CISCO SYSTEMS, INC. -00260C Dataram -00260D Mercury Systems, Inc. -00260E Ablaze Systems, LLC -00260F Linn Products Ltd -002610 Apacewave Technologies -002611 Licera AB -002612 Space Exploration Technologies -002613 Engel Axil S.L. -002614 KTNF -002615 Teracom Limited -002616 Rosemount Inc. -002617 OEM Worldwide -002618 ASUSTek COMPUTER INC. -002619 FRC -00261A Femtocomm System Technology Corp. -00261B LAUREL BANK MACHINES CO., LTD. -00261C NEOVIA INC. -00261D COP SECURITY SYSTEM CORP. -00261E QINGBANG ELEC(SZ) CO., LTD -00261F SAE Magnetics (H.K.) Ltd. -002620 ISGUS GmbH -002621 InteliCloud Technology Inc. -002622 COMPAL INFORMATION (KUNSHAN) CO., LTD. -002623 JRD Communication Inc -002624 Thomson Inc. -002625 MediaSputnik -002626 Geophysical Survey Systems, Inc. -002627 Truesell -002628 companytec automação e controle ltda. -002629 Juphoon System Software Inc. -00262A Proxense, LLC -00262B Wongs Electronics Co. Ltd. -00262C IKT Advanced Technologies s.r.o. -00262D Wistron Corporation -00262E Chengdu Jiuzhou Electronic Technology Inc -00262F HAMAMATSU TOA ELECTRONICS -002630 ACOREL S.A.S -002631 COMMTACT LTD -002632 Instrumentation Technologies d.d. -002633 MIR - Medical International Research -002634 Infineta Systems, Inc -002635 Bluetechnix GmbH -002636 Motorola Mobility, Inc. -002637 Samsung Electro-Mechanics -002638 Xia Men Joyatech Co., Ltd. -002639 T.M. Electronics, Inc. -00263A Digitec Systems -00263B Onbnetech -00263C Bachmann Technology GmbH & Co. KG -00263D MIA Corporation -00263E Trapeze Networks -00263F LIOS Technology GmbH -002640 Baustem Broadband Technologies, Ltd. -002641 Motorola, Inc -002642 Motorola, Inc -002643 Alps Electric Co., Ltd -002644 Thomson Telecom Belgium -002645 Circontrol S.A. -002646 SHENYANG TONGFANG MULTIMEDIA TECHNOLOGY COMPANY LIMITED -002647 WFE TECHNOLOGY CORP. -002648 Emitech Corp. -00264A Apple, Inc -00264C Shanghai DigiVision Technology Co., Ltd. -00264D Arcadyan Technology Corporation -00264E Rail & Road Protec GmbH -00264F Krüger &Gothe GmbH -002650 2Wire -002651 CISCO SYSTEMS, INC. -002652 CISCO SYSTEMS, INC. -002653 DaySequerra Corporation -002654 3Com Corporation -002655 Hewlett-Packard Company -002656 Sansonic Electronics USA -002657 OOO NPP EKRA -002658 T-Platforms (Cyprus) Limited -002659 Nintendo Co., Ltd. -00265A D-Link Corporation -00265B Hitron Technologies. Inc -00265C Hon Hai Precision Ind. Co.,Ltd. -00265D Samsung Electronics -00265E Hon Hai Precision Ind. Co.,Ltd. -00265F Samsung Electronics Co.,Ltd -002660 Logiways -002661 Irumtek Co., Ltd. -002662 Actiontec Electronics, Inc -002663 Shenzhen Huitaiwei Tech. Ltd, co. -002664 Core System Japan -002665 ProtectedLogic Corporation -002666 EFM Networks +0025F3 Nordwestdeutsche Zählerrevision +0025EC Humanware +0025E2 Everspring Industry Co., Ltd. +0025DD SUNNYTEK INFORMATION CO., LTD. 002667 CARECOM CO.,LTD. -002668 Nokia Danmark A/S -002669 Nokia Danmark A/S -00266A ESSENSIUM NV -00266B SHINE UNION ENTERPRISE LIMITED -00266C Inventec -00266D MobileAccess Networks -00266E Nissho-denki Co.,LTD. -00266F Coordiwise Technology Corp. -002670 Cinch Connectors -002671 AUTOVISION Co., Ltd -002672 AAMP of America -002673 RICOH COMPANY,LTD. -002674 Electronic Solutions, Inc. -002675 Aztech Electronics Pte Ltd -002676 COMMidt AS -002677 DEIF A/S -002678 Logic Instrument SA -002679 Euphonic Technologies, Inc. -00267A wuhan hongxin telecommunication technologies co.,ltd -00267B GSI Helmholtzzentrum für Schwerionenforschung GmbH -00267C Metz-Werke GmbH & Co KG -00267D A-Max Technology Macao Commercial Offshore Company Limited -00267E Parrot SA -00267F Zenterio AB -002680 Lockie Innovation Pty Ltd -002681 Interspiro AB -002682 Gemtek Technology Co., Ltd. -002683 Ajoho Enterprise Co., Ltd. -002684 KISAN SYSTEM -002685 Digital Innovation -002686 Quantenna Communcations, Inc. -002687 ALLIED TELESIS, K.K corega division. -002688 Juniper Networks -002689 General Dynamics Robotic Systems -00268A Terrier SC Ltd -00268B Guangzhou Escene Computer Technology Limited -00268C StarLeaf Ltd. -00268D CellTel S.p.A. -00268E Alta Solutions, Inc. -00268F MTA SpA -002690 I DO IT -002691 SAGEM COMMUNICATION -002692 Mitsubishi Electric Co. -002693 QVidium Technologies, Inc. -002694 Senscient Ltd -002695 ZT Group Int'l Inc -002696 NOOLIX Co., Ltd -002697 Cheetah Technologies, L.P. -002698 CISCO SYSTEMS, INC. -002699 CISCO SYSTEMS, INC. -00269A Carina System Co., Ltd. -00269B SOKRAT Ltd. -00269C ITUS JAPAN CO. LTD -00269D M2Mnet Co., Ltd. -00269E Quanta Computer Inc -00269F PRIVATE -0026A0 moblic -0026A1 Megger -0026A2 Instrumentation Technology Systems -0026A3 FQ Ingenieria Electronica S.A. -0026A4 Novus Produtos Eletronicos Ltda -0026A5 MICROROBOT.CO.,LTD -0026A6 TRIXELL -0026A7 CONNECT SRL -0026A8 DAEHAP HYPER-TECH -0026A9 Strong Technologies Pty Ltd -0026AA Kenmec Mechanical Engineering Co., Ltd. -0026AB SEIKO EPSON CORPORATION -0026AC Shanghai LUSTER Teraband photonic Co., Ltd. -0026AD Arada Systems, Inc. -0026AE Wireless Measurement Ltd -0026AF Duelco A/S -0026B0 Apple, Inc -0026B1 Navis Auto Motive Systems, Inc. -0026B2 Setrix GmbH -0026B3 Thales Communications Inc -0026B4 Ford Motor Company -0026B5 ICOMM Tele Ltd -0026B6 Askey Computer -0026B7 Kingston Technology Company, Inc. -0026B8 Actiontec Electronics, Inc -0026B9 Dell Inc -0026BA Motorola Mobility, Inc. -0026BB Apple, Inc -0026BC General Jack Technology Ltd. -0026BD JTEC Card & Communication Co., Ltd. -0026BE Schoonderbeek Elektronica Systemen B.V. -0026BF ShenZhen Temobi Science&Tech Development Co.,Ltd -0026C0 EnergyHub +002660 Logiways +002656 Sansonic Electronics USA +002653 DaySequerra Corporation +00264C Shanghai DigiVision Technology Co., Ltd. +002647 WFE TECHNOLOGY CORP. +00263B Onbnetech 0026C1 ARTRAY CO., LTD. -0026C2 SCDI Co. LTD -0026C3 Insightek Corp. -0026C4 Cadmos microsystems S.r.l. -0026C5 Guangdong Gosun Telecommunications Co.,Ltd -0026C6 Intel Corporate -0026C7 Intel Corporate -0026C8 System Sensor -0026C9 Proventix Systems, Inc. -0026CA CISCO SYSTEMS, INC. -0026CB CISCO SYSTEMS, INC. -0026CC Nokia Danmark A/S -0026CD PurpleComm, Inc. -0026CE Kozumi USA Corp. -0026CF DEKA R&D -0026D0 Semihalf -0026D1 S Squared Innovations Inc. -0026D2 Pcube Systems, Inc. -0026D3 Zeno Information System -0026D4 IRCA SpA -0026D5 Ory Solucoes em Comercio de Informatica Ltda. -0026D6 Ningbo Andy Optoelectronic Co., Ltd. -0026D7 KM Electornic Technology Co., Ltd. -0026D8 Magic Point Inc. -0026D9 Pace plc -0026DA Universal Media Corporation /Slovakia/ s.r.o. -0026DB Ionics EMS Inc. -0026DC Optical Systems Design -0026DD Fival Science & Technology Co.,Ltd. -0026DE FDI MATELEC -0026DF TaiDoc Technology Corp. -0026E0 ASITEQ -0026E1 Stanford University, OpenFlow Group -0026E2 LG Electronics -0026E3 DTI -0026E4 CANAL OVERSEAS -0026E5 AEG Power Solutions -0026E6 Visionhitech Co., Ltd. -0026E7 Shanghai ONLAN Communication Tech. Co., Ltd. -0026E8 Murata Manufacturing Co., Ltd. -0026E9 SP Corp -0026EA Cheerchip Electronic Technology (ShangHai) Co., Ltd. -0026EB Advanced Spectrum Technology Co., Ltd. -0026EC Legrand Home Systems, Inc -0026ED zte corporation -0026EE TKM GmbH -0026EF Technology Advancement Group, Inc. -0026F0 cTrixs International GmbH. -0026F1 ProCurve Networking by HP -0026F2 Netgear -0026F3 SMC Networks -0026F4 Nesslab -0026F5 XRPLUS Inc. -0026F6 Military Communication Institute -0026F7 Infosys Technologies Ltd. -0026F8 Golden Highway Industry Development Co., Ltd. -0026F9 S.E.M. srl -0026FA BandRich Inc. -0026FB AirDio Wireless, Inc. -0026FC AcSiP Technology Corp. -0026FD Interactive Intelligence -0026FE MKD Technology Inc. -0026FF Research In Motion -002700 Shenzhen Siglent Technology Co., Ltd. -002701 INCOstartec GmbH -002702 SolarEdge Technologies -002703 Testech Electronics Pte Ltd -002704 Accelerated Concepts, Inc -002705 Sectronic -002706 YOISYS -002707 Lift Complex DS, JSC -002708 Nordiag ASA -002709 Nintendo Co., Ltd. -00270A IEE S.A. -00270B Adura Technologies -00270C CISCO SYSTEMS, INC. -00270D CISCO SYSTEMS, INC. -00270E Intel Corporate -00270F Envisionnovation Inc -002710 Intel Corporate -002711 LanPro Inc -002712 MaxVision LLC -002713 Universal Global Scientific Industrial Co., Ltd. -002714 Grainmustards, Co,ltd. -002715 Rebound Telecom. Co., Ltd -002716 Adachi-Syokai Co., Ltd. -002717 CE Digital(Zhenjiang)Co.,Ltd -002718 Suzhou NEW SEAUNION Video Technology Co.,Ltd -002719 TP-LINK TECHNOLOGIES CO., LTD. -00271A Geenovo Technology Ltd. -00271B Alec Sicherheitssysteme GmbH -00271C MERCURY CORPORATION -00271D Comba Telecom Systems (China) Ltd. -00271E Xagyl Communications -00271F MIPRO Electronics Co., Ltd -002720 NEW-SOL COM -002721 Shenzhen Baoan Fenda Industrial Co., Ltd -002722 Ubiquiti Networks -0027F8 Brocade Communications Systems, Inc. -002A6A CISCO SYSTEMS, INC. -002AAF LARsys-Automation GmbH -002D76 TITECH GmbH -003000 ALLWELL TECHNOLOGY CORP. -003001 SMP -003002 Expand Networks -003003 Phasys Ltd. -003004 LEADTEK RESEARCH INC. -003005 Fujitsu Siemens Computers -003006 SUPERPOWER COMPUTER -003007 OPTI, INC. -003008 AVIO DIGITAL, INC. -003009 Tachion Networks, Inc. -00300A AZTECH Electronics Pte Ltd -00300B mPHASE Technologies, Inc. -00300C CONGRUENCY, LTD. -00300D MMC Technology, Inc. -00300E Klotz Digital AG -00300F IMT - Information Management T -003010 VISIONETICS INTERNATIONAL -003011 HMS Industrial Networks -003012 DIGITAL ENGINEERING LTD. -003013 NEC Corporation -003014 DIVIO, INC. -003015 CP CLARE CORP. -003016 ISHIDA CO., LTD. -003017 BlueArc UK Ltd -003018 Jetway Information Co., Ltd. -003019 CISCO SYSTEMS, INC. -00301A SMARTBRIDGES PTE. LTD. -00301B SHUTTLE, INC. -00301C ALTVATER AIRDATA SYSTEMS -00301D SKYSTREAM, INC. -00301E 3COM Europe Ltd. -00301F OPTICAL NETWORKS, INC. -003020 TSI, Inc.. -003021 HSING TECH. ENTERPRISE CO.,LTD -003022 Fong Kai Industrial Co., Ltd. -003023 COGENT COMPUTER SYSTEMS, INC. -003024 CISCO SYSTEMS, INC. -003025 CHECKOUT COMPUTER SYSTEMS, LTD -003026 HeiTel Digital Video GmbH -003027 KERBANGO, INC. -003028 FASE Saldatura srl -003029 OPICOM -00302A SOUTHERN INFORMATION -00302B INALP NETWORKS, INC. -00302C SYLANTRO SYSTEMS CORPORATION -00302D QUANTUM BRIDGE COMMUNICATIONS -00302E Hoft & Wessel AG -00302F GE Aviation System +0026B5 ICOMM Tele Ltd +0026AF Duelco A/S +0026A5 MICROROBOT.CO.,LTD +00269F Private +002699 Cisco Systems, Inc +002489 Vodafone Omnitel N.V. +00248E Infoware ZRt. +002476 TAP.tv +00246F Onda Communication spa +00246A Solid Year Co., Ltd. +0023FA RG Nets, Inc. +0023FF Beijing HTTC Technology Ltd. +0023F4 Masternaut +0023EA Cisco Systems, Inc +0023E4 IPnect co. ltd. +0023DE Ansync Inc. +0023D1 TRG +0023CB Shenzhen Full-join Technology Co.,Ltd +0023D2 Inhand Electronics, Inc. +0024B4 ESCATRONIC GmbH +0024AD Adolf Thies Gmbh & Co. KG +00249C Bimeng Comunication System Co. Ltd +002526 Genuine Technologies Co., Ltd. +002525 CTERA Networks Ltd. +002520 SMA Railway Technology GmbH +00251B Philips CareServant +002516 Integrated Design Tools, Inc. +00250F On-Ramp Wireless, Inc. +002503 IBM Corp +00250A Security Expert Co. Ltd +0024DD Centrak, Inc. +0024D8 IlSung Precision +0024CC Fascinations Toys and Gifts, Inc. +0024D1 Thomson Inc. +0024CA Tobii Technology AB +0024C5 Meridian Audio Limited +0024B9 Wuhan Higheasy Electronic Technology Development Co.Ltd +002425 Shenzhenshi chuangzhicheng Technology Co.,Ltd +002419 Private +002412 Benign Technologies Co, Ltd. +00240C DELEC GmbH +002406 Pointmobile +0023F9 Double-Take Software, INC. +002463 Phybridge Inc +002459 ABB Automation products GmbH +00245E Hivision Co.,ltd +002451 Cisco Systems, Inc +00244C Solartron Metrology Ltd +00243F Storwize, Inc. +002440 Halo Monitoring, Inc. +00243B CSSI (S) Pte Ltd +0024FC QuoPin Co., Ltd. +0024F7 Cisco Systems, Inc +0024F0 Seanodes +0024EB ClearPath Networks, Inc. +0024E4 Withings +002435 WIDE CORPORATION +00242F Micron +00241F DCT-Delta GmbH +0023C5 Radiation Safety and Control Services Inc +0023C4 Lux Lumen +0023B8 Sichuan Jiuzhou Electronic Technology Co.,Ltd +0023BF Mainpine, Inc. +0023B2 Intelligent Mechatronic Systems Inc +0023AC Cisco Systems, Inc +0023A0 Hana CNS Co., LTD. +0023A5 SageTV, LLC +0022B6 Superflow Technologies Group +0022A3 California Eastern Laboratories +00229E Social Aid Research Co., Ltd. +002291 Cisco Systems, Inc +002292 Cinetal +002297 XMOS Semiconductor +00228B Kensington Computer Products Group +002284 DESAY A&V SCIENCE AND TECHNOLOGY CO.,LTD +002277 NEC Australia Pty Ltd +00226D Shenzhen GIEC Electronics Co., Ltd. +002263 Koos Technical Services, Inc. +002267 Nortel Networks +002259 Guangzhou New Postcom Equipment Co.,Ltd. +0022E4 APASS TECHNOLOGY CO., LTD. +0022DD Protecta Electronics Ltd +0022D8 Shenzhen GST Security and Safety Technology Limited +0022D1 Albrecht Jung GmbH & Co. KG +0022C3 Zeeport Technology Inc. +0022C7 SEGGER Microcontroller GmbH & Co. KG +0022BD Cisco Systems, Inc +002344 Objective Interface Systems, Inc. +002343 TEM AG +002337 Global Star Solutions ULC +00232B IRD A/S +00231C Fourier Systems Ltd. +00231B Danaher Motion - Kollmorgen +00239F Institut für Prüftechnik +002393 AJINEXTEK +00238F NIDEC COPAL CORPORATION +002385 ANTIPODE +00237E ELSTER GMBH +002379 Union Business Machines Co. Ltd. +002253 Entorian Technologies +002250 Point Six Wireless, LLC +002249 HOME MULTIENERGY SL +00224A RAYLASE AG +002240 Universal Telecom S/A +00222D SMC Networks Inc. +00222E maintech GmbH +002364 Power Instruments Pte Ltd +002369 Cisco-Linksys, LLC +002370 Snell +00235D Cisco Systems, Inc +002356 Packet Forensics LLC +002313 Qool Technologies Ltd. +00230D Nortel Networks +002301 Witron Technology Limited +0022F7 Conceptronic +0022EA Rustelcom Inc. +0022F0 3 Greens Aviation Limited +0022E9 ProVision Communications +00211C Cisco Systems, Inc +002117 Tellord +002110 Clearbox Systems +002106 RIM Testing Services +001FFF Respironics, Inc. +001FFE HPN Supply Chain +001FF8 Siemens AG, Sector Industry, Drive Technologies, Motion Control Systems +001FFD Indigo Mobile Technologies Corp. +002221 ITOH DENKI CO,LTD. +00221B Morega Systems +002220 Mitac Technology Corp +002227 uv-electronic GmbH +002214 RINNAI KOREA +00220E Indigo Security Co., Ltd. +002208 Certicom Corp +002201 Aksys Networks Inc +0021F7 HPN Supply Chain +0021A0 Cisco Systems, Inc +00219C Honeywld Technology Corp. +002192 Baoding Galaxy Electronic Technology Co.,Ltd +00218C TopControl GMBH +00217F Intraco Technology Pte Ltd +00217A Sejin Electron, Inc. +002179 IOGEAR, Inc. +002173 Ion Torrent Systems, Inc. +001FC3 SmartSynch, Inc +001FC8 Up-Today Industrial Co., Ltd. +001FC1 Hanlong Technology Co.,LTD +001FC2 Jow Tong Technology Co Ltd +001FBC EVGA Corporation +001FB0 TimeIPS, Inc. +001FB5 I/O Interconnect Inc. +001FA9 Atlanta DTH, Inc. +0021F1 Tutus Data AB +0021F2 EASY3CALL Technology Limited +0021EB ESP SYSTEMS, LLC +0021E5 Display Solution AG +0021E4 I-WIN +0021DF Martin Christ GmbH +0021D8 Cisco Systems, Inc +0021CC Flextronics International +001FF1 Paradox Hellas S.A. +001FEC Synapse Électronique +001FE5 In-Circuit GmbH +001FD9 RSD Communications Ltd +001FD4 4IPNET, INC. +001FCF MSI Technology GmbH +00213F A-Team Technology Ltd. +002139 Escherlogic Inc. +002134 Brandywine Communications +00212F Phoebe Micro Inc. +002129 Cisco-Linksys, LLC +00212A Audiovox Corporation +002123 Aerosat Avionics +00216D Soltech Co., Ltd. +00216C ODVA +002167 HWA JIN T&I Corp. +002160 Hidea Solutions Co. Ltd. +002154 D-TACQ Solutions Ltd +00214D Guangzhou Skytone Transmission Technology Com. Ltd. +002148 Kaco Solar Korea +0021C5 3DSP Corp +0021BF Hitachi High-Tech Control Systems Corporation +0021C0 Mobile Appliance, Inc. +0021B9 Universal Devices Inc. +0021B3 Ross Controls +0021B2 Fiberblaze A/S +0021AD Nordic ID Oy +0021A6 Videotec Spa +001F11 OPENMOKO, INC. +001F0B Federal State Unitary Enterprise Industrial UnionElectropribor +001EFF Mueller-Elektronik GmbH & Co. KG +001F06 Integrated Dispatch Solutions +001F05 iTAS Technology Corp. +001EF3 From2 +001EF8 Emfinity Inc. +001F7A WiWide Inc. +001F70 Botik Technologies LTD +001F75 GiBahn Media +001F64 Beijing Autelan Technology Inc. +001F5E Dyna Technology Co.,Ltd. +001F58 EMH Energiemesstechnik GmbH +001F4C Roseman Engineering Ltd +001F51 HD Communications Corp +001F4B Lineage Power +001F9F Thomson Telecom Belgium +001F93 Xiotech Corporation +001F98 DAIICHI-DENTSU LTD. +001F8C CCS Inc. +001F8A Ellion Digital Inc. +001F83 Teleplan Technology Services Sdn Bhd +001E30 Shireen Inc +001E2B Radio Systems Design, Inc. +001E24 Zhejiang Bell Technology Co.,ltd +001E18 Radio Activity srl +001E1D East Coast Datacom, Inc. +001E1E Honeywell Life Safety +001E13 Cisco Systems, Inc +001E0E MAXI VIEW HOLDINGS LIMITED +001E60 Digital Lighting Systems, Inc +001E59 Silicon Turnkey Express, LLC +001E54 TOYO ELECTRIC Corporation +001E4D Welkin Sciences, LLC +001E48 Wi-Links +001E43 AISIN AW CO.,LTD. +001E3E KMW Inc. +001EC3 Kozio, Inc. +001EBC WINTECH AUTOMATION CO.,LTD. +001EB7 TBTech, Co., Ltd. +001EB0 ImesD Electronica S.L. +001EA5 ROBOTOUS, Inc. +001EAB TeleWell Oy +001E9E ddm hopt + schuler Gmbh + Co. KG +001E99 Vantanol Industrial Corporation +001F36 Bellwin Information Co. Ltd., +001F35 AIR802 LLC +001F30 Travelping +001F23 Interacoustics +001F24 DIGITVIEW TECHNOLOGY CO., LTD. +001F1D Atlas Material Testing Technology LLC +001E92 JEULIN S.A. +001E89 CRFS Limited +001E84 Pika Technologies Inc. +001E83 LAN/MAN Standards Association (LMSC) +001E6C Opaque Systems +001EE6 Shenzhen Advanced Video Info-Tech Co., Ltd. +001EE0 Urmet Domus SpA +001EDB Giken Trastem Co., Ltd. +001ED6 Alentec & Orion AB +001ECF PHILIPS ELECTRONICS UK LTD +001C96 Linkwise Technology Pte Ltd +001C91 Gefen Inc. +001C8A Cirrascale Corporation +001C84 STL Solution Co.,Ltd. +001C80 New Business Division/Rhea-Information CO., LTD. +001C76 The Wandsworth Group Ltd +001C6F Emfit Ltd +001C71 Emergent Electronics +001C70 NOVACOMM LTDA +001C6A Weiss Engineering Ltd. +001D59 Mitra Energy & Infrastructure +001D52 Defzone B.V. +001D4C Alcatel-Lucent +001D48 Sensor-Technik Wiedemann GmbH +001D41 Hardy Instruments +001D3C Muscle Corporation +001D30 YX Wireless S.A. +001D35 Viconics Electronics Inc. +001D2F QuantumVision Corporation +001CD3 ZP Engineering SEL +001CCE By Techdesign +001CC7 Rembrandt Technologies, LLC d/b/a REMSTREAM +001CC2 Part II Research, Inc. +001CBB MusicianLink +001CB1 Cisco Systems, Inc +001CB7 USC DigiArk Corporation +001CA3 Terra +001CA5 Zygo Corporation +001CAA Bellon Pty Ltd +001C9D Liecthi AG +001DCA PAV Electronics Limited +001DC4 AIOI Systems Co., Ltd. +001DC3 RIKOR TV, Ltd +001DB1 Crescendo Networks +001DB2 HOKKAIDO ELECTRIC ENGINEERING CO.,LTD. +001DB7 Tendril Networks, Inc. +001DAD Sinotech Engineering Consultants, Inc. Geotechnical Enginee +001DA8 Takahata Electronics Co.,Ltd +001DA7 Seamless Internet +001DA1 Cisco Systems, Inc +001D9A GODEX INTERNATIONAL CO., LTD +001D95 Flash, Inc. +001D8E Alereon, Inc. +001D87 VigTech Labs Sdn Bhd +001D88 Clearwire +001D7E Cisco-Linksys, LLC +001D7D GIGA-BYTE TECHNOLOGY CO.,LTD. +001D6C ClariPhy Communications, Inc. +001D71 Cisco Systems, Inc +001D78 Invengo Information Technology Co.,Ltd +001D65 Microwave Radio Communications +001D5E COMING MEDIA CORP. +001D29 Doro AB +001D22 Foss Analytical A/S +001D1D Inter-M Corporation +001D16 SFR +001D10 LightHaus Logic, Inc. +001D0A Davis Instruments, Inc. +001D03 Design Solutions Inc. +001CFE Quartics Inc +001CF7 AudioScience +001CE6 INNES +001CE1 INDRA SISTEMAS, S.A. +001CDA Exegin Technologies Limited +001E07 Winy Technology Co., Ltd. +001E02 Sougou Keikaku Kougyou Co.,Ltd. +001E01 Renesas Technology Sales Co., Ltd. +001DFB NETCLEUS Systems Corporation +001DF4 Magellan Technology Pty Limited +001DEF TRIMM, INC. +001DE8 Nikko Denki Tsushin Corporation(NDTC) +001DE3 Intuicom +001DDD DAT H.K. LIMITED +001AF8 Copley Controls Corporation +001AF3 Samyoung Electronics +001AEE Shenztech Ltd +001AE2 Cisco Systems, Inc +001AE7 Aztek Networks, Inc. +001AD4 iPOX Technology Co., Ltd. +001AD6 JIAGNSU AETNA ELECTRIC CO.,LTD +001B97 Violin Technologies +001B9C SATEL sp. z o.o. +001B90 Cisco Systems, Inc +001B86 Bosch Access Systems GmbH +001B8B NEC Platforms, Ltd. +001B7F TMN Technologies Telecomunicacoes Ltda +001B81 DATAQ Instruments, Inc. +001B80 LORD Corporation +001B73 DTL Broadcast Ltd +001B6E Anue Systems, Inc. +001B67 Cisco Systems Inc +001B60 NAVIGON AG +001B54 Cisco Systems, Inc +001B48 Shenzhen Lantech Electronics Co., Ltd. +001B4D Areca Technology Corporation +001B41 General Infinity Co.,Ltd. +001B3C Software Technologies Group,Inc. +001B35 ChongQing JINOU Science & Technology Development CO.,Ltd +001B2E Sinkyo Electron Inc +001B30 Solitech Inc. +001BC7 StarVedia Technology Inc. +001BC6 Strato Rechenzentrum AG +001BBB RFTech Co.,Ltd +001BB6 Bird Electronic Corp. +001BAA XenICs nv +001BA3 Flexit Group GmbH +001C63 TRUEN +001C57 Cisco Systems, Inc +001C5E ASTON France +001C46 QTUM +001C3A Element Labs, Inc. +001C41 scemtec Transponder Technology GmbH +001C34 HUEY CHIAO INTERNATIONAL CO., LTD. +001C33 Sutron +001BF7 Lund IP Products AB +001BF9 Intellitect Water Ltd +001BF8 Digitrax Inc. +001BF2 KWORLD COMPUTER CO., LTD +001BEB DMP Electronics INC. +001BE6 VR AG +001BDF Iskra Sistemi d.d. +001BD8 DVTel LTD +001BCC KINGTEK CCTV ALLIANCE CO., LTD. +001AC8 ISL (Instrumentation Scientifique de Laboratoire) +001ACF C.T. ELETTRONICA +001AC3 Scientific-Atlanta, Inc +001AB9 PMC +001ABE COMPUTER HI-TECH INC. +001AAB eWings s.r.l. +001AB2 Cyber Solutions Inc. +001AB7 Ethos Networks LTD. +001C2E HPN Supply Chain +001C27 Sunell Electronics Co. +001C22 Aeris Elettronica s.r.l. +001C1D CHENZHOU GOSPELL DIGITAL TECHNOLOGY CO.,LTD +001C18 Sicert S.r.L. +001C0A Shenzhen AEE Technology Co.,Ltd. +001C05 Nonin Medical Inc. +001BFE Zavio Inc. +001B29 Avantis.Co.,Ltd +001B23 SimpleComTools +001B1E HART Communication Foundation +001B12 Apprion +001B0B Phidgets Inc. +001B10 ShenZhen Kang Hui Technology Co.,ltd +001B04 Affinity International S.p.a +001AFF Wizyoung Tech. +001AFD EVOLIS +00191C Sensicast Systems +00191E Beyondwiz Co., Ltd. +001923 Phonex Korea Co., LTD. +00192A Antiope Associates +001910 Knick Elektronische Messgeraete GmbH & Co. KG +001917 Posiflex Inc. +001909 DEVI - Danfoss A/S +00190B Southern Vision Systems, Inc. +001904 WB Electronics Sp. z o.o. +0018FF PowerQuattro Co. +0018FA Yushin Precision Equipment Co.,Ltd. +001955 Cisco Systems, Inc +00194E Ultra Electronics - TCS (Tactical Communication Systems) +001950 Harman Multimedia +001949 TENTEL COMTECH CO., LTD. +001942 ON SOFTWARE INTERNATIONAL LIMITED +00193D GMC Guardian Mobility Corp. +001936 STERLITE OPTICAL TECHNOLOGIES LIMITED +00193B Wilibox Deliberant Group LLC +00192F Cisco Systems, Inc +001A20 CMOTECH Co. Ltd. +001A22 eQ-3 Entwicklung GmbH +001A14 Xin Hua Control Engineering Co.,Ltd. +001A0D HandHeld entertainment, Inc. +001A0F Sistemas Avanzados de Control, S.A. +001A08 Simoco Ltd. +001A01 Smiths Medical +0019FC PT. Ufoakses Sukses Luarbiasa +0019EF SHENZHEN LINNKING ELECTRONICS CO.,LTD +0019F1 Star Communication Network Technology Co.,Ltd +0019F6 Acconet (PTE) Ltd +001A76 SDT information Technology Co.,LTD. +001A6F MI.TEL s.r.l. +001A6A Tranzas, Inc. +001A63 Elster Solutions, LLC, +001A5E Thincom Technology Co.,Ltd +001A57 Matrix Design Group, LLC +001A5C Euchner GmbH+Co. KG +001A50 PheeNet Technology Corp. +001A9D Skipper Wireless, Inc. +001AA2 Cisco Systems, Inc +001A91 FusionDynamic Ltd. +001A96 ECLER S.A. +001A90 Trópico Sistemas e Telecomunicações da Amazônia LTDA. +001A8C Sophos Ltd +001A85 NV Michel Van de Wiele +001A87 Canhold International Limited +001A86 AdvancedIO Systems Inc +0019B5 Famar Fueguina S.A. +0019BA Paradox Security Systems Ltd +0019A2 ORDYN TECHNOLOGIES +0019AE Hopling Technologies b.v. +0019A7 ITU-T +001996 TurboChef Technologies Inc. +00199B Diversified Technical Systems, Inc. +001991 avinfo +00198A Northrop Grumman Systems Corp. +00198C iXSea +001985 IT Watchdogs, Inc +00196B Danpex Corporation +001966 Asiarock Technology Limited +00195C Innotech Corporation +001961 Blaupunkt Embedded Systems GmbH +0019DE MOBITEK +0019EA TeraMage Technologies Co., Ltd. +0019D0 Cathexis +0019D7 FORTUNETEK CO., LTD +0019B3 Stanford Research Systems +001A44 JWTrading Co., Ltd +001A49 Micro Vision Co.,LTD +001A3D Ajin Vision Co.,Ltd +001A31 SCAN COIN Industries AB +001A38 Sanmina-SCI +001A2C SATEC Co.,LTD +001A27 Ubistar +0017AE GAI-Tronics +0017A2 Camrivox Ltd. +0017A7 Mobile Computing Promotion Consortium +00179D Kelman Limited +001791 LinTech GmbH +001796 Rittmeyer AG +001798 Azonic Technology Co., LTD +00178A DARTS TECHNOLOGIES CORP. +00177E Meshcom Technologies Inc. +001785 Sparr Electronics Ltd +001809 CRESYN +00180E Avega Systems +001810 IPTrade S.A. +0017F6 Pyramid Meriden Inc. +0017FB FA +0017FD Amulet Hotkey +0017EF IBM Corp +0017D7 ION Geophysical Corporation Inc. +0017DC DAEMYUNG ZERO1 +0017DE Advantage Six Ltd +0018C3 CS Corporation +0018CA Viprinet GmbH +0018BE ANSA Corporation +0018B2 ADEUNIS RF +0018B7 D3 LED, LLC +0018AB BEIJING LHWT MICROELECTRONICS INC. +0018A6 Persistent Systems, LLC +001895 Hansun Technologies Inc. +00189A HANA Micron Inc. +0018E7 Cameo Communications, INC. +0018EE Videology Imaging Solutions, Inc. +0018E2 Topdata Sistemas de Automacao Ltda +0018DB EPL Technology Ltd +0018E0 ANAVEO +0018CF Baldor Electric Company +0018D4 Unified Display Interface SIG +00184A Catcher, Inc. +00184C Bogen Communications +001845 Pulsar-Telecom LLC. +00183E Digilent, Inc +001828 e2v technologies (UK) ltd. +00182D Artec Design +001821 SINDORICOH +001815 GZ Technologies, Inc. +00181C Exterity Limited +001772 ASTRO Strobel Kommunikationssysteme GmbH +001777 Obsidian Research Corporation +00176E DUCATI SISTEMI +001762 Solar Technology, Inc. +001769 Cymphonix Corp +00175D Dongseo system. +00175B ACS Solutions Switzerland Ltd. +001756 Vinci Labs Oy +00174F iCatch Inc. +0017CD CEC Wireless R&D Ltd. +0017D2 THINLINX PTY LTD +0017C6 Cross Match Technologies Inc +0017BA SEDO CO., LTD. +0017BF Coherent Research Limited +0017C1 CM Precision Technology LTD. +0017B3 Aftek Infosys Limited +00186A Global Link Digital Technology Co,.LTD +00186F Setha Industria Eletronica LTDA +001876 WowWee Ltd. +001869 KINGJIM +001864 Eaton Corporation +00185D TAIGUEN TECHNOLOGY (SHEN-ZHEN) CO., LTD. +001851 SWsoft +001858 TagMaster AB +00189F Lenntek Corporation +00188E Ekahau, Inc. +001887 Metasystem SpA +001889 WinNet Solutions Limited +00187B 4NSYS Co. Ltd. +001661 Novatium Solutions (P) Ltd +001663 KBT Mobile +001668 Eishin Electronics +001662 Liyuh Technology Ltd. +00165C Trackflow Ltd +001655 FUHO TECHNOLOGY Co., LTD +0015E4 Zimmer Elektromedizin +0015DA IRITEL A.D. +0015DF Clivet S.p.A. +0015D3 Pantech&Curitel Communications, Inc. +0015C7 Cisco Systems, Inc +0015C0 DIGITAL TELEMEDIA CO.,LTD. +0015BA iba AG +00174A SOCOMEC +001743 Deck Srl +00173D Neology +00173E LeucotronEquipamentos Ltda. +001738 International Business Machines +00172C TAEJIN INFOTECH +001720 Image Sensing Systems, Inc. +001725 Liquid Computing +001701 KDE, Inc. +001703 MOSDAN Internation Co.,Ltd +0016FC TOHKEN CO.,LTD. +0016F0 Dell +0016F5 Dalian Golden Hualu Digital Technology Co.,Ltd +0016E9 Tiba Medical Inc +0016E4 VANGUARD SECURITY ENGINEERING CORP. +0016DD Gigabeam Corporation +0016E2 American Fibertek, Inc. +0016D8 Senea AB +00169C Cisco Systems, Inc +00169E TV One Ltd +0016A3 Ingeteam Transmission&Distribution, S.A. +001690 J-TEK INCORPORATION +001697 NEC Corporation +001689 Pilkor Electronics Co., Ltd +00168B Paralan Corporation +001684 Donjin Co.,Ltd. +00167D Sky-Line Information Co., Ltd. +001678 SHENZHEN BAOAN GAOKE ELECTRONICS CO., LTD +001649 SetOne GmbH +00163F CReTE SYSTEMS Inc. +001638 TECOM Co., Ltd. +001633 Oxford Diagnostics Ltd. +00162C Xanboo +001627 embedded-logic DESIGN AND MORE GmbH +001619 Lancelan Technologies S.L. +001614 Picosecond Pulse Labs +001719 Audiocodes USA, Inc +00171E Theo Benning GmbH & Co. KG +001712 ISCO International +00170D Dust Networks Inc. +00160F BADGER METER INC +00160A SWEEX Europe BV +001603 COOLKSKY Co., LTD +0015F7 Wintecronics Ltd. +0015F0 EGO BV +0015EA Tellumat (Pty) Ltd +0016C5 Shenzhen Xing Feng Industry Co.,Ltd +0016C7 Cisco Systems, Inc +0016CC Xcute Mobile Corp. +0016C0 Semtech Corporation +0016B4 Private +0016A8 CWT CO., LTD. +0016AD BT-Links Company Limited +001553 Cytyc Corporation +001555 DFM GmbH +00154E IEC +001547 AiZen Solutions Inc. +001542 MICROHARD S.R.L. +00153B EMH metering GmbH & Co. KG +001534 A Beltrónica-Companhia de Comunicações, Lda +001440 ATOMIC Corporation +001434 Keri Systems, Inc +00142D Toradex AG +001426 NL Technology +001421 Total Wireless Technologies Pte. Ltd. +00141C Cisco Systems, Inc +001583 IVT corporation +00157E Weidmüller Interface GmbH & Co. KG +001579 Lunatone Industrielle Elektronik GmbH +001574 Horizon Semiconductors Ltd. +001566 A-First Technology Co., Ltd. +001561 JJPlus Corporation +00155A DAINIPPON PHARMACEUTICAL CO., LTD. +001554 Atalum Wireless S.A. +001528 Beacon Medical Products LLC d.b.a. BeaconMedaes +001521 Horoquartz +001523 Meteor Communications Corporation +001522 Dea Security +00151C LENECO +001512 Zurich University of Applied Sciences +00150B SAGE INFOTECH LTD. +001506 Neo Photonics +0014FF Precise Automation, Inc. +0014F8 Scientific Atlanta +0014F3 ViXS Systems Inc +0014E7 Stolinx,. Inc +0014EC Acro Telecom +0014E2 datacom systems inc. +0014D6 Jeongmin Electronics Co.,Ltd. +0014DB Elma Trenew Electronic GmbH +0014DD Covergence Inc. +0014DC Communication System Design & Manufacturing (CSDM) +0014CF INVISIO Communications +0014CA Key Radio Systems Limited +0014C3 Seagate Technology +0014BC SYNECTIC TELECOM EXPORTS PVT. LTD. +0014B7 AR Infotek Inc. +0014AD Gassner Wiege- und Meßtechnik GmbH +0014B2 mCubelogics Corporation +0014A6 Teranetics, Inc. +00149F System and Chips, Inc. +0014A1 Synchronous Communication Corp +001470 Prokom Software SA +001469 Cisco Systems, Inc +001462 Digiwell Technology, inc +00145D WJ Communications, Inc. +001450 Heim Systems GmbH +001456 Edge Products +00144C General Meters Corp. +001445 Telefon-Gradnja d.o.o. +001447 BOAZ Inc. +001446 SuperVision Solutions LLC +0015B3 Caretech AB +0015A9 KWANG WOO I&C CO.,LTD +00159D Tripp Lite +001591 RLW Inc. +00158A SURECOM Technology Corp. +00158F NTT Advanced Technology Corporation +001590 Hectronic GmbH +0014A0 Accsense, Inc. +001493 Systimax Solutions +00148E Tele Power Inc. +001487 American Technology Integrators +001482 Aurora Networks +001481 Multilink Inc +00147C 3Com Ltd +001475 Wiline Networks, Inc. +0012E7 Projectek Networking Electronics Corp. +0012E8 Fraunhofer IMS +0012DB ZIEHL industrie-elektronik GmbH + Co KG +0012E2 ALAXALA Networks Corporation +0012D6 Jiangsu Yitong High-Tech Co.,Ltd +0012D5 Motion Reality Inc. +0012C3 WIT S.A. +0013E5 TENOSYS, INC. +0013EA Kamstrup A/S +0013DE Adapt4, LLC +0013D7 SPIDCOM Technologies SA +0013D8 Princeton Instruments +0013CF 4Access Communications +0013D2 PAGE IBERICA, S.A. +0013C9 Beyond Achieve Enterprises Ltd. +0013C2 WACOM Co.,Ltd +0013BD HYMATOM SA +0013B8 RyCo Electronic Systems Limited +00134E Valox Systems, Inc. +001353 HYDAC Filtertechnik GMBH +00134D Inepro BV +001347 Red Lion Controls, LP +00133B Speed Dragon Multimedia Limited +001340 AD.EL s.r.l. +00132E ITian Coporation +001328 Westech Korea Inc., +00132D iWise Communications +001334 Arkados, Inc. +0013B3 Ecom Communications Technology Co., Ltd. +0013AC Sunmyung Electronics Co., LTD +0013A6 Extricom Ltd +0013A5 General Solutions, LTD. +0013A0 ALGOSYSTEM Co., Ltd. +001399 STAC Corporation. +001393 Panta Systems, Inc. +001394 Infohand Co.,Ltd +00138D Kinghold +0012C8 Perfect tech +0012B9 Fusion Digital Technology +0012BE Astek Corporation +0012AC ONTIMETEK INC. +0012AB WiLife, Inc. +0012B2 AVOLITES LTD. +0012A6 Dolby Australia +001378 Qsan Technology, Inc. +00137D Dynalab, Inc. +001384 Advanced Motion Controls +00137E CorEdge Networks, Inc. +00136C TomTom +00136B E-TEC +001359 ProTelevision Technologies A/S +00135E EAB/RWI/K +00129F RAE Systems +001299 Ktech Telecommunications Inc +00129A IRT Electronics Pty Ltd +00128C Woodward Governor +001293 GE Energy +001287 Digital Everywhere Unterhaltungselektronik GmbH +001280 Cisco Systems, Inc +00131E Peiker acustic GmbH & Co. KG +001323 Cap Co., Ltd. +00130B Mextal B.V. +001312 Amedia Networks Inc. +0012F8 WNI Resources, LLC +0012FF Lely Industries N.V. +001304 Flaircomm Technologies Co. LTD +001410 Suzhou Keda Technology CO.,Ltd +001417 RSE Informations Technologie GmbH +001408 Eka Systems Inc. +001402 kk-electronic a/s +001401 Rivertree Networks Corp. +0013FB RKC INSTRUMENT INC. +0013F4 Psitek (Pty) Ltd +0013EF Kingjon Digital Technology Co.,Ltd +0011F7 Shenzhen Forward Industry Co., Ltd +0011F2 Institute of Network Technologies +0011EB Innovative Integration +0011E6 Scientific Atlanta +0011E5 KCodes Corporation +0011DF Current Energy +0011D3 NextGenTel Holding ASA +00110E Tsurusaki Sealand Transportation Co. Ltd. +001115 EPIN Technologies, Inc. +001114 EverFocus Electronics Corp. +001107 RGB Networks Inc. +001108 Orbital Data Corporation +001102 Aurora Multimedia Corp. +000FFC Merit Li-Lin Ent. +000FDA YAZAKI CORPORATION +000FF3 Jung Myoung Communications&Technology +0011A2 Manufacturing Technology Inc +00119B Telesynergy Research Inc. +00118C Missouri Department of Transportation +001191 CTS-Clima Temperatur Systeme GmbH +001196 Actuality Systems, Inc. +001179 Singular Technology Co. Ltd. +001172 COTRON CORPORATION +001166 Taelim Electronics Co., Ltd. +00116B Digital Data Communications Asia Co.,Ltd +00116C Nanwang Multimedia Inc.,Ltd +001162 STAR MICRONICS CO.,LTD. +001161 NetStreams, LLC +001155 Sevis Systems +00115C Cisco Systems, Inc +001147 Secom-Industry co.LTD. +00114C caffeina applied research ltd. +001274 NIT lab +00127A Sanyu Industry Co.,Ltd. +00126D University of California, Berkeley +001268 IPS d.o.o. +001267 Panasonic Corporation +001261 Adaptix, Inc +001257 LeapComm Communication Technologies Inc. +001222 Skardin (UK) Ltd +001227 Franklin Electric Co., Inc. +00121B Sound Devices, LLC +001221 B.Braun Melsungen AG +001214 Koenig & Bauer AG +00120F IEEE 802.3 +001208 Gantner Instruments GmbH +001201 Cisco Systems, Inc +001202 Decrane Aerospace - Audio International Inc. +0011C7 Raymarine UK Ltd +0011CC Guangzhou Jinpeng Group Co.,Ltd. +0011B5 Shenzhen Powercom Co.,Ltd +0011BA Elexol Pty Ltd +0011C1 4P MOBILE DATA PROCESSING +0011A8 Quest Technologies +0011A7 Infilco Degremont Inc. +001250 Tokyo Aircaft Instrument Co., Ltd. +00124B Texas Instruments +001244 Cisco Systems, Inc +001238 SetaBox Technology Co., Ltd. +00123D GES Co, Ltd +00123E ERUNE technology Co., Ltd. +00122C Soenen Controls N.V. +001231 Motion Control Systems, Inc. +001146 Telecard-Pribor Ltd +001140 Nanometrics Inc. +001139 STOEBER ANTRIEBSTECHNIK GmbH + Co. KG. +00113A SHINBORAM +001134 MediaCell, Inc. +001127 TASI, Inc +00112A Niko NV +001121 Cisco Systems, Inc +000EBB Everbee Networks +000EB4 GUANGZHOU GAOKE COMMUNICATIONS TECHNOLOGY CO.LTD. +000EAE GAWELL TECHNOLOGIES CORP. +000EA8 United Technologists Europe Limited +000EAD Metanoia Technologies, Inc. +000EA1 Formosa Teletek Corporation +000E9C Benchmark Electronics +000E9B Ambit Microsystems Corporation +000E8E SparkLAN Communications, Inc. +000E95 Fujiya Denki Seisakusho Co.,Ltd. +000FC1 WAVE Corporation +000FC8 Chantry Networks +000FC7 Dionica R&D Ltd. +000FBA Tevebox AB +000FA7 Raptor Networks Technology +000FAE E2O Communications +000FA8 Photometrics, Inc. +000F9A Synchrony, Inc. +000FA2 2xWireless +000E89 CLEMATIC +000E82 Commtech Wireless +000E7C Televes S.A. +000E76 GEMSOC INNOVISION INC. +000E6E MAT S.A. (Mircrelec Advanced Technology) +000E72 CTS electronics +000E68 E-TOP Network Technology Inc. +000E67 Eltis Microelectronics Ltd. +000FE7 Lutron Electronics Co., Inc. +000FEC ARKUS Inc. +000FE0 NComputing Co.,Ltd. +000FD4 Soundcraft +000FD9 FlexDSL Telecommunications AG +000EEA Shadong Luneng Jicheng Electronics,Co.,Ltd +000EDD SHURE INCORPORATED +000EE4 BOE TECHNOLOGY GROUP CO.,LTD +000ED8 Positron Access Solutions Corp +000ECD SKOV A/S +000ECE S.I.T.T.I. S.p.A. +000ED3 Epicenter, Inc. +000EC7 Motorola Korea +000F93 Landis+Gyr Ltd. +000F94 Genexis BV +000F8E DONGYANG TELECOM CO.,LTD. +000F87 Maxcess International +000F82 Mortara Instrument, Inc. +000F81 PAL Pacific Inc. +000F74 Qamcom Technology AB +000F7B Arce Sistemas, S.A. +000F68 Vavic Network Technology, Inc. +000F6F FTA Communication Technologies +000F62 Alcatel Bell Space N.V. +000F5C Day One Digital Media Limited +000F55 Datawire Communication Networks Inc. +000F49 Northover Solutions Limited +000F50 StreamScale Limited +000F42 Xalyo Systems +000F1C DigitAll World Co., Ltd +000F0A Clear Edge Networks +000F09 Private +000F03 COM&C CO., LTD +000EF7 Vulcan Portals Inc +000EFC JTAG Technologies B.V. +000EE9 WayTech Development, Inc. +000EF0 Festo AG & Co. KG +000F35 Cisco Systems, Inc +000F2E Megapower International Corp. +000F29 Augmentix Corporation +000F22 Helius, Inc. +000F0F Real ID Technology Co., Ltd. +000F16 JAY HOW TECHNOLOGY CO., +000F1B Ego Systems Inc. +000D74 Sand Network Systems, Inc. +000D7B Consensys Computers Inc. +000D6E K-Patents Oy +000D68 Vinci Systems, Inc. +000D6D K-Tech Devices Corp. +000D5B Smart Empire Investments Limited +000D5C Robert Bosch GmbH, VT-ATMO +000D61 Giga-Byte Technology Co., Ltd. +000D55 SANYCOM Technology Co.,Ltd +000D49 Triton Systems of Delaware, Inc. +000D4E NDR Co.,LTD. +000E5B ParkerVision - Direct2Data +000E55 AUVITRAN +000E56 4G Systems GmbH & Co. KG +000E4F Trajet GmbH +000E48 Lipman TransAction Solutions +000E43 G-Tek Electronics Sdn. Bhd. +000E34 NexGen City, LP +000E3B Hawking Technologies, Inc. +000E2F Roche Diagnostics GmbH +000DFB Komax AG +000DE9 Napatech Aps +000DEE Andrew RF Power Amplifier Group +000DE2 CMZ Sistemi Elettronici +000DDC VAC +000DD6 ITI LTD +000DDB AIRWAVE TECHNOLOGIES INC. +000DCA Tait Electronics +000DCF Cidra Corp. +000E28 Dynamic Ratings P/L +000E22 Private +000E21 MTU Friedrichshafen GmbH +000E15 Tadlys LTD +000E1C Hach Company +000E0D Hesch Schröder GmbH +000E10 C-guys, Inc. +000DF5 Teletronics International Inc. +000DFC ITFOR Inc. +000E01 ASIP Technologies Inc. +000CF0 M & N GmbH +000CF5 InfoExpress +000CE0 Trek Diagnostics Inc. +000CE4 NeuroCom International, Inc. +000CE9 BLOOMBERG L.P. +000CCE Cisco Systems, Inc +000CD4 Positron Public Safety Systems inc. +000CCD IEC - TC57 +000D15 Voipac s.r.o. +000D16 UHS Systems Pty Ltd +000D1B Kyoto Electronics Manufacturing Co., Ltd. +000D0F Finlux Ltd +000D03 Matrics, Inc. +000D08 AboveCable, Inc. +000CFC S2io Technologies Corp +000CF6 Sitecom Europe BV +000DA3 Emerging Technologies Limited +000D9C Elan GmbH & Co KG +000D96 Vtera Technology Inc. +000D95 Opti-cell, Inc. +000D90 Factum Electronics AB +000D89 Bils Technology Inc +000D80 Online Development Inc +000DC9 THALES Elektronik Systeme GmbH +000DC3 First Communication, Inc. +000DBC Cisco Systems, Inc +000DB7 SANKO ELECTRIC CO,.LTD +000DB0 Olym-tech Co.,Ltd. +000DA8 Teletronics Technology Corporation +000D41 Siemens AG ICM MP UC RD IT KLF1 +000D3A Microsoft Corp. +000D35 PAC International Ltd +000D2E Matsushita Avionics Systems Corporation +000D28 Cisco Systems, Inc +000D22 Unitronics LTD +000D27 MICROPLEX Printware AG +000C21 Faculty of Science and Technology, Keio University +000C11 NIPPON DEMPA CO.,LTD. +000C10 PNI Corporation +000C12 Micro-Optronic-Messtechnik GmbH +000C17 AJA Video Systems Inc +000C04 Tecnova +000C0B Broadbus Technologies +000BF8 Infinera +000BFF Berkeley Camera Engineering +000BEC NIPPON ELECTRIC INSTRUMENT, INC. +000BB8 Kihoku Electronic Co. +000BBD Connexionz Limited +000BAD PC-PoS Inc. +000BA0 T&L Information Inc. +000BA7 Maranti Networks +000BAC 3Com Ltd +000B93 Ritter Elektronik +000B98 NiceTechVision +000B9B Sirius System Co, Ltd. +000B8C Flextronics +000BF1 LAP Laser Applikations +000BDF Shenzhen RouterD Networks Limited +000BDE TELDIX GmbH +000BE0 SercoNet Ltd. +000BE5 HIMS International Corporation +000BD9 General Hydrogen +000BAE Vitals System Inc. +000BD0 XiMeta Technology Americas Inc. +000BD5 Nvergence, Inc. +000BC4 BIOTRONIK GmbH & Co +000BC9 Electroline Equipment +000BB1 Super Star Technology Co., Ltd. +000BB6 Metalligence Technology Corp. +000B79 X-COM, Inc. +000B80 Lycium Networks +000B87 American Reliance Inc. +000B6D SOLECTRON JAPAN NAKANIIDA +000B74 Kingwave Technology Co., Ltd. +000B67 Topview Technology Corporation +000B61 Friedrich Lütze GmbH & Co. KG +000B66 Teralink Communications +000B68 Addvalue Communications Pte Ltd +000B58 Astronautics C.A LTD +000B50 Oxygnet +000B44 Concord IDea Corp. +000B49 RF-Link System Inc. +000B4B VISIOWAVE SA +000B31 Yantai ZhiYang Scientific and technology industry CO., LTD +000B3D CONTAL OK Ltd. +000B38 Knürr GmbH +000B2A HOWTEL Co., Ltd. +000B2C Eiki Industrial Co. Ltd. +000C97 NV ADB TTV Technologies SA +000C9C Chongho information & communications +000C9E MemoryLink Corp. +000C89 AC Electric Vehicles, Ltd. +000C8B Connect Tech Inc +000C90 Octasic Inc. +000C84 Eazix, Inc. +000C75 Oriental integrated electronics. LTD +000C77 Life Racing Ltd +000C7C Internet Information Image Inc. +000C43 Ralink Technology, Corp. +000C45 Animation Technologies Inc. +000C3C MediaChorus, Inc. +000C32 Avionic Design Development GmbH +000C35 KaVo Dental GmbH & Co. KG +000C2B ELIAS Technology, Inc. +000C28 RIFATRON +000C1C MicroWeb Co., Ltd. +000C64 X2 MSA Group +000C69 National Radio Astronomy Observatory +000C70 ACC GmbH +000C51 Scientific Technologies Inc. +000C56 Megatel Computer (1986) Corp. +000C58 M&S Systems +000C5D CHIC TECHNOLOGY (CHINA) CORP. +000C4A Cygnus Microsystems (P) Limited +000CC8 Xytronix Research & Design, Inc. +000CBB ISKRAEMECO +000CB5 Premier Technolgies, Inc +000CBC Iscutum +000CA3 Rancho Technology, Inc. +000CAA Cubic Transportation Systems Inc +000A38 Apani Networks +000A3F Data East Corporation +000A44 Avery Dennison Deutschland GmbH +000A46 ARO WELDING TECHNOLOGIES SAS +000A33 Emulex Corporation +000A31 HCV Consulting +000A2C Active Tchnology Corporation +004252 RLX Technologies +000A2A QSI Systems Inc. +000A1E Red-M Products Limited +000A23 Parama Networks Inc +000A17 NESTAR COMMUNICATIONS, INC +000A1C Bridge Information Co., Ltd. +000B19 Vernier Networks, Inc. +000B1E KAPPA opto-electronics GmbH +000B25 Aeluros +000B17 MKS Instruments +000B12 NURI Telecom Co., Ltd. +000B0B Corrent Corporation +000AFA Traverse Technologies Australia +000AFF Kilchherr Elektronik AG +000AF3 Cisco Systems, Inc +000AF8 American Telecare Inc. +000AEE GCD Hard- & Software GmbH +000A06 Teledex LLC +000A09 TaraCom Integrated Products, Inc. +000A0B Sealevel Systems, Inc. +000A10 FAST media integrations AG +0009F7 SED, a division of Calian +000A01 SOHOware, Inc. +0009E9 Cisco Systems, Inc +0009F0 Shimizu Technology Inc. +0009EA YEM Inc. +0009E4 K Tech Infosystem Inc. +0009D8 Fält Communications AB +0009DD Mavin Technology Inc. +0009B1 Kanematsu Electronics, Ltd. +0009A3 Leadfly Techologies Corp. Ltd. +0009AA Data Comm for Business, Inc. +0009A4 HARTEC Corporation +00099E Testech, Inc. +000992 InterEpoch Technology,INC. +000991 GE Fanuc Automation Manufacturing, Inc. +00098B Entropic Communications, Inc. +000AB0 LOYTEC electronics GmbH +000AB7 Cisco Systems, Inc +000AA4 SHANGHAI SURVEILLANCE TECHNOLOGY CO,LTD +000AA9 Brooks Automation GmbH +000A91 HemoCue AB +000A9D King Young Technology Co. Ltd. +000A8C Guardware Systems Ltd. +000A97 SONICblue, Inc. +000A7D Valo, Inc. +000A84 Rainsun Enterprise Co., Ltd. +000A89 Creval Systems, Inc. +0009D7 DC Security Products +0009CA iMaxNetworks(Shenzhen)Limited. +0009D1 SERANOA NETWORKS INC +0009C5 KINGENE Technology Corporation +0009BD Epygi Technologies, Ltd. +0009B6 Cisco Systems, Inc +00097F Vsecure 2000 LTD. +000984 MyCasa Network Inc. +000971 Time Management, Inc. +000978 AIJI System Co., Ltd. +000972 Securebase,Inc +00096C Imedia Semiconductor Corp. +000965 HyunJu Computer Co., Ltd. +000960 YOZAN Inc. +000956 Network Systems Group, Ltd. (NSG) +000955 Young Generation International Corp. +000AE9 AirVast Technology Inc. +000ADB SkyPilot Network, Inc +000ADD Allworx Corp. +000AE2 Binatone Electronics International, Ltd +000ACA YOKOYAMA SHOKAI CO.,Ltd. +000ACF PROVIDEO Multimedia Co. Ltd. +000AD6 BeamReach Networks +000ABC Seabridge Ltd. +000ABE OPNET Technologies CO., LTD. +000AC3 eM Technics Co., Ltd. +000A78 OLITEC +000A71 Avrio Technologies, Inc +000A76 Beida Jade Bird Huaguang Technology Co.,Ltd +000A63 DHD GmbH +000A65 GentechMedia.co.,ltd. +000A6A SVM Microwaves s.r.o. +000A5E 3COM Corporation +000A52 AsiaRF Ltd. +000A4B DataPower Technology, Inc. +00075A Air Products and Chemicals, Inc. +000754 Xyterra Computing, Inc. +00074E IPFRONT Inc +00074D Zebra Technologies Corp. +000742 Ormazabal +000748 The Imaging Source Europe +000736 Data Video Technologies Co., Ltd. +00073D Nanjing Postel Telecommunications Co., Ltd. +00073C Telecom Design +00072A Innovance Networks +00072F Intransa, Inc. +000730 Hutchison OPTEL Telecom Technology Co., Ltd. +000725 Bematech International Corp. +000818 Pixelworks, Inc. +000812 GM-2 Corporation +000811 VOIX Corporation +00080B Birka BPA Informationssystem AB +000805 Techno-Holon Corporation +00080C VDA Elettronica spa +0007FB Giga Stream UMTS Technologies GmbH +0007F5 Bridgeco Co AG +0007E8 EdgeWave +0007EF Lockheed Martin Tactical Systems +0007E2 Bitworks, Inc. +0007D6 Commil Ltd. +0007DC Atek Co, Ltd. +000923 Heaman System Co., Ltd +00091D Proteam Computer Corporation +000924 Telebau GmbH +000911 Cisco Systems, Inc +000916 Listman Home Technologies, Inc. +00090A SnedFar Technology Co., Ltd. +000904 MONDIAL electronic +000903 Panasas, Inc +0008FE UNIK C&C Co.,Ltd. +0008FA Karl E.Brinkmann GmbH +0008EE Logic Product Development +0008F0 Next Generation Systems, Inc. +000948 Vista Control Systems, Corp. +00094F elmegt GmbH & Co. KG +000943 Cisco Systems, Inc +00093C Jacques Technologies P/L +000936 Ipetronik GmbH & Co. KG +000935 Sandvine Incorporated +000929 Sanyo Industries (UK) Limited +000930 AeroConcierge Inc. +0008E9 NextGig +0008DC Wiznet +0008E2 Cisco Systems, Inc +0008DB Corrigent Systems +0008D6 HASSNET Inc. +0008CF Nippon Koei Power Systems Co., Ltd. +0008C0 ASA SYSTEMS +0008C5 Liontech Co., Ltd. +0008CA TwinHan Technology Co.,Ltd +0008BF Aptus Elektronik AB +0008B3 Fastwel +0008B2 SHENZHEN COMPASS TECHNOLOGY DEVELOPMENT CO.,LTD +0008A6 Multiware & Image Co., Ltd. +0008AD Toyo-Linx Co., Ltd. +00089A Alcatel Microelectronics +0008A0 Stotz Feinmesstechnik GmbH +000892 EM Solutions +000896 Printronix, Inc. +00088C Quanta Network Systems Inc. +000886 Hansung Teliann, Inc. +000873 DapTechnology B.V. +00087A Wipotec GmbH +00087F SPAUN electronic GmbH & Co. KG +02608C 3COM CORPORATION +0007D0 Automat Engenharia de Automação Ltda. +0007CD Kumoh Electronic Co, Ltd +0007C7 Synectics Systems Limited +00047D Pelco +00047E Siqura B.V. +0007C1 Overture Networks, Inc. +0007C0 NetZerver Inc. +0007AE Britestream Networks, Inc. +0007B4 Cisco Systems, Inc +00079A Verint Systems Inc +0007A0 e-Watch Inc. +000794 Simple Devices, Inc. +000793 Shin Satellite Public Company Limited +00078D NetEngines Ltd. +00078E Garz & Friche GmbH +000781 Itron Inc. +000787 Idea System Co., Ltd. +000777 Motah Ltd. +000771 Embedded System Corporation +00075B Gibson Guitars +000760 TOMIS Information & Telecom Corp. +000767 Yuxing Electronics Company Limited +000879 CEM Corporation +00086C Plasmon LMS +00086D Missouri FreeNet +000867 Uptime Devices +000860 LodgeNet Entertainment Corp. +000854 Netronix, Inc. +00085A IntiGate Inc. +00081E Repeatit AB +00082B Wooksung Electronics, Inc. +000824 Nuance Document Imaging +0005BA Area Netwoeks, Inc. +0005B9 Airvana, Inc. +0005C0 Digital Network Alacarte Co., Ltd. +000599 DRS Test and Energy Management or DRS-TEM +0005A0 MOBILINE Kft. +0005A9 Princeton Networks, Inc. +0005AA Moore Industries International Inc. +0005AF InnoScan Computing A/S +0005B3 Asahi-Engineering Co., Ltd. +00059F Yotta Networks, Inc. +0005A6 Extron Electronics +0005B4 Aceex Corporation +00058D Lynx Photonic Networks, Inc. +000587 Locus, Incorporated +000593 Grammar Engine Inc. +000586 Lucent Technologies +00057A Overture Networks +00063C Intrinsyc Software International Inc. +00062F Pivotech Systems Inc. +000636 Jedai Broadband Networks +000635 PacketAir Networks, Inc. +000628 Cisco Systems, Inc +00061F Vision Components GmbH +000619 Connection Technology Systems +00060D Wave7 Optics +000613 Kawasaki Microelectronics Incorporated +00060E IGYS Systems, Inc. +0005EC Mosaic Systems Inc. +0005D3 eProduction Solutions, Inc. +000608 At-Sky SAS +000607 Omni Directional Control Technology Inc. +0005E6 Egenera, Inc. +000580 FibroLAN Ltd. +000576 NSM Technology Ltd. +000570 Baydel Ltd. +00056A Heuft Systemtechnik GmbH +000563 J-Works, Inc. +00055D D-LINK SYSTEMS, INC. +000564 Tsinghua Bitway Co., Ltd. +000557 Agile TV Corporation +000551 F & S Elektronik Systeme GmbH +00054B Eaton Automation AG +00054A Ario Data Networks, Inc. +000544 Valley Technologies, Inc. +00053E KID Systeme GmbH +000531 Cisco Systems, Inc +000538 Merilus, Inc. +000532 Cisco Systems, Inc +000525 Puretek Industrial Co., Ltd. +00052B HORIBA, Ltd. +00051F Taijin Media Co., Ltd. +000519 Siemens Building Technologies AG, +000518 Jupiters Technology +00050E 3ware, Inc. +00050F Tanaka S/S Ltd. +000508 Inetcam, Inc. +0004FE Pelago Networks +000671 Softing AG +000672 Netezza +00067B Toplink C&C Corporation +000665 Sunny Giken, Inc. +00066B Sysmex Corporation +000652 Cisco Systems, Inc +000659 EAL (Apeldoorn) B.V. +000658 Helmut Fischer GmbH Institut für Elektronik und Messtechnik +000646 ShenZhen XunBao Network Technology Co Ltd +000640 White Rock Networks +00064C Invicta Networks, Inc. +0006B5 Source Photonics, Inc. +0006A8 KC Technology, Inc. +00069E UNIQA, Inc. +000698 egnite GmbH +000692 Intruvert Networks, Inc. +00068C 3COM CORPORATION +000685 NetNearU Corporation +00068B AirRunner Technologies, Inc. +000686 ZARDCOM Co., Ltd. +00067F Digeo, Inc. +0006DE Flash Technology +0006E4 Citel Technologies Ltd. +0006D1 Tahoe Networks, Inc. +0006DA ITRAN Communications Ltd. +0006CB Jotron Electronics A/S +0006CC JMI Electronics Co., Ltd. +0006BB ATI Technologies Inc. +0006C5 INNOVI Technologies Limited +0006AF Xalted Networks +000719 Mobiis Co., Ltd. +000720 Trutzschler GmbH & Co. KG +000713 IP One, Inc. +00070D Cisco Systems, Inc +000714 Brightcom +0006F1 Optillion +0006F0 Digeo, Inc. +0006FB Hitachi Printing Solutions, Ltd. +0006EB Global Data +0005F2 Power R, Inc. +0005FE Traficon N.V. +0005E5 Renishaw PLC +0005F8 Real Time Access, Inc. +0005FF SNS Solutions, Inc. +0005DD Cisco Systems, Inc +0005D9 Techno Valley, Inc. +0005C6 Triz Communications +0005CC Sumtel Communications, Inc. +00044C JENOPTIK +000448 Polaroid Corporation +00043C SONOS Co., Ltd. +000441 Half Dome Systems, Inc. +00042F International Communications Products, Inc. +000429 Pixord Corporation +00041C ipDialog, Inc. +00041D Corega of America +000416 Parks S/A Comunicacoes Digitais +000410 Spinnaker Networks, Inc. +00040F Asus Network Technologies, Inc. +00040A Sage Systems +000403 Nexsi Corporation +0004F8 QUALICABLE TV Industria E Com., Ltda +0004F2 Polycom +0004EB Paxonet Communications, Inc. +0004EC Memobox SA +0004E6 Banyan Network Private Limited +0004E1 Infinior Microsystems +0004DB Tellus Group Corp. +0004E2 SMC Networks, Inc. +0004D5 Hitachi Information & Communication Engineering, Ltd. +0004CF Seagate Technology +0004C9 Micro Electron Co., Ltd. +000487 Cogency Semiconductor, Inc. +000482 Medialogic Corp. +000478 G. Star Technology Corporation +000471 IPrad +00046B Palm Wireless, Inc. +000465 i.s.t isdn-support technik GmbH +000459 Veristar Corporation +00045E PolyTrax Information Technology AG +000458 Fusion X Co., Ltd. +000452 RocketLogix, Inc. +000442 NACT +0003F9 Pleiades Communications, Inc. +0003E2 Comspace Corporation +0003F4 NetBurner +0003F3 Dazzle Multimedia, Inc. +0003ED Shinkawa Electric Co., Ltd. +0003E7 Logostek Co. Ltd. +0003DF Desana Systems +0003DB Apogee Electronics Corp. +0003D6 RADVision, Ltd. +0003CF Muxcom, Inc. +0003C8 CML Emergency Services +0003C3 Micronik Multimedia +0003C0 RFTNC Co., Ltd. +0003BC COT GmbH +0003B1 Hospira Inc. +0003A5 Medea Corporation +0003AA Watlow +0003A2 Catapult Communications +000397 Watchfront Limited +00039E Tera System Co., Ltd. +000392 Hyundai Teletek Co., Ltd. +00038F Weinschel Corporation +00038B PLUS-ONE I&T, Inc. +000386 Ho Net, Inc. +00037D Stellcom +000382 A-One Co., Ltd. +00037A Taiyo Yuden Co., Ltd. +000376 Graphtec Technology, Inc. +000369 Nippon Antenna Co., Ltd. +00036F Telsey SPA +000363 Miraesys Co., Ltd. +00035E Metropolitan Area Networks, Inc. +000357 Intervoice-Brite, Inc. +00034C Shanghai DigiVision Technology Co., Ltd. +000351 Diebold, Inc. +000311 Micro Technology Co., Ltd. +00030A Argus Technologies +000305 MSC Vertriebs GmbH +0002FE Viditec, Inc. +0002F2 eDevice, Inc. +0002F7 ARM +0002EC Maschoff Design Engineering +0002E4 JC HYUN Systems, Inc. +0002E7 CAB GmbH & Co KG +0002E0 ETAS GmbH +0002D9 Reliable Controls +0002D4 PDA Peripherals, Inc. +0002D1 Vivotek, Inc. +0002CD TeleDream, Inc. +000349 Vidicode Datacommunicatie B.V. +000340 Floware Wireless Systems, Ltd. +008037 Ericsson Group +000332 Cisco Systems, Inc +000339 Eurologic Systems, Ltd. +00032A UniData Communication Systems, Inc. +00032D IBASE Technology, Inc. +000326 Iwasaki Information Systems Co., Ltd. +00031D Taiwan Commate Computer, Inc. +000318 Cyras Systems, Inc. +0004C2 Magnipix, Inc. +0004B6 Stratex Networks, Inc. +0004BC Giantec, Inc. +0004B0 ELESIGN Co., Ltd. +0004A9 SandStream Technologies, Inc. +0004A8 Broadmax Technologies, Inc. +0004A2 L.S.I. Japan Co., Ltd. +00049B Cisco Systems, Inc +00049C Surgient Networks, Inc. +00048F TD Systems Corporation +000488 Eurotherm Controls +000281 Madge Ltd. +009064 Thomson Inc. +00027F ask-technologies.com +00027A IOI Technology Corporation +000273 Coriolis Networks +00026E NeGeN Access, Inc. +000263 UPS Manufacturing SRL +00025C SCI Systems (Kunshan) Co., Ltd. +000253 Televideo, Inc. +00024C SiByte, Inc. +00024E Datacard Group +00012F Twinhead International Corp +00023C Creative Technology, Ltd. +000240 Seedek Co., Ltd. +000247 Great Dragon Information Technology (Group) Co., Ltd. +000243 Raysis Co., Ltd. +000239 Visicom +000236 INIT GmbH +000231 Ingersoll-Rand +00022A Asound Electronic +00022D Agere Systems +000219 Paralon Technologies +000186 Uwe Disch +00017B Heidelberger Druckmaschinen AG +000182 DICA TECHNOLOGIES AG +00018E Logitec Corporation +00019B Kyoto Microcomputer Co., Ltd. +000194 Capital Equipment Corporation +000197 Cisco Systems, Inc +0001A3 GENESYS LOGIC, INC. +00014E WIN Enterprises, Inc. +0030AC Systeme Lauer GmbH & Co., Ltd. +00013E Ascom Tateco AB +000145 WINSYSTEMS, INC. +000126 PAC Labs +00011A Hoffmann und Burmeister GbR +00011D Centillium Communications +000129 DFI Inc. +000107 Leiser GmbH +00010E Bri-Link Technologies Co., Ltd +000116 Netspect Technologies, Inc. +000103 3COM CORPORATION +00062B INTRASERVER TECHNOLOGY +0002C1 Innovative Electronic Designs, Inc. +0002C8 Technocom Communications Technology (pte) Ltd +0002A9 RACOM, s.r.o. +0002B8 WHI KONSULT AB +0002AC 3PAR data +0002B1 Anritsu, Ltd. +00029A Storage Apps +0002A0 Flatstack Ltd. +000295 IP.Access Limited +000294 Tokyo Sokushin Co., Ltd. +000290 Woorigisool, Inc. +000286 Occam Networks +00028B VDSL Systems OY +000222 Chromisys, Inc. +00021D Data General Communication Ltd. +00020A Gefran Spa +000216 Cisco Systems, Inc +000206 Telital R&D Denmark A/S +000203 Woonsang Telecom, Inc. +0001F7 Image Display Systems, Inc. +0001EE Comtrol Europe, Ltd. +0001E2 Ando Electric Corporation +0001F1 Innovative Concepts, Inc. +00B06D Jones Futurex Inc. +0030FE DSA GmbH +00305E Abelko Innovation +00301E 3COM EUROPE LTD. +00304D ESI +003046 Controlled Electronic Manageme +00307B Cisco Systems, Inc +0001D6 manroland AG +0001DB Freecom Technologies GmbH +0001DE Trango Systems, Inc. +0001CF Alpha Data Parallel Systems, Ltd. +0001CB EVR +0001C4 NeoWave, Inc. +0001C0 CompuLab, Ltd. +0001B9 SKF Condition Monitoring +0001B5 Turin Networks, Inc. +00017F Experience Music Project +00016C FOXCONN +000173 AMCC +00015C CADANT INC. +000163 Cisco Systems, Inc +00010A CIS TECHNOLOGY INC. +00016F Inkel Corp. +000155 Promise Technology, Inc. +000151 Ensemble Communications +000142 Cisco Systems, Inc +000132 Dranetz - BMI +00D07D COSINE COMMUNICATIONS +00D0CA Intrinsyc Software International Inc. +00D058 Cisco Systems, Inc +00D067 CAMPIO COMMUNICATIONS +00D023 INFORTREND TECHNOLOGY, INC. +00D02A Voxent Systems Ltd. +00D068 IWILL CORPORATION +00D09D VERIS INDUSTRIES +00D09A FILANET CORPORATION +00D00A LANACCESS TELECOM S.A. +00D04A PRESENCE TECHNOLOGY GMBH +00D0C3 VIVID TECHNOLOGY PTE, LTD. +00D0F8 FUJIAN STAR TERMINAL +00D096 3COM EUROPE LTD. +00D003 COMDA ENTERPRISES CORP. +00D029 WAKEFERN FOOD CORPORATION +00D0F5 ORANGE MICRO, INC. +00D0F7 NEXT NETS CORPORATION +00D078 Eltex of Sweden AB +00D0AF CUTLER-HAMMER, INC. +00D026 HIRSCHMANN AUSTRIA GMBH +00D010 CONVERGENT NETWORKS, INC. +00D074 TAQUA SYSTEMS, INC. +00D0D5 GRUNDIG AG +00D034 ORMEC SYSTEMS CORP. +00D08C GENOA TECHNOLOGY, INC. +00D059 AMBIT MICROSYSTEMS CORP. +005020 MEDIASTAR CO., LTD. +00503E Cisco Systems, Inc +00D02B JETCELL, INC. +005017 RSR S.R.L. +00D0CC TECHNOLOGIES LYRE INC. +00506D VIDEOJET SYSTEMS +005077 PROLIFIC TECHNOLOGY, INC. +0050D4 JOOHONG INFORMATION & +00505E DIGITEK MICROLOGIC S.A. +0050E7 PARADISE INNOVATIONS (ASIA) +0050B9 XITRON TECHNOLOGIES, INC. +00D049 IMPRESSTEK CO., LTD. +00D04D DIV OF RESEARCH & STATISTICS +00D035 BEHAVIOR TECH. COMPUTER CORP. +00D02D ADEMCO +00D07C KOYO ELECTRONICS INC. CO.,LTD. +00D05B ACROLOOP MOTION CONTROL +00D0C6 THOMAS & BETTS CORP. +00D02E COMMUNICATION AUTOMATION CORP. +00D0DA TAICOM DATA SYSTEMS CO., LTD. +00D0E8 MAC SYSTEM CO., LTD. +00D03C Vieo, Inc. +00D09F NOVTEK TEST SYSTEMS +00D07E KEYCORP LTD. +00D0EA NEXTONE COMMUNICATIONS, INC. +00D020 AIM SYSTEM, INC. +00D064 MULTITEL +00D072 BROADLOGIC +00309B Smartware +0030AF Honeywell GmbH +003074 EQUIINET LTD. +003090 CYRA TECHNOLOGIES, INC. 003030 HARMONIX CORPORATION +00307C ADID SA +003063 SANTERA SYSTEMS, INC. +00309F AMBER NETWORKS +0030A8 OL'E COMMUNICATIONS, INC. +00304C APPIAN COMMUNICATIONS, INC. +0030EF NEON TECHNOLOGY, INC. +00306F SEYEON TECH. CO., LTD. 003031 LIGHTWAVE COMMUNICATIONS, INC. -003032 MagicRam, Inc. -003033 ORIENT TELECOM CO., LTD. -003034 SET ENGINEERING 003035 Corning Incorporated -003036 RMP ELEKTRONIKSYSTEME GMBH -003037 Packard Bell Nec Services -003038 XCP, INC. -003039 SOFTBOOK PRESS -00303A MAATEL -00303B PowerCom Technology -00303C ONNTO CORP. -00303D IVA CORPORATION -00303E Radcom Ltd. -00303F TurboComm Tech Inc. -003040 CISCO SYSTEMS, INC. -003041 SAEJIN T & M CO., LTD. -003042 DeTeWe-Deutsche Telephonwerke -003043 IDREAM TECHNOLOGIES, PTE. LTD. -003044 CradlePoint, Inc -003045 Village Networks, Inc. (VNI) -003046 Controlled Electronic Manageme -003047 NISSEI ELECTRIC CO., LTD. -003048 Supermicro Computer, Inc. -003049 BRYANT TECHNOLOGY, LTD. -00304A Fraunhofer IPMS -00304B ORBACOM SYSTEMS, INC. -00304C APPIAN COMMUNICATIONS, INC. -00304D ESI -00304E BUSTEC PRODUCTION LTD. -00304F PLANET Technology Corporation -003050 Versa Technology -003051 ORBIT AVIONIC & COMMUNICATION -003052 ELASTIC NETWORKS -003053 Basler AG -003054 CASTLENET TECHNOLOGY, INC. -003055 Renesas Technology America, Inc. -003056 Beck IPC GmbH -003057 QTelNet, Inc. -003058 API MOTION -003059 KONTRON COMPACT COMPUTERS AG -00305A TELGEN CORPORATION -00305B Toko Inc. -00305C SMAR Laboratories Corp. -00305D DIGITRA SYSTEMS, INC. -00305E Abelko Innovation +00302B INALP NETWORKS, INC. 00305F Hasselblad -003060 Powerfile, Inc. -003061 MobyTEL -003062 IP Video Networks Inc -003063 SANTERA SYSTEMS, INC. -003064 ADLINK TECHNOLOGY, INC. -003065 APPLE COMPUTER, INC. -003066 RFM -003067 BIOSTAR MICROTECH INT'L CORP. -003068 CYBERNETICS TECH. CO., LTD. -003069 IMPACCT TECHNOLOGY CORP. -00306A PENTA MEDIA CO., LTD. -00306B CMOS SYSTEMS, INC. -00306C Hitex Holding GmbH -00306D LUCENT TECHNOLOGIES -00306E HEWLETT PACKARD -00306F SEYEON TECH. CO., LTD. -003070 1Net Corporation -003071 CISCO SYSTEMS, INC. -003072 Intellibyte Inc. -003073 International Microsystems, In -003074 EQUIINET LTD. -003075 ADTECH -003076 Akamba Corporation +00302D QUANTUM BRIDGE COMMUNICATIONS +003025 CHECKOUT COMPUTER SYSTEMS, LTD +003012 DIGITAL ENGINEERING LTD. 003077 ONPREM NETWORKS -003078 CISCO SYSTEMS, INC. -003079 CQOS, INC. -00307A Advanced Technology & Systems -00307B CISCO SYSTEMS, INC. -00307C ADID SA -00307D GRE AMERICA, INC. -00307E Redflex Communication Systems -00307F IRLAN LTD. -003080 CISCO SYSTEMS, INC. -003081 ALTOS C&C -003082 TAIHAN ELECTRIC WIRE CO., LTD. +0030D4 AAE Systems, Inc. +00D00F SPEECH DESIGN GMBH +00D0CF MORETON BAY +00D073 ACN ADVANCED COMMUNICATIONS +00D030 Safetran Systems Corp +00D057 ULTRAK, INC. +00D03B VISION PRODUCTS PTY. LTD. +00D0BF PIVOTAL TECHNOLOGIES +00D050 ISKRATEL +00D0CB DASAN CO., LTD. +00D0D3 Cisco Systems, Inc +00D08E Grass Valley, A Belden Brand +00D0A3 VOCAL DATA, INC. +00D0E0 DOOIN ELECTRONICS CO. +003054 CASTLENET TECHNOLOGY, INC. +003039 SOFTBOOK PRESS +003017 BlueArc UK Ltd +003076 Akamba Corporation +00305D DIGITRA SYSTEMS, INC. +0030F7 RAMIX INC. +003033 ORIENT TELECOM CO., LTD. 003083 Ivron Systems -003084 ALLIED TELESYN INTERNAIONAL -003085 CISCO SYSTEMS, INC. -003086 Transistor Devices, Inc. -003087 VEGA GRIESHABER KG -003088 Ericsson +003007 OPTI, INC. +0030DD INDIGITA CORPORATION +0030F2 Cisco Systems, Inc +003020 TSI, Inc.. 003089 Spectrapoint Wireless, LLC -00308A NICOTRA SISTEMI S.P.A -00308B Brix Networks -00308C Quantum Corporation -00308D Pinnacle Systems, Inc. -00308E CROSS MATCH TECHNOLOGIES, INC. -00308F MICRILOR, Inc. -003090 CYRA TECHNOLOGIES, INC. -003091 TAIWAN FIRST LINE ELEC. CORP. -003092 ModuNORM GmbH -003093 Sonnet Technologies, Inc -003094 CISCO SYSTEMS, INC. -003095 Procomp Informatics, Ltd. -003096 CISCO SYSTEMS, INC. -003097 AB Regin -003098 Global Converging Technologies -003099 BOENIG UND KALLENBACH OHG -00309A ASTRO TERRA CORP. -00309B Smartware -00309C Timing Applications, Inc. -00309D Nimble Microsystems, Inc. -00309E WORKBIT CORPORATION. -00309F AMBER NETWORKS -0030A0 TYCO SUBMARINE SYSTEMS, LTD. -0030A1 WEBGATE Inc. -0030A2 Lightner Engineering -0030A3 CISCO SYSTEMS, INC. -0030A4 Woodwind Communications System -0030A5 ACTIVE POWER -0030A6 VIANET TECHNOLOGIES, LTD. -0030A7 SCHWEITZER ENGINEERING -0030A8 OL'E COMMUNICATIONS, INC. -0030A9 Netiverse, Inc. -0030AA AXUS MICROSYSTEMS, INC. -0030AB DELTA NETWORKS, INC. -0030AC Systeme Lauer GmbH & Co., Ltd. -0030AD SHANGHAI COMMUNICATION -0030AE Times N System, Inc. -0030AF Honeywell GmbH -0030B0 Convergenet Technologies -0030B1 TrunkNet -0030B2 L-3 Sonoma EO -0030B3 San Valley Systems, Inc. -0030B4 INTERSIL CORP. -0030B5 Tadiran Microwave Networks -0030B6 CISCO SYSTEMS, INC. -0030B7 Teletrol Systems, Inc. -0030B8 RiverDelta Networks -0030B9 ECTEL -0030BA AC&T SYSTEM CO., LTD. -0030BB CacheFlow, Inc. -0030BC Optronic AG -0030BD BELKIN COMPONENTS -0030BE City-Net Technology, Inc. -0030BF MULTIDATA GMBH -0030C0 Lara Technology, Inc. -0030C1 HEWLETT-PACKARD +003022 Fong Kai Industrial Co., Ltd. +0030F8 Dynapro Systems, Inc. 0030C2 COMONE -0030C3 FLUECKIGER ELEKTRONIK AG -0030C4 Canon Imaging Systems Inc. -0030C5 CADENCE DESIGN SYSTEMS -0030C6 CONTROL SOLUTIONS, INC. -0030C7 Macromate Corp. -0030C8 GAD LINE, LTD. -0030C9 LuxN, N -0030CA Discovery Com -0030CB OMNI FLOW COMPUTERS, INC. -0030CC Tenor Networks, Inc. -0030CD CONEXANT SYSTEMS, INC. -0030CE Zaffire -0030CF TWO TECHNOLOGIES, INC. -0030D0 Tellabs -0030D1 INOVA CORPORATION +003056 Beck IPC GmbH 0030D2 WIN TECHNOLOGIES, CO., LTD. -0030D3 Agilent Technologies -0030D4 AAE Systems, Inc. -0030D5 DResearch GmbH -0030D6 MSC VERTRIEBS GMBH -0030D7 Innovative Systems, L.L.C. -0030D8 SITEK -0030D9 DATACORE SOFTWARE CORP. -0030DA COMTREND CO. -0030DB Mindready Solutions, Inc. -0030DC RIGHTECH CORPORATION -0030DD INDIGITA CORPORATION -0030DE WAGO Kontakttechnik GmbH -0030DF KB/TEL TELECOMUNICACIONES -0030E0 OXFORD SEMICONDUCTOR LTD. -0030E1 Network Equipment Technologies, Inc. -0030E2 GARNET SYSTEMS CO., LTD. -0030E3 SEDONA NETWORKS CORP. -0030E4 CHIYODA SYSTEM RIKEN -0030E5 Amper Datos S.A. -0030E6 Draeger Medical Systems, Inc. -0030E7 CNF MOBILE SOLUTIONS, INC. -0030E8 ENSIM CORP. -0030E9 GMA COMMUNICATION MANUFACT'G -0030EA TeraForce Technology Corporation -0030EB TURBONET COMMUNICATIONS, INC. -0030EC BORGARDT -0030ED Expert Magnetics Corp. -0030EE DSG Technology, Inc. -0030EF NEON TECHNOLOGY, INC. -0030F0 Uniform Industrial Corp. -0030F1 Accton Technology Corp. -0030F2 CISCO SYSTEMS, INC. -0030F3 At Work Computers -0030F4 STARDOT TECHNOLOGIES -0030F5 Wild Lab. Ltd. -0030F6 SECURELOGIX CORPORATION -0030F7 RAMIX INC. -0030F8 Dynapro Systems, Inc. -0030F9 Sollae Systems Co., Ltd. -0030FA TELICA, INC. -0030FB AZS Technology AG -0030FC Terawave Communications, Inc. -0030FD INTEGRATED SYSTEMS DESIGN -0030FE DSA GmbH -0030FF DATAFAB SYSTEMS, INC. -00336C SynapSense Corporation -0034F1 Radicom Research, Inc. -003532 Electro-Metrics Corporation -0036F8 Conti Temic microelectronic GmbH -0036FE SuperVision -00376D Murata Manufacturing Co., Ltd. -003A98 CISCO SYSTEMS, INC. -003A99 CISCO SYSTEMS, INC. -003A9A CISCO SYSTEMS, INC. -003A9B CISCO SYSTEMS, INC. -003A9C CISCO SYSTEMS, INC. -003A9D NEC AccessTechnica, Ltd. -003AAF BlueBit Ltd. -003CC5 WONWOO Engineering Co., Ltd -003D41 Hatteland Computer AS -003EE1 Apple, Inc. -004000 PCI COMPONENTES DA AMZONIA LTD -004001 Zero One Technology Co. Ltd. -004002 PERLE SYSTEMS LIMITED -004003 Emerson Process Management Power & Water Solutions, Inc. -004004 ICM CO. LTD. -004005 ANI COMMUNICATIONS INC. -004006 SAMPO TECHNOLOGY CORPORATION -004007 TELMAT INFORMATIQUE -004008 A PLUS INFO CORPORATION -004009 TACHIBANA TECTRON CO., LTD. -00400A PIVOTAL TECHNOLOGIES, INC. -00400B CISCO SYSTEMS, INC. -00400C GENERAL MICRO SYSTEMS, INC. -00400D LANNET DATA COMMUNICATIONS,LTD -00400E MEMOTEC, INC. -00400F DATACOM TECHNOLOGIES -004010 SONIC SYSTEMS, INC. -004011 ANDOVER CONTROLS CORPORATION -004012 WINDATA, INC. -004013 NTT DATA COMM. SYSTEMS CORP. -004014 COMSOFT GMBH -004015 ASCOM INFRASYS AG -004016 ADC - Global Connectivity Solutions Division -004017 Silex Technology America -004018 ADOBE SYSTEMS, INC. -004019 AEON SYSTEMS, INC. -00401A FUJI ELECTRIC CO., LTD. -00401B PRINTER SYSTEMS CORP. -00401C AST RESEARCH, INC. -00401D INVISIBLE SOFTWARE, INC. -00401E ICC -00401F COLORGRAPH LTD -004020 TE Connectivity Ltd. -004021 RASTER GRAPHICS -004022 KLEVER COMPUTERS, INC. -004023 LOGIC CORPORATION -004024 COMPAC INC. -004025 MOLECULAR DYNAMICS -004026 Buffalo Inc. -004027 SMC MASSACHUSETTS, INC. -004028 NETCOMM LIMITED -004029 COMPEX -00402A CANOGA-PERKINS -00402B TRIGEM COMPUTER, INC. -00402C ISIS DISTRIBUTED SYSTEMS, INC. -00402D HARRIS ADACOM CORPORATION -00402E PRECISION SOFTWARE, INC. -00402F XLNT DESIGNS INC. -004030 GK COMPUTER -004031 KOKUSAI ELECTRIC CO., LTD -004032 DIGITAL COMMUNICATIONS -004033 ADDTRON TECHNOLOGY CO., LTD. -004034 BUSTEK CORPORATION -004035 OPCOM -004036 TRIBE COMPUTER WORKS, INC. -004037 SEA-ILAN, INC. -004038 TALENT ELECTRIC INCORPORATED -004039 OPTEC DAIICHI DENKO CO., LTD. -00403A IMPACT TECHNOLOGIES -00403B SYNERJET INTERNATIONAL CORP. -00403C FORKS, INC. -00403D Teradata Corporation -00403E RASTER OPS CORPORATION -00403F SSANGYONG COMPUTER SYSTEMS -004040 RING ACCESS, INC. -004041 FUJIKURA LTD. -004042 N.A.T. GMBH -004043 Nokia Siemens Networks GmbH & Co. KG. -004044 QNIX COMPUTER CO., LTD. -004045 TWINHEAD CORPORATION -004046 UDC RESEARCH LIMITED -004047 WIND RIVER SYSTEMS -004048 SMD INFORMATICA S.A. -004049 Roche Diagnostics International Ltd. -00404A WEST AUSTRALIAN DEPARTMENT -00404B MAPLE COMPUTER SYSTEMS -00404C HYPERTEC PTY LTD. -00404D TELECOMMUNICATIONS TECHNIQUES -00404E FLUENT, INC. -00404F SPACE & NAVAL WARFARE SYSTEMS -004050 IRONICS, INCORPORATED -004051 GRACILIS, INC. -004052 STAR TECHNOLOGIES, INC. -004053 AMPRO COMPUTERS -004054 CONNECTION MACHINES SERVICES -004055 METRONIX GMBH -004056 MCM JAPAN LTD. -004057 LOCKHEED - SANDERS -004058 KRONOS, INC. -004059 YOSHIDA KOGYO K. K. -00405A GOLDSTAR INFORMATION & COMM. -00405B FUNASSET LIMITED -00405C FUTURE SYSTEMS, INC. -00405D STAR-TEK, INC. -00405E NORTH HILLS ISRAEL -00405F AFE COMPUTERS LTD. -004060 COMENDEC LTD -004061 DATATECH ENTERPRISES CO., LTD. -004062 E-SYSTEMS, INC./GARLAND DIV. -004063 VIA TECHNOLOGIES, INC. -004064 KLA INSTRUMENTS CORPORATION -004065 GTE SPACENET -004066 HITACHI CABLE, LTD. -004067 OMNIBYTE CORPORATION -004068 EXTENDED SYSTEMS -004069 LEMCOM SYSTEMS, INC. -00406A KENTEK INFORMATION SYSTEMS,INC -00406B SYSGEN -00406C COPERNIQUE -00406D LANCO, INC. -00406E COROLLARY, INC. -00406F SYNC RESEARCH INC. -004070 INTERWARE CO., LTD. -004071 ATM COMPUTER GMBH -004072 Applied Innovation Inc. -004073 BASS ASSOCIATES -004074 CABLE AND WIRELESS -004075 Tattile SRL -004076 Sun Conversion Technologies -004077 MAXTON TECHNOLOGY CORPORATION -004078 WEARNES AUTOMATION PTE LTD -004079 JUKO MANUFACTURE COMPANY, LTD. -00407A SOCIETE D'EXPLOITATION DU CNIT -00407B SCIENTIFIC ATLANTA -00407C QUME CORPORATION -00407D EXTENSION TECHNOLOGY CORP. -00407E EVERGREEN SYSTEMS, INC. -00407F FLIR Systems -004080 ATHENIX CORPORATION -004081 MANNESMANN SCANGRAPHIC GMBH -004082 LABORATORY EQUIPMENT CORP. -004083 TDA INDUSTRIA DE PRODUTOS -004084 HONEYWELL ACS -004085 SAAB INSTRUMENTS AB -004086 MICHELS & KLEBERHOFF COMPUTER -004087 UBITREX CORPORATION -004088 MOBIUS TECHNOLOGIES, INC. -004089 MEIDENSHA CORPORATION -00408A TPS TELEPROCESSING SYS. GMBH -00408B RAYLAN CORPORATION -00408C AXIS COMMUNICATIONS AB -00408D THE GOODYEAR TIRE & RUBBER CO. -00408E Tattile SRL -00408F WM-DATA MINFO AB -004090 ANSEL COMMUNICATIONS -004091 PROCOMP INDUSTRIA ELETRONICA -004092 ASP COMPUTER PRODUCTS, INC. -004093 PAXDATA NETWORKS LTD. -004094 SHOGRAPHICS, INC. -004095 R.P.T. INTERGROUPS INT'L LTD. -004096 Cisco Systems -004097 DATEX DIVISION OF -004098 DRESSLER GMBH & CO. -004099 NEWGEN SYSTEMS CORP. -00409A NETWORK EXPRESS, INC. -00409B HAL COMPUTER SYSTEMS INC. -00409C TRANSWARE -00409D DIGIBOARD, INC. -00409E CONCURRENT TECHNOLOGIES LTD. -00409F Telco Systems, Inc. -0040A0 GOLDSTAR CO., LTD. -0040A1 ERGO COMPUTING -0040A2 KINGSTAR TECHNOLOGY INC. -0040A3 MICROUNITY SYSTEMS ENGINEERING -0040A4 ROSE ELECTRONICS -0040A5 CLINICOMP INTL. -0040A6 Cray, Inc. -0040A7 ITAUTEC PHILCO S.A. -0040A8 IMF INTERNATIONAL LTD. -0040A9 DATACOM INC. -0040AA VALMET AUTOMATION INC. -0040AB ROLAND DG CORPORATION -0040AC SUPER WORKSTATION, INC. -0040AD SMA REGELSYSTEME GMBH -0040AE DELTA CONTROLS, INC. -0040AF DIGITAL PRODUCTS, INC. -0040B0 BYTEX CORPORATION, ENGINEERING -0040B1 CODONICS INC. -0040B2 SYSTEMFORSCHUNG -0040B3 ParTech Inc. -0040B4 NEXTCOM K.K. -0040B5 VIDEO TECHNOLOGY COMPUTERS LTD -0040B6 COMPUTERM CORPORATION -0040B7 STEALTH COMPUTER SYSTEMS -0040B8 IDEA ASSOCIATES -0040B9 MACQ ELECTRONIQUE SA -0040BA ALLIANT COMPUTER SYSTEMS CORP. -0040BB GOLDSTAR CABLE CO., LTD. -0040BC ALGORITHMICS LTD. -0040BD STARLIGHT NETWORKS, INC. -0040BE BOEING DEFENSE & SPACE -0040BF CHANNEL SYSTEMS INTERN'L INC. -0040C0 VISTA CONTROLS CORPORATION -0040C1 BIZERBA-WERKE WILHEIM KRAUT -0040C2 APPLIED COMPUTING DEVICES -0040C3 FISCHER AND PORTER CO. -0040C4 KINKEI SYSTEM CORPORATION -0040C5 MICOM COMMUNICATIONS INC. -0040C6 FIBERNET RESEARCH, INC. -0040C7 RUBY TECH CORPORATION -0040C8 MILAN TECHNOLOGY CORPORATION -0040C9 NCUBE -0040CA FIRST INTERNAT'L COMPUTER, INC -0040CB LANWAN TECHNOLOGIES -0040CC SILCOM MANUF'G TECHNOLOGY INC. -0040CD TERA MICROSYSTEMS, INC. -0040CE NET-SOURCE, INC. -0040CF STRAWBERRY TREE, INC. -0040D0 MITAC INTERNATIONAL CORP. -0040D1 FUKUDA DENSHI CO., LTD. -0040D2 PAGINE CORPORATION -0040D3 KIMPSION INTERNATIONAL CORP. -0040D4 GAGE TALKER CORP. -0040D5 Sartorius Mechatronics T&H GmbH -0040D6 LOCAMATION B.V. -0040D7 STUDIO GEN INC. -0040D8 OCEAN OFFICE AUTOMATION LTD. -0040D9 AMERICAN MEGATRENDS INC. -0040DA TELSPEC LTD -0040DB ADVANCED TECHNICAL SOLUTIONS -0040DC TRITEC ELECTRONIC GMBH -0040DD HONG TECHNOLOGIES -0040DE Elsag Datamat spa -0040DF DIGALOG SYSTEMS, INC. -0040E0 ATOMWIDE LTD. -0040E1 MARNER INTERNATIONAL, INC. -0040E2 MESA RIDGE TECHNOLOGIES, INC. -0040E3 QUIN SYSTEMS LTD -0040E4 E-M TECHNOLOGY, INC. -0040E5 SYBUS CORPORATION -0040E6 C.A.E.N. -0040E7 ARNOS INSTRUMENTS & COMPUTER -0040E8 CHARLES RIVER DATA SYSTEMS,INC -0040E9 ACCORD SYSTEMS, INC. -0040EA PLAIN TREE SYSTEMS INC -0040EB MARTIN MARIETTA CORPORATION -0040EC MIKASA SYSTEM ENGINEERING -0040ED NETWORK CONTROLS INT'NATL INC. -0040EE OPTIMEM -0040EF HYPERCOM, INC. -0040F0 MicroBrain,Inc. -0040F1 CHUO ELECTRONICS CO., LTD. -0040F2 JANICH & KLASS COMPUTERTECHNIK -0040F3 NETCOR -0040F4 CAMEO COMMUNICATIONS, INC. -0040F5 OEM ENGINES -0040F6 KATRON COMPUTERS INC. -0040F7 Polaroid Corporation -0040F8 SYSTEMHAUS DISCOM -0040F9 COMBINET -0040FA MICROBOARDS, INC. -0040FB CASCADE COMMUNICATIONS CORP. -0040FC IBR COMPUTER TECHNIK GMBH -0040FD LXE -0040FE SYMPLEX COMMUNICATIONS -0040FF TELEBIT CORPORATION -0041B4 Wuxi Zhongxing Optoelectronics Technology Co.,Ltd. -004252 RLX Technologies -0043FF KETRON S.R.L. -004501 Versus Technology, Inc. -00464B HUAWEI TECHNOLOGIES CO.,LTD -004D32 Andon Health Co.,Ltd. -005000 NEXO COMMUNICATIONS, INC. -005001 YAMASHITA SYSTEMS CORP. +003050 Versa Technology +0030B8 RiverDelta Networks +00904D SPEC S.A. +009079 ClearOne, Inc. +00908F AUDIO CODES LTD. +0090D5 EUPHONIX, INC. +0090A7 CLIENTEC CORPORATION +00907F WatchGuard Technologies, Inc. +00907E VETRONIX CORP. +00902F NETCORE SYSTEMS, INC. +00900D Overland Storage Inc. +009044 ASSURED DIGITAL, INC. +009078 MER TELEMANAGEMENT SOLUTIONS, LTD. +009009 I Controls, Inc. +009015 CENTIGRAM COMMUNICATIONS CORP. +0090F3 ASPECT COMMUNICATIONS +0090A8 NineTiles Networks, Ltd. +00507A XPEED, INC. 005002 OMNISEC AG -005003 Xrite Inc -005004 3COM CORPORATION -005006 TAC AB -005007 SIEMENS TELECOMMUNICATION SYSTEMS LIMITED -005008 TIVA MICROCOMPUTER CORP. (TMC) -005009 PHILIPS BROADBAND NETWORKS -00500A IRIS TECHNOLOGIES, INC. -00500B CISCO SYSTEMS, INC. -00500C e-Tek Labs, Inc. -00500D SATORI ELECTORIC CO., LTD. -00500E CHROMATIS NETWORKS, INC. -00500F CISCO SYSTEMS, INC. -005010 NovaNET Learning, Inc. -005012 CBL - GMBH -005013 Chaparral Network Storage -005014 CISCO SYSTEMS, INC. -005015 BRIGHT STAR ENGINEERING -005016 SST/WOODHEAD INDUSTRIES -005017 RSR S.R.L. -005018 AMIT, Inc. -005019 SPRING TIDE NETWORKS, INC. -00501A IQinVision -00501B ABL CANADA, INC. -00501C JATOM SYSTEMS, INC. -00501E Miranda Technologies, Inc. -00501F MRG SYSTEMS, LTD. -005020 MEDIASTAR CO., LTD. -005021 EIS INTERNATIONAL, INC. -005022 ZONET TECHNOLOGY, INC. -005023 PG DESIGN ELECTRONICS, INC. -005024 NAVIC SYSTEMS, INC. -005026 COSYSTEMS, INC. -005027 GENICOM CORPORATION -005028 AVAL COMMUNICATIONS -005029 1394 PRINTER WORKING GROUP -00502A CISCO SYSTEMS, INC. -00502B GENRAD LTD. -00502C SOYO COMPUTER, INC. -00502D ACCEL, INC. -00502E CAMBEX CORPORATION +00508D ABIT COMPUTER CORPORATION +0050CD DIGIANSWER A/S +0050C5 ADS Technologies, Inc 00502F TollBridge Technologies, Inc. -005030 FUTURE PLUS SYSTEMS -005031 AEROFLEX LABORATORIES, INC. -005032 PICAZO COMMUNICATIONS, INC. -005033 MAYAN NETWORKS -005036 NETCAM, LTD. -005037 KOGA ELECTRONICS CO. -005038 DAIN TELECOM CO., LTD. -005039 MARINER NETWORKS -00503A DATONG ELECTRONICS LTD. -00503B MEDIAFIRE CORPORATION -00503C TSINGHUA NOVEL ELECTRONICS -00503E CISCO SYSTEMS, INC. -00503F ANCHOR GAMES -005040 Panasonic Electric Works Co., Ltd. -005041 Coretronic Corporation -005042 SCI MANUFACTURING SINGAPORE PTE, LTD. -005043 MARVELL SEMICONDUCTOR, INC. -005044 ASACA CORPORATION -005045 RIOWORKS SOLUTIONS, INC. -005046 MENICX INTERNATIONAL CO., LTD. -005047 PRIVATE -005048 INFOLIBRIA -005049 Arbor Networks Inc -00504A ELTECO A.S. -00504B BARCONET N.V. -00504C Galil Motion Control -00504D Tokyo Electron Device Limited -00504E SIERRA MONITOR CORP. -00504F OLENCOM ELECTRONICS -005050 CISCO SYSTEMS, INC. -005051 IWATSU ELECTRIC CO., LTD. -005052 TIARA NETWORKS, INC. -005053 CISCO SYSTEMS, INC. -005054 CISCO SYSTEMS, INC. -005055 DOMS A/S -005056 VMware, Inc. -005057 BROADBAND ACCESS SYSTEMS -005058 VegaStream Group Limted -005059 iBAHN -00505A NETWORK ALCHEMY, INC. +005028 AVAL COMMUNICATIONS 00505B KAWASAKI LSI U.S.A., INC. -00505C TUNDO CORPORATION -00505E DIGITEK MICROLOGIC S.A. -00505F BRAND INNOVATORS -005060 TANDBERG TELECOM AS -005062 KOUWELL ELECTRONICS CORP. ** -005063 OY COMSEL SYSTEM AB -005064 CAE ELECTRONICS -005065 TDK-Lambda Corporation -005066 AtecoM GmbH advanced telecomunication modules -005067 AEROCOMM, INC. -005068 ELECTRONIC INDUSTRIES ASSOCIATION -005069 PixStream Incorporated -00506A EDEVA, INC. -00506B SPX-ATEG -00506C Beijer Electronics Products AB -00506D VIDEOJET SYSTEMS -00506E CORDER ENGINEERING CORPORATION +0050F8 ENTREGA TECHNOLOGIES, INC. 00506F G-CONNECT -005070 CHAINTECH COMPUTER CO., LTD. -005071 AIWA CO., LTD. -005072 CORVIS CORPORATION -005073 CISCO SYSTEMS, INC. -005074 ADVANCED HI-TECH CORP. -005075 KESTREL SOLUTIONS -005076 IBM Corp -005077 PROLIFIC TECHNOLOGY, INC. -005078 MEGATON HOUSE, LTD. -005079 PRIVATE -00507A XPEED, INC. -00507B MERLOT COMMUNICATIONS -00507C VIDEOCON AG -00507D IFP -00507E NEWER TECHNOLOGY -00507F DrayTek Corp. -005080 CISCO SYSTEMS, INC. -005081 MURATA MACHINERY, LTD. -005082 FORESSON CORPORATION -005083 GILBARCO, INC. -005084 ATL PRODUCTS -005086 TELKOM SA, LTD. -005087 TERASAKI ELECTRIC CO., LTD. -005088 AMANO CORPORATION -005089 SAFETY MANAGEMENT SYSTEMS -00508B Hewlett-Packard Company -00508C RSI SYSTEMS -00508D ABIT COMPUTER CORPORATION -00508E OPTIMATION, INC. -00508F ASITA TECHNOLOGIES INT'L LTD. -005090 DCTRI -005091 NETACCESS, INC. -005092 RIGAKU INDUSTRIAL CORPORATION -005093 BOEING -005094 PACE plc -005095 PERACOM NETWORKS -005096 SALIX TECHNOLOGIES, INC. -005097 MMC-EMBEDDED COMPUTERTECHNIK GmbH -005098 GLOBALOOP, LTD. -005099 3COM EUROPE, LTD. -00509A TAG ELECTRONIC SYSTEMS -00509B SWITCHCORE AB +0050CC XYRATEX +0050D5 AD SYSTEMS CORP. +0050AA KONICA MINOLTA HOLDINGS, INC. 00509C BETA RESEARCH -00509D THE INDUSTREE B.V. +005027 GENICOM CORPORATION +005010 NovaNET Learning, Inc. 00509E Les Technologies SoftAcoustik Inc. -00509F HORIZON COMPUTER -0050A0 DELTA COMPUTER SYSTEMS, INC. -0050A1 CARLO GAVAZZI, INC. -0050A2 CISCO SYSTEMS, INC. +00505F BRAND INNOVATORS +005095 PERACOM NETWORKS +005026 COSYSTEMS, INC. +0050EF SPE Systemhaus GmbH +005093 BOEING +0050D8 UNICORN COMPUTER CORP. +009034 IMAGIC, INC. +009073 GAIO TECHNOLOGY +0090C9 DPAC Technologies +0090E7 HORSCH ELEKTRONIK AG +009001 NISHIMU ELECTRONICS INDUSTRIES CO., LTD. +0090FB PORTWELL, INC. +009070 NEO NETWORKS, INC. +0090EF INTEGRIX, INC. +0090B0 VADEM +0090D1 LEICHU ENTERPRISE CO., LTD. +0050D7 TELSTRAT +0050F1 Intel Corporation +00501B ABL CANADA, INC. +005036 NETCAM, LTD. +0050C9 MASPRO DENKOH CORP. +005009 PHILIPS BROADBAND NETWORKS +0050C4 IMD 0050A3 TransMedia Communications, Inc. +005099 3COM EUROPE, LTD. 0050A4 IO TECH, INC. -0050A5 CAPITOL BUSINESS SYSTEMS, LTD. -0050A6 OPTRONICS -0050A7 CISCO SYSTEMS, INC. -0050A8 OpenCon Systems, Inc. -0050A9 MOLDAT WIRELESS TECHNOLGIES -0050AA KONICA MINOLTA HOLDINGS, INC. -0050AB NALTEC, Inc. -0050AC MAPLE COMPUTER CORPORATION -0050AD CommUnique Wireless Corp. -0050AE FDK Co., Ltd -0050AF INTERGON, INC. -0050B0 TECHNOLOGY ATLANTA CORPORATION -0050B1 GIDDINGS & LEWIS -0050B2 BRODEL GmbH 0050B3 VOICEBOARD CORPORATION -0050B4 SATCHWELL CONTROL SYSTEMS, LTD -0050B5 FICHET-BAUCHE -0050B6 GOOD WAY IND. CO., LTD. 0050B7 BOSER TECHNOLOGY CO., LTD. -0050B8 INOVA COMPUTERS GMBH & CO. KG -0050B9 XITRON TECHNOLOGIES, INC. -0050BA D-LINK -0050BB CMS TECHNOLOGIES -0050BC HAMMER STORAGE SOLUTIONS -0050BD CISCO SYSTEMS, INC. -0050BE FAST MULTIMEDIA AG -0050BF Metalligence Technology Corp. -0050C0 GATAN, INC. -0050C1 GEMFLEX NETWORKS, LTD. -0050C2 IEEE REGISTRATION AUTHORITY - Please see IAB public listing for more information. -0050C4 IMD -0050C5 ADS Technologies, Inc -0050C6 LOOP TELECOMMUNICATION INTERNATIONAL, INC. -0050C8 Addonics Technologies, Inc. -0050C9 MASPRO DENKOH CORP. -0050CA NET TO NET TECHNOLOGIES -0050CB JETTER -0050CC XYRATEX -0050CD DIGIANSWER A/S -0050CE LG INTERNATIONAL CORP. -0050CF VANLINK COMMUNICATION TECHNOLOGY RESEARCH INSTITUTE -0050D0 MINERVA SYSTEMS -0050D1 CISCO SYSTEMS, INC. -0050D2 CMC Electronics Inc -0050D3 DIGITAL AUDIO PROCESSING PTY. LTD. -0050D4 JOOHONG INFORMATION & -0050D5 AD SYSTEMS CORP. -0050D6 ATLAS COPCO TOOLS AB -0050D7 TELSTRAT -0050D8 UNICORN COMPUTER CORP. -0050D9 ENGETRON-ENGENHARIA ELETRONICA IND. e COM. LTDA -0050DA 3COM CORPORATION -0050DB CONTEMPORARY CONTROL -0050DC TAS TELEFONBAU A. SCHWABE GMBH & CO. KG -0050DD SERRA SOLDADURA, S.A. -0050DE SIGNUM SYSTEMS CORP. -0050DF AirFiber, Inc. -0050E1 NS TECH ELECTRONICS SDN BHD -0050E2 CISCO SYSTEMS, INC. -0050E3 Motorola, Inc. -0050E4 APPLE COMPUTER, INC. +00908D VICKERS ELECTRONICS SYSTEMS +009042 ECCS, Inc. +009051 ULTIMATE TECHNOLOGY CORP. +0090FF TELLUS TECHNOLOGY INC. +009018 ITO ELECTRIC INDUSTRY CO, LTD. +009002 ALLGON AB +009016 ZAC +009005 PROTECH SYSTEMS CO., LTD. +00901E Selesta Ingegneria S.p.A. +009090 I-BUS +0090AA INDIGO ACTIVE VISION SYSTEMS LIMITED +00903A NIHON MEDIA TOOL INC. +009055 PARKER HANNIFIN CORPORATION COMPUMOTOR DIVISION +00909F DIGI-DATA CORPORATION +0090E4 NEC AMERICA, INC. +009013 SAMSAN CORP. +009004 3COM EUROPE LTD. +0090E1 TELENA S.P.A. +00504A ELTECO A.S. +00504C Galil Motion Control +005021 EIS INTERNATIONAL, INC. +00506E CORDER ENGINEERING CORPORATION +00507E NEWER TECHNOLOGY 0050E6 HAKUSAN CORPORATION -0050E7 PARADISE INNOVATIONS (ASIA) -0050E8 NOMADIX INC. -0050EA XEL COMMUNICATIONS, INC. -0050EB ALPHA-TOP CORPORATION -0050EC OLICOM A/S -0050ED ANDA NETWORKS -0050EE TEK DIGITEL CORPORATION -0050EF SPE Systemhaus GmbH -0050F0 CISCO SYSTEMS, INC. -0050F1 Intel Corporation -0050F2 MICROSOFT CORP. -0050F3 GLOBAL NET INFORMATION CO., Ltd. -0050F4 SIGMATEK GMBH & CO. KG -0050F6 PAN-INTERNATIONAL INDUSTRIAL CORP. -0050F7 VENTURE MANUFACTURING (SINGAPORE) LTD. -0050F8 ENTREGA TECHNOLOGIES, INC. -0050F9 SENSORMATIC ACD -0050FA OXTEL, LTD. -0050FB VSK ELECTRONICS -0050FC EDIMAX TECHNOLOGY CO., LTD. -0050FD VISIONCOMM CO., LTD. -0050FE PCTVnet ASA -0050FF HAKKO ELECTRONICS CO., LTD. -005218 Wuxi Keboda Electron Co.Ltd -0054AF Continental Automotive Systems Inc. -005907 LenovoEMC Products USA, LLC -005CB1 Gospell DIGITAL TECHNOLOGY CO., LTD -005D03 Xilinx, Inc -006000 XYCOM INC. -006001 InnoSys, Inc. -006002 SCREEN SUBTITLING SYSTEMS, LTD -006003 TERAOKA WEIGH SYSTEM PTE, LTD. +0050AE FDK Co., Ltd +00109D CLARINET SYSTEMS, INC. +0010D2 NITTO TSUSHINKI CO., LTD +001045 Nortel Networks +00106B SONUS NETWORKS, INC. +0010EC RPCG, LLC +001092 NETCORE INC. +0010E2 ArrayComm, Inc. +001071 ADVANET INC. +001069 HELIOSS COMMUNICATIONS, INC. +0010FD COCOM A/S +0010AC IMCI TECHNOLOGIES +0010EF DBTEL INCORPORATED +001017 Bosch Access Systems GmbH +001024 NAGOYA ELECTRIC WORKS CO., LTD +0010DD ENABLE SEMICONDUCTOR, INC. +0010C9 MITSUBISHI ELECTRONICS LOGISTIC SUPPORT CO. +001085 POLARIS COMMUNICATIONS, INC. +001044 InnoLabs Corporation +001056 SODICK CO., LTD. +001099 InnoMedia, Inc. +001061 HOSTLINK CORP. +001093 CMS COMPUTERS, LTD. +0010CD INTERFACE CONCEPT +0010F3 Nexcom International Co., Ltd. +001005 UEC COMMERCIAL +001066 ADVANCED CONTROL SYSTEMS, INC. +0010E4 NSI CORPORATION +001062 NX SERVER, ILNC. +0010B9 MAXTOR CORP. +00108B LASERANIMATION SOLLINGER GMBH +00105C QUANTUM DESIGNS (H.K.) LTD. +001042 Alacritech, Inc. +001060 BILLIONTON SYSTEMS, INC. +0010DE INTERNATIONAL DATACASTING CORPORATION +00105D Draeger Medical +0010E1 S.I. TECH, INC. +001091 NO WIRES NEEDED BV +0010F5 AMHERST SYSTEMS, INC. +001090 CIMETRICS, INC. +001070 CARADON TREND LTD. +0010BA MARTINHO-DAVIS SYSTEMS, INC. +00107C P-COM, INC. +0010AE SHINKO ELECTRIC INDUSTRIES CO. +001040 INTERMEC CORPORATION +0010B0 MERIDIAN TECHNOLOGY CORP. +001077 SAF DRIVE SYSTEMS, LTD. +0010F4 Vertical Communications +001065 RADYNE CORPORATION +00104A The Parvus Corporation +0010B3 NOKIA MULTIMEDIA TERMINALS +001037 CYQ've Technology Co., Ltd. +001051 CMICRO CORPORATION +0010DC MICRO-STAR INTERNATIONAL CO., LTD. +0010EE CTI PRODUCTS, INC. +00101B CORNET TECHNOLOGY, INC. +001032 ALTA TECHNOLOGY +001025 Grayhill, Inc +0010F8 TEXIO TECHNOLOGY CORPORATION +00104D SURTEC INDUSTRIES, INC. +00E0E0 SI ELECTRONICS, LTD. +00E0D1 TELSIS LIMITED +00E005 TECHNICAL CORP. +00E072 LYNK +00E0C1 MEMOREX TELEX JAPAN, LTD. +00E0AD EES TECHNOLOGY, LTD. +00E025 dit Co., Ltd. +00E0E4 FANUC ROBOTICS NORTH AMERICA, Inc. +00E031 HAGIWARA ELECTRIC CO., LTD. +00E0A5 ComCore Semiconductor, Inc. +00E044 LSICS CORPORATION +00E05D UNITEC CO., LTD. +00E0B3 EtherWAN Systems, Inc. +00E053 CELLPORT LABS, INC. +00E07D NETRONIX, INC. +00E0ED SILICOM, LTD. +00E0B4 TECHNO SCOPE CO., LTD. +00E0C6 LINK2IT, L.L.C. +00E06D COMPUWARE CORPORATION +00E074 TIERNAN COMMUNICATIONS, INC. +00E059 CONTROLLED ENVIRONMENTS, LTD. +00E006 SILICON INTEGRATED SYS. CORP. +00E0F8 DICNA CONTROL AB +00E004 PMC-SIERRA, INC. +00E0DE DATAX NV +00E078 BERKELEY NETWORKS +00E041 CSPI +00E0E2 INNOVA CORP. +00E009 MARATHON TECHNOLOGIES CORP. +00E02F MCNS HOLDINGS, L.P. +00E04C REALTEK SEMICONDUCTOR CORP. +00E047 InFocus Corporation +00E092 ADMTEK INCORPORATED +00E0FF SECURITY DYNAMICS TECHNOLOGIES, Inc. +08BBCC AK-NORD EDV VERTRIEBSGES. mbH +0060B2 PROCESS CONTROL CORP. 006004 COMPUTADORES MODULARES SA -006005 FEEDBACK DATA LTD. -006006 SOTEC CO., LTD -006007 ACRES GAMING, INC. -006008 3COM CORPORATION -006009 CISCO SYSTEMS, INC. -00600A SORD COMPUTER CORPORATION -00600B LOGWARE GmbH -00600C Eurotech Inc. -00600D Digital Logic GmbH -00600E WAVENET INTERNATIONAL, INC. -00600F WESTELL, INC. -006010 NETWORK MACHINES, INC. -006011 CRYSTAL SEMICONDUCTOR CORP. -006012 POWER COMPUTING CORPORATION -006013 NETSTAL MASCHINEN AG -006014 EDEC CO., LTD. -006015 NET2NET CORPORATION -006016 CLARIION -006017 TOKIMEC INC. -006018 STELLAR ONE CORPORATION -006019 Roche Diagnostics -00601A KEITHLEY INSTRUMENTS -00601B MESA ELECTRONICS -00601C TELXON CORPORATION -00601D LUCENT TECHNOLOGIES -00601E SOFTLAB, INC. -00601F STALLION TECHNOLOGIES -006020 PIVOTAL NETWORKING, INC. -006021 DSC CORPORATION -006022 VICOM SYSTEMS, INC. -006023 PERICOM SEMICONDUCTOR CORP. -006024 GRADIENT TECHNOLOGIES, INC. -006025 ACTIVE IMAGING PLC -006026 VIKING Modular Solutions -006027 Superior Modular Products -006028 MACROVISION CORPORATION -006029 CARY PERIPHERALS INC. -00602A SYMICRON COMPUTER COMMUNICATIONS, LTD. -00602B PEAK AUDIO -00602C LINX Data Terminals, Inc. -00602D ALERTON TECHNOLOGIES, INC. -00602E CYCLADES CORPORATION -00602F CISCO SYSTEMS, INC. -006030 VILLAGE TRONIC ENTWICKLUNG -006031 HRK SYSTEMS -006032 I-CUBE, INC. -006033 ACUITY IMAGING, INC. -006034 ROBERT BOSCH GmbH -006035 DALLAS SEMICONDUCTOR, INC. -006036 AIT Austrian Institute of Technology GmbH -006037 NXP Semiconductors -006038 Nortel Networks -006039 SanCom Technology, Inc. -00603A QUICK CONTROLS LTD. -00603B AMTEC spa -00603C HAGIWARA SYS-COM CO., LTD. -00603D 3CX -00603E CISCO SYSTEMS, INC. -00603F PATAPSCO DESIGNS -006040 NETRO CORP. -006041 Yokogawa Electric Corporation -006042 TKS (USA), INC. -006043 iDirect, INC. -006044 LITTON/POLY-SCIENTIFIC -006045 PATHLIGHT TECHNOLOGIES -006046 VMETRO, INC. -006047 CISCO SYSTEMS, INC. -006048 EMC CORPORATION -006049 VINA TECHNOLOGIES -00604A SAIC IDEAS GROUP -00604B Safe-com GmbH & Co. KG -00604C SAGEM COMMUNICATION -00604D MMC NETWORKS, INC. -00604E CYCLE COMPUTER CORPORATION, INC. -00604F Tattile SRL -006050 INTERNIX INC. -006051 QUALITY SEMICONDUCTOR -006052 PERIPHERALS ENTERPRISE CO., Ltd. -006053 TOYODA MACHINE WORKS, LTD. -006054 CONTROLWARE GMBH -006055 CORNELL UNIVERSITY -006056 NETWORK TOOLS, INC. -006057 MURATA MANUFACTURING CO., LTD. -006058 COPPER MOUNTAIN COMMUNICATIONS, INC. -006059 TECHNICAL COMMUNICATIONS CORP. -00605A CELCORE, INC. +006000 XYCOM INC. +00A019 NEBULA CONSULTANTS, INC. +00A0ED Brooks Automation, Inc. +00A0A9 NAVTEL COMMUNICATIONS INC. +00A0E1 WESTPORT RESEARCH ASSOCIATES, INC. +00A0D6 SBE, Inc. +00A05E MYRIAD LOGIC INC. +00A078 Marconi Communications +00A00B COMPUTEX CO., LTD. +00A09A NIHON KOHDEN AMERICA +00A095 ACACIA NETWORKS, INC. +00A0F2 INFOTEK COMMUNICATIONS, INC. +00A0EF LUCIDATA LTD. +00A03F COMPUTER SOCIETY MICROPROCESSOR & MICROPROCESSOR STANDARDS C +00A067 NETWORK SERVICES GROUP +00A0A7 VORAX CORPORATION +00A02D 1394 Trade Association +00A0E6 DIALOGIC CORPORATION +00A04A NISSHIN ELECTRIC CO., LTD. +00A05B MARQUIP, INC. +00A08D JACOMO CORPORATION +00A08E Check Point Software Technologies +00E0AA ELECTROSONIC LTD. +00E085 GLOBAL MAINTECH, INC. +00E05A GALEA NETWORK SECURITY +00E0E7 RAYTHEON E-SYSTEMS, INC. +00E00C MOTOROLA +00E04A ZX Technologies, Inc +00E00A DIBA, INC. +00E0B9 BYAS SYSTEMS +00E054 KODAI HITEC CO., LTD. +00E0AF GENERAL DYNAMICS INFORMATION SYSTEMS 00605B IntraServer Technology, Inc. -00605C CISCO SYSTEMS, INC. +00604B Safe-com GmbH & Co. KG +00A0CD DR. JOHANNES HEIDENHAIN GmbH +00A0DA INTEGRATED SYSTEMS Technology, Inc. +00A03C EG&G NUCLEAR INSTRUMENTS +00A038 EMAIL ELECTRONICS +00A0BE INTEGRATED CIRCUIT SYSTEMS, INC. COMMUNICATIONS GROUP 00605D SCANIVALVE CORP. -00605E LIBERTY TECHNOLOGY NETWORKING -00605F NIPPON UNISOFT CORPORATION -006060 DAWNING TECHNOLOGIES, INC. -006061 WHISTLE COMMUNICATIONS CORP. -006062 TELESYNC, INC. -006063 PSION DACOM PLC. -006064 NETCOMM LIMITED -006065 BERNECKER & RAINER INDUSTRIE-ELEKTRONIC GmbH -006066 LACROIX Trafic -006067 ACER NETXUS INC. -006068 Dialogic Corporation -006069 Brocade Communications Systems, Inc. -00606A MITSUBISHI WIRELESS COMMUNICATIONS. INC. -00606B Synclayer Inc. -00606C ARESCOM -00606D DIGITAL EQUIPMENT CORP. -00606E DAVICOM SEMICONDUCTOR, INC. -00606F CLARION CORPORATION OF AMERICA -006070 CISCO SYSTEMS, INC. -006071 MIDAS LAB, INC. -006072 VXL INSTRUMENTS, LIMITED -006073 REDCREEK COMMUNICATIONS, INC. -006074 QSC AUDIO PRODUCTS -006075 PENTEK, INC. -006076 SCHLUMBERGER TECHNOLOGIES RETAIL PETROLEUM SYSTEMS -006077 PRISA NETWORKS -006078 POWER MEASUREMENT LTD. -006079 Mainstream Data, Inc. -00607A DVS GmbH -00607B FORE SYSTEMS, INC. -00607C WaveAccess, Ltd. -00607D SENTIENT NETWORKS INC. -00607E GIGALABS, INC. -00607F AURORA TECHNOLOGIES, INC. -006080 MICROTRONIX DATACOM LTD. -006081 TV/COM INTERNATIONAL -006082 NOVALINK TECHNOLOGIES, INC. -006083 CISCO SYSTEMS, INC. -006084 DIGITAL VIDEO -006085 Storage Concepts -006086 LOGIC REPLACEMENT TECH. LTD. -006087 KANSAI ELECTRIC CO., LTD. -006088 WHITE MOUNTAIN DSP, INC. -006089 XATA -00608A CITADEL COMPUTER -00608B ConferTech International -00608C 3COM CORPORATION -00608D UNIPULSE CORP. -00608E HE ELECTRONICS, TECHNOLOGIE & SYSTEMTECHNIK GmbH -00608F TEKRAM TECHNOLOGY CO., LTD. -006090 Artiza Networks Inc -006091 FIRST PACIFIC NETWORKS, INC. -006092 MICRO/SYS, INC. -006093 VARIAN -006094 IBM Corp -006095 ACCU-TIME SYSTEMS, INC. -006096 T.S. MICROTECH INC. -006097 3COM CORPORATION -006098 HT COMMUNICATIONS -006099 SBE, Inc. -00609A NJK TECHNO CO. -00609B ASTRO-MED, INC. -00609C Perkin-Elmer Incorporated -00609D PMI FOOD EQUIPMENT GROUP -00609E ASC X3 - INFORMATION TECHNOLOGY STANDARDS SECRETARIATS -00609F PHAST CORPORATION -0060A0 SWITCHED NETWORK TECHNOLOGIES, INC. -0060A1 VPNet, Inc. -0060A2 NIHON UNISYS LIMITED CO. -0060A3 CONTINUUM TECHNOLOGY CORP. -0060A4 GRINAKER SYSTEM TECHNOLOGIES -0060A5 PERFORMANCE TELECOM CORP. -0060A6 PARTICLE MEASURING SYSTEMS -0060A7 MICROSENS GmbH & CO. KG -0060A8 TIDOMAT AB -0060A9 GESYTEC MbH -0060AA INTELLIGENT DEVICES INC. (IDI) -0060AB LARSCOM INCORPORATED -0060AC RESILIENCE CORPORATION -0060AD MegaChips Corporation -0060AE TRIO INFORMATION SYSTEMS AB -0060AF PACIFIC MICRO DATA, INC. -0060B0 HEWLETT-PACKARD CO. -0060B1 INPUT/OUTPUT, INC. -0060B2 PROCESS CONTROL CORP. -0060B3 Z-COM, INC. -0060B4 GLENAYRE R&D INC. -0060B5 KEBA GmbH -0060B6 LAND COMPUTER CO., LTD. -0060B7 CHANNELMATIC, INC. -0060B8 CORELIS Inc. -0060B9 NEC Infrontia Corporation -0060BA SAHARA NETWORKS, INC. -0060BB CABLETRON - NETLINK, INC. -0060BC KeunYoung Electronics & Communication Co., Ltd. -0060BD HUBBELL-PULSECOM -0060BE WEBTRONICS -0060BF MACRAIGOR SYSTEMS, INC. -0060C0 Nera Networks AS -0060C1 WaveSpan Corporation -0060C2 MPL AG -0060C3 NETVISION CORPORATION +0060E4 COMPUSERVE, INC. +00600A SORD COMPUTER CORPORATION 0060C4 SOLITON SYSTEMS K.K. -0060C5 ANCOT CORP. -0060C6 DCS AG -0060C7 AMATI COMMUNICATIONS CORP. 0060C8 KUKA WELDING SYSTEMS & ROBOTS -0060C9 ControlNet, Inc. -0060CA HARMONIC SYSTEMS INCORPORATED -0060CB HITACHI ZOSEN CORPORATION +006030 VILLAGE TRONIC ENTWICKLUNG +0060E7 RANDATA +00602A SYMICRON COMPUTER COMMUNICATIONS, LTD. +00601E SOFTLAB, INC. +0060F8 Loran International Technologies Inc. +00609A NJK TECHNO CO. 0060CC EMTRAK, INCORPORATED -0060CD VideoServer, Inc. +006036 AIT Austrian Institute of Technology GmbH +0060B9 NEC Platforms, Ltd 0060CE ACCLAIM COMMUNICATIONS -0060CF ALTEON NETWORKS, INC. -0060D0 SNMP RESEARCH INCORPORATED -0060D1 CASCADE COMMUNICATIONS -0060D2 LUCENT TECHNOLOGIES TAIWAN TELECOMMUNICATIONS CO., LTD. -0060D3 AT&T -0060D4 ELDAT COMMUNICATION LTD. -0060D5 MIYACHI TECHNOS CORP. -0060D6 NovAtel Wireless Technologies Ltd. -0060D7 ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE (EPFL) -0060D8 ELMIC SYSTEMS, INC. -0060D9 TRANSYS NETWORKS INC. -0060DA JBM ELECTRONICS CO. -0060DB NTP ELEKTRONIK A/S -0060DC Toyo Network Systems & System Integration Co. LTD -0060DD MYRICOM, INC. -0060DE Kayser-Threde GmbH -0060DF Brocade Communications Systems, Inc. -0060E0 AXIOM TECHNOLOGY CO., LTD. -0060E1 ORCKIT COMMUNICATIONS LTD. -0060E2 QUEST ENGINEERING & DEVELOPMENT -0060E3 ARBIN INSTRUMENTS -0060E4 COMPUSERVE, INC. -0060E5 FUJI AUTOMATION CO., LTD. -0060E6 SHOMITI SYSTEMS INCORPORATED -0060E7 RANDATA -0060E8 HITACHI COMPUTER PRODUCTS (AMERICA), INC. -0060E9 ATOP TECHNOLOGIES, INC. -0060EA StreamLogic -0060EB FOURTHTRACK SYSTEMS -0060EC HERMARY OPTO ELECTRONICS INC. -0060ED RICARDO TEST AUTOMATION LTD. -0060EE APOLLO -0060EF FLYTECH TECHNOLOGY CO., LTD. -0060F0 JOHNSON & JOHNSON MEDICAL, INC -0060F1 EXP COMPUTER, INC. -0060F2 LASERGRAPHICS, INC. -0060F3 Performance Analysis Broadband, Spirent plc -0060F4 ADVANCED COMPUTER SOLUTIONS, Inc. 0060F5 ICON WEST, INC. -0060F6 NEXTEST COMMUNICATIONS PRODUCTS, INC. -0060F7 DATAFUSION SYSTEMS -0060F8 Loran International Technologies Inc. -0060F9 DIAMOND LANE COMMUNICATIONS -0060FA EDUCATIONAL TECHNOLOGY RESOURCES, INC. +0060A4 GEW Technologies (PTY)Ltd +0060CA HARMONIC SYSTEMS INCORPORATED +006024 GRADIENT TECHNOLOGIES, INC. 0060FB PACKETEER, INC. -0060FC CONSERVATION THROUGH INNOVATION LTD. -0060FD NetICs, Inc. +0060BC KeunYoung Electronics & Communication Co., Ltd. +0060B8 CORELIS Inc. 0060FE LYNX SYSTEM DEVELOPERS, INC. -0060FF QuVis, Inc. -006440 CISCO SYSTEMS, INC. -0064A6 Maquet CardioVascular -00664B Huawei Technologies Co., Ltd -006B9E VIZIO Inc -006BA0 SHENZHEN UNIVERSAL INTELLISYS PTE LTD -006DFB Vutrix (UK) Ltd +006001 InnoSys, Inc. +00607D SENTIENT NETWORKS INC. +00606E DAVICOM SEMICONDUCTOR, INC. +00607E GIGALABS, INC. +0060CF ALTEON NETWORKS, INC. +006026 VIKING Modular Solutions +006003 TERAOKA WEIGH SYSTEM PTE, LTD. +006059 TECHNICAL COMMUNICATIONS CORP. +006066 LACROIX Trafic +0060DA Red Lion Controls, LP +006042 TKS (USA), INC. +00A023 APPLIED CREATIVE TECHNOLOGY, INC. +00A00F Broadband Technologies +00A032 GES SINGAPORE PTE. LTD. +002034 ROTEC INDUSTRIEAUTOMATION GMBH +0020B2 GKD Gesellschaft Fur Kommunikation Und Datentechnik +002004 YAMATAKE-HONEYWELL CO., LTD. +0020FE TOPWARE INC. / GRAND COMPUTER +002073 FUSION SYSTEMS CORPORATION +00207A WiSE Communications, Inc. +00205C InterNet Systems of Florida, Inc. +00207E FINECOM CO., LTD. +00205A COMPUTER IDENTICS +0020E4 HSING TECH ENTERPRISE CO., LTD +00A000 CENTILLION NETWORKS, INC. +00A07B DAWN COMPUTER INCORPORATION +00A05C INVENTORY CONVERSION, INC./ +00206F FLOWPOINT CORPORATION +0020DF KYOSAN ELECTRIC MFG. CO., LTD. +002010 JEOL SYSTEM TECHNOLOGY CO. LTD +002020 MEGATRON COMPUTER INDUSTRIES PTY, LTD. +002037 SEAGATE TECHNOLOGY +0020A0 OA LABORATORY CO., LTD. +00C0A3 DUAL ENTERPRISES CORPORATION 0070B0 M/A-COM INC. COMPANIES -0070B3 DATA RECALL LTD. -0075E1 Ampt, LLC -00789E SAGEMCOM -007DFA Volkswagen Group of America -007F28 Actiontec Electronics, Inc -008000 MULTITECH SYSTEMS, INC. -008001 PERIPHONICS CORPORATION +009D8E CARDIAC RECORDERS, INC. +006086 LOGIC REPLACEMENT TECH. LTD. +001C7C PERQ SYSTEMS CORPORATION +00C059 DENSO CORPORATION +00C0A9 BARRON MCCANN LTD. +00C069 Axxcelera Broadband Wireless +00C019 LEAP TECHNOLOGY, INC. +00A062 AES PRODATA +00A008 NETCORP +00A01B PREMISYS COMMUNICATIONS, INC. +00A04B TFL LAN INC. +00A015 WYLE +00A011 MUTOH INDUSTRIES LTD. +00A0B6 SANRITZ AUTOMATION CO., LTD. +00A0DD AZONIX CORPORATION +00A00A Airspan +00A03B TOSHIN ELECTRIC CO., LTD. +00A0F3 STAUBLI +00A097 JC INFORMATION SYSTEMS +00A082 NKT ELEKTRONIK A/S +00A072 OVATION SYSTEMS LTD. +00A0B2 SHIMA SEIKI +00A0E5 NHC COMMUNICATIONS +00A0D3 INSTEM COMPUTER SYSTEMS, LTD. +00A0BA PATTON ELECTRONICS CO. +00A0B4 TEXAS MICROSYSTEMS, INC. +00A0AF WMS INDUSTRIES +00A0FE BOSTON TECHNOLOGY, INC. +00202F ZETA COMMUNICATIONS, LTD. +002060 ALCATEL ITALIA S.p.A. +00209A THE 3DO COMPANY +00205E CASTLE ROCK, INC. +00207C AUTEC GMBH +002075 MOTOROLA COMMUNICATION ISRAEL +002015 ACTIS COMPUTER SA +0020E9 DANTEL +00204A PRONET GMBH +002029 TELEPROCESSING PRODUCTS, INC. +002051 Verilink Corporation +0020A1 DOVATRON +002024 PACIFIC COMMUNICATION SCIENCES +00209D LIPPERT AUTOMATIONSTECHNIK +002041 DATA NET +002076 REUDO CORPORATION +00206E XACT, INC. +0020CA DIGITAL OCEAN +002085 Eaton Corporation +0020CD HYBRID NETWORKS, INC. +0020E7 B&W NUCLEAR SERVICE COMPANY +0020AC INTERFLEX DATENSYSTEME GMBH +0020F6 NET TEK AND KARLNET, INC. +0020D3 OST (OUEST STANDARD TELEMATIQU +0020D8 Nortel Networks +002017 ORBOTECH +002025 CONTROL TECHNOLOGY, INC. +00C08B RISQ MODULAR SYSTEMS, INC. +00C0CD COMELTA, S.A. +00C04B CREATIVE MICROSYSTEMS +00C0A1 TOKYO DENSHI SEKEI CO. +00C03E FA. GEBR. HELLER GMBH +00C0E1 SONIC SOLUTIONS +00C047 UNIMICRO SYSTEMS, INC. +00C046 Blue Chip Technology Ltd +00C00D ADVANCED LOGIC RESEARCH, INC. +00C0FA CANARY COMMUNICATIONS, INC. +00C0B7 AMERICAN POWER CONVERSION CORP +00C0BA NETVANTAGE +00C0B6 Overland Storage, Inc. +00C048 BAY TECHNICAL ASSOCIATES +00C03F STORES AUTOMATED SYSTEMS, INC. +00C00E PSITECH, INC. +00C036 RAYTECH ELECTRONIC CORP. +00C009 KT TECHNOLOGY (S) PTE LTD +00C0EA ARRAY TECHNOLOGY LTD. +00C03A MEN-MIKRO ELEKTRONIK GMBH +00C040 ECCI +00C04C DEPARTMENT OF FOREIGN AFFAIRS +00C01C INTERLINK COMMUNICATIONS LTD. +00C086 THE LYNK CORPORATION +00C08D TRONIX PRODUCT DEVELOPMENT +00C0A2 INTERMEDIUM A/S +00C070 SECTRA SECURE-TRANSMISSION AB +00C057 MYCO ELECTRONICS +00C0DF KYE Systems Corp. +00C0F6 CELAN TECHNOLOGY INC. +00C012 NETSPAN CORPORATION +00C0C4 COMPUTER OPERATIONAL +00C0C2 INFINITE NETWORKS LTD. +00C0D3 OLYMPUS IMAGE SYSTEMS, INC. +00C0B0 GCC TECHNOLOGIES,INC. +00C0F4 INTERLINK SYSTEM CO., LTD. +00C0E2 CALCOMP, INC. +00C0CA ALFA, INC. +00C07B ASCEND COMMUNICATIONS, INC. +00C052 BURR-BROWN +00C0BE ALCATEL - SEL +00408F WM-DATA MINFO AB +0040B7 STEALTH COMPUTER SYSTEMS +004057 LOCKHEED - SANDERS +004017 Silex Technology America +004087 UBITREX CORPORATION +00400E MEMOTEC, INC. +00C09E CACHE COMPUTERS, INC. +00C093 ALTA RESEARCH CORP. +00C034 TRANSACTION NETWORK +004034 BUSTEK CORPORATION +004097 DATEX DIVISION OF +00401E ICC +00407C QUME CORPORATION +004060 COMENDEC LTD +004056 MCM JAPAN LTD. +004095 R.P.T. INTERGROUPS INT'L LTD. +0040C3 FISCHER AND PORTER CO. +0040F1 CHUO ELECTRONICS CO., LTD. +004061 DATATECH ENTERPRISES CO., LTD. +00408B RAYLAN CORPORATION +004020 CommScope Inc +00406E COROLLARY, INC. +004016 ADC - Global Connectivity Solutions Division +004086 MICHELS & KLEBERHOFF COMPUTER +0040DC TRITEC ELECTRONIC GMBH +004074 CABLE AND WIRELESS +004084 HONEYWELL ACS +0040B8 IDEA ASSOCIATES +004058 KRONOS, INC. +0040A8 IMF INTERNATIONAL LTD. +0080BB HUGHES LAN SYSTEMS +00C0A0 ADVANCE MICRO RESEARCH, INC. +00C0D7 TAIWAN TRADING CENTER DBA +00C037 DYNATEM +00C05F FINE-PAL COMPANY LIMITED +0040CE NET-SOURCE, INC. +004080 ATHENIX CORPORATION +0040BB GOLDSTAR CABLE CO., LTD. +0040B1 CODONICS INC. +00402E PRECISION SOFTWARE, INC. +00C0CE CEI SYSTEMS & ENGINEERING PTE +00409B HAL COMPUTER SYSTEMS INC. +004073 BASS ASSOCIATES +10005A IBM Corp +004005 ANI COMMUNICATIONS INC. +004099 NEWGEN SYSTEMS CORP. +0040E1 MARNER INTERNATIONAL, INC. +0080DD GMX INC/GIMIX +0080B7 STELLAR COMPUTER 008002 SATELCOM (UK) LTD -008003 HYTEC ELECTRONICS LTD. -008004 ANTLOW COMMUNICATIONS, LTD. -008005 CACTUS COMPUTER INC. -008006 COMPUADD CORPORATION -008007 DLOG NC-SYSTEME -008008 DYNATECH COMPUTER SYSTEMS -008009 JUPITER SYSTEMS, INC. -00800A JAPAN COMPUTER CORP. -00800B CSK CORPORATION -00800C VIDECOM LIMITED -00800D VOSSWINKEL F.U. -00800E ATLANTIX CORPORATION -00800F STANDARD MICROSYSTEMS -008010 COMMODORE INTERNATIONAL -008011 DIGITAL SYSTEMS INT'L. INC. -008012 INTEGRATED MEASUREMENT SYSTEMS -008013 THOMAS-CONRAD CORPORATION -008014 ESPRIT SYSTEMS -008015 SEIKO SYSTEMS, INC. -008016 WANDEL AND GOLTERMANN -008017 PFU LIMITED -008018 KOBE STEEL, LTD. -008019 DAYNA COMMUNICATIONS, INC. -00801A BELL ATLANTIC -00801B KODIAK TECHNOLOGY -00801C NEWPORT SYSTEMS SOLUTIONS -00801D INTEGRATED INFERENCE MACHINES -00801E XINETRON, INC. -00801F KRUPP ATLAS ELECTRONIK GMBH -008020 NETWORK PRODUCTS -008021 Alcatel Canada Inc. -008022 SCAN-OPTICS -008023 INTEGRATED BUSINESS NETWORKS -008024 KALPANA, INC. -008025 STOLLMANN GMBH -008026 NETWORK PRODUCTS CORPORATION -008027 ADAPTIVE SYSTEMS, INC. -008028 TRADPOST (HK) LTD -008029 EAGLE TECHNOLOGY, INC. -00802A TEST SYSTEMS & SIMULATIONS INC -00802B INTEGRATED MARKETING CO -00802C THE SAGE GROUP PLC -00802D XYLOGICS INC -00802E CASTLE ROCK COMPUTING -00802F NATIONAL INSTRUMENTS CORP. -008030 NEXUS ELECTRONICS -008031 BASYS, CORP. -008032 ACCESS CO., LTD. -008033 EMS Aviation, Inc. -008034 SMT GOUPIL -008035 TECHNOLOGY WORKS, INC. -008036 REFLEX MANUFACTURING SYSTEMS -008037 Ericsson Group -008038 DATA RESEARCH & APPLICATIONS -008039 ALCATEL STC AUSTRALIA -00803A VARITYPER, INC. -00803B APT COMMUNICATIONS, INC. -00803C TVS ELECTRONICS LTD -00803D SURIGIKEN CO., LTD. -00803E SYNERNETICS -00803F TATUNG COMPANY -008040 JOHN FLUKE MANUFACTURING CO. -008041 VEB KOMBINAT ROBOTRON -008042 Emerson Network Power -008043 NETWORLD, INC. -008044 SYSTECH COMPUTER CORP. -008045 MATSUSHITA ELECTRIC IND. CO -008046 Tattile SRL -008047 IN-NET CORP. -008048 COMPEX INCORPORATED -008049 NISSIN ELECTRIC CO., LTD. -00804A PRO-LOG -00804B EAGLE TECHNOLOGIES PTY.LTD. -00804C CONTEC CO., LTD. -00804D CYCLONE MICROSYSTEMS, INC. -00804E APEX COMPUTER COMPANY -00804F DAIKIN INDUSTRIES, LTD. -008050 ZIATECH CORPORATION -008051 FIBERMUX -008052 TECHNICALLY ELITE CONCEPTS -008053 INTELLICOM, INC. -008054 FRONTIER TECHNOLOGIES CORP. -008055 FERMILAB -008056 SPHINX ELEKTRONIK GMBH -008057 ADSOFT, LTD. -008058 PRINTER SYSTEMS CORPORATION -008059 STANLEY ELECTRIC CO., LTD -00805A TULIP COMPUTERS INTERNAT'L B.V -00805B CONDOR SYSTEMS, INC. 00805C AGILIS CORPORATION -00805D CANSTAR -00805E LSI LOGIC CORPORATION -00805F Hewlett-Packard Company -008060 NETWORK INTERFACE CORPORATION -008061 LITTON SYSTEMS, INC. -008062 INTERFACE CO. -008063 Hirschmann Automation and Control GmbH -008064 Tattile SRL -008065 CYBERGRAPHIC SYSTEMS PTY LTD. -008066 ARCOM CONTROL SYSTEMS, LTD. -008067 SQUARE D COMPANY -008068 YAMATECH SCIENTIFIC LTD. -008069 COMPUTONE SYSTEMS -00806A ERI (EMPAC RESEARCH INC.) -00806B SCHMID TELECOMMUNICATION -00806C CEGELEC PROJECTS LTD -00806D CENTURY SYSTEMS CORP. -00806E NIPPON STEEL CORPORATION -00806F ONELAN LTD. 008070 COMPUTADORAS MICRON -008071 SAI TECHNOLOGY -008072 MICROPLEX SYSTEMS LTD. -008073 DWB ASSOCIATES -008074 FISHER CONTROLS -008075 PARSYTEC GMBH -008076 MCNC -008077 BROTHER INDUSTRIES, LTD. -008078 PRACTICAL PERIPHERALS, INC. -008079 MICROBUS DESIGNS LTD. -00807A AITECH SYSTEMS LTD. -00807B ARTEL COMMUNICATIONS CORP. -00807C FIBERCOM, INC. -00807D EQUINOX SYSTEMS INC. -00807E SOUTHERN PACIFIC LTD. -00807F DY-4 INCORPORATED -008080 DATAMEDIA CORPORATION -008081 KENDALL SQUARE RESEARCH CORP. -008082 PEP MODULAR COMPUTERS GMBH -008083 AMDAHL -008084 THE CLOUD INC. -008085 H-THREE SYSTEMS CORPORATION -008086 COMPUTER GENERATION INC. -008087 OKI ELECTRIC INDUSTRY CO., LTD -008088 VICTOR COMPANY OF JAPAN, LTD. -008089 TECNETICS (PTY) LTD. -00808A SUMMIT MICROSYSTEMS CORP. -00808B DACOLL LIMITED -00808C NetScout Systems, Inc. -00808D WESTCOAST TECHNOLOGY B.V. -00808E RADSTONE TECHNOLOGY 00808F C. ITOH ELECTRONICS, INC. +000091 ANRITSU CORPORATION +000094 ASANTE TECHNOLOGIES +000090 MICROCOM +000047 NICOLET INSTRUMENTS CORP. +0000FB RECHNER ZUR KOMMUNIKATION +0000A3 NETWORK APPLICATION TECHNOLOGY +00008F Raytheon +00007E CLUSTRIX CORPORATION +00000A OMRON TATEISI ELECTRONICS CO. +000063 BARCO CONTROL ROOMS GMBH +00004E AMPEX CORPORATION +0000C2 INFORMATION PRESENTATION TECH. +000034 NETWORK RESOURCES CORPORATION +000049 APRICOT COMPUTERS, LTD +0000E2 ACER TECHNOLOGIES CORP. +000097 EMC Corporation +0000D4 PURE DATA LTD. +0000E1 GRID SYSTEMS +000044 CASTELLE CORPORATION +000027 JAPAN RADIO COMPANY +004049 Roche Diagnostics International Ltd. +004029 Compex +008038 DATA RESEARCH & APPLICATIONS 008090 MICROTEK INTERNATIONAL, INC. -008091 TOKYO ELECTRIC CO.,LTD -008092 Silex Technology, Inc. -008093 XYRON CORPORATION -008094 ALFA LAVAL AUTOMATION AB -008095 BASIC MERTON HANDELSGES.M.B.H. +0080C3 BICC INFORMATION SYSTEMS & SVC +00805A TULIP COMPUTERS INTERNAT'L B.V +0080F0 Panasonic Communications Co., Ltd. +008043 NETWORLD, INC. +0080B0 ADVANCED INFORMATION +008066 ARCOM CONTROL SYSTEMS, LTD. +004051 GRACILIS, INC. +004064 KLA INSTRUMENTS CORPORATION +004028 NETCOMM LIMITED +004013 NTT DATA COMM. SYSTEMS CORP. +0040A0 GOLDSTAR CO., LTD. +0040B2 SYSTEMFORSCHUNG +004071 ATM COMPUTER GMBH +0080BF TAKAOKA ELECTRIC MFG. CO. LTD. +0080F6 SYNERGY MICROSYSTEMS +000058 RACORE COMPUTER PRODUCTS INC. +000050 RADISYS CORPORATION +008082 PEP MODULAR COMPUTERS GMBH 008096 HUMAN DESIGNED SYSTEMS, INC. -008097 CENTRALP AUTOMATISMES -008098 TDK CORPORATION -008099 Eaton Industries GmbH +0080D5 CADRE TECHNOLOGIES +00803E SYNERNETICS 00809A NOVUS NETWORKS LTD -00809B JUSTSYSTEM CORPORATION -00809C LUXCOM, INC. -00809D Commscraft Ltd. -00809E DATUS GMBH -00809F ALCATEL BUSINESS SYSTEMS -0080A0 EDISA HEWLETT PACKARD S/A -0080A1 MICROTEST, INC. -0080A2 Tattile SRL +0080B3 AVAL DATA CORPORATION 0080A3 Lantronix -0080A4 LIBERTY ELECTRONICS -0080A5 SPEED INTERNATIONAL -0080A6 REPUBLIC TECHNOLOGY, INC. -0080A7 Honeywell International Inc -0080A8 VITACOM CORPORATION -0080A9 CLEARPOINT RESEARCH -0080AA MAXPEED -0080AB DUKANE NETWORK INTEGRATION -0080AC IMLOGIX, DIVISION OF GENESYS +00803C TVS ELECTRONICS LTD +008061 LITTON SYSTEMS, INC. 0080AD CNET TECHNOLOGY, INC. -0080AE HUGHES NETWORK SYSTEMS -0080AF ALLUMER CO., LTD. -0080B0 ADVANCED INFORMATION -0080B1 SOFTCOM A/S -0080B2 NETWORK EQUIPMENT TECHNOLOGIES -0080B3 AVAL DATA CORPORATION -0080B4 SOPHIA SYSTEMS -0080B5 UNITED NETWORKS INC. -0080B6 THEMIS COMPUTER -0080B7 STELLAR COMPUTER -0080B8 BUG, INCORPORATED -0080B9 ARCHE TECHNOLIGIES INC. -0080BA SPECIALIX (ASIA) PTE, LTD -0080BB HUGHES LAN SYSTEMS -0080BC HITACHI ENGINEERING CO., LTD -0080BD THE FURUKAWA ELECTRIC CO., LTD -0080BE ARIES RESEARCH -0080BF TAKAOKA ELECTRIC MFG. CO. LTD. -0080C0 PENRIL DATACOMM -0080C1 LANEX CORPORATION -0080C2 IEEE 802.1 COMMITTEE -0080C3 BICC INFORMATION SYSTEMS & SVC -0080C4 DOCUMENT TECHNOLOGIES, INC. -0080C5 NOVELLCO DE MEXICO -0080C6 NATIONAL DATACOMM CORPORATION -0080C7 XIRCOM -0080C8 D-LINK SYSTEMS, INC. -0080C9 ALBERTA MICROELECTRONIC CENTRE -0080CA NETCOM RESEARCH INCORPORATED -0080CB FALCO DATA PRODUCTS -0080CC MICROWAVE BYPASS SYSTEMS -0080CD MICRONICS COMPUTER, INC. -0080CE BROADCAST TELEVISION SYSTEMS -0080CF EMBEDDED PERFORMANCE INC. -0080D0 COMPUTER PERIPHERALS, INC. -0080D1 KIMTRON CORPORATION -0080D2 SHINNIHONDENKO CO., LTD. -0080D3 SHIVA CORP. -0080D4 CHASE RESEARCH LTD. -0080D5 CADRE TECHNOLOGIES -0080D6 NUVOTECH, INC. -0080D7 Fantum Engineering -0080D8 NETWORK PERIPHERALS INC. -0080D9 EMK Elektronik GmbH & Co. KG -0080DA Bruel & Kjaer Sound & Vibration Measurement A/S -0080DB GRAPHON CORPORATION -0080DC PICKER INTERNATIONAL -0080DD GMX INC/GIMIX -0080DE GIPSI S.A. -0080DF ADC CODENOLL TECHNOLOGY CORP. -0080E0 XTP SYSTEMS, INC. -0080E1 STMICROELECTRONICS -0080E2 T.D.I. CO., LTD. -0080E3 CORAL NETWORK CORPORATION -0080E4 NORTHWEST DIGITAL SYSTEMS, INC -0080E5 NetApp, Inc -0080E6 PEER NETWORKS, INC. -0080E7 LYNWOOD SCIENTIFIC DEV. LTD. -0080E8 CUMULUS CORPORATIION -0080E9 Madge Ltd. -0080EA ADVA Optical Networking Ltd. -0080EB COMPCONTROL B.V. -0080EC SUPERCOMPUTING SOLUTIONS, INC. -0080ED IQ TECHNOLOGIES, INC. -0080EE THOMSON CSF -0080EF RATIONAL -0080F0 Panasonic Communications Co., Ltd. -0080F1 OPUS SYSTEMS -0080F2 RAYCOM SYSTEMS INC -0080F3 SUN ELECTRONICS CORP. -0080F4 TELEMECANIQUE ELECTRIQUE -0080F5 Quantel Ltd -0080F6 SYNERGY MICROSYSTEMS -0080F7 ZENITH ELECTRONICS -0080F8 MIZAR, INC. -0080F9 HEURIKON CORPORATION -0080FA RWT GMBH -0080FB BVM LIMITED +008081 KENDALL SQUARE RESEARCH CORP. +008019 DAYNA COMMUNICATIONS, INC. +00808B DACOLL LIMITED +008097 CENTRALP AUTOMATISMES 0080FC AVATAR CORPORATION -0080FD EXSCEED CORPRATION -0080FE AZURE TECHNOLOGIES, INC. -0080FF SOC. DE TELEINFORMATIQUE RTC -0086A0 PRIVATE -008865 Apple -008C10 Black Box Corp. -008C54 ADB Broadband Italia -008CFA Inventec Corporation -008D4E CJSC NII STT +008076 MCNC +008080 DATAMEDIA CORPORATION +0000E6 APTOR PRODUITS DE COMM INDUST +000084 SUPERNET +0000FF CAMTEC ELECTRONICS LTD. +00007B RESEARCH MACHINES +000056 DR. B. STRUCK +0000BB TRI-DATA +080025 CONTROL DATA +080020 Oracle Corporation +027001 RACAL-DATACOM +080006 SIEMENS AG +08007E AMALGAMATED WIRELESS(AUS) LTD +080075 DANSK DATA ELECTRONIK +080073 TECMAR INC. +080069 SILICON GRAPHICS INC. +080061 JAROGATE LTD. +08005D GOULD INC. +08004E 3COM EUROPE LTD. +08004A BANYAN SYSTEMS INC. +08004C HYDRA COMPUTER SYSTEMS INC. +080043 PIXEL COMPUTER INC. +08003A ORCATECH INC. +080035 MICROFIVE CORPORATION +080036 INTERGRAPH CORPORATION +08002D LAN-TEC INC. +000025 RAMTEK CORP. +00003A CHYRON CORPORATION +000077 INTERPHASE CORPORATION +000096 MARCONI ELECTRONICS LTD. +000076 ABEKAS VIDEO SYSTEM +0000EA UPNOD AB +000074 RICOH COMPANY LTD. +00006A COMPUTER CONSOLES INC. +0000C4 WATERS DIV. OF MILLIPORE +000006 XEROX CORPORATION +0001C8 THOMAS CONRAD CORP. +00DD0E UNGERMANN-BASS INC. +08008D XYVISION INC. +080059 A/S MYCRON +021C7C PERQ SYSTEMS CORPORATION +100000 Private +080004 CROMEMCO INCORPORATED +00DD07 UNGERMANN-BASS INC. +00003E SIMPACT +04E0C4 TRIUMPH-ADLER AG +040AE0 XMIT AG COMPUTER NETWORKS +080016 BARRISTER INFO SYS CORP +080012 BELL ATLANTIC INTEGRATED SYST. +0001C8 CONRAD CORP. +0000F9 QUOTRON SYSTEMS INC. +0000BF SYMMETRIC COMPUTER SYSTEMS +000085 CANON INC. +000028 PRODIGY SYSTEMS CORPORATION +000012 INFORMATION TECHNOLOGY LIMITED +080085 ELXSI +00005B ELTEC ELEKTRONIK AG +000054 Schneider Electric +0000A9 NETWORK SYSTEMS CORP. +000059 Hellige GMBH +000099 MTX, INC. +0000E9 ISICAD, INC. +08003F FRED KOSCHARA ENTERPRISES +080002 BRIDGE COMMUNICATIONS INC. +08008B PYRAMID TECHNOLOGY CORP. +000002 XEROX CORPORATION +84F6FA Miovision Technologies Incorporated +CC3B3E Lester Electrical +C05627 Belkin International Inc. +88074B LG Electronics (Mobile Communications) +4065A3 Sagemcom Broadband SAS +00789E Sagemcom Broadband SAS +44E9DD Sagemcom Broadband SAS +B888E3 COMPAL INFORMATION (KUNSHAN) CO., LTD. +002622 COMPAL INFORMATION (KUNSHAN) CO., LTD. +001EEC COMPAL INFORMATION (KUNSHAN) CO., LTD. +DC0EA1 COMPAL INFORMATION (KUNSHAN) CO., LTD. +FC4596 COMPAL INFORMATION (KUNSHAN) CO., LTD. +208984 COMPAL INFORMATION (KUNSHAN) CO., LTD. +247C4C Herman Miller +180373 Dell Inc. +F8B156 Dell Inc. +1C4024 Dell Inc. +F8BC12 Dell Inc. +001B5B 2Wire Inc +002456 2Wire Inc +002351 2Wire Inc +00253C 2Wire Inc +0022A4 2Wire Inc +C0830A 2Wire Inc +D0431E Dell Inc. +246E96 Dell Inc. +204747 Dell Inc. +4C7625 Dell Inc. +B8AC6F Dell Inc. +001EC9 Dell Inc. +E09861 Motorola Mobility LLC, a Lenovo Company +F4F1E1 Motorola Mobility LLC, a Lenovo Company +60BEB5 Motorola Mobility LLC, a Lenovo Company +7845C4 Dell Inc. +B4E1C4 Microsoft Mobile Oy +D86C02 Huaqin Telecom Technology Co.,Ltd +0019D2 Intel Corporate +7C5CF8 Intel Corporate +001E67 Intel Corporate +001F3C Intel Corporate +0022FA Intel Corporate +001517 Intel Corporate +00166F Intel Corporate +A44E31 Intel Corporate +6C8814 Intel Corporate +F81654 Intel Corporate +3413E8 Intel Corporate +34E6AD Intel Corporate +FCF8AE Intel Corporate +648099 Intel Corporate +002314 Intel Corporate +4025C2 Intel Corporate +8CA982 Intel Corporate +D07E35 Intel Corporate +685D43 Intel Corporate +90E2BA Intel Corporate +0026C7 Intel Corporate +8086F2 Intel Corporate +78FF57 Intel Corporate +20934D FUJIAN STAR-NET COMMUNICATION CO.,LTD +00AA00 Intel Corporation +6CF37F Aruba Networks +605BB4 AzureWave Technology Inc. +9C0E4A Shenzhen Vastking Electronic Co.,Ltd. +ACE5F0 Doppler Labs +00F28B Cisco Systems, Inc +5414FD Orbbec 3D Technology International +1C4BD6 AzureWave Technology Inc. +94DBC9 AzureWave Technology Inc. +40E230 AzureWave Technology Inc. +00006E Artisoft Inc. +A0F459 FN-LINK TECHNOLOGY LIMITED +0C6AE6 Stanley Security Solutions +E874E6 ADB Broadband Italia +00247B Actiontec Electronics, Inc +689C5E AcSiP Technology Corp. +0012CF Accton Technology Corp +0030D3 Agilent Technologies, Inc. +38229D ADB Broadband Italia +002233 ADB Broadband Italia +D4D184 ADB Broadband Italia +34C3D2 FN-LINK TECHNOLOGY LIMITED +38E3C5 Taicang T&W Electronics +D0E44A Murata Manufacturing Co., Ltd. +9433DD Taco Inc +948815 Infinique Worldwide Inc +3010B3 Liteon Technology Corporation +001802 Alpha Networks Inc. +ECCD6D Allied Telesis, Inc. +00225F Liteon Technology Corporation +983B16 AMPAK Technology, Inc. +402BA1 Sony Mobile Communications AB +0025E7 Sony Mobile Communications AB +D05162 Sony Mobile Communications AB +94CE2C Sony Mobile Communications AB +001A80 Sony Corporation +0024BE Sony Corporation +001620 Sony Mobile Communications AB +0012EE Sony Mobile Communications AB +20689D Liteon Technology Corporation +446D57 Liteon Technology Corporation +44EE02 MTI Ltd. +0026B6 ASKEY COMPUTER CORP +B4EEB4 ASKEY COMPUTER CORP +FCB4E6 ASKEY COMPUTER CORP +F05C19 Aruba Networks +70AAB2 BlackBerry RTS +0026FF BlackBerry RTS +406F2A BlackBerry RTS +002557 BlackBerry RTS +0024FE AVM GmbH +745AAA HUAWEI TECHNOLOGIES CO.,LTD +7C1CF1 HUAWEI TECHNOLOGIES CO.,LTD +00264D Arcadyan Technology Corporation +74A528 HUAWEI TECHNOLOGIES CO.,LTD +30A220 ARG Telecom +783E53 BSkyB Ltd +4CF2BF Cambridge Industries(Group) Co.,Ltd. +70D931 Cambridge Industries(Group) Co.,Ltd. +00E063 Cabletron Systems, Inc. +E01D3B Cambridge Industries(Group) Co.,Ltd. +D476EA zte corporation +0040FB CASCADE COMMUNICATIONS +F05A09 Samsung Electronics Co.,Ltd +503275 Samsung Electronics Co.,Ltd +28CC01 Samsung Electronics Co.,Ltd +B46293 Samsung Electronics Co.,Ltd +04FE31 Samsung Electronics Co.,Ltd +845181 Samsung Electronics Co.,Ltd +D831CF Samsung Electronics Co.,Ltd +F8D0BD Samsung Electronics Co.,Ltd +FCC734 Samsung Electronics Co.,Ltd +E4B021 Samsung Electronics Co.,Ltd +B0EC71 Samsung Electronics Co.,Ltd +3CBBFD Samsung Electronics Co.,Ltd +2CAE2B Samsung Electronics Co.,Ltd +C488E5 Samsung Electronics Co.,Ltd +7C9122 Samsung Electronics Co.,Ltd +E8B4C8 Samsung Electronics Co.,Ltd +18895B Samsung Electronics Co.,Ltd +E0DB10 Samsung Electronics Co.,Ltd +E09971 Samsung Electronics Co.,Ltd +6077E2 Samsung Electronics Co.,Ltd +680571 Samsung Electronics Co.,Ltd +6C2F2C Samsung Electronics Co.,Ltd +000136 CyberTAN Technology Inc. +F88E85 Comtrend Corporation +300D43 Microsoft Mobile Oy +6C2779 Microsoft Mobile Oy +607EDD Microsoft Mobile Oy +F88096 Elsys Equipamentos Eletrônicos Ltda +E0B9E5 Technicolor +0CBF15 Genetec Inc. +000B5D FUJITSU LIMITED +F4CAE5 FREEBOX SAS +002100 Gemtek Technology Co., Ltd. +002147 Nintendo Co., Ltd. +0022AA Nintendo Co., Ltd. +0022D7 Nintendo Co., Ltd. +002331 Nintendo Co., Ltd. +00241E Nintendo Co., Ltd. +78A2A0 Nintendo Co., Ltd. +001B7A Nintendo Co., Ltd. +40F407 Nintendo Co., Ltd. +B8AE6E Nintendo Co., Ltd. +60A8FE Nokia +546751 Compal Broadband Networks, Inc. +84BA3B CANON INC. +0018C5 Nokia Danmark A/S +80501B Nokia Corporation +347E39 Nokia Danmark A/S +A87E33 Nokia Danmark A/S +00247D Nokia Danmark A/S +001BAF Nokia Danmark A/S +001C35 Nokia Danmark A/S +001CD4 Nokia Danmark A/S +001979 Nokia Danmark A/S +9C1874 Nokia Danmark A/S +0021FC Nokia Danmark A/S +001F5D Nokia Danmark A/S +0025CF Nokia Danmark A/S +0025D0 Nokia Danmark A/S +001FDE Nokia Danmark A/S +907282 Sagemcom Broadband SAS +006CFD Sichuan Changhong Electric Ltd. +1C234F EDMI Europe Ltd +A444D1 Wingtech Group (HongKong)Limited +1C9E46 Apple, Inc. +005058 Sangoma Technologies +3482DE Kiio Inc +0008F6 Sumitomo Electric Industries,Ltd +00005F Sumitomo Electric Industries,Ltd +A0C589 Intel Corporate +74BFB7 Nusoft Corporation +50DA00 Hangzhou H3C Technologies Co., Limited +9C2A83 Samsung Electronics Co.,Ltd +E45D75 Samsung Electronics Co.,Ltd +3CBEE1 NIKON CORPORATION +047E4A moobox CO., Ltd. +E0C767 Apple, Inc. +2C09CB COBS AB +60ACC8 KunTeng Inc. +0404EA Valens Semiconductor Ltd. +800DD7 Latticework, Inc +402E28 MiXTelematics +18C501 SHENZHEN GONGJIN ELECTRONICS CO.,LT +546D52 TOPVIEW OPTRONICS CORP. +CCB3AB shenzhen Biocare Bio-Medical Equipment Co.,Ltd. +E4B318 Intel Corporate +00C88B Cisco Systems, Inc +A85EE4 12Sided Technology, LLC +000CC1 Eaton Corporation +0090F9 Imagine Communications +04C103 Clover Network, Inc. +1C553A QianGua Corp. +E4A7A0 Intel Corporate +E4FAED Samsung Electronics Co.,Ltd +789682 zte corporation +F02745 F-Secure Corporation +54D0B4 Xiamen Four-Faith Communication Technology Co.,Ltd +D017C2 ASUSTek COMPUTER INC. +001625 Impinj, Inc. +60EE5C SHENZHEN FAST TECHNOLOGIES CO.,LTD +58D67A TCPlink +00A0DE YAMAHA CORPORATION +081F71 TP-LINK TECHNOLOGIES CO.,LTD. +2C2D48 bct electronic GesmbH +E4A471 Intel Corporate +60B617 Fiberhome Telecommunication Technologies Co.,LTD +18A3E8 Fiberhome Telecommunication Technologies Co.,LTD +741E93 Fiberhome Telecommunication Technologies Co.,LTD +00A0F4 GE +00CAE5 Cisco Systems, Inc +4883C7 Sagemcom Broadband SAS +7050AF BSkyB Ltd +F4EF9E SGSG SCIENCE & TECHNOLOGY CO. LTD +DC9C9F Shenzhen YOUHUA Technology Co., Ltd +0CBF3F Shenzhen Lencotion Technology Co.,Ltd +84FEDC Borqs Beijing Ltd. +D8D723 IDS, Inc +703A0E Aruba Networks +7054D2 PEGATRON CORPORATION +7C0507 PEGATRON CORPORATION +C07CD1 PEGATRON CORPORATION +94DBDA HUAWEI TECHNOLOGIES CO.,LTD +384C4F HUAWEI TECHNOLOGIES CO.,LTD +E4A8B6 HUAWEI TECHNOLOGIES CO.,LTD +244C07 HUAWEI TECHNOLOGIES CO.,LTD +E840F2 PEGATRON CORPORATION +F0D1B8 LEDVANCE +60B387 Synergics Technologies GmbH +7085C2 ASRock Incorporation +C825E1 Lemobile Information Technology (Beijing) Co., Ltd +0022B1 Elbit Systems Ltd. +0000B4 Edimax Technology Co. Ltd. +00065F ECI Telecom Ltd. +001F45 Enterasys +0090FA Emulex Corporation +50C971 GN Netcom A/S +001D82 GN Netcom A/S +001317 GN Netcom A/S +749781 zte corporation +B4B15A Siemens AG Energy Management Division +A8D828 Ascensia Diabetes Care +FCBC9C Vimar Spa +149ECF Dell Inc. +AC620D Jabil Circuit(Wuxi) Co.,Ltd +008CFA INVENTEC Corporation +0008B9 Kaonmedia CO., LTD. +C83F26 Microsoft Corporation +00E0E6 INCAA Computers +5C5EAB Juniper Networks +7819F7 Juniper Networks +2C2172 Juniper Networks +88E0F3 Juniper Networks +4C9614 Juniper Networks +3C8AB0 Juniper Networks +B0C69A Juniper Networks +009069 Juniper Networks +204E71 Juniper Networks +F4B52F Juniper Networks +88A25E Juniper Networks +001BC0 Juniper Networks +F49EEF Taicang T&W Electronics +F4911E ZHUHAI EWPE INFORMATION TECHNOLOGY INC +94FE22 HUAWEI TECHNOLOGIES CO.,LTD +F823B2 HUAWEI TECHNOLOGIES CO.,LTD +DCD916 HUAWEI TECHNOLOGIES CO.,LTD +002552 VXi Corporation +006CBC Cisco Systems, Inc +DC3752 GE +B4D5BD Intel Corporate +7CB0C2 Intel Corporate +98AA3C Will i-tech Co., Ltd. +449F7F DataCore Software Corporation +0011FC HARTING Electronics GmbH +5CDD70 Hangzhou H3C Technologies Co., Limited +24BF74 Private +B8E779 9Solutions Oy +240A11 TCT mobile ltd +C84544 Asia Pacific CIS (Wuxi) Co, Ltd +E8A7F2 sTraffic +D8209F Cubro Acronet GesmbH +CC500A Fiberhome Telecommunication Technologies Co.,LTD +A860B6 Apple, Inc. +24F094 Apple, Inc. +90B0ED Apple, Inc. +C4B301 Apple, Inc. +E05F45 Apple, Inc. +483B38 Apple, Inc. +E47B3F BEIJING CO-CLOUD TECHNOLOGY LTD. +A0415E Opsens Solution Inc. +1C6E76 Quarion Technology Inc +000AAB Toyota Technical Development Corporation +44D1FA Shenzhen Yunlink Technology Co., Ltd +08C021 HUAWEI TECHNOLOGIES CO.,LTD +48435A HUAWEI TECHNOLOGIES CO.,LTD +9CE374 HUAWEI TECHNOLOGIES CO.,LTD +6C0EE6 Chengdu Xiyida Electronic Technology Co,.Ltd +78FFCA TECNO MOBILE LIMITED +F03EBF GOGORO TAIWAN LIMITED +50AB3E Qibixx AG +A8BB50 WiZ IoT Company Limited +005F86 Cisco Systems, Inc +E46251 HAO CHENG GROUP LIMITED +8850DD Infiniband Trade Association +DC7834 LOGICOM SA +54F201 Samsung Electronics Co.,Ltd +A06090 Samsung Electronics Co.,Ltd +3876CA Shenzhen Smart Intelligent Technology Co.Ltd +D0577B Intel Corporate +B824F0 SOYO Technology Development Co., Ltd. +B456B9 Teraspek Technologies Co.,Ltd +68B35E Shenzhen Neostra Technology Co.Ltd +24E271 Qingdao Hisense Communications Co.,Ltd. +BC6010 Qingdao Hisense Communications Co.,Ltd. +AC3743 HTC Corporation +603197 ZyXEL Communications Corporation +0019CB ZyXEL Communications Corporation +FCF528 ZyXEL Communications Corporation +588BF3 ZyXEL Communications Corporation +D8B02E Guangzhou Zonerich Business Machine Co., LTD. +849D64 SMC Corporation +A020A6 Espressif Inc. +88F7C7 Technicolor CH USA Inc. +08952A Technicolor CH USA Inc. +C4BB4C Zebra Information Tech Co. Ltd +8C04FF Technicolor CH USA Inc. +001972 Plexus (Xiamen) Co.,ltd. +6488FF Sichuan Changhong Electric Ltd. +005979 Networked Energy Services +000997 Nortel Networks +000E62 Nortel Networks +000EC0 Nortel Networks +000FCD Nortel Networks +0004DC Nortel Networks +02E6D3 NIXDORF COMPUTER CORP. +0016B9 ProCurve Networking by HP +0024A8 ProCurve Networking by HP +CC3ADF Private +141F78 Samsung Electronics Co.,Ltd +006F64 Samsung Electronics Co.,Ltd +DC6672 Samsung Electronics Co.,Ltd +0025C3 21168 +001365 Nortel Networks +001ECA Nortel Networks +001D42 Nortel Networks +001CEB Nortel Networks +002363 Zhuhai Raysharp Technology Co.,Ltd +D03742 Yulong Computer Telecommunication Scientific (Shenzhen) Co.,Ltd +001CFD Universal Electronics, Inc. +080051 ExperData +0080C7 XIRCOM +049FCA HUAWEI TECHNOLOGIES CO.,LTD +C81FBE HUAWEI TECHNOLOGIES CO.,LTD +203DB2 HUAWEI TECHNOLOGIES CO.,LTD +48D539 HUAWEI TECHNOLOGIES CO.,LTD +10E68F KWANGSUNG ELECTRONICS KOREA CO.,LTD. +1899F5 Sichuan Changhong Electric Ltd. +E41D2D Mellanox Technologies, Inc. +B80018 Htel +0081C4 Cisco Systems, Inc +E8FD90 Turbostor +0017EA Texas Instruments +0017E3 Texas Instruments +001834 Texas Instruments +00182F Texas Instruments +78DEE4 Texas Instruments +B8FFFE Texas Instruments +E0D7BA Texas Instruments +405FC2 Texas Instruments +8030DC Texas Instruments +CC78AB Texas Instruments +A4D578 Texas Instruments +544A16 Texas Instruments +D8DDFD Texas Instruments +20CD39 Texas Instruments +987BF3 Texas Instruments +247189 Texas Instruments +EC1127 Texas Instruments +F0C77F Texas Instruments +F45EAB Texas Instruments +001783 Texas Instruments +A81B6A Texas Instruments +9884E3 Texas Instruments +38D269 Texas Instruments +C8FD19 Texas Instruments +508CB1 Texas Instruments +04BBF9 Pavilion Data Systems Inc +B0F893 Shanghai MXCHIP Information Technology Co., Ltd. +00C017 NetScout Systems, Inc. +D49B5C Chongqing Miedu Technology Co., Ltd. +C0D391 IEEE Registration Authority +C411E0 Bull Group Co., Ltd +90842B LEGO System A/S +84C7EA Sony Mobile Communications AB +8C6102 Beijing Baofengmojing Technologies Co., Ltd +FC9114 Technicolor CH USA Inc. +1C25E1 China Mobile IOT Company Limited +C0F636 Hangzhou Kuaiyue Technologies, Ltd. +F0038C AzureWave Technology Inc. +B45D50 Aruba Networks +001E7D Samsung Electronics Co.,Ltd +3C6200 Samsung Electronics Co.,Ltd +0024E9 Samsung Electronics Co.,Ltd +002399 Samsung Electronics Co.,Ltd +E4E0C5 Samsung Electronics Co.,Ltd +E8039A Samsung Electronics Co.,Ltd +C4731E Samsung Electronics Co.,Ltd +78D6F0 SAMSUNG ELECTRO MECHANICS CO., LTD. +B407F9 SAMSUNG ELECTRO MECHANICS CO., LTD. +40B89A Hon Hai Precision Ind. Co.,Ltd. +A8A795 Hon Hai Precision Ind. Co.,Ltd. +8096CA Hon Hai Precision Ind. Co.,Ltd. +9CD21E Hon Hai Precision Ind. Co.,Ltd. +D87988 Hon Hai Precision Ind. Co.,Ltd. +00242B Hon Hai Precision Ind. Co.,Ltd. +00242C Hon Hai Precision Ind. Co.,Ltd. +945330 Hon Hai Precision Ind. Co.,Ltd. +EC0EC4 Hon Hai Precision Ind. Co.,Ltd. +7429AF Hon Hai Precision Ind. Co.,Ltd. +346895 Hon Hai Precision Ind. Co.,Ltd. +A86BAD Hon Hai Precision Ind. Co.,Ltd. +D80F99 Hon Hai Precision Ind. Co.,Ltd. +78DD08 Hon Hai Precision Ind. Co.,Ltd. +00197E Hon Hai Precision Ind. Co.,Ltd. +A0AB1B D-Link International +5C4979 AVM Audiovisuelles Marketing und Computersysteme GmbH +086A0A ASKEY COMPUTER CORP +101250 Integrated Device Technology (Malaysia) Sdn. Bhd. +8C7712 Samsung Electronics Co.,Ltd +2013E0 Samsung Electronics Co.,Ltd +0007AB Samsung Electronics Co.,Ltd +0021D2 Samsung Electronics Co.,Ltd +BC4760 Samsung Electronics Co.,Ltd +D0176A Samsung Electronics Co.,Ltd +F0D9B2 EXO S.A. +2CBABA Samsung Electronics Co.,Ltd +24920E Samsung Electronics Co.,Ltd +40D3AE Samsung Electronics Co.,Ltd +802AA8 Ubiquiti Networks Inc. +00156D Ubiquiti Networks Inc. +787D48 ITEL MOBILE LIMITED +D46E0E TP-LINK TECHNOLOGIES CO.,LTD. +049790 Lartech telecom LLC +8CEA1B Edgecore Networks Corporation +001650 Kratos EPD +583112 DRUST +58696C Ruijie Networks Co.,LTD +A0B8F8 Amgen U.S.A. Inc. +14A51A HUAWEI TECHNOLOGIES CO.,LTD +C816A5 Masimo Corporation +9002A9 Zhejiang Dahua Technology Co., Ltd. +ACD657 Shaanxi GuoLian Digital TV Technology Co.,Ltd. +244E7B IEEE Registration Authority +E80945 Integrated Device Technology (Malaysia) Sdn. Bhd. +98FD74 ACT.CO.LTD +60C798 Verifone +A46011 Verifone +2C2131 Juniper Networks +0CC47A Super Micro Computer, Inc. +60427F SHENZHEN CHUANGWEI-RGB ELECTRONICS CO.,LTD +F8461C Sony Interactive Entertainment Inc. +500B91 IEEE Registration Authority +40B93C Hewlett Packard Enterprise +4C7487 Leader Phone Communication Technology Co., Ltd. +F48C50 Intel Corporate +E8E875 iS5 Communications Inc. +000422 Studio Technologies, Inc +ACC662 MitraStar Technology Corp. +B8ECA3 ZyXEL Communications Corporation +F01DBC Microsoft Corporation +404D7F Apple, Inc. +7C04D0 Apple, Inc. +BC9FEF Apple, Inc. +8866A5 Apple, Inc. +ACDCE5 Procter & Gamble Company +784F43 Apple, Inc. +98D293 Google, Inc. +5CCCA0 Gridwiz Inc. +104FA8 Sony Corporation +6C25B9 BBK EDUCATIONAL ELECTRONICS CORP.,LTD. +486B2C BBK EDUCATIONAL ELECTRONICS CORP.,LTD. +00001F Telco Systems, Inc. +BC307E Wistron Neweb Corporation +00C0AB Telco Systems, Inc. +0010CA Telco Systems, Inc. +0C2576 LONGCHEER TELECOMMUNICATION LIMITED +0007A6 Leviton Manufacturing Co., Inc. +208756 SIEMENS AG +B08900 HUAWEI TECHNOLOGIES CO.,LTD +A03E6B IEEE Registration Authority +DC4427 IEEE Registration Authority +0055DA IEEE Registration Authority +90C682 IEEE Registration Authority +986D35 IEEE Registration Authority +E0B6F5 IEEE Registration Authority +C47C8D IEEE Registration Authority +001BC5 IEEE Registration Authority +640DCE SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD. +100723 IEEE Registration Authority +6063F9 Ciholas, Inc. +F0421C Intel Corporate +C0E42D TP-LINK TECHNOLOGIES CO.,LTD. +18D6C7 TP-LINK TECHNOLOGIES CO.,LTD. +B8BB23 Guangdong Nufront CSC Co., Ltd +EC26FB TECC CO.,LTD. +10683F LG Electronics (Mobile Communications) +A039F7 LG Electronics (Mobile Communications) +64BC0C LG Electronics (Mobile Communications) +0090CC PLANEX COMMUNICATIONS INC. +E09DB8 PLANEX COMMUNICATIONS INC. +64899A LG Electronics (Mobile Communications) +58A2B5 LG Electronics (Mobile Communications) +74A722 LG Electronics (Mobile Communications) +001F6B LG Electronics (Mobile Communications) +903AE6 PARROT SA +00E00F Shanghai Baud Data Communication Co.,Ltd. +3C404F GUANGDONG PISEN ELECTRONICS CO.,LTD +F0ACD7 IEEE Registration Authority +00233E Alcatel-Lucent IPD +6CBEE9 Alcatel-Lucent IPD +0080F7 Zenith Electronics Corporation +00C095 ZNYX Networks, Inc. +60EB69 QUANTA COMPUTER INC. +C80AA9 QUANTA COMPUTER INC. +00238B QUANTA COMPUTER INC. +0007BA UTStarcom Inc +4439C4 Universal Global Scientific Industrial Co., Ltd. +70F395 Universal Global Scientific Industrial Co., Ltd. +001E37 Universal Global Scientific Industrial Co., Ltd. +002713 Universal Global Scientific Industrial Co., Ltd. +002186 Universal Global Scientific Industrial Co., Ltd. +8CFDF0 Qualcomm Inc. +000031 QPSX COMMUNICATIONS, LTD. +000E7B Toshiba +B86B23 Toshiba +000C29 VMware, Inc. +005056 VMware, Inc. +001C4D Aplix IP Holdings Corporation +D0052A Arcadyan Corporation +F485C6 FDT Technologies +BC60A7 Sony Interactive Entertainment Inc. +08D833 Shenzhen RF Technology Co., Ltd +94D469 Cisco Systems, Inc +385610 CANDY HOUSE, Inc. +20F543 Hui Zhou Gaoshengda Technology Co.,LTD +685388 P&S Technology +54A619 Alcatel-Lucent Shanghai Bell Co., Ltd +1880F5 Alcatel-Lucent Shanghai Bell Co., Ltd +24DBED Samsung Electronics Co.,Ltd +AC3613 Samsung Electronics Co.,Ltd +1449E0 SAMSUNG ELECTRO-MECHANICS(THAILAND) +C0BDD1 SAMSUNG ELECTRO-MECHANICS(THAILAND) +E8508B SAMSUNG ELECTRO-MECHANICS(THAILAND) +F025B7 SAMSUNG ELECTRO-MECHANICS(THAILAND) +C8BA94 SAMSUNG ELECTRO-MECHANICS(THAILAND) +EC1F72 SAMSUNG ELECTRO-MECHANICS(THAILAND) +9852B1 Samsung Electronics Co.,Ltd +1489FD Samsung Electronics Co.,Ltd +CCFE3C Samsung Electronics Co.,Ltd +789ED0 Samsung Electronics Co.,Ltd +E440E2 Samsung Electronics Co.,Ltd +1CAF05 Samsung Electronics Co.,Ltd +E492FB Samsung Electronics Co.,Ltd +247F20 Sagemcom Broadband SAS +0073E0 Samsung Electronics Co.,Ltd +BC4486 Samsung Electronics Co.,Ltd +380B40 Samsung Electronics Co.,Ltd +8C0D76 HUAWEI TECHNOLOGIES CO.,LTD +005A13 HUAWEI TECHNOLOGIES CO.,LTD +002490 Samsung Electronics Co.,Ltd +0023D7 Samsung Electronics Co.,Ltd +FCA13E Samsung Electronics Co.,Ltd +A00798 Samsung Electronics Co.,Ltd +945103 Samsung Electronics Co.,Ltd +C819F7 Samsung Electronics Co.,Ltd +2C4401 Samsung Electronics Co.,Ltd +84E0F4 IEEE Registration Authority +08C6B3 QTECH LLC +64DAA0 Robert Bosch Smart Home GmbH +14B837 Shenzhen YOUHUA Technology Co., Ltd +8056F2 Hon Hai Precision Ind. Co.,Ltd. +70188B Hon Hai Precision Ind. Co.,Ltd. +3C77E6 Hon Hai Precision Ind. Co.,Ltd. +0C84DC Hon Hai Precision Ind. Co.,Ltd. +844BF5 Hon Hai Precision Ind. Co.,Ltd. +E006E6 Hon Hai Precision Ind. Co.,Ltd. +60F494 Hon Hai Precision Ind. Co.,Ltd. +A41731 Hon Hai Precision Ind. Co.,Ltd. +C0143D Hon Hai Precision Ind. Co.,Ltd. +642737 Hon Hai Precision Ind. Co.,Ltd. +60D819 Hon Hai Precision Ind. Co.,Ltd. +6474F6 Shooter Detection Systems +604BAA Private +CC7314 HONG KONG WHEATEK TECHNOLOGY LIMITED +C0CB38 Hon Hai Precision Ind. Co.,Ltd. +98E7F4 Hewlett Packard +D42C44 Cisco Systems, Inc +D842E2 Canary Connect, Inc. +500959 Technicolor CH USA Inc. +143365 TEM Mobile Limited +C0F945 Toshiba Toko Meter Systems Co., LTD. +ACAB2E Beijing LasNubes Technology Co., Ltd. +10E878 Nokia +48F7F1 Nokia +4CC94F Nokia +1CEA1B Nokia +B4F81E Kinova +28CA09 ThyssenKrupp Elevators (Shanghai) Co.,Ltd +E0B94D SHENZHEN BILIAN ELECTRONIC CO.,LTD +D8380D SHENZHEN IP-COM Network Co.,Ltd +A4C64F HUAWEI TECHNOLOGIES CO.,LTD +C83DD4 CyberTAN Technology Inc. +487B6B HUAWEI TECHNOLOGIES CO.,LTD +A8E705 Fiberhome Telecommunication Technologies Co.,LTD +9C62AB Sumavision Technologies Co.,Ltd +487A55 ALE International +000435 InfiNet LLC +BC39D9 Z-TEC +88E87F Apple, Inc. +B853AC Apple, Inc. +B04BBF PT HAN SUNG ELECTORONICS INDONESIA +0060D6 NovAtel Inc. +2C3361 Apple, Inc. +78B84B SICHUAN TIANYI COMHEART TELECOMCO.,LTD +40F420 SICHUAN TIANYI COMHEART TELECOMCO.,LTD +9C6121 SICHUAN TIANYI COMHEART TELECOMCO.,LTD +8C8ABB Beijing Orient View Technology Co., Ltd. +88366C EFM Networks +F074E4 Thundercomm Technology Co., Ltd +A0722C HUMAX Co., Ltd. +FCECDA Ubiquiti Networks Inc. +E07C13 zte corporation +58E16C Ying Hua Information Technology (Shanghai)Co., LTD +24C1BD CRRC DALIAN R&D CO.,LTD. +A81E84 QUANTA COMPUTER INC. +C82158 Intel Corporate +2420C7 Sagemcom Broadband SAS +703D15 Hangzhou H3C Technologies Co., Limited +4018B1 Aerohive Networks Inc. +001977 Aerohive Networks Inc. +C8665D Aerohive Networks Inc. +4865EE IEEE Registration Authority +3CEF8C Zhejiang Dahua Technology Co., Ltd. +A0CC2B Murata Manufacturing Co., Ltd. +00234A Private +88C626 Logitech, Inc +28E31F Xiaomi Communications Co Ltd +0C1DAF Xiaomi Communications Co Ltd +14F65A Xiaomi Communications Co Ltd +742344 Xiaomi Communications Co Ltd +F0B429 Xiaomi Communications Co Ltd +94E979 Liteon Technology Corporation +AC1F6B Super Micro Computer, Inc. +80D4A5 HUAWEI TECHNOLOGIES CO.,LTD +38BC01 HUAWEI TECHNOLOGIES CO.,LTD +04B0E7 HUAWEI TECHNOLOGIES CO.,LTD +446A2E HUAWEI TECHNOLOGIES CO.,LTD +0026AB Seiko Epson Corporation +64EB8C Seiko Epson Corporation +A06FAA LG Innotek +0015FC Littelfuse Startco +504B5B CONTROLtronic GmbH +A0E0AF Cisco Systems, Inc +603E7B Gafachi, Inc. +98F199 NEC Platforms, Ltd. +78FC14 Family Zone Cyber Safety Ltd +1062EB D-Link International +E0A700 Verkada Inc +901711 Hagenuk Marinekommunikation GmbH +D825B0 Rockeetech Systems Co.,Ltd. +74614B Chongqing Huijiatong Information Technology Co., Ltd. +C0D9F7 ShanDong Domor Intelligent S&T CO.,Ltd +94FB29 Zebra Technologies Inc. +64DBA0 Select Comfort +5800E3 Liteon Technology Corporation +64777D Hitron Technologies. Inc +0495E6 Tenda Technology Co.,Ltd.Dongguan branch +0016D3 Wistron Corporation +001F16 Wistron Corporation +4C4E03 TCT mobile ltd +50E666 Shenzhen Techtion Electronics Co., Ltd. +6831FE Teladin Co.,Ltd. +EC43F6 ZyXEL Communications Corporation +D4B169 Le Shi Zhi Xin Electronic Technology (Tianjin) Limited +0C3CCD Universal Global Scientific Industrial Co., Ltd. +B04089 Senient Systems LTD +002445 Adtran Inc +689FF0 zte corporation +7CC6C4 Kolff Computer Supplies b.v. +14B7F8 Technicolor CH USA Inc. +F06E32 MICROTEL INNOVATION S.R.L. +00E022 Analog Devices, Inc. +7C67A2 Intel Corporate +000302 Charles Industries, Ltd. +0896AD Cisco Systems, Inc +8CF5A3 SAMSUNG ELECTRO-MECHANICS(THAILAND) +B8EAAA ICG NETWORKS CO.,ltd +B8F883 TP-LINK TECHNOLOGIES CO.,LTD. +DCFE18 TP-LINK TECHNOLOGIES CO.,LTD. +AC60B6 Ericsson AB +3C197D Ericsson AB +74C99A Ericsson AB +000F4F PCS Systemtechnik GmbH +7C5A1C Sophos Ltd +00E400 Sichuan Changhong Electric Ltd. +00117E Midmark Corp +105AF7 ADB Italia +703ACB Google, Inc. +D481D7 Dell Inc. +2C55D3 HUAWEI TECHNOLOGIES CO.,LTD +F44C7F HUAWEI TECHNOLOGIES CO.,LTD +143004 HUAWEI TECHNOLOGIES CO.,LTD +7C4685 Motorola (Wuhan) Mobility Technologies Communication Co., Ltd. +E05163 Arcadyan Corporation +00A06F Color Sentinel Systems, LLC +0C5F35 Niagara Video Corporation +B85001 Extreme Networks +000496 Extreme Networks +7C3866 Texas Instruments +50F14A Texas Instruments +9C1D58 Texas Instruments +500FF5 Tenda Technology Co.,Ltd.Dongguan branch +1C1EE3 Hui Zhou Gaoshengda Technology Co.,LTD +F0272D Amazon Technologies Inc. +74C246 Amazon Technologies Inc. +F4C4D6 Shenzhen Xinfa Electronic Co.,ltd +08B258 Juniper Networks +C03D46 Shanghai Sango Network Technology Co.,Ltd +E89FEC CHENGDU KT ELECTRONIC HI-TECH CO.,LTD +BCA042 SHANGHAI FLYCO ELECTRICAL APPLIANCE CO.,LTD +D47DFC TECNO MOBILE LIMITED +443708 MRV Comunications +14568E Samsung Electronics Co.,Ltd +6837E9 Amazon Technologies Inc. +8058F8 Motorola Mobility LLC, a Lenovo Company +F0D7AA Motorola Mobility LLC, a Lenovo Company +28FF3E zte corporation +886B6E Apple, Inc. +4C74BF Apple, Inc. +70F087 Apple, Inc. +285767 Echostar Technologies Corp +0024AF Echostar Technologies Corp +04C9D9 Echostar Technologies Corp +D0498B ZOOM SERVER +C49DED Microsoft Corporation +98A40E Snap, Inc. +2C5A0F Cisco Systems, Inc +AC7409 Hangzhou H3C Technologies Co., Limited +E037BF Wistron Neweb Corporation +4C8120 Taicang T&W Electronics +E8E732 Alcatel-Lucent Enterprise +00118B Alcatel-Lucent Enterprise +00E0B1 Alcatel-Lucent Enterprise +6854ED Alcatel-Lucent +B42A0E Technicolor CH USA Inc. +E8DE8E Integrated Device Technology (Malaysia) Sdn. Bhd. +40C8CB AM Telecom co., Ltd. +14A0F8 HUAWEI TECHNOLOGIES CO.,LTD +28B448 HUAWEI TECHNOLOGIES CO.,LTD +E442A6 Intel Corporate +6045CB ASUSTek COMPUTER INC. +74C9A3 Fiberhome Telecommunication Technologies Co.,LTD +84AFEC BUFFALO.INC +AC202E Hitron Technologies. Inc +48A74E zte corporation +3C5282 Hewlett Packard +B0AA36 GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD +2C5BB8 GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD +1C48CE GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD +004066 APRESIA Systems Ltd +9CAC6D Universal Electronics, Inc. +B03D96 Vision Valley FZ LLC +B02628 Broadcom Limited +E81363 Comstock RD, Inc. +44AA50 Juniper Networks +0080E7 Leonardo Tactical Systems. +688DB6 AETEK INC. +481063 NTT Innovation Institute, Inc. +24F5AA Samsung Electronics Co.,Ltd +F877B8 Samsung Electronics Co.,Ltd +682737 Samsung Electronics Co.,Ltd +5056BF Samsung Electronics Co.,Ltd +D428D5 TCT mobile ltd +405CFD Dell Inc. +041B6D LG Electronics (Mobile Communications) +00D037 ARRIS Group, Inc. +001DD6 ARRIS Group, Inc. +306023 ARRIS Group, Inc. +ACB313 ARRIS Group, Inc. +14ABF0 ARRIS Group, Inc. +0CF893 ARRIS Group, Inc. +8461A0 ARRIS Group, Inc. +E83381 ARRIS Group, Inc. +44E137 ARRIS Group, Inc. +FC6FB7 ARRIS Group, Inc. +A0C562 ARRIS Group, Inc. +A055DE ARRIS Group, Inc. +54E2E0 ARRIS Group, Inc. +28C87A ARRIS Group, Inc. +0026D9 ARRIS Group, Inc. +C8AA21 ARRIS Group, Inc. +2C9E5F ARRIS Group, Inc. +002495 ARRIS Group, Inc. +002642 ARRIS Group, Inc. +A4ED4E ARRIS Group, Inc. +0024A1 ARRIS Group, Inc. +002375 ARRIS Group, Inc. +0015CE ARRIS Group, Inc. +001311 ARRIS Group, Inc. +0015A2 ARRIS Group, Inc. +001596 ARRIS Group, Inc. +0000CA ARRIS Group, Inc. +601971 ARRIS Group, Inc. +001DD1 ARRIS Group, Inc. +001626 ARRIS Group, Inc. +00111A ARRIS Group, Inc. +00152F ARRIS Group, Inc. +000B06 ARRIS Group, Inc. +000F9F ARRIS Group, Inc. +0011AE ARRIS Group, Inc. +002040 ARRIS Group, Inc. +1C1B68 ARRIS Group, Inc. +10868C ARRIS Group, Inc. +1005B1 ARRIS Group, Inc. +7C2634 ARRIS Group, Inc. +001E5A ARRIS Group, Inc. +001DBE ARRIS Group, Inc. +001371 ARRIS Group, Inc. +00149A ARRIS Group, Inc. +001A1B ARRIS Group, Inc. +0018A4 ARRIS Group, Inc. +001ADB ARRIS Group, Inc. +001F7E ARRIS Group, Inc. +001C11 ARRIS Group, Inc. +001CC1 ARRIS Group, Inc. +001D6B ARRIS Group, Inc. +400D10 ARRIS Group, Inc. +341FE4 ARRIS Group, Inc. +A0094C CenturyLink +00A38E Cisco Systems, Inc +DCC8F5 Shanghai UMEinfo CO.,LTD. +64DFE9 ATEME +9097F3 Samsung Electronics Co.,Ltd +58C5CB Samsung Electronics Co.,Ltd +ACAFB9 Samsung Electronics Co.,Ltd +308976 DALIAN LAMBA TECHNOLOGY CO.,LTD +447BBB Shenzhen YOUHUA Technology Co., Ltd +A4F4C2 VNPT TECHNOLOGY +C0A5DD SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD. +1835D1 ARRIS Group, Inc. +4C38D8 ARRIS Group, Inc. +DCBE7A Zhejiang Nurotron Biotechnology Co. +206BE7 TP-LINK TECHNOLOGIES CO.,LTD. +4857DD Facebook Inc +681DEF Shenzhen CYX Technology Co., Ltd. +AC203E Wuhan Tianyu Information Industry Co., Ltd. +30074D SAMSUNG ELECTRO-MECHANICS(THAILAND) +00A3D1 Cisco Systems, Inc +801DAA Avaya Inc +001B4F Avaya Inc +7052C5 Avaya Inc +848371 Avaya Inc +24D921 Avaya Inc +A051C6 Avaya Inc +90EC50 C.O.B.O. SPA +90FB5B Avaya Inc +B4475E Avaya Inc +D4EA0E Avaya Inc +A009ED Avaya Inc +3C0CDB UNIONMAN TECHNOLOGY CO.,LTD +C81FEA Avaya Inc +F01B6C vivo Mobile Communication Co., Ltd. +DC1AC5 vivo Mobile Communication Co., Ltd. +205D47 vivo Mobile Communication Co., Ltd. +9CFBD5 vivo Mobile Communication Co., Ltd. +10F681 vivo Mobile Communication Co., Ltd. +886AE3 Alpha Networks Inc. +9061AE Intel Corporate +A4F3E7 Integrated Device Technology (Malaysia) Sdn. Bhd. +A0239F Cisco Systems, Inc +D8DF7A Quest Software, Inc. +30B62D Mojo Networks, Inc. +001B17 Palo Alto Networks +9828A6 COMPAL INFORMATION (KUNSHAN) CO., LTD. +B0EABC ASKEY COMPUTER CORP +94C691 EliteGroup Computer Systems Co., LTD +9C6F52 zte corporation +A09D86 Alcatel-Lucent Shanghai Bell Co., Ltd +E0CBBC Cisco Meraki +00D01F Senetas Corporation Ltd +A40450 nFore Technology Inc. +4CB008 Shenzhen Gwelltimes Technology Co.,Ltd +2CE6CC Ruckus Wireless +8C0C90 Ruckus Wireless +842096 SHENZHEN RF-LINK TECHNOLOGY CO.,LTD. +589396 Ruckus Wireless +74911A Ruckus Wireless +00227F Ruckus Wireless +002482 Ruckus Wireless +58B633 Ruckus Wireless +D4684D Ruckus Wireless +F03E90 Ruckus Wireless +EC8CA2 Ruckus Wireless +3087D9 Ruckus Wireless +24792A Ruckus Wireless +30F77F S Mobile Devices Limited +5C5181 Samsung Electronics Co.,Ltd +389AF6 Samsung Electronics Co.,Ltd +E0AA96 Samsung Electronics Co.,Ltd +507705 Samsung Electronics Co.,Ltd +38E595 SHENZHEN GONGJIN ELECTRONICS CO.,LT +C4CB6B Airista Flow, Inc. +B05508 HUAWEI TECHNOLOGIES CO.,LTD +008BFC mixi,Inc. +2C4053 Samsung Electronics Co.,Ltd +00A085 Private +ACDE48 Private +D09466 Dell Inc. +F0EFD2 TF PAYMENT SERVICE CO., LTD +30C01B Shenzhen Jingxun Software Telecommunication Technology Co.,Ltd +647C34 Ubee Interactive Co., Limited +747D24 Phicomm (Shanghai) Co., Ltd. +E817FC Fujitsu Cloud Technologies Limited +001009 HORANET +6432A8 Intel Corporate +78BC1A Cisco Systems, Inc +E4F004 Dell Inc. +60F677 Intel Corporate +288CB8 zte corporation +0C72D9 zte corporation +E472E2 HUAWEI TECHNOLOGIES CO.,LTD +E86819 HUAWEI TECHNOLOGIES CO.,LTD +602E20 HUAWEI TECHNOLOGIES CO.,LTD +48BCA6 ​ASUNG TECHNO CO.,Ltd +006069 Brocade Communications Systems, Inc. +000CDB Brocade Communications Systems, Inc. +8C7CFF Brocade Communications Systems, Inc. +C4F57C Brocade Communications Systems, Inc. +00237F PLANTRONICS, INC. +00095B NETGEAR +000FB5 NETGEAR +803773 NETGEAR +405D82 NETGEAR +C0FFD4 NETGEAR +10DA43 NETGEAR +B03956 NETGEAR +C43DC7 NETGEAR +F87394 NETGEAR +401B5F Weifang GoerTek Technology Co.,Ltd. +AC512C Infinix mobility limited +90B1E0 Beijing Nebula Link Technology Co., Ltd +6C090A GEMATICA SRL +001439 Blonder Tongue Laboratories, Inc +107B44 ASUSTek COMPUTER INC. +9C4FCF TCT mobile ltd +001BD3 Panasonic Corporation AVC Networks Company +00C08F Panasonic Electric Works Co., Ltd. +0008C9 TechniSat Digital GmbH Daun +20A6CD Hewlett Packard Enterprise +F4F3AA JBL GmbH & Co. KG +38CD07 Beijing FaceCam Technology Co., Ltd. +B009DA Ring Solutions +444AB0 Zhejiang Moorgen Intelligence Technology Co., Ltd +844167 Apple, Inc. +B4F61C Apple, Inc. +ECFA03 FCA +90324B Hon Hai Precision Ind. Co.,Ltd. +78E103 Amazon Technologies Inc. +78A6E1 Brocade Communications Systems, Inc. +F4D7B2 LGS Innovations, LLC +34298F IEEE Registration Authority +20040F Dell Inc. +2C7360 Earda Technologies co Ltd +048B42 Skspruce Technologies +9C63ED zte corporation +C421C8 KYOCERA CORPORATION +002692 Mitsubishi Electric Corporation +F03D03 TECNO MOBILE LIMITED +006088 Analog Devices, Inc. +084ACF GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD +1CDDEA GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD +ECEBB8 Hewlett Packard Enterprise +5CE8B7 Oraimo Technology Limited +D89EF3 Dell Inc. +CC66B2 Nokia +C0742B SHENZHEN XUNLONG SOFTWARE CO.,LIMITED +5846E1 Baxter International Inc +00D0BD Lattice Semiconductor Corp. (LPA) +F08261 Sagemcom Broadband SAS +D084B0 Sagemcom Broadband SAS +00FEC8 Cisco Systems, Inc +EC2280 D-Link International +047863 Shanghai MXCHIP Information Technology Co., Ltd. +24BA13 RISO KAGAKU CORPORATION +24DA11 NO NDA Inc +70CA4D Shenzhen lnovance Technology Co.,Ltd. +DCC0EB ASSA ABLOY CÔTE PICARDE +001735 Intel Wireless Network Group +9CDFB1 Shenzhen Crave Communication Co., LTD +5CF938 Apple, Inc. +3871DE Apple, Inc. +BC5436 Apple, Inc. +0CC731 Currant, Inc. +00142F Savvius +2CDDA3 Point Grey Research Inc. +24FD5B SmartThings, Inc. +2876CD Funshion Online Technologies Co.,Ltd +F4F5D8 Google, Inc. +F4F5E8 Google, Inc. +F88FCA Google, Inc. +BCD1D3 Shenzhen TINNO Mobile Technology Corp. +BC4434 Shenzhen TINNO Mobile Technology Corp. +0041D2 Cisco Systems, Inc +4CFB45 HUAWEI TECHNOLOGIES CO.,LTD +A4BA76 HUAWEI TECHNOLOGIES CO.,LTD +78E3B5 Hewlett Packard +984BE1 Hewlett Packard +68B599 Hewlett Packard +14D64D D-Link International +C8BE19 D-Link International +BCF685 D-Link International +CCB255 D-Link International +84C9B2 D-Link International +DCD321 HUMAX Co., Ltd. +CC4EEC HUMAX Co., Ltd. +DC330D Qingdao Haier Telecom Co.,Ltd +0080E1 STMicroelectronics SRL +58DC6D Exceptional Innovation, Inc. +00092D HTC Corporation +F8DB7F HTC Corporation +E899C4 HTC Corporation +7CB15D HUAWEI TECHNOLOGIES CO.,LTD +18686A zte corporation +0C0535 Juniper Systems +8CF228 SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD. +78F882 LG Electronics (Mobile Communications) +8851FB Hewlett Packard +AC162D Hewlett Packard +A0B3CC Hewlett Packard +E4115B Hewlett Packard +C8CBB8 Hewlett Packard +9457A5 Hewlett Packard +0001E7 Hewlett Packard +080009 Hewlett Packard +0080A0 Hewlett Packard +D48564 Hewlett Packard +3C4A92 Hewlett Packard +780AC7 Baofeng TV Co., Ltd. +001D73 BUFFALO.INC +001601 BUFFALO.INC +106F3F BUFFALO.INC +8857EE BUFFALO.INC +009C02 Hewlett Packard +78E7D1 Hewlett Packard +001B78 Hewlett Packard +001E0B Hewlett Packard +2C6E85 Intel Corporate +00D0B7 Intel Corporation +0002B3 Intel Corporation +001111 Intel Corporation +001320 Intel Corporate +0012F0 Intel Corporate +9049FA Intel Corporate +C8348E Intel Corporate +00508B Hewlett Packard +784859 Hewlett Packard +1458D0 Hewlett Packard +5065F3 Hewlett Packard +A0481C Hewlett Packard +A01D48 Hewlett Packard +94B2CC PIONEER CORPORATION +887F03 Comper Technology Investment Limited +E06066 Sercomm Corporation +0019E0 TP-LINK TECHNOLOGIES CO.,LTD. +0023CD TP-LINK TECHNOLOGIES CO.,LTD. +002719 TP-LINK TECHNOLOGIES CO.,LTD. +40169F TP-LINK TECHNOLOGIES CO.,LTD. +940C6D TP-LINK TECHNOLOGIES CO.,LTD. +74EA3A TP-LINK TECHNOLOGIES CO.,LTD. +90F652 TP-LINK TECHNOLOGIES CO.,LTD. +10FEED TP-LINK TECHNOLOGIES CO.,LTD. +C46E1F TP-LINK TECHNOLOGIES CO.,LTD. +50FA84 TP-LINK TECHNOLOGIES CO.,LTD. +F483CD TP-LINK TECHNOLOGIES CO.,LTD. +882593 TP-LINK TECHNOLOGIES CO.,LTD. +808917 TP-LINK TECHNOLOGIES CO.,LTD. +5C899A TP-LINK TECHNOLOGIES CO.,LTD. +1C994C Murata Manufacturing Co., Ltd. +F02765 Murata Manufacturing Co., Ltd. +20A783 miControl GmbH +005053 Cisco Systems, Inc +00500F Cisco Systems, Inc +D842AC Shanghai Feixun Communication Co.,Ltd. +34CDBE HUAWEI TECHNOLOGIES CO.,LTD +D46AA8 HUAWEI TECHNOLOGIES CO.,LTD +5439DF HUAWEI TECHNOLOGIES CO.,LTD +4846FB HUAWEI TECHNOLOGIES CO.,LTD +200BC7 HUAWEI TECHNOLOGIES CO.,LTD +104780 HUAWEI TECHNOLOGIES CO.,LTD +88308A Murata Manufacturing Co., Ltd. +44A7CF Murata Manufacturing Co., Ltd. +0013E0 Murata Manufacturing Co., Ltd. +344B50 zte corporation +FCC897 zte corporation +9CD24B zte corporation +C864C7 zte corporation +D0154A zte corporation +88E3AB HUAWEI TECHNOLOGIES CO.,LTD +00664B HUAWEI TECHNOLOGIES CO.,LTD +68A0F6 HUAWEI TECHNOLOGIES CO.,LTD +5CF96A HUAWEI TECHNOLOGIES CO.,LTD +B43052 HUAWEI TECHNOLOGIES CO.,LTD +88CEFA HUAWEI TECHNOLOGIES CO.,LTD +582AF7 HUAWEI TECHNOLOGIES CO.,LTD +F48E92 HUAWEI TECHNOLOGIES CO.,LTD +40CBA8 HUAWEI TECHNOLOGIES CO.,LTD +087A4C HUAWEI TECHNOLOGIES CO.,LTD +D46E5C HUAWEI TECHNOLOGIES CO.,LTD +2469A5 HUAWEI TECHNOLOGIES CO.,LTD +C8D15E HUAWEI TECHNOLOGIES CO.,LTD +F83DFF HUAWEI TECHNOLOGIES CO.,LTD +308730 HUAWEI TECHNOLOGIES CO.,LTD +002568 HUAWEI TECHNOLOGIES CO.,LTD +30D17E HUAWEI TECHNOLOGIES CO.,LTD +9C28EF HUAWEI TECHNOLOGIES CO.,LTD +7C6097 HUAWEI TECHNOLOGIES CO.,LTD +60DE44 HUAWEI TECHNOLOGIES CO.,LTD +3400A3 HUAWEI TECHNOLOGIES CO.,LTD +643E8C HUAWEI TECHNOLOGIES CO.,LTD +00C610 Apple, Inc. +70DEE2 Apple, Inc. +182032 Apple, Inc. +6CC26B Apple, Inc. +1040F3 Apple, Inc. +FC253F Apple, Inc. +183451 Apple, Inc. +C0847A Apple, Inc. +64200C Apple, Inc. +74E1B6 Apple, Inc. +0C771A Apple, Inc. +00F4B9 Apple, Inc. +C8334B Apple, Inc. +B8F6B1 Apple, Inc. +C09F42 Apple, Inc. +189EFC Apple, Inc. +6C3E6D Apple, Inc. +0016FE ALPS ELECTRIC CO.,LTD. +0498F3 ALPS ELECTRIC CO.,LTD. +38C096 ALPS ELECTRIC CO.,LTD. +E0750A ALPS ELECTRIC CO.,LTD. +B05947 Shenzhen Qihu Intelligent Technology Company Limited +00E04F Cisco Systems, Inc +001011 Cisco Systems, Inc +0010F6 Cisco Systems, Inc +80E01D Cisco Systems, Inc +80E86F Cisco Systems, Inc +E4AA5D Cisco Systems, Inc +B0AA77 Cisco Systems, Inc +78BAF9 Cisco Systems, Inc +0016B6 Cisco-Linksys, LLC +0018F8 Cisco-Linksys, LLC +00252E Cisco SPVTG +A4A24A Cisco SPVTG +602AD0 Cisco SPVTG +001BFB ALPS ELECTRIC CO.,LTD. +00E08F Cisco Systems, Inc +203A07 Cisco Systems, Inc +34A84E Cisco Systems, Inc +E4D3F1 Cisco Systems, Inc +1CE6C7 Cisco Systems, Inc +E02F6D Cisco Systems, Inc +8478AC Cisco Systems, Inc +4403A7 Cisco Systems, Inc +6886A7 Cisco Systems, Inc +B4E9B0 Cisco Systems, Inc +000832 Cisco Systems, Inc +B0FAEB Cisco Systems, Inc +500604 Cisco Systems, Inc +70105C Cisco Systems, Inc +7CFADF Apple, Inc. +101C0C Apple, Inc. +001124 Apple, Inc. +001D4F Apple, Inc. +001E52 Apple, Inc. +001F5B Apple, Inc. +001FF3 Apple, Inc. +0021E9 Apple, Inc. +00236C Apple, Inc. +002500 Apple, Inc. +60FB42 Apple, Inc. +14DAE9 ASUSTek COMPUTER INC. +3C08F6 Cisco Systems, Inc +D072DC Cisco Systems, Inc +28C7CE Cisco Systems, Inc +6CFA89 Cisco Systems, Inc +58F39C Cisco Systems, Inc +346288 Cisco Systems, Inc +881DFC Cisco Systems, Inc +F81EDF Apple, Inc. +90840D Apple, Inc. +D8A25E Apple, Inc. +C8BCC8 Apple, Inc. +28E7CF Apple, Inc. +D89E3F Apple, Inc. +040CCE Apple, Inc. +A4D1D2 Apple, Inc. +406C8F Apple, Inc. +C067AF Cisco Systems, Inc +64E950 Cisco Systems, Inc +189C5D Cisco Systems, Inc +000EA6 ASUSTek COMPUTER INC. +0013D4 ASUSTek COMPUTER INC. +002618 ASUSTek COMPUTER INC. +00248C ASUSTek COMPUTER INC. +0050A2 Cisco Systems, Inc +0050F0 Cisco Systems, Inc +00905F Cisco Systems, Inc +00902B Cisco Systems, Inc +00100B Cisco Systems, Inc +00100D Cisco Systems, Inc +001014 Cisco Systems, Inc +649ABE Apple, Inc. +94E96A Apple, Inc. +AC293A Apple, Inc. +10417F Apple, Inc. +7014A6 Apple, Inc. +A8667F Apple, Inc. +D02598 Apple, Inc. +CC29F5 Apple, Inc. +6C709F Apple, Inc. +0C3E9F Apple, Inc. +34E2FD Apple, Inc. +609217 Apple, Inc. +8863DF Apple, Inc. +80E650 Apple, Inc. +006171 Apple, Inc. +90FD61 Apple, Inc. +5C97F3 Apple, Inc. +6C4008 Apple, Inc. +24A074 Apple, Inc. +F02475 Apple, Inc. +20A2E4 Apple, Inc. +5CF5DA Apple, Inc. +D4B8FF Home Control Singapore Pte Ltd +28E14C Apple, Inc. +54E43A Apple, Inc. +C8E0EB Apple, Inc. +A88808 Apple, Inc. +907240 Apple, Inc. +0C4DE9 Apple, Inc. +D89695 Apple, Inc. +0C3021 Apple, Inc. +F0F61C Apple, Inc. +B03495 Apple, Inc. +848E0C Apple, Inc. +8C2DAA Apple, Inc. +444C0C Apple, Inc. +84FCFE Apple, Inc. +E48B7F Apple, Inc. +5C969D Apple, Inc. +A8FAD8 Apple, Inc. +949426 Apple, Inc. +E0F5C6 Apple, Inc. +AC6462 zte corporation +C08488 Finis Inc +68E8EB Linktel Technologies Co.,Ltd +20C3A4 RetailNext +780541 Queclink Wireless Solutions Co., Ltd +C02DEE Cuff +54A3FA BQT Solutions (Australia)Pty Ltd +9023EC Availink, Inc. +3891D5 Hangzhou H3C Technologies Co., Limited +90DFFB HOMERIDER SYSTEMS +3C831E CKD Corporation +381C23 Hilan Technology CO.,LTD +E03676 HUAWEI TECHNOLOGIES CO.,LTD +3CB72B PLUMgrid Inc +243184 SHARP Corporation +24DA9B Motorola Mobility LLC, a Lenovo Company +3052CB Liteon Technology Corporation +B8B2EB Googol Technology (HK) Limited +C40049 Kamama +50A9DE Smartcom - Bulgaria AD +E8DED6 Intrising Networks, Inc. +B844D9 Apple, Inc. +DC2B2A Apple, Inc. +8C10D4 Sagemcom Broadband SAS +089B4B iKuai Networks +3C7873 Airsonics +BC5FF6 SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD. +C8F9C8 NewSharp Technology(SuZhou)Co,Ltd +3C5CC3 Shenzhen First Blue Chip Technology Ltd +A8741D PHOENIX CONTACT Electronics GmbH +A4C138 Telink Semiconductor (Taipei) Co. Ltd. +D8EFCD Nokia +EC0133 TRINUS SYSTEMS INC. +1C56FE Motorola Mobility LLC, a Lenovo Company +7CA23E HUAWEI TECHNOLOGIES CO.,LTD +501AA5 GN Netcom A/S +F09A51 Shanghai Viroyal Electronic Technology Company Limited +9870E8 INNATECH SDN BHD +50DF95 Lytx +584925 E3 Enterprise +94F278 Elma Electronic +E8BDD1 HUAWEI TECHNOLOGIES CO.,LTD +3481F4 SST Taiwan Ltd. +F4B8A7 zte corporation +58F102 BLU Products Inc. +B869C2 Sunitec Enterprise Co., Ltd. +2CC548 IAdea Corporation +307CB2 ANOV FRANCE +90D8F3 zte corporation +444CA8 Arista Networks +FCE33C HUAWEI TECHNOLOGIES CO.,LTD +BC6A2F Henge Docks LLC +E4907E Motorola Mobility LLC, a Lenovo Company +48066A Tempered Networks, Inc. +1CF03E Wearhaus Inc. +DCDB70 Tonfunk Systementwicklung und Service GmbH +C47D46 FUJITSU LIMITED +68EDA4 Shenzhen Seavo Technology Co.,Ltd +B899B0 Cohere Technologies +80C5E6 Microsoft Corporation +D85DEF Busch-Jaeger Elektro GmbH +10DF8B Shenzhen CareDear Communication Technology Co.,Ltd +00A784 ITX security +800184 HTC Corporation +38FACA Skyworth Digital Technology(Shenzhen) Co.,Ltd +44C69B Wuhan Feng Tian Information Network CO.,LTD +C02567 Nexxt Solutions +B46D35 Dalian Seasky Automation Co;Ltd +B89ACD ELITE OPTOELECTRONIC(ASIA)CO.,LTD +241C04 SHENZHEN JEHE TECHNOLOGY DEVELOPMENT CO., LTD. +F8CFC5 Motorola Mobility LLC, a Lenovo Company +BCF811 Xiamen DNAKE Technology Co.,Ltd +A8827F CIBN Oriental Network(Beijing) CO.,Ltd +900A39 Wiio, Inc. +C4693E Turbulence Design Inc. +1C8341 Hefei Bitland Information Technology Co.Ltd +4011DC Sonance +249EAB HUAWEI TECHNOLOGIES CO.,LTD +DC56E6 Shenzhen Bococom Technology Co.,LTD +5CA178 TableTop Media (dba Ziosk) +702A7D EpSpot AB +B8B3DC DEREK (SHAOGUAN) LIMITED +6C1E70 Guangzhou YBDS IT Co.,Ltd +C8E130 Milkyway Group Ltd +8833BE Ivenix, Inc. +34CC28 Nexpring Co. LTD., +144146 Honeywell (China) Co., LTD +F41563 F5 Networks, Inc. +C4EA1D Technicolor +20E407 Spark srl +887384 Toshiba +584704 Shenzhen Webridge Technology Co.,Ltd +B856BD ITT LLC +107873 Shenzhen Jinkeyi Communication Co., Ltd. +D45556 Fiber Mountain Inc. +F01E34 ORICO Technologies Co., Ltd +74A063 HUAWEI TECHNOLOGIES CO.,LTD +A89008 Beijing Yuecheng Technology Co. Ltd. +183864 CAP-TECH INTERNATIONAL CO., LTD. +08D34B Techman Electronics (Changshu) Co., Ltd. +C808E9 LG Electronics +78ACBF Igneous Systems +206274 Microsoft Corporation +5CCCFF Techroutes Network Pvt Ltd +844BB7 Beijing Sankuai Online Technology Co.,Ltd +148F21 Garmin International +3C6A9D Dexatek Technology LTD. +14893E VIXTEL TECHNOLOGIES LIMTED +60F189 Murata Manufacturing Co., Ltd. +74A34A ZIMI CORPORATION +98F5A9 OHSUNG ELECTRONICS CO.,LTD. +D89341 General Electric Global Research +F4645D Toshiba +30D587 Samsung Electronics Co.,Ltd +1436C6 Lenovo Mobile Communication Technology Ltd. +04C09C Tellabs Inc. +844464 ServerU Inc +589B0B Shineway Technologies, Inc. +A48CDB Lenovo +4062B6 Tele system communication +3C2C94 杭州德澜科技有限公司(HangZhou Delan Technology Co.,Ltd) +78312B zte corporation +C035C5 Prosoft Systems LTD +F8B2F3 GUANGZHOU BOSMA TECHNOLOGY CO.,LTD +1C7D22 Fuji Xerox Co., Ltd. +7C11CD QianTang Technology +0492EE iway AG +F02A23 Creative Next Design +8C9109 Toyoshima Electric Technoeogy(Suzhou) Co.,Ltd. +307350 Inpeco SA +E8CC18 D-Link International +B09137 ISis ImageStream Internet Solutions, Inc +3C1E13 HANGZHOU SUNRISE TECHNOLOGY CO., LTD +B4A828 Shenzhen Concox Information Technology Co., Ltd +A41242 NEC Platforms, Ltd. +404EEB Higher Way Electronic Co., Ltd. +50BD5F TP-LINK TECHNOLOGIES CO.,LTD. +147590 TP-LINK TECHNOLOGIES CO.,LTD. +ECB907 CloudGenix Inc +5CF9F0 Atomos Engineering P/L +FCDBB3 Murata Manufacturing Co., Ltd. +B8186F ORIENTAL MOTOR CO., LTD. +1C9C26 Zoovel Technologies +9C3583 Nipro Diagnostics, Inc +C456FE Lava International Ltd. +B89BE4 ABB Power Systems Power Generation +C0EEFB OnePlus Tech (Shenzhen) Ltd +108A1B RAONIX Inc. +8CF813 ORANGE POLSKA +B8F317 iSun Smasher Communications Private Limited +2442BC Alinco,incorporated +C401CE PRESITION (2000) CO., LTD. +D01242 BIOS Corporation +50F43C Leeo Inc +B43934 Pen Generations, Inc. +DCC622 BUHEUNG SYSTEM +5C2BF5 Vivint +D062A0 China Essence Technology (Zhumadian) Co., Ltd. +CC10A3 Beijing Nan Bao Technology Co., Ltd. +2CA30E POWER DRAGON DEVELOPMENT LIMITED +4CF5A0 Scalable Network Technologies Inc +084656 VEO-LABS +4488CB Camco Technologies NV +5014B5 Richfit Information Technology Co., Ltd +CC3080 VAIO Corporation +F82441 Yeelink +6CBFB5 Noon Technology Co., Ltd +489D18 Flashbay Limited +8CB094 Airtech I&C Co., Ltd +70F196 Actiontec Electronics, Inc +6C6EFE Core Logic Inc. +E4C62B Airware +80F8EB RayTight +94B40F Aruba Networks +4C2C83 Zhejiang KaNong Network Technology Co.,Ltd. +E89606 testo Instruments (Shenzhen) Co., Ltd. +CC3F1D Intesis Software SL +902181 Shanghai Huaqin Telecom Technology Co.,Ltd +600417 POSBANK CO.,LTD +A44AD3 ST Electronics(Shanghai) Co.,Ltd +2497ED Techvision Intelligent Technology Limited +104E07 Shanghai Genvision Industries Co.,Ltd +FCD5D9 Shenzhen SDMC Technology Co., Ltd. +007532 INID BV +907EBA UTEK TECHNOLOGY (SHENZHEN) CO.,LTD +488244 Life Fitness / Div. of Brunswick +A8F7E0 PLANET Technology Corporation +2C5BE1 Centripetal Networks, Inc +D87EB1 x.o.ware, inc. +4045DA Spreadtrum Communications (Shanghai) Co., Ltd. +98BE94 IBM +D4B43E Messcomp Datentechnik GmbH +A8E539 Moimstone Co.,Ltd +98F170 Murata Manufacturing Co., Ltd. +04C991 Phistek INC. +581F67 Open-m technology limited +BC25F0 3D Display Technologies Co., Ltd. +7CE524 Quirky, Inc. +D85DFB Private +7CC4EF Devialet +94AEE3 Belden Hirschmann Industries (Suzhou) Ltd. +44666E IP-LINE +705B2E M2Communication Inc. +0C8C8F Kamo Technology Limited +F4FD2B ZOYI Company +FCAA14 GIGA-BYTE TECHNOLOGY CO.,LTD. +50FEF2 Sify Technologies Ltd +3CD9CE Eclipse WiFi +C80210 LG Innotek +702DD1 Newings Communication CO., LTD. +44746C Sony Mobile Communications AB +F4F646 Dediprog Technology Co. Ltd. +ECD9D1 Shenzhen TG-NET Botone Technology Co.,Ltd. +748F4D MEN Mikro Elektronik GmbH +A47E39 zte corporation +0C63FC Nanjing Signway Technology Co., Ltd +ACA9A0 Audioengine, Ltd. +A8A668 zte corporation +60E327 TP-LINK TECHNOLOGIES CO.,LTD. +E4D332 TP-LINK TECHNOLOGIES CO.,LTD. +A0DA92 Nanjing Glarun Atten Technology Co. Ltd. +6828BA Dejai +48D18E Metis Communication Co.,Ltd +A49F85 Lyve Minds, Inc +7CD30A INVENTEC Corporation +3481C4 AVM GmbH +085700 TP-LINK TECHNOLOGIES CO.,LTD. +888914 All Components Incorporated +D8150D TP-LINK TECHNOLOGIES CO.,LTD. +A06518 VNPT TECHNOLOGY +748F1B MasterImage 3D +F03A4B Bloombase, Inc. +D82A15 Leitner SpA +C4291D KLEMSAN ELEKTRIK ELEKTRONIK SAN.VE TIC.AS. +704E01 KWANGWON TECH CO., LTD. +848433 Paradox Engineering SA +D4319D Sinwatec +DC052F National Products Inc. +CC398C Shiningtek +6C5F1C Lenovo Mobile Communication Technology Ltd. +B42C92 Zhejiang Weirong Electronic Co., Ltd +FC1349 Global Apps Corp. +8C41F2 RDA Technologies Ltd. +FC07A0 LRE Medical GmbH +AC02CA HI Solutions, Inc. +F490CA Tensorcom +2C534A Shenzhen Winyao Electronic Limited +CC856C SHENZHEN MDK DIGITAL TECHNOLOGY CO.,LTD +60FFDD C.E. ELECTRONICS, INC +FCBBA1 Shenzhen Minicreate Technology Co.,Ltd +50B695 Micropoint Biotechnologies,Inc. +B48547 Amptown System Company GmbH +3C25D7 Nokia Corporation +1889DF CerebrEX Inc. +30A8DB Sony Mobile Communications AB +CC9F35 Transbit Sp. z o.o. +407875 IMBEL - Industria de Material Belico do Brasil +0C4F5A ASA-RT s.r.l. +B4B542 Hubbell Power Systems, Inc. +54CDEE ShenZhen Apexis Electronic Co.,Ltd +F8F005 Newport Media Inc. +98C0EB Global Regency Ltd +D4224E Alcatel Lucent +28DEF6 bioMerieux Inc. +88E8F8 YONG TAI ELECTRONIC (DONGGUAN) LTD. +2C073C DEVLINE LIMITED +7CE4AA Private +1820A6 Sage Co., Ltd. +BCF61C Geomodeling Wuxi Technology Co. Ltd. +083F3E WSH GmbH +6C09D6 Digiquest Electronics LTD +8C569D Imaging Solutions Group +A43A69 Vers Inc +387B47 AKELA, Inc. +7CCD11 MS-Magnet +4CE1BB Zhuhai HiFocus Technology Co., Ltd. +8CDE99 Comlab Inc. +B46698 Zealabs srl +283B96 Cool Control LTD +80D433 LzLabs GmbH +085AE0 Recovision Technology Co., Ltd. +BCEE7B ASUSTek COMPUTER INC. +FC09D8 ACTEON Group +0C1262 zte corporation +687CC8 Measurement Systems S. de R.L. +F015A0 KyungDong One Co., Ltd. +ECF72B HD DIGITAL TECH CO., LTD. +D8B6D6 Blu Tether Limited +847207 I&C Technology +E0AEB2 Bender GmbH & Co.KG +2C553C Gainspeed, Inc. +B43E3B Viableware, Inc +F854AF ECI Telecom Ltd. +2464EF CYG SUNRI CO.,LTD. +50B888 wi2be Tecnologia S/A +B8C1A2 Dragon Path Technologies Co., Limited +50ED78 Changzhou Yongse Infotech Co.,Ltd +8CB7F7 Shenzhen UniStrong Science & Technology Co., Ltd +085240 EbV Elektronikbau- und Vertriebs GmbH +80F25E Kyynel +844F03 Ablelink Electronics Ltd +94B9B4 Aptos Technology +D0B523 Bestcare Cloucal Corp. +783D5B TELNET Redes Inteligentes S.A. +D0C42F Tamagawa Seiki Co.,Ltd. +5CFFFF Shenzhen Kezhonglong Optoelectronic Technology Co., Ltd +F0D3A7 CobaltRay Co., Ltd +847616 Addat s.r.o. +D46867 Neoventus Design Group +68692E Zycoo Co.,Ltd +A875E2 Aventura Technologies, Inc. +38BF2F Espec Corp. +182012 Aztech Associates Inc. +C0F991 GME Standard Communications P/L +14EDA5 Wächter GmbH Sicherheitssysteme +E056F4 AxesNetwork Solutions inc. +385AA8 Beijing Zhongdun Security Technology Development Co. +FC3FAB Henan Lanxin Technology Co., Ltd +F8FF5F Shenzhen Communication Technology Co.,Ltd +DCC422 Systembase Limited +F4BD7C Chengdu jinshi communication Co., LTD +C8F36B Yamato Scale Co.,Ltd. +6C90B1 SanLogic Inc +845C93 Chabrier Services +D44C9C Shenzhen YOOBAO Technology Co.Ltd +A88D7B SunDroid Global limited. +A03B1B Inspire Tech +3C6E63 Mitron OY +502E5C HTC Corporation +20D21F Wincal Technology Corp. +FC1E16 IPEVO corp +6C4B7F Vossloh-Schwabe Deutschland GmbH +0CCB8D ASCO Numatics GmbH +2847AA Nokia Corporation +682DDC Wuhan Changjiang Electro-Communication Equipment CO.,LTD +1C63B7 OpenProducts 237 AB +A0A23C GPMS +708D09 Nokia Corporation +FCE1D9 Stable Imaging Solutions LLC +38B74D Fijowave Limited +A0E5E9 enimai Inc +9CBB98 Shen Zhen RND Electronic Co.,LTD +345C40 Cargt Holdings LLC +34885D Logitech Far East +6064A1 RADiflow Ltd. +8079AE ShanDong Tecsunrise Co.,Ltd +2C7155 HiveMotion +909916 ELVEES NeoTek OJSC +FC1BFF V-ZUG AG +AC5036 Pi-Coral Inc +FC019E VIEVU +F45F69 Matsufu Electronics distribution Company +F4A294 EAGLE WORLD DEVELOPMENT CO., LIMITED +2CCD69 Aqavi.com +947C3E Polewall Norge AS +E0D1E6 Aliph dba Jawbone +28C671 Yota Devices OY +DC1792 Captivate Network +7C8306 Glen Dimplex Nordic as +907A0A Gebr. Bode GmbH & Co KG +306112 PAV GmbH +A0C6EC ShenZhen ANYK Technology Co.,LTD +C80258 ITW GSE ApS +1001CA Ashley Butterworth +246AAB IT-IS International +28F532 ADD-Engineering BV +FC4BBC Sunplus Technology Co., Ltd. +142D8B Incipio Technologies, Inc +CCE8AC SOYEA Technology Co.,Ltd. +78D38D HONGKONG YUNLINK TECHNOLOGY LIMITED +1C48F9 GN Netcom A/S +744BE9 EXPLORER HYPERTECH CO.,LTD +B836D8 Videoswitch +F835DD Gemtek Technology Co., Ltd. +0CF019 Malgn Technology Co., Ltd. +D46A91 Snap AV +E8519D Yeonhab Precision Co.,LTD +00B78D Nanjing Shining Electric Automation Co., Ltd +68E166 Private +60FEF9 Thomas & Betts +78FE41 Socus networks +083571 CASwell INC. +DCF755 SITRONIK +ACCA8E ODA Technologies +6405BE NEW LIGHT LED +E03E4A Cavanagh Group International +6CB350 Anhui comhigher tech co.,ltd +A42305 Open Networking Laboratory +1C86AD MCT CO., LTD. +28D93E Telecor Inc. +882364 Watchnet DVR Inc +A05B21 ENVINET GmbH +50B8A2 ImTech Technologies LLC, +B04C05 Fresenius Medical Care Deutschland GmbH +A0EC80 zte corporation +9046B7 Vadaro Pte Ltd +1C08C1 Lg Innotek +201D03 Elatec GmbH +C06C6D MagneMotion, Inc. +74CA25 Calxeda, Inc. +CCBD35 Steinel GmbH +788DF7 Hitron Technologies. Inc +6CECA1 SHENZHEN CLOU ELECTRONICS CO. LTD. +D862DB Eno Inc. +68DB67 Nantong Coship Electronics Co., Ltd +BC261D HONG KONG TECON TECHNOLOGY +888964 GSI Electronics Inc. +9CA577 Osorno Enterprises Inc. +C0C3B6 Automatic Systems +A8294C Precision Optical Transceivers, Inc. +D0EB03 Zhehua technology limited +A0861D Chengdu Fuhuaxin Technology co.,Ltd +9498A2 Shanghai LISTEN TECH.LTD +2CB693 Radware +88685C Shenzhen ChuangDao & Perpetual Eternal Technology Co.,Ltd +B4FE8C Centro Sicurezza Italia SpA +D82916 Ascent Communication Technology +6472D8 GooWi Technology Co.,Limited +84ACA4 Beijing Novel Super Digital TV Technology Co., Ltd +3C6FF7 EnTek Systems, Inc. +B838CA Kyokko Tsushin System CO.,LTD +380FE4 Dedicated Network Partners Oy +847A88 HTC Corporation +5461EA Zaplox AB +78324F Millennium Group, Inc. +F05DC8 Duracell Powermat +48F925 Maestronic +C0885B SnD Tech Co., Ltd. +64C667 Barnes&Noble +C47DCC Zebra Technologies Inc +64535D Frauscher Sensortechnik +105F06 Actiontec Electronics, Inc +841715 GP Electronics (HK) Ltd. +087999 AIM GmbH +84C2E4 Jiangsu Qinheng Co., Ltd. +C0B8B1 BitBox Ltd +0C722C TP-LINK TECHNOLOGIES CO.,LTD. +B01408 LIGHTSPEED INTERNATIONAL CO. +F8FEA8 Technico Japan Corporation +A8154D TP-LINK TECHNOLOGIES CO.,LTD. +D05099 ASRock Incorporation +78A106 TP-LINK TECHNOLOGIES CO.,LTD. +A49EDB AutoCrib, Inc. +282CB2 TP-LINK TECHNOLOGIES CO.,LTD. +D43A65 IGRS Engineering Lab Ltd. +10B9FE Lika srl +D42751 Infopia Co., Ltd +A895B0 Aker Subsea Ltd +5C20D0 Asoni Communication Co., Ltd. +E0C3F3 zte corporation +104D77 Innovative Computer Engineering +3C081E Beijing Yupont Electric Power Technology Co.,Ltd +7CA15D GN ReSound A/S +B4DD15 ControlThings Oy Ab +3C86A8 Sangshin elecom .co,, LTD +FCDD55 Shenzhen WeWins wireless Co.,Ltd +CC0DEC Cisco SPVTG +68B094 INESA ELECTRON CO.,LTD +40E730 DEY Storage Systems, Inc. +A8D236 Lightware Visual Engineering +6C8686 Technonia +84E714 Liang Herng Enterprise,Co.Ltd. +303D08 GLINTT TES S.A. +9C541C Shenzhen My-power Technology Co.,Ltd +E496AE ALTOGRAPHICS Inc. +F80BD0 Datang Telecom communication terminal (Tianjin) Co., Ltd. +48B9C2 Teletics Inc. +D046DC Southwest Research Institute +046E49 TaiYear Electronic Technology (Suzhou) Co., Ltd +08606E ASUSTek COMPUTER INC. +BC39A6 CSUN System Technology Co.,LTD +ECB541 SHINANO E and E Co.Ltd. +D40057 MC Technologies GmbH +48B8DE HOMEWINS TECHNOLOGY CO.,LTD. +1065CF IQSIM +849DC5 Centera Photonics Inc. +580943 Private +547FA8 TELCO systems, s.r.o. +5474E6 Webtech Wireless +AC5D10 Pace Americas +88F490 Jetmobile Pte Ltd +E8A364 Signal Path International / Peachtree Audio +D0D6CC Wintop +101D51 ON-Q LLC dba ON-Q Mesh Networks +34C99D EIDOLON COMMUNICATIONS TECHNOLOGY CO. LTD. +8C4AEE GIGA TMS INC +F46DE2 zte corporation +04F8C2 Flaircomm Microelectronics, Inc. +0C93FB BNS Solutions +38B5BD E.G.O. Elektro-Ger +B85AF7 Ouya, Inc +E0D9A2 Hippih aps +F0F669 Motion Analysis Corporation +F8D7BF REV Ritter GmbH +00B56D David Electronics Co., LTD. +B461FF Lumigon A/S +9038DF Changzhou Tiannengbo System Co. Ltd. +CC593E TOUMAZ LTD +AC8D14 Smartrove Inc +18673F Hanover Displays Limited +A00ABF Wieson Technologies Co., Ltd. +2091D9 I'M SPA +744D79 Arrive Systems Inc. +C83D97 Nokia Corporation +38192F Nokia Corporation +141BF0 Intellimedia Systems Ltd +E45614 Suttle Apparatus +842BBC Modelleisenbahn GmbH +E856D6 NCTech Ltd +4088E0 Beijing Ereneben Information Technology Limited Shenzhen Branch +1CF4CA Private +F490EA Deciso B.V. +942197 Stalmart Technology Limited +AC9403 Envision Peripherals Inc +A865B2 DONGGUAN YISHANG ELECTRONIC TECHNOLOGY CO., LIMITED +60B982 RO.VE.R. Laboratories S.p.A. +B46238 Exablox +40704A Power Idea Technology Limited +A40BED Carry Technology Co.,Ltd +0CD996 Cisco Systems, Inc +D82DE1 Tricascade Inc. +C438D3 TAGATEC CO.,LTD +547398 Toyo Electronics Corporation +E0AAB0 GENERAL VISION ELECTRONICS CO. LTD. +68B43A WaterFurnace International, Inc. +543968 Edgewater Networks Inc +985E1B ConversDigital Co., Ltd. +B8B7D7 2GIG Technologies +1048B1 Beijing Duokan Technology Limited +005D03 Xilinx, Inc +24EE3A Chengdu Yingji Electronic Hi-tech Co Ltd +F82285 Cypress Technology CO., LTD. +8482F4 Beijing Huasun Unicreate Technology Co., Ltd +0CC47E EUCAST Co., Ltd. +CCE798 My Social Stuff +50724D BEG Brueck Electronic GmbH +B898B0 Atlona Inc. +2C625A Finest Security Systems Co., Ltd +2074CF Shenzhen Voxtech Co.,Ltd +ACBD0B IMAC CO.,LTD +D8D27C JEMA ENERGY, SA +10F3DB Gridco Systems, Inc. +B01203 Dynamics Hong Kong Limited +7093F8 Space Monkey, Inc. +305D38 Beissbarth +FCD6BD Robert Bosch GmbH +044A50 Ramaxel Technology (Shenzhen) limited company +A4466B EOC Technology +3CF392 Virtualtek. Co. Ltd +889676 TTC MARCONI s.r.o. +149FE8 Lenovo Mobile Communication Technology Ltd. +70B599 Embedded Technologies s.r.o. +EC4C4D ZAO NPK RoTeK +E8D483 ULTIMATE Europe Transportation Equipment GmbH +ACD9D6 tci GmbH +7493A4 Zebra Technologies Corp. +9C0DAC Tymphany HK Limited +8CD3A2 VisSim AS +647657 Innovative Security Designs +60455E Liptel s.r.o. +944A09 BitWise Controls +E8102E Really Simple Software, Inc +D48CB5 Cisco Systems, Inc +D41E35 TOHO Electronics INC. +700BC0 Dewav Technology Company +2CD444 FUJITSU LIMITED +EC1A59 Belkin International Inc. +60CBFB AirScape Inc. +4C5427 Linepro Sp. z o.o. +3CEAFB NSE AG +3476C5 I-O DATA DEVICE, INC. +407074 Life Technology (China) Co., Ltd +58BFEA Cisco Systems, Inc +7C386C Real Time Logic +D8AF3B Hangzhou Bigbright Integrated communications system Co.,Ltd +78D34F Pace-O-Matic, Inc. +784405 FUJITU(HONG KONG) ELECTRONIC Co.,LTD. +C03F2A Biscotti, Inc. +44B382 Kuang-chi Institute of Advanced Technology +D80DE3 FXI TECHNOLOGIES AS +1CE165 Marshal Corporation +0CC0C0 MAGNETI MARELLI SISTEMAS ELECTRONICOS MEXICO +AC40EA C&T Solution Inc. +BC8B55 NPP ELIKS America Inc. DBA T&M Atlantic +202598 Teleview +844915 vArmour Networks, Inc. +A04CC1 Helixtech Corp. +1CB243 TDC A/S +1C51B5 Techaya LTD +80DB31 Power Quotient International Co., Ltd. +AC0142 Uriel Technologies SIA +A007B6 Advanced Technical Support, Inc. +542A9C LSY Defense, LLC. +F89955 Fortress Technology Inc +B827EB Raspberry Pi Foundation +E88DF5 ZNYX Networks, Inc. +48EA63 Zhejiang Uniview Technologies Co., Ltd. +0CE5D3 DH electronics GmbH +C47130 Fon Technology S.L. +48D7FF BLANKOM Antennentechnik GmbH +F47F35 Cisco Systems, Inc +A0F419 Nokia Corporation +BCC168 DinBox Sverige AB +6CAE8B IBM Corporation +A4F7D0 LAN Accessories Co., Ltd. +D4EC0C Harley-Davidson Motor Company +6CA96F TransPacket AS +48ED80 daesung eltec +A086EC SAEHAN HITEC Co., Ltd +BC4B79 SensingTek +2818FD Aditya Infotech Ltd. +E42C56 Lilee Systems, Ltd. +50008C Hong Kong Telecommunications (HKT) Limited +DCA8CF New Spin Golf, LLC. +34BA9A Asiatelco Technologies Co. +642DB7 SEUNGIL ELECTRONICS 008DDA Link One Co., Ltd. -008EF2 NETGEAR INC., -009000 DIAMOND MULTIMEDIA -009001 NISHIMU ELECTRONICS INDUSTRIES CO., LTD. -009002 ALLGON AB -009003 APLIO -009004 3COM EUROPE LTD. -009005 PROTECH SYSTEMS CO., LTD. -009006 HAMAMATSU PHOTONICS K.K. -009007 DOMEX TECHNOLOGY CORP. -009008 HanA Systems Inc. -009009 I Controls, Inc. -00900A PROTON ELECTRONIC INDUSTRIAL CO., LTD. -00900B LANNER ELECTRONICS, INC. -00900C CISCO SYSTEMS, INC. -00900D Overland Storage Inc. -00900E HANDLINK TECHNOLOGIES, INC. -00900F KAWASAKI HEAVY INDUSTRIES, LTD -009010 SIMULATION LABORATORIES, INC. -009011 WAVTrace, Inc. -009012 GLOBESPAN SEMICONDUCTOR, INC. -009013 SAMSAN CORP. -009014 ROTORK INSTRUMENTS, LTD. -009015 CENTIGRAM COMMUNICATIONS CORP. -009016 ZAC -009017 Zypcom, Inc -009018 ITO ELECTRIC INDUSTRY CO, LTD. -009019 HERMES ELECTRONICS CO., LTD. -00901A UNISPHERE SOLUTIONS -00901B DIGITAL CONTROLS -00901C mps Software Gmbh -00901D PEC (NZ) LTD. -00901E Selesta Ingegneria S.p.A. -00901F ADTEC PRODUCTIONS, INC. -009020 PHILIPS ANALYTICAL X-RAY B.V. -009021 CISCO SYSTEMS, INC. -009022 IVEX -009023 ZILOG INC. -009024 PIPELINKS, INC. -009025 BAE Systems Australia (Electronic Systems) Pty Ltd -009026 ADVANCED SWITCHING COMMUNICATIONS, INC. -009027 INTEL CORPORATION -009028 NIPPON SIGNAL CO., LTD. -009029 CRYPTO AG -00902A COMMUNICATION DEVICES, INC. -00902B CISCO SYSTEMS, INC. +08B4CF Abicom International +445F7A Shihlin Electric & Engineering Corp. +28BA18 NextNav, LLC +2C36F8 Cisco Systems, Inc +AC3D05 Instorescreen Aisa +F48E09 Nokia Corporation +D443A8 Changzhou Haojie Electric Co., Ltd. +BCB852 Cybera, Inc. +70D6B6 Metrum Technologies +28D576 Premier Wireless, Inc. +6CE907 Nokia Corporation +94DF58 IJ Electron CO.,Ltd. +8C0CA3 Amper +28940F Cisco Systems, Inc +5CEB4E R. STAHL HMI Systems GmbH +B8DAF7 Advanced Photonics, Inc. +2C36A0 Capisco Limited +800A06 COMTEC co.,ltd +20FABB Cambridge Executive Limited +1C0B52 EPICOM S.A +747E2D Beijing Thomson CITIC Digital Technology Co. LTD. +E80C75 Syncbak, Inc. +18D66A Inmarsat +C85645 Intermas France +8C604F Cisco Systems, Inc +74FF7D Wren Sound Systems, LLC +30B216 Hytec Geraetebau GmbH +34FC6F ALCEA +C0B357 Yoshiki Electronics Industry Ltd. +D8BF4C Victory Concept Electronics Limited +C0DF77 Conrad Electronic SE +C86000 ASUSTek COMPUTER INC. +645299 The Chamberlain Group, Inc +BC125E Beijing WisVideo INC. +C80718 TDSi +B4944E WeTelecom Co., Ltd. +345B11 EVI HEAT AB +988BAD Corintech Ltd. +4050E0 Milton Security Group LLC +C87CBC Valink Co., Ltd. +409FC7 BAEKCHUN I&C Co., Ltd. +C87D77 Shenzhen Kingtech Communication Equipment Co.,Ltd +A078BA Pantech Co., Ltd. +D4507A CEIVA Logic, Inc +9CC7D1 SHARP Corporation +00B9F6 Shenzhen Super Rich Electronics Co.,Ltd +9C5C8D FIREMAX INDÚSTRIA E COMÉRCIO DE PRODUTOS ELETRÔNICOS LTDA +E01E07 Anite Telecoms US. Inc +B06CBF 3ality Digital Systems GmbH +20AA4B Cisco-Linksys, LLC +080D84 GECO, Inc. +88E712 Whirlpool Corporation +644BF0 CalDigit, Inc +2838CF Gen2wave +50FC30 Treehouse Labs +70704C Purple Communications, Inc +F47ACC SolidFire, Inc. +24BC82 Dali Wireless, Inc. +64C5AA South African Broadcasting Corporation +64ED62 WOORI SYSTEMS Co., Ltd +C4237A WhizNets Inc. +8430E5 SkyHawke Technologies, LLC +2C002C UNOWHY +0481AE Clack Corporation +C09132 Patriot Memory +A898C6 Shinbo Co., Ltd. +006BA0 SHENZHEN UNIVERSAL INTELLISYS PTE LTD +502690 FUJITSU LIMITED +B4211D Beijing GuangXin Technology Co., Ltd +E039D7 Plexxi, Inc. +FC946C UBIVELOX +38DE60 Mohlenhoff GmbH +2839E7 Preceno Technology Pte.Ltd. +28D997 Yuduan Mobile Co., Ltd. +886B76 CHINA HOPEFUL GROUP HOPEFUL ELECTRIC CO.,LTD +A0CF5B Cisco Systems, Inc +18C451 Tucson Embedded Systems +582EFE Lighting Science Group +F8D3A9 AXAN Networks +5CD4AB Zektor +F8462D SYNTEC Incorporation +58677F Clare Controls Inc. +CCA374 Guangdong Guanglian Electronic Technology Co.Ltd +50F61A Kunshan JADE Technologies co., Ltd. +20BBC6 Jabil Circuit Hungary Ltd. +2C9717 I.C.Y. B.V. +64E84F Serialway Communication Technology Co. Ltd +941D1C TLab West Systems AB +40667A mediola - connected living AG +64808B VG Controls, Inc. +7C6B52 Tigaro Wireless +046D42 Bryston Ltd. +D0CF5E Energy Micro AS +644D70 dSPACE GmbH +807693 Newag SA +FC1794 InterCreative Co., Ltd +181420 TEB SAS +D03110 Ingenic Semiconductor Co.,Ltd +AC81F3 Nokia Corporation +94C6EB NOVA electronics, Inc. +10F9EE Nokia Corporation +80971B Altenergy Power System,Inc. +1071F9 Cloud Telecomputers, LLC +C47B2F Beijing JoinHope Image Technology Ltd. +18F650 Multimedia Pacific Limited +704AAE Xstream Flow (Pty) Ltd +9C934E Xerox Corporation +3C26D5 Sotera Wireless +FC2E2D Lorom Industrial Co.LTD. +E84E06 EDUP INTERNATIONAL (HK) CO., LTD +70B921 Fiberhome Telecommunication Technologies Co.,LTD +E8C320 Austco Communication Systems Pty Ltd +D8973B Artesyn Embedded Technologies +008D4E CJSC NII STT +10C586 BIO SOUND LAB CO., LTD. +E8BA70 Cisco Systems, Inc +6473E2 Arbiter Systems, Inc. +00A1DE ShenZhen ShiHua Technology CO.,LTD +04E1C8 IMS Soluções em Energia Ltda. +E4DD79 En-Vision America, Inc. +60190C RRAMAC +34A709 Trevil srl +F80332 Khomp +C40F09 Hermes electronic GmbH +908D1D GH Technologies +CCB55A Fraunhofer ITWM +587521 CJSC RTSoft +64D989 Cisco Systems, Inc +44D3CA Cisco Systems, Inc +24DAB6 Sistemas de Gestión Energética S.A. de C.V +B8F5E7 WayTools, LLC +148A70 ADS GmbH +FC0012 Toshiba Samsung Storage Technolgoy Korea Corporation +F44450 BND Co., Ltd. +644346 GuangDong Quick Network Computer CO.,LTD +FCE892 Hangzhou Lancable Technology Co.,Ltd +B8B42E Gionee Communication Equipment Co,Ltd.ShenZhen +A84041 Dragino Technology Co., Limited +DCF05D Letta Teknoloji +D05A0F I-BT DIGITAL CO.,LTD +7CDD20 IOXOS Technologies S.A. +A0E9DB Ningbo FreeWings Technologies Co.,Ltd +9C7BD2 NEOLAB Convergence +900D66 Digimore Electronics Co., Ltd +48C862 Simo Wireless,Inc. +0CF3EE EM Microelectronic +F0C27C Mianyang Netop Telecom Equipment Co.,Ltd. +BC35E5 Hydro Systems Company +283410 Enigma Diagnostics Limited +28CCFF Corporacion Empresarial Altra SL +14B73D ARCHEAN Technologies +A433D1 Fibrlink Communications Co.,Ltd. +84DE3D Crystal Vision Ltd +B4AA4D Ensequence, Inc. +040A83 Alcatel-Lucent +B42A39 ORBIT MERRET, spol. s r. o. +18AEBB Siemens Convergence Creators GmbH&Co.KG +3891FB Xenox Holding BV +50FAAB L-tek d.o.o. +A8E018 Nokia Corporation +44AAE8 Nanotec Electronic GmbH & Co. KG +D8DF0D beroNet GmbH +D8C068 Netgenetech.co.,ltd. +50E549 GIGA-BYTE TECHNOLOGY CO.,LTD. +A8FCB7 Consolidated Resource Imaging +F87B8C Amped Wireless +44D2CA Anvia TV Oy +4C1A3A PRIMA Research And Production Enterprise Ltd. +AC0613 Senselogix Ltd +CCF67A Ayecka Communication Systems LTD +00BB8E HME Co., Ltd. +C0A26D Abbott Point of Care +205B2A Private +F8769B Neopis Co., Ltd. +08E672 JEBSEE ELECTRONICS CO.,LTD. +58E476 CENTRON COMMUNICATIONS TECHNOLOGIES FUJIAN CO.,LTD +B435F7 Zhejiang Pearmain Electronics Co.ltd. +0C6E4F PrimeVOLT Co., Ltd. +685B36 POWERTECH INDUSTRIAL CO., LTD. +983000 Beijing KEMACOM Technologies Co., Ltd. +F81D93 Longdhua(Beijing) Controls Technology Co.,Ltd +D0EB9E Seowoo Inc. +8C5FDF Beijing Railway Signal Factory +586D8F Cisco-Linksys, LLC +14C21D Sabtech Industries +74B00C Network Video Technologies, Inc +C88439 Sunrise Technologies +44E4D9 Cisco Systems, Inc +0054AF Continental Automotive Systems Inc. +EC7D9D MEI +9C95F8 SmartDoor Systems, LLC +D075BE Reno A&E +7C6C39 PIXSYS SRL +9C5D95 VTC Electronics Corp. +DC05ED Nabtesco Corporation +FC8329 Trei technics +94E848 FYLDE MICRO LTD +AC5E8C Utillink +BC99BC FonSee Technology Inc. +986022 EMW Co., Ltd. +80B32A Alstom Grid +803457 OT Systems Limited +B83D4E Shenzhen Cultraview Digital Technology Co.,Ltd Shanghai Branch +CCF3A5 Chi Mei Communication Systems, Inc +C4242E Galvanic Applied Sciences Inc +6400F1 Cisco Systems, Inc +04C5A4 Cisco Systems, Inc +3CA72B MRV Communications (Networks) LTD +584C19 Chongqing Guohong Technology Development Company Limited +D0A311 Neuberger Gebäudeautomation GmbH +10A13B FUJIKURA RUBBER LTD. +F4E142 Delta Elektronika BV +F00248 SmarteBuilding +2CDD0C Discovergy GmbH +40B2C8 Nortel Networks +486B91 Fleetwood Group Inc. +F43814 Shanghai Howell Electronic Co.,Ltd +20AA25 IP-NET LLC +ECBBAE Digivoice Tecnologia em Eletronica Ltda +DC2008 ASD Electronics Ltd +088DC8 Ryowa Electronics Co.,Ltd +D491AF Electroacustica General Iberica, S.A. +1CDF0F Cisco Systems, Inc +34DF2A Fujikon Industrial Co.,Limited +C88447 Beautiful Enterprise Co., Ltd +C88B47 Nolangroup S.P.A con Socio Unico +24BA30 Technical Consumer Products, Inc. +74D675 WYMA Tecnologia +D01CBB Beijing Ctimes Digital Technology Co., Ltd. +9481A4 Azuray Technologies +BCE09D Eoslink +346F92 White Rodgers Division +8CDB25 ESG Solutions +641A22 Heliospectra AB +30142D Piciorgros GmbH +E441E6 Ottec Technology GmbH +10E2D5 Qi Hardware Inc. +7CDA84 Dongnian Networks Inc. +A036FA Ettus Research LLC +EC836C RM Tech Co., Ltd. +6083B2 GkWare e.K. +80D019 Embed, Inc +D41296 Anobit Technologies Ltd. +B8FF6F Shanghai Typrotech Technology Co.Ltd +DC9C52 Sapphire Technology Limited. +68122D Special Instrument Development Co., Ltd. +649B24 V Technology Co., Ltd. +0475F5 CSST +BC20BA Inspur (Shandong) Electronic Information Co., Ltd +249442 OPEN ROAD SOLUTIONS , INC. +E0F379 Vaddio +B09AE2 STEMMER IMAGING GmbH +CCD811 Aiconn Technology Corporation +78D004 Neousys Technology Inc. +78A051 iiNet Labs Pty Ltd +58A76F iD corporation +44599F Criticare Systems, Inc +3C2F3A SFORZATO Corp. +EC9233 Eddyfi NDT Inc +ECE90B SISTEMA SOLUCOES ELETRONICAS LTDA - EASYTECH +A08C9B Xtreme Technologies Corp +607688 Velodyne +980EE4 Private +E828D5 Cots Technology +08D5C0 Seers Technology Co., Ltd +8CB64F Cisco Systems, Inc +6C33A9 Magicjack LP +08B7EC Wireless Seismic +BC71C1 XTrillion, Inc. +0C469D MS Sedco +E0E8E8 Olive Telecommunication Pvt. Ltd +0C3C65 Dome Imaging Inc +942053 Nokia Corporation +D49C8E University of FUKUI +2CB0DF Soliton Technologies Pvt Ltd +5CF3FC IBM Corp +D43D67 Carma Industries Inc. +00BD27 Exar Corp. +C8A729 SYStronics Co., Ltd. +6C9CE9 Nimble Storage +700258 01DB-METRAVIB +20FDF1 3COM EUROPE LTD +389592 Beijing Tendyron Corporation +705EAA Action Target, Inc. +0C8D98 TOP EIGHT IND CORP +30493B Nanjing Z-Com Wireless Co.,Ltd +68DB96 OPWILL Technologies CO .,LTD +00F860 PT. Panggung Electric Citrabuana +FCEDB9 Arrayent +44ED57 Longicorn, inc. +C8A1B6 Shenzhen Longway Technologies Co., Ltd +641E81 Dowslake Microsystems +88ACC1 Generiton Co., Ltd. +785712 Mobile Integration Workgroup +380A0A Sky-City Communication and Electronics Limited Company +141BBD Volex Inc. +78C6BB Innovasic, Inc. +DC4EDE SHINYEI TECHNOLOGY CO., LTD. +888B5D Storage Appliance Corporation +F0F842 KEEBOX, Inc. +78A714 Amphenol +F450EB Telechips Inc +988EDD TE Connectivity Limerick +98FC11 Cisco-Linksys, LLC +180C77 Westinghouse Electric Company, LLC +ACA016 Cisco Systems, Inc +E4AD7D SCL Elements +40D40E Biodata Ltd +7C051E RAFAEL LTD. +58570D Danfoss Solar Inverters +0C826A Wuhan Huagong Genuine Optics Technology Co., Ltd +38C7BA CS Services Co.,Ltd. +70D57E Scalar Corporation +7866AE ZTEC Instruments, Inc. +78818F Server Racks Australia Pty Ltd +E0589E Laerdal Medical +44D63D Talari Networks +58FD20 Bravida Sakerhet AB +9835B8 Assembled Products Corporation +240B2A Viettel Group +68E41F Unglaube Identech GmbH +84F64C Cross Point BV +90513F Elettronica Santerno SpA +7CA29B D.SignT GmbH & Co. KG +34AAEE Mikrovisatos Servisas UAB +A40CC3 Cisco Systems, Inc +34E0D7 DONGGUAN QISHENG ELECTRONICS INDUSTRIAL CO., LTD +40520D Pico Technology +543131 Raster Vision Ltd +90E0F0 IEEE 1722a Working Group +1C6F65 GIGA-BYTE TECHNOLOGY CO.,LTD. +F0AD4E Globalscale Technologies, Inc. +903D5A Shenzhen Wision Technology Holding Limited +609AA4 GVI SECURITY INC. +F0ED1E Bilkon Bilgisayar Kontrollu Cih. Im.Ltd. +24A937 PURE Storage +348302 iFORCOM Co., Ltd +949C55 Alta Data Technologies +389F83 OTN Systems N.V. +8C541D LGE +003A9D NEC Platforms, Ltd. +905446 TES ELECTRONIC SOLUTIONS +DC7B94 Cisco Systems, Inc +68234B Nihon Dengyo Kousaku +18422F Alcatel Lucent +A4BE61 EutroVision System, Inc. +E06290 Jinan Jovision Science & Technology Co., Ltd. +A01859 Shenzhen Yidashi Electronics Co Ltd +042234 Wireless Standard Extensions +7812B8 ORANTEK LIMITED +F0B6EB Poslab Technology Co., Ltd. +FCCCE4 Ascon Ltd. +34862A Heinz Lackmann GmbH & Co KG +842141 Shenzhen Ginwave Technologies Ltd. +B4ED54 Wohler Technologies +544249 Sony Corporation +24DBAD ShopperTrak RCT Corporation +CC69B0 Global Traffic Technologies, LLC +2872C5 Smartmatic Corp +B8A3E0 BenRui Technology Co.,Ltd +B8F732 Aryaka Networks Inc +70828E OleumTech Corporation +502A7E Smart electronic GmbH +F0264C Dr. Sigrist AG +3C1CBE JADAK LLC +A8995C aizo ag +F445ED Portable Innovation Technology Ltd. +6C32DE Indieon Technologies Pvt. Ltd. +FCCF62 IBM Corp +B09074 Fulan Electronics Limited +2CA835 RIM +94F692 Geminico co.,Ltd. +8C736E FUJITSU LIMITED +30EFD1 Alstom Strongwish (Shenzhen) Co., Ltd. +C835B8 Ericsson, EAB/RWI/K +243C20 Dynamode Group +70D5E7 Wellcore Corporation +3CF72A Nokia Corporation +FCE192 Sichuan Jinwangtong Electronic Science&Technology Co,.Ltd +F8912A GLP German Light Products GmbH +E02630 Intrigue Technologies, Inc. +8C9236 Aus.Linx Technology Co., Ltd. +4012E4 Compass-EOS +F8DC7A Variscite LTD +003A9C Cisco Systems, Inc +E8E776 Shenzhen Kootion Technology Co., Ltd +702F97 Aava Mobile Oy +9018AE Shanghai Meridian Technologies, Co. Ltd. +0494A1 CATCH THE WIND INC +2C3427 ERCO & GENER +B42CBE Direct Payment Solutions Limited +F47626 Viltechmeda UAB +EC4476 Cisco Systems, Inc +9CEBE8 BizLink (Kunshan) Co.,Ltd +88ED1C Cudo Communication Co., Ltd. +B05B1F THERMO FISHER SCIENTIFIC S.P.A. +743256 NT-ware Systemprg GmbH +003AAF BlueBit Ltd. +C0BAE6 Application Solutions (Electronics and Vision) Ltd +20BFDB DVL +889821 TERAON +CC5076 Ocom Communications, Inc. +7C2CF3 Secure Electrans Ltd +304174 ALTEC LANSING LLC +7830E1 UltraClenz, LLC +FCFBFB Cisco Systems, Inc +1C129D IEEE PES PSRC/SUB +B40832 TC Communications +002720 NEW-SOL COM +002712 MaxVision LLC +00270F Envisionnovation Inc +0026D7 KM Electornic Technology Co., Ltd. +0026D1 S Squared Innovations Inc. +0026CB Cisco Systems, Inc +0026C4 Cadmos microsystems S.r.l. +0026BE Schoonderbeek Elektronica Systemen B.V. +0026B2 Setrix GmbH +0026AC Shanghai LUSTER Teraband photonic Co., Ltd. +0026B1 Navis Auto Motive Systems, Inc. +0026A8 DAEHAP HYPER-TECH +0026A7 CONNECT SRL +0026A1 Megger +0026A2 Instrumentation Technology Systems +00269B SOKRAT Ltd. +002695 ZT Group Int'l Inc +00268F MTA SpA +6C8CDB Otus Technologies Ltd +401597 Protect America, Inc. +60391F ABB Ltd +A07332 Cashmaster International Limited +7C7BE4 Z'SEDAI KENKYUSHO CORPORATION +40EF4C Fihonest communication co.,Ltd +24CF21 Shenzhen State Micro Technology Co., Ltd +04B3B6 Seamap (UK) Ltd +10BAA5 GANA I&C CO., LTD +586ED6 Private +E09153 XAVi Technologies Corp. +CC0080 BETTINI SRL +644BC3 Shanghai WOASiS Telecommunications Ltd., Co. +0CE709 Fox Crypto B.V. +002703 Testech Electronics Pte Ltd +0026FD Interactive Intelligence +0026F6 Military Communication Institute +0026F0 cTrixs International GmbH. +0026EA Cheerchip Electronic Technology (ShangHai) Co., Ltd. +0026E3 DTI +0026DD Fival Science & Technology Co.,Ltd. +0026DE FDI MATELEC +54B620 SUHDOL E&C Co.Ltd. +C4AAA1 SUMMIT DEVELOPMENT, spol.s r.o. +78C40E H&D Wireless +9C5B96 NMR Corporation +E4FFDD ELECTRON INDIA +F852DF VNL Europe AB +1CF061 SCAPS GmbH +A893E6 JIANGXI JINGGANGSHAN CKING COMMUNICATION TECHNOLOGY CO.,LTD +00267C Metz-Werke GmbH & Co KG +002676 COMMidt AS +00266F Coordiwise Technology Corp. +002670 Cinch Connectors +002663 Shenzhen Huitaiwei Tech. Ltd, co. +0025CD Skylane Optics +0025C8 S-Access GmbH +0025C7 altek Corporation +0025C1 Nawoo Korea Corp. +0025BA Alcatel-Lucent IPD +0025B5 Cisco Systems, Inc +0025AE Microsoft Corporation +0025A8 Kontron (BeiJing) Technology Co.,Ltd +0025A7 Comverge, Inc. +00262B Wongs Electronics Co. Ltd. +002625 MediaSputnik +00261E QINGBANG ELEC(SZ) CO., LTD +002619 FRC +002612 Space Exploration Technologies +00260B Cisco Systems, Inc +00260C Dataram +0025FF CreNova Multimedia Co., Ltd +002606 RAUMFELD GmbH +0025F9 GMK electronic design GmbH +0025A2 Alta Definicion LINCEO S.L. +002596 GIGAVISION srl +00259B Beijing PKUNITY Microsystems Technology Co., Ltd +002595 Northwest Signal Supply, Inc +00258F Trident Microsystems, Inc. +002585 KOKUYO S&T Co., Ltd. +00257B STJ ELECTRONICS PVT LTD +002574 KUNIMI MEDIA DEVICE Co., Ltd. +00264F Krüger &Gothe GmbH +002648 Emitech Corp. +002644 Thomson Telecom Belgium +00263E Trapeze Networks +002638 Xia Men Joyatech Co., Ltd. +00263D MIA Corporation +002631 COMMTACT LTD +00256F Dantherm Power +002562 interbro Co. Ltd. +00255C NEC Corporation +00254F ELETTROLAB Srl +002518 Power PLUS Communications AG +002513 CXP DIGITAL BV +00250C Enertrac +002505 eks Engel GmbH & Co. KG +0024F9 Cisco Systems, Inc +0024F2 Uniphone Telecommunication Co., Ltd. +0024ED YT Elec. Co,.Ltd. +0024E6 In Motion Technology Inc. +0024E1 Convey Computer Corp. +0024DF Digitalbox Europe GmbH +0024DA Innovar Systems Limited +002549 Jeorich Tech. Co.,Ltd. +002538 Samsung Electronics Co., Ltd., Memory Division +002542 Pittasoft +002530 Aetas Systems Inc. +002529 COMELIT GROUP S.P.A +002522 ASRock Incorporation +00251D DSA Encore, LLC +0025F5 DVS Korea, Co., Ltd +0025F0 Suga Electronics Limited +0025EA Iphion BV +0025E4 OMNI-WiFi, LLC +0025E0 CeedTec Sdn Bhd +0025DA Secura Key +0025D9 DataFab Systems Inc. +002410 NUETEQ Technology,Inc. +002409 The Toro Company +0023FD AFT Atlas Fahrzeugtechnik GmbH +0023F6 Softwell Technology Co., Ltd. +0023EC Algorithmix GmbH +0023E7 Hinke A/S +002387 ThinkFlood, Inc. +002381 Lengda Technology(Xiamen) Co.,Ltd. +00237B WHDI LLC +002372 MORE STAR INDUSTRIAL GROUP LIMITED +0024CE Exeltech Inc +0024D3 QUALICA Inc. +0024C7 Mobilarm Ltd +0024C2 Asumo Co.,Ltd. +0024BC HuRob Co.,Ltd +0024B7 GridPoint, Inc. +0024AB A7 Engineering, Inc. +0024A6 TELESTAR DIGITAL GmbH +00249A Beijing Zhongchuang Telecommunication Test Co., Ltd. +00249F RIM Testing Services +002487 Blackboard Inc. +002498 Cisco Systems, Inc +002485 ConteXtream Ltd +002480 Meteocontrol GmbH +00244A Voyant International +002449 Shen Zhen Lite Star Electronics Technology Co., Ltd +002443 Nortel Networks +002439 Digital Barriers Advanced Technologies +002479 Optec Displays, Inc. +00246D Weinzierl Engineering GmbH +002474 Autronica Fire And Securirty +002468 Sumavision Technologies Co.,Ltd +002466 Unitron nv +002461 Shin Wang Tech. +00245C Design-Com Technologies Pty. Ltd. +00244F Asantron Technologies Ltd. +0023BB Schmitt Industries +0023BA Chroma +0023B5 ORTANA LTD +0023A8 Marshall Electronics +00239B Elster Solutions, LLC +002396 ANDES TECHNOLOGY CORPORATION +002391 Maxian +00238C Private +002432 Neostar Technology Co.,LTD +002429 MK MASTER INC. +00241C FuGang Electronic (DG) Co.,Ltd +002428 EnergyICT +002416 Any Use +0023E0 INO Therapeutics LLC +0023DA Industrial Computer Source (Deutschland)GmbH +0023C8 TEAM-R +0023C7 AVSystem +0023C1 Securitas Direct AB +0021DC TECNOALARM S.r.l. +0021D6 LXI Consortium +0021CF The Crypto Group +0021C9 Wavecom Asia Pacific Limited +0021CA ART System Co., Ltd. +0021C3 CORNELL Communications, Inc. +002334 Cisco Systems, Inc +00232E Kedah Electronics Engineering, LLC +002329 DDRdrive LLC +002322 KISS Teknical Solutions, Inc. +002325 IOLAN Holding +002319 Sielox LLC +002270 ABK North America, LLC +002317 Lasercraft Inc +002310 LNC Technology Co., Ltd. +002273 Techway +002274 FamilyPhone AB +00226F 3onedata Technology Co. Ltd. +00226A Honeywell +002260 AFREEY Inc. +00225B Teradici Corporation +002256 Cisco Systems, Inc +002255 Cisco Systems, Inc +00224D MITAC INTERNATIONAL CORP. +002252 ZOLL Lifecor Corporation +002246 Evoc Intelligent Technology Co.,Ltd. +002366 Beijing Siasun Electronic System Co.,Ltd. +00236B Xembedded, Inc. +002359 Benchmark Electronics ( Thailand ) Public Company Limited +00235F Silicon Micro Sensors GmbH +002353 F E T Elettronica snc +00234C KTC AB +002304 Cisco Systems, Inc +0022F3 SHARP Corporation +0022EE Algo Communication Products Ltd +0022E7 WPS Parking Systems +0022E1 ZORT Labs, LLC. +0022E2 WABTEC Transit Division +0022DB Translogic Corporation +0022A1 Huawei Symantec Technologies Co.,Ltd. +00229B AverLogic Technologies, Inc. +00229C Verismo Networks Inc +002295 SGM Technology for lighting spa +00228E TV-NUMERIC +002289 Optosecurity Inc. +002282 8086 Consultancy +00227C Woori SMT Co.,ltd +002279 Nippon Conlux Co., Ltd. +00223C RATIO Entwicklungen GmbH +002236 VECTOR SP. Z O.O. +002230 FutureLogic Inc. +002229 Compumedics Ltd +00221D Freegene Technology LTD +002224 Good Will Instrument Co., Ltd. +002223 TimeKeeping Systems, Inc. +002216 SHIBAURA VENDING MACHINE CORPORATION +002217 Neat Electronics +002211 Rohati Systems +00220A OnLive, Inc +002204 KORATEK +0021FF Cyfrowy Polsat SA +0021F5 Western Engravers Supply, Inc. +0021EF Kapsys +0021EE Full Spectrum Inc. +0022D4 ComWorth Co., Ltd. +0022CA Anviz Biometric Tech. Co., Ltd. +0022C5 INFORSON Co,Ltd. +0022C0 Shenzhen Forcelink Electronic Co, Ltd +0022BB beyerdynamic GmbH & Co. KG +0022AE Mattel Inc. +0022AD TELESIS TECHNOLOGIES, INC. +0022A8 Ouman Oy +002132 Masterclock, Inc. +00212C SemIndia System Private Limited +002131 Blynke Inc. +00211F SHINSUNG DELTATECH CO.,LTD. +002120 Sequel Technologies +002125 KUK JE TONG SHIN Co.,LTD +002112 WISCOM SYSTEM CO.,LTD +001FB9 Paltronics +001FB7 WiMate Technologies Corp. +001FB8 Universal Remote Control, Inc. +001FB2 Sontheim Industrie Elektronik GmbH +001FAB I.S HIGH TECH.INC +001FA6 Stilo srl +001FA1 Gtran Inc +001F9C LEDCO +00215E IBM Corp +002151 Millinet Co., Ltd. +002152 General Satellite Research & Development Limited +002157 National Datacast, Inc. +00214B Shenzhen HAMP Science & Technology Co.,Ltd +002145 Semptian Technologies Ltd. +002144 SS Telecoms +00213C AliphCom +00213B Berkshire Products, Inc +002190 Goliath Solutions +002189 AppTech, Inc. +002184 POWERSOFT SRL +00217D PYXIS S.R.L. +002177 W. L. Gore & Associates +002176 YMax Telecom Ltd. +002171 Wesung TNC Co., Ltd. +002164 Special Design Bureau for Seismic Instrumentation +002103 GHI Electronics, LLC +001FFA Coretree, Co, Ltd +001FF5 Kongsberg Defence & Aerospace +001FF4 Power Monitors, Inc. +001FEE ubisys technologies GmbH +001FE7 Simet +001FDB Network Supply Corp., +001FD1 OPTEX CO.,LTD. +001FCA Cisco Systems, Inc +001FBE Shenzhen Mopnet Industrial Co.,Ltd +001F62 JSC Stilsoft +001F67 Hitachi,Ltd. +001F55 Honeywell Security (China) Co., Ltd. +001F56 DIGITAL FORECAST +001F4F Thinkware Co. Ltd. +001F48 Mojix Inc. +001F43 ENTES ELEKTRONIK +001F8E Metris USA Inc. +001F88 FMS Force Measuring Systems AG +001F81 Accel Semiconductor Corp +001B58 ACE CAD Enterprise Co., Ltd. +001F78 Blue Fox Porini Textile +001F6E Vtech Engineering Corporation +001F68 Martinsson Elektronik AB +0021BC ZALA COMPUTER +0021B7 Lexmark International Inc. +0021B0 Tyco Telecommunications +0021A4 Dbii Networks +00219A Cambridge Visual Networks Ltd +002196 Telsey S.p.A. +001E4B City Theatrical +001E47 PT. Hariff Daya Tunggal Engineering +001E41 Microwave Communication & Component, Inc. +001E2E SIRTI S.p.A. +001E27 SBN TECH Co.,Ltd. +001E28 Lumexis Corporation +001DF2 Netflix, Inc. +001DEB DINEC International +001DEC Marusys +001DE6 Cisco Systems, Inc +001DDA Mikroelektronika spol. s r. o. +001DDF Sunitec Enterprise Co., Ltd. +001DC7 L-3 Communications Geneva Aerospace +001DC0 Enphase Energy +001ED8 Digital United Inc. +001ED2 Ray Shine Video Technology Inc +001ED1 Keyprocessor B.V. +001ECC CDVI +001EC5 Middle Atlantic Products Inc +001EBF Haas Automation Inc. +001EB9 Sing Fai Technology Limited +001EB2 LG innotek +001F2E Triangle Research Int'l Pte Ltd +001F2D Electro-Optical Imaging, Inc. +001F27 Cisco Systems, Inc +001F14 NexG +001F1B RoyalTek Company Ltd. +001F0D L3 Communications - Telemetry West +001F0E Japan Kyastem Co., Ltd +001E22 ARVOO Imaging Products BV +001E1B Digital Stream Technology, Inc. +001E16 Keytronix +001E15 Beech Hill Electronics +001E11 ELELUX INTERNATIONAL LTD +001E05 Xseed Technologies & Computing +001E0C Sherwood Information Partners, Inc. +001DFE Palm, Inc +001DF9 Cybiotronics (Far East) Limited +001EAD Wingtech Group Limited +001EA2 Symx Systems, Inc. +001EA7 Actiontec Electronics, Inc +001EA1 Brunata a/s +001E9B San-Eisha, Ltd. +001E94 SUPERCOM TECHNOLOGY CORPORATION +001E8F CANON INC. +001E87 Realease Limited +001E80 Last Mile Ltd. +001EFC JSC MASSA-K +001F08 RISCO LTD +001EF5 Hitek Automated Inc. +001EFB Trio Motion Technology Ltd +001EE9 Stoneridge Electronics AB +001EEE ETL Systems Ltd +001E7B R.I.CO. S.r.l. +001E76 Thermo Fisher Scientific +001E6A Beijing Bluexon Technology Co.,Ltd +001E71 MIrcom Group of Companies +001E63 Vibro-Meter SA +001E5E COmputime Ltd. +001E57 ALCOMA, spol. s r.o. +001E51 Converter Industry Srl +001DB9 Wellspring Wireless +001DB4 KUMHO ENG CO.,LTD +001D9E AXION TECHNOLOGIES +001DA3 SabiOso +001D9D ARTJOY INTERNATIONAL LIMITED +001D45 Cisco Systems, Inc +001D3E SAKA TECHNO SCIENCE CO.,LTD +001D37 Thales-Panda Transportation System +001D38 Seagate Technology +001D32 Longkay Communication & Technology (Shanghai) Co. Ltd +001D2B Wuhan Pont Technology CO. , LTD +001D1F Siauliu Tauro Televizoriai, JSC +001D26 Rockridgesound Technology Co. +001D1A OvisLink S.A. +001D7A Wideband Semiconductor, Inc. +001D74 Tianjin China-Silicon Microelectronics Co., Ltd. +001D62 InPhase Technologies +001D61 BIJ Corporation +001D5B Tecvan Informática Ltda +001D54 Sunnic Technology & Merchandise INC. +001D4A Carestream Health, Inc. +001CE8 Cummins Inc +001CE4 EleSy JSC +001CDD COWBELL ENGINEERING CO., LTD. +001CDE Interactive Multimedia eXchange Inc. +001CD8 BlueAnt Wireless +001CD1 Waves Audio LTD +001CCB Forth Corporation Public Company Limited +001CC5 3Com Ltd +001D14 SPERADTONE INFORMATION TECHNOLOGY LIMITED +001D07 Shenzhen Sang Fei Consumer Communications Co.,Ltd +001D01 Neptune Digital +001CEE SHARP Corporation +001CF5 Wiseblue Technology Limited +001CB9 KWANG SUNG ELECTRONICS CO., LTD. +001CAF Plato Networks Inc. +001CB4 Iridium Satellite LLC +001C9F Razorstream, LLC +001C99 Shunra Software Ltd. +001C8C DIAL TECHNOLOGY LTD. +001C93 ExaDigm Inc +001C87 Uriver Inc. +001C82 Genew Technologies +001C1A Thomas Instrumentation, Inc +001C0E Cisco Systems, Inc +001C13 OPTSYS TECHNOLOGY CO., LTD. +001C07 Cwlinux Limited +001C00 Entry Point, LLC +001BF4 KENWIN INDUSTRIAL(HK) LTD. +001BEF Blossoms Digital Technology Co.,Ltd. +001BE2 AhnLab,Inc. +001C7D Excelpoint Manufacturing Pte Ltd +001C73 Arista Networks, Inc. +001C78 WYPLAY SAS +001C65 JoeScan, Inc. +001C67 Pumpkin Networks, Inc. +001C66 UCAMP CO.,LTD +001C60 CSP Frontier Technologies,Inc. +001C54 Hillstone Networks Inc +001C59 DEVON IT +001C4F MACAB AB +001C37 Callpod, Inc. +001C3C Seon Design Inc. +001C30 Mode Lighting (UK ) Ltd. +001C2B Alertme.com Limited +001C2A Envisacor Technologies Inc. +001C29 CORE DIGITAL ELECTRONICS CO., LTD +001C24 Formosa Wireless Systems Corp. +001C1F Quest Retail Technology Pty Ltd +001D97 Alertus Technologies LLC +001D90 EMCO Flow Systems +001D84 Gateway, Inc. +001D67 AMEC +001A93 ERCO Leuchten GmbH +001A98 Asotel Communication Limited Taiwan Branch +001A8E 3Way Networks Ltd +001A7D cyber-blue(HK)Ltd +001A82 PROBA Building Automation Co.,LTD +001A7C Hirschmann Multimedia B.V. +001A78 ubtos +001A7B Teleco, Inc. +001A71 Diostech Co., Ltd. +001A6C Cisco Systems, Inc +001A65 Seluxit +001B7D CXR Anderson Jacobson +001B71 Telular Corp. +001B6A Powerwave Technologies Sweden AB +001B65 China Gridcom Co., Ltd +001B5E BPL Limited +001B57 SEMINDIA SYSTEMS PRIVATE LIMITED +001B46 Blueone Technology Co.,Ltd +001B4B SANION Co., Ltd. +001BAD iControl Incorporated +001BA6 intotech inc. +001BA1 Åmic AB +001B93 JC Decaux SA DNT +001B95 VIDEO SYSTEMS SRL +001B9A Apollo Fire Detectors Ltd +001B94 T.E.M.A. S.p.A. +001B8E Hulu Sweden AB +001B89 EMZA Visual Sense Ltd. +001B8A 2M Electronic A/S +001B84 Scan Engineering Telecom +001BD1 SOGESTMATIC +001BD6 Kelvin Hughes Ltd +001BCF Dataupia Corporation +001BD0 IDENTEC SOLUTIONS +001BCA Beijing Run Technology LTD. Company +001BC3 Mobisolution Co.,Ltd +001BBE ICOP Digital +001BB4 Airvod Limited +001B14 Carex Lighting Equipment Factory +001B0D Cisco Systems, Inc +001B06 Ateliers R. LAUMONIER +001B08 Danfoss Drives A/S +001B01 Applied Radio Technologies +001AF5 PENTAONE. CO., LTD. +001AFA Welch Allyn, Inc. +001AE4 Medicis Technologies Corporation +001ADD PePWave Ltd +001AD1 FARGO CO., LTD. +001AD8 AlsterAero GmbH +001ACA Tilera Corporation +001ACC Celestial Semiconductor, Ltd +001AC5 BreakingPoint Systems, Inc. +001ABB Fontal Technology Incorporation +001AC0 JOYBIEN TECHNOLOGIES CO., LTD. +001A60 Wave Electronics Co.,Ltd. +001A55 ACA-Digital Corporation +001A5A Korea Electric Power Data Network (KDN) Co., Ltd +001A4E NTI AG / LinMot +001A53 Zylaya +001A42 Techcity Technology co., Ltd. +001A47 Agami Systems, Inc. +001A3B Doah Elecom Inc. +001B3F ProCurve Networking by HP +001B3A SIMS Corp. +001B2C ATRON electronic GmbH +001B27 Merlin CSI +001B20 TPine Technology +001B19 IEEE I&M Society TC9 +001AB4 FFEI Ltd. +001AAF BLUSENS TECHNOLOGY +001AA8 Mamiya Digital Imaging Co., Ltd. +001A9F A-Link Ltd +001AA6 Telefunken Radio Communication Systems GmbH &CO.KG +00193F RDI technology(Shenzhen) Co.,LTD +001933 Strix Systems, Inc. +001938 UMB Communications Co., Ltd. +00192D Nokia Corporation +001926 BitsGen Co., Ltd. +001928 Siemens AG, Transportation Systems +00190E Atech Technology Co., Ltd. +001913 Chuang-Yi Network Equipment Co.Ltd. +001915 TECOM Co., Ltd. +00191A IRLINK +001993 Changshu Switchgear MFG. Co.,Ltd. (Former Changshu Switchgea +001998 SATO CORPORATION +00198E Oticon A/S +001980 Gridpoint Systems +00197B Picotest Corp. +001968 Digital Video Networks(Shanghai) CO. LTD. +00196D Raybit Systems Korea, Inc +00196F SensoPart GmbH +001952 ACOGITO Co., Ltd +001957 Saafnet Canada Inc. +001946 Cianet Industria e Comercio S/A +001944 Fossil Partners, L.P. +001A2F Cisco Systems, Inc +001A36 Aipermon GmbH & Co. KG +001A25 DELTA DORE +001A17 Teak Technologies, Inc. +001A19 Computer Engineering Limited +001A12 Essilor +001A0B BONA TECHNOLOGY INC. +001A06 OpVista, Inc. +0018CD Erae Electronics Industry Co., Ltd +0018D2 High-Gain Antennas LLC +0018D9 Santosha Internatonal, Inc +0018C1 Almitec Informática e Comércio +0018C8 ISONAS Inc. +0018BC ZAO NVP Bolid +0018B5 Magna Carta +0018AE TVT CO.,LTD +001902 Cambridge Consultants Ltd +001907 Cisco Systems, Inc +0018FD Optimal Technologies International Inc. +0018F1 Chunichi Denshi Co.,LTD. +0018EA Alltec GmbH +0018EC Welding Technology Corporation +0018E5 Adhoco AG +0018A2 XIP Technology AB +0018A9 Ethernet Direct Corporation +00189D Navcast Inc. +001893 SHENZHEN PHOTON BROADBAND TECHNOLOGY CO.,LTD +001898 KINGSTATE ELECTRONICS CORPORATION +001891 Zhongshan General K-mate Electronics Co., Ltd +00188C Mobile Action Technology Inc. +0019C8 AnyDATA Corporation +0019C3 Qualitrol +0019BE Altai Technologies Limited +0019BC ELECTRO CHANCE SRL +0019A4 Austar Technology (hang zhou) Co.,Ltd +0019A9 Cisco Systems, Inc +0019AB Raycom CO ., LTD +0019B0 HanYang System +0019FA Cable Vision Electronics CO., LTD. +0019FF Finnzymes +0019EC Sagamore Systems, Inc. +0019F3 Cetis, Inc +0019F8 Embedded Systems Design, Inc. +0019E5 Lynx Studio Technology, Inc. +0019E7 Cisco Systems, Inc +0019CD Chengdu ethercom information technology Ltd. +0019D4 ICX Technologies +0019D9 Zeutschel GmbH +001823 Delta Electronics, Inc. +001817 D. E. Shaw Research, LLC +00181E GDX Technologies Ltd. +001812 Beijing Xinwei Telecom Technology Co., Ltd. +001806 Hokkei Industries Co., Ltd. +00180B Brilliant Telecommunications +001805 Beijing InHand Networking Technology Co.,Ltd. +0017B8 NOVATRON CO., LTD. +0017BD Tibetsystem +0017B1 ACIST Medical Systems, Inc. +0017AA elab-experience inc. +0017AC O'Neil Product Development Inc. +0017A5 Ralink Technology Corp +0017A0 RoboTech srl +00170F Cisco Systems, Inc +001705 Methode Electronics +00170A INEW DIGITAL COMPANY +0016F9 CETRTA POT, d.o.o., Kranj +0016F7 L-3 Communications, Aviation Recorders +0016E6 GIGA-BYTE TECHNOLOGY CO.,LTD. +00178F NINGBO YIDONG ELECTRONIC CO.,LTD. +001794 Cisco Systems, Inc +00178D Checkpoint Systems, Inc. +00177C Smartlink Network Systems Limited +001781 Greystone Data System, Inc. +001788 Philips Lighting BV +00176C Pivot3, Inc. +001770 Arti Industrial Electronics Ltd. +001775 TTE Germany GmbH +001760 Naito Densei Machida MFG.CO.,LTD +001767 Earforce AS +00185A uControl, Inc. +00185F TAC Inc. +001861 Ooma, Inc. +001866 Leutron Vision +001853 Atera Networks LTD. +00184E Lianhe Technologies, Inc. +001847 AceNet Technology Inc. +00183B CENITS Co., Ltd. +001840 3 Phoenix, Inc. +001842 Nokia Danmark A/S +001825 Private +00182A Taiwan Video & Monitor +001836 Reliance Electric Limited +001759 Cisco Systems, Inc +001754 Arkino HiTOP Corporation Limited +001746 Freedom9 Inc. +001748 Neokoros Brasil Ltda +00174D DYNAMIC NETWORK FACTORY, INC. +001741 DEFIDEV +001733 SFR +00173A Reach Systems Inc. +00172E FXC Inc. +001727 Thermo Ramsey Italia s.r.l. +001722 Hanazeder Electronic GmbH +00171B Innovation Lab Corp. +001714 BR Controls Nederland bv +001716 Qno Technology Inc. +0017F4 ZERON ALLIANCE +0017F9 Forcom Sp. z o.o. +001800 UNIGRAND LTD +0017ED WooJooIT Ltd. +0017DA Spans Logic +0017E1 DACOS Technologies Co., Ltd. +0017D0 Opticom Communications, LLC +0017C4 Quanta Microsystems, INC. +001880 Maxim Integrated Products +00186D Zhenjiang Sapphire Electronic Industry CO. +001872 Expertise Engineering +001874 Cisco Systems, Inc +001879 dSys +001686 Karl Storz Imaging +00167F Bluebird Soft Inc. +001681 Vector Informatik GmbH +001674 EuroCB (Phils.), Inc. +001672 Zenway enterprise ltd +001666 Quantier Communication Inc. +00165F Fairmount Automation +0016AA Kei Communication Technology Inc. +0016AF Shenzhen Union Networks Equipment Co.,Ltd. +0016A5 Tandberg Storage ASA +001699 Tonic DVB Marketing Ltd +0016A0 Auto-Maskin +001692 Scientific-Atlanta, Inc. +001694 Sennheiser Communications A/S +00168D KORWIN CO., Ltd. +00165A Harman Specialty Group +001653 LEGO System A/S IE Electronics Division +00164C PLANET INT Co., Ltd +001647 Cisco Systems, Inc +001642 Pangolin +00163D Tsinghua Tongfang Legend Silicon Tech. Co., Ltd. +001631 Xteam +00162F Geutebrück GmbH +001630 Vativ Technologies +0015F5 Sustainable Energy Systems +0015F4 Eventide +0015EE Omnex Control Systems +0015F3 PELTOR AB +0015E7 Quantec Tontechnik +0015E2 Dr.Ing. Herbert Knauer GmbH +0015DD IP Control Systems Ltd. +0015D8 Interlink Electronics +0015CA TeraRecon, Inc. +001598 Kolektor group +001593 U4EA Technologies Inc. +00158C Liab ApS +001586 Xiamen Overseas Chinese Electronic Co., Ltd. +001585 Aonvision Technolopy Corp. +001587 Takenaka Seisakusho Co.,Ltd +001580 U-WAY CORPORATION +00157B Leuze electronic GmbH + Co. KG +001576 LABiTec - Labor Biomedical Technologies GmbH +00156A DG2L Technologies Pvt. Ltd. +00156F Xiranet Communications GmbH +0016DF Lundinova AB +0016DA Futronic Technology Co. Ltd. +0016D5 Synccom Co., Ltd +0016C9 NAT Seattle, Inc. +0016D0 ATech elektronika d.o.o. +0016BD ATI Industrial Automation +0016C2 Avtec Systems Inc +0016BB Law-Chain Computer Technology Co Ltd +00162A Antik computers & communications s.r.o. +001623 Interval Media +001617 MSI +00161E Woojinnet +00160D Be Here Corporation +001606 Ideal Industries +0015FA Cisco Systems, Inc +001563 Cisco Systems, Inc +001557 Olivetti +00155C Dresser Wayne +00154B Wonde Proud Technology Co., Ltd +001550 Nits Technology Inc +001545 SEECODE Co., Ltd. +00153E Q-Matic Sweden AB +0015BC Develco +0015B5 CI Network Corp. +0015B0 AUTOTELENET CO.,LTD +0015AB PRO CO SOUND INC +0015A6 Digital Electronics Products Ltd. +00159F Terascala, Inc. +001532 Consumer Technologies Group, LLC +001539 Technodrive srl +00152B Cisco Systems, Inc +00152D TenX Networks, LLC +00152C Cisco Systems, Inc +00151F Multivision Intelligent Surveillance (Hong Kong) Ltd +00151A Hunter Engineering Company +001515 Leipold+Co.GmbH +001510 Techsphere Co., Ltd +001453 ADVANTECH TECHNOLOGIES CO.,LTD +00144E SRISA +001442 ATTO CORPORATION +001449 Sichuan Changhong Electric Ltd. +00143D Aevoe Inc. +00143C Rheinmetall Canada Inc. +00143B Sensovation AG +001436 Qwerty Elektronik AB +0014AB Senhai Electronic Technology Co., Ltd. +0014B0 Naeil Community +0014A9 Cisco Systems, Inc +0014AA Ashly Audio, Inc. +00149D Sound ID Inc. +001498 Viking Design Technology +00148A Elin Ebg Traction Gmbh +001491 Daniels Electronics Ltd. dbo Codan Rado Communications +001485 Giga-Byte +00147E InnerWireless +001477 Nertec Inc. +001472 China Broadband Wireless IP Standard Group +001466 Kleinhenz Elektronik GmbH +00146B Anagran, Inc. +00145F ADITEC CO. LTD +001458 HS Automatic ApS +0014E6 AIM Infrarotmodule GmbH +0014E0 LET'S Corporation +0014D4 K Technology Corporation +0014D9 IP Fabrics, Inc. +0014CD DigitalZone Co., Ltd. +0014C1 U.S. Robotics Corporation +0014C6 Quixant Ltd +0014BA Carvers SA de CV +0014B5 PHYSIOMETRIX,INC +0013C7 IONOS Co.,Ltd. +0013C0 Trix Tecnologia Ltda. +0013B6 Sling Media, Inc. +0013AF NUMA Technology,Inc. +0013B0 Jablotron +0013AA ALS & TEC Ltd. +0013A3 Siemens Com CPE Devices +00139E Ciara Technologies Inc. +001502 BETA tech +001509 Plus Technology Co., Ltd +0014FD Thecus Technology Corp. +0014EF TZero Technologies, Inc. +0014F1 Cisco Systems, Inc +0014F0 Business Security OL AB +0014EA S Digm Inc. (Safe Paradigm Inc.) +0014E5 Alticast +001423 J-S Co. NEUROCOM +001419 SIDSA +001412 S-TEC electronics AG +001409 MAGNETI MARELLI S.E. S.p.A. +00140A WEPIO Co., Ltd. +0013FD Nokia Danmark A/S +0013F8 Dex Security Solutions +0013F1 AMOD Technology Co., Ltd. +0013F7 SMC Networks, Inc. +0013E7 Halcro +0013DB SHOEI Electric Co.,Ltd +0013CC Tall Maple Systems +001284 Lab33 Srl +00127E Digital Lifestyles Group, Inc. +001277 Korenix Technologies Co., Ltd. +001272 Redux Communications Ltd. +001271 Measurement Computing Corp +00126B Ascalade Communications Limited +001264 daum electronic gmbh +00125A Microsoft Corporation +00125F AWIND Inc. +001255 NetEffect Incorporated +00124E XAC AUTOMATION CORP. +001248 EMC Corporation (Kashya) +001242 Millennial Net +001236 ConSentry Networks +00123B KeRo Systems ApS +001368 Saab Danmark A/S +00135C OnSite Systems, Inc. +001355 TOMEN Cyber-business Solutions, Inc. +001356 FLIR Radiation Inc +001350 Silver Spring Networks, Inc +001344 Fargo Electronics Inc. +001343 Matsushita Electronic Components (Europe) GmbH +00133D Micro Memory Curtiss Wright Co +00138B Phantom Technologies LLC +001390 Termtek Computer Co., Ltd +001376 Tabor Electronics Ltd. +00137B Movon Corporation +001382 Cetacea Networks Corporation +001387 27M Technologies AB +00136F PacketMotion, Inc. +001375 American Security Products Co. +001363 Verascape, Inc. +0012FA THX LTD +001301 IronGate S.L. +001307 Paravirtual Corporation +0012F5 Imarda New Zealand Limited +0012EB PDH Solutions, LLC +0012DE Radio Components Sweden AB +0012DD Shengqu Information Technology (Shanghai) Co., Ltd. +0012E4 ZIEHL industrie-electronik GmbH + Co KG +0012AF ELPRO Technologies +0012A8 intec GmbH +0012A2 VITA +0012A1 BluePacket Communications Co., Ltd. +00129C Yulinet +001290 KYOWA Electric & Machinery Corp. +001295 Aiware Inc. +00132A Sitronics Telecom Solutions +001331 CellPoint Connect +001336 Tianjin 712 Communication Broadcasting co., ltd. +001324 Schneider Electric Ultra Terminal +001314 Asiamajor Inc. +001319 Cisco Systems, Inc +00131A Cisco Systems, Inc +00130D GALILEO AVIONICA +001308 Nuvera Fuel Cells +00122F Sanei Electric Inc. +001235 Andrew Corporation +00122B Virbiage Pty Ltd +001212 PLUS Corporation +0012D8 International Games System Co., Ltd. +0012CB CSS Inc. +0012C5 V-Show Technology (China) Co.,Ltd +0012CC Bitatek CO., LTD +0012B4 Work Microwave GmbH +0012BB Telecommunications Industry Association TR-41 Committee +001206 iQuest (NZ) Ltd +00120B Chinasys Technologies Limited +00120C CE-Infosys Pte Ltd +0011FF Digitro Tecnologia Ltda +0011FA Rane Corporation +0011F0 Wideful Limited +0011EF Conitec Datensysteme GmbH +0011E9 STARNEX CO., LTD. +001187 Category Solutions, Inc +001182 IMI Norgren Ltd +001181 InterEnergy Co.Ltd, +00117B Büchi Labortechnik AG +00116F Netforyou Co., LTD. +001168 HomeLogic LLC +00115E ProMinent Dosiertechnik GmbH +001157 Oki Electric Industry Co., Ltd. +000FB2 Broadband Pacenet (India) Pvt. Ltd. +000FA5 BWA Technology GmbH +000FB1 Cognio Inc. +000FAC IEEE 802.11 +000F9C Panduit Corp +000FA0 CANON KOREA BUSINESS SOLUTIONS INC. +000F97 Avanex Corporation +000F8A WideView +000F89 Winnertec System Co., Ltd. +000F90 Cisco Systems, Inc +000FD7 Harman Music Group +000FD1 Applied Wireless Identifications Group, Inc. +000FD2 EWA Technologies, Inc. +000FC4 NST co.,LTD. +000FCB 3Com Ltd +000FBF DGT Sp. z o.o. +000FB8 CallURL Inc. +0011DD FROMUS TEC. Co., Ltd. +0011E2 Hua Jung Components Co., Ltd. +0011CF Thrane & Thrane A/S +0011D6 HandEra, Inc. +0011D0 Tandberg Data ASA +0011CA Long Range Systems, Inc. +0011C3 Transceiving System Technology Corporation +0011B7 Octalix B.V. +0011BE AGP Telecom Co. Ltd +0011BD Bombardier Transportation +001105 Sunplus Technology Co., Ltd. +00110C Atmark Techno, Inc. +000FF9 Valcretec, Inc. +000FFA Optinel Systems, Inc. +000FFF Control4 +000FF1 nex-G Systems Pte.Ltd +000FE4 Pantech Co.,Ltd +000FEA Giga-Byte Technology Co.,LTD. +000FE3 Damm Cellular Systems A/S +0011AB TRUSTABLE TECHNOLOGY CO.,LTD. +0011B0 Fortelink Inc. +0011A4 JStream Technologies Inc. +001198 Prism Media Products Limited +00119D Diginfo Technology Corporation +00119E Solectron Brazil +00118E Halytech Mace +001193 Cisco Systems, Inc +001152 Eidsvoll Electronics AS +00114F US Digital Television, Inc +001149 Proliphix Inc. +001142 e-SMARTCOM INC. +00113D KN SOLTEC CO.,LTD. +00113C Micronas GmbH +001136 Goodrich Sensor Systems +00112C IZT GmbH +001130 Allied Telesis (Hong Kong) Ltd. +00111E EPSG (Ethernet Powerlink Standardization Group) +00111F Doremi Labs, Inc. +001112 Honeywell CMSS +001118 BLX IC Design Corp., Ltd. +000F58 Adder Technology Limited +000F52 YORK Refrigeration, Marine & Controls +000F57 CABLELOGIC Co., Ltd. +000F45 Stretch, Inc. +000F46 SINAR AG +000F4B Oracle Corporation +000F37 Xambala Incorporated +000F3F Big Bear Networks +000F3B Fuji System Machines Co., Ltd. +000F31 Allied Vision Technologies Canada Inc +000F32 Lootom Telcovideo Network Wuxi Co Ltd +000F2B GREENBELL SYSTEMS +000E98 HME Clear-Com LTD. +000E93 Milénio 3 Sistemas Electrónicos, Lda. +000E8C Siemens AG A&D ET +000E86 Alcatel North America +000E80 Thomson Technology Inc +000E85 Catalyst Enterprises, Inc. +000E74 Solar Telecom. Tech +000E79 Ample Communications Inc. +000F24 Cisco Systems, Inc +000F12 Panasonic Europe Ltd. +000F18 Industrial Control Systems +000F11 Prodrive B.V. +000F0C SYNCHRONIC ENGINEERING +000EFF Megasolution,Inc. +000F00 Legra Systems, Inc. +000F05 3B SYSTEM INC. +000F7D Xirrus +000F84 Astute Networks, Inc. +000F77 DENTUM CO.,LTD +000F71 Sanmei Electronics Co.,Ltd +000F78 Datacap Systems Inc +000F65 icube Corp. +000F5E Veo +000E71 Gemstar Technology Development Ltd. +000E6C Device Drivers Limited +000E65 TransCore +000E5F activ-net GmbH & Co. KG +000E60 360SUN Digital Broadband Corporation +000E52 Optium Corporation +000E46 Niigata Seimitsu Co.,Ltd. +000E4D Numesa Inc. +000E3F Soronti, Inc. +000EC5 Digital Multitools Inc +000EB8 Iiga co.,Ltd +000EB7 Knovative, Inc. +000EBE B&B Electronics Manufacturing Co. +000EB2 Micro-Research Finland Oy +000EAB Cray Inc +000EA5 BLIP Systems +000E9F TEMIC SDS GmbH +000E0A SAKUMA DESIGN OFFICE +000E12 Adaptive Micro Systems Inc. +000E04 CMA/Microdialysis AB +000DF7 Space Dynamics Lab +000DFE Hauppauge Computer Works, Inc. +000DF1 IONIX INC. +000DEB CompXs Limited +000DF2 Private +000DE4 DIGINICS, Inc. +000EF9 REA Elektronik GmbH +000EF2 Infinico Corporation +000EE0 Mcharge +000EDF PLX Technology +000EE6 Adimos Systems LTD +000ECA WTSS Inc +000ED1 Osaka Micro Computer. +000EDA C-TECH UNITED CORP. +000ED6 Cisco Systems, Inc +000E37 Harms & Wende GmbH & Co.KG +000E38 Cisco Systems, Inc +000E31 Olympus Soft Imaging Solutions GmbH +000E2A Private +000E25 Hannae Technology Co., Ltd +000E18 MyA Technology +000E17 Private +000E0E ESA elettronica S.P.A. +000C7E Tellium Incorporated +000C86 Cisco Systems, Inc +000C81 Schneider Electric (Australia) +000C72 Tempearl Industrial Co., Ltd. +000C79 Extel Communications P/L +000C66 Pronto Networks Inc +000C6B Kurz Industrie-Elektronik GmbH +000C6D Edwards Ltd. +000DDF Japan Image & Network Inc. +000DD2 Simrad Optronics ASA +000DD1 Stryker Corporation +000DD8 BBN +000DCC NEOSMART Corp. +000DBF TekTone Sound & Signal Mfg., Inc. +000DC0 Spagat AS +000DC5 EchoStar Global B.V. +000DB9 PC Engines GmbH +000D8C Shanghai Wedone Digital Ltd. CO. +000D8B T&D Corporation +000D85 Tapwave, Inc. +000D86 Huber + Suhner AG +000D7E Axiowave Networks, Inc. +000D78 Engineering & Security +000D77 FalconStor Software +000D6B Mita-Teknik A/S +000D65 Cisco Systems, Inc +000D5F Minds Inc +000D66 Cisco Systems, Inc +000CB1 Salland Engineering (Europe) BV +000CB7 Nanjing Huazhuo Electronics Co., Ltd. +000CBE Innominate Security Technologies AG +000CC3 BeWAN systems +000CB2 UNION co., ltd. +000CA5 Naman NZ LTd +000CAC Citizen Watch Co., Ltd. +000C94 United Electronic Industries, Inc. (EUI) +000C99 HITEL LINK Co.,Ltd +000CA0 StorCase Technology, Inc. +000C8D MATRIX VISION GmbH +000C92 WolfVision Gmbh +000D32 DispenseSource, Inc. +000D31 Compellent Technologies, Inc. +000D25 SANDEN CORPORATION +000D1F AV Digital +000D19 ROBE Show lighting +000D20 ASAHIKASEI TECHNOSYSTEM CO.,LTD. +000D0D ITSupported, LLC +000D12 AXELL Corporation +000DB2 Ammasso, Inc. +000DAD Dataprobe, Inc. +000D9E TOKUDEN OHIZUMI SEISAKUSYO Co.,Ltd. +000DA5 Fabric7 Systems, Inc +000D99 Orbital Sciences Corp.; Launch Systems Group +000D58 Private +000D4C Outline Electronics Ltd. +000D53 Beijing 5w Communication Corp. +000D3F VTI Instruments Corporation +000D44 Audio BU - Logitech +000D38 NISSIN INC. +000CD1 SFOM Technology Corp. +000CD6 PARTNER TECH +000CDD AOS technologies AG +000CCA HGST a Western Digital Company +000CC4 Tiptel AG +000D00 Seaway Networks Inc. +000D06 Compulogic Limited +000CFA Digital Systems Corp +000CFF MRO-TEK LIMITED +000CED Real Digital Media +000CEE jp-embedded +000CF3 CALL IMAGE SA +000CE7 MediaTek Inc. +000CE3 Option International N.V. +000B01 DAIICHI ELECTRONICS CO., LTD. +000AF0 SHIN-OH ELECTRONICS CO., LTD. R&D +000AF5 Airgo Networks, Inc. +000AEC Koatsu Gas Kogyo Co., Ltd. +000AE5 ScottCare Corporation +000AE7 ELIOP S.A. +000AE0 Fujitsu Softek +000AC8 ZPSYS CO.,LTD. (Planning&Management) +000ACD Sunrich Technology Limited +000AD4 CoreBell Systems Inc. +000B5E Audio Engineering Society Inc. +000B63 Kaleidescape +000B55 ADInstruments +000B5A HyperEdge +000B52 JOYMAX ELECTRONICS CO. LTD. +000B4D Emuzed +000B41 Ing. Büro Dr. Beutlhauser +000B46 Cisco Systems, Inc +000B33 Vivato Technologies +000B3A QuStream Corporation +000B3F Anthology Solutions Inc. +000B95 eBet Gaming Systems Pty Ltd +000B8F AKITA ELECTRONICS SYSTEMS CO.,LTD. +000B89 Top Global Technology, Ltd. +000B8E Ascent Corporation +000B90 ADVA Optical Networking Ltd. +000B7D SOLOMON EXTREME INTERNATIONAL LTD. +000B82 Grandstream Networks, Inc. +000B6F Media Streaming Networks Inc +000B76 ET&T Technology Co. Ltd. +000AC1 Futuretel +000AC6 Overture Networks. +000AAE Rosemount Process Analytical +000AB3 Fa. GIRA +000AB5 Digital Electronic Network +000ABA Arcon Technology Limited +000AA2 SYSTEK INC. +000AA7 FEI Electron Optics +000A8F Aska International Inc. +000A94 ShangHai cellink CO., LTD +000C4E Winbest Technology CO,LT +000C53 Private +000C5A IBSmm Embedded Electronics Consulting +000C5F Avtec, Inc. +000C47 SK Teletech(R&D Planning Team) +000C4C Arcor AG&Co. +000C3E Crest Audio +000C37 Geomation, Inc. +000C2D FullWave Technology Co., Ltd. +000C1A Quest Technical Solutions Inc. +000C1E Global Cache +000C23 Beijing Lanchuan Tech. Co., Ltd. +000C0E XtremeSpectrum, Inc. +000C15 CyberPower Systems, Inc. +000C09 Hitachi IE Systems Co., Ltd +000BD3 cd3o +000BC7 ICET S.p.A. +000BCE Free2move AB +000BC2 Corinex Communication Corp. +000BBB Etin Systems Co., Ltd +000BC0 China IWNComm Co., Ltd. +000BAF WOOJU COMMUNICATIONS Co,.Ltd +000BB4 RDC Semiconductor Inc., +000BA5 Quasar Cipta Mandiri, PT +000BAA Aiphone co.,Ltd +000B9E Yasing Technology Corp. +000B27 Scion Corporation +000B1B Systronix, Inc. +000B20 Hirata corporation +000B22 Environmental Systems and Services +000B14 ViewSonic Corporation +000B0D Air2U, Inc. +000B0F Bosch Rexroth +000B08 Pillar Data Systems +000AFC Core Tec Communications, LLC +000BF6 Nitgen Co., Ltd +000BFB D-NET International Corporation +000C02 ABB Oy +000BEA Zultys Technologies +000BEF Code Corporation +000BE3 Key Stream Co., Ltd. +000BE8 AOIP +000BE9 Actel Corporation +000BD7 DORMA Time + Access GmbH +000BDC AKCP +000994 Cronyx Engineering +000999 CP GEORGES RENAULT +000987 NISHI NIPPON ELECTRIC WIRE & CABLE CO.,LTD. +000988 Nudian Electron Co., Ltd. +00098D Velocity Semiconductor +000981 Newport Networks +000975 fSONA Communications Corporation +00097A Louis Design Labs. +000968 TECHNOVENTURE, INC. +000962 Sonitor Technologies AS +000A9B TB Group Inc +000A9A Aiptek International Inc +000A80 Telkonet Inc. +000A82 TATSUTA SYSTEM ELECTRONICS CO.,LTD. +000A87 Integrated Micromachines Inc. +000A7B Cornelius Consult +000A6D EKS Elektronikservice GmbH +000A6F ZyFLEX Technologies Inc +000A74 Manticom Networks Inc. +000A61 Cellinx Systems Inc. +0009C3 NETAS +0009B9 Action Imaging Solutions +0009BA MAKU Informationstechik GmbH +0009AC LANVOICE +0009B3 MCM Systems Ltd +0009A7 Bang & Olufsen A/S +00099A ELMO COMPANY, LIMITED +0009A0 Microtechno Corporation +0009ED CipherOptics +0009F2 Cohu, Inc., Electronics Division +0009E6 Cyber Switching Inc. +0009E0 XEMICS S.A. +0009DA Control Module Inc. +0009DF Vestel Komunikasyon Sanayi ve Ticaret A.S. +0009CD HUDSON SOFT CO.,LTD. +0009C7 Movistec +0009CE SpaceBridge Semiconductor Corp. +0009D3 Western DataCom Co., Inc. +000901 Shenzhen Shixuntong Information & Technoligy Co +0008FC Gigaphoton Inc. +0008F9 Artesyn Embedded Technologies +0008F4 Bluetake Technology Co., Ltd. +0008EB ROMWin Co.,Ltd. +0008E4 Envenergy Inc +0008DF Alistel Inc. +0008D8 Dowkey Microwave +0008D2 ZOOM Networks Inc. +0008CC Remotec, Inc. +0008D1 KAREL INC. +000967 Tachyon, Inc +00096E GIANT ELECTRONICS LTD. +00095E Masstech Group Inc. +000959 Sitecsoft +00094D Braintree Communications Pty Ltd +000952 Auerswald GmbH & Co. KG +000946 Cluster Labs GmbH +000940 AGFEO GmbH & Co. KG +00093F Double-Win Enterpirse CO., LTD +000933 Ophit Co.Ltd. +000A5C Carel s.p.a. +000A50 REMOTEK CORPORATION +000A55 MARKEM Corporation +000A4E UNITEK Electronics INC. +000A42 Cisco Systems, Inc +000A49 F5 Networks, Inc. +000A36 Synelec Telecom Multimedia +000A3B GCT Semiconductor, Inc +000A3D Elo Sistemas Eletronicos S.A. +000A2F Artnix Inc. +000927 TOYOKEIKI CO.,LTD. +00092E B&Tech System Inc. +000920 EpoX COMPUTER CO.,LTD. +00091B Digital Generation Inc. +000914 COMPUTROLS INC. +00090E Helix Technology Inc. +000908 VTech Technology Corp. +00090D LEADER ELECTRONICS CORP. +000A20 SVA Networks, Inc. +000A25 CERAGON NETWORKS +000A14 TECO a.s. +000A19 Valere Power, Inc. +000A0D FCI Deutschland GmbH +000A12 Azylex Technology, Inc +0009F9 ART JAPAN CO., LTD. +0009FC IPFLEX Inc. +000A03 ENDESA SERVICIOS, S.L. +000705 Endress & Hauser GmbH & Co +0006F8 The Boeing Company +0006FF Sheba Systems Co., Ltd. +0006FD Comjet Information Systems Corp. +0006E7 Bit Blitz Communications Inc. +0006ED Inara Networks +0006DC Syabas Technology (Amquest) +0006E1 Techno Trade s.a +0006E6 DongYang Telecom Co., Ltd. +0006CF Thales Avionics In-Flight Systems, LLC +0006D6 Cisco Systems, Inc +0006D5 Diamond Systems Corp. +0006C9 Technical Marketing Research, Inc. +0007B1 Equator Technologies +0007B8 Corvalent Corporation +0007B2 Transaccess S.A. +0007A4 GN Netcom Ltd. +0007AA Quantum Data Inc. +00079D Musashi Co., Ltd. +00079E Ilinx Co., Ltd. +000774 GuangZhou Thinker Technology Co. Ltd. +000791 International Data Communications, Inc. +000798 Selea SRL +000797 Netpower Co., Ltd. +00078B Wegener Communications, Inc. +000785 Cisco Systems, Inc +00077B Millimetrix Broadband Networks +000856 Gamatronic Electronic Industries Ltd. +00082D Indus Teqsite Private Limited +000821 Cisco Systems, Inc +000814 TIL Technologies +00081A Sanrad Intelligence Storage Communications (2000) Ltd. +00080F Proximion Fiber Optics AB +000809 Systemonic AG +000803 Cos Tron +0007FF Gluon Networks +0007F9 Sensaphone +000894 InnoVISION Multimedia Ltd. +00088F ADVANCED DIGITAL TECHNOLOGY +000888 OULLIM Information Technology Inc,. +000882 SIGMA CORPORATION +00087C Cisco Systems, Inc +000875 Acorp Electronics Corp. +000870 Rasvia Systems, Inc. +00086F Resources Computer Network Ltd. +000869 Command-e Technology Co.,Ltd. +000863 Entrisphere Inc. +00085D Aastra +000862 NEC Eluminant Technologies, Inc. +000850 Arizona Instrument Corp. +000738 Young Technology Co., Ltd. +00073F Woojyun Systec Co., Ltd. +00072C Fabricom +000733 DANCONTROL Engineering +000732 AAEON Technology Inc. +000716 J & S Marine Ltd. +00071B CDVI Americas Ltd +000722 The Nielsen Company +00070A Unicom Automation Co., Ltd. +00070F Fujant, Inc. +000709 Westerstrand Urfabrik AB +000702 Varian Medical Systems +0006F3 AcceLight Networks +0006C3 Schindler Elevator Ltd. +0006C8 Sumitomo Metal Micro Devices, Inc. +0006BF Accella Technologies Co., Ltd. +0006B9 A5TEK Corp. +0006B2 Linxtek Co. +0006AC Intersoft Co. +0006A6 Artistic Licence Engineering Ltd +0006A2 Microtune, Inc. +000695 Ensure Technologies, Inc. +00069C Transmode Systems AB +000696 Advent Networks +0007F3 Thinkengine Networks +0007EC Cisco Systems, Inc +0007F2 IOA Corporation +0007E6 edgeflow Canada Inc. +0007E0 Palm Inc. +0007D9 Splicecom +0007DA Neuro Telecom Co., Ltd. +0007D3 SPGPrints B.V. +0007CA Creatix Polymedia Ges Fur Kommunikaitonssysteme +0007C4 JEAN Co. Ltd. +0007BE DataLogic SpA +00077E Elrest GmbH +00076F Synoptics Limited +00076E Sinetica Corporation Limited +00076A NEXTEYE Co., Ltd. +00075E Ametek Power Instruments +000765 Jade Quantum Technologies, Inc. +000764 YoungWoo Telecom Co. Ltd. +000757 Topcall International AG +000758 Dragonwave +000752 Rhythm Watch Co., Ltd. +00074B Daihen Corporation +000745 Radlan Computer Communications Ltd. +0008C2 Cisco Systems, Inc +0008BB NetExcell +0008B5 TAI GUEN ENTERPRISE CO., LTD +0008B6 RouteFree, Inc. +0008AF Novatec Corporation +0008A9 SangSang Technology, Inc. +0008A8 Systec Co., Ltd. +0008A3 Cisco Systems, Inc +00089C Elecs Industry Co., Ltd. +000690 Euracom Communication GmbH +00068F Telemonitor, Inc. +000689 yLez Technologies Pte Ltd +000683 Bravara Communications, Inc. +00D0B9 MICROTEK INTERNATIONAL, INC. +00067D Takasago Ltd. +000675 Banderacom, Inc. +000679 Konami Corporation +000663 Human Technology Co., Ltd. +00066F Korea Data Systems +000662 MBM Technology Ltd. +000669 Datasound Laboratories Ltd +00055A Power Dsine Ltd. +00065C Malachite Technologies, Inc. +000610 Abeona Networks Inc +000616 Tel Net Co., Ltd. +00060A Blue2space +000604 @Track Communications, Inc. +00CBBD Cambridge Broadband Networks Ltd. +000603 Baker Hughes Inc. +A06A00 Verilink Corporation +0005F5 Geospace Technologies +000601 Otanikeiki Co., Ltd. +0005E8 TurboWave, Inc. +0005F4 System Base Co., Ltd. +0005FB ShareGate, Inc. +0005DB PSI Nentec GmbH +0005DF Electronic Innovation, Inc. +0005CF Thunder River Technologies, Inc. +0005C9 LG Innotek Co., Ltd. +0005D5 Speedcom Wireless +0005BC Resource Data Management Ltd +0005C2 Soronti, Inc. +0005B0 Korea Computer Technology Co., Ltd. +00059C Kleinknecht GmbH, Ing. Büro +0005B6 INSYS Microelectronics GmbH +0005A2 CELOX Networks +0005AC Northern Digital, Inc. +0004E5 Glonet Systems, Inc. +0004D9 Titan Electronics, Inc. +0004D3 Toyokeiki Co., Ltd. +0004CC Peek Traffic B.V. +0004C0 Cisco Systems, Inc +0004B9 S.I. Soubou, Inc. +0004BA KDD Media Will Corporation +0004AF Digital Fountain, Inc. +0004B4 CIAC +0004B3 Videotek, Inc. +0004A6 SAF Tehnika Ltd. +0004A0 Verity Instruments, Inc. +00050C Network Photonics, Inc. +000512 Zebra Technologies Inc +000506 Reddo Networks AB +0004FC Stratus Computer (DE), Inc. +0004F6 Amphus +0004F5 SnowShore Networks, Inc. +0004E9 Infiniswitch Corporation +0004F0 International Computers, Ltd +0004EF Polestar Corp. +0004DF Teracom Telematica Ltda. +000553 DVC Company, Inc. +000548 Disco Corporation +00054D Brans Technologies, Inc. +000542 Otari, Inc. +00053C XIRCOM +00052F Leviton Network Solutions +00053B Harbour Networks Ltd., Co. Beijing +000535 Chip PC Ltd. +000529 Shanghai Broadan Communication Technology Co., Ltd +000523 AVL List GmbH +000522 LEA*D Corporation, Inc. +00051C Xnet Technology Corp. +000516 SMART Modular Technologies +000650 Tiburon Networks, Inc. +000656 Tactel AB +00062D TouchStar Technologies, L.L.C. +000649 3M Deutschland GmbH +000643 SONO Computer Co., Ltd. +00064A Honeywell Co., Ltd. (KOREA) +00063F Everex Communications Inc. +000639 Newtec +000633 Cross Match Technologies GmbH +000626 MWE GmbH +00061D MIP Telecom, Inc. +000623 MGE UPS Systems France +000589 National Datacomputer +000595 Alesis Corporation +00058F CLCsoft co. +000596 Genotech Co., Ltd. +00057D Sun Communications, Inc. +00057C RCO Security AB +000583 ImageCom Limited +000573 Cisco Systems, Inc +000572 Deonet Co., Ltd. +00056C Hung Chang Co., Ltd. +000566 Secui.com Corporation +000560 LEADER COMM.CO., LTD +000559 Intracom S.A. +0004A5 Barco Projection Systems NV +000499 Chino Corporation +00048D Teo Technologies, Inc +000493 Tsinghua Unisplendour Co., Ltd. +000484 Amann GmbH +00048A Temia Vertriebs GmbH +00047A AXXESSIT ASA +000474 LEGRAND +00046E Cisco Systems, Inc +000473 Photonex Corporation +000467 Wuhan Research Institute of MII +000461 EPOX Computer Co., Ltd. +0003D9 Secheron SA +0003D2 Crossbeam Systems, Inc. +0003CD Clovertech, Inc. +0003CA MTS Systems Corp. +0003C6 ICUE Systems, Inc. +0003BF Centerpoint Broadband Technologies, Inc. +0003BA Oracle Corporation +0003AF Paragea Communications +0003B4 Macrotek International Corp. +0003AC Fronius Schweissmaschinen +0003A8 IDOT Computers, Inc. +0003A1 HIPER Information & Communication, Inc. +000399 Dongju Informations & Communications Co., Ltd. +00039C OptiMight Communications, Inc. +000390 Digital Video Communications, Inc. +000395 California Amplifier +000380 SSH Communications Security Corp. +000374 Control Microsystems +0002F0 AME Optimedia Technology Co., Ltd. +000379 Proscend Communications, Inc. +000371 Acomz Networks Corp. +00036D Runtop, Inc. +0002E3 LITE-ON Communications, Inc. +0002DE Astrodesign, Inc. +0002DB NETSEC +0002D7 EMPEG Ltd +0002D2 Workstation AG +000223 ClickTV +0002CB TriState Ltd. +0002C4 Vector International BVBA +0002BF dotRocket, Inc. +0002BB Continuous Computing Corp +0002BC LVL 7 Systems, Inc. +0002B6 Acrosser Technology Co., Ltd. +0002AF TeleCruz Technology, Inc. +0002AA PLcom Co., Ltd. +00045B Techsan Electronics Co., Ltd. +00044E Cisco Systems, Inc +00044F Schubert System Elektronik Gmbh +000454 Quadriga UK +000445 LMS Skalar Instruments GmbH +00044A iPolicy Networks, Inc. +000444 Western Multiplex Corporation +00043E Telencomm +000432 Voyetra Turtle Beach, Inc. +000437 Powin Information Technology, Inc. +00042B IT Access Co., Ltd. +000361 Widcomm, Inc. +00035A Photron Limited +000355 TeraBeam Internet Systems +000353 Mitac, Inc. +00034F Sur-Gard Security +00034A RIAS Corporation +000346 Hitachi Kokusai Electric, Inc. +000344 Tietech.Co., Ltd. +000343 Martin Professional A/S +000334 Newport Electronics +000337 Vaone, Inc. +00033C Daiden Co., Ltd. +000329 F3, Inc. +000330 Imagenics, Co., Ltd. +000321 Reco Research Co., Ltd. +000324 SANYO Consumer Electronics Co., Ltd. +00031B Cellvision Systems, Inc. +0001A8 Welltech Computer Co., Ltd. +00030F Digital China (Shanghai) Networks Ltd. +000314 Teleware Network Systems +00030C Telesoft Technologies Ltd. +000308 AM Communications, Inc. +0002FC Cisco Systems, Inc +000301 EXFO +0002F9 MIMOS Berhad +0002F5 VIVE Synergies, Inc. +0002EA Focus Enhancements +000269 Nadatel Co., Ltd +000265 Virditech Co. Ltd. +00025E High Technology Ltd +000261 Tilgin AB +000259 Tsann Kuen China (Shanghai)Enterprise Co., Ltd. IT Group +000255 IBM Corp +000249 Aviv Infocom Co, Ltd. +000250 Geyser Networks, Inc. +000242 Videoframe Systems +000244 SURECOM Technology Co. +00022C ABB Bomem, Inc. +00023A ZSK Stickmaschinen GmbH +000425 Atmel Corporation +000419 Fibercycle Networks, Inc. +00041A Ines Test and Measurement GmbH & CoKG +000414 Umezawa Musen Denki Co., Ltd. +000407 Topcon Positioning Systems, Inc. +0003F7 Plast-Control GmbH +0003FE Cisco Systems, Inc +0003FD Cisco Systems, Inc +000401 Osaki Electric Co., Ltd. +0003F0 Redfern Broadband Networks +0003EB Atrica +0003E5 Hermstedt SG +0002A3 ABB Switzerland Ltd, Power Systems +000298 Broadframe Corporation +000292 Logic Innovations, Inc. +00028D Movita Technologies, Inc. +000283 Spectrum Controls, Inc. +000277 Cash Systemes Industrie +00027C Trilithic, Inc. +000275 SMART Technologies, Inc. +000270 Crewave Co., Ltd. +000104 DVICO Co., Ltd. +000110 Gotham Networks +00010C System Talks Inc. +000113 OLYMPUS CORPORATION +000100 EQUIP'TRANS +00B0AC SIAE-Microelettronica S.p.A. +00B017 InfoGear Technology Corp. +0030F0 Uniform Industrial Corp. +00B080 Mannesmann Ipulsys B.V. +00B09A Morrow Technologies Corp. +00B091 Transmeta Corp. +0030BE City-Net Technology, Inc. +000233 Mantra Communications, Inc. +00022F P-Cube, Ltd. +000227 ESD Electronic System Design GmbH +00021F Aculab PLC +00021B Kollmorgen-Servotronix +00020C Metro-Optix +000218 Advanced Scientific Corp +000213 S.D.E.L. +00020F AATR +0001F9 TeraGlobal Communications Corp. +000200 Net & Sys Co., Ltd. +0001FC Keyence Corporation +0001F3 QPS, Inc. +0001E4 Sitera, Inc. +0001EB C-COM Corporation +0001F0 Tridium, Inc. +0001D4 Leisure Time, Inc. +0001D8 Teltronics, Inc. +0001C6 Quarry Technologies +0001CC Japan Total Design Communication Co., Ltd. +0001D1 CoNet Communications, Inc. +0001B3 Precision Electronic Manufacturing +000160 ELMEX Co., LTD. +00015E BEST TECHNOLOGY CO., LTD. +000162 Cygnet Technologies, Inc. +000169 Celestix Networks Pte Ltd. +000175 Radiant Communications Corp. +000159 S1 Corporation +000165 AirSwitch Corporation +000171 Allied Data Technologies +000157 SYSWAVE CO., LTD +000153 ARCHTEK TELECOM CORPORATION +000144 EMC Corporation +003038 XCP, INC. +0030DB Mindready Solutions, Inc. +00306A PENTA MEDIA CO., LTD. +003021 HSING TECH. ENTERPRISE CO.,LTD +0030EA TeraForce Technology Corporation +0030F4 STARDOT TECHNOLOGIES +003087 VEGA GRIESHABER KG +003000 ALLWELL TECHNOLOGY CORP. +003034 SET ENGINEERING +00308D Pinnacle Systems, Inc. +00304B ORBACOM SYSTEMS, INC. +0030FA TELICA, INC. +0001B1 General Bandwidth +0001BB Frequentis +0001B7 Centos, Inc. +0001AF Artesyn Embedded Technologies +0001AB Main Street Networks +000191 SYRED Data Systems +00019D E-Control Systems, Inc. +0001A4 Microlink Corporation +000199 HeiSei Electronics +0001A0 Infinilink Corporation +00017C AG-E GmbH +000188 LXCO Technologies ag +000178 MARGI Systems, Inc. +00018B NetLinks Co., Ltd. +0030F5 Wild Lab. Ltd. +000184 SIEB & MEYER AG +00303E Radcom Ltd. +0030D7 Innovative Systems, L.L.C. +0030FC Terawave Communications, Inc. +00300F IMT - Information Management T +003004 LEADTEK RESEARCH INC. +003018 Jetway Information Co., Ltd. +003088 Ericsson +0030CA Discovery Com +00304F PLANET Technology Corporation +00014B Ennovate Networks, Inc. +00012C Aravox Technologies, Inc. +000134 Selectron Systems AG +00013B BNA SYSTEMS +000147 Zhone Technologies +00012B TELENET Co., Ltd. +00011C Universal Talkware Corporation +000123 DIGITAL ELECTRONICS CORP. +00011F RC Networks, Inc. +003045 Village Networks, Inc. (VNI) +0030BB CacheFlow, Inc. +003053 Basler AG +003072 Intellibyte Inc. +0030B1 TrunkNet +0030A7 SCHWEITZER ENGINEERING +00D086 FOVEON, INC. +00D05A SYMBIONICS, LTD. +00D01A URMET TLC S.P.A. +00D0F3 SOLARI DI UDINE SPA +00D089 DYNACOLOR, INC. +00D08D PHOENIX GROUP, INC. +00D09C KAPADIA COMMUNICATIONS +00D0FE ASTRAL POINT +00D0DC MODULAR MINING SYSTEMS, INC. +00D062 DIGIGRAM +00D0A7 TOKYO SOKKI KENKYUJO CO., LTD. +00D032 YANO ELECTRIC CO., LTD. +00D054 SAS INSTITUTE INC. +00D0EB LIGHTERA NETWORKS, INC. +00D01E PINGTEL CORP. +00D0A9 SHINANO KENSHI CO., LTD. +0030E9 GMA COMMUNICATION MANUFACT'G +003027 KERBANGO, INC. +0030F6 SECURELOGIX CORPORATION +0030B6 Cisco Systems, Inc +0030B2 L-3 Sonoma EO +0030D6 MSC VERTRIEBS GMBH +003008 AVIO DIGITAL, INC. +00306D LUCENT TECHNOLOGIES +0030E4 CHIYODA SYSTEM RIKEN +00301A SMARTBRIDGES PTE. LTD. +0030CD CONEXANT SYSTEMS, INC. +003001 SMP +0030E1 Network Equipment Technologies, Inc. +0050A7 Cisco Systems, Inc +00D0EE DICTAPHONE CORPORATION +00D0B8 Iomega Corporation +005045 RIOWORKS SOLUTIONS, INC. +00507C VIDEOCON AG +005065 TDK-Lambda Corporation +0050F4 SIGMATEK GMBH & CO. KG +005076 IBM Corp +005075 KESTREL SOLUTIONS +005090 DCTRI +0050ED ANDA NETWORKS +005096 SALIX TECHNOLOGIES, INC. +00509B SWITCHCORE AB +0050A9 MOLDAT WIRELESS TECHNOLGIES +00503C TSINGHUA NOVEL ELECTRONICS +005030 FUTURE PLUS SYSTEMS +005037 KOGA ELECTRONICS CO. +00501F MRG SYSTEMS, LTD. +005092 Rigaku Corporation Osaka Plant +00501C JATOM SYSTEMS, INC. +00505C TUNDO CORPORATION +005068 ELECTRONIC INDUSTRIES ASSOCIATION +00501A IQinVision +005063 OY COMSEL SYSTEM AB +0050DE SIGNUM SYSTEMS CORP. +00507B MERLOT COMMUNICATIONS +005078 MEGATON HOUSE, LTD. +00508F ASITA TECHNOLOGIES INT'L LTD. +005057 BROADBAND ACCESS SYSTEMS +005087 TERASAKI ELECTRIC CO., LTD. +00D03E ROCKETCHIPS, INC. +00D03F AMERICAN COMMUNICATION +00D033 DALIAN DAXIAN NETWORK +00D0CE ASYST ELECTRONIC +00D090 Cisco Systems, Inc +00D0B6 CRESCENT NETWORKS, INC. +00D0D2 EPILOG CORPORATION +0050B6 GOOD WAY IND. CO., LTD. +0050FF HAKKO ELECTRONICS CO., LTD. +005032 PICAZO COMMUNICATIONS, INC. +0050DA 3COM CORPORATION +0050F9 Sensormatic Electronics LLC +0050F6 PAN-INTERNATIONAL INDUSTRIAL CORP. +00506C Beijer Electronics Products AB +0050A5 CAPITOL BUSINESS SYSTEMS, LTD. +005000 NEXO COMMUNICATIONS, INC. +00D066 WINTRISS ENGINEERING CORP. +00D06F KMC CONTROLS +00D04B LA CIE GROUP S.A. +00D002 DITECH CORPORATION +00D0A6 LANBIRD TECHNOLOGY CO., LTD. +00D0DE PHILIPS MULTIMEDIA NETWORK +00D083 INVERTEX, INC. +00D038 FIVEMERE, LTD. +00D00C SNIJDER MICRO SYSTEMS +00D0F2 MONTEREY NETWORKS +00D07B COMCAM INTERNATIONAL INC +00D05D INTELLIWORXX, INC. +00D00D MICROMERITICS INSTRUMENT +00D04C EUROTEL TELECOM LTD. +00D0FD OPTIMA TELE.COM, INC. +0030D8 SITEK +003062 IP Video Networks Inc +003081 ALTOS C&C +00D0B0 BITSWITCH LTD. +00D044 ALIDIAN NETWORKS, INC. +00D004 PENTACOM LTD. +00D045 KVASER AB +00D0D0 ZHONGXING TELECOM LTD. 00902C DATA & CONTROL EQUIPMENT LTD. -00902D DATA ELECTRONICS (AUST.) PTY, LTD. -00902E NAMCO LIMITED -00902F NETCORE SYSTEMS, INC. -009030 HONEYWELL-DATING -009031 MYSTICOM, LTD. -009032 PELCOMBE GROUP LTD. -009033 INNOVAPHONE AG -009034 IMAGIC, INC. -009035 ALPHA TELECOM, INC. -009036 ens, inc. -009037 ACUCOMM, INC. -009038 FOUNTAIN TECHNOLOGIES, INC. -009039 SHASTA NETWORKS -00903A NIHON MEDIA TOOL INC. -00903B TriEMS Research Lab, Inc. -00903C ATLANTIC NETWORK SYSTEMS -00903D BIOPAC SYSTEMS, INC. -00903E N.V. PHILIPS INDUSTRIAL ACTIVITIES -00903F AZTEC RADIOMEDIA -009040 Siemens Network Convergence LLC -009041 APPLIED DIGITAL ACCESS -009042 ECCS, Inc. -009043 Tattile SRL -009044 ASSURED DIGITAL, INC. -009045 Marconi Communications -009046 DEXDYNE, LTD. -009047 GIGA FAST E. LTD. -009048 ZEAL CORPORATION 009049 ENTRIDIA CORPORATION -00904A CONCUR SYSTEM TECHNOLOGIES -00904B GemTek Technology Co., Ltd. -00904C EPIGRAM, INC. -00904D SPEC S.A. -00904E DELEM BV -00904F ABB POWER T&D COMPANY, INC. -009050 TELESTE OY -009051 ULTIMATE TECHNOLOGY CORP. -009052 SELCOM ELETTRONICA S.R.L. -009053 DAEWOO ELECTRONICS CO., LTD. -009054 INNOVATIVE SEMICONDUCTORS, INC -009055 PARKER HANNIFIN CORPORATION COMPUMOTOR DIVISION -009056 TELESTREAM, INC. -009057 AANetcom, Inc. -009058 Ultra Electronics Ltd., Command and Control Systems -009059 TELECOM DEVICE K.K. -00905A DEARBORN GROUP, INC. -00905B RAYMOND AND LAE ENGINEERING -00905C EDMI -00905D NETCOM SICHERHEITSTECHNIK GmbH -00905E RAULAND-BORG CORPORATION -00905F CISCO SYSTEMS, INC. -009060 SYSTEM CREATE CORP. -009061 PACIFIC RESEARCH & ENGINEERING CORPORATION -009062 ICP VORTEX COMPUTERSYSTEME GmbH -009063 COHERENT COMMUNICATIONS SYSTEMS CORPORATION -009064 Thomson Inc. -009065 FINISAR CORPORATION -009066 Troika Networks, Inc. -009067 WalkAbout Computers, Inc. -009068 DVT CORP. -009069 JUNIPER NETWORKS, INC. -00906A TURNSTONE SYSTEMS, INC. -00906B APPLIED RESOURCES, INC. -00906C Sartorius Hamburg GmbH -00906D CISCO SYSTEMS, INC. -00906E PRAXON, INC. -00906F CISCO SYSTEMS, INC. -009070 NEO NETWORKS, INC. -009071 Applied Innovation Inc. -009072 SIMRAD AS -009073 GAIO TECHNOLOGY -009074 ARGON NETWORKS, INC. -009075 NEC DO BRASIL S.A. +009043 Tattile SRL 009076 FMT AIRCRAFT GATE SUPPORT SYSTEMS AB -009077 ADVANCED FIBRE COMMUNICATIONS -009078 MER TELEMANAGEMENT SOLUTIONS, LTD. -009079 ClearOne, Inc. -00907A Spectralink, Inc +009017 Zypcom, Inc 00907B E-TECH, INC. -00907C DIGITALCAST, INC. -00907D Lake Communications -00907E VETRONIX CORP. -00907F WatchGuard Technologies, Inc. -009080 NOT LIMITED, INC. -009081 ALOHA NETWORKS, INC. -009082 FORCE INSTITUTE -009083 TURBO COMMUNICATION, INC. -009084 ATECH SYSTEM -009085 GOLDEN ENTERPRISES, INC. -009086 CISCO SYSTEMS, INC. -009087 ITIS -009088 BAXALL SECURITY LTD. -009089 SOFTCOM MICROSYSTEMS, INC. -00908A BAYLY COMMUNICATIONS, INC. -00908B Tattile SRL -00908C ETREND ELECTRONICS, INC. -00908D VICKERS ELECTRONICS SYSTEMS -00908E Nortel Networks Broadband Access -00908F AUDIO CODES LTD. -009090 I-BUS -009091 DigitalScape, Inc. -009092 CISCO SYSTEMS, INC. -009093 NANAO CORPORATION -009094 OSPREY TECHNOLOGIES, INC. -009095 UNIVERSAL AVIONICS -009096 ASKEY COMPUTER CORP. -009097 Sycamore Networks -009098 SBC DESIGNS, INC. -009099 ALLIED TELESIS, K.K. -00909A ONE WORLD SYSTEMS, INC. -00909B MARKEM-IMAJE -00909C Motorola, Inc. +00102A ZF MICROSYSTEMS, INC. +00107D AURORA COMMUNICATIONS, LTD. +00101C OHM TECHNOLOGIES INTL, LLC +00106C EDNT GmbH +0010D4 STORAGE COMPUTER CORPORATION +0010BF InterAir Wireless +001036 INTER-TEL INTEGRATED SYSTEMS +001026 ACCELERATED NETWORKS, INC. +00104B 3COM CORPORATION +000629 IBM Corp +001004 THE BRANTLEY COILE COMPANY,INC +00103A DIAMOND NETWORK TECH +0010D8 CALISTA +001031 OBJECTIVE COMMUNICATIONS, INC. +00107E BACHMANN ELECTRONIC GmbH +0010C0 ARMA, Inc. +001016 T.SQWARE +00103D PHASECOM, LTD. +0010C2 WILLNET, INC. +00107A AmbiCom, Inc. +0010C4 MEDIA GLOBAL LINKS CO., LTD. +0010EB SELSIUS SYSTEMS, INC. +0010FE DIGITAL EQUIPMENT CORPORATION +00102E NETWORK SYSTEMS & TECHNOLOGIES PVT. LTD. +00103E NETSCHOOLS CORPORATION +001049 ShoreTel, Inc +00105E Spirent plc, Service Assurance Broadband +005088 AMANO CORPORATION +0050A8 OpenCon Systems, Inc. +005062 KOUWELL ELECTRONICS CORP. ** +0050B1 GIDDINGS & LEWIS +00500C e-Tek Labs, Inc. +005091 NETACCESS, INC. +005097 MMC-EMBEDDED COMPUTERTECHNIK GmbH +0050AF INTERGON, INC. +0050EB ALPHA-TOP CORPORATION +0050BC HAMMER STORAGE SOLUTIONS +0090C3 TOPIC SEMICONDUCTOR CORP. +0090EC PYRESCOM +00903B TriEMS Research Lab, Inc. +009074 ARGON NETWORKS, INC. +0090C1 Peco II, Inc. +0010D3 GRIPS ELECTRONIC GMBH +0010ED SUNDANCE TECHNOLOGY, INC. +001023 Network Equipment Technologies +00104E CEOLOGIC +0010FB ZIDA TECHNOLOGIES LIMITED +0010AD SOFTRONICS USB, INC. +0010D5 IMASDE CANARIAS, S.A. +0010E5 SOLECTRON TEXAS 00909D NovaTech Process Solutions, LLC -00909E Critical IO, LLC -00909F DIGI-DATA CORPORATION -0090A0 8X8 INC. -0090A1 Flying Pig Systems/High End Systems Inc. -0090A2 CYBERTAN TECHNOLOGY, INC. -0090A3 Corecess Inc. -0090A4 ALTIGA NETWORKS -0090A5 SPECTRA LOGIC -0090A6 CISCO SYSTEMS, INC. -0090A7 CLIENTEC CORPORATION -0090A8 NineTiles Networks, Ltd. -0090A9 WESTERN DIGITAL -0090AA INDIGO ACTIVE VISION SYSTEMS LIMITED -0090AB CISCO SYSTEMS, INC. -0090AC OPTIVISION, INC. +009038 FOUNTAIN TECHNOLOGIES, INC. +0090C5 INTERNET MAGIC, INC. 0090AD ASPECT ELECTRONICS, INC. -0090AE ITALTEL S.p.A. -0090AF J. MORITA MFG. CORP. -0090B0 VADEM -0090B1 CISCO SYSTEMS, INC. -0090B2 AVICI SYSTEMS INC. -0090B3 AGRANAT SYSTEMS -0090B4 WILLOWBROOK TECHNOLOGIES -0090B5 NIKON CORPORATION -0090B6 FIBEX SYSTEMS -0090B7 DIGITAL LIGHTWAVE, INC. -0090B8 ROHDE & SCHWARZ GMBH & CO. KG -0090B9 BERAN INSTRUMENTS LTD. -0090BA VALID NETWORKS, INC. -0090BB TAINET COMMUNICATION SYSTEM Corp. -0090BC TELEMANN CO., LTD. -0090BD OMNIA COMMUNICATIONS, INC. -0090BE IBC/INTEGRATED BUSINESS COMPUTERS -0090BF CISCO SYSTEMS, INC. -0090C0 K.J. LAW ENGINEERS, INC. -0090C1 Peco II, Inc. -0090C2 JK microsystems, Inc. -0090C3 TOPIC SEMICONDUCTOR CORP. +009097 Sycamore Networks +009008 HanA Systems Inc. +0090D4 BindView Development Corp. +009089 SOFTCOM MICROSYSTEMS, INC. 0090C4 JAVELIN SYSTEMS, INC. -0090C5 INTERNET MAGIC, INC. +009014 ROTORK INSTRUMENTS, LTD. +0090B5 NIKON CORPORATION 0090C6 OPTIM SYSTEMS, INC. -0090C7 ICOM INC. -0090C8 WAVERIDER COMMUNICATIONS (CANADA) INC. -0090C9 DPAC Technologies -0090CA ACCORD VIDEO TELECOMMUNICATIONS, LTD. -0090CB Wireless OnLine, Inc. -0090CC Planex Communications -0090CD ENT-EMPRESA NACIONAL DE TELECOMMUNICACOES, S.A. -0090CE TETRA GmbH -0090CF NORTEL -0090D0 Thomson Telecom Belgium -0090D1 LEICHU ENTERPRISE CO., LTD. -0090D2 ARTEL VIDEO SYSTEMS -0090D3 GIESECKE & DEVRIENT GmbH -0090D4 BindView Development Corp. -0090D5 EUPHONIX, INC. -0090D6 CRYSTAL GROUP -0090D7 NetBoost Corp. -0090D8 WHITECROSS SYSTEMS -0090D9 CISCO SYSTEMS, INC. -0090DA DYNARC, INC. -0090DB NEXT LEVEL COMMUNICATIONS -0090DC TECO INFORMATION SYSTEMS -0090DD MIHARU COMMUNICATIONS Inc -0090DE CARDKEY SYSTEMS, INC. -0090DF MITSUBISHI CHEMICAL AMERICA, INC. -0090E0 SYSTRAN CORP. -0090E1 TELENA S.P.A. -0090E2 DISTRIBUTED PROCESSING TECHNOLOGY -0090E3 AVEX ELECTRONICS INC. -0090E4 NEC AMERICA, INC. -0090E5 TEKNEMA, INC. -0090E6 ALi Corporation -0090E7 HORSCH ELEKTRONIK AG +00909B MARKEM-IMAJE +00905B RAYMOND AND LAE ENGINEERING 0090E8 MOXA TECHNOLOGIES CORP., LTD. -0090E9 JANZ COMPUTER AG -0090EA ALPHA TECHNOLOGIES, INC. -0090EB SENTRY TELECOM SYSTEMS -0090EC PYRESCOM -0090ED CENTRAL SYSTEM RESEARCH CO., LTD. -0090EE PERSONAL COMMUNICATIONS TECHNOLOGIES -0090EF INTEGRIX, INC. -0090F0 Harmonic Video Systems Ltd. -0090F1 DOT HILL SYSTEMS CORPORATION -0090F2 CISCO SYSTEMS, INC. -0090F3 ASPECT COMMUNICATIONS -0090F4 LIGHTNING INSTRUMENTATION -0090F5 CLEVO CO. -0090F6 ESCALATE NETWORKS, INC. -0090F7 NBASE COMMUNICATIONS LTD. -0090F8 MEDIATRIX TELECOM -0090F9 LEITCH -0090FA EMULEX Corp -0090FB PORTWELL, INC. -0090FC NETWORK COMPUTING DEVICES +0090A1 Flying Pig Systems/High End Systems Inc. 0090FD CopperCom, Inc. -0090FE ELECOM CO., LTD. (LANEED DIV.) -0090FF TELLUS TECHNOLOGY INC. -0091D6 Crystal Group, Inc. -0091FA Synapse Product Development -009363 Uni-Link Technology Co., Ltd. -009569 LSD Science and Technology Co.,Ltd. -0097FF Heimann Sensor GmbH -009C02 Hewlett-Packard Company -009D8E CARDIAC RECORDERS, INC. -00A000 CENTILLION NETWORKS, INC. -00A001 DRS Signal Solutions -00A002 LEEDS & NORTHRUP AUSTRALIA PTY LTD -00A003 Siemens Switzerland Ltd., I B T HVP -00A004 NETPOWER, INC. -00A005 DANIEL INSTRUMENTS, LTD. -00A006 IMAGE DATA PROCESSING SYSTEM GROUP +0090AC OPTIVISION, INC. +00902A COMMUNICATION DEVICES, INC. +009098 SBC DESIGNS, INC. +0090CF NORTEL +00900F KAWASAKI HEAVY INDUSTRIES, LTD +009036 ens, inc. +0090E9 JANZ COMPUTER AG +009032 PELCOMBE GROUP LTD. +0090B8 ROHDE & SCHWARZ GMBH & CO. KG +0090BE IBC/INTEGRATED BUSINESS COMPUTERS +009062 ICP VORTEX COMPUTERSYSTEME GmbH +00108F RAPTOR SYSTEMS +001089 WebSonic +001086 ATTO Technology, Inc. +001027 L-3 COMMUNICATIONS EAST +0010B8 ISHIGAKI COMPUTER SYSTEM CO. +00104C Teledyne LeCroy, Inc +001001 Citel +0010CF FIBERLANE COMMUNICATIONS +001068 COMOS TELECOM +001067 Ericsson +0010F1 I-O CORPORATION +001073 TECHNOBOX, INC. +00E0C0 SEIWA ELECTRIC MFG. CO., LTD. +00E046 BENTLY NEVADA CORP. +00E015 HEIWA CORPORATION +00E065 OPTICAL ACCESS INTERNATIONAL +00E069 JAYCOR +00E05C Panasonic Healthcare Co., Ltd. +00E087 LeCroy - Networking Productions Division +00E049 MICROWI ELECTRONIC GmbH +00E050 EXECUTONE INFORMATION SYSTEMS, INC. +00E064 SAMSUNG ELECTRONICS +00E012 PLUTO TECHNOLOGIES INTERNATIONAL INC. +00E0D8 LANBit Computer, Inc. +00E02D InnoMediaLogic, Inc. +00E0A9 FUNAI ELECTRIC CO., LTD. +00E035 Artesyn Embedded Technologies +00E060 SHERWOOD +00E0A2 MICROSLATE INC. +00E0CE ARN +00E05F e-Net, Inc. +00E0C7 EUROTECH SRL +00E0C4 HORNER ELECTRIC, INC. +00E04D INTERNET INITIATIVE JAPAN, INC +00607F AURORA TECHNOLOGIES, INC. +00E039 PARADYNE CORP. +006091 FIRST PACIFIC NETWORKS, INC. +006002 SCREEN SUBTITLING SYSTEMS, LTD +006061 WHISTLE COMMUNICATIONS CORP. +00E0A1 HIMA PAUL HILDEBRANDT GmbH Co. KG +00E028 APTIX CORPORATION +00E0F2 ARLOTTO COMNET, INC. +00E020 TECNOMEN OY +00E0C5 BCOM ELECTRONICS INC. +00E0EE MAREL HF +00E0AC MIDSCO, INC. +00E002 CROSSROADS SYSTEMS, INC. +00E057 HAN MICROTELECOM. CO., LTD. +00E0F0 ABLER TECHNOLOGY, INC. +00E0B7 PI GROUP, LTD. +0010B1 FOR-A CO., LTD. +001041 BRISTOL BABCOCK, INC. +0010F7 IRIICHI TECHNOLOGIES Inc. +0010E6 APPLIED INTELLIGENT SYSTEMS, INC. +00101E MATSUSHITA ELECTRONIC INSTRUMENTS CORP. +0010F2 ANTEC +0010BE MARCH NETWORKS CORPORATION +006058 COPPER MOUNTAIN COMMUNICATIONS, INC. +00601B MESA ELECTRONICS +0060FF QuVis, Inc. +006056 NETWORK TOOLS, INC. +0060D8 ELMIC SYSTEMS, INC. +00607A DVS GMBH +006097 3COM CORPORATION +0060E3 ARBIN INSTRUMENTS +00E0FD A-TREND TECHNOLOGY CO., LTD. +00E0FB LEIGHTRONIX, INC. +00E0D3 DATENTECHNIK GmbH +00E05E JAPAN AVIATION ELECTRONICS INDUSTRY, LTD. +00E0E5 CINCO NETWORKS, INC. +00A0FD SCITEX DIGITAL PRINTING, INC. +00A0F5 RADGUARD LTD. +00A022 CENTRE FOR DEVELOPMENT OF ADVANCED COMPUTING +00A087 Microsemi Corporation 00A007 APEXX TECHNOLOGY, INC. -00A008 NETCORP -00A009 WHITETREE NETWORK -00A00A Airspan -00A00B COMPUTEX CO., LTD. -00A00C KINGMAX TECHNOLOGY, INC. -00A00D THE PANDA PROJECT -00A00E VISUAL NETWORKS, INC. -00A00F Broadband Technologies -00A010 SYSLOGIC DATENTECHNIK AG -00A011 MUTOH INDUSTRIES LTD. -00A012 Telco Systems, Inc. -00A013 TELTREND LTD. -00A014 CSIR -00A015 WYLE -00A016 MICROPOLIS CORP. -00A017 J B M CORPORATION -00A018 CREATIVE CONTROLLERS, INC. -00A019 NEBULA CONSULTANTS, INC. +00A066 ISA CO., LTD. +00A0AB NETCS INFORMATIONSTECHNIK GMBH +00A0D8 SPECTRA - TEK 00A01A BINAR ELEKTRONIK AB -00A01B PREMISYS COMMUNICATIONS, INC. -00A01C NASCENT NETWORKS CORPORATION -00A01D SIXNET -00A01E EST CORPORATION -00A01F TRICORD SYSTEMS, INC. -00A020 CITICORP/TTI -00A021 General Dynamics -00A022 CENTRE FOR DEVELOPMENT OF ADVANCED COMPUTING -00A023 APPLIED CREATIVE TECHNOLOGY, INC. -00A024 3COM CORPORATION -00A025 REDCOM LABS INC. -00A026 TELDAT, S.A. -00A027 FIREPOWER SYSTEMS, INC. -00A028 CONNER PERIPHERALS -00A029 COULTER CORPORATION -00A02A TRANCELL SYSTEMS -00A02B TRANSITIONS RESEARCH CORP. -00A02C interWAVE Communications -00A02D 1394 Trade Association -00A02E BRAND COMMUNICATIONS, LTD. -00A02F PIRELLI CAVI -00A030 CAPTOR NV/SA -00A031 HAZELTINE CORPORATION, MS 1-17 -00A032 GES SINGAPORE PTE. LTD. -00A033 imc MeBsysteme GmbH -00A034 AXEL -00A035 CYLINK CORPORATION -00A036 APPLIED NETWORK TECHNOLOGY -00A037 Mindray DS USA, Inc. -00A038 EMAIL ELECTRONICS -00A039 ROSS TECHNOLOGY, INC. -00A03A KUBOTEK CORPORATION -00A03B TOSHIN ELECTRIC CO., LTD. -00A03C EG&G NUCLEAR INSTRUMENTS -00A03D OPTO-22 -00A03E ATM FORUM -00A03F COMPUTER SOCIETY MICROPROCESSOR & MICROPROCESSOR STANDARDS C -00A040 APPLE COMPUTER -00A041 INFICON -00A042 SPUR PRODUCTS CORP. -00A043 AMERICAN TECHNOLOGY LABS, INC. -00A044 NTT IT CO., LTD. -00A045 PHOENIX CONTACT GMBH & CO. -00A046 SCITEX CORP. LTD. -00A047 INTEGRATED FITNESS CORP. -00A048 QUESTECH, LTD. -00A049 DIGITECH INDUSTRIES, INC. -00A04A NISSHIN ELECTRIC CO., LTD. -00A04B TFL LAN INC. -00A04C INNOVATIVE SYSTEMS & TECHNOLOGIES, INC. -00A04D EDA INSTRUMENTS, INC. -00A04E VOELKER TECHNOLOGIES, INC. -00A04F AMERITEC CORP. -00A050 CYPRESS SEMICONDUCTOR -00A051 ANGIA COMMUNICATIONS. INC. -00A052 STANILITE ELECTRONICS PTY. LTD -00A053 COMPACT DEVICES, INC. -00A054 PRIVATE +00A0E8 REUTERS HOLDINGS PLC +00A076 CARDWARE LAB, INC. +00A0A3 RELIABLE POWER METERS 00A055 Data Device Corporation +00A065 Symantec Corporation +00A044 NTT IT CO., LTD. +006008 3COM CORPORATION +0060EF FLYTECH TECHNOLOGY CO., LTD. +006098 HT COMMUNICATIONS +0060F7 DATAFUSION SYSTEMS +0060DE Kayser-Threde GmbH +0060D0 SNMP RESEARCH INCORPORATED +006079 Mainstream Data, Inc. +006020 PIVOTAL NETWORKING, INC. +0005A8 WYLE ELECTRONICS +0060B7 CHANNELMATIC, INC. +0060A3 CONTINUUM TECHNOLOGY CORP. +006050 INTERNIX INC. +0060E0 AXIOM TECHNOLOGY CO., LTD. +0060A8 TIDOMAT AB 00A056 MICROPROSS -00A057 LANCOM Systems GmbH -00A058 GLORY, LTD. -00A059 HAMILTON HALLMARK -00A05A KOFAX IMAGE PRODUCTS -00A05B MARQUIP, INC. -00A05C INVENTORY CONVERSION, INC./ -00A05D CS COMPUTER SYSTEME GmbH -00A05E MYRIAD LOGIC INC. +00A051 ANGIA COMMUNICATIONS. INC. +00A0A6 M.I. SYSTEMS, K.K. 00A05F BTG Electronics Design BV -00A060 ACER PERIPHERALS, INC. -00A061 PURITAN BENNETT -00A062 AES PRODATA +00A094 COMSAT CORPORATION +00A010 SYSLOGIC DATENTECHNIK AG 00A063 JRL SYSTEMS, INC. -00A064 KVB/ANALECT -00A065 Symantec Corporation -00A066 ISA CO., LTD. -00A067 NETWORK SERVICES GROUP -00A068 BHP LIMITED -00A069 Symmetricom, Inc. -00A06A Verilink Corporation -00A06B DMS DORSCH MIKROSYSTEM GMBH -00A06C SHINDENGEN ELECTRIC MFG. CO., LTD. -00A06D MANNESMANN TALLY CORPORATION -00A06E AUSTRON, INC. -00A06F THE APPCON GROUP, INC. -00A070 COASTCOM -00A071 VIDEO LOTTERY TECHNOLOGIES,INC -00A072 OVATION SYSTEMS LTD. -00A073 COM21, INC. -00A074 PERCEPTION TECHNOLOGY -00A075 MICRON TECHNOLOGY, INC. -00A076 CARDWARE LAB, INC. -00A077 FUJITSU NEXION, INC. -00A078 Marconi Communications -00A079 ALPS ELECTRIC (USA), INC. -00A07A ADVANCED PERIPHERALS TECHNOLOGIES, INC. -00A07B DAWN COMPUTER INCORPORATION -00A07C TONYANG NYLON CO., LTD. -00A07D SEEQ TECHNOLOGY, INC. -00A07E AVID TECHNOLOGY, INC. -00A07F GSM-SYNTEL, LTD. -00A080 Tattile SRL -00A081 ALCATEL DATA NETWORKS -00A082 NKT ELEKTRONIK A/S -00A083 ASIMMPHONY TURKEY -00A084 Dataplex Pty Ltd -00A085 PRIVATE -00A086 AMBER WAVE SYSTEMS, INC. -00A087 Zarlink Semiconductor Ltd. -00A088 ESSENTIAL COMMUNICATIONS -00A089 XPOINT TECHNOLOGIES, INC. -00A08A BROOKTROUT TECHNOLOGY, INC. -00A08B ASTON ELECTRONIC DESIGNS LTD. -00A08C MultiMedia LANs, Inc. -00A08D JACOMO CORPORATION -00A08E Check Point Software Technologies 00A08F DESKNET SYSTEMS, INC. +00A0CC LITE-ON COMMUNICATIONS, INC. 00A090 TimeStep Corporation -00A091 APPLICOM INTERNATIONAL -00A092 H. BOLLMANN MANUFACTURERS, LTD -00A093 B/E AEROSPACE, Inc. -00A094 COMSAT CORPORATION -00A095 ACACIA NETWORKS, INC. -00A096 MITSUMI ELECTRIC CO., LTD. -00A097 JC INFORMATION SYSTEMS -00A098 NetApp -00A099 K-NET LTD. -00A09A NIHON KOHDEN AMERICA -00A09B QPSX COMMUNICATIONS, LTD. +00A0F7 V.I COMPUTER CORP. 00A09C Xyplex, Inc. -00A09D JOHNATHON FREEMAN TECHNOLOGIES -00A09E ICTV +00A092 H. BOLLMANN MANUFACTURERS, LTD +00A04D EDA INSTRUMENTS, INC. +00A0DB FISHER & PAYKEL PRODUCTION +00A0A5 TEKNOR MICROSYSTEME, INC. +00A018 CREATIVE CONTROLLERS, INC. 00A09F COMMVISION CORP. +00A06B DMS DORSCH MIKROSYSTEM GMBH +006051 QUALITY SEMICONDUCTOR +00605E LIBERTY TECHNOLOGY NETWORKING +0060C6 DCS AG +00609E ASC X3 - INFORMATION TECHNOLOGY STANDARDS SECRETARIATS +006084 DIGITAL VIDEO +00602D ALERTON TECHNOLOGIES, INC. +006093 VARIAN +0060E2 QUEST ENGINEERING & DEVELOPMENT +00A039 ROSS TECHNOLOGY, INC. +00A06D MANNESMANN TALLY CORPORATION +00608E HE ELECTRONICS, TECHNOLOGIE & SYSTEMTECHNIK GmbH +0060F0 JOHNSON & JOHNSON MEDICAL, INC +0060D2 LUCENT TECHNOLOGIES TAIWAN TELECOMMUNICATIONS CO., LTD. +006077 PRISA NETWORKS +0060AB LARSCOM INCORPORATED +0060E9 ATOP TECHNOLOGIES, INC. +00608B ConferTech International +0060C3 NETVISION CORPORATION 00A0A0 COMPACT DATA, LTD. -00A0A1 EPIC DATA INC. -00A0A2 DIGICOM S.P.A. -00A0A3 RELIABLE POWER METERS -00A0A4 MICROS SYSTEMS, INC. -00A0A5 TEKNOR MICROSYSTEME, INC. -00A0A6 M.I. SYSTEMS, K.K. -00A0A7 VORAX CORPORATION -00A0A8 RENEX CORPORATION -00A0A9 NAVTEL COMMUNICATIONS INC. +00A024 3COM CORPORATION +00A08B ASTON ELECTRONIC DESIGNS LTD. 00A0AA SPACELABS MEDICAL -00A0AB NETCS INFORMATIONSTECHNIK GMBH -00A0AC GILAT SATELLITE NETWORKS, LTD. -00A0AD MARCONI SPA -00A0AE NUCOM SYSTEMS, INC. -00A0AF WMS INDUSTRIES -00A0B0 I-O DATA DEVICE, INC. -00A0B1 FIRST VIRTUAL CORPORATION -00A0B2 SHIMA SEIKI -00A0B3 ZYKRONIX -00A0B4 TEXAS MICROSYSTEMS, INC. -00A0B5 3H TECHNOLOGY -00A0B6 SANRITZ AUTOMATION CO., LTD. -00A0B7 CORDANT, INC. -00A0B8 SYMBIOS LOGIC INC. -00A0B9 EAGLE TECHNOLOGY, INC. -00A0BA PATTON ELECTRONICS CO. -00A0BB HILAN GMBH -00A0BC VIASAT, INCORPORATED -00A0BD I-TECH CORP. -00A0BE INTEGRATED CIRCUIT SYSTEMS, INC. COMMUNICATIONS GROUP -00A0BF WIRELESS DATA GROUP MOTOROLA -00A0C0 DIGITAL LINK CORP. -00A0C1 ORTIVUS MEDICAL AB -00A0C2 R.A. SYSTEMS CO., LTD. -00A0C3 UNICOMPUTER GMBH -00A0C4 CRISTIE ELECTRONICS LTD. -00A0C5 ZYXEL COMMUNICATION -00A0C6 QUALCOMM INCORPORATED -00A0C7 TADIRAN TELECOMMUNICATIONS -00A0C8 ADTRAN INC. -00A0C9 INTEL CORPORATION - HF1-06 -00A0CA FUJITSU DENSO LTD. -00A0CB ARK TELECOMMUNICATIONS, INC. -00A0CC LITE-ON COMMUNICATIONS, INC. -00A0CD DR. JOHANNES HEIDENHAIN GmbH -00A0CE Ecessa -00A0CF SOTAS, INC. -00A0D0 TEN X TECHNOLOGY, INC. -00A0D1 INVENTEC CORPORATION -00A0D2 ALLIED TELESIS INTERNATIONAL CORPORATION -00A0D3 INSTEM COMPUTER SYSTEMS, LTD. -00A0D4 RADIOLAN, INC. -00A0D5 SIERRA WIRELESS INC. -00A0D6 SBE, INC. -00A0D7 KASTEN CHASE APPLIED RESEARCH -00A0D8 SPECTRA - TEK -00A0D9 CONVEX COMPUTER CORPORATION -00A0DA INTEGRATED SYSTEMS Technology, Inc. -00A0DB FISHER & PAYKEL PRODUCTION -00A0DC O.N. ELECTRONIC CO., LTD. -00A0DD AZONIX CORPORATION -00A0DE YAMAHA CORPORATION -00A0DF STS TECHNOLOGIES, INC. -00A0E0 TENNYSON TECHNOLOGIES PTY LTD -00A0E1 WESTPORT RESEARCH ASSOCIATES, INC. -00A0E2 Keisokugiken Corporation -00A0E3 XKL SYSTEMS CORP. -00A0E4 OPTIQUEST -00A0E5 NHC COMMUNICATIONS -00A0E6 DIALOGIC CORPORATION -00A0E7 CENTRAL DATA CORPORATION -00A0E8 REUTERS HOLDINGS PLC -00A0E9 ELECTRONIC RETAILING SYSTEMS INTERNATIONAL -00A0EA ETHERCOM CORP. -00A0EB Encore Networks, Inc. -00A0EC TRANSMITTON LTD. -00A0ED Brooks Automation, Inc. -00A0EE NASHOBA NETWORKS -00A0EF LUCIDATA LTD. -00A0F0 TORONTO MICROELECTRONICS INC. -00A0F1 MTI -00A0F2 INFOTEK COMMUNICATIONS, INC. -00A0F3 STAUBLI -00A0F4 GE -00A0F5 RADGUARD LTD. -00A0F6 AutoGas Systems Inc. -00A0F7 V.I COMPUTER CORP. -00A0F8 SYMBOL TECHNOLOGIES, INC. -00A0F9 BINTEC COMMUNICATIONS GMBH -00A0FA Marconi Communication GmbH -00A0FB TORAY ENGINEERING CO., LTD. -00A0FC IMAGE SCIENCES, INC. -00A0FD SCITEX DIGITAL PRINTING, INC. -00A0FE BOSTON TECHNOLOGY, INC. -00A0FF TELLABS OPERATIONS, INC. -00A1DE ShenZhen ShiHua Technology CO.,LTD -00A2DA INAT GmbH -00A2FF abatec group AG -00AA00 INTEL CORPORATION -00AA01 INTEL CORPORATION -00AA02 INTEL CORPORATION -00AA3C OLIVETTI TELECOM SPA (OLTECO) -00AA70 LG Electronics -00B009 Grass Valley Group -00B017 InfoGear Technology Corp. -00B019 UTC CCS -00B01C Westport Technologies -00B01E Rantic Labs, Inc. -00B02A ORSYS GmbH -00B02D ViaGate Technologies, Inc. -00B033 OAO "Izhevskiy radiozavod" -00B03B HiQ Networks -00B048 Marconi Communications Inc. -00B04A CISCO SYSTEMS, INC. -00B052 Atheros Communications -00B064 CISCO SYSTEMS, INC. -00B069 Honewell Oy -00B06D Jones Futurex Inc. -00B080 Mannesmann Ipulsys B.V. -00B086 LocSoft Limited -00B08E CISCO SYSTEMS, INC. -00B091 Transmeta Corp. -00B094 Alaris, Inc. -00B09A Morrow Technologies Corp. -00B09D Point Grey Research Inc. -00B0AC SIAE-Microelettronica S.p.A. -00B0AE Symmetricom -00B0B3 Xstreamis PLC -00B0C2 CISCO SYSTEMS, INC. -00B0C7 Tellabs Operations, Inc. -00B0CE TECHNOLOGY RESCUE -00B0D0 Dell Computer Corp. -00B0DB Nextcell, Inc. -00B0DF Starboard Storage Systems -00B0E7 British Federal Ltd. -00B0EC EACEM -00B0EE Ajile Systems, Inc. -00B0F0 CALY NETWORKS -00B0F5 NetWorth Technologies, Inc. -00B338 Kontron Design Manufacturing Services (M) Sdn. Bhd -00B342 MacroSAN Technologies Co., Ltd. -00B56D David Electronics Co., LTD. -00B5D6 Omnibit Inc. -00B78D Nanjing Shining Electric Automation Co., Ltd -00B9F6 Shenzhen Super Rich Electronics Co.,Ltd -00BAC0 Biometric Access Company -00BB01 OCTOTHORPE CORP. -00BB3A PRIVATE -00BB8E HME Co., Ltd. -00BBF0 UNGERMANN-BASS INC. -00BD27 Exar Corp. -00BD3A Nokia Corporation -00BF15 Genetec Inc. -00C000 LANOPTICS, LTD. -00C001 DIATEK PATIENT MANAGMENT -00C002 SERCOMM CORPORATION -00C003 GLOBALNET COMMUNICATIONS -00C004 JAPAN BUSINESS COMPUTER CO.LTD -00C005 LIVINGSTON ENTERPRISES, INC. -00C006 NIPPON AVIONICS CO., LTD. -00C007 PINNACLE DATA SYSTEMS, INC. -00C008 SECO SRL -00C009 KT TECHNOLOGY (S) PTE LTD -00C00A MICRO CRAFT -00C00B NORCONTROL A.S. -00C00C RELIA TECHNOLGIES -00C00D ADVANCED LOGIC RESEARCH, INC. -00C00E PSITECH, INC. -00C00F QUANTUM SOFTWARE SYSTEMS LTD. -00C010 HIRAKAWA HEWTECH CORP. -00C011 INTERACTIVE COMPUTING DEVICES -00C012 NETSPAN CORPORATION -00C013 NETRIX -00C014 TELEMATICS CALABASAS INT'L,INC -00C015 NEW MEDIA CORPORATION -00C016 ELECTRONIC THEATRE CONTROLS -00C017 Fluke Corporation -00C018 LANART CORPORATION -00C019 LEAP TECHNOLOGY, INC. -00C01A COROMETRICS MEDICAL SYSTEMS -00C01B SOCKET COMMUNICATIONS, INC. -00C01C INTERLINK COMMUNICATIONS LTD. -00C01D GRAND JUNCTION NETWORKS, INC. -00C01E LA FRANCAISE DES JEUX -00C01F S.E.R.C.E.L. -00C020 ARCO ELECTRONIC, CONTROL LTD. -00C021 NETEXPRESS -00C022 LASERMASTER TECHNOLOGIES, INC. -00C023 TUTANKHAMON ELECTRONICS -00C024 EDEN SISTEMAS DE COMPUTACAO SA -00C025 DATAPRODUCTS CORPORATION -00C026 LANS TECHNOLOGY CO., LTD. -00C027 CIPHER SYSTEMS, INC. -00C028 JASCO CORPORATION -00C029 Nexans Deutschland GmbH - ANS -00C02A OHKURA ELECTRIC CO., LTD. -00C02B GERLOFF GESELLSCHAFT FUR -00C02C CENTRUM COMMUNICATIONS, INC. -00C02D FUJI PHOTO FILM CO., LTD. -00C02E NETWIZ -00C02F OKUMA CORPORATION -00C030 INTEGRATED ENGINEERING B. V. -00C031 DESIGN RESEARCH SYSTEMS, INC. -00C032 I-CUBED LIMITED -00C033 TELEBIT COMMUNICATIONS APS -00C034 TRANSACTION NETWORK -00C035 QUINTAR COMPANY -00C036 RAYTECH ELECTRONIC CORP. -00C037 DYNATEM -00C038 RASTER IMAGE PROCESSING SYSTEM -00C039 Teridian Semiconductor Corporation -00C03A MEN-MIKRO ELEKTRONIK GMBH -00C03B MULTIACCESS COMPUTING CORP. +00A04F AMERITEC CORP. +00A073 COM21, INC. +00A084 Dataplex Pty Ltd +00A034 AXEL +00C0BC TELECOM AUSTRALIA/CSSC +00C0EF ABIT CORPORATION 00C03C TOWER TECH S.R.L. -00C03D WIESEMANN & THEIS GMBH -00C03E FA. GEBR. HELLER GMBH -00C03F STORES AUTOMATED SYSTEMS, INC. -00C040 ECCI -00C041 DIGITAL TRANSMISSION SYSTEMS -00C042 DATALUX CORP. -00C043 STRATACOM -00C044 EMCOM CORPORATION -00C045 ISOLATION SYSTEMS, LTD. -00C046 Blue Chip Technology Ltd -00C047 UNIMICRO SYSTEMS, INC. -00C048 BAY TECHNICAL ASSOCIATES -00C049 U.S. ROBOTICS, INC. -00C04A GROUP 2000 AG -00C04B CREATIVE MICROSYSTEMS -00C04C DEPARTMENT OF FOREIGN AFFAIRS -00C04D MITEC, INC. -00C04E COMTROL CORPORATION -00C04F DELL COMPUTER CORPORATION -00C050 TOYO DENKI SEIZO K.K. -00C051 ADVANCED INTEGRATION RESEARCH -00C052 BURR-BROWN -00C053 Aspect Software Inc. -00C054 NETWORK PERIPHERALS, LTD. -00C055 MODULAR COMPUTING TECHNOLOGIES -00C056 SOMELEC -00C057 MYCO ELECTRONICS -00C058 DATAEXPERT CORP. -00C059 DENSO CORPORATION -00C05A SEMAPHORE COMMUNICATIONS CORP. -00C05B NETWORKS NORTHWEST, INC. -00C05C ELONEX PLC -00C05D L&N TECHNOLOGIES -00C05E VARI-LITE, INC. -00C05F FINE-PAL COMPANY LIMITED -00C060 ID SCANDINAVIA AS 00C061 SOLECTEK CORPORATION -00C062 IMPULSE TECHNOLOGY -00C063 MORNING STAR TECHNOLOGIES, INC -00C064 GENERAL DATACOMM IND. INC. -00C065 SCOPE COMMUNICATIONS, INC. -00C066 DOCUPOINT, INC. -00C067 UNITED BARCODE INDUSTRIES -00C068 HME Clear-Com LTD. -00C069 Axxcelera Broadband Wireless -00C06A ZAHNER-ELEKTRIK GMBH & CO. KG -00C06B OSI PLUS CORPORATION -00C06C SVEC COMPUTER CORP. -00C06D BOCA RESEARCH, INC. -00C06E HAFT TECHNOLOGY, INC. -00C06F KOMATSU LTD. -00C070 SECTRA SECURE-TRANSMISSION AB -00C071 AREANEX COMMUNICATIONS, INC. -00C072 KNX LTD. -00C073 XEDIA CORPORATION 00C074 TOYODA AUTOMATIC LOOM -00C075 XANTE CORPORATION -00C076 I-DATA INTERNATIONAL A-S -00C077 DAEWOO TELECOM LTD. -00C078 COMPUTER SYSTEMS ENGINEERING -00C079 FONSYS CO.,LTD. -00C07A PRIVA B.V. -00C07B ASCEND COMMUNICATIONS, INC. -00C07C HIGHTECH INFORMATION -00C07D RISC DEVELOPMENTS LTD. -00C07E KUBOTA CORPORATION ELECTRONIC 00C07F NUPON COMPUTING CORP. -00C080 NETSTAR, INC. -00C081 METRODATA LTD. -00C082 MOORE PRODUCTS CO. -00C083 TRACE MOUNTAIN PRODUCTS, INC. -00C084 DATA LINK CORP. LTD. -00C085 ELECTRONICS FOR IMAGING, INC. -00C086 THE LYNK CORPORATION -00C087 UUNET TECHNOLOGIES, INC. -00C088 EKF ELEKTRONIK GMBH -00C089 TELINDUS DISTRIBUTION -00C08A Lauterbach GmbH -00C08B RISQ MODULAR SYSTEMS, INC. -00C08C PERFORMANCE TECHNOLOGIES, INC. -00C08D TRONIX PRODUCT DEVELOPMENT -00C08E NETWORK INFORMATION TECHNOLOGY -00C08F Panasonic Electric Works Co., Ltd. -00C090 PRAIM S.R.L. +00C027 CIPHER SYSTEMS, INC. +00C025 DATAPRODUCTS CORPORATION +00C022 LASERMASTER TECHNOLOGIES, INC. +00C0E6 Verilink Corporation +00C05C ELONEX PLC +00C0C1 QUAD/GRAPHICS, INC. 00C091 JABIL CIRCUIT, INC. -00C092 MENNEN MEDICAL INC. -00C093 ALTA RESEARCH CORP. -00C094 VMX INC. -00C095 ZNYX -00C096 TAMURA CORPORATION -00C097 ARCHIPEL SA -00C098 CHUNTEX ELECTRONIC CO., LTD. -00C099 YOSHIKI INDUSTRIAL CO.,LTD. -00C09A PHOTONICS CORPORATION -00C09B RELIANCE COMM/TEC, R-TEC -00C09C HIOKI E.E. CORPORATION +00C002 SERCOMM CORPORATION +00C0F5 METACOMP, INC. +00C042 DATALUX CORP. +00C089 TELINDUS DISTRIBUTION 00C09D DISTRIBUTED SYSTEMS INT'L, INC -00C09E CACHE COMPUTERS, INC. -00C09F QUANTA COMPUTER, INC. -00C0A0 ADVANCE MICRO RESEARCH, INC. -00C0A1 TOKYO DENSHI SEKEI CO. -00C0A2 INTERMEDIUM A/S -00C0A3 DUAL ENTERPRISES CORPORATION -00C0A4 UNIGRAF OY 00C0A5 DICKENS DATA SYSTEMS -00C0A6 EXICOM AUSTRALIA PTY. LTD -00C0A7 SEEL LTD. -00C0A8 GVC CORPORATION -00C0A9 BARRON MCCANN LTD. -00C0AA SILICON VALLEY COMPUTER -00C0AB Telco Systems, Inc. -00C0AC GAMBIT COMPUTER COMMUNICATIONS -00C0AD MARBEN COMMUNICATION SYSTEMS -00C0AE TOWERCOM CO. INC. DBA PC HOUSE +00C0E3 OSITECH COMMUNICATIONS, INC. +00C071 AREANEX COMMUNICATIONS, INC. 00C0AF TEKLOGIX INC. -00C0B0 GCC TECHNOLOGIES,INC. -00C0B1 GENIUS NET CO. -00C0B2 NORAND CORPORATION -00C0B3 COMSTAT DATACOMM CORPORATION -00C0B4 MYSON TECHNOLOGY, INC. -00C0B5 CORPORATE NETWORK SYSTEMS,INC. -00C0B6 Overland Storage, Inc. -00C0B7 AMERICAN POWER CONVERSION CORP -00C0B8 FRASER'S HILL LTD. -00C0B9 FUNK SOFTWARE, INC. -00C0BA NETVANTAGE -00C0BB FORVAL CREATIVE, INC. -00C0BC TELECOM AUSTRALIA/CSSC -00C0BD INEX TECHNOLOGIES, INC. -00C0BE ALCATEL - SEL -00C0BF TECHNOLOGY CONCEPTS, LTD. -00C0C0 SHORE MICROSYSTEMS, INC. -00C0C1 QUAD/GRAPHICS, INC. -00C0C2 INFINITE NETWORKS LTD. +00209F MERCURY COMPUTER SYSTEMS, INC. +0020B7 NAMAQUA COMPUTERWARE +00201B NORTHERN TELECOM/NETWORK +0020C0 PULSE ELECTRONICS, INC. +00208D CMD TECHNOLOGY +0020DD Cybertec Pty Ltd +0020BD NIOBRARA R & D CORPORATION +0020E6 LIDKOPING MACHINE TOOLS AB +002047 STEINBRECHER CORP. +0020B5 YASKAWA ELECTRIC CORPORATION +002072 WORKLINK INNOVATIONS +0020B8 PRIME OPTION, INC. +002092 CHESS ENGINEERING B.V. +0020B9 METRICOM, INC. +00206B KONICA MINOLTA HOLDINGS, INC. +0020FC MATROX +00C003 GLOBALNET COMMUNICATIONS 00C0C3 ACUSON COMPUTED SONOGRAPHY -00C0C4 COMPUTER OPERATIONAL -00C0C5 SID INFORMATICA -00C0C6 PERSONAL MEDIA CORP. -00C0C7 SPARKTRUM MICROSYSTEMS, INC. +00C04D MITEC, INC. +00C055 MODULAR COMPUTING TECHNOLOGIES +00C067 UNITED BARCODE INDUSTRIES +00C0B4 MYSON TECHNOLOGY, INC. +00C080 NETSTAR, INC. +00C015 NEW MEDIA CORPORATION +0070B3 DATA RECALL LTD. +00E6D3 NIXDORF COMPUTER CORP. +00C083 TRACE MOUNTAIN PRODUCTS, INC. +00C005 LIVINGSTON ENTERPRISES, INC. 00C0C8 MICRO BYTE PTY. LTD. -00C0C9 ELSAG BAILEY PROCESS -00C0CA ALFA, INC. -00C0CB CONTROL TECHNOLOGY CORPORATION -00C0CC TELESCIENCES CO SYSTEMS, INC. -00C0CD COMELTA, S.A. -00C0CE CEI SYSTEMS & ENGINEERING PTE -00C0CF IMATRAN VOIMA OY +00C090 PRAIM S.R.L. +00C011 INTERACTIVE COMPUTING DEVICES +00C0FD PROSUM +00C041 DIGITAL TRANSMISSION SYSTEMS +00C00F QUANTUM SOFTWARE SYSTEMS LTD. +00C076 I-DATA INTERNATIONAL A-S +00C0C6 PERSONAL MEDIA CORP. +00C03B MULTIACCESS COMPUTING CORP. +0020F4 SPECTRIX CORPORATION +00204E NETWORK SECURITY SYSTEMS, INC. +002027 MING FORTUNE INDUSTRY CO., LTD +0020ED GIGA-BYTE TECHNOLOGY CO., LTD. +00200E SATELLITE TECHNOLOGY MGMT, INC +002096 Invensys +0020BB ZAX CORPORATION +00204D INOVIS GMBH +002089 T3PLUS NETWORKING, INC. +00205F GAMMADATA COMPUTER GMBH +002035 IBM Corp +0020E2 INFORMATION RESOURCE ENGINEERING +002058 ALLIED SIGNAL INC. +002081 TITAN ELECTRONICS +00201D KATANA PRODUCTS +0020CF TEST & MEASUREMENT SYSTEMS INC +002043 NEURON COMPANY LIMITED +002018 CIS TECHNOLOGY INC. +002031 Tattile SRL +0020DE JAPAN DIGITAL LABORAT'Y CO.LTD +0020F7 CYBERDATA CORPORATION +0020EE GTECH CORPORATION +00208C GALAXY NETWORKS, INC. +002063 WIPRO INFOTECH LTD. +0020DC DENSITRON TAIWAN LTD. +002078 RUNTOP, INC. +002042 DATAMETRICS CORP. +0020F8 CARRERA COMPUTERS, INC. +00200C ADASTRA SYSTEMS CORP. +0020C4 INET,INC. +00C099 YOSHIKI INDUSTRIAL CO.,LTD. +00C0FC ELASTIC REALITY, INC. 00C0D0 RATOC SYSTEM INC. -00C0D1 COMTREE TECHNOLOGY CORPORATION -00C0D2 SYNTELLECT, INC. -00C0D3 OLYMPUS IMAGE SYSTEMS, INC. -00C0D4 AXON NETWORKS, INC. -00C0D5 Werbeagentur Jürgen Siebert -00C0D6 J1 SYSTEMS, INC. -00C0D7 TAIWAN TRADING CENTER DBA -00C0D8 UNIVERSAL DATA SYSTEMS -00C0D9 QUINTE NETWORK CONFIDENTIALITY -00C0DA NICE SYSTEMS LTD. -00C0DB IPC CORPORATION (PTE) LTD. -00C0DC EOS TECHNOLOGIES, INC. -00C0DD QLogic Corporation -00C0DE ZCOMM, INC. -00C0DF KYE Systems Corp. -00C0E0 DSC COMMUNICATION CORP. -00C0E1 SONIC SOLUTIONS -00C0E2 CALCOMP, INC. -00C0E3 OSITECH COMMUNICATIONS, INC. +00C07A PRIVA B.V. +000701 RACAL-DATACOM +00C09C HIOKI E.E. CORPORATION +00C004 JAPAN BUSINESS COMPUTER CO.LTD +00C062 IMPULSE TECHNOLOGY +000267 NODE RUNNER, INC. +002064 PROTEC MICROSYSTEMS, INC. +002032 ALCATEL TAISEL +00207F KYOEI SANGYO CO., LTD. +002077 KARDIOS SYSTEMS CORP. +002068 ISDYNE +00202A N.V. DZINE +008006 COMPUADD CORPORATION +0080EF RATIONAL +0080C4 DOCUMENT TECHNOLOGIES, INC. +008095 BASIC MERTON HANDELSGES.M.B.H. +008053 INTELLICOM, INC. +008026 NETWORK PRODUCTS CORPORATION +0080FE AZURE TECHNOLOGIES, INC. +008028 TRADPOST (HK) LTD +0080B6 THEMIS COMPUTER +0080C0 PENRIL DATACOMM +0080F5 Quantel Ltd +00401D INVISIBLE SOFTWARE, INC. +0040BD STARLIGHT NETWORKS, INC. +00406D LANCO, INC. +00404D TELECOMMUNICATIONS TECHNIQUES +0040A5 CLINICOMP INTL. +004059 YOSHIDA KOGYO K. K. +004021 RASTER GRAPHICS +004081 MANNESMANN SCANGRAPHIC GMBH +00806C CEGELEC PROJECTS LTD +00404A WEST AUSTRALIAN DEPARTMENT +00400A PIVOTAL TECHNOLOGIES, INC. +004032 DIGITAL COMMUNICATIONS +004042 N.A.T. GMBH +0040C2 APPLIED COMPUTING DEVICES +00403C FORKS, INC. +0040C4 KINKEI SYSTEM CORPORATION +0040D1 FUKUDA DENSHI CO., LTD. +004024 COMPAC INC. +0040B6 COMPUTERM CORPORATION +00403F SSANGYONG COMPUTER SYSTEMS +004003 Emerson Process Management Power & Water Solutions, Inc. +004090 ANSEL COMMUNICATIONS +00409A NETWORK EXPRESS, INC. +0040DE Elsag Datamat spa +004063 VIA TECHNOLOGIES, INC. +00406C COPERNIQUE +0040DF DIGALOG SYSTEMS, INC. +004015 ASCOM INFRASYS AG +008056 SPHINX Electronics GmbH & Co KG +008060 NETWORK INTERFACE CORPORATION +00805E LSI LOGIC CORPORATION +008093 XYRON CORPORATION +00C05D L&N TECHNOLOGIES 00C0E4 SIEMENS BUILDING -00C0E5 GESPAC, S.A. -00C0E6 Verilink Corporation +00C01B SOCKET COMMUNICATIONS, INC. +00C06E HAFT TECHNOLOGY, INC. +00406F SYNC RESEARCH INC. +00401F COLORGRAPH LTD +0040CF STRAWBERRY TREE, INC. +0040F7 Polaroid Corporation +004037 SEA-ILAN, INC. +0040CC SILCOM MANUF'G TECHNOLOGY INC. +004052 STAR TECHNOLOGIES, INC. +00407A SOCIETE D'EXPLOITATION DU CNIT +004089 MEIDENSHA CORPORATION +00405A GOLDSTAR INFORMATION & COMM. +00404C HYPERTEC PTY LTD. +00C0CB CONTROL TECHNOLOGY CORPORATION +00C09A PHOTONICS CORPORATION +00C01A COROMETRICS MEDICAL SYSTEMS +00404B MAPLE COMPUTER SYSTEMS +004055 METRONIX GMBH +004045 TWINHEAD CORPORATION +00409D DIGIBOARD, INC. +00401A FUJI ELECTRIC CO., LTD. +0040B9 MACQ ELECTRONIQUE SA +0040C7 RUBY TECH CORPORATION +004004 ICM CO. LTD. +004070 INTERWARE CO., LTD. +008057 ADSOFT, LTD. +00807A AITECH SYSTEMS LTD. +0080AA MAXPEED 00C0E7 FIBERDATA AB -00C0E8 PLEXCOM, INC. -00C0E9 OAK SOLUTIONS, LTD. -00C0EA ARRAY TECHNOLOGY LTD. -00C0EB SEH COMPUTERTECHNIK GMBH -00C0EC DAUPHIN TECHNOLOGY -00C0ED US ARMY ELECTRONIC -00C0EE KYOCERA CORPORATION -00C0EF ABIT CORPORATION -00C0F0 KINGSTON TECHNOLOGY CORP. -00C0F1 SHINKO ELECTRIC CO., LTD. -00C0F2 TRANSITION NETWORKS -00C0F3 NETWORK COMMUNICATIONS CORP. -00C0F4 INTERLINK SYSTEM CO., LTD. -00C0F5 METACOMP, INC. -00C0F6 CELAN TECHNOLOGY INC. -00C0F7 ENGAGE COMMUNICATION, INC. -00C0F8 ABOUT COMPUTING INC. -00C0F9 Emerson Network Power -00C0FA CANARY COMMUNICATIONS, INC. -00C0FB ADVANCED TECHNOLOGY LABS -00C0FC ELASTIC REALITY, INC. -00C0FD PROSUM -00C0FE APTEC COMPUTER SYSTEMS, INC. -00C0FF DOT HILL SYSTEMS CORPORATION -00C14F DDL Co,.ltd. -00C2C6 Intel Corporate -00C5DB Datatech Sistemas Digitales Avanzados SL -00C610 Apple, Inc. -00CBBD Cambridge Broadband Networks Ltd. -00CD90 MAS Elektronik AG -00CF1C COMMUNICATION MACHINERY CORP. -00D000 FERRAN SCIENTIFIC, INC. -00D001 VST TECHNOLOGIES, INC. -00D002 DITECH CORPORATION -00D003 COMDA ENTERPRISES CORP. -00D004 PENTACOM LTD. -00D005 ZHS ZEITMANAGEMENTSYSTEME -00D006 CISCO SYSTEMS, INC. -00D007 MIC ASSOCIATES, INC. -00D008 MACTELL CORPORATION -00D009 HSING TECH. ENTERPRISE CO. LTD -00D00A LANACCESS TELECOM S.A. -00D00B RHK TECHNOLOGY, INC. -00D00C SNIJDER MICRO SYSTEMS -00D00D MICROMERITICS INSTRUMENT -00D00E PLURIS, INC. -00D00F SPEECH DESIGN GMBH -00D010 CONVERGENT NETWORKS, INC. -00D011 PRISM VIDEO, INC. -00D012 GATEWORKS CORP. -00D013 PRIMEX AEROSPACE COMPANY -00D014 ROOT, INC. -00D015 UNIVEX MICROTECHNOLOGY CORP. -00D016 SCM MICROSYSTEMS, INC. -00D017 SYNTECH INFORMATION CO., LTD. +00800A JAPAN COMPUTER CORP. +00806E NIPPON STEEL CORPORATION +008010 COMMODORE INTERNATIONAL +0080DA Bruel & Kjaer Sound & Vibration Measurement A/S +0080BC HITACHI ENGINEERING CO., LTD +008000 MULTITECH SYSTEMS, INC. +0080A1 MICROTEST, INC. +0080D0 COMPUTER PERIPHERALS, INC. +00807D EQUINOX SYSTEMS INC. +008063 Hirschmann Automation and Control GmbH +00608C 3COM CORPORATION +00804E APEX COMPUTER COMPANY +00800E ATLANTIX CORPORATION +00806F ONELAN LTD. +008098 TDK CORPORATION +00809C LUXCOM, INC. +008065 CYBERGRAPHIC SYSTEMS PTY LTD. +008016 WANDEL AND GOLTERMANN +0080E6 PEER NETWORKS, INC. +0080A2 CREATIVE ELECTRONIC SYSTEMS +0080E0 XTP SYSTEMS, INC. +008050 ZIATECH CORPORATION +0000E0 QUADRAM CORP. +000057 SCITEX CORPORATION LTD. +0000D6 PUNCH LINE HOLDING +0000C8 ALTOS COMPUTER SYSTEMS +000098 CROSSCOMM CORPORATION +00007D Oracle Corporation +0000A2 Bay Networks +000038 CSS LABS +000061 GATEWAY COMMUNICATIONS +000043 MICRO TECHNOLOGY +0000E7 Star Gate Technologies +0000F3 GANDALF DATA LIMITED +00002C AUTOTOTE LIMITED +00002A TRW - SEDD/INP +0000F1 MAGNA COMPUTER CORPORATION +000083 TADPOLE TECHNOLOGY PLC +000020 DATAINDUSTRIER DIAB AB +00007A DANA COMPUTER INC. +00007C AMPERE INCORPORATED +00008A DATAHOUSE INFORMATION SYSTEMS +000068 ROSEMOUNT CONTROLS +0000A8 STRATUS COMPUTER INC. +0000DF BELL & HOWELL PUB SYS DIV +000062 BULL HN INFORMATION SYSTEMS +0000AD BRUKER INSTRUMENTS INC. +0000D0 DEVELCON ELECTRONICS LTD. +000093 PROTEON INC. +008008 DYNATECH COMPUTER SYSTEMS +0080FF SOC. DE TELEINFORMATIQUE RTC +000070 HCL LIMITED +00008E SOLBOURNE COMPUTER, INC. +0000DC HAYES MICROCOMPUTER PRODUCTS +000024 CONNECT AS +008030 NEXUS ELECTRONICS +008022 SCAN-OPTICS +000041 ICE CORPORATION +00001E TELSIST INDUSTRIA ELECTRONICA +00807B ARTEL COMMUNICATIONS CORP. +00802E CASTLE ROCK COMPUTING +0080F9 HEURIKON CORPORATION +008005 CACTUS COMPUTER INC. +00801D INTEGRATED INFERENCE MACHINES +008015 SEIKO SYSTEMS, INC. +008034 SMT GOUPIL +0080C9 ALBERTA MICROELECTRONIC CENTRE +00800B CSK CORPORATION +000016 DU PONT PIXEL SYSTEMS . +00005C TELEMATICS INTERNATIONAL INC. +0000AC CONWARE COMPUTER CONSULTING +0000F2 SPIDER COMMUNICATIONS +000030 VG LABORATORY SYSTEMS LTD +000035 SPECTRAGRAPHICS CORPORATION +020701 RACAL-DATACOM +080011 TEKTRONIX INC. +080040 FERRANTI COMPUTER SYS. LIMITED +08003B TORUS SYSTEMS LIMITED +08003D CADNETIX CORPORATIONS +080039 SPIDER SYSTEMS LIMITED +080030 NETWORK RESEARCH CORPORATION +00009B INFORMATION INTERNATIONAL, INC +00DD0F UNGERMANN-BASS INC. +000001 XEROX CORPORATION +080021 3M COMPANY +AA0004 DIGITAL EQUIPMENT CORPORATION +08000C MIKLYN DEVELOPMENT CO. +00DD08 UNGERMANN-BASS INC. +0000A0 SANYO Electric Co., Ltd. +08007F CARNEGIE-MELLON UNIVERSITY +080082 VERITAS SOFTWARE +08007B SANYO ELECTRIC CO. LTD. +00DD0C UNGERMANN-BASS INC. +000005 XEROX CORPORATION +0000AA XEROX CORPORATION +00406B SYSGEN +AA0001 DIGITAL EQUIPMENT CORPORATION +080001 COMPUTERVISION CORPORATION +000053 COMPUCORP +08004B Planning Research Corp. +080003 ADVANCED COMPUTER COMM. +080074 CASIO COMPUTER CO. LTD. +08005E COUNTERPOINT COMPUTER INC. +08005A IBM Corp +080056 STANFORD LINEAR ACCEL. CENTER +080053 MIDDLE EAST TECH. UNIVERSITY +08004F CYGNET SYSTEMS +00194B Sagemcom Broadband SAS +001F95 Sagemcom Broadband SAS +000E59 Sagemcom Broadband SAS +A01B29 Sagemcom Broadband SAS +90013B Sagemcom Broadband SAS +00235A COMPAL INFORMATION (KUNSHAN) CO., LTD. +001B38 COMPAL INFORMATION (KUNSHAN) CO., LTD. +E46F13 D-Link International +94C150 2Wire Inc +60FE20 2Wire Inc +989096 Dell Inc. +B82A72 Dell Inc. +00D09E 2Wire Inc +000D72 2Wire Inc +000F1F Dell Inc. +14FEB5 Dell Inc. +0015C5 Dell Inc. +D4AE52 Dell Inc. +B0E754 2Wire Inc +B8E625 2Wire Inc +549F35 Dell Inc. +64006A Dell Inc. +B4E10F Dell Inc. +0023AE Dell Inc. +9CD917 Motorola Mobility LLC, a Lenovo Company +9068C3 Motorola Mobility LLC, a Lenovo Company +408805 Motorola Mobility LLC, a Lenovo Company +AC2B6E Intel Corporate +F8F1B6 Motorola Mobility LLC, a Lenovo Company +00216A Intel Corporate +001E64 Intel Corporate +0016EB Intel Corporate +0018DE Intel Corporate +681729 Intel Corporate +5C514F Intel Corporate +B808CF Intel Corporate +C8F733 Intel Corporate +4851B7 Intel Corporate +5CC5D4 Intel Corporate +7CCCB8 Intel Corporate +F40669 Intel Corporate +3CA9F4 Intel Corporate +28B2BD Intel Corporate +08D40C Intel Corporate +843A4B Intel Corporate +0CD292 Intel Corporate +78929C Intel Corporate +6805CA Intel Corporate +ACA31E Aruba Networks +9C1C12 Aruba Networks +001A1E Aruba Networks +28C2DD AzureWave Technology Inc. +84D47E Aruba Networks +A85840 Cambridge Industries(Group) Co.,Ltd. +002243 AzureWave Technology Inc. +74F06D AzureWave Technology Inc. +44D832 AzureWave Technology Inc. +781881 AzureWave Technology Inc. +B0EE45 AzureWave Technology Inc. +240A64 AzureWave Technology Inc. +D0E782 AzureWave Technology Inc. +0C4C39 MitraStar Technology Corp. +002423 AzureWave Technologies (Shanghai) Inc. +A81D16 AzureWave Technology Inc. +38A53C COMECER Netherlands +001D8B ADB Broadband Italia +A4526F ADB Broadband Italia +581243 AcSiP Technology Corp. +0026B8 Actiontec Electronics, Inc +0030F1 Accton Technology Corp +001974 16063 +ECF00E AboCom +3039F2 ADB Broadband Italia +000827 ADB Broadband Italia +9097D5 Espressif Inc. +18FE34 Espressif Inc. +54F6C5 FUJIAN STAR-NET COMMUNICATION CO.,LTD +5C338E Alpha Networks Inc. +001AEB Allied Telesis R&D Center K.K. +A43111 ZIV +5C93A2 Liteon Technology Corporation +E8C74F Liteon Technology Corporation +E8F724 Hewlett Packard Enterprise +701A04 Liteon Technology Corporation +48D224 Liteon Technology Corporation +2CD05A Liteon Technology Corporation +74E543 Liteon Technology Corporation +A4DB30 Liteon Technology Corporation +B8EE65 Liteon Technology Corporation +001DBA Sony Corporation +000AD9 Sony Mobile Communications AB +000FDE Sony Mobile Communications AB +001EDC Sony Mobile Communications AB +001963 Sony Mobile Communications AB +001B59 Sony Mobile Communications AB +78843C Sony Corporation +0023F1 Sony Mobile Communications AB +3017C8 Sony Mobile Communications AB +18002D Sony Mobile Communications AB +04E676 AMPAK Technology, Inc. +0022F4 AMPAK Technology, Inc. +080046 Sony Corporation +000D92 ARIMA Communications Corp. +009096 ASKEY COMPUTER CORP +0011F5 ASKEY COMPUTER CORP +DCD87C Beijing Jingdong Century Trading Co., LTD. +001C4A AVM GmbH +000B6A Asiarock Technology Limited +40BA61 ARIMA Communications Corp. +1883BF Arcadyan Technology Corporation +9C80DF Arcadyan Technology Corporation +001CCC BlackBerry RTS +94EBCD BlackBerry RTS +644FB0 Hyunjin.com +001A2A Arcadyan Technology Corporation +001D19 Arcadyan Technology Corporation +88252C Arcadyan Technology Corporation +A4E4B8 BlackBerry RTS +58671A Barnes&Noble +BC0543 AVM GmbH +002675 Aztech Electronics Pte Ltd +001F3F AVM GmbH +0020D6 Breezecom, Ltd. +001018 Broadcom +001BE9 Broadcom +008077 Brother industries, LTD. +029D8E CARDIAC RECORDERS, INC. +FC2F40 Calxeda, Inc. +0026E4 Canal + +389496 Samsung Electronics Co.,Ltd +0CB319 Samsung Electronics Co.,Ltd +08EE8B Samsung Electronics Co.,Ltd +A89FBA Samsung Electronics Co.,Ltd +FC1910 Samsung Electronics Co.,Ltd +083D88 Samsung Electronics Co.,Ltd +5C2E59 Samsung Electronics Co.,Ltd +646CB2 Samsung Electronics Co.,Ltd +F884F2 Samsung Electronics Co.,Ltd +14B484 Samsung Electronics Co.,Ltd +608F5C Samsung Electronics Co.,Ltd +4CBCA5 Samsung Electronics Co.,Ltd +78595E Samsung Electronics Co.,Ltd +B0D09C Samsung Electronics Co.,Ltd +4CA56D Samsung Electronics Co.,Ltd +A48431 Samsung Electronics Co.,Ltd +E4F8EF Samsung Electronics Co.,Ltd +1432D1 Samsung Electronics Co.,Ltd +E458E7 Samsung Electronics Co.,Ltd +8CBFA6 Samsung Electronics Co.,Ltd +7840E4 Samsung Electronics Co.,Ltd +9000DB Samsung Electronics Co.,Ltd +183A2D Samsung Electronics Co.,Ltd +08373D Samsung Electronics Co.,Ltd +50F520 Samsung Electronics Co.,Ltd +A4EBD3 Samsung Electronics Co.,Ltd +28987B Samsung Electronics Co.,Ltd +F40E22 Samsung Electronics Co.,Ltd +9C3AAF Samsung Electronics Co.,Ltd +BCF2AF devolo AG +0270B3 DATA RECALL LTD. +000FF6 DARFON LIGHTING CORP +702559 CyberTAN Technology Inc. +0090D6 Crystal Group, Inc. +001DAA DrayTek Corp. +02CF1C Communication Machinery Corporation +0C75BD Cisco Systems, Inc +38F0C8 Livestream +0C1167 Cisco Systems, Inc +001982 SmarDTV +10C6FC Garmin International +00E000 FUJITSU LIMITED +00000E FUJITSU LIMITED +002326 FUJITSU LIMITED +0007CB FREEBOX SAS +3C591E TCL King Electrical Appliances (Huizhou) Co., Ltd +002682 Gemtek Technology Co., Ltd. +001A73 Gemtek Technology Co., Ltd. +00904B Gemtek Technology Co., Ltd. +D86BF7 Nintendo Co., Ltd. +A4C0E1 Nintendo Co., Ltd. +34AF2C Nintendo Co., Ltd. +8CCDE8 Nintendo Co., Ltd. +9CE635 Nintendo Co., Ltd. +600194 Espressif Inc. +F44D17 GOLDCARD HIGH-TECH CO.,LTD. +001E35 Nintendo Co., Ltd. +001FC5 Nintendo Co., Ltd. +0021BD Nintendo Co., Ltd. +002709 Nintendo Co., Ltd. +E84ECE Nintendo Co., Ltd. +0009BF Nintendo Co., Ltd. +001AE9 Nintendo Co., Ltd. +001CBE Nintendo Co., Ltd. +002403 Nokia Danmark A/S +002265 Nokia Danmark A/S +0019B7 Nokia Danmark A/S +002404 Nokia Danmark A/S +0002EE Nokia Danmark A/S +001C9A Nokia Danmark A/S +001F01 Nokia Danmark A/S +000EED Nokia Danmark A/S +001E3A Nokia Danmark A/S +001A89 Nokia Danmark A/S +0021AA Nokia Danmark A/S +002669 Nokia Danmark A/S +0022FD Nokia Danmark A/S +002109 Nokia Danmark A/S +002108 Nokia Danmark A/S +001D6E Nokia Danmark A/S +001B33 Nokia Danmark A/S +ECF35B Nokia Corporation +EC9B5B Nokia Corporation +BCC6DB Nokia Corporation +B83241 Wuhan Tianyu Information Industry Co., Ltd. +9897D1 MitraStar Technology Corp. +94C960 Zhongshan B&T technology.co.,ltd +001479 NEC Magnus Communications,Ltd. +9C4FDA Apple, Inc. +1C5CF2 Apple, Inc. +0821EF Samsung Electronics Co.,Ltd +A0CBFD Samsung Electronics Co.,Ltd +34145F Samsung Electronics Co.,Ltd +B462AD Elysia Germany GmbH +747818 Jurumani Solutions +803896 SHARP Corporation +80D160 Integrated Device Technology (Malaysia) Sdn. Bhd. +686E23 Wi3 Inc. +B8A175 Roku, Inc. +0080E5 NetApp +E49A79 Apple, Inc. +28A02B Apple, Inc. +B44BD2 Apple, Inc. +002340 MiXTelematics +B48B19 Apple, Inc. +00AF1F Cisco Systems, Inc +4CCC6A Micro-Star INTL CO., LTD. +985BB0 KMDATA INC. +6C8FB5 Microsoft Mobile Oy +245EBE QNAP Systems, Inc. +A89352 SHANGHAI ZHONGMI COMMUNICATION TECHNOLOGY CO.,LTD +AC5F3E SAMSUNG ELECTRO-MECHANICS(THAILAND) +70661B Sonova AG +1C98EC Hewlett Packard Enterprise +9C9D5D Raden Inc +E8FD72 SHANGHAI LINGUO TECHNOLOGY CO., LTD. +98BB1E BYD Precision Manufacture Company Ltd. +EC438B YAPTV +1866DA Dell Inc. +981FB1 Shenzhen Lemon Network Technology Co.,Ltd +40476A AG Acquisition Corp. d.b.a. ASTRO Gaming +A4BF01 Intel Corporate +509EA7 Samsung Electronics Co.,Ltd +DCCF96 Samsung Electronics Co.,Ltd +0004C6 YAMAHA MOTOR CO.,LTD +14D11F HUAWEI TECHNOLOGIES CO.,LTD +54511B HUAWEI TECHNOLOGIES CO.,LTD +68536C SPnS Co.,Ltd +005BA1 shanghai huayuan chuangxin software CO., LTD. +B07E70 Zadara Storage Ltd. +405EE1 Shenzhen H&T Intelligent Control Co.,Ltd. +10F005 Intel Corporate +BC9889 Fiberhome Telecommunication Technologies Co.,LTD +E42F26 Fiberhome Telecommunication Technologies Co.,LTD +344B3D Fiberhome Telecommunication Technologies Co.,LTD +FCF647 Fiberhome Telecommunication Technologies Co.,LTD +1088CE Fiberhome Telecommunication Technologies Co.,LTD +D463FE Arcadyan Corporation +9466E7 WOM Engineering +F8A188 LED Roadway Lighting +001174 Mojo Networks, Inc. +BC15AC Vodafone Italia S.p.A. +140C5B PLNetworks +D0B0CD Moen +0071C2 PEGATRON CORPORATION +DCFE07 PEGATRON CORPORATION +E47E66 HUAWEI TECHNOLOGIES CO.,LTD +9C741A HUAWEI TECHNOLOGIES CO.,LTD +EC93ED DDoS-Guard LTD +4C72B9 PEGATRON CORPORATION +F462D0 Not for Radio, LLC +94513D iSmart Alarm, Inc. +C89CDC Elitegroup Computer Systems Co.,Ltd. +002511 Elitegroup Computer Systems Co.,Ltd. +000E03 Emulex Corporation +001BB9 Elitegroup Computer Systems Co.,Ltd. +001921 Elitegroup Computer Systems Co.,Ltd. +00142A Elitegroup Computer Systems Co.,Ltd. +0001F4 Enterasys +487ADA Hangzhou H3C Technologies Co., Limited +1C7370 Neotech +0050FC Edimax Technology Co. Ltd. +200A5E Xiangshan Giant Eagle Technology Developing Co., Ltd. +30E37A Intel Corporate +4CA003 T-21 Technologies LLC +F0EE58 PACE Telematics GmbH +A08CFD Hewlett Packard +4000E0 Derek(Shaoguan)Limited +001397 Oracle Corporation +00A0A4 Oracle Corporation +A4E597 Gessler GmbH +0024F4 Kaminario, Ltd. +001D08 Jiangsu Yinhe Electronics Co.,Ltd. +0018D7 JAVAD GNSS, Inc. +001C6C 30805 +00A0B0 I-O DATA DEVICE, INC. +00E0CF INTEGRATED DEVICE +547F54 INGENICO +48C049 Broad Telecom SA +DC38E1 Juniper Networks +40A677 Juniper Networks +0C8610 Juniper Networks +EC3EF7 Juniper Networks +0014F6 Juniper Networks +00121E Juniper Networks +0010DB Juniper Networks +307C5E Juniper Networks +841888 Juniper Networks +40B4F0 Juniper Networks +002688 Juniper Networks +0017CB Juniper Networks +E0A3AC HUAWEI TECHNOLOGIES CO.,LTD +E00EDA Cisco Systems, Inc +6C2483 Microsoft Mobile Oy +848319 Hangzhou Zero Zero Technology Co., Ltd. +001F20 Logitech Europe SA +882012 LMI Technologies +002382 Lih Rong electronic Enterprise Co., Ltd. +88795B Konka Group Co., Ltd. +001A34 Konka Group Co., Ltd. +20A90E TCT mobile ltd +8C99E6 TCT mobile ltd +745C9F TCT mobile ltd +0CBD51 TCT mobile ltd +E42D02 TCT mobile ltd +3CE5A6 Hangzhou H3C Technologies Co., Limited +3C8C40 Hangzhou H3C Technologies Co., Limited +B04519 TCT mobile ltd +A81559 Breathometer, Inc. +ECADB8 Apple, Inc. +9801A7 Apple, Inc. +2CF0A2 Apple, Inc. +C09727 SAMSUNG ELECTRO-MECHANICS(THAILAND) +2C5A8D SYSTRONIK Elektronik u. Systemtechnik GmbH +8C897A AUGTEK +54EDA3 Navdy, Inc. +046565 Testop +042758 HUAWEI TECHNOLOGIES CO.,LTD +3C92DC Octopod Technology Co. Ltd. +74CC39 Fiberhome Telecommunication Technologies Co.,LTD +6038E0 Belkin International Inc. +F0FDA0 Acurix Networks Pty Ltd +3876D1 Euronda SpA +C48F07 Shenzhen Yihao Hulian Science and Technology Co., Ltd. +009E1E Cisco Systems, Inc +002550 Riverbed Technology, Inc. +D85B2A Samsung Electronics Co.,Ltd +ACC33A Samsung Electronics Co.,Ltd +F45B73 Wanjiaan Interconnected Technology Co., Ltd +0021E2 visago Systems & Controls GmbH & Co. KG +28F10E Dell Inc. +C4A366 zte corporation +0014B4 General Dynamics United Kingdom Ltd +A0B437 GD Mission Systems +5052D2 Hangzhou Telin Technologies Co., Limited +1CD6BD LEEDARSON LIGHTING CO., LTD. +9CDD1F Intelligent Steward Co.,Ltd +00EBD5 Cisco Systems, Inc +1C7B23 Qingdao Hisense Communications Co.,Ltd. +1C740D ZyXEL Communications Corporation +001349 ZyXEL Communications Corporation +404A03 ZyXEL Communications Corporation +CC5D4E ZyXEL Communications Corporation +A0E4CB ZyXEL Communications Corporation +90CF7D Qingdao Hisense Communications Co.,Ltd. +F8F082 NAG LLC +40F413 Rubezh +2C094D Raptor Engineering, LLC +88797E Motorola Mobility LLC, a Lenovo Company +40C729 Sagemcom Broadband SAS +AC040B Peloton Interactive, Inc +006074 QSC LLC +34ED0B Shanghai XZ-COM.CO.,Ltd. +0010C1 OI ELECTRIC CO.,LTD +4432C8 Technicolor CH USA Inc. +E0885D Technicolor CH USA Inc. +802994 Technicolor CH USA Inc. +206A8A Wistron Infocomm (Zhongshan) Corporation +F0DEF1 Wistron Infocomm (Zhongshan) Corporation +F80F41 Wistron Infocomm (Zhongshan) Corporation +94DF4E Wistron InfoComm(Kunshan)Co.,Ltd. +48A9D2 Wistron Neweb Corporation +683E34 MEIZU Technology Co., Ltd. +001EC0 Microchip Technology Inc. +3C0771 Sony Corporation +D8D43C Sony Corporation +00A012 Telco Systems, Inc. +94611E Wata Electronics Co.,Ltd. +0025D4 General Dynamics Mission Systems +5CA86A HUAWEI TECHNOLOGIES CO.,LTD +C8778B Themis Computer +000A68 Solarflare Communications Inc +0CD502 Westell Technologies Inc. +001636 QUANTA COMPUTER INC. +00C09F QUANTA COMPUTER INC. +54AB3A QUANTA COMPUTER INC. +089E01 QUANTA COMPUTER INC. +00199D Vizio, Inc +6C0B84 Universal Global Scientific Industrial Co., Ltd. +E4509A HW Communications Ltd +702900 Shenzhen ChipTrip Technology Co,Ltd +204C03 Aruba Networks +90F052 MEIZU Technology Co., Ltd. +000E1E QLogic Corporation +D8EB97 TRENDnet, Inc. +146102 Alpine Electronics, Inc. +9003B7 PARROT SA +0CFE45 Sony Interactive Entertainment Inc. +F8D0AC Sony Interactive Entertainment Inc. +00D9D1 Sony Interactive Entertainment Inc. +00041F Sony Interactive Entertainment Inc. +001D0D Sony Interactive Entertainment Inc. +7CC709 SHENZHEN RF-LINK TECHNOLOGY CO.,LTD. +38B8EB IEEE Registration Authority +38FDFE IEEE Registration Authority +7C477C IEEE Registration Authority +50FF99 IEEE Registration Authority +6891D0 IEEE Registration Authority +283638 IEEE Registration Authority +2C6A6F IEEE Registration Authority +BC3400 IEEE Registration Authority +B437D1 IEEE Registration Authority +D455BE SHENZHEN FAST TECHNOLOGIES CO.,LTD +F40E11 IEEE Registration Authority +A43BFA IEEE Registration Authority +CC1BE0 IEEE Registration Authority +807B85 IEEE Registration Authority +549A11 IEEE Registration Authority +B8D812 IEEE Registration Authority +1CCAE3 IEEE Registration Authority +7419F8 IEEE Registration Authority +1C21D1 IEEE Registration Authority +80E4DA IEEE Registration Authority +2CD141 IEEE Registration Authority +8CA6DF TP-LINK TECHNOLOGIES CO.,LTD. +00E091 LG Electronics +6CD032 LG Electronics +C041F6 LG ELECTRONICS INC +404AD4 Widex A/S +0021FB LG Electronics (Mobile Communications) +8C3AE3 LG Electronics (Mobile Communications) +30766F LG Electronics (Mobile Communications) +F80CF3 LG Electronics (Mobile Communications) +0022CF PLANEX COMMUNICATIONS INC. +A84E3F Hitron Technologies. Inc +00A742 Cisco Systems, Inc +6CA858 Fiberhome Telecommunication Technologies Co.,LTD +001478 TP-LINK TECHNOLOGIES CO.,LTD. +00167A Skyworth Overseas Development Ltd. +28BE03 TCT mobile ltd +F4C613 Alcatel-Lucent Shanghai Bell Co., Ltd +D826B9 Guangdong Coagent Electronics S&T Co.,Ltd. +FCB0C4 Shanghai DareGlobal Technologies Co.,Ltd +24AF4A Alcatel-Lucent IPD +001AF0 Alcatel-Lucent IPD +AC9CE4 Alcatel-Lucent Shanghai Bell Co., Ltd +D84710 Sichuan Changhong Electric Ltd. +000E40 Nortel Networks +001158 Nortel Networks +0011F9 Nortel Networks +000F6A Nortel Networks +001283 Nortel Networks +000438 Nortel Networks +002347 ProCurve Networking by HP +002561 ProCurve Networking by HP +008058 PRINTER SYSTEMS CORP. +00140D Nortel Networks +001765 Nortel Networks +0018B0 Nortel Networks +001B25 Nortel Networks +001DAF Nortel Networks +00166D Yulong Computer Telecommunication Scientific (Shenzhen) Co.,Ltd +0016F2 Dmobile System Co., Ltd. +000138 XAVi Technologies Corp. +3C9157 Yulong Computer Telecommunication Scientific (Shenzhen) Co.,Ltd +0000D8 Novell, Inc. +001087 XSTREAMIS PLC +7C0623 Ultra Electronics Sonar System Division +002555 Visonic Technologies 1993 Ltd. +48FD8E HUAWEI TECHNOLOGIES CO.,LTD +244427 HUAWEI TECHNOLOGIES CO.,LTD +B4A984 Symantec Corporation +34074F AccelStor, Inc. +58E876 IEEE Registration Authority +248A07 Mellanox Technologies, Inc. +00258B Mellanox Technologies, Inc. +3C2DB7 Texas Instruments +0023D4 Texas Instruments +001831 Texas Instruments +D08CB5 Texas Instruments +B4EED4 Texas Instruments +CC8CE3 Texas Instruments +102EAF Texas Instruments +647BD4 Texas Instruments +0017E8 Texas Instruments +0017E6 Texas Instruments +B0B448 Texas Instruments +505663 Texas Instruments +3C7DB1 Texas Instruments +40984E Texas Instruments +0012D1 Texas Instruments +88C255 Texas Instruments +E0C79D Texas Instruments +9059AF Texas Instruments +B4994C Texas Instruments +70FF76 Texas Instruments +507224 Texas Instruments +506583 Texas Instruments +BC282C e-Smart Systems Pvt. Ltd +546C0E Texas Instruments +F85C4D NOKIA +D013FD LG Electronics (Mobile Communications) +D8E72B NetScout Systems, Inc. +04FEA1 Fihonest communication co.,Ltd +2CAC44 CONEXTOP +A8BD27 Hewlett Packard Enterprise +981E0F Jeelan (Shanghai Jeelan Technology Information Inc +548CA0 Liteon Technology Corporation +001CA8 AirTies Wireless Networks +0017D5 Samsung Electronics Co.,Ltd +001247 Samsung Electronics Co.,Ltd +E4121D Samsung Electronics Co.,Ltd +684898 Samsung Electronics Co.,Ltd +F409D8 SAMSUNG ELECTRO-MECHANICS(THAILAND) +B479A7 SAMSUNG ELECTRO-MECHANICS(THAILAND) +002339 Samsung Electronics Co.,Ltd +D487D8 Samsung Electronics Co.,Ltd +184617 Samsung Electronics Co.,Ltd +5001BB Samsung Electronics Co.,Ltd +380A94 Samsung Electronics Co.,Ltd +D857EF Samsung Electronics Co.,Ltd +1C66AA Samsung Electronics Co.,Ltd +58C38B Samsung Electronics Co.,Ltd +001EE2 Samsung Electronics Co.,Ltd +001C43 Samsung Electronics Co.,Ltd +001D25 Samsung Electronics Co.,Ltd +3C5A37 Samsung Electronics Co.,Ltd +549B12 Samsung Electronics Co.,Ltd +3C8BFE Samsung Electronics Co.,Ltd +00265D Samsung Electronics Co.,Ltd +D4E8B2 Samsung Electronics Co.,Ltd +0808C2 Samsung Electronics Co.,Ltd +B0C4E7 Samsung Electronics Co.,Ltd +D890E8 Samsung Electronics Co.,Ltd +34AA8B Samsung Electronics Co.,Ltd +24C696 Samsung Electronics Co.,Ltd +181EB0 Samsung Electronics Co.,Ltd +20D390 Samsung Electronics Co.,Ltd +343111 Samsung Electronics Co.,Ltd +34BE00 Samsung Electronics Co.,Ltd +78521A Samsung Electronics Co.,Ltd +18D276 HUAWEI TECHNOLOGIES CO.,LTD +7825AD Samsung Electronics Co.,Ltd +F4D9FB Samsung Electronics Co.,Ltd +0017C9 Samsung Electronics Co.,Ltd +00166B Samsung Electronics Co.,Ltd +00166C Samsung Electronics Co.,Ltd +E47CF9 Samsung Electronics Co.,Ltd +90187C SAMSUNG ELECTRO MECHANICS CO., LTD. +FC1F19 SAMSUNG ELECTRO MECHANICS CO., LTD. +50CCF8 SAMSUNG ELECTRO MECHANICS CO., LTD. +980C82 SAMSUNG ELECTRO MECHANICS CO., LTD. +002119 SAMSUNG ELECTRO MECHANICS CO., LTD. +002454 Samsung Electronics Co.,Ltd +20D5BF Samsung Electronics Co.,Ltd +30CDA7 Samsung Electronics Co.,Ltd +5C0A5B SAMSUNG ELECTRO MECHANICS CO., LTD. +543530 Hon Hai Precision Ind. Co.,Ltd. +300ED5 Hon Hai Precision Ind. Co.,Ltd. +D02788 Hon Hai Precision Ind. Co.,Ltd. +0014A4 Hon Hai Precision Ind. Co.,Ltd. +0016CE Hon Hai Precision Ind. Co.,Ltd. +001DD9 Hon Hai Precision Ind. Co.,Ltd. +001FE2 Hon Hai Precision Ind. Co.,Ltd. +002269 Hon Hai Precision Ind. Co.,Ltd. +40490F Hon Hai Precision Ind. Co.,Ltd. +28565A Hon Hai Precision Ind. Co.,Ltd. +001F3A Hon Hai Precision Ind. Co.,Ltd. +506313 Hon Hai Precision Ind. Co.,Ltd. +78E400 Hon Hai Precision Ind. Co.,Ltd. +8C7CB5 Hon Hai Precision Ind. Co.,Ltd. +EC55F9 Hon Hai Precision Ind. Co.,Ltd. +C03896 Hon Hai Precision Ind. Co.,Ltd. +2C337A Hon Hai Precision Ind. Co.,Ltd. +ACD1B8 Hon Hai Precision Ind. Co.,Ltd. +48E244 Hon Hai Precision Ind. Co.,Ltd. +30F772 Hon Hai Precision Ind. Co.,Ltd. +90489A Hon Hai Precision Ind. Co.,Ltd. +9439E5 Hon Hai Precision Ind. Co.,Ltd. +5C8613 Beijing Zhoenet Technology Co., Ltd +C8B21E CHIPSEA TECHNOLOGIES (SHENZHEN) CORP. +503F98 CMITECH +B072BF Murata Manufacturing Co., Ltd. +600B03 Hangzhou H3C Technologies Co., Limited +A41437 Hangzhou Hikvision Digital Technology Co.,Ltd. +884CCF Pulzze Systems, Inc +38521A Nokia +84DBFC Nokia +143E60 Nokia +D4E33F Nokia +5454CF PROBEDIGITAL CO.,LTD +F0D5BF Intel Corporate +C87E75 Samsung Electronics Co.,Ltd +00233A Samsung Electronics Co.,Ltd +1C9D3E Integrated Device Technology (Malaysia) Sdn. Bhd. +748A69 Korea Image Technology Co., Ltd +30B64F Juniper Networks +DC0D30 Shenzhen Feasycom Technology Co., Ltd. +008731 Cisco Systems, Inc +B4EFFA Lemobile Information Technology (Beijing) Co., Ltd. +9495A0 Google, Inc. +0005EE Vanderbilt International (SWE) AB +38D547 ASUSTek COMPUTER INC. +383A21 IEEE Registration Authority +4CF95D HUAWEI TECHNOLOGIES CO.,LTD +8421F1 HUAWEI TECHNOLOGIES CO.,LTD +707990 HUAWEI TECHNOLOGIES CO.,LTD +CCFD17 TCT mobile ltd +3C8BCD Alcatel-Lucent Shanghai Bell Co., Ltd +E43ED7 Arcadyan Corporation +248894 shenzhen lensun Communication Technology LTD +60A4D0 Samsung Electronics Co.,Ltd +00B0CE Viveris Technologies +E00DB9 Cree, Inc. +40FE0D MAXIO +609AC1 Apple, Inc. +F07960 Apple, Inc. +9C8BA0 Apple, Inc. +9840BB Dell Inc. +E04FBD SICHUAN TIANYI COMHEART TELECOMCO.,LTD +00B0E1 Cisco Systems, Inc +4C3275 Apple, Inc. +0006F4 Prime Electronics & Satellitics Inc. +ACE77B SICHUAN TIANYI COMHEART TELECOMCO.,LTD +24A43C Ubiquiti Networks Inc. +D4E90B CVT CO.,LTD +788A20 Ubiquiti Networks Inc. +28EE52 TP-LINK TECHNOLOGIES CO.,LTD. +905C44 Compal Broadband Networks, Inc. +FC372B SICHUAN TIANYI COMHEART TELECOMCO.,LTD +0CD86C SHENZHEN FAST TECHNOLOGIES CO.,LTD +4CE173 IEEE Registration Authority +8C60E7 MPGIO CO.,LTD +2C0E3D SAMSUNG ELECTRO-MECHANICS(THAILAND) +24C44A zte corporation +B83A9D Alarm.com +00BBC1 CANON INC. +1C14B3 Airwire Technologies +2CC260 Oracle Corporation +407183 Juniper Networks +0059DC Cisco Systems, Inc +ACF85C Private +1CC0E1 IEEE Registration Authority +00749C Ruijie Networks Co.,LTD +00271C MERCURY CORPORATION +E0D9E3 Eltex Enterprise Ltd. +5098F3 Rheem Australia Pty Ltd +701CE7 Intel Corporate +CC9470 Kinestral Technologies, Inc. +F0219D Cal-Comp Electronics & Communications Company Ltd. +000B2E Cal-Comp Electronics & Communications Company Ltd. +885BDD Aerohive Networks Inc. +08EA44 Aerohive Networks Inc. +506B8D Nutanix +0038DF Cisco Systems, Inc +006BF1 Cisco Systems, Inc +CC81DA SHANGHAI PHICOMM COMMUNICATION CO.,LTD +20D25F SmartCap Technologies +3CFA43 HUAWEI TECHNOLOGIES CO.,LTD +145F94 HUAWEI TECHNOLOGIES CO.,LTD +4C11BF Zhejiang Dahua Technology Co., Ltd. +EC0D9A Mellanox Technologies, Inc. +000064 Yokogawa Digital Computer Corporation +0023F7 Private +90D7BE Wavelab Global Inc. +686975 Angler Labs Inc +002448 SpiderCloud Wireless, Inc +7C03C9 Shenzhen YOUHUA Technology Co., Ltd +64DB43 Motorola (Wuhan) Mobility Technologies Communication Co., Ltd. +D058A8 zte corporation +D071C4 zte corporation +48F07B ALPS ELECTRIC CO.,LTD. +3C80AA Ransnet Singapore Pte Ltd +7CEBAE Ridgeline Instruments +E89EB4 Hon Hai Precision Ind. Co.,Ltd. +D4970B Xiaomi Communications Co Ltd +64CC2E Xiaomi Communications Co Ltd +B0E235 Xiaomi Communications Co Ltd +38A4ED Xiaomi Communications Co Ltd +F48B32 Xiaomi Communications Co Ltd +0060BD Enginuity Communications +AC83F3 AMPAK Technology, Inc. +18DBF2 Dell Inc. +000048 Seiko Epson Corporation +C0BFC0 HUAWEI TECHNOLOGIES CO.,LTD +A08CF8 HUAWEI TECHNOLOGIES CO.,LTD +54B56C Xi'an NovaStar Tech Co., Ltd +FC3CE9 Tsingtong Technologies Co, Ltd. +04B648 ZENNER +FC10C6 Taicang T&W Electronics +344CC8 Echodyne Corp +948FEE Verizon Telematics +5C4A1F SICHUAN TIANYI COMHEART TELECOMCO., LTD +0C8DDB Cisco Meraki +B0F963 Hangzhou H3C Technologies Co., Limited +E4E4AB Apple, Inc. +58404E Apple, Inc. +DC0C5C Apple, Inc. +2C200B Apple, Inc. +98B6E9 Nintendo Co.,Ltd +8809AF Masimo Corporation +00E06C Ultra Electronics Command & Control Systems +009058 Ultra Electronics Command & Control Systems +F8983A Leeman International (HongKong) Limited +4CECEF Soraa, Inc. +702D84 i4C Innovations +CC9F7A Chiun Mai Communication Systems, Inc +446246 Comat AG +C8AA55 Hunan Comtom Electronic Incorporated Co.,Ltd +142FFD LT SECURITY INC +000D2C Net2Edge Limited +ECE154 Beijing Unisound Information Technology Co.,Ltd. +60C658 PHYTRONIX Co.,Ltd. +38454C Light Labs, Inc. +C894BB HUAWEI TECHNOLOGIES CO.,LTD +D0FF98 HUAWEI TECHNOLOGIES CO.,LTD +5004B8 HUAWEI TECHNOLOGIES CO.,LTD +10B1F8 HUAWEI TECHNOLOGIES CO.,LTD +14ABC5 Intel Corporate +A462DF DS Global. Co., LTD +50D213 CviLux Corporation +44D437 Inteno Broadband Technology AB +78AF58 GIMASI SA +00071C AT&T +2C9AA4 Eolo SpA +002183 ANDRITZ HYDRO GmbH +8404D2 Kirale Technologies SL +083E5D Sagemcom Broadband SAS +749CE3 KodaCloud Canada, Inc +CC2D21 Tenda Technology Co.,Ltd.Dongguan branch +8C78D7 SHENZHEN FAST TECHNOLOGIES CO.,LTD +3CBD3E Beijing Xiaomi Electronics Co., Ltd. +2C4D54 ASUSTek COMPUTER INC. +349672 TP-LINK TECHNOLOGIES CO.,LTD. +00179B CHANT SINCERE CO.,LTD +080027 PCS Systemtechnik GmbH +348446 Ericsson AB +A4A1C2 Ericsson AB +B0F1EC AMPAK Technology, Inc. +B0C46C Senseit +148951 LCFC(HeFei) Electronics Technology co., ltd +F87588 HUAWEI TECHNOLOGIES CO.,LTD +BC3F8F HUAWEI TECHNOLOGIES CO.,LTD +04DEF2 Shenzhen ECOM Technology Co. Ltd +00D071 ECHELON CORP. +504061 Nokia +0030C5 CADENCE DESIGN SYSTEMS, INC. +54E3F6 Alcatel-Lucent +7467F7 Extreme Networks +B0C205 BIONIME +0C61CF Texas Instruments +B4C799 Extreme Networks +5C0E8B Extreme Networks +00E02B Extreme Networks +7C2664 Sagemcom Broadband SAS +A002DC Amazon Technologies Inc. +0C47C9 Amazon Technologies Inc. +E47DEB Shanghai Notion Information Technology CO.,LTD. +747548 Amazon Technologies Inc. +AC63BE Amazon Technologies Inc. +DCA4CA Apple, Inc. +8C8FE9 Apple, Inc. +40FA7F Preh Car Connect GmbH +F8AB05 Sagemcom Broadband SAS +C0028D WINSTAR Display CO.,Ltd +D83214 Tenda Technology Co.,Ltd.Dongguan branch +7C787E Samsung Electronics Co.,Ltd +C0D3C0 Samsung Electronics Co.,Ltd +F097E5 TAMIO, INC +F4E4AD zte corporation +F85971 Intel Corporate +9810E8 Apple, Inc. +B49CDF Apple, Inc. +4C82CF Echostar Technologies Corp +F49634 Intel Corporate +341A35 Fiberhome Telecommunication Technologies Co.,LTD +144FD7 IEEE Registration Authority +6C4B90 LiteON +F8FF0B Electronic Technology Inc. +38F135 SensorTec-Canada +90F305 HUMAX Co., Ltd. +00093A Molex +98AAFC IEEE Registration Authority +C8F86D Alcatel-Lucent Shanghai Bell Co., Ltd +B8D50B Sunitec Enterprise Co.,Ltd +28A6DB HUAWEI TECHNOLOGIES CO.,LTD +D45F25 Shenzhen YOUHUA Technology Co., Ltd +9CE951 Shenzhen Sang Fei Consumer Communications Ltd., Co. +DC0856 Alcatel-Lucent Enterprise +E8FDE8 CeLa Link Corporation +181212 Cepton Technologies +08ED02 IEEE Registration Authority +B4417A SHENZHEN GONGJIN ELECTRONICS CO.,LT +F4DE0C ESPOD Ltd. +BC8AE8 QING DAO HAIER TELECOM CO.,LTD. +A81B5A GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD +DC6DCD GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD +440444 GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD +C09F05 GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD +CC2D83 GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD +38295A GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD +4C1A3D GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD +185207 SICHUAN TIANYI COMHEART TELECOMCO., LTD +70D379 Cisco Systems, Inc +7C4F7D Sawwave +9874DA Infinix mobility limited +143F27 Noccela Oy +64351C e-CON SYSTEMS INDIA PVT LTD +5C6A80 ZyXEL Communications Corporation +A8B86E LG Electronics (Mobile Communications) +0CB912 JM-DATA GmbH +1893D7 Texas Instruments +EC363F Markov Corporation +54FA3E Samsung Electronics Co.,Ltd +B8BBAF Samsung Electronics Co.,Ltd +60C5AD Samsung Electronics Co.,Ltd +28395E Samsung Electronics Co.,Ltd +C4AE12 Samsung Electronics Co.,Ltd +10D07A AMPAK Technology, Inc. +0C8910 Samsung Electronics Co.,Ltd +FCF136 Samsung Electronics Co.,Ltd +981DFA Samsung Electronics Co.,Ltd +84A466 Samsung Electronics Co.,Ltd +1867B0 Samsung Electronics Co.,Ltd +CCB11A Samsung Electronics Co.,Ltd +80B234 Technicolor CH USA Inc. +B877C3 METER Group +F07485 NGD Systems, Inc. +BC644B ARRIS Group, Inc. +F8A097 ARRIS Group, Inc. +94E8C5 ARRIS Group, Inc. +044E5A ARRIS Group, Inc. +74EAE8 ARRIS Group, Inc. +A811FC ARRIS Group, Inc. +745612 ARRIS Group, Inc. +E46449 ARRIS Group, Inc. +001BDD ARRIS Group, Inc. +001404 ARRIS Group, Inc. +00195E ARRIS Group, Inc. +001AAD ARRIS Group, Inc. +A47AA4 ARRIS Group, Inc. +1C1448 ARRIS Group, Inc. +002493 ARRIS Group, Inc. +40FC89 ARRIS Group, Inc. +3C754A ARRIS Group, Inc. +0024C1 ARRIS Group, Inc. +002136 ARRIS Group, Inc. +0022B4 ARRIS Group, Inc. +002395 ARRIS Group, Inc. +0023ED ARRIS Group, Inc. +001B52 ARRIS Group, Inc. +00230B ARRIS Group, Inc. +001E8D ARRIS Group, Inc. +0023A2 ARRIS Group, Inc. +0015D1 ARRIS Group, Inc. +001DD3 ARRIS Group, Inc. +E8892C ARRIS Group, Inc. +E83EFC ARRIS Group, Inc. +707E43 ARRIS Group, Inc. +0003E0 ARRIS Group, Inc. +00128A ARRIS Group, Inc. +001225 ARRIS Group, Inc. +083E0C ARRIS Group, Inc. +8C09F4 ARRIS Group, Inc. +3CDFA9 ARRIS Group, Inc. +003676 ARRIS Group, Inc. +84E058 ARRIS Group, Inc. +347A60 ARRIS Group, Inc. +C005C2 ARRIS Group, Inc. +6455B1 ARRIS Group, Inc. +203D66 ARRIS Group, Inc. +D404CD ARRIS Group, Inc. +446AB7 ARRIS Group, Inc. +2C9924 ARRIS Group, Inc. +105611 ARRIS Group, Inc. +DC74A8 Samsung Electronics Co.,Ltd +C087EB Samsung Electronics Co.,Ltd +2C3AE8 Espressif Inc. +74F61C HTC Corporation +E8B6C2 Juniper Networks +B0DAF9 ARRIS Group, Inc. +3438B7 HUMAX Co., Ltd. +5C1A6F Cambridge Industries(Group) Co.,Ltd. +487D2E TP-LINK TECHNOLOGIES CO.,LTD. +B089C2 Zyptonite +F0D4F6 Lars Thrane A/S +0403D6 Nintendo Co.,Ltd +A0AFBD Intel Corporate +34D954 WiBotic Inc. +6C60EB ZHI YUAN ELECTRONICS CO., LIMITED +AC4E2E Shenzhen JingHanDa Electronics Co.Ltd +0027E3 Cisco Systems, Inc +488D36 Arcadyan Corporation +B40016 INGENICO TERMINALS SAS +FCA667 Amazon Technologies Inc. +784501 Biamp Systems +A0341B TrackR, Inc +986F60 GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD +4C189A GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD +6CA849 Avaya Inc +A4251B Avaya Inc +E45D52 Avaya Inc +38BB3C Avaya Inc +C057BC Avaya Inc +D47856 Avaya Inc +14612F Avaya Inc +707C69 Avaya Inc +FC8399 Avaya Inc +44322A Avaya Inc +048A15 Avaya Inc +00040D Avaya Inc +A47886 Avaya Inc +001CFA Alarm.com +60313B Sunnovo International Limited +B4E62A LG Innotek +E45AA2 vivo Mobile Communication Co., Ltd. +ECDF3A vivo Mobile Communication Co., Ltd. +F470AB vivo Mobile Communication Co., Ltd. +50184C Platina Systems Inc. +E4A749 Palo Alto Networks +786D94 Palo Alto Networks +CC4639 WAAV, Inc. +30B164 Power Electronics International Inc. +18B430 Nest Labs Inc. +3CF591 GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD +602101 GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD +604762 Beijing Sensoro Technology Co.,Ltd. +7CE2CA Juniper Networks +B0DFC1 Tenda Technology Co.,Ltd.Dongguan branch +70788B vivo Mobile Communication Co., Ltd. +001DCC Ayon Cyber Security, Inc +7065A3 Kandao lightforge Co., Ltd. +706E6D Cisco Systems, Inc +18D225 Fiberhome Telecommunication Technologies Co.,LTD +FC2F6B Everspin Technologies, Inc. +B4C170 Yi chip Microelectronics (Hangzhou) Co., Ltd +540237 Teltronic AG +2CC5D3 Ruckus Wireless +F8E71E Ruckus Wireless +1CB9C4 Ruckus Wireless +C0C520 Ruckus Wireless +A89675 Motorola Mobility LLC, a Lenovo Company +94F128 Hewlett Packard Enterprise +94FBB2 SHENZHEN GONGJIN ELECTRONICS CO.,LT +A47B9D Espressif Inc. +608E08 Samsung Electronics Co.,Ltd +7C2EDD Samsung Electronics Co.,Ltd +3CF7A4 Samsung Electronics Co.,Ltd +342D0D Samsung Electronics Co.,Ltd +EC3DFD SHENZHEN BILIAN ELECTRONIC CO.,LTD +001885 Avigilon Corporation +18742E Amazon Technologies Inc. +8886C2 STABILO International GmbH +04FA3F Opticore Inc. +308454 GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD +FC7F56 CoSyst Control Systems GmbH +8C2505 HUAWEI TECHNOLOGIES CO.,LTD +94D029 GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD +4C49E3 Xiaomi Communications Co Ltd +28D436 Jiangsu dewosi electric co., LTD +149346 PNI sensor corporation +18B81F ARRIS Group, Inc. +00C064 General Datacomm LLC +601283 TSB REAL TIME LOCATION SYSTEMS S.L. +E06089 Cloudleaf, Inc. +001219 General Datacomm LLC +BC54FC SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD. +547595 TP-LINK TECHNOLOGIES CO.,LTD. +28F537 IEEE Registration Authority +18BC5A Zhejiang Tmall Technology Co., Ltd. +00869C Palo Alto Networks +00139D MaxLinear Hispania S.L.U. +4C16FC Juniper Networks +609C9F Brocade Communications Systems, Inc. +000088 Brocade Communications Systems, Inc. +000480 Brocade Communications Systems, Inc. +00E052 Brocade Communications Systems, Inc. +748EF8 Brocade Communications Systems, Inc. +48C1AC PLANTRONICS, INC. +0CE0E4 PLANTRONICS, INC. +000389 PLANTRONICS, INC. +E422A5 PLANTRONICS, INC. +001F33 NETGEAR +C03F0E NETGEAR +0024B2 NETGEAR +A021B7 NETGEAR +204E7F NETGEAR +841B5E NETGEAR +100D7F NETGEAR +6CB0CE NETGEAR +506A03 NETGEAR +B07FB9 NETGEAR +08028E NETGEAR +D8C497 Quanta Computer Inc. +444E6D AVM Audiovisuelles Marketing und Computersysteme GmbH +A41566 Weifang GoerTek Technology Co.,Ltd. +74E60F TECNO MOBILE LIMITED +0050C7 Private +B80B9D ROPEX Industrie-Elektronik GmbH +001526 Remote Technologies Inc +409922 AzureWave Technology Inc. +B8DB1C Integrated Device Technology (Malaysia) Sdn. Bhd. +3C10E6 PHAZR Inc. +001987 Panasonic Mobile Communications Co.,Ltd. +BCC342 Panasonic Communications Co., Ltd. +705812 Panasonic Corporation AVC Networks Company +CC7EE7 Panasonic Corporation AVC Networks Company +34008A IEEE Registration Authority +00D060 Panasonic Europe Ltd. +84253F silex technology, Inc. +40017A Cisco Systems, Inc +40D63C Equitech Industrial(DongGuan)Co.,Ltd +A4E975 Apple, Inc. +C0A53E Apple, Inc. +9800C6 Apple, Inc. +787B8A Apple, Inc. +3866F0 Apple, Inc. +20EE28 Apple, Inc. +08F4AB Apple, Inc. +8C8590 Apple, Inc. +FC017C Hon Hai Precision Ind. Co.,Ltd. +2CB21A Phicomm (Shanghai) Co., Ltd. +00C0EE KYOCERA Display Corporation +28840E silicon valley immigration service +CC5A53 Cisco Systems, Inc +BC2E48 ARRIS Group, Inc. +940006 jinyoung +5C6776 IDS Imaging Development Systems GmbH +28EF01 Private +904E91 IEEE Registration Authority +D86CE9 Sagemcom Broadband SAS +3C81D8 Sagemcom Broadband SAS +2CE412 Sagemcom Broadband SAS +181E78 Sagemcom Broadband SAS +0037B7 Sagemcom Broadband SAS +0014BF Cisco-Linksys, LLC +6C8DC1 Apple, Inc. +38CADA Apple, Inc. +8C579B Wistron Neweb Corporation +B436A9 Fibocom Wireless Inc. +6416F0 HUAWEI TECHNOLOGIES CO.,LTD +48DB50 HUAWEI TECHNOLOGIES CO.,LTD +2400BA HUAWEI TECHNOLOGIES CO.,LTD +68DBCA Apple, Inc. +044BED Apple, Inc. +3CBB73 Shenzhen Xinguodu Technology Co., Ltd. +3CCF5B ICOMM HK LIMITED +F40304 Google, Inc. +78ACC0 Hewlett Packard +3C9066 SmartRG, Inc. +00195B D-Link Corporation +000D88 D-Link Corporation +001346 D-Link Corporation +205532 Gotech International Technology Limited +002401 D-Link Corporation +1CAFF7 D-Link International +B8A386 D-Link International +C8D3A3 D-Link International +4419B6 Hangzhou Hikvision Digital Technology Co.,Ltd. +C056E3 Hangzhou Hikvision Digital Technology Co.,Ltd. +C8E7D8 SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD. +9CEFD5 Panda Wireless, Inc. +C02C7A Shenzhen Horn Audio Co.,Ltd. +88B8D0 Dongguan Koppo Electronic Co.,Ltd +38E7D8 HTC Corporation +D8B377 HTC Corporation +B4CEF6 HTC Corporation +D40B1A HTC Corporation +A08D16 HUAWEI TECHNOLOGIES CO.,LTD +601888 zte corporation +8002DF ORA Inc. +D8FC38 Giantec Semiconductor Inc +2C6798 InTalTech Ltd. +D0BF9C Hewlett Packard +B05ADA Hewlett Packard +001083 Hewlett Packard +0001E6 Hewlett Packard +C44044 RackTop Systems Inc. +3898D8 MERITECH CO.,LTD +000CF1 Intel Corporation +000E0C Intel Corporation +BC0F64 Intel Corporate +6CA100 Intel Corporate +94659C Intel Corporate +1002B5 Intel Corporate +A468BC Private +441EA1 Hewlett Packard +D8D385 Hewlett Packard +18A905 Hewlett Packard +00237D Hewlett Packard +002655 Hewlett Packard +001560 Hewlett Packard +288023 Hewlett Packard +645106 Hewlett Packard +5CB901 Hewlett Packard +DC4A3E Hewlett Packard +2C59E5 Hewlett Packard +9CB654 Hewlett Packard +38EAA7 Hewlett Packard +E83935 Hewlett Packard +08EB74 HUMAX Co., Ltd. +6CB56B HUMAX Co., Ltd. +940937 HUMAX Co., Ltd. +403DEC HUMAX Co., Ltd. +E84DD0 HUAWEI TECHNOLOGIES CO.,LTD +140467 SNK Technologies Co.,Ltd. +EC5F23 Qinghai Kimascend Electronics Technology Co. Ltd. +047D50 Shenzhen Kang Ying Technology Co.Ltd. +54EFFE Fullpower Technologies, Inc. +EC52DC WORLD MEDIA AND TECHNOLOGY Corp. +A4D18C Apple, Inc. +CC25EF Apple, Inc. +240995 HUAWEI TECHNOLOGIES CO.,LTD +247F3C HUAWEI TECHNOLOGIES CO.,LTD +1C8E5C HUAWEI TECHNOLOGIES CO.,LTD +94772B HUAWEI TECHNOLOGIES CO.,LTD +F4E3FB HUAWEI TECHNOLOGIES CO.,LTD +04021F HUAWEI TECHNOLOGIES CO.,LTD +0034FE HUAWEI TECHNOLOGIES CO.,LTD +D02DB3 HUAWEI TECHNOLOGIES CO.,LTD +086361 HUAWEI TECHNOLOGIES CO.,LTD +F80113 HUAWEI TECHNOLOGIES CO.,LTD +70723C HUAWEI TECHNOLOGIES CO.,LTD +5C7D5E HUAWEI TECHNOLOGIES CO.,LTD +4C8BEF HUAWEI TECHNOLOGIES CO.,LTD +20F3A3 HUAWEI TECHNOLOGIES CO.,LTD +ACE87B HUAWEI TECHNOLOGIES CO.,LTD +688F84 HUAWEI TECHNOLOGIES CO.,LTD +4CAC0A zte corporation +0026ED zte corporation +002293 zte corporation +FCD733 TP-LINK TECHNOLOGIES CO.,LTD. +10A5D0 Murata Manufacturing Co., Ltd. +D4C9B2 Quanergy Systems Inc +E4CE02 WyreStorm Technologies Ltd +2002AF Murata Manufacturing Co., Ltd. +0026E8 Murata Manufacturing Co., Ltd. +ECCB30 HUAWEI TECHNOLOGIES CO.,LTD +786A89 HUAWEI TECHNOLOGIES CO.,LTD +2008ED HUAWEI TECHNOLOGIES CO.,LTD +509F27 HUAWEI TECHNOLOGIES CO.,LTD +CC96A0 HUAWEI TECHNOLOGIES CO.,LTD +54A51B HUAWEI TECHNOLOGIES CO.,LTD +F4C714 HUAWEI TECHNOLOGIES CO.,LTD +286ED4 HUAWEI TECHNOLOGIES CO.,LTD +04F938 HUAWEI TECHNOLOGIES CO.,LTD +FC48EF HUAWEI TECHNOLOGIES CO.,LTD +80FB06 HUAWEI TECHNOLOGIES CO.,LTD +D4B110 HUAWEI TECHNOLOGIES CO.,LTD +CC53B5 HUAWEI TECHNOLOGIES CO.,LTD +002127 TP-LINK TECHNOLOGIES CO.,LTD. +54E6FC TP-LINK TECHNOLOGIES CO.,LTD. +D85D4C TP-LINK TECHNOLOGIES CO.,LTD. +F81A67 TP-LINK TECHNOLOGIES CO.,LTD. +F0F336 TP-LINK TECHNOLOGIES CO.,LTD. +44B32D TP-LINK TECHNOLOGIES CO.,LTD. +F07816 Cisco Systems, Inc +001310 Cisco-Linksys, LLC +0023BE Cisco SPVTG +54D46F Cisco SPVTG +24374C Cisco SPVTG +BCC810 Cisco SPVTG +484487 Cisco SPVTG +445829 Cisco SPVTG +481D70 Cisco SPVTG +00214F ALPS ELECTRIC CO.,LTD. +00E036 PIONEER CORPORATION +E0AE5E ALPS ELECTRIC CO.,LTD. +34C731 ALPS ELECTRIC CO.,LTD. +60380E ALPS ELECTRIC CO.,LTD. +64D4BD ALPS ELECTRIC CO.,LTD. +00000C Cisco Systems, Inc +004096 Cisco Systems, Inc +30F70D Cisco Systems, Inc +B07D47 Cisco Systems, Inc +D8B190 Cisco Systems, Inc +F0B2E5 Cisco Systems, Inc +188B9D Cisco Systems, Inc +38ED18 Cisco Systems, Inc +ECBD1D Cisco Systems, Inc +DCCEC1 Cisco Systems, Inc +84B261 Cisco Systems, Inc +70E422 Cisco Systems, Inc +0050BD Cisco Systems, Inc +009086 Cisco Systems, Inc +005054 Cisco Systems, Inc +3C0E23 Cisco Systems, Inc +90E6BA ASUSTek COMPUTER INC. +BCAEC5 ASUSTek COMPUTER INC. +10BF48 ASUSTek COMPUTER INC. +A80C0D Cisco Systems, Inc +B83861 Cisco Systems, Inc +6C9989 Cisco Systems, Inc +580A20 Cisco Systems, Inc +0050D1 Cisco Systems, Inc +00500B Cisco Systems, Inc +005073 Cisco Systems, Inc +00603E Cisco Systems, Inc +00E034 Cisco Systems, Inc +001868 Cisco SPVTG +887556 Cisco Systems, Inc +60735C Cisco Systems, Inc +FC9947 Cisco Systems, Inc +7CC537 Apple, Inc. +70CD60 Apple, Inc. +24AB81 Apple, Inc. +581FAA Apple, Inc. +A46706 Apple, Inc. +3C0754 Apple, Inc. +E4CE8F Apple, Inc. +E8040B Apple, Inc. +B8C75D Apple, Inc. +403CFC Apple, Inc. +286AB8 Apple, Inc. +7CC3A1 Apple, Inc. +00E16D Cisco Systems, Inc +F8C288 Cisco Systems, Inc +E0ACF1 Cisco Systems, Inc +FC5B39 Cisco Systems, Inc +346F90 Cisco Systems, Inc +E0D173 Cisco Systems, Inc +74A02F Cisco Systems, Inc +547C69 Cisco Systems, Inc +689CE2 Cisco Systems, Inc +40A6E8 Cisco Systems, Inc +B8782E Apple, Inc. +000502 Apple, Inc. +0010FA Apple, Inc. +000393 Apple, Inc. +0016CB Apple, Inc. +0017F2 Apple, Inc. +001B63 Apple, Inc. +001EC2 Apple, Inc. +002608 Apple, Inc. +7C6D62 Apple, Inc. +40D32D Apple, Inc. +D83062 Apple, Inc. +C42C03 Apple, Inc. +6C2056 Cisco Systems, Inc +BC1665 Cisco Systems, Inc +44ADD9 Cisco Systems, Inc +0C2724 Cisco Systems, Inc +6C416A Cisco Systems, Inc +F872EA Cisco Systems, Inc +0C6803 Cisco Systems, Inc +789F70 Apple, Inc. +DC3714 Apple, Inc. +40331A Apple, Inc. +94F6A3 Apple, Inc. +D81D72 Apple, Inc. +70ECE4 Apple, Inc. +38C986 Apple, Inc. +FCFC48 Apple, Inc. +2857BE Hangzhou Hikvision Digital Technology Co.,Ltd. +50D59C Thai Habel Industrial Co., Ltd. +FCA386 SHENZHEN CHUANGWEI-RGB ELECTRONICS CO.,LTD +F0F249 Hitron Technologies. Inc +A4C361 Apple, Inc. +AC7F3E Apple, Inc. +280B5C Apple, Inc. +90B931 Apple, Inc. +24A2E1 Apple, Inc. +80EA96 Apple, Inc. +600308 Apple, Inc. +04F13E Apple, Inc. +54724F Apple, Inc. +48746E Apple, Inc. +3CAB8E Apple, Inc. +7C6DF8 Apple, Inc. +48D705 Apple, Inc. +3CD0F8 Apple, Inc. +98D6BB Apple, Inc. +4CB199 Apple, Inc. +64E682 Apple, Inc. +804971 Apple, Inc. +98FE94 Apple, Inc. +D8004D Apple, Inc. +98B8E3 Apple, Inc. +80929F Apple, Inc. +885395 Apple, Inc. +9C04EB Apple, Inc. +78FD94 Apple, Inc. +C88550 Apple, Inc. +D4F46F Apple, Inc. +787E61 Apple, Inc. +60F81D Apple, Inc. +4C7C5F Apple, Inc. +48E9F1 Apple, Inc. +FCE998 Apple, Inc. +F099BF Apple, Inc. +68644B Apple, Inc. +A8968A Apple, Inc. +4C8D79 Apple, Inc. +207D74 Apple, Inc. +F4F15A Apple, Inc. +042665 Apple, Inc. +2CB43A Apple, Inc. +689C70 Apple, Inc. +087045 Apple, Inc. +CCE0C3 Mangstor, Inc. +84A423 Sagemcom Broadband SAS +346987 zte corporation +58685D Tempo Australia Pty Ltd +789C85 August Home, Inc. +FCCF43 HUIZHOU CITY HUIYANG DISTRICT MEISIQI INDUSTRY DEVELOPMENT CO,.LTD +5882A8 Microsoft +B4EF04 DAIHAN Scientific Co., Ltd. +049645 WUXI SKY CHIP INTERCONNECTION TECHNOLOGY CO.,LTD. +5CE3B6 Fiberhome Telecommunication Technologies Co.,LTD +9C88AD Fiberhome Telecommunication Technologies Co.,LTD +C8C2C6 Shanghai Airm2m Communication Technology Co., Ltd +EC64E7 MOCACARE Corporation +D07C2D Leie IOT technology Co., Ltd +40862E JDM MOBILE INTERNET SOLUTION CO., LTD. +EC388F HUAWEI TECHNOLOGIES CO.,LTD +BC9C31 HUAWEI TECHNOLOGIES CO.,LTD +90C99B Recore Systems +5CB559 CNEX Labs +5CCF7F Espressif Inc. +380546 Foctek Photonics, Inc. +6858C5 ZF TRW Automotive +044169 GoPro +ACC51B Zhuhai Pantum Electronics Co., Ltd. +E80734 Champion Optical Network Engineering, LLC +6CEBB2 Dongguan Sen DongLv Electronics Co.,Ltd +A03299 Lenovo (Beijing) Co., Ltd. +A845CD Siselectron Technology LTD. +D0C193 SKYBELL, INC +209BCD Apple, Inc. +F0B0E7 Apple, Inc. +CC20E8 Apple, Inc. +E435C8 HUAWEI TECHNOLOGIES CO.,LTD +D47208 Bragi GmbH +489A42 Technomate Ltd +B49D0B BQ +98CB27 Galore Networks Pvt. Ltd. +30D32D devolo AG +CC794A BLU Products Inc. +60FD56 WOORISYSTEMS CO., Ltd +483974 Proware Technologies Co., Ltd. +E855B4 SAI Technology Inc. +9CA69D Whaley Technology Co.Ltd +342606 CarePredict, Inc. +B4AE2B Microsoft +80EB77 Wistron Corporation +B88981 Chengdu InnoThings Technology Co., Ltd. +B4293D Shenzhen Urovo Technology Co.,Ltd. +906FA9 NANJING PUTIAN TELECOMMUNICATIONS TECHNOLOGY CO.,LTD. +14B370 Gigaset Digital Technology (Shenzhen) Co., Ltd. +FC2FEF UTT Technologies Co., Ltd. +EC21E5 Toshiba +44FDA3 Everysight LTD. +84D4C8 Widex A/S +247260 IOTTECH Corp +44975A SHENZHEN FAST TECHNOLOGIES CO.,LTD +584822 Sony Mobile Communications AB +F8BF09 HUAWEI TECHNOLOGIES CO.,LTD +B4B265 DAEHO I&T +081FEB BinCube +785F4C Argox Information Co., Ltd. +5870C6 Shanghai Xiaoyi Technology Co., Ltd. +803B2A ABB Xiamen Low Voltage Equipment Co.,Ltd. +A0A65C Supercomputing Systems AG +5CB395 HUAWEI TECHNOLOGIES CO.,LTD +C412F5 D-Link International +44F436 zte corporation +349B5B Maquet GmbH +E861BE Melec Inc. +54B80A D-Link International +D8ADDD Sonavation, Inc. +C09A71 XIAMEN MEITU MOBILE TECHNOLOGY CO.LTD +340B40 MIOS ELETTRONICA SRL +944A0C Sercomm Corporation +D02516 SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD. +D05C7A Sartura d.o.o. +9C37F4 HUAWEI TECHNOLOGIES CO.,LTD +5CEB68 Cheerstar Technology Co., Ltd +F46A92 SHENZHEN FAST TECHNOLOGIES CO.,LTD +14AEDB VTech Telecommunications Ltd. +B8C3BF Henan Chengshi NetWork Technology Co.,Ltd +C0EE40 Laird Technologies +F0182B LG Chem +CC5FBF Topwise 3G Communication Co., Ltd. +14DDA9 ASUSTek COMPUTER INC. +485D36 Verizon +EC60E0 AVI-ON LABS +145A83 Logi-D inc +4CEEB0 SHC Netzwerktechnik GmbH +188EF9 G2C Co. Ltd. +809FAB Fiberhome Telecommunication Technologies Co.,LTD +D00492 Fiberhome Telecommunication Technologies Co.,LTD +F4E9D4 QLogic Corporation +1422DB eero inc. +0C413E Microsoft Corporation +007E56 China Dragon Technology Limited +086266 ASUSTek COMPUTER INC. +346C0F Pramod Telecom Pvt. Ltd +3C912B Vexata Inc +54369B 1Verge Internet Technology (Beijing) Co., Ltd. +E4FED9 EDMI Europe Ltd +2852E0 Layon international Electronic & Telecom Co.,Ltd +E48501 Geberit International AG +1C3947 COMPAL INFORMATION (KUNSHAN) CO., LTD. +2CAD13 SHENZHEN ZHILU TECHNOLOGY CO.,LTD +68B983 b-plus GmbH +BC74D7 HangZhou JuRu Technology CO.,LTD +E88E60 NSD Corporation +545146 AMG Systems Ltd. +84DDB7 Cilag GmbH International +78EB14 SHENZHEN FAST TECHNOLOGIES CO.,LTD +D05BA8 zte corporation +8CE78C DK Networks +E4BAD9 360 Fly Inc. +7C3CB6 Shenzhen Homecare Technology Co.,Ltd. +BCE767 Quanzhou TDX Electronics Co., Ltd +6CA7FA YOUNGBO ENGINEERING INC. +D0929E Microsoft Corporation +F4032F Reduxio Systems +84CFBF Fairphone +AC9E17 ASUSTek COMPUTER INC. +ACC73F VITSMO CO., LTD. +18BDAD L-TECH CORPORATION +10C07C Blu-ray Disc Association +B87879 Roche Diagnostics GmbH +4480EB Motorola Mobility LLC, a Lenovo Company +D06F4A TOPWELL INTERNATIONAL HOLDINGS LIMITED +BC54F9 Drogoo Technology Co., Ltd. +349E34 Evervictory Electronic Co.Ltd +A0C2DE Costar Video Systems +3809A4 Firefly Integrations +00A509 WigWag Inc. +A86405 nimbus 9, Inc +7076FF KERLINK +68F0BC Shenzhen LiWiFi Technology Co., Ltd +BCD165 Cisco SPVTG +4CA928 Insensi +2884FA SHARP Corporation +3C1E04 D-Link International +E0FFF7 Softiron Inc. +DC60A1 Teledyne DALSA Professional Imaging +78E980 RainUs Co.,Ltd +7C8274 Shenzhen Hikeen Technology CO.,LTD +B40566 SP Best Corporation Co., LTD. +70AD54 Malvern Instruments Ltd +DCE026 Patrol Tag, Inc +EC3C88 MCNEX Co.,Ltd. +F07959 ASUSTek COMPUTER INC. +E08E3C Aztech Electronics Pte Ltd +78A351 SHENZHEN ZHIBOTONG ELECTRONICS CO.,LTD +94E2FD Boge Kompressoren OTTO Boge GmbH & Co. KG +E4695A Dictum Health, Inc. +D46132 Pro Concept Manufacturer Co.,Ltd. +54A050 ASUSTek COMPUTER INC. +841826 Osram GmbH +14F893 Wuhan FiberHome Digital Technology Co.,Ltd. +9816EC IC Intracom +DCDA4F GETCK TECHNOLOGY, INC +30FAB7 Tunai Creative +0809B6 Masimo Corp +14EDE4 Kaiam Corporation +3438AF Inlab Software GmbH +049B9C Eadingcore Intelligent Technology Co., Ltd. +842690 BEIJING THOUGHT SCIENCE CO.,LTD. +B84FD5 Microsoft Corporation +587BE9 AirPro Technology India Pvt. Ltd +FC1D84 Autobase +4CE933 RailComm, LLC +6050C1 Kinetek Sports +003560 Rosen Aviation +EC59E7 Microsoft Corporation +08EFAB SAYME WIRELESS SENSOR NETWORK +C81B6B Innova Security +5C966A RTNET +2C5089 Shenzhen Kaixuan Visual Technology Co.,Limited +EC13B2 Netonix +74BADB Longconn Electornics(shenzhen)Co.,Ltd +4C7403 BQ +5876C5 DIGI I'S LTD +00A2F5 Guangzhou Yuanyun Network Technology Co.,Ltd +70FC8C OneAccess SA +902CC7 C-MAX Asia Limited +188219 Alibaba Cloud Computing Ltd. +B41780 DTI Group Ltd +D437D7 zte corporation +AC3870 Lenovo Mobile Communication Technology Ltd. +80EACA Dialog Semiconductor Hellas SA +4CBC42 Shenzhen Hangsheng Electronics Co.,Ltd. +987E46 Emizon Networks Limited +8432EA ANHUI WANZTEN P&T CO., LTD +90B686 Murata Manufacturing Co., Ltd. +4C6E6E Comnect Technology CO.,LTD +F4DD9E GoPro +40B3CD Chiyoda Electronics Co.,Ltd. +3451AA JID GLOBAL +04572F Sertel Electronics UK Ltd +08B2A3 Cynny Italia S.r.L. +D8977C Grey Innovation +80AD67 Kasda Networks Inc +30595B streamnow AG +B8AD3E BLUECOM +10C37B ASUSTek COMPUTER INC. +48D855 Telvent +284ED7 OutSmart Power Systems, Inc. +5C5BC2 YIK Corporation +EC8A4C zte corporation +8014A8 Guangzhou V-SOLUTION Electronic Technology Co., Ltd. +908C63 GZ Weedong Networks Technology Co. , Ltd +B49EAC Imagik Int'l Corp +C8E42F Technical Research Design and Development +FC2325 EosTek (Shenzhen) Co., Ltd. +A81374 Panasonic Corporation AVC Networks Company +4C83DE Cisco SPVTG +5CB6CC NovaComm Technologies Inc. +B4AE6F Circle Reliance, Inc DBA Cranberry Networks +B89919 7signal Solutions, Inc +90DA6A FOCUS H&S Co., Ltd. +A45DA1 ADB Broadband Italia +E8EF89 OPMEX Tech. +F4C447 Coagent International Enterprise Limited +08DF1F Bose Corporation +542AA2 Alpha Networks Inc. +84948C Hitron Technologies. Inc +CCA0E5 DZG Metering GmbH +3059B7 Microsoft +0874F6 Winterhalter Gastronom GmbH +FCC2DE Murata Manufacturing Co., Ltd. +1C1CFD Dalian Hi-Think Computer Technology, Corp +7062B8 D-Link International +B875C0 PayPal, Inc. +E47FB2 FUJITSU LIMITED +38262B UTran Technology +20ED74 Ability enterprise co.,Ltd. +7824AF ASUSTek COMPUTER INC. +0CAC05 Unitend Technologies Inc. +B4B859 Texa Spa +045C8E gosund GROUP CO.,LTD +54B753 Hunan Fenghui Yinjia Science And Technology Co.,Ltd +4826E8 Tek-Air Systems, Inc. +A012DB TABUCHI ELECTRIC CO.,LTD +ACB859 Uniband Electronic Corp, +100F18 Fu Gang Electronic(KunShan)CO.,LTD +C8D590 FLIGHT DATA SYSTEMS +709383 Intelligent Optical Network High Tech CO.,LTD. +6047D4 FORICS Electronic Technology Co., Ltd. +C09D26 Topicon HK Lmd. +B061C7 Ericsson-LG Enterprise +B05706 Vallox Oy +C8D429 Muehlbauer AG +20EAC7 SHENZHEN RIOPINE ELECTRONICS CO., LTD +80618F Shenzhen sangfei consumer communications co.,ltd +5CF50D Institute of microelectronic applications +10DEE4 automationNEXT GmbH +444891 HDMI Licensing, LLC +FC923B Nokia Corporation +38F708 National Resource Management, Inc. +C4C919 Energy Imports Ltd +88A73C Ragentek Technology Group +B0D7C5 Logipix Ltd +38C9A9 SMART High Reliability Solutions, Inc. +BC1A67 YF Technology Co., Ltd +B024F3 Progeny Systems +8C4DB9 Unmonday Ltd +D87CDD SANIX INCORPORATED +F8A2B4 RHEWA-WAAGENFABRIK August Freudewald GmbH &Co. KG +84FE9E RTC Industries, Inc. +403067 Conlog (Pty) Ltd +98DA92 Vuzix Corporation +5C2AEF Open Access Pty Ltd +E40439 TomTom Software Ltd +90AE1B TP-LINK TECHNOLOGIES CO.,LTD. +441E91 ARVIDA Intelligent Electronics Technology Co.,Ltd. +6C14F7 Erhardt+Leimer GmbH +CC07E4 Lenovo Mobile Communication Technology Ltd. +B4430D Broadlink Pty Ltd +A4BBAF Lime Instruments +7CE1FF Computer Performance, Inc. DBA Digital Loggers, Inc. +D069D0 Verto Medical Solutions, LLC +ACE069 ISAAC Instruments +E8EA6A StarTech.com +C4E984 TP-LINK TECHNOLOGIES CO.,LTD. +8059FD Noviga +18FF2E Shenzhen Rui Ying Da Technology Co., Ltd +1CAB01 Innovolt +68856A OuterLink Corporation +30F42F ESP +746A8F VS Vision Systems GmbH +B068B6 Hangzhou OYE Technology Co. Ltd +9C65F9 AcSiP Technology Corp. +487604 Private +D057A1 Werma Signaltechnik GmbH & Co. KG +3C89A6 KAPELSE +90F1B0 Hangzhou Anheng Info&Tech CO.,LTD +9C86DA Phoenix Geophysics Ltd. +48FEEA HOMA B.V. +10DDF4 Maxway Electronics CO.,LTD +080371 KRG CORPORATE +ACC595 Graphite Systems +3413A8 Mediplan Limited +4CD9C4 Magneti Marelli Automotive Electronics (Guangzhou) Co. Ltd +743ECB Gentrice tech +7071B3 Brain Corporation +208986 zte corporation +3CD4D6 WirelessWERX, Inc +64E625 Woxu Wireless Co., Ltd +7C444C Entertainment Solutions, S.L. +501AC5 Microsoft +609620 Private +F8572E Core Brands, LLC +E0E631 SNB TECHNOLOGIES LIMITED +20C60D Shanghai annijie Information technology Co.,LTD +7C9763 Openmatics s.r.o. +0444A1 TELECON GALICIA,S.A. +84569C Coho Data, Inc., +78AE0C Far South Networks +38CA97 Contour Design LLC +84A783 Alcatel Lucent +1CC11A Wavetronix +4CF02E Vifa Denmark A/S +3051F8 BYK-Gardner GmbH +94C3E4 SCA Schucker Gmbh & Co KG +FC19D0 Cloud Vision Networks Technology Co.,Ltd. +20E791 Siemens Healthcare Diagnostics, Inc +68764F Sony Mobile Communications AB +D4D919 GoPro +50C9A0 SKIPPER Electronics AS +A49F89 Shanghai Rui Rui Communication Technology Co.Ltd. +D850E6 ASUSTek COMPUTER INC. +94103E Belkin International Inc. +B4750E Belkin International Inc. +346178 The Boeing Company +187ED5 shenzhen kaism technology Co. Ltd +841B38 Shenzhen Excelsecu Data Technology Co.,Ltd +EC2AF0 Ypsomed AG +044F8B Adapteva, Inc. +9CE7BD Winduskorea co., Ltd +A0BF50 S.C. ADD-PRODUCTION S.R.L. +7CB733 ASKEY COMPUTER CORP +705957 Medallion Instrumentation Systems +6C8366 Nanjing SAC Power Grid Automation Co., Ltd. +88576D XTA Electronics Ltd +F83D4E Softlink Automation System Co., Ltd +FCD817 Beijing Hesun Technologies Co.Ltd. +909F43 Accutron Instruments Inc. +50C006 Carmanah Signs +98FB12 Grand Electronics (HK) Ltd +3C1040 daesung network +B04545 YACOUB Automation GmbH +701D7F Comtech Technology Co., Ltd. +60DB2A HNS +7CBF88 Mobilicom LTD +90028A Shenzhen Shidean Legrand Electronic Products Co.,Ltd +90356E Vodafone Omnitel N.V. +3CCA87 Iders Incorporated +08CA45 Toyou Feiji Electronics Co., Ltd. +9CA9E4 zte corporation +E47723 zte corporation +C098E5 University of Michigan +B8DF6B SpotCam Co., Ltd. +742B62 FUJITSU LIMITED +58BDF9 Sigrand +344F3F IO-Power Technology Co., Ltd. +C0C687 Cisco SPVTG +142BD2 Armtel Ltd. +54A54B NSC Communications Siberia Ltd +BC2B6B Beijing Haier IC Design Co.,Ltd +642184 Nippon Denki Kagaku Co.,LTD +EC3E09 PERFORMANCE DESIGNED PRODUCTS, LLC +EC219F VidaBox LLC +98D331 Shenzhen Bolutek Technology Co.,Ltd. +3C1A57 Cardiopulmonary Corp +6CF97C Nanoptix Inc. +58E02C Micro Technic A/S +E481B3 Shenzhen ACT Industrial Co.,Ltd. +E4F3E3 Shanghai iComhome Co.,Ltd. +04CF25 MANYCOLORS, INC. +D41090 iNFORM Systems AG +3495DB Logitec Corporation +88142B Protonic Holland +B8241A SWEDA INFORMATICA LTDA +3806B4 A.D.C. GmbH +341B22 Grandbeing Technology Co., Ltd +B4346C MATSUNICHI DIGITAL TECHNOLOGY (HONG KONG) LIMITED +9C1465 Edata Elektronik San. ve Tic. A.Ş. +587A4D Stonesoft Corporation +E89218 Arcontia International AB +58F387 HCCP +B0793C Revolv Inc +20CEC4 Peraso Technologies +04848A 7INOVA TECHNOLOGY LIMITED +700FEC Poindus Systems Corp. +78D5B5 NAVIELEKTRO KY +E067B3 C-Data Technology Co., Ltd +B887A8 Step Ahead Innovations Inc. +140D4F Flextronics International +B847C6 SanJet Technology Corp. +4CDF3D TEAM ENGINEERS ADVANCE TECHNOLOGIES INDIA PVT LTD +70F176 Data Modul AG +205721 Salix Technology CO., Ltd. +704CED TMRG, Inc. +E8516E TSMART Inc. +7C1AFC Dalian Co-Edifice Video Technology Co., Ltd +C034B4 Gigastone Corporation +74ADB7 China Mobile Group Device Co.,Ltd. +DC6F00 Livescribe, Inc. +D0737F Mini-Circuits +A4D094 Erwin Peters Systemtechnik GmbH +0488E2 Beats Electronics LLC +D00EA4 Porsche Cars North America +F415FD Shanghai Pateo Electronic Equipment Manufacturing Co., Ltd. +2C9464 Cincoze Co., Ltd. +B050BC SHENZHEN BASICOM ELECTRONIC CO.,LTD. +DC7014 Private +40BC73 Cronoplast S.L. +78303B Stephen Technologies Co.,Limited +78F5E5 BEGA Gantenbrink-Leuchten KG +804B20 Ventilation Control +4007C0 Railtec Systems GmbH +94B8C5 RuggedCom Inc. +8C3C07 Skiva Technologies, Inc. +784B08 f.robotics acquisitions ltd +0C2D89 QiiQ Communications Inc. +604A1C SUYIN Corporation +A4D3B5 GLITEL Stropkov, s.r.o. +A4F3C1 Open Source Robotics Foundation, Inc. +6C8B2F zte corporation +B863BC ROBOTIS, Co, Ltd +C8DDC9 Lenovo Mobile Communication Technology Ltd. +CC1AFA zte corporation +8C5AF0 Exeltech Solar Products +F8DADF EcoTech, Inc. +30AE7B Deqing Dusun Electron CO., LTD +1441E2 Monaco Enterprises, Inc. +F07765 Sourcefire, Inc +E4F7A1 Datafox GmbH +601E02 EltexAlatau +E47D5A Beijing Hanbang Technology Corp. +4C6255 SANMINA-SCI SYSTEM DE MEXICO S.A. DE C.V. +381766 PROMZAKAZ LTD. +204C6D Hugo Brennenstuhl Gmbh & Co. KG. +DC825B JANUS, spol. s r.o. +B08807 Strata Worldwide +74D02B ASUSTek COMPUTER INC. +A4E0E6 FILIZOLA S.A. PESAGEM E AUTOMACAO +60E00E SHINSEI ELECTRONICS CO LTD +30D46A Autosales Incorporated +30AABD Shanghai Reallytek Information Technology Co.,Ltd +A4B818 PENTA Gesellschaft für elektronische Industriedatenverarbeitung mbH +106682 NEC Platforms, Ltd. +102831 Morion Inc. +D81EDE B&W Group Ltd +6897E8 Society of Motion Picture & Television Engineers +FC58FA Shen Zhen Shi Xin Zhong Xin Technology Co.,Ltd. +60601F SZ DJI TECHNOLOGY CO.,LTD +E0C6B3 MilDef AB +FCDB96 ENERVALLEY CO., LTD +882E5A storONE +D429EA Zimory GmbH +C80E95 OmniLync Inc. +50ABBF Hoseo Telecom +C8EEA6 Shenzhen SHX Technology Co., Ltd +28CBEB One +18E8DD MODULETEK +4CCC34 Motorola Solutions Inc. +F084C9 zte corporation +E894F6 TP-LINK TECHNOLOGIES CO.,LTD. +94ACCA trivum technologies GmbH +7CD844 Enmotus Inc +F4C6D7 blackned GmbH +4CCA53 Skyera, Inc. +081DFB Shanghai Mexon Communication Technology Co.,Ltd +D0CDE1 Scientech Electronics +94756E QinetiQ North America +0C5521 Axiros GmbH +A4D856 Gimbal, Inc +10A743 SK Mtek Limited +E4A7FD Cellco Partnership +24F2DD Radiant Zemax LLC +80CF41 Lenovo Mobile Communication Technology Ltd. +7C9A9B VSE valencia smart energy +A845E9 Firich Enterprises CO., LTD. +78995C Nationz Technologies Inc +8CC5E1 ShenZhen Konka Telecommunication Technology Co.,Ltd +6CB311 Shenzhen Lianrui Electronics Co.,Ltd +54115F Atamo Pty Ltd +2411D0 Chongqing Ehs Science and Technology Development Co.,Ltd. +6C9AC9 Valentine Research, Inc. +10F49A T3 Innovation +5865E6 INFOMARK CO., LTD. +60BD91 Move Innovation +98473C SHANGHAI SUNMON COMMUNICATION TECHNOGY CO.,LTD +CC4BFB Hellberg Safety AB +ACA22C Baycity Technologies Ltd +6CADEF KZ Broadband Technologies, Ltd. +044BFF GuangZhou Hedy Digital Technology Co., Ltd +949BFD Trans New Technology, Inc. +E4EEFD MR&D Manufacturing +105CBF DuroByte Inc +EC89F5 Lenovo Mobile Communication Technology Ltd. +083AB8 Shinoda Plasma Co., Ltd. +A0DD97 PolarLink Technologies, Ltd +E05597 Emergent Vision Technologies Inc. +A01917 Bertel S.p.a. +FC9FAE Fidus Systems Inc +FC0647 Cortland Research, LLC +20918A PROFALUX +7C438F E-Band Communications Corp. +FC626E Beijing MDC Telecom +C0B339 Comigo Ltd. +DCC0DB Shenzhen Kaiboer Technology Co., Ltd. +7076DD Oxyguard International A/S +E89AFF Fujian Landi Commercial Equipment Co.,Ltd +683B1E Countwise LTD +D4136F Asia Pacific Brands +A0A130 DLI Taiwan Branch office +ECE915 STI Ltd +A81FAF KRYPTON POLSKA +087BAA SVYAZKOMPLEKTSERVICE, LLC +2C26C5 zte corporation +BC629F Telenet Systems P. Ltd. +B47F5E Foresight Manufacture (S) Pte Ltd +785517 SankyuElectronics +848E96 Embertec Pty Ltd +CC3A61 SAMSUNG ELECTRO MECHANICS CO., LTD. +A00363 Robert Bosch Healthcare GmbH +F0F644 Whitesky Science & Technology Co.,Ltd. +30D357 Logosol, Inc. +2C441B Spectrum Medical Limited +1C5A6B Philips Electronics Nederland BV +A875D6 FreeTek International Co., Ltd. +58EB14 Proteus Digital Health +789F87 Siemens AG I IA PP PRM +7C0A50 J-MEX Inc. +40F2E9 IBM +9C0473 Tecmobile (International) Ltd. +CC262D Verifi, LLC +3C8AE5 Tensun Information Technology(Hangzhou) Co.,LTD +7CB232 Hui Zhou Gaoshengda Technology Co.,LTD +54DF63 Intrakey technologies GmbH +7C0187 Curtis Instruments, Inc. +388EE7 Fanhattan LLC +54F666 Berthold Technologies GmbH and Co.KG +802FDE Zurich Instruments AG +08AF78 Totus Solutions, Inc. +5C38E0 Shanghai Super Electronics Technology Co.,LTD +A0E534 Stratec Biomedical AG +2891D0 Stage Tec Entwicklungsgesellschaft für professionelle Audiotechnik mbH +98291D Jaguar de Mexico, SA de CV +18863A DIGITAL ART SYSTEM +F4B72A TIME INTERCONNECT LTD +34D7B4 Tributary Systems, Inc. +F40F9B WAVELINK +144319 Creative&Link Technology Limited +64F50E Kinion Technology Company Limited +28A186 enblink +1C9492 RUAG Schweiz AG +24694A Jasmine Systems Inc. +C8C791 Zero1.tv GmbH +60748D Atmaca Elektronik +78D129 Vicos +78AB60 ABB Australia +289A4B SteelSeries ApS +0CC66A Nokia Corporation +3078C2 Innowireless, Co. Ltd. +7CFE28 Salutron Inc. +109FA9 Actiontec Electronics, Inc +C0A364 3D Systems Massachusetts +98A7B0 MCST ZAO +88DC96 SENAO Networks, Inc. +C455C2 Bach-Simpson +ECA29B Kemppi Oy +04CE14 Wilocity LTD. +802AFA Germaneers GmbH +1C8464 FORMOSA WIRELESS COMMUNICATION CORP. +D867D9 Cisco Systems, Inc +B4218A Dog Hunter LLC +F8A03D Dinstar Technologies Co., Ltd. +D08CFF UPWIS AB +9C066E Hytera Communications Corporation Limited +746A89 Rezolt Corporation +68D1FD Shenzhen Trimax Technology Co.,Ltd +241B13 Shanghai Nutshell Electronic Co., Ltd. +B43564 Fujian Tian Cheng Electron Science & Technical Development Co.,Ltd. +54D1B0 Universal Laser Systems, Inc +A497BB Hitachi Industrial Equipment Systems Co.,Ltd +FC52CE Control iD +E804F3 Throughtek Co., Ltd. +B85810 NUMERA, INC. +9886B1 Flyaudio corporation (China) +28B3AB Genmark Automation +44E8A5 Myreka Technologies Sdn. Bhd. +AC14D2 wi-daq, inc. +9C4CAE Mesa Labs +7CD9FE New Cosmos Electric Co., Ltd. +E49069 Rockwell Automation +B48910 Coster T.E. S.P.A. +A4B1E9 Technicolor +30AEF6 Radio Mobile Access +58343B Glovast Technology Ltd. +54A04F t-mac Technologies Ltd +E44F5F EDS Elektronik Destek San.Tic.Ltd.Sti +08B738 Lite-On Technogy Corp. +9C6650 Glodio Technolies Co.,Ltd Tianjin Branch +503955 Cisco SPVTG +90CF6F Dlogixs Co Ltd +68AF13 Futura Mobility +B82410 Magneti Marelli Slovakia s.r.o. +A8EF26 Tritonwave +F0D3E7 Sensometrix SA +7CC8D0 TIANJIN YAAN TECHNOLOGY CO., LTD. +88E917 Tamaggo +80AAA4 USAG +5C2479 Baltech AG +E8CBA1 Nokia Corporation +F85F2A Nokia Corporation +286094 CAPELEC +60E956 Ayla Networks, Inc +287184 Spire Payments +1CB094 HTC Corporation +FC5090 SIMEX Sp. z o.o. +209BA5 JIAXING GLEAD Electronics Co.,Ltd +60843B Soladigm, Inc. +508C77 DIRMEIER Schanktechnik GmbH &Co KG +6089B1 Key Digital Systems +080CC9 Mission Technology Group, dba Magma +A0F450 HTC Corporation +44D15E Shanghai Kingto Information Technology Ltd +545EBD NL Technologies +C8BBD3 Embrane +ECD19A Zhuhai Liming Industries Co., Ltd +346E8A Ecosense +ACEE3B 6harmonics Inc +681605 Systems And Electronic Development FZCO +04F17D Tarana Wireless +A0DC04 Becker-Antriebe GmbH +2CBE97 Ingenieurbuero Bickele und Buehler GmbH +045A95 Nokia Corporation +B40E96 HERAN +0CAF5A GENUS POWER INFRASTRUCTURES LIMITED +D0699E LUMINEX Lighting Control Equipment +64AE88 Polytec GmbH +2C542D Cisco Systems, Inc +709E86 X6D Limited +946124 Pason Systems +DC309C Heyrex Limited +E81324 GuangZhou Bonsoninfo System CO.,LTD +0036F8 Conti Temic microelectronic GmbH +443839 Cumulus Networks, inc +20F002 MTData Developments Pty. Ltd. +CC912B TE Connectivity Touch Solutions +785262 Shenzhen Hojy Software Co., Ltd. +40336C Godrej & Boyce Mfg. co. ltd +FC1D59 I Smart Cities HK Ltd +EC0ED6 ITECH INSTRUMENTS SAS +D0D212 K2NET Co.,Ltd. +9C8EDC Teracom Limited +146A0B Cypress Electronics Limited +B0750C QA Cafe +B4E1EB Private +FC2A54 Connected Data, Inc. +A090DE VEEDIMS,LLC +AC1461 ATAW Co., Ltd. +508A42 Uptmate Technology Co., LTD +8C57FD LVX Western +002A6A Cisco Systems, Inc +B88F14 Analytica GmbH +94FAE8 Shenzhen Eycom Technology Co., Ltd +3CA315 Bless Information & Communications Co., Ltd +F8DB4C PNY Technologies, INC. +F83094 Alcatel-Lucent Telecom Limited +2817CE Omnisense Ltd +28E608 Tokheim +E477D4 Minrray Industry Co.,Ltd +A4B980 Parking BOXX Inc. +002D76 TITECH GmbH +78A183 Advidia +F85063 Verathon +400E67 Tremol Ltd. +901B0E Fujitsu Technology Solutions GmbH +5C6F4F S.A. SISTEL +B058C4 Broadcast Microwave Services, Inc +B820E7 Guangzhou Horizontal Information & Network Integration Co. Ltd +98588A SYSGRATION Ltd. +842B50 Huria Co.,Ltd. +0C5A19 Axtion Sdn Bhd +A00CA1 SKTB SKiT +E09579 ORTHOsoft inc, d/b/a Zimmer CAS +307ECB SFR +90A783 JSW PACIFIC CORPORATION +000830 Cisco Systems, Inc +CCEF48 Cisco Systems, Inc +78A5DD Shenzhen Smarteye Digital Electronics Co., Ltd +28B0CC Xenya d.o.o. +ECE744 Omntec mfg. inc +80427C Adolf Tedsen GmbH & Co. KG +F8F7D3 International Communications Corporation +B89AED OceanServer Technology, Inc +E455EA Dedicated Computing +00FC58 WebSilicon Ltd. +64A0E7 Cisco Systems, Inc +18E80F Viking Electronics Inc. +EC6264 Global411 Internet Services, LLC +00F051 KWB Gmbh +F0DEB9 ShangHai Y&Y Electronics Co., Ltd +AC54EC IEEE P1823 Standards Working Group +C8292A Barun Electronics +E0DADC JVC KENWOOD Corporation +C894D2 Jiangsu Datang Electronic Products Co., Ltd +A0423F Tyan Computer Corp +5C18B5 Talon Communications +78BAD0 Shinybow Technology Co. Ltd. +306CBE Skymotion Technology (HK) Limited +40D559 MICRO S.E.R.I. +F82F5B eGauge Systems LLC +3499D7 Universal Flow Monitors, Inc. +7C336E MEG Electronics Inc. +D4D249 Power Ethernet +10C2BA UTT Co., Ltd. +F0DA7C RLH INDUSTRIES,INC. +40984C Casacom Solutions AG +B8975A BIOSTAR Microtech Int'l Corp. +4833DD ZENNIO AVANCE Y TECNOLOGIA, S.L. +D4D748 Cisco Systems, Inc +9CCAD9 Nokia Corporation +F8313E endeavour GmbH +10FC54 Shany Electronic Co., Ltd. +D4CA6D Routerboard.com +D8E743 Wush, Inc +908FCF UNO System Co., Ltd +903CAE Yunnan KSEC Digital Technology Co.,Ltd. +000831 Cisco Systems, Inc +F0620D Shenzhen Egreat Tech Corp.,Ltd +843611 hyungseul publishing networks +B8FD32 Zhejiang ROICX Microelectronics +D8052E Skyviia Corporation +F83553 Magenta Research Ltd. +DC3C2E Manufacturing System Insights, Inc. +40BC8B itelio GmbH +88C36E Beijing Ereneben lnformation Technology Limited +8CDE52 ISSC Technologies Corp. +A8776F Zonoff +902B34 GIGA-BYTE TECHNOLOGY CO.,LTD. +48E1AF Vity +C0A0DE Multi Touch Oy +943AF0 Nokia Corporation +B826D4 Furukawa Industrial S.A. Produtos Elétricos +14E4EC mLogic LLC +AC0DFE Ekon GmbH - myGEKKO +005CB1 Gospell DIGITAL TECHNOLOGY CO., LTD +186751 KOMEG Industrielle Messtechnik GmbH +B467E9 Qingdao GoerTek Technology Co., Ltd. +B49EE6 SHENZHEN TECHNOLOGY CO LTD +7041B7 Edwards Lifesciences LLC +A849A5 Lisantech Co., Ltd. +94DB49 SITCORP +8CD17B CG Mobile +144978 Digital Control Incorporated +FC8FC4 Intelligent Technology Inc. +F04A2B PYRAMID Computer GmbH +CC9093 Hansong Tehnologies +78F7D0 Silverbrook Research +F04B6A Scientific Production Association Siberian Arsenal, Ltd. +30DE86 Cedac Software S.r.l. +F013C3 SHENZHEN FENDA TECHNOLOGY CO., LTD +CCE7DF American Magnetics, Inc. +E44E18 Gardasoft VisionLimited +D41C1C RCF S.P.A. +8C94CF Encell Technology, Inc. +149090 KongTop industrial(shen zhen)CO.,LTD +CCF8F0 Xi'an HISU Multimedia Technology Co.,Ltd. +30F9ED Sony Corporation +28C718 Altierre +2046A1 VECOW Co., Ltd +8C271D QuantHouse +9C8BF1 The Warehouse Limited +147DC5 Murata Manufacturing Co., Ltd. +944696 BaudTec Corporation +90342B Gatekeeper Systems, Inc. +D45251 IBT Ingenieurbureau Broennimann Thun +3071B2 Hangzhou Prevail Optoelectronic Equipment Co.,LTD. +B82ADC EFR Europäische Funk-Rundsteuerung GmbH +B09BD4 GNH Software India Private Limited +7CF429 NUUO Inc. +B8CDA7 Maxeler Technologies Ltd. +F49461 NexGen Storage +804731 Packet Design, Inc. +ACCB09 Hefcom Metering (Pty) Ltd +10EED9 Canoga Perkins Corporation +240BB1 KOSTAL Industrie Elektrik GmbH +20EEC6 Elefirst Science & Tech Co ., ltd +807A7F ABB Genway Xiamen Electrical Equipment CO., LTD +14373B PROCOM Systems +B81999 Nesys +4C5585 Hamilton Systems +8CCF5C BEFEGA GmbH +A0133B HiTi Digital, Inc. +448E12 DT Research, Inc. +9C5711 Feitian Xunda(Beijing) Aeronautical Information Technology Co., Ltd. +18AD4D Polostar Technology Corporation +4CA74B Alcatel Lucent +549478 Silvershore Technology Partners +F4B164 Lightning Telecommunications Technology Co. Ltd +0CFC83 Airoha Technology Corp., +0C51F7 CHAUVIN ARNOUX +70B035 Shenzhen Zowee Technology Co., Ltd +708105 Cisco Systems, Inc +00082F Cisco Systems, Inc +542018 Tely Labs +581FEF Tuttnaer LTD +F8F25A G-Lab GmbH +BC779F SBM Co., Ltd. +C058A7 Pico Systems Co., Ltd. +04D783 Y&H E&C Co.,LTD. +00E175 AK-Systems Ltd +843F4E Tri-Tech Manufacturing, Inc. +C83232 Hunting Innova +D059C3 CeraMicro Technology Corporation +EC9681 2276427 Ontario Inc +B8288B Parker Hannifin Manufacturing (UK) Ltd +5835D9 Cisco Systems, Inc +802E14 azeti Networks AG +E8944C Cogent Healthcare Systems Ltd +68F895 Redflow Limited +A88792 Broadband Antenna Tracking Systems +901900 SCS SA +AC932F Nokia Corporation +1435B3 Future Designs, Inc. +FCF1CD OPTEX-FA CO.,LTD. +B03829 Siliconware Precision Industries Co., Ltd. +BC0F2B FORTUNE TECHGROUP CO.,LTD +8CF9C9 MESADA Technology Co.,Ltd. +E42AD3 Magneti Marelli S.p.A. Powertrain +FC10BD Control Sistematizado S.A. +443719 2 Save Energy Ltd +E83EB6 RIM +94FD1D WhereWhen Corp +0CE82F Bonfiglioli Vectron GmbH +C0626B Cisco Systems, Inc +B4B88D Thuh Company +60F59C CRU-Dataport +4C73A5 KOVE +F86971 Seibu Electric Co., +44AA27 udworks Co., Ltd. +6CAD3F Hubbell Building Automation, Inc. +8427CE Corporation of the Presiding Bishop of The Church of Jesus Christ of Latter-day Saints +D428B2 ioBridge, Inc. +90B8D0 Joyent, Inc. +909060 RSI VIDEO TECHNOLOGIES +281471 Lantis co., LTD. +1407E0 Abrantix AG +DCCF94 Beijing Rongcheng Hutong Technology Co., Ltd. +18E288 STT Condigi +68876B INQ Mobile Limited +9866EA Industrial Control Communications, Inc. +F4A52A Hawa Technologies Inc +90CF15 Nokia Corporation +B8D49D M Seven System Ltd. +B0A10A Pivotal Systems Corporation +48F47D TechVision Holding Internation Limited +6C391D Beijing ZhongHuaHun Network Information center +64D241 Keith & Koep GmbH +101212 Vivo International Corporation Pty Ltd +5087B8 Nuvyyo Inc +E41289 topsystem Systemhaus GmbH +A4134E Luxul +B09928 FUJITSU LIMITED +8C11CB ABUS Security-Center GmbH & Co. KG +806459 Nimbus Inc. +A45A1C smart-electronic GmbH +8C89A5 Micro-Star INT'L CO., LTD +3C672C Sciovid Inc. +18D071 DASAN CO., LTD. +38D135 EasyIO Corporation Sdn. Bhd. +184E94 MESSOA TECHNOLOGIES INC. +94D93C ENELPS +DC9B1E Intercom, Inc. +5C7757 Haivision Network Video +E8B4AE Shenzhen C&D Electronics Co.,Ltd +C45600 Galleon Embedded Computing +E42FF6 Unicore communication Inc. +B8F4D0 Herrmann Ultraschalltechnik GmbH & Co. Kg +B4F323 PETATEL INC. +C81E8E ADV Security (S) Pte Ltd +ACCABA Midokura Co., Ltd. +9C417C Hame Technology Co., Limited +10768A EoCell +044665 Murata Manufacturing Co., Ltd. +D0131E Sunrex Technology Corp +380197 TSST Global,Inc +B40142 GCI Science & Technology Co.,LTD +846EB1 Park Assist LLC +6C504D Cisco Systems, Inc +C0C1C0 Cisco-Linksys, LLC +1CBD0E Amplified Engineering Pty Ltd +F0A764 GST Co., Ltd. +A0F217 GE Medical System(China) Co., Ltd. +643409 BITwave Pte Ltd +20D5AB Korea Infocom Co.,Ltd. +F05849 CareView Communications +BC15A6 Taiwan Jantek Electronics,Ltd. +241A8C Squarehead Technology AS +1083D2 Microseven Systems, LLC +F05D89 Dycon Limited +AC02CF RW Tecnologia Industria e Comercio Ltda +9067B5 Alcatel-Lucent +40987B Aisino Corporation +6C2E33 Accelink Technologies Co.,Ltd. +4CEDDE ASKEY COMPUTER CORP +E8E08F GRAVOTECH MARKING SAS +78B6C1 AOBO Telecom Co.,Ltd +B8BA68 Xi'an Jizhong Digital Communication Co.,Ltd +BC38D2 Pandachip Limited +14EE9D AirNav Systems LLC +48174C MicroPower technologies +F81037 Atopia Systems, LP +64F987 Avvasi Inc. +3C7437 RIM +64DC01 Static Systems Group PLC +1CF5E7 Turtle Industry Co., Ltd. +2C8065 HARTING Inc. of North America +F8F014 RackWare Inc. +E41C4B V2 TECHNOLOGY, INC. +E0143E Modoosis Inc. +204AAA Hanscan Spain S.A. +F02572 Cisco Systems, Inc +8091C0 AgileMesh, Inc. +0CF0B4 Globalsat International Technology Ltd +BCC61A SPECTRA EMBEDDED SYSTEMS +48DF1C Wuhan NEC Fibre Optic Communications industry Co. Ltd +D0D3FC Mios, Ltd. +989449 Skyworth Wireless Technology Ltd. +C8DF7C Nokia Corporation +F8C678 Carefusion +FC3598 Favite Inc. +A0AAFD EraThink Technologies Corp. +801F02 Edimax Technology Co. Ltd. +E03E7D data-complex GmbH +A4E32E Silicon & Software Systems Ltd. +1C19DE eyevis GmbH +DC07C1 HangZhou QiYang Technology Co.,Ltd. +D8FE8F IDFone Co., Ltd. +0006F6 Cisco Systems, Inc +ACAB8D Lyngso Marine A/S +E8995A PiiGAB, Processinformation i Goteborg AB +D4E32C S. Siedle & Sohne +68DCE8 PacketStorm Communications +78223D Affirmed Networks +60C980 Trymus +94CDAC Creowave Oy +F4DCDA Zhuhai Jiahe Communication Technology Co., limited +100D32 Embedian, Inc. +D82986 Best Wish Technology LTD +C03B8F Minicom Digital Signage +A4218A Nortel Networks +6C0460 RBH Access Technologies Inc. +5C864A Secret Labs LLC +B8BA72 Cynove +C00D7E Additech, Inc. +68784C Nortel Networks +6C626D Micro-Star INT'L CO., LTD +8841C1 ORBISAT DA AMAZONIA IND E AEROL SA +18B209 Torrey Pines Logic, Inc +3018CF DEOS control systems GmbH +4CF737 SamJi Electronics Co., Ltd +40406B Icomera +1880CE Barberry Solutions Ltd +CC43E3 Trump s.a. +6C22AB Ainsworth Game Technology +3C106F ALBAHITH TECHNOLOGIES +7CE044 NEON Inc +64D02D Next Generation Integration (NGI) +A04041 SAMWONFA Co.,Ltd. +788C54 Eltek Technologies LTD +9411DA ITF Fröschl GmbH +10E8EE PhaseSpace +A47C1F Cobham plc +8C1F94 RF Surgical System Inc. +74A4A7 QRS Music Technologies, Inc. +8039E5 PATLITE CORPORATION +BCFFAC TOPCON CORPORATION +602A54 CardioTek B.V. +1C3DE7 Sigma Koki Co.,Ltd. +482CEA Motorola Inc Business Light Radios +70E139 3view Ltd +AC6123 Drivven, Inc. +3C04BF PRAVIS SYSTEMS Co.Ltd., +443D21 Nuvolt +749050 Renesas Electronics Corporation +7CBB6F Cosco Electronics Co., Ltd. +D466A8 Riedo Networks GmbH +98E165 Accutome +EC66D1 B&W Group LTD +385FC3 Yu Jeong System, Co.Ltd +94857A Evantage Industries Corp +4451DB Raytheon BBN Technologies +64995D LGE +585076 Linear Equipamentos Eletronicos SA +4083DE Zebra Technologies Inc +8897DF Entrypass Corporation Sdn. Bhd. +0C15C5 SDTEC Co., Ltd. +9803A0 ABB n.v. Power Quality Products +DCFAD5 STRONG Ges.m.b.H. +D84606 Silicon Valley Global Marketing +D0E347 Yoga +84A991 Cyber Trans Japan Co.,Ltd. +D81C14 Compacta International, Ltd. +9088A2 IONICS TECHNOLOGY ME LTDA +B0B8D5 Nanjing Nengrui Auto Equipment CO.,Ltd +8497B8 Memjet Inc. +A8556A Pocketnet Technology Inc. +B081D8 I-sys Corp +206AFF Atlas Elektronik UK Limited +EC542E Shanghai XiMei Electronic Technology Co. Ltd +B88E3A Infinite Technologies JLT +74BE08 ATEK Products, LLC +E0EE1B Panasonic Automotive Systems Company of America +E80C38 DAEYOUNG INFORMATION SYSTEM CO., LTD +68597F Alcatel Lucent +2C3068 Pantech Co.,Ltd +5C4058 Jefferson Audio Video Systems, Inc. +64317E Dexin Corporation +AC9B84 Smak Tecnologia e Automacao +4C022E CMR KOREA CO., LTD +24A42C KOUKAAM a.s. +34F39B WizLAN Ltd. +74B9EB JinQianMao Technology Co.,Ltd. +244597 GEMUE Gebr. Mueller Apparatebau +30694B RIM +AC5135 MPI TECH +00D38D Hotel Technology Next Generation +3C6278 SHENZHEN JETNET TECHNOLOGY CO.,LTD. +8081A5 TONGQING COMMUNICATION EQUIPMENT (SHENZHEN) Co.,Ltd +EC8EAD DLX +ECDE3D Lamprey Networks, Inc. +04FE7F Cisco Systems, Inc +E8056D Nortel Networks +00D11C ACETEL +1056CA Peplink International Ltd. +44A689 PROMAX ELECTRONICA SA +10CCDB AXIMUM PRODUITS ELECTRONIQUES +6C92BF Inspur Electronic Information Industry Co.,Ltd. +E01CEE Bravo Tech, Inc. +3C1915 GFI Chrono Time +EC5C69 MITSUBISHI HEAVY INDUSTRIES MECHATRONICS SYSTEMS,LTD. +04E548 Cohda Wireless Pty Ltd +0C1DC2 SeAH Networks +28CD4C Individual Computers GmbH +8C53F7 A&D ENGINEERING CO., LTD. +781185 NBS Payment Solutions Inc. +2893FE Cisco Systems, Inc +10B7F6 Plastoform Industries Ltd. +2059A0 Paragon Technologies Inc. +487119 SGB GROUP LTD. +E0ABFE Orb Networks, Inc. +CCEA1C DCONWORKS Co., Ltd +ACE348 MadgeTech, Inc +687F74 Cisco-Linksys, LLC +CCB888 AnB Securite s.a. +CC2218 InnoDigital Co., Ltd. +B86491 CK Telecom Ltd +80C862 Openpeak, Inc +E43593 Hangzhou GoTo technology Co.Ltd +E0BC43 C2 Microsystems, Inc. +7884EE INDRA ESPACIO S.A. +2C3F3E Alge-Timing GmbH +C0CFA3 Creative Electronics & Software, Inc. +D4823E Argosy Technologies, Ltd. +844823 WOXTER TECHNOLOGY Co. Ltd +D0F0DB Ericsson +7C1476 Damall Technologies SAS +D05875 Active Control Technology Inc. +D81BFE TWINLINX CORPORATION +D46CBF Goodrich ISR +5C57C8 Nokia Corporation +4CC602 Radios, Inc. +3C05AB Product Creation Studio +3C39C3 JW Electronics Co., Ltd. +547FEE Cisco Systems, Inc +A4C2AB Hangzhou LEAD-IT Information & Technology Co.,Ltd +48AA5D Store Electronic Systems +1062C9 Adatis GmbH & Co. KG +D8AE90 Itibia Technologies +904716 RORZE CORPORATION +28E794 Microtime Computer Inc. +8894F9 Gemicom Technology, Inc. +0CA42A OB Telecom Electronic Technology Co., Ltd +5850E6 Best Buy Corporation +AC9A96 Lantiq Deutschland GmbH +E86CDA Supercomputers and Neurocomputers Research Center +24B6B8 FRIEM SPA +F86ECF Arcx Inc +8C8401 Private +6C7039 Novar GmbH +A4561B MCOT Corporation +80EE73 Shuttle Inc. +10C73F Midas Klark Teknik Ltd +408A9A TITENG CO., Ltd. +702B1D E-Domus International Limited +F077D0 Xcellen +785C72 Hioso Technology Co., Ltd. +94236E Shenzhen Junlan Electronic Ltd +88BA7F Qfiednet Co., Ltd. +E02636 Nortel Networks +4456B7 Spawn Labs, Inc +A09805 OpenVox Communication Co Ltd +00271D Comba Telecom Systems (China) Ltd. +002721 Shenzhen Baoan Fenda Industrial Co., Ltd +A09A5A Time Domain +64A837 Juni Korea Co., Ltd +B4B5AF Minsung Electronics +44568D PNC Technologies Co., Ltd. +ACD180 Crexendo Business Solutions, Inc. +AC8317 Shenzhen Furtunetel Communication Co., Ltd +E80B13 Akib Systems Taiwan, INC +44C9A2 Greenwald Industries +646E6C Radio Datacom LLC +E4751E Getinge Sterilization AB +F8811A OVERKIZ +042BBB PicoCELA, Inc. +FC0877 Prentke Romich Company +ECD00E MiraeRecognition Co., Ltd. +747E1A Red Embedded Design Limited +C47D4F Cisco Systems, Inc +4C9EE4 Hanyang Navicom Co.,Ltd. +3CDF1E Cisco Systems, Inc +BCB181 SHARP CORPORATION +78B81A INTER SALES A/S +78192E NASCENT Technology +2C0623 Win Leader Inc. +C82E94 Halfa Enterprise Co., Ltd. +0C2755 Valuable Techologies Limited +C038F9 Nokia Danmark A/S +F46349 Diffon Corporation +5C8778 Cybertelbridge co.,ltd +9C5E73 Calibre UK LTD +F06281 ProCurve Networking by HP +003A9B Cisco Systems, Inc +2C9127 Eintechno Corporation +C09C92 COBY +849000 Arnold & Richter Cine Technik +C87248 Aplicom Oy +74D850 Evrisko Systems +6CAC60 Venetex Corp +DC0265 Meditech Kft +68A1B7 Honghao Mingchuan Technology (Beijing) CO.,Ltd. +7CCFCF Shanghai SEARI Intelligent System Co., Ltd +EC3091 Cisco Systems, Inc +3032D4 Hanilstm Co., Ltd. +0026EE TKM GmbH +0026E7 Shanghai ONLAN Communication Tech. Co., Ltd. +0026E1 Stanford University, OpenFlow Group +0026DB Ionics EMS Inc. +0026CE Kozumi USA Corp. +0026D5 Ory Solucoes em Comercio de Informatica Ltda. +0026C8 System Sensor +002711 LanPro Inc +00270D Cisco Systems, Inc +002707 Lift Complex DS, JSC +002700 Shenzhen Siglent Technology Co., Ltd. +0026FA BandRich Inc. +0026F4 Nesslab +0025D7 CEDO +0025D2 InpegVision Co., Ltd +0025D1 Eastern Asia Technology Limited +0025CB Reiner SCT +0025BF Wireless Cables Inc. +0025B1 Maya-Creation Corporation +0025B8 Agile Communications, Inc. +0025B2 MBDA Deutschland GmbH +0025AC I-Tech corporation +0026C2 SCDI Co. LTD +0026BC General Jack Technology Ltd. +0026B4 Ford Motor Company +0026AE Wireless Measurement Ltd +0026AA Kenmec Mechanical Engineering Co., Ltd. +0026A4 Novus Produtos Eletronicos Ltda +002698 Cisco Systems, Inc +00269D M2Mnet Co., Ltd. +00268B Guangzhou Escene Computer Technology Limited +002685 Digital Innovation +002678 Logic Instrument SA +002672 AAMP of America +00266B SHINE UNION ENTERPRISE LIMITED +002666 EFM Networks +002665 ProtectedLogic Corporation +002651 Cisco Systems, Inc +002652 Cisco Systems, Inc +002646 SHENYANG TONGFANG MULTIMEDIA TECHNOLOGY COMPANY LIMITED +002640 Baustem Broadband Technologies, Ltd. +00263A Digitec Systems +002634 Infineta Systems, Inc +002633 MIR - Medical International Research +00262E Chengdu Jiuzhou Electronic Technology Inc +002627 Truesell +002621 InteliCloud Technology Inc. +00261B LAUREL BANK MACHINES CO., LTD. +002614 KTNF +00260E Ablaze Systems, LLC +002602 SMART Temps LLC +002601 Cutera Inc +0025F7 Ansaldo STS USA +0025FC ENDA ENDUSTRIYEL ELEKTRONIK LTD. STI. +0025ED NuVo Technologies LLC +0025EE Avtex Ltd +0025E8 Idaho Technology +0025E3 Hanshinit Inc. +0025DE Probits Co., LTD. +002579 J & F Labs +00257E NEW POS Technology Limited +002572 Nemo-Q International AB +00256B ATENIX E.E. s.r.l. +00256C Azimut Production Association JSC +00255F SenTec AG +00255A Tantalus Systems Corp. +002559 Syphan Technologies Ltd +0025A5 Walnut Media Network +00259F TechnoDigital Technologies GmbH +002599 Hedon e.d. B.V. +002592 Guangzhou Shirui Electronic Co., Ltd +00258D Haier +002588 Genie Industries, Inc. +002583 Cisco Systems, Inc +00254C Videon Central, Inc. +002536 Oki Electric Industry Co., Ltd. +00253D DRS Consolidated Controls +002540 Quasar Technologies, Inc. +002533 WITTENSTEIN AG +00252C Entourage Systems, Inc. +002502 NaturalPoint +0024FB Private +0024F6 MIYOSHI ELECTRONICS CORPORATION +0024EA iris-GmbH infrared & intelligent sensors +0024E3 CAO Group +002527 Bitrode Corp. +002524 Lightcomm Technology Co., Ltd +00251F ZYNUS VISION INC. +00251A Psiber Data Systems Inc. +002515 SFR +00250E gt german telematics gmbh +002507 ASTAK Inc. +002509 SHARETRONIC Group LTD +002437 Motorola - BSG +00243C S.A.A.A. +002430 Ruby Tech Corp. +0023FB IP Datatel, LLC. +0023F3 Glocom, Inc. +0023EF Zuend Systemtechnik AG +0023E9 F5 Networks, Inc. +0023E3 Microtronic AG +0023E2 SEA Signalisation +0023DD ELGIN S.A. +0023D0 Uniloc USA Inc. +0023CA Behind The Set, LLC +0024B0 ESAB AB +0024A9 Ag Leader Technology +0024A2 Hong Kong Middleware Technology Limited +0024A4 Siklu Communication +00249D NES Technology Inc. +00248A Kaga Electronics Co., Ltd. +00248F DO-MONIX +002496 Ginzinger electronic systems +002477 Tibbo Technology +002470 AUROTECH ultrasound AS. +002472 ReDriven Power Inc. +00246B Covia, Inc. +002464 Bridge Technologies Co AS +00245F Vine Telecom CO.,Ltd. +002420 NetUP Inc. +002426 NOHMI BOSAI LTD. +00241A Red Beetle Inc. +002413 Cisco Systems, Inc +00240D OnePath Networks LTD. +00240E Inventec Besta Co., Ltd. +002407 TELEM SAS +002400 Nortel Networks +0024D0 Shenzhen SOGOOD Industry CO.,LTD. +0024D5 Winward Industrial Limited +0024C9 Broadband Solutions Group +0024C4 Cisco Systems, Inc +0024BF CIAT +0024B5 Nortel Networks +00245A Nanjing Panda Electronics Company Limited +002453 Initra d.o.o. +00244D Hokkaido Electronics Corporation +002452 Silicon Software GmbH +002446 MMB Research Inc. +002441 Wanzl Metallwarenfabrik GmbH +002368 Zebra Technologies Inc +00236F DAQ System +002362 Goldline Controls +002361 Unigen Corporation +00235C Aprius, Inc. +002355 Kinco Automation(Shanghai) Ltd. +00234F Luminous Power Technologies Pvt. Ltd. +002350 LynTec +002349 Helmholtz Centre Berlin for Material and Energy +002244 Chengdu Linkon Communications Device Co., Ltd +00224F Byzoro Networks Ltd. +002248 Microsoft Corporation +00223E IRTrans GmbH +002239 Indiana Life Sciences Incorporated +002232 Design Design Technology Ltd +00222C Ceton Corp +00230E Gorba AG +002307 FUTURE INNOVATION TECH CO.,LTD +002302 Cobalt Digital, Inc. +0022EB Data Respons A/S +0022EC IDEALBT TECHNOLOGY CORPORATION +0022F1 Private +00239E Jiangsu Lemote Technology Corporation Limited +002398 Vutlan sro +002384 GGH Engineering s.r.l. +002342 Coffee Equipment Company +002336 METEL s.r.o. +00233D Novero holding B.V. +002330 DIZIPIA, INC. +00232C Senticare +002320 Nicira Networks +00231D Deltacom Electronics Ltd +00231E Cezzer Multimedia Technologies +0022B8 Norcott +0022B7 GSS Grundig SAT-Systems GmbH +0022B2 4RF Communications Ltd +0022AB Shenzhen Turbosight Technology Ltd +0022A6 Sony Computer Entertainment America +00229F Sensys Traffic AB +0022E5 Fisher-Rosemount Systems Inc. +0022DE OPPO Digital, Inc. +0022D9 Fortex Industrial Ltd. +0022D2 All Earth Comércio de Eletrônicos LTDA. +0022CC SciLog, Inc. +0022C8 Applied Instruments B.V. +0022BE Cisco Systems, Inc +00228C Photon Europe GmbH +002286 ASTRON +002285 NOMUS COMM SYSTEMS +002280 A2B Electronics AB +002276 Triple EYE B.V. +00227B Apogee Labs, Inc. +002262 BEP Marine +00226C LinkSprite Technologies, Inc. +00225E Uwin Technologies Co.,LTD +002258 Taiyo Yuden Co., Ltd. +0023C3 LogMeIn, Inc. +0023BD Digital Ally, Inc. +0023B7 Q-Light Co., Ltd. +0023B1 Longcheer Technology (Singapore) Pte Ltd +0023B0 COMXION Technology Inc. +0023AB Cisco Systems, Inc +0023A4 New Concepts Development Corp. +001FC0 Control Express Finland Oy +001FBB Xenatech Co.,LTD +001FB4 SmartShare Systems +001FAD Brown Innovations, Inc +001FAF NextIO, Inc. +001FAE Blick South Africa (Pty) Ltd +001FA8 Smart Energy Instruments Inc. +001FA3 T&W Electronics(Shenzhen)Co.,Ltd. +002142 Advanced Control Systems doo +002140 EN Technologies Inc. +002138 Cepheid +00212E dresden-elektronik +002128 Oracle Corporation +002122 Chip-pro Ltd. +00211B Cisco Systems, Inc +002115 PHYWE Systeme GmbH & Co. KG +002116 Transcon Electronic Systems, spol. s r. o. +00210F Cernium Corp +00210B GEMINI TRAZE RFID PVT. LTD. +00210C Cymtec Systems, Inc. +001FFC Riccius+Sohn GmbH +001FF7 Nakajima All Precision Co., Ltd. +00216E Function ATI (Huizhou) Telecommunications Co., Ltd. +002168 iVeia, LLC +002161 Yournet Inc. +002155 Cisco Systems, Inc +00214E GS Yuasa Power Supply Ltd. +002149 China Daheng Group ,Inc. +001FF0 Audio Partnership +001FE9 Printrex, Inc. +001FEB Trio Datacom Pty Ltd +001FEA Applied Media Technologies Corporation +001FDD GDI LLC +001FD8 A-TRUST COMPUTER CORPORATION +001FD3 RIVA Networks Inc. +001FCE QTECH LLC +00219D Adesys BV +0021A1 Cisco Systems, Inc +002198 Thai Radio Co, LTD +002193 Videofon MV +00218D AP Router Ind. Eletronica LTDA +00218E MEKICS CO., LTD. +002187 Imacs GmbH +002181 Si2 Microsystems Limited +00217B Bastec AB +002174 AvaLAN Wireless +0021F8 Enseo, Inc. +0021F3 Si14 SpA +0021EC Solutronic GmbH +0021E6 Starlight Video Limited +0021E0 CommAgility Ltd +0021D3 BOCOM SECURITY(ASIA PACIFIC) LIMITED +0021D4 Vollmer Werke GmbH +0021D9 SEKONIC CORPORATION +0021CD LiveTV +0021C7 Russound +0021C6 CSJ Global, Inc. +0021C1 ABB Oy / Medium Voltage Products +0021B4 APRO MEDIA CO., LTD +0021AE ALCATEL-LUCENT FRANCE - WTD +0021A2 EKE-Electronics Ltd. +0021A7 Hantle System Co., Ltd. +00221F eSang Technologies Co., Ltd. +002226 Avaak, Inc. +00221A Audio Precision +002213 PCI CORPORATION +00220D Cisco Systems, Inc +00220C Cisco Systems, Inc +002202 Excito Elektronik i Skåne AB +0021F9 WIRECOM Technologies +001F40 Speakercraft Inc. +001F38 POSITRON +001F3D Qbit GmbH +001F37 Genesis I&C +001F2A ACCM +001F31 Radiocomp +001F25 MBS GmbH +001F1E Astec Technology Co., Ltd +001F17 IDX Company, Ltd. +001F18 Hakusan.Mfg.Co,.Ltd +001E61 ITEC GmbH +001E5C RB GeneralEkonomik +001E5B Unitron Company, Inc. +001E55 COWON SYSTEMS,Inc. +001E4E DAKO EDV-Ingenieur- und Systemhaus GmbH +001E49 Cisco Systems, Inc +001E44 SANTEC +001E3F TrellisWare Technologies, Inc. +001E38 Bluecard Software Technology Co., Ltd. +001E31 INFOMARK CO.,LTD. +001E32 Zensys +001E2C CyVerse Corporation +001E20 Intertain Inc. +001E19 GTRI +001E0F Briot International +001EE4 ACS Solutions France +001EEB Talk-A-Phone Co. +001EDF Master Industrialization Center Kista +001EDA Wesemann Elektrotechniek B.V. +001ED5 Tekon-Automatics +001ECE BISA Technologies (Hong Kong) Limited +001EC8 Rapid Mobile (Pty) Ltd +001EBB BLUELIGHT TECHNOLOGY INC. +001EB6 TAG Heuer SA +001EB5 Ever Sparkle Technologies Ltd +001EAF Ophir Optronics Ltd +001EAA E-Senza Technologies GmbH +001E9D Recall Technologies, Inc. +001E98 GreenLine Communications +001E97 Medium Link System Technology CO., LTD, +001E91 KIMIN Electronic Co., Ltd. +001E8A eCopy, Inc +001E85 Lagotek Corporation +001E78 Owitek Technology Ltd., +001E6D IT R&D Center +001E6E Shenzhen First Mile Communications Ltd +001F71 xG Technology, Inc. +001F72 QingDao Hiphone Technology Co,.Ltd +001F76 AirLogic Systems Inc. +001F6C Cisco Systems, Inc +001F60 COMPASS SYSTEMS CORP. +001F65 KOREA ELECTRIC TERMINAL CO., LTD. +001F5F Blatand GmbH +001F59 Kronback Tracers +001F4D Segnetics LLC +001F52 UVT Unternehmensberatung fur Verkehr und Technik GmbH +001F03 NUM AG +001EFE LEVEL s.r.o. +001F04 Granch Ltd. +001EF2 Micro Motion Inc +001EF7 Cisco Systems, Inc +001EF1 Servimat +001F9E Cisco Systems, Inc +001F97 BERTANA srl +001F8B Cache IQ +001F84 Gigle Semiconductor +001F7F Phabrix Limited +001CFF Napera Networks Inc +001CF8 Parade Technologies, Ltd. +001CF1 SUPoX Technology Co. , LTD. +001CF2 Tenlon Technology Co.,Ltd. +001CEC Mobilesoft (Aust.) Pty Ltd +001CE7 Rocon PLC Research Centre +001CE2 Attero Tech, LLC. +001CDB CARPOINT CO.,LTD +001CD5 ZeeVee, Inc. +001CCF LIMETEK +001E08 Centec Networks Inc +001E03 LiComm Co., Ltd. +001DFC KSIC +001DF5 Sunshine Co,LTD +001DF0 Vidient Systems, Inc. +001DDC HangZhou DeChangLong Tech&Info Co.,Ltd +001DE4 Visioneered Image Systems +001DE2 Radionor Communications +001CC8 INDUSTRONIC Industrie-Electronic GmbH & Co. KG +001CBC CastGrabber, LLC +001CB2 BPT SPA +001CA6 Win4NET +001CAB Meyer Sound Laboratories, Inc. +001CAC Qniq Technology Corp. +001CA1 AKAMAI TECHNOLOGIES, INC. +001C95 Opticomm Corporation +001C90 Empacket Corporation +001C8F Advanced Electronic Design, Inc. +001C89 Force Communications, Inc. +001C7F Check Point Software Technologies +001C75 Segnet Ltd. +001C6E Newbury Networks, Inc. +001C69 Packet Vision Ltd +001DA5 WB Electronics +001DA6 Media Numerics Limited +001DA0 Heng Yu Electronic Manufacturing Company Limited +001D99 Cyan Optic, Inc. +001D94 Climax Technology Co., Ltd +001D93 Modacom +001D8D Raytek GmbH +001D86 Shinwa Industries(China) Ltd. +001DC9 GainSpan Corp. +001DC2 XORTEC OY +001DBD Versamed Inc. +001DB6 BestComm Networks, Inc. +001DB0 FuJian HengTong Information Technology Co.,Ltd +001DAC Gigamon Systems LLC +001D81 GUANGZHOU GATEWAY ELECTRONICS CO., LTD +001D69 Knorr-Bremse IT-Services GmbH +001D70 Cisco Systems, Inc +001D77 NSGate +001D7C ABE Elettronica S.p.A. +001D64 Adam Communications Systems Int Ltd +001D5D Control Dynamics Pty. Ltd. +001D21 Alcad SL +001D1C Gennet s.a. +001D17 Digital Sky Corporation +001D12 ROHM CO., LTD. +001D11 Analogue & Micro Ltd +001D0B Power Standards Lab +001D04 Zipit Wireless, Inc. +001D58 CQ Inc +001D57 CAETEC Messtechnik +001D51 Babcock & Wilcox Power Generation Group, Inc +001D47 Covote GmbH & Co KG +001D40 Intel – GE Care Innovations LLC +001D34 SYRIS Technology Corp +001D2D Pylone, Inc. +001B2A Cisco Systems, Inc +001B1D Phoenix International Co., Ltd +001B22 Palit Microsystems ( H.K.) Ltd. +001B1B Siemens AG, +001B16 Celtro Ltd. +001B0A Intelligent Distributed Controls Ltd +001B0F Petratec +001AFE SOFACREAL +001B03 Action Technology (SZ) Co., Ltd +001B68 Modnnet Co., Ltd +001B62 JHT Optoelectronics Co.,Ltd. +001B61 Digital Acoustics, LLC +001B5C Azuretec Co., Ltd. +001B55 Hurco Automation Ltd. +001B50 Nizhny Novgorod Factory named after M.Frunze, FSUE (NZiF) +001B44 SanDisk Corporation +001B49 Roberts Radio limited +001B42 Wise & Blue +001B3D EuroTel Spa +001B36 Tsubata Engineering Co.,Ltd. (Head Office) +001B31 Neural Image. Co. Ltd. +001C56 Pado Systems, Inc. +001C5B Chubb Electronic Security Systems Ltd +001C5D Leica Microsystems +001C5C Integrated Medical Systems, Inc. +001C51 Celeno Communications +001C52 VISIONEE SRL +001C45 Chenbro Micom Co., Ltd. +001C4C Petrotest Instruments +001C39 S Netsystems Inc. +001C40 VDG-Security bv +001C32 Telian Corporation +001AC7 UNIPOINT +001AC2 YEC Co.,Ltd. +001AB8 Anseri Corporation +001ABD Impatica Inc. +001AB1 Asia Pacific Satellite Industries Co., Ltd. +001B8C JMicron Technology Corp. +001B91 EFKON AG +001B87 Deepsound Tech. Co., Ltd +001B82 Taiwan Semiconductor Co., Ltd. +001B7B The Tintometer Ltd +001B74 MiraLink Corporation +001B6F Teletrak Ltd +001AFC ModusLink Corporation +001AF2 Dynavisions Schweiz AG +001AF7 dataschalt e+a GmbH +001AED INCOTEC GmbH +001ADF Interactivetv Pty Limited +001AE1 EDGE ACCESS INC +001AE6 Atlanta Advanced Communications Holdings Limited +001AD3 Vamp Ltd. +001ADA Biz-2-Me Inc. +001ACE YUPITERU CORPORATION +001BC8 MIURA CO.,LTD +001BC1 HOLUX Technology, Inc. +001BB7 Alta Heights Technology Corp. +001BAB Telchemy, Incorporated +001BB0 BHARAT ELECTRONICS +001BA4 S.A.E Afikim +001B9F Calyptech Pty Ltd +001B9D Novus Security Sp. z o.o. +001BF6 CONWISE Technology Corporation Ltd. +001BF1 Nanjing SilverNet Software Co., Ltd. +001BEC Netio Technologies Co., Ltd +001BE7 Postek Electronics Co., Ltd. +001BE0 TELENOT ELECTRONIC GmbH +001BD9 Edgewater Computer Systems +001BDB Valeo VECS +001BD4 Cisco Systems, Inc +001BCD DAVISCOMMS (S) PTE LTD +001C2D FlexRadio Systems +001C1C Center Communication Systems GmbH +001C21 Nucsafe Inc. +001C20 CLB Benelux +001C15 iPhotonix LLC +001C16 ThyssenKrupp Elevator +001C10 Cisco-Linksys, LLC +001C09 SAE Electronic Co.,Ltd. +001C04 Airgain, Inc. +001BFD Dignsys Inc. +00192B Aclara RF Systems Inc. +001930 Cisco Systems, Inc +00191F Microlink communications Inc. +001924 LBNL Engineering +001911 Just In Mobile Information Technologies (Shanghai) Co., Ltd. +001918 Interactive Wear AG +00190C Encore Electronics, Inc. +001900 Intelliverese - DBA Voicecom +001905 SCHRACK Seconet AG +0018F4 EO TECHNICS Co., Ltd. +0018F6 Thomson Telecom Belgium +0018FB Compro Technology +0019EE CARLO GAVAZZI CONTROLS SPA-Controls Division +0019F5 Imagination Technologies Ltd +0019E9 S-Information Technolgy, Co., Ltd. +0019DB MICRO-STAR INTERNATIONAL CO., LTD. +0019DD FEI-Zyfer, Inc. +0019CA Broadata Communications, Inc +0019CF SALICRU, S.A. +0019D6 LS Cable and System Ltd. +0019B4 Intellio Ltd +001A6E Impro Technologies +001A67 Infinite QL Sdn Bhd +001A69 Wuhan Yangtze Optical Technology CO.,Ltd. +001A62 Data Robotics, Incorporated +001A58 CCV Deutschland GmbH - Celectronic eHealth Div. +001A5D Mobinnova Corp. +001A4C Crossbow Technology, Inc +001A51 Alfred Mann Foundation +001AAA Analogic Corp. +001AA1 Cisco Systems, Inc +001A9C RightHand Technologies, Inc. +001A8B CHUNIL ELECTRIC IND., CO. +001A95 Hisense Mobile Communications Technoligy Co.,Ltd. +001A84 V One Multimedia Pte Ltd +0019A1 LG INFORMATION & COMM. +0019AD BOBST SA +0019B2 XYnetsoft Co.,Ltd +00199A EDO-EVI +00199F DKT A/S +001995 Jurong Hi-Tech (Suzhou)Co.ltd +001990 ELM DATA Co., Ltd. +001989 Sonitrol Corporation +001A3E Faster Technology LLC +001A40 A-FOUR TECH CO., LTD. +001A2D The Navvo Group +001A32 ACTIVA MULTIMEDIA +001A28 ASWT Co., LTD. Taiwan Branch H.K. +001A1C GT&T Engineering Pte Ltd +001A23 Ice Qube, Inc +001A15 gemalto e-Payment +001A10 LUCENT TRANS ELECTRONICS CO.,LTD +001A09 Wayfarer Transit Systems Ltd +001A02 SECURE CARE PRODUCTS, INC +001A04 Interay Solutions BV +001984 ESTIC Corporation +001976 Xipher Technologies, LLC +001978 Datum Systems, Inc. +00196A MikroM GmbH +001971 Guangzhou Unicomp Technology Co.,Ltd +001965 YuHua TelTech (ShangHai) Co., Ltd. +001960 DoCoMo Systems, Inc. +001954 Leaf Corporation. +001959 Staccato Communications Inc. +00194D Avago Technologies Sdn Bhd +001948 AireSpider Networks +001941 Pitney Bowes, Inc +001935 DUERR DENTAL AG +00193A OESOLUTIONS +00193C HighPoint Technologies Incorporated +001773 Laketune Technologies Co. Ltd +001778 Central Music Co. +00177A ASSA ABLOY AB +00176F PAX Computer Technology(Shenzhen) Ltd. +00176A Avago Technologies +001763 Essentia S.p.A. +00175E Zed-3 +001750 GSI Group, MicroE Systems +001752 DAGS, Inc +001757 RIX TECHNOLOGY LIMITED +00183D Vertex Link Corporation +001844 Heads Up Technologies, Inc. +001838 PanAccess Communications,Inc. +001827 NEC UNIFIED SOLUTIONS NEDERLAND B.V. +00182C Ascend Networks, Inc. +00181B TaiJin Metal Co., Ltd. +001814 Mitutoyo Corporation +001819 Cisco Systems, Inc +001820 w5networks +001808 SightLogix, Inc. +00180D Terabytes Server Storage Tech Corp +001803 ArcSoft Shanghai Co. LTD +0017F0 SZCOM Broadband Network Technology Co.,Ltd +0017F7 CEM Solutions Pvt Ltd +0017FE TALOS SYSTEM INC. +0017D8 Magnum Semiconductor, Inc. +0017DD Clipsal Australia +0017DF Cisco Systems, Inc +0018C6 OPW Fuel Management Systems +0018CB Tecobest Technology Limited +0018BF Essence Technology Solution, Inc. +0018BA Cisco Systems, Inc +0018B8 New Voice International AG +0018B3 TEC WizHome Co., Ltd. +0018AC Shanghai Jiao Da HISYS Technology Co. Ltd. +0018A5 ADigit Technologies Corp. +0018A7 Yoggie Security Systems LTD. +001896 Great Well Electronic LTD +00189B Thomson Inc. +00179E Sirit Inc +0017A3 MIX s.r.l. +0017A8 EDM Corporation +001792 Falcom Wireless Comunications Gmbh +001797 Telsy Elettronica S.p.A. +001799 SmarTire Systems Inc. +00178B Teledyne Technologies Incorporated +00177F Worldsmart Retech +001786 wisembed +001877 Amplex A/S +00186B Sambu Communics CO., LTD. +001870 E28 Shanghai Limited +001863 Veritech Electronics Limited +001850 Secfone Kft +001855 Aeromaritime Systembau GmbH +001857 Unilever R&D +001849 Pigeon Point Systems LLC +0017C7 MARA Systems Consulting AB +0017CE Screen Service Spa +0017D3 Etymotic Research, Inc. +0017BB Syrinx Industrial Electronics +0017B4 Remote Security Systems, LLC +0017B6 Aquantia +0017AF Enermet +0018E8 Hacetron Corporation +0018EF Escape Communications, Inc. +0018E3 Visualgate Systems, Inc. +0018DC Prostar Co., Ltd. +0018E1 Verkerk Service Systemen +0018D0 AtRoad, A Trimble Company +0018D5 REIGNCOM +0018A0 Cierma Ascenseurs +001883 FORMOSA21 INC. +00188A Infinova LLC +00188F Montgomery Technology, Inc. +00187C INTERCROSS, LLC +00187E RGB Spectrum +00164A Vibration Technology Limited +001644 LITE-ON Technology Corp. +001645 Power Distribution, Inc. +00163B VertexRSI/General Dynamics +001640 Asmobile Communication Inc. +00163A YVES TECHNOLOGY CO., LTD. +001634 Mathtech, Inc. +00162D STNet Co., Ltd. +001621 Colorado Vnet +00161A Dametric AB +001615 Nittan Company, Limited +0016C4 SiRF Technology, Inc. +0016C6 North Atlantic Industries +0016D2 Caspian +0016BF PaloDEx Group Oy +0016B3 Photonicbridges (China) Co., Ltd. +0016AC Toho Technology Corp. +0016B1 KBS +0016A7 AWETA G&P +001724 Studer Professional Audio GmbH +001718 Vansco Electronics Oy +00171D DIGIT +001711 GE Healthcare Bio-Sciences AB +00170C Twig Com Ltd. +001707 InGrid, Inc +001702 Osung Midicom Co., Ltd +001744 Araneo Ltd. +00173C Extreme Engineering Solutions +001737 Industrie Dial Face S.p.A. +00172B Global Technologies Inc. +001730 Automation Electronics +001729 Ubicod Co.LTD +00169B Alstom Transport +0016A2 CentraLite Systems, Inc. +001696 QDI Technology (H.K.) Limited +001688 ServerEngines LLC +00168A id-Confirm Inc +001683 WEBIO International Co.,.Ltd. +00167C iRex Technologies BV +001610 Carina Technology +00160B TVWorks LLC +001604 Sigpro +0015FE SCHILLING ROBOTICS LLC +0015FD Complete Media Systems +0015F8 Kingtronics Industrial Co. Ltd. +0015EC Boca Devices LLC +0015F1 KYLINK Communications Corp. +001677 Bihl + Wiedemann GmbH +001670 SKNET Corporation +001664 Prod-El SpA +001669 MRV Communication (Networks) LTD +00165D AirDefense, Inc. +001651 Exeo Systems +0015E5 Cheertek Inc. +0015DB Canesta Inc. +0015D4 Emitor AB +0015C8 FlexiPanel Ltd +0015C3 Ruf Telematik AG +0015C2 3M Germany +0015BE Iqua Ltd. +0016EF Koko Fitness, Inc. +0016F4 Eidicom Co., Ltd. +0016E8 Sigma Designs, Inc. +0016DC ARCHOS +0016E1 SiliconStor, Inc. +0016D7 Sunways AG +0014CB LifeSync Corporation +0014D0 BTI Systems Inc. +0014C4 Vitelcom Mobile Technology +0014BE Wink communication technology CO.LTD +0014BD incNETWORKS, Inc +0014B8 Hill-Rom +0014AE Wizlogics Co., Ltd. +0014B3 CoreStar International Corp +00149B Nokota Communications, LLC +001431 PDL Electronics Ltd +001433 Empower Technologies(Canada) Inc. +001432 Tarallax Wireless, Inc. +00142C Koncept International, Inc. +001425 Galactic Computing Corp. +001420 G-Links networking company +00141B Cisco Systems, Inc +00146D RF Technologies +00146F Kohler Co +00146E H. Stoll GmbH & Co. KG +001468 CelPlan International, Inc. +001461 CORONA CORPORATION +00145C Intronics B.V. +001455 Coder Electronics Corporation +001444 Grundfos Holding +00144B Hifn, Inc. +001589 D-MAX Technology Co.,Ltd +001582 Pulse Eight Limited +00157C Dave Networks, Inc. +001578 Audio / Video Innovations +001573 NewSoft Technology Corporation +00156C SANE SYSTEM CO., LTD +001571 Nolan Systems +001572 Red-Lemon +001565 XIAMEN YEALINK NETWORK TECHNOLOGY CO.,LTD +001559 Securaplane Technologies, Inc. +0014A2 Core Micro Systems Inc. +001494 ESU AG +00148F Protronic (Far East) Ltd. +001488 Akorri +001483 eXS Inc. +001480 Hitachi-LG Data Storage Korea, Inc +00147B Iteris, Inc. +001474 K40 Electronics +0015B8 Tahoe +0015B2 Advanced Industrial Computer, Inc. +0015AE kyung il +0015AD Accedian Networks +00E0A8 SAT GmbH & Co. +0015A1 ECA-SINTERS +00159C B-KYUNG SYSTEM Co.,Ltd. +001595 Quester Tangent Corporation +00158E Plustek.INC +001552 Wi-Gear Inc. +001548 CUBE TECHNOLOGIES +00154D Netronome Systems, Inc. +00153C Kprotech Co., Ltd. +001543 Aberdeen Test Center +001535 OTE Spa +001537 Ventus Networks +001536 Powertech co.,Ltd +001530 EMC Corporation +001529 N3 Corporation +0014F9 Vantage Controls +0014FB Technical Solutions Inc. +0014FA AsGa S.A. +0014F4 DekTec Digital Video B.V. +0014ED Airak, Inc. +0014DE Sage Instruments Inc. +0014E3 mm-lab GmbH +0014D7 Datastore Technology Corp +001524 Numatics, Inc. +00151D M2I CORPORATION +001513 EFS sas +001507 Renaissance Learning Inc +00129E Surf Communications Inc. +001297 O2Micro, Inc. +001298 MICO ELECTRIC(SHENZHEN) LIMITED +00128D STB Datenservice GmbH +00128E Q-Free ASA +001292 Griffin Technology +00127C SWEGON AB +001281 March Networks S.p.A. +00127B VIA Networking Technologies, Inc. +001327 Data Acquisitions limited +00131D Scanvaegt International A/S +001322 DAQ Electronics, Inc. +001316 L-S-B Broadcast Technologies GmbH +00130F EGEMEN Bilgisayar Muh San ve Tic LTD STI +0012F7 Xiamen Xinglian Electronics Co., Ltd. +0012FE Lenovo Mobile Communication Technology Ltd. +001303 GateConnect +0012FD OPTIMUS IC S.A. +00140F Federal State Unitary Enterprise Leningrad R&D Institute of +001416 Scosche Industries, Inc. +001406 Go Networks +001407 Sperian Protection Instrumentation +00140C GKB CCTV CO., LTD. +0013FF Dage-MTI of MC, Inc. +001400 MINERVA KOREA CO., LTD +0013FA LifeSize Communications, Inc +0013F3 Giga-byte Communications Inc. +0013EE JBX Designs Inc. +0013ED PSIA +00135A Project T&E Limited +00135F Cisco Systems, Inc +001360 Cisco Systems, Inc +001352 Naztec, Inc. +00134B ToGoldenNet Technology Inc. +00134C YDT Technology International +00133A VadaTech Inc. +00133F Eppendorf Instrumente GmbH +00132C MAZ Brandenburg GmbH +001339 CCV Deutschland GmbH +0013AD Sendo Ltd +0013B4 Appear TV +0013A8 Tanisys Technology +0013A7 BATTELLE MEMORIAL INSTITUTE +0013A1 Crow Electronic Engeneering +00139A K-ubique ID Corp. +001395 congatec AG +00138E FOAB Elektronik AB +001388 WiMedia Alliance +0013E4 YANGJAE SYSTEMS CORP. +0013E9 VeriWave, Inc. +0013E3 CoVi Technologies, Inc. +0013DD Abbott Diagnostics +0013D6 TII NETWORK TECHNOLOGIES, INC. +0013D1 KIRK telecom A/S +0013CA Pico Digital +0013C3 Cisco Systems, Inc +0013C4 Cisco Systems, Inc +0013BA ReadyLinks Inc +0013BE Virtual Conexions +0013B9 BM SPA +0012F3 connectBlue AB +0012ED AVG Advanced Technologies +0012E6 SPECTEC COMPUTER CO., LTD. +0012E1 Alliant Networks, Inc +0012D3 Zetta Systems, Inc. +0012DA Cisco Systems, Inc +0012D4 Princeton Technology, Ltd +0012C7 SECURAY Technologies Ltd.Co. +0012CE Advanced Cybernetics Group +0012C2 Apex Electronics Factory +0012C1 Check Point Software Technologies +0012B8 G2 Microsystems +0012BD Avantec Manufacturing Limited +0012B7 PTW Freiburg +0012B1 Dai Nippon Printing Co., Ltd +0012A5 Stargen, Inc. +0012AA IEE, Inc. +001379 PONDER INFORMATION INDUSTRIES LTD. +001380 Cisco Systems, Inc +001385 Add-On Technology Co., LTD. +00137F Cisco Systems, Inc +00136D Tentaculus AB +001366 Neturity Technologies Inc. +001258 Activis Polska +001251 SILINK +001252 Citronix, LLC +001245 Zellweger Analytics, Inc. +00124C BBWM Corporation +001239 S Net Systems Inc. +001240 AMOI ELECTRONICS CO.,LTD +00122D SiNett Corporation +001232 LeWiz Communications Inc. +0011C5 TEN Technology +0011C8 Powercom Co., Ltd. +0011CD Axsun Technologies +0011C6 Seagate Technology +0011B4 Westermo Teleindustri AB +0011B9 Inner Range Pty. Ltd. +0011C0 Aday Technology Inc +0011B3 YOSHIMIYA CO.,LTD. +0011AD Shanghai Ruijie Technology +001138 TAISHIN CO., LTD. +00113F Alcatel DI +001133 Siemens Austria SIMEA +001132 Synology Incorporated +001129 Paradise Datacom Ltd. +00112E CEICOM +001128 Streamit +001122 CIMSYS Inc +001171 DEXTER Communications, Inc. +00116A Domo Ltd +001160 ARTDIO Company Co., LTD +001154 Webpro Technologies Inc. +00114B Francotyp-Postalia GmbH +001145 ValuePoint Networks +0011A1 VISION NETWARE CO.,LTD +0011A6 Sypixx Networks +00119A Alkeria srl +001190 Digital Design Corporation +00118A Viewtran Technology Limited +001194 Chi Mei Communication Systems, Inc. +001189 Aerotech Inc +001184 Humo Laboratory,Ltd. +00117D ZMD America, Inc. +001178 Chiron Technology Ltd +001177 Coaxial Networks, Inc. +001223 Pixim +001228 Data Ltd. +001210 WideRay Corp +001215 iStor Networks, Inc. +001216 ICP Internet Communication Payment AG +001209 Fastrax Ltd +001204 u10 Networks, Inc. +0011FD KORG INC. +001203 ActivNetworks +0011F3 NeoMedia Europe AG +0011E7 WORLDSAT - Texas de France +0011EC AVIX INC. +0011E0 U-MEDIA Communications, Inc. +0011DA Vivaas Technology Inc. +0011D4 NetEnrich, Inc +0011D9 TiVo +00111C Pleora Technologies Inc. +00110F netplat,Inc. +001116 COTEAU VERT CO., LTD. +001109 Micro-Star International +001103 kawamura electric inc. +000FFD Glorytek Network Inc. +000FEE XTec, Incorporated +001275 Sentilla Corporation +00126E Seidel Elektronik GmbH Nfg.KG +001269 Value Electronics +00125C Green Hills Software, Inc. +000F15 Kjaerulff1 A/S +000F1A Gaming Support B.V. +000F0E WaveSplitter Technologies, Inc. +000F08 Indagon Oy +000F07 Mangrove Systems, Inc. +000F02 Digicube Technology Co., Ltd +000EFB Macey Enterprises +000EF5 iPAC Technology Co., Ltd. +000EF6 E-TEN Information Systems Co., Ltd. +000E8A Avara Technologies Pty. Ltd. +000E83 Cisco Systems, Inc +000E73 Tpack A/S +000E7D Electronics Line 3000 Ltd. +000E77 Decru, Inc. +000E7E ionSign Oy +000E6F IRIS Corporation Berhad +000E6A 3Com Ltd +000E69 China Electric Power Research Institute +000E63 Lemke Diagnostics GmbH +000EBC Paragon Fidelity GmbH +000EB0 Solutions Radio BV +000EB5 Ecastle Electronics Co., Ltd. +000EAF CASTEL +000EA9 Shanghai Xun Shi Communications Equipment Ltd. Co. +000E9D Tiscali UK Ltd +000EA2 McAfee, Inc +000E90 PONICO CORP. +000E8F Sercomm Corp. +000E96 Cubic Defense Applications, Inc. +000F4E Cellink +000F41 Zipher Ltd +000F48 Polypix Inc. +000F4D TalkSwitch +000F39 IRIS SENSORS +000F3C Endeleo Limited +000F34 Cisco Systems, Inc +000F2D CHUNG-HSIN ELECTRIC & MACHINERY MFG.CORP. +000F27 TEAL Electronics, Inc. +000F28 Itronix Corporation +000F21 Scientific Atlanta, Inc +000EEF Private +000EDC Tellion INC. +000EE3 Chiyu Technology Co.,Ltd +000EC8 Zoran Corporation +000ECF PROFIBUS Nutzerorganisation e.V. +000ED4 CRESITT INDUSTRIE +000EC2 Lowrance Electronics, Inc. +000EC1 MYNAH Technologies +000F92 Microhard Systems Inc. +000F99 APAC opto Electronics Inc. +000F8D FAST TV-Server AG +000F80 Trinity Security Systems,Inc. +000F7F UBSTORAGE Co.,Ltd. +000FC9 Allnet GmbH +000FBC Onkey Technologies, Inc. +000FBB Nokia Siemens Networks GmbH & Co. KG. +000FB6 Europlex Technologies +000FA9 PC Fabrik +000FAA Nexus Technologies +000FAF Dialog Inc. +000FE8 Lobos, Inc. +000FED Anam Electronics Co., Ltd +000FDC Ueda Japan Radio Co., Ltd. +000FE1 ID DIGITAL CORPORATION +000FD5 Schwechat - RISE +000FCE Kikusui Electronics Corp. +000F73 RS Automation Co., Ltd +000F7A BeiJing NuQX Technology CO.,LTD +000F6D Midas Engineering +000F67 West Instruments +000F6E BBox +000F60 Lifetron Co.,Ltd +000F5B Delta Information Systems, Inc. +000F54 Entrelogic Corporation +000D75 Kobian Pte Ltd - Taiwan Branch +000D7C Codian Ltd +000D6F Ember Corporation +000D69 TMT&D Corporation +000D70 Datamax Corporation +000D5D Raritan Computer, Inc +000D62 Funkwerk Dabendorf GmbH +000D50 Galazar Networks +000D4A Steag ETA-Optik +000DAB Parker Hannifin GmbH Electromechanical Division Europe +000DA7 Private +000DA1 MIRAE ITS Co.,LTD. +000DA2 Infrant Technologies, Inc. +000D9B Heraeus Electro-Nite International N.V. +000D8F King Tsushin Kogyo Co., LTD. +000D94 AFAR Communications,Inc +000D82 PHS srl +000D81 Pepperl+Fuchs GmbH +000DCE Dynavac Technology Pte Ltd +000DC8 AirMagnet, Inc +000DC2 Private +000DC7 COSMIC ENGINEERING INC. +000DBB Nippon Dentsu Co.,Ltd. +000DB5 GLOBALSAT TECHNOLOGY CORPORATION +000DAF Plexus Corp (UK) Ltd +000D29 Cisco Systems, Inc +000D23 Smart Solution, Inc +000D17 Turbo Networks Co.Ltd +000D1C Amesys Defense +000D0A Projectiondesign as +000D09 Yuehua(Zhuhai) Electronic CO. LTD +000D10 Embedtronics Oy +000D04 Foxboro Eckardt Development GmbH +000CFD Hyundai ImageQuest Co.,Ltd. +000D4F Kenwood Corporation +000D46 Parker SSD Drives +000D42 Newbest Development Limited +000D3C i.Tech Dynamic Ltd +000D36 Wu Han Routon Electronic Co., Ltd +000D3B Microelectronics Technology Inc. +000D2A Scanmatic AS +000D2F AIN Comm.Tech.Co., LTD +000DFA Micro Control Systems Ltd. +000DF4 Watertek Co. +000DF9 NDS Limited +000E00 Atrie +000DE7 Snap-on OEM Group +000DE8 Nasaco Electronics Pte. Ltd +000DED Cisco Systems, Inc +000DE1 Control Products, Inc. +000DD5 O'RITE TECHNOLOGY CO.,LTD +000DDA ALLIED TELESIS K.K. +000E20 ACCESS Systems Americas, Inc. +000E27 Crere Networks, Inc. +000E14 Visionary Solutions, Inc. +000E1B IAV GmbH +000E57 Iworld Networking, Inc. +000E50 Thomson Telecom Belgium +000E4A Changchun Huayu WEBPAD Co.,LTD +000E49 Forsway Scandinavia AB +000E3D Televic N.V. +000E44 Digital 5, Inc. +000E33 Shuko Electronics Co.,Ltd +000E3A Cirrus Logic +000E2D Hyundai Digital Technology Co.,Ltd. +000CEA aphona Kommunikationssysteme +000CD9 Itcare Co., Ltd +000CD3 Prettl Elektronik Radeberg GmbH +000CDA FreeHand Systems, Inc. +000CDF PULNiX America, Inc +000CC7 Intelligent Computer Solutions Inc. +000CCC Aeroscout Ltd. +000C13 MediaQ +000C05 RPA Reserch Co., Ltd. +000C0C APPRO TECHNOLOGY INC. +000BF4 Private +000BF9 Gemstone Communications, Inc. +000C00 BEB Industrie-Elektronik AG +000BF3 BAE SYSTEMS +000C63 Zenith Electronics Corporation +000C68 SigmaTel, Inc. +000C6F Amtek system co.,LTD. +000C50 Seagate Technology +000C55 Microlink Communications Inc. +000C5C GTN Systems B.V. +000C61 AC Tech corporation DBA Advanced Digital +000CBA Jamex, Inc. +000CB9 LEA +000CC0 Genera Oy +000CB4 AutoCell Laboratories, Inc. +000C34 Vixen Co., Ltd. +000CA2 Harmonic Video Network +000CA7 Metro (Suzhou) Technologies Co., Ltd. +000CA9 Ebtron Inc. +000CAE Ailocom Oy +000C42 Routerboard.com +000C44 Automated Interfaces, Inc. +000C39 Sentinel Wireless Inc. +000C3B Orion Electric Co., Ltd. +000C40 Altech Controls +000C3A Oxance +000C2F SeorimTechnology Co.,Ltd. +000C31 Cisco Systems, Inc +000C2A OCTTEL Communication Co., Ltd. +000C27 Sammy Corporation +000C18 Zenisu Keisoku Inc. +000C20 Fi WIn, Inc. +000BED ELM Inc. +000BF2 Chih-Kan Technology Co., Ltd. +000BE1 Nokia NET Product Operations +000BE6 Datel Electronics +000BDA EyeCross Co.,Inc. +000BD1 Aeronix, Inc. +000BC5 SMC Networks, Inc. +000BCC JUSAN, S.A. +000BB9 Imsys AB +000BBE Cisco Systems, Inc +000BB2 SMALLBIG TECHNOLOGY +000BB7 Micro Systems Co.,Ltd. +000C96 OQO, Inc. +000C9B EE Solutions, Inc +000C8A Bose Corporation +000C8F Nergal s.r.l. +000C83 Logical Solutions +000C88 Apache Micro Peripherals, Inc. +000C74 RIVERTEC CORPORATION +000C76 MICRO-STAR INTERNATIONAL CO., LTD. +000C7B ALPHA PROJECT Co.,Ltd. +000B85 Cisco Systems, Inc +000B7F Align Engineering LLC +000B84 BODET +000B73 Kodeos Communications +000B78 TAIFATECH INC. +000B6C Sychip Inc. +000B60 Cisco Systems, Inc +000B65 Sy.A.C. srl +000B57 Silicon Laboratories +000B5C Newtech Co.,Ltd +000B43 Microscan Systems, Inc. +000B48 sofrel +000B4A Visimetrics (UK) Ltd +000B35 Quad Bit System co., Ltd. +000B37 MANUFACTURE DES MONTRES ROLEX SA +000B3C Cygnal Integrated Products, Inc. +000B29 LS(LG) Industrial Systems co.,Ltd +000B30 Beijing Gongye Science & Technology Co.,Ltd +000BA8 HANBACK ELECTRONICS CO., LTD. +000B92 Ascom Danmark A/S +000B97 Matsushita Electric Industrial Co.,Ltd. +000B9C TriBeam Technologies, Inc. +000B8B KERAJET, S.A. +0009D6 KNC One GmbH +0009D5 Signal Communication, Inc. +0009DC Galaxis Technology AG +0009C9 BlueWINC Co., Ltd. +0009D0 Solacom Technologies Inc. +0009C1 PROCES-DATA A/S +0009C4 Medicore Co., Ltd +00098F Cetacean Networks +00097D SecWell Networks Oy +00097E IMI TECHNOLOGY CO., LTD +000983 GlobalTop Technology, Inc. +000970 Vibration Research Corporation +000977 Brunner Elektronik AG +000964 Hi-Techniques, Inc. +00096B IBM Corp +000957 Supercaller, Inc. +00095C Philips Medical Systems - Cardiac and Monitoring Systems (CM +000AE3 YANG MEI TECHNOLOGY CO., LTD +000AEA ADAM ELEKTRONIK LTD. ŞTI +000ADE Happy Communication Co., Ltd. +000AD7 Origin ELECTRIC CO.,LTD. +000ACB XPAK MSA Group +000AD0 Niigata Develoment Center, F.I.T. Co., Ltd. +000AD2 JEPICO Corporation +000ABD Rupprecht & Patashnick Co. +000ABF HIROTA SS +000AC4 Daewoo Teletech Co., Ltd +000AAC TerraTec Electronic GmbH +000AB1 GENETEC Corporation +000AB8 Cisco Systems, Inc +000AA5 MAXLINK INDUSTRIES LIMITED +000A8D EUROTHERM LIMITED +000A9E BroadWeb Corportation +000AA0 Cedar Point Communications +000A98 M+F Gwinner GmbH & Co +000A92 Presonus Corporation +000A7E The Advantage Group +000A85 PLAT'C2,Inc +000A8A Cisco Systems, Inc +0009B5 3J Tech. Co., Ltd. +0009AF e-generis +0009B0 Onkyo Corporation +0009A9 Ikanos Communications +00099D Haliplex Communications +0009A2 Interface Co., Ltd. +000990 ACKSYS Communications & systems +000996 RDI +00098A EqualLogic Inc +000A77 Bluewire Technologies LLC +000A79 corega K.K +000A72 STEC, INC. +000A5F almedio inc. +000A66 MITSUBISHI ELECTRIC SYSTEM & SERVICE CO.,LTD. +000A6B Tadiran Telecom Business Systems LTD +000A5A GreenNET Technologies Co.,Ltd. +000A53 Intronics, Incorporated +000A58 Freyer & Siegel Elektronik GmbH & Co. KG +000A4C Molecular Devices Corporation +000B24 AirLogic +000B1D LayerZero Power Systems, Inc. +000B16 Communication Machinery Corporation +000B18 Private +000B11 HIMEJI ABC TRADING CO.,LTD. +000B0A dBm Optics +000B05 Pacific Broadband Networks +000AFE NovaPal Ltd +000B03 Taekwang Industrial Co., Ltd +000AEF OTRUM ASA +000AF2 NeoAxiom Corp. +000A05 Widax Corp. +000A0A SUNIX Co., Ltd. +000A0F Ilryung Telesys, Inc +0009FF X.net 2000 GmbH +0009FE Daisy Technologies, Inc. +000A00 Mediatek Corp. +0009F6 Shenzhen Eastern Digital Tech Ltd. +0009F5 Emerson Network Power Co.,Ltd +0009E8 Cisco Systems, Inc +0009EF Vocera Communications +0009E3 Angel Iglesias S.A. +000A39 LoPA Information Technology +000A40 Crown Audio -- Harmanm International +000A45 Audio-Technica Corp. +000A47 Allied Vision Technologies +000A34 Identicard Systems Incorporated +000A2D Cabot Communications Limited +000A22 Amperion Inc +000A16 Lassen Research +000A1B Stream Labs +000878 Benchmark Storage Innovations +000872 Sorenson Communications +00087E Bon Electro-Telecom Inc. +00086B MIPSYS +000865 JASCOM CO., LTD +000866 DSX Access Systems, Inc. +00085F Picanol N.V. +000859 ShenZhen Unitone Electronics Co., Ltd. +000853 Schleicher GmbH & Co. Relaiswerke KG +000858 Novatechnology Inc. +00081D Ipsil, Incorporated +000829 Aval Nagasaki Corporation +000823 Texa Corp. +00082A Powerwallz Network Security +000817 EmergeCore Networks LLC +00091E Firstech Technology Corp. +000925 VSN Systemen BV +000918 SAMSUNG TECHWIN CO.,LTD +000917 WEM Technology Inc +000912 Cisco Systems, Inc +00090B MTL Instruments PLC +000905 iTEC Technologies Ltd. +0008FF Trilogy Communications Ltd +000906 Esteem Networks +0008FB SonoSite, Inc. +0008F2 C&S Technology +0008F7 Hitachi Ltd, Semiconductor & Integrated Circuits Gr +0008ED ST&T Instrument Corp. +0007D1 Spectrum Signal Processing Inc. +0007CE Cabletime Limited +0007C8 Brain21, Inc. +0007BC Identix Inc. +00047C Skidata AG +0007BB Candera Inc. +0007C2 Netsys Telecom +0007B5 Any One Wireless Ltd. +0007AF Red Lion Controls, LP +0007A2 Opteon Corporation +0007A7 A-Z Inc. +0007A1 VIASYS Healthcare GmbH +0007A8 Haier Group Technologies Ltd. +00094A Homenet Communications +000949 Glyph Technologies Inc. +000950 Independent Storage Corporation +000944 Cisco Systems, Inc +00093D Newisys,Inc. +000937 Inventec Appliance Corp +000931 Future Internet, Inc. +000938 Allot Communications +00092A MYTECS Co.,Ltd. +0008B1 ProQuent Systems +0008AB EnerLinx.com, Inc. +0008AC Eltromat GmbH +0008A5 Peninsula Systems Inc. +000899 Netbind, Inc. +00089E Beijing Enter-Net co.LTD +000895 DIRC Technologie GmbH & Co.KG +000891 Lyan Inc. +00088B Tropic Networks Inc. +00088A Minds@Work +000885 EMS Dr. Thomas Wünsche +0008E8 Excel Master Ltd. +0008E7 SHI ControlSystems,Ltd. +0008E1 Barix AG +0008DA SofaWare Technologies Ltd. +0008D5 Vanguard Networks Solutions, LLC +0008CE IPMobileNet Inc. +0008C8 Soneticom, Inc. +0008C4 Hikari Co.,Ltd. +0008BE XENPAK MSA Group +0008B8 E.F. Johnson +00079B Aurora Networks +00078F Emkay Innovative Products +000788 Clipcomm, Inc. +000779 Sungil Telecom Co., Ltd. +000778 GERSTEL GmbH & Co. KG +00076C Daehanet, Inc. +00075C Eastman Kodak Company +000768 Danfoss A/S +000762 Group Sense Limited +000755 Lafon +00074F Cisco Systems, Inc +000741 Sierra Automated Systems +000749 CENiX Inc. +000735 Flarion Technologies, Inc. +00073B Tenovis GmbH & Co KG +000729 Kistler Instrumente AG +00072E North Node AB +000728 Neo Telecom +000718 iCanTek Co., Ltd. +000806 Raonet Systems, Inc. +0007FD LANergy Ltd. +0007F6 Qqest Software Systems +0007FC Adept Systems Inc. +0007EA Massana, Inc. +0007F0 LogiSync LLC +0007E3 Navcom Technology, Inc. +0007E4 SoftRadio Co., Ltd. +0007DD Cradle Technologies +0007D7 Caporis Networks AG +0006E3 Quantitative Imaging Corporation +0006DD AT & T Laboratories - Cambridge Ltd +0006A4 INNOWELL Corp. +0006D3 Alpha Telecom, Inc. U.S.A. +0006D2 Tundra Semiconductor Corp. +000647 Etrali S.A. +0006D9 IPM-Net S.p.A. +0005EA Rednix +0006CD Leaf Imaging Ltd. +0006BC Macrolink, Inc. +0006C6 lesswire AG +000654 Winpresa Building Automation Technologies GmbH +0006B6 Nir-Or Israel Ltd. +0006B0 Comtech EF Data Corp. +00071F European Systems Integration +000724 Telemax Co., Ltd. +000707 Interalia Inc. +00070C SVA-Intrusion.com Co. Ltd. +000711 Acterna +000712 JAL Information Technology +0006FA IP SQUARE Co, Ltd. +0006EF Maxxan Systems, Inc. +0006EA ELZET80 Mikrocomputer GmbH&Co. KG +0006E9 Intime Corp. +0005EB Blue Ridge Networks, Inc. +0005E4 Red Lion Controls Inc. +0005F1 Vrcom, Inc. +0005FD PacketLight Networks Ltd. +0005E2 Creativ Network Technologies +0005DC Cisco Systems, Inc +0005E1 Trellis Photonics, Ltd. +0005D8 Arescom, Inc. +0005D7 Vista Imaging, Inc. +0005C5 Flaga HF +0005D1 Metavector Technologies +0005D2 DAP Technologies +0005CB ROIS Technologies, Inc. +00057F Acqis Technology +000579 Universal Control Solution Corp. +000575 CDS-Electronics BV +00056F Innomedia Technologies Pvt. Ltd. +000568 Piltofish Networks AB +000562 Digital View Limited +00055C Kowa Company, Ltd. +000556 360 Systems +000550 Vcomms Connect Limited +000545 Internet Photonics +00053F VisionTek, Inc. +000546 KDDI Network & Solultions Inc. +0006AA VT Miltope +0006A9 Universal Instruments Corp. +0006A0 Mx Imaging +00069F Kuokoa Networks +000699 Vida Design Co. +000693 Flexus Computer Technology, Inc. +00069A e & Tel +00068D SEPATON, Inc. +000687 Omnitron Systems Technology, Inc. +000680 Card Access, Inc. +000539 A Brand New World in Sweden AB +000526 IPAS GmbH +00052D Zoltrix International Limited +00052C Supreme Magic Corporation +000520 Smartronix, Inc. +00051A 3COM EUROPE LTD. +000510 Infinite Shanghai Communication Terminals Ltd. +000514 KDT Systems Co., Ltd. +000509 AVOC Nishimura Ltd. +000503 ICONAG +00050A ICS Spa +0004FF Acronet Co., Ltd. +000500 Cisco Systems, Inc +000641 ITCN +00063D Microwave Data Systems Inc. +000630 Adtranz Sweden +000637 Toptrend-Meta Information (ShenZhen) Inc. +000620 Serial System Ltd. +00061A Zetari Inc. +00060C Melco Industries, Inc. +000614 Prism Holdings +000606 RapidWAN, Inc. +000677 SICK AG +000673 TKH Security Solutions USA +000666 Roving Networks +00066D Compuprint S.P.A. +00066C Robinson Corporation +000653 Cisco Systems, Inc +00065A Strix Systems +00064D Sencore +000660 NADEX Co., Ltd. +0005B8 Electronic Design Associates, Inc. +0005BF JustEzy Technology, Inc. +0005AE Mediaport USA +0005B2 Medison Co., Ltd. +00059E Zinwell Corporation +0005A5 KOTT +000598 CRONOS S.r.l. +0005A4 Lucid Voice Ltd. +000592 Pultek Corp. +00058B IPmental, Inc. +00058C Opentech Inc. +00037E PORTech Communications, Inc. +000383 Metera Networks, Inc. +000377 Gigabit Wireless +00037B IDEC IZUMI Corporation +00036B Cisco Systems, Inc +000372 ULAN +000367 Jasmine Networks, Inc. +00036A Mainnet, Ltd. +000364 Scenix Semiconductor, Inc. +00035F Prüftechnik Condition Monitoring GmbH & Co. KG +00035C Saint Song Corp. +00034D Chiaro Networks, Ltd. +0003FA TiMetra Networks +0003F5 Chip2Chip +0003EE MKNet Corporation +0003E8 Wavelength Digital Limited +0003E3 Cisco Systems, Inc +0003DC Lexar Media, Inc. +0003D7 NextNet Wireless, Inc. +0003D4 Alloptic, Inc. +00030B Hunter Technology, Inc. +0003D0 KOANKEISO Co., Ltd. +0003C9 TECOM Co., Ltd. +0003C4 Tomra Systems ASA +0004FA NBS Technologies Inc. +0004F9 Xtera Communications, Inc. +0004F3 FS FORTH-SYSTEME GmbH +0004E7 Lightpointe Communications, Inc +0004ED Billion Electric Co., Ltd. +0004DD Cisco Systems, Inc +0004D6 Takagi Industrial Co., Ltd. +0004D0 Softlink s.r.o. +0004CA FreeMs Corp. +0004BE OptXCon, Inc. +0004C3 CASTOR Informatique +0004C4 Allen & Heath Limited +0004B7 AMB i.t. Holding +0004B1 Signal Technology, Inc. +0004AD Malibu Networks +0004AA Jetstream Communications +00049D Ipanema Technologies +000497 MacroSystem Digital Video AG +000490 Optical Access +00048B Poscon Corporation +000341 Axon Digital Design +00033E Tateyama System Laboratory Co., Ltd. +00033A Silicon Wave, Inc. +000333 Digitel Co., Ltd. +00032B GAI Datenfunksysteme GmbH +000327 ACT'L +00032E Scope Information Management, Ltd. +000322 IDIS Co., Ltd. +00031E Optranet, Inc. +00B052 Atheros Communications +000319 Infineon AG +000316 Nobell Communications, Inc. +000312 TR-Systemtechnik GmbH +000447 Acrowave Systems Co., Ltd. +00043B Lava Computer Mfg., Inc. +000440 cyberPIXIE, Inc. +00043A Intelligent Telecommunications, Inc. +000434 Accelent Systems, Inc. +00042D Sarian Systems, Ltd. +00042E Netous Technologies, Ltd. +000428 Cisco Systems, Inc +000421 Ocular Networks +000417 ELAU AG +000411 Inkra Networks, Inc. +00040B 3COM EUROPE LTD. +000404 Makino Milling Machine Co., Ltd. +000481 Econolite Control Products, Inc. +000486 ITTC, University of Kansas +000477 Scalant Systems, Inc. +000476 3 Com Corporation +000469 Innocom, Inc. +000470 ipUnplugged AB +00046A Navini Networks +000464 Pulse-Link Inc +00045D BEKA Elektronik +000457 Universal Access Technology, Inc. +000451 Medrad, Inc. +0003C1 Packet Dynamics Ltd +0003BD OmniCluster Technologies, Inc. +0003B8 NetKit Solutions, LLC +0003B6 QSI Corporation +0003A6 Traxit Technology, Inc. +0003AB Bridge Information Systems +0003A3 MAVIX, Ltd. +00039F Cisco Systems, Inc +00039A SiConnect +00038C Total Impact +000384 AETA +000387 Blaze Network Products +000306 Fusion In Tech Co., Ltd. +000303 JAMA Electronics Co., Ltd. +0002FF Handan BroadInfoCom +0002F3 Media Serve Co., Ltd. +0002FA DX Antenna Co., Ltd. +0002ED DXO Telecom Co., Ltd. +0002E5 Timeware Ltd. +0002E8 E.D.&A. +0002DC Fujitsu General Limited +0002E1 Integrated Network Corporation +0002D5 ACR +0002CE FoxJet, Inc. +00B0DB Nextcell, Inc. +00B08E Cisco Systems, Inc +00B01C Westport Technologies +00B02D ViaGate Technologies, Inc. +00B03B HiQ Networks +0030A9 Netiverse, Inc. +00B0F0 CALY NETWORKS +00B086 LocSoft Limited +0030C4 Canon Imaging Systems Inc. +00309D Nimble Microsystems, Inc. +003037 Packard Bell Nec Services +00302E Hoft & Wessel AG +00301B SHUTTLE, INC. +003028 FASE Saldatura srl +0030FB AZS Technology AG +0001DA WINCOMM Corporation +0001DD Avail Networks +0001CE Custom Micro Products, Ltd. +0001CA Geocast Network Systems, Inc. +0001B8 Netsensity, Inc. +0001BD Peterson Electro-Musical Products, Inc. +0001B4 Wayport, Inc. +0001C3 Acromag, Inc. +0001BF Teleforce Co., Ltd. +0001AD Coach Master International d.b.a. CMI Worldwide, Inc. +00017E ADTEK System Science Co., Ltd. +00018A ROI COMPUTER AG +000119 RTUnet (Australia) +000125 YAESU MUSEN CO., LTD. +000121 Watchguard Technologies, Inc. +000128 EnjoyWeb, Inc. +000106 Tews Datentechnik GmbH +000112 Shark Multimedia Inc. +000102 3COM CORPORATION +000115 EXTRATECH CORPORATION +000109 Nagano Japan Radio Co., Ltd. +081443 UNIBRAIN S.A. +00B0F5 NetWorth Technologies, Inc. +00B019 UTC CCS +00B02A ORSYS GmbH +00B0AE Symmetricom +000181 Nortel Networks +00018D AudeSi Technologies +00019A LEUNIG GmbH +000193 Hanbyul Telecom Co., Ltd. +0001A2 Logical Co., Ltd. +000196 Cisco Systems, Inc +0001A6 Scientific-Atlanta Arcodan A/S +000172 TechnoLand Co., LTD. +00303F TurboComm Tech Inc. +003073 International Microsystems, In +00014D Shin Kin Enterprises Co., Ltd +00016B LightChip, Inc. +000167 HIOKI E.E. CORPORATION +000215 Cotas Computer Technology A/B +000211 Nature Worldwide Technology Corp. +000209 Shenzhen SED Information Technology Co., Ltd. +000205 Hitachi Denshi, Ltd. +000202 Amino Communications, Ltd. +0001F6 Association of Musical Electronics Industry +0001ED SETA Corp. +0001E9 Litton Marine Systems B.V. +0002C6 Data Track Technology PLC +0002C2 Net Vision Telecom +0002B9 Cisco Systems, Inc +0002B4 DAPHNE +0002AD HOYA Corporation +0002A6 Effinet Systems Co., Ltd. +0002A1 World Wide Packets +00029B Kreatel Communications AB +00029E Information Equipment Co., Ltd. +000296 Lectron Co,. Ltd. +00028F Globetek, Inc. +000289 DNE Technologies +000285 Riverstone Networks +00027E Cisco Systems, Inc +000280 Mu Net, Inc. +000279 Control Applications, Ltd. +000272 CC&C Technologies, Inc. +00026B BCM Computers Co., Ltd. +00026D Adept Telecom +000262 Soyo Group Soyo Com Tech Co., Ltd +000260 Accordion Networks, Inc. +00025B Cambridge Silicon Radio +000087 HITACHI, LTD. +000252 Carrier Corporation +00024B Cisco Systems, Inc +000246 All-Win Tech Co., Ltd. +00017A Chengdu Maipu Electric Industrial Co., Ltd. +000235 Paragon Networks International +000238 Serome Technology, Inc. +000230 Intersoft Electronics +000229 Adtec Corporation +000225 One Stop Systems +00021C Network Elements, Inc. +000221 DSP Application, Ltd. +00016E Conklin Corporation +00015B ITALTEL S.p.A/RF-UP-I +000154 G3M Corporation +000150 GILAT COMMUNICATIONS, LTD. +00012E PC Partner Ltd. +00013A SHELCAD COMMUNICATIONS, LTD. +000141 CABLE PRINT +000131 Bosch Security Systems, Inc. +00013D RiscStation Ltd. +000149 T.D.T. Transfer Data Test GmbH +00D047 XN TECHNOLOGIES 00D018 QWES. COM, INC. -00D019 DAINIPPON SCREEN CORPORATE -00D01A URMET TLC S.P.A. -00D01B MIMAKI ENGINEERING CO., LTD. -00D01C SBS TECHNOLOGIES, -00D01D FURUNO ELECTRIC CO., LTD. -00D01E PINGTEL CORP. -00D01F CTAM PTY. LTD. -00D020 AIM SYSTEM, INC. -00D021 REGENT ELECTRONICS CORP. -00D022 INCREDIBLE TECHNOLOGIES, INC. -00D023 INFORTREND TECHNOLOGY, INC. -00D024 Cognex Corporation -00D025 XROSSTECH, INC. -00D026 HIRSCHMANN AUSTRIA GMBH -00D027 APPLIED AUTOMATION, INC. +00D048 ECTON, INC. 00D028 Harmonic, Inc -00D029 WAKEFERN FOOD CORPORATION -00D02A Voxent Systems Ltd. -00D02B JETCELL, INC. -00D02C CAMPBELL SCIENTIFIC, INC. -00D02D ADEMCO -00D02E COMMUNICATION AUTOMATION CORP. 00D02F VLSI TECHNOLOGY INC. -00D030 Safetran Systems Corp -00D031 INDUSTRIAL LOGIC CORPORATION -00D032 YANO ELECTRIC CO., LTD. -00D033 DALIAN DAXIAN NETWORK -00D034 ORMEC SYSTEMS CORP. -00D035 BEHAVIOR TECH. COMPUTER CORP. +00D025 XROSSTECH, INC. +00D085 OTIS ELEVATOR COMPANY +00D077 LUCENT TECHNOLOGIES +00D093 TQ - COMPONENTS GMBH +00D013 PRIMEX AEROSPACE COMPANY +00D056 SOMAT CORPORATION +00D017 SYNTECH INFORMATION CO., LTD. 00D036 TECHNOLOGY ATLANTA CORP. -00D037 Pace France -00D038 FIVEMERE, LTD. -00D039 UTILICOM, INC. +00D0D6 AETHRA TELECOMUNICAZIONI +003078 Cisco Systems, Inc +003003 Phasys Ltd. +0030D5 DResearch GmbH +0030CE Zaffire +003095 Procomp Informatics, Ltd. +003055 Renesas Technology America, Inc. +0030B0 Convergenet Technologies +0030CC Tenor Networks, Inc. +003013 NEC Corporation +003061 MobyTEL +00D0AB DELTAKABEL TELECOM CV +00D0A8 NETWORK ENGINES, INC. +00D01C SBS TECHNOLOGIES, +00D0C0 Cisco Systems, Inc +00D051 O2 MICRO, INC. +00D06D ACRISON, INC. +0050A1 CARLO GAVAZZI, INC. +00D06C SHAREWAVE, INC. 00D03A ZONEWORX, INC. -00D03B VISION PRODUCTS PTY. LTD. -00D03C Vieo, Inc. -00D03D GALILEO TECHNOLOGY, LTD. -00D03E ROCKETCHIPS, INC. -00D03F AMERICAN COMMUNICATION -00D040 SYSMATE CO., LTD. -00D041 AMIGO TECHNOLOGY CO., LTD. +0050C1 GEMFLEX NETWORKS, LTD. +0050FB VSK ELECTRONICS +005033 MAYAN NETWORKS +0030A0 TYCO SUBMARINE SYSTEMS, LTD. +0030CB OMNI FLOW COMPUTERS, INC. +00306B CMOS SYSTEMS, INC. +003068 CYBERNETICS TECH. CO., LTD. +0030E3 SEDONA NETWORKS CORP. +00D007 MIC ASSOCIATES, INC. +00D07F STRATEGY & TECHNOLOGY, LIMITED +003085 Cisco Systems, Inc +003026 HeiTel Digital Video GmbH +0030A6 VIANET TECHNOLOGIES, LTD. +003047 NISSEI ELECTRIC CO., LTD. +00D0FC GRANITE MICROSYSTEMS 00D042 MAHLO GMBH & CO. UG -00D043 ZONAL RETAIL DATA SYSTEMS -00D044 ALIDIAN NETWORKS, INC. -00D045 KVASER AB 00D046 DOLBY LABORATORIES, INC. -00D047 XN TECHNOLOGIES -00D048 ECTON, INC. -00D049 IMPRESSTEK CO., LTD. -00D04A PRESENCE TECHNOLOGY GMBH -00D04B LA CIE GROUP S.A. -00D04C EUROTEL TELECOM LTD. -00D04D DIV OF RESEARCH & STATISTICS -00D04E LOGIBAG -00D04F BITRONICS, INC. -00D050 ISKRATEL -00D051 O2 MICRO, INC. -00D052 ASCEND COMMUNICATIONS, INC. -00D053 CONNECTED SYSTEMS -00D054 SAS INSTITUTE INC. -00D055 KATHREIN-WERKE KG -00D056 SOMAT CORPORATION -00D057 ULTRAK, INC. -00D058 CISCO SYSTEMS, INC. -00D059 AMBIT MICROSYSTEMS CORP. -00D05A SYMBIONICS, LTD. -00D05B ACROLOOP MOTION CONTROL -00D05C TECHNOTREND SYSTEMTECHNIK GMBH -00D05D INTELLIWORXX, INC. -00D05E STRATABEAM TECHNOLOGY, INC. -00D05F VALCOM, INC. -00D060 Panasonic Europe Ltd. -00D061 TREMON ENTERPRISES CO., LTD. -00D062 DIGIGRAM -00D063 CISCO SYSTEMS, INC. -00D064 MULTITEL -00D065 TOKO ELECTRIC -00D066 WINTRISS ENGINEERING CORP. -00D067 CAMPIO COMMUNICATIONS -00D068 IWILL CORPORATION -00D069 TECHNOLOGIC SYSTEMS -00D06A LINKUP SYSTEMS CORPORATION +00D0BA Cisco Systems, Inc +00D0BC Cisco Systems, Inc +00D0D8 3Com Corporation 00D06B SR TELECOM INC. -00D06C SHAREWAVE, INC. -00D06D ACRISON, INC. -00D06E TRENDVIEW RECORDERS LTD. -00D06F KMC CONTROLS -00D070 LONG WELL ELECTRONICS CORP. -00D071 ECHELON CORP. -00D072 BROADLOGIC -00D073 ACN ADVANCED COMMUNICATIONS -00D074 TAQUA SYSTEMS, INC. -00D075 ALARIS MEDICAL SYSTEMS, INC. -00D076 Bank of America -00D077 LUCENT TECHNOLOGIES -00D078 Eltex of Sweden AB -00D079 CISCO SYSTEMS, INC. -00D07A AMAQUEST COMPUTER CORP. -00D07B COMCAM INTERNATIONAL INC -00D07C KOYO ELECTRONICS INC. CO.,LTD. -00D07D COSINE COMMUNICATIONS -00D07E KEYCORP LTD. -00D07F STRATEGY & TECHNOLOGY, LIMITED -00D080 EXABYTE CORPORATION -00D081 RTD Embedded Technologies, Inc. +0030AA AXUS MICROSYSTEMS, INC. +003043 IDREAM TECHNOLOGIES, PTE. LTD. +003010 VISIONETICS INTERNATIONAL +003096 Cisco Systems, Inc +003084 ALLIED TELESYN INTERNAIONAL +0030CF TWO TECHNOLOGIES, INC. +00D0E3 ELE-CHEM ENGINEERING CO., LTD. +00D0ED XIOX +00D0C2 BALTHAZAR TECHNOLOGY AB +00D0FB TEK MICROSYSTEMS, INCORPORATED 00D082 IOWAVE INC. -00D083 INVERTEX, INC. -00D084 NEXCOMM SYSTEMS, INC. -00D085 OTIS ELEVATOR COMPANY -00D086 FOVEON, INC. -00D087 MICROFIRST INC. -00D088 Motorola, Inc. -00D089 DYNACOLOR, INC. -00D08A PHOTRON USA -00D08B ADVA Optical Networking Ltd. -00D08C GENOA TECHNOLOGY, INC. -00D08D PHOENIX GROUP, INC. -00D08E NVISION INC. -00D08F ARDENT TECHNOLOGIES, INC. -00D090 CISCO SYSTEMS, INC. -00D091 SMARTSAN SYSTEMS, INC. -00D092 GLENAYRE WESTERN MULTIPLEX -00D093 TQ - COMPONENTS GMBH -00D094 TIMELINE VISTA, INC. -00D095 Alcatel-Lucent, Enterprise Business Group -00D096 3COM EUROPE LTD. -00D097 CISCO SYSTEMS, INC. -00D098 Photon Dynamics Canada Inc. -00D099 Elcard Wireless Systems Oy -00D09A FILANET CORPORATION -00D09B SPECTEL LTD. -00D09C KAPADIA COMMUNICATIONS -00D09D VERIS INDUSTRIES -00D09E 2WIRE, INC. -00D09F NOVTEK TEST SYSTEMS -00D0A0 MIPS DENMARK -00D0A1 OSKAR VIERLING GMBH + CO. KG -00D0A2 INTEGRATED DEVICE -00D0A3 VOCAL DATA, INC. -00D0A4 ALANTRO COMMUNICATIONS -00D0A5 AMERICAN ARIUM -00D0A6 LANBIRD TECHNOLOGY CO., LTD. -00D0A7 TOKYO SOKKI KENKYUJO CO., LTD. -00D0A8 NETWORK ENGINES, INC. -00D0A9 SHINANO KENSHI CO., LTD. -00D0AA CHASE COMMUNICATIONS -00D0AB DELTAKABEL TELECOM CV -00D0AC GRAYSON WIRELESS 00D0AD TL INDUSTRIES -00D0AE ORESIS COMMUNICATIONS, INC. -00D0AF CUTLER-HAMMER, INC. -00D0B0 BITSWITCH LTD. -00D0B1 OMEGA ELECTRONICS SA -00D0B2 XIOTECH CORPORATION -00D0B3 DRS Technologies Canada Ltd -00D0B4 KATSUJIMA CO., LTD. -00D0B5 IPricot formerly DotCom -00D0B6 CRESCENT NETWORKS, INC. -00D0B7 INTEL CORPORATION -00D0B8 Iomega Corporation -00D0B9 MICROTEK INTERNATIONAL, INC. -00D0BA CISCO SYSTEMS, INC. -00D0BB CISCO SYSTEMS, INC. -00D0BC CISCO SYSTEMS, INC. -00D0BD Silicon Image GmbH -00D0BE EMUTEC INC. -00D0BF PIVOTAL TECHNOLOGIES -00D0C0 CISCO SYSTEMS, INC. -00D0C1 HARMONIC DATA SYSTEMS, LTD. -00D0C2 BALTHAZAR TECHNOLOGY AB -00D0C3 VIVID TECHNOLOGY PTE, LTD. -00D0C4 TERATECH CORPORATION -00D0C5 COMPUTATIONAL SYSTEMS, INC. -00D0C6 THOMAS & BETTS CORP. -00D0C7 PATHWAY, INC. -00D0C8 Prevas A/S -00D0C9 ADVANTECH CO., LTD. -00D0CA Intrinsyc Software International Inc. -00D0CB DASAN CO., LTD. -00D0CC TECHNOLOGIES LYRE INC. -00D0CD ATAN TECHNOLOGY INC. -00D0CE ASYST ELECTRONIC -00D0CF MORETON BAY -00D0D0 ZHONGXING TELECOM LTD. -00D0D1 Sycamore Networks -00D0D2 EPILOG CORPORATION -00D0D3 CISCO SYSTEMS, INC. -00D0D4 V-BITS, INC. -00D0D5 GRUNDIG AG -00D0D6 AETHRA TELECOMUNICAZIONI -00D0D7 B2C2, INC. -00D0D8 3Com Corporation -00D0D9 DEDICATED MICROCOMPUTERS -00D0DA TAICOM DATA SYSTEMS CO., LTD. 00D0DB MCQUAY INTERNATIONAL -00D0DC MODULAR MINING SYSTEMS, INC. -00D0DD SUNRISE TELECOM, INC. -00D0DE PHILIPS MULTIMEDIA NETWORK -00D0DF KUZUMI ELECTRONICS, INC. -00D0E0 DOOIN ELECTRONICS CO. -00D0E1 AVIONITEK ISRAEL INC. -00D0E2 MRT MICRO, INC. -00D0E3 ELE-CHEM ENGINEERING CO., LTD. -00D0E4 CISCO SYSTEMS, INC. -00D0E5 SOLIDUM SYSTEMS CORP. -00D0E6 IBOND INC. +00D06A LINKUP SYSTEMS CORPORATION +00D065 TOKO ELECTRIC +00D08F ARDENT TECHNOLOGIES, INC. 00D0E7 VCON TELECOMMUNICATION LTD. -00D0E8 MAC SYSTEM CO., LTD. -00D0E9 Advantage Century Telecommunication Corp. -00D0EA NEXTONE COMMUNICATIONS, INC. -00D0EB LIGHTERA NETWORKS, INC. -00D0EC NAKAYO TELECOMMUNICATIONS, INC -00D0ED XIOX -00D0EE DICTAPHONE CORPORATION -00D0EF IGT -00D0F0 CONVISION TECHNOLOGY GMBH -00D0F1 SEGA ENTERPRISES, LTD. -00D0F2 MONTEREY NETWORKS -00D0F3 SOLARI DI UDINE SPA -00D0F4 CARINTHIAN TECH INSTITUTE -00D0F5 ORANGE MICRO, INC. -00D0F6 Alcatel Canada -00D0F7 NEXT NETS CORPORATION -00D0F8 FUJIAN STAR TERMINAL -00D0F9 ACUTE COMMUNICATIONS CORP. -00D0FA Thales e-Security Ltd. -00D0FB TEK MICROSYSTEMS, INCORPORATED -00D0FC GRANITE MICROSYSTEMS -00D0FD OPTIMA TELE.COM, INC. -00D0FE ASTRAL POINT -00D0FF CISCO SYSTEMS, INC. -00D11C ACETEL -00D38D Hotel Technology Next Generation -00D632 GE Energy -00DB1E Albedo Telecom SL -00DB45 THAMWAY CO.,LTD. -00DBDF Intel Corporate -00DD00 UNGERMANN-BASS INC. -00DD01 UNGERMANN-BASS INC. -00DD02 UNGERMANN-BASS INC. -00DD03 UNGERMANN-BASS INC. -00DD04 UNGERMANN-BASS INC. -00DD05 UNGERMANN-BASS INC. -00DD06 UNGERMANN-BASS INC. -00DD07 UNGERMANN-BASS INC. -00DD08 UNGERMANN-BASS INC. -00DD09 UNGERMANN-BASS INC. -00DD0A UNGERMANN-BASS INC. -00DD0B UNGERMANN-BASS INC. -00DD0C UNGERMANN-BASS INC. -00DD0D UNGERMANN-BASS INC. -00DD0E UNGERMANN-BASS INC. -00DD0F UNGERMANN-BASS INC. -00DEFB CISCO SYSTEMS, INC. -00E000 Fujitsu Limited -00E001 STRAND LIGHTING LIMITED -00E002 CROSSROADS SYSTEMS, INC. -00E003 NOKIA WIRELESS BUSINESS COMMUN -00E004 PMC-SIERRA, INC. -00E005 TECHNICAL CORP. -00E006 SILICON INTEGRATED SYS. CORP. -00E007 Avaya ECS Ltd -00E008 AMAZING CONTROLS! INC. -00E009 MARATHON TECHNOLOGIES CORP. -00E00A DIBA, INC. -00E00B ROOFTOP COMMUNICATIONS CORP. -00E00C MOTOROLA -00E00D RADIANT SYSTEMS -00E00E AVALON IMAGING SYSTEMS, INC. -00E00F SHANGHAI BAUD DATA -00E010 HESS SB-AUTOMATENBAU GmbH -00E011 Uniden Corporation -00E012 PLUTO TECHNOLOGIES INTERNATIONAL INC. -00E013 EASTERN ELECTRONIC CO., LTD. -00E014 CISCO SYSTEMS, INC. -00E015 HEIWA CORPORATION -00E016 RAPID CITY COMMUNICATIONS -00E017 EXXACT GmbH -00E018 ASUSTEK COMPUTER INC. -00E019 ING. GIORDANO ELETTRONICA -00E01A COMTEC SYSTEMS. CO., LTD. -00E01B SPHERE COMMUNICATIONS, INC. +00D087 MICROFIRST INC. +00D008 MACTELL CORPORATION +003005 Fujitsu Siemens Computers +00304E BUSTEC PRODUCTION LTD. +0030E0 OXFORD SEMICONDUCTOR LTD. +0030A1 WEBGATE Inc. +00303D IVA CORPORATION +0030C3 FLUECKIGER ELEKTRONIK AG +009047 GIGA FAST E. LTD. +0090CB Wireless OnLine, Inc. +00903F AZTEC RADIOMEDIA +001043 A2 CORPORATION +00108D Johnson Controls, Inc. +00108E HUGH SYMONS CONCEPT Technologies Ltd. +001052 METTLER-TOLEDO (ALBSTADT) GMBH +00100E MICRO LINEAR COPORATION +0010D7 ARGOSY RESEARCH INC. +001059 DIABLO RESEARCH CO. LLC +0010B6 ENTRATA COMMUNICATIONS CORP. +001019 SIRONA DENTAL SYSTEMS GmbH & Co. KG +001013 Kontron America, Inc. +0090A4 ALTIGA NETWORKS +00906C Sartorius Hamburg GmbH +0090FC NETWORK COMPUTING DEVICES +0090A3 Corecess Inc. +009022 IVEX +0090A5 SPECTRA LOGIC +0090BA VALID NETWORKS, INC. +0090EE PERSONAL COMMUNICATIONS TECHNOLOGIES +0090CD ENT-EMPRESA NACIONAL DE TELECOMMUNICACOES, S.A. +0090D0 Thomson Telecom Belgium +009075 NEC DO BRASIL S.A. +00902E NAMCO LIMITED +0090A0 8X8 INC. +00907C DIGITALCAST, INC. +0090DF MITSUBISHI CHEMICAL AMERICA, INC. +009023 ZILOG INC. +00908A BAYLY COMMUNICATIONS, INC. +009063 COHERENT COMMUNICATIONS SYSTEMS CORPORATION +009041 APPLIED DIGITAL ACCESS +0090D8 WHITECROSS SYSTEMS +009011 WAVTrace, Inc. +009040 Siemens Network Convergence LLC +0090C7 ICOM INC. +009035 ALPHA TELECOM, INC. +009087 ITIS +00906E PRAXON, INC. +009039 SHASTA NETWORKS +00909A ONE WORLD SYSTEMS, INC. +009053 DAEWOO ELECTRONICS CO., LTD. +00909E Critical IO, LLC +0090C2 JK microsystems, Inc. +009091 DigitalScape, Inc. +0090ED CENTRAL SYSTEM RESEARCH CO., LTD. +00901B DIGITAL CONTROLS +00905C EDMI +0090D2 ARTEL VIDEO SYSTEMS +00508C RSI SYSTEMS +00502D ACCEL, INC. +0050B8 INOVA COMPUTERS GMBH & CO. KG +00503A DATONG ELECTRONICS LTD. +00508E OPTIMATION, INC. +0050BB CMS TECHNOLOGIES +005051 IWATSU ELECTRIC CO., LTD. +0050BE FAST MULTIMEDIA AG +0050AD CommUnique Wireless Corp. +005003 Xrite Inc +005023 PG DESIGN ELECTRONICS, INC. +005039 MARINER NETWORKS +00505A NETWORK ALCHEMY, INC. +005071 AIWA CO., LTD. +009071 Applied Innovation Inc. +009031 MYSTICOM, LTD. +00901F ADTEC PRODUCTIONS, INC. +009081 ALOHA NETWORKS, INC. +0090B3 AGRANAT SYSTEMS +00500D SATORI ELECTORIC CO., LTD. +0050EC OLICOM A/S +005083 GILBARCO, INC. +0050CF VANLINK COMMUNICATION TECHNOLOGY RESEARCH INSTITUTE +005008 TIVA MICROCOMPUTER CORP. (TMC) +005001 YAMASHITA SYSTEMS CORP. +0050B0 TECHNOLOGY ATLANTA CORPORATION +00504E SIERRA MONITOR CORP. +00504D Tokyo Electron Device Limited +0050F7 VENTURE MANUFACTURING (SINGAPORE) LTD. +005029 1394 PRINTER WORKING GROUP +00E08D PRESSURE SYSTEMS, INC. +00E040 DeskStation Technology, Inc. +00E0D6 COMPUTER & COMMUNICATION RESEARCH LAB. +00E07E WALT DISNEY IMAGINEERING +00E094 OSAI SRL +00E032 MISYS FINANCIAL SYSTEMS, LTD. +00E06B W&G SPECIAL PRODUCTS 00E01C Cradlepoint, Inc +00E076 DEVELOPMENT CONCEPTS, INC. +00E0A7 IPC INFORMATION SYSTEMS, INC. +00E0A4 ESAOTE S.p.A. +00E080 CONTROL RESOURCES CORPORATION +00E0CC HERO SYSTEMS, LTD. +00E099 SAMSON AG +0010E9 RAIDTEC LTD. +001003 IMATRON, INC. +00105A 3COM CORPORATION +0010A9 ADHOC TECHNOLOGIES +000400 LEXMARK INTERNATIONAL, INC. +00101A PictureTel Corp. +001097 WinNet Metropolitan Communications Systems, Inc. +00106F TRENTON TECHNOLOGY INC. +0010DA Kollmorgen Corp +0010DF RISE COMPUTER INC. +00109E AWARE, INC. +001072 GVN TECHNOLOGIES, INC. +00E019 ING. GIORDANO ELETTRONICA +00E0D7 SUNSHINE ELECTRONICS, INC. +00E068 MERRIMAC SYSTEMS INC. 00E01D WebTV NETWORKS, INC. -00E01E CISCO SYSTEMS, INC. 00E01F AVIDIA Systems, Inc. -00E020 TECNOMEN OY -00E021 FREEGATE CORP. -00E022 Analog Devices Inc. -00E023 TELRAD -00E024 GADZOOX NETWORKS -00E025 dit Co., Ltd. -00E026 Redlake MASD LLC -00E027 DUX, INC. -00E028 APTIX CORPORATION -00E029 STANDARD MICROSYSTEMS CORP. -00E02A TANDBERG TELEVISION AS -00E02B EXTREME NETWORKS -00E02C AST COMPUTER -00E02D InnoMediaLogic, Inc. -00E02E SPC ELECTRONICS CORPORATION -00E02F MCNS HOLDINGS, L.P. -00E030 MELITA INTERNATIONAL CORP. -00E031 HAGIWARA ELECTRIC CO., LTD. -00E032 MISYS FINANCIAL SYSTEMS, LTD. -00E033 E.E.P.D. GmbH -00E034 CISCO SYSTEMS, INC. -00E035 Emerson Network Power -00E036 PIONEER CORPORATION -00E037 CENTURY CORPORATION -00E038 PROXIMA CORPORATION -00E039 PARADYNE CORP. -00E03A CABLETRON SYSTEMS, INC. -00E03B PROMINET CORPORATION -00E03C AdvanSys -00E03D FOCON ELECTRONIC SYSTEMS A/S -00E03E ALFATECH, INC. -00E03F JATON CORPORATION -00E040 DeskStation Technology, Inc. -00E041 CSPI -00E042 Pacom Systems Ltd. -00E043 VitalCom -00E044 LSICS CORPORATION -00E045 TOUCHWAVE, INC. -00E046 BENTLY NEVADA CORP. -00E047 InFocus Corporation -00E048 SDL COMMUNICATIONS, INC. -00E049 MICROWI ELECTRONIC GmbH -00E04A ENHANCED MESSAGING SYSTEMS, INC -00E04B JUMP INDUSTRIELLE COMPUTERTECHNIK GmbH -00E04C REALTEK SEMICONDUCTOR CORP. -00E04D INTERNET INITIATIVE JAPAN, INC -00E04E SANYO DENKI CO., LTD. -00E04F CISCO SYSTEMS, INC. -00E050 EXECUTONE INFORMATION SYSTEMS, INC. -00E051 TALX CORPORATION -00E052 Brocade Communications Systems, Inc -00E053 CELLPORT LABS, INC. -00E054 KODAI HITEC CO., LTD. -00E055 INGENIERIA ELECTRONICA COMERCIAL INELCOM S.A. 00E056 HOLONTECH CORPORATION -00E057 HAN MICROTELECOM. CO., LTD. -00E058 PHASE ONE DENMARK A/S -00E059 CONTROLLED ENVIRONMENTS, LTD. -00E05A GALEA NETWORK SECURITY -00E05B WEST END SYSTEMS CORP. -00E05C MATSUSHITA KOTOBUKI ELECTRONICS INDUSTRIES, LTD. -00E05D UNITEC CO., LTD. -00E05E JAPAN AVIATION ELECTRONICS INDUSTRY, LTD. -00E05F e-Net, Inc. -00E060 SHERWOOD -00E061 EdgePoint Networks, Inc. -00E062 HOST ENGINEERING -00E063 CABLETRON - YAGO SYSTEMS, INC. -00E064 SAMSUNG ELECTRONICS -00E065 OPTICAL ACCESS INTERNATIONAL -00E066 ProMax Systems, Inc. -00E067 eac AUTOMATION-CONSULTING GmbH -00E068 MERRIMAC SYSTEMS INC. -00E069 JAYCOR -00E06A KAPSCH AG -00E06B W&G SPECIAL PRODUCTS -00E06C Ultra Electronics Limited (AEP Networks) -00E06D COMPUWARE CORPORATION -00E06E FAR SYSTEMS S.p.A. -00E06F Motorola, Inc. -00E070 DH TECHNOLOGY +00E0C9 AutomatedLogic Corporation +00E030 MELITA INTERNATIONAL CORP. +00E0BA BERGHOF AUTOMATIONSTECHNIK GmbH +00E0B2 TELMAX COMMUNICATIONS CORP. +00E0EF DIONEX +00E0BD INTERFACE SYSTEMS, INC. 00E071 EPIS MICROCOMPUTER -00E072 LYNK -00E073 NATIONAL AMUSEMENT NETWORK, INC. -00E074 TIERNAN COMMUNICATIONS, INC. -00E075 Verilink Corporation -00E076 DEVELOPMENT CONCEPTS, INC. -00E077 WEBGEAR, INC. -00E078 BERKELEY NETWORKS -00E079 A.T.N.R. -00E07A MIKRODIDAKT AB -00E07B BAY NETWORKS -00E07C METTLER-TOLEDO, INC. -00E07D NETRONIX, INC. -00E07E WALT DISNEY IMAGINEERING -00E07F LOGISTISTEM s.r.l. -00E080 CONTROL RESOURCES CORPORATION -00E081 TYAN COMPUTER CORP. -00E082 ANERMA -00E083 JATO TECHNOLOGIES, INC. -00E084 COMPULITE R&D -00E085 GLOBAL MAINTECH, INC. -00E086 Emerson Network Power, Avocent Division -00E087 LeCroy - Networking Productions Division +00E0A6 TELOGY NETWORKS, INC. +00E026 Redlake MASD LLC +00E0B8 GATEWAY 2000 00E088 LTX-Credence CORPORATION -00E089 ION Networks, Inc. -00E08A GEC AVERY, LTD. -00E08B QLogic Corp. +00E07C METTLER-TOLEDO, INC. 00E08C NEOPARADIGM LABS, INC. -00E08D PRESSURE SYSTEMS, INC. -00E08E UTSTARCOM -00E08F CISCO SYSTEMS, INC. -00E090 BECKMAN LAB. AUTOMATION DIV. -00E091 LG ELECTRONICS, INC. -00E092 ADMTEK INCORPORATED -00E093 ACKFIN NETWORKS -00E094 OSAI SRL -00E095 ADVANCED-VISION TECHNOLGIES CORP. -00E096 SHIMADZU CORPORATION -00E097 CARRIER ACCESS CORPORATION -00E098 AboCom Systems, Inc. -00E099 SAMSON AG -00E09A Positron Inc. -00E09B ENGAGE NETWORKS, INC. -00E09C MII -00E09D SARNOFF CORPORATION -00E09E QUANTUM CORPORATION -00E09F PIXEL VISION -00E0A0 WILTRON CO. -00E0A1 HIMA PAUL HILDEBRANDT GmbH Co. KG -00E0A2 MICROSLATE INC. -00E0A3 CISCO SYSTEMS, INC. -00E0A4 ESAOTE S.p.A. -00E0A5 ComCore Semiconductor, Inc. -00E0A6 TELOGY NETWORKS, INC. -00E0A7 IPC INFORMATION SYSTEMS, INC. -00E0A8 SAT GmbH & Co. -00E0A9 FUNAI ELECTRIC CO., LTD. -00E0AA ELECTROSONIC LTD. -00E0AB DIMAT S.A. -00E0AC MIDSCO, INC. -00E0AD EES TECHNOLOGY, LTD. +00E061 EdgePoint Networks, Inc. +00E06E FAR SYSTEMS S.p.A. +00E01B SPHERE COMMUNICATIONS, INC. 00E0AE XAQTI CORPORATION -00E0AF GENERAL DYNAMICS INFORMATION SYSTEMS -00E0B0 CISCO SYSTEMS, INC. -00E0B1 Alcatel-Lucent, Enterprise Business Group -00E0B2 TELMAX COMMUNICATIONS CORP. -00E0B3 EtherWAN Systems, Inc. -00E0B4 TECHNO SCOPE CO., LTD. -00E0B5 ARDENT COMMUNICATIONS CORP. -00E0B6 Entrada Networks -00E0B7 PI GROUP, LTD. -00E0B8 GATEWAY 2000 -00E0B9 BYAS SYSTEMS -00E0BA BERGHOF AUTOMATIONSTECHNIK GmbH -00E0BB NBX CORPORATION -00E0BC SYMON COMMUNICATIONS, INC. -00E0BD INTERFACE SYSTEMS, INC. -00E0BE GENROCO INTERNATIONAL, INC. -00E0BF TORRENT NETWORKING TECHNOLOGIES CORP. -00E0C0 SEIWA ELECTRIC MFG. CO., LTD. -00E0C1 MEMOREX TELEX JAPAN, LTD. -00E0C2 NECSY S.p.A. -00E0C3 SAKAI SYSTEM DEVELOPMENT CORP. -00E0C4 HORNER ELECTRIC, INC. -00E0C5 BCOM ELECTRONICS INC. -00E0C6 LINK2IT, L.L.C. -00E0C7 EUROTECH SRL 00E0C8 VIRTUAL ACCESS, LTD. -00E0C9 AutomatedLogic Corporation -00E0CA BEST DATA PRODUCTS -00E0CB RESON, INC. -00E0CC HERO SYSTEMS, LTD. -00E0CD SENSIS CORPORATION -00E0CE ARN -00E0CF INTEGRATED DEVICE TECHNOLOGY, INC. -00E0D0 NETSPEED, INC. -00E0D1 TELSIS LIMITED -00E0D2 VERSANET COMMUNICATIONS, INC. -00E0D3 DATENTECHNIK GmbH -00E0D4 EXCELLENT COMPUTER -00E0D5 Emulex Corporation -00E0D6 COMPUTER & COMMUNICATION RESEARCH LAB. -00E0D7 SUNSHINE ELECTRONICS, INC. -00E0D8 LANBit Computer, Inc. -00E0D9 TAZMO CO., LTD. -00E0DA Alcatel North America ESD -00E0DB ViaVideo Communications, Inc. -00E0DC NEXWARE CORP. -00E0DD ZENITH ELECTRONICS CORPORATION -00E0DE DATAX NV -00E0DF KEYMILE GmbH -00E0E0 SI ELECTRONICS, LTD. -00E0E1 G2 NETWORKS, INC. -00E0E2 INNOVA CORP. -00E0E3 SK-ELEKTRONIK GmbH -00E0E4 FANUC ROBOTICS NORTH AMERICA, Inc. -00E0E5 CINCO NETWORKS, INC. -00E0E6 INCAA DATACOM B.V. -00E0E7 RAYTHEON E-SYSTEMS, INC. -00E0E8 GRETACODER Data Systems AG +00101D WINBOND ELECTRONICS CORP. +00105F ZODIAC DATA SYSTEMS +0010CB FACIT K.K. +001075 Segate Technology LLC +001058 ArrowPoint Communications +0010A8 RELIANCE COMPUTER CORP. +0010AA MEDIA4, INC. +0010E8 TELOCITY, INCORPORATED +001010 INITIO CORPORATION +00E007 Avaya ECS Ltd +001022 SatCom Media Corporation +0010C7 DATA TRANSMISSION NETWORK +001098 STARNET TECHNOLOGIES, INC. +001096 TRACEWELL SYSTEMS, INC. +001082 JNA TELECOMMUNICATIONS LIMITED +001021 ENCANTO NETWORKS, INC. +0010CE VOLAMP, LTD. +0010B2 COACTIVE AESTHETICS +00109A NETLINE +0010EA ADEPT TECHNOLOGY +0010BD THE TELECOMMUNICATION TECHNOLOGY COMMITTEE (TTC) +006099 SBE, Inc. +0060FD NetICs, Inc. +0060B5 KEBA GmbH +006027 Superior Modular Products +0060C1 WaveSpan Corporation +006005 FEEDBACK DATA LTD. +00607B FORE SYSTEMS, INC. +00609C Perkin-Elmer Incorporated +006007 ACRES GAMING, INC. +006035 DALLAS SEMICONDUCTOR, INC. +0060F1 EXP COMPUTER, INC. +006040 NETRO CORP. +006034 ROBERT BOSCH GmbH +0060BA SAHARA NETWORKS, INC. +006096 T.S. MICROTECH INC. +00603A QUICK CONTROLS LTD. +0060AC RESILIENCE CORPORATION +0060EB FOURTHTRACK SYSTEMS +00606D DIGITAL EQUIPMENT CORP. +006014 EDEC CO., LTD. +0060E1 ORCKIT COMMUNICATIONS LTD. +006062 TELESYNC, INC. +006038 Nortel Networks +006095 ACCU-TIME SYSTEMS, INC. +00A016 MICROPOLIS CORP. +00A01C NASCENT NETWORKS CORPORATION +00A0FC IMAGE SCIENCES, INC. +00A0B7 CORDANT, INC. +00A037 Mindray DS USA, Inc. +00A04C INNOVATIVE SYSTEMS & TECHNOLOGIES, INC. +00A0E9 ELECTRONIC RETAILING SYSTEMS INTERNATIONAL +006078 POWER MEASUREMENT LTD. +00600D Digital Logic GmbH +00608A CITADEL COMPUTER +00A05D CS COMPUTER SYSTEME GmbH +00A0BD I-TECH CORP. +00A0B9 EAGLE TECHNOLOGY, INC. +00A069 Symmetricom, Inc. +00A07A ADVANCED PERIPHERALS TECHNOLOGIES, INC. +00A04E VOELKER TECHNOLOGIES, INC. +00A05A KOFAX IMAGE PRODUCTS +00A093 B/E AEROSPACE, Inc. +00A0BF WIRELESS DATA GROUP MOTOROLA +00609F PHAST CORPORATION +006067 ACER NETXUS INC. +00600C Eurotech Inc. +006025 ACTIVE IMAGING PLC +006071 MIDAS LAB, INC. +0060A7 MICROSENS GmbH & CO. KG +0060FC CONSERVATION THROUGH INNOVATION LTD. +0060D4 ELDAT COMMUNICATION LTD. +006085 Storage Concepts +006018 STELLAR ONE CORPORATION +00602B PEAK AUDIO +00606F CLARION CORPORATION OF AMERICA +0060ED RICARDO TEST AUTOMATION LTD. +0060F6 NEXTEST COMMUNICATIONS PRODUCTS, INC. +0060DD MYRICOM, INC. +006092 MICRO/SYS, INC. +006080 MICROTRONIX DATACOM LTD. +006068 Dialogic Corporation +0060DB NTP ELEKTRONIK A/S +00A002 LEEDS & NORTHRUP AUSTRALIA PTY LTD +00A0E4 OPTIQUEST +00A01F TRICORD SYSTEMS, INC. +00A0C0 DIGITAL LINK CORP. +00A043 AMERICAN TECHNOLOGY LABS, INC. +00A047 INTEGRATED FITNESS CORP. +00A07C TONYANG NYLON CO., LTD. +00A0EC TRANSMITTON LTD. +00A07E AVID TECHNOLOGY, INC. +00A035 CYLINK CORPORATION +00A028 CONNER PERIPHERALS +00A0C7 TADIRAN TELECOMMUNICATIONS +00E0BE GENROCO INTERNATIONAL, INC. +00E010 HESS SB-AUTOMATENBAU GmbH 00E0E9 DATA LABS, INC. -00E0EA INNOVAT COMMUNICATIONS, INC. -00E0EB DIGICOM SYSTEMS, INCORPORATED -00E0EC CELESTICA INC. -00E0ED SILICOM, LTD. -00E0EE MAREL HF -00E0EF DIONEX -00E0F0 ABLER TECHNOLOGY, INC. -00E0F1 THAT CORPORATION -00E0F2 ARLOTTO COMNET, INC. -00E0F3 WebSprint Communications, Inc. -00E0F4 INSIDE Technology A/S -00E0F5 TELES AG -00E0F6 DECISION EUROPE -00E0F7 CISCO SYSTEMS, INC. -00E0F8 DICNA CONTROL AB -00E0F9 CISCO SYSTEMS, INC. -00E0FA TRL TECHNOLOGY, LTD. -00E0FB LEIGHTRONIX, INC. -00E0FC HUAWEI TECHNOLOGIES CO., LTD. -00E0FD A-TREND TECHNOLOGY CO., LTD. -00E0FE CISCO SYSTEMS, INC. -00E0FF SECURITY DYNAMICS TECHNOLOGIES, Inc. -00E175 AK-Systems Ltd -00E666 ARIMA Communications Corp. -00E6D3 NIXDORF COMPUTER CORP. -00E8AB Meggitt Training Systems, Inc. -00EB2D Sony Mobile Communications AB -00F051 KWB Gmbh -00F403 Orbis Systems Oy -00F4B9 Apple, Inc. -00F860 PT. Panggung Electric Citrabuana -00FA3B CLOOS ELECTRONIC GMBH -00FC58 WebSilicon Ltd. -00FC70 Intrepid Control Systems, Inc. -00FD4C NEVATEC -020701 RACAL-DATACOM -021C7C PERQ SYSTEMS CORPORATION -026086 LOGIC REPLACEMENT TECH. LTD. -02608C 3COM CORPORATION -027001 RACAL-DATACOM -0270B0 M/A-COM INC. COMPANIES -0270B3 DATA RECALL LTD -029D8E CARDIAC RECORDERS INC. -02AA3C OLIVETTI TELECOMM SPA (OLTECO) -02BB01 OCTOTHORPE CORP. -02C08C 3COM CORPORATION -02CF1C COMMUNICATION MACHINERY CORP. -02E6D3 NIXDORF COMPUTER CORPORATION -040A83 Alcatel-Lucent -040AE0 XMIT AG COMPUTER NETWORKS -040CCE Apple, Inc. -040EC2 ViewSonic Mobile China Limited -041552 Apple -04180F Samsung Electronics Co.,Ltd -0418B6 PRIVATE -0418D6 Ubiquiti Networks -041B94 Host Mobility AB -041BBA Samsung Electronics Co.,Ltd -041D10 Dream Ware Inc. -041E64 Apple, Inc -04209A Panasonic AVC Networks Company -042234 Wireless Standard Extensions -042605 GFR Gesellschaft für Regelungstechnik und Energieeinsparung mbH -042665 Apple -042BBB PicoCELA, Inc. -042F56 ATOCS (Shenzhen) LTD -0432F4 Partron -043604 Gyeyoung I&T -043D98 ChongQing QingJia Electronics CO.,LTD -044665 Murata Manufacturing Co., Ltd. -044A50 Ramaxel Technology (Shenzhen) limited company -044BFF GuangZhou Hedy Digital Technology Co., Ltd -044CEF Fujian Sanao Technology Co.,Ltd -044F8B Adapteva, Inc. -044FAA Ruckus Wireless -045453 Apple, Inc. -0455CA BriView (Xiamen) Corp. -04586F Sichuan Whayer information industry Co.,LTD -045A95 Nokia Corporation -045C06 Zmodo Technology Corporation -045D56 camtron industrial inc. -045FA7 Shenzhen Yichen Technology Development Co.,LTD -0462D7 ALSTOM HYDRO FRANCE -0463E0 Nome Oy -046D42 Bryston Ltd. -046E49 TaiYear Electronic Technology (Suzhou) Co., Ltd -0470BC Globalstar Inc. -0474A1 Aligera Equipamentos Digitais Ltda -0475F5 CSST -04766E ALPS Co,. Ltd. -047D7B Quanta Computer Inc. -0481AE Clack Corporation -04848A 7INOVA TECHNOLOGY LIMITED -04888C Eifelwerk Butler Systeme GmbH -0488E2 Beats Electronics LLC -048A15 Avaya, Inc -048B42 Skspruce Technology Limited -048C03 ThinPAD Technology (Shenzhen)CO.,LTD -048D38 Netcore Technology Inc. -0494A1 CATCH THE WIND INC -0498F3 ALPS Electric Co,. Ltd. -049C62 BMT Medical Technology s.r.o. -049F06 Smobile Co., Ltd. -049F81 Netscout Systems, Inc. -04A151 NETGEAR INC., -04A3F3 Emicon -04A82A Nokia Corporation -04B3B6 Seamap (UK) Ltd -04B466 BSP Co., Ltd. -04BFA8 ISB Corporation -04C05B Tigo Energy -04C06F Shenzhen Huawei Communication Technologies Co., Ltd -04C1B9 Fiberhome Telecommunication Tech.Co.,Ltd. -04C5A4 CISCO SYSTEMS, INC. -04C880 Samtec Inc -04CE14 Wilocity LTD. -04CF25 MANYCOLORS, INC. -04D437 ZNV -04D783 Y&H E&C Co.,LTD. -04DAD2 Cisco -04DD4C Velocytech -04DF69 Car Connectivity Consortium -04E0C4 TRIUMPH-ADLER AG -04E1C8 IMS Soluções em Energia Ltda. -04E2F8 AEP Ticketing solutions srl -04E451 Texas Instruments -04E536 Apple -04E548 Cohda Wireless Pty Ltd -04E662 Acroname Inc. -04E9E5 PJRC.COM, LLC -04EE91 x-fabric GmbH -04F021 Compex Systems Pte Ltd -04F17D Tarana Wireless -04F4BC Xena Networks -04F7E4 Apple -04F8C2 Flaircomm Microelectronics, Inc. -04FE31 Samsung Electronics Co.,Ltd -04FE7F CISCO SYSTEMS, INC. -04FF51 NOVAMEDIA INNOVISION SP. Z O.O. -080001 COMPUTERVISION CORPORATION -080002 BRIDGE COMMUNICATIONS INC. -080003 ADVANCED COMPUTER COMM. -080004 CROMEMCO INCORPORATED -080005 SYMBOLICS INC. -080006 SIEMENS AG -080007 APPLE COMPUTER INC. -080008 BOLT BERANEK AND NEWMAN INC. -080009 HEWLETT PACKARD -08000A NESTAR SYSTEMS INCORPORATED -08000B UNISYS CORPORATION -08000C MIKLYN DEVELOPMENT CO. -08000D INTERNATIONAL COMPUTERS LTD. -08000E NCR CORPORATION -08000F MITEL CORPORATION -080011 TEKTRONIX INC. -080012 BELL ATLANTIC INTEGRATED SYST. -080013 EXXON -080014 EXCELAN -080015 STC BUSINESS SYSTEMS -080016 BARRISTER INFO SYS CORP -080017 NATIONAL SEMICONDUCTOR -080018 PIRELLI FOCOM NETWORKS -080019 GENERAL ELECTRIC CORPORATION -08001A TIARA/ 10NET -08001B EMC Corporation -08001C KDD-KOKUSAI DEBNSIN DENWA CO. -08001D ABLE COMMUNICATIONS INC. -08001E APOLLO COMPUTER INC. -08001F SHARP CORPORATION -080020 Oracle Corporation -080021 3M COMPANY -080022 NBI INC. -080023 Panasonic Communications Co., Ltd. -080024 10NET COMMUNICATIONS/DCA -080025 CONTROL DATA -080026 NORSK DATA A.S. -080027 CADMUS COMPUTER SYSTEMS -080028 Texas Instruments -080029 MEGATEK CORPORATION -08002A MOSAIC TECHNOLOGIES INC. -08002B DIGITAL EQUIPMENT CORPORATION -08002C BRITTON LEE INC. -08002D LAN-TEC INC. -08002E METAPHOR COMPUTER SYSTEMS -08002F PRIME COMPUTER INC. -080030 NETWORK RESEARCH CORPORATION -080030 CERN -080030 ROYAL MELBOURNE INST OF TECH -080031 LITTLE MACHINES INC. -080032 TIGAN INCORPORATED -080033 BAUSCH & LOMB -080034 FILENET CORPORATION -080035 MICROFIVE CORPORATION -080036 INTERGRAPH CORPORATION -080037 FUJI-XEROX CO. LTD. -080038 BULL S.A.S. -080039 SPIDER SYSTEMS LIMITED -08003A ORCATECH INC. -08003B TORUS SYSTEMS LIMITED -08003C SCHLUMBERGER WELL SERVICES -08003D CADNETIX CORPORATIONS -08003E CODEX CORPORATION -08003F FRED KOSCHARA ENTERPRISES -080040 FERRANTI COMPUTER SYS. LIMITED -080041 RACAL-MILGO INFORMATION SYS.. -080042 JAPAN MACNICS CORP. -080043 PIXEL COMPUTER INC. -080044 DAVID SYSTEMS INC. -080045 CONCURRENT COMPUTER CORP. -080046 Sony Corporation -080047 SEQUENT COMPUTER SYSTEMS INC. -080048 EUROTHERM GAUGING SYSTEMS -080049 UNIVATION -08004A BANYAN SYSTEMS INC. -08004B PLANNING RESEARCH CORP. -08004C HYDRA COMPUTER SYSTEMS INC. -08004D CORVUS SYSTEMS INC. -08004E 3COM EUROPE LTD. -08004F CYGNET SYSTEMS +00E0A0 WILTRON CO. +00E024 GADZOOX NETWORKS +00E017 EXXACT GmbH +00603B AMTEC spa +0020E5 APEX DATA, INC. +00207D ADVANCED COMPUTER APPLICATIONS +0020D0 VERSALYNX CORPORATION +00206C EVERGREEN TECHNOLOGY CORP. +002012 CAMTRONICS MEDICAL SYSTEMS +00200B OCTAGON SYSTEMS CORP. +00209E BROWN'S OPERATING SYSTEM SERVICES, LTD. +0020D7 JAPAN MINICOMPUTER SYSTEMS CO., Ltd. +0020FB OCTEL COMMUNICATIONS CORP. +0020B1 COMTECH RESEARCH INC. +002033 SYNAPSE TECHNOLOGIES, INC. +002099 BON ELECTRIC CO., LTD. +0020AE ORNET DATA COMMUNICATION TECH. +0020EA EFFICIENT NETWORKS, INC. +0020FF SYMMETRICAL TECHNOLOGIES +00208B LAPIS TECHNOLOGIES, INC. +002069 ISDN SYSTEMS CORPORATION +0020BA CENTER FOR HIGH PERFORMANCE +002006 GARRETT COMMUNICATIONS, INC. +00A0A2 DIGICOM S.P.A. +00A054 Private +00A030 CAPTOR NV/SA +00A0B1 FIRST VIRTUAL CORPORATION +0020CB PRETEC ELECTRONICS CORP. +0020AB MICRO INDUSTRIES CORP. +00202D TAIYO CORPORATION +00A088 ESSENTIAL COMMUNICATIONS +00A0FA Marconi Communication GmbH +00A014 CSIR +00A064 KVB/ANALECT +00A07F GSM-SYNTEL, LTD. +00A03E ATM FORUM +00A098 NetApp +00A021 General Dynamics +00A0A8 RENEX CORPORATION +002049 COMTRON, INC. +002050 KOREA COMPUTER INC. +00203C EUROTIME AB +002028 WEST EGG SYSTEMS, INC. +002014 GLOBAL VIEW CO., LTD. +002053 HUNTSVILLE MICROSYSTEMS, INC. +002001 DSP SOLUTIONS, INC. +00209C PRIMARY ACCESS CORP. +0020C5 EAGLE TECHNOLOGY +002009 PACKARD BELL ELEC., INC. +002095 RIVA ELECTRONICS +00203F JUKI CORPORATION +00C014 TELEMATICS CALABASAS INT'L,INC +00C045 ISOLATION SYSTEMS, LTD. +00C000 LANOPTICS, LTD. +00AA3C OLIVETTI TELECOM SPA (OLTECO) +00C079 FONSYS CO.,LTD. +002011 CANOPUS CO., LTD. +00C00B NORCONTROL A.S. +00C0C0 SHORE MICROSYSTEMS, INC. +00C00C RELIA TECHNOLGIES +00A0E7 CENTRAL DATA CORPORATION +00A068 BHP LIMITED +00A0B3 ZYKRONIX +00A06E AUSTRON, INC. +00A0BB HILAN GMBH +00A017 J B M CORPORATION +0020D5 VIPA GMBH +002079 MIKRON GMBH +0020FA GDE SYSTEMS, INC. +002007 SFA, INC. +002062 SCORPION LOGIC, LTD. +00200A SOURCE-COMM CORP. +002000 LEXMARK INTERNATIONAL, INC. +002003 PIXEL POWER LTD. +0020B4 TERMA ELEKTRONIK AS +00205B Kentrox, LLC +002030 ANALOG & DIGITAL SYSTEMS +0020A8 SAST TECHNOLOGY CORP. +002066 GENERAL MAGIC, INC. +002036 BMC SOFTWARE +0040BE BOEING DEFENSE & SPACE +004036 Zoom Telephonics, Inc +004046 UDC RESEARCH LIMITED +00406A KENTEK INFORMATION SYSTEMS,INC +0040F2 JANICH & KLASS COMPUTERTECHNIK +004082 LABORATORY EQUIPMENT CORP. +004022 KLEVER COMPUTERS, INC. +0040A2 KINGSTAR TECHNOLOGY INC. +0040B4 NEXTCOM K.K. +0040D4 GAGE TALKER CORP. +004038 TALENT ELECTRIC INCORPORATED +004018 ADOBE SYSTEMS, INC. +0040B0 BYTEX CORPORATION, ENGINEERING +004040 RING ACCESS, INC. +0080D7 Fantum Engineering +0080D9 EMK Elektronik GmbH & Co. KG +00806A ERI (EMPAC RESEARCH INC.) +00403B SYNERJET INTERNATIONAL CORP. +0040AB ROLAND DG CORPORATION +0040D5 Sartorius Mechatronics T&H GmbH +004027 SMC MASSACHUSETTS, INC. +00409C TRANSWARE +00405C FUTURE SYSTEMS, INC. +00008C Alloy Computer Products (Australia) Pty Ltd +004000 PCI COMPONENTES DA AMZONIA LTD +0040C5 MICOM COMMUNICATIONS INC. +004023 LOGIC CORPORATION +0040A4 ROSE ELECTRONICS +004048 SMD INFORMATICA S.A. +004025 MOLECULAR DYNAMICS +004010 SONIC SYSTEMS, INC. +0040CA FIRST INTERNAT'L COMPUTER, INC +004050 IRONICS, INCORPORATED +00402B TRIGEM COMPUTER, INC. +00C08C PERFORMANCE TECHNOLOGIES, INC. +00C02B GERLOFF GESELLSCHAFT FUR +00C0A7 SEEL LTD. +0040B3 ParTech Inc. +00407D EXTENSION TECHNOLOGY CORP. +004079 JUKO MANUFACTURE COMPANY, LTD. +0040D9 AMERICAN MEGATRENDS INC. +004011 ANDOVER CONTROLS CORPORATION +0040C1 BIZERBA-WERKE WILHEIM KRAUT +00C06B OSI PLUS CORPORATION +00C06A ZAHNER-ELEKTRIK GMBH & CO. KG +00C097 ARCHIPEL SA +00C072 KNX LTD. +00C0EC DAUPHIN TECHNOLOGY +00C066 DOCUPOINT, INC. +00C028 JASCO CORPORATION +00C0DC EOS TECHNOLOGIES, INC. +00C02D FUJI PHOTO FILM CO., LTD. +00C0BD INEX TECHNOLOGIES, INC. +00C054 NETWORK PERIPHERALS, LTD. +00C0D5 Werbeagentur Jürgen Siebert +00C044 EMCOM CORPORATION +00C050 TOYO DENKI SEIZO K.K. +00408A TPS TELEPROCESSING SYS. GMBH +0040FD LXE +00403D Teradata Corporation +0040E0 ATOMWIDE LTD. +00408C AXIS COMMUNICATIONS AB +004068 EXTENDED SYSTEMS +0040BA ALLIANT COMPUTER SYSTEMS CORP. +004069 LEMCOM SYSTEMS, INC. +0040F8 SYSTEMHAUS DISCOM +004077 MAXTON TECHNOLOGY CORPORATION +0040E7 ARNOS INSTRUMENTS & COMPUTER +0040AC SUPER WORKSTATION, INC. +00C0AC GAMBIT COMPUTER COMMUNICATIONS +00C02C CENTRUM COMMUNICATIONS, INC. +00C0ED US ARMY ELECTRONIC +00C0D1 COMTREE TECHNOLOGY CORPORATION +00C0D2 SYNTELLECT, INC. +00C0FB ADVANCED TECHNOLOGY LABS +00C092 MENNEN MEDICAL INC. +00C06C SVEC COMPUTER CORP. +00C02E NETWIZ +00C05B NETWORKS NORTHWEST, INC. +00C0BF TECHNOLOGY CONCEPTS, LTD. +00C0C9 ELSAG BAILEY PROCESS +00809D Commscraft Ltd. +008017 PFU LIMITED +0080F8 MIZAR, INC. +008024 KALPANA, INC. +008074 FISHER CONTROLS +008021 Alcatel Canada Inc. +000055 COMMISSARIAT A L`ENERGIE ATOM. +000086 MEGAHERTZ CORPORATION +000092 COGENT DATA TECHNOLOGIES +008068 YAMATECH SCIENTIFIC LTD. +0080F2 RAYCOM SYSTEMS INC +0080EA ADVA Optical Networking Ltd. +000067 SOFT * RITE, INC. +0000E8 ACCTON TECHNOLOGY CORP. +0000B2 TELEVIDEO SYSTEMS, INC. +0000EE NETWORK DESIGNERS, LTD. +000089 CAYMAN SYSTEMS INC. +000021 SUREMAN COMP. & COMMUN. CORP. +0000CF HAYES MICROCOMPUTER PRODUCTS +0000A4 ACORN COMPUTERS LIMITED +000018 WEBSTER COMPUTER CORPORATION +008033 EMS Aviation, Inc. +008052 TECHNICALLY ELITE CONCEPTS +00804F DAIKIN INDUSTRIES, LTD. +00806D CENTURY SYSTEMS CORP. +00802D XYLOGICS INC +008048 COMPEX INCORPORATED +008085 H-THREE SYSTEMS CORPORATION +008014 ESPRIT SYSTEMS +0080B4 SOPHIA SYSTEMS +00807F DY-4 INCORPORATED +0000E4 IN2 GROUPE INTERTECHNIQUE +000079 NETWORTH INCORPORATED +000075 Nortel Networks +004009 TACHIBANA TECTRON CO., LTD. +00409E CONCURRENT TECHNOLOGIES LTD. +008092 Silex Technology, Inc. +008011 DIGITAL SYSTEMS INT'L. INC. +008044 SYSTECH COMPUTER CORP. +00808A SUMMIT MICROSYSTEMS CORP. +0080E3 CORAL NETWORK CORPORATION +008072 MICROPLEX SYSTEMS LTD. +008054 FRONTIER TECHNOLOGIES CORP. +0080AE HUGHES NETWORK SYSTEMS +0080AF ALLUMER CO., LTD. +0080EC SUPERCOMPUTING SOLUTIONS, INC. +0080A4 LIBERTY ELECTRONICS +008073 DWB ASSOCIATES +00802B INTEGRATED MARKETING CO +0080BE ARIES RESEARCH +008027 ADAPTIVE SYSTEMS, INC. +0080E2 T.D.I. CO., LTD. +0040EE OPTIMEM +00405E NORTH HILLS ISRAEL +004072 Applied Innovation Inc. +004031 KOKUSAI ELECTRIC CO., LTD +00400C GENERAL MICRO SYSTEMS, INC. +0040E6 C.A.E.N. +0040FC IBR COMPUTER TECHNIK GMBH +004001 Zero One Technology Co. Ltd. +004002 PERLE SYSTEMS LIMITED +0080DB GRAPHON CORPORATION +0080B1 SOFTCOM A/S +0080D8 NETWORK PERIPHERALS INC. +0080AB DUKANE NETWORK INTEGRATION +00809B JUSTSYSTEM CORPORATION +008089 TECNETICS (PTY) LTD. +000039 TOSHIBA CORPORATION +0000CB COMPU-SHACK ELECTRONIC GMBH +0000D1 ADAPTEC INCORPORATED +0000B6 MICRO-MATIC RESEARCH +000066 TALARIS SYSTEMS, INC. +000014 NETRONIX +000072 MINIWARE TECHNOLOGY +0000AB LOGIC MODELING CORPORATION +000029 IMC NETWORKS CORP. +0080CD MICRONICS COMPUTER, INC. +008083 AMDAHL +008003 HYTEC ELECTRONICS LTD. +00801B KODIAK TECHNOLOGY +0080CC MICROWAVE BYPASS SYSTEMS +080079 THE DROID WORKS +080077 TSL COMMUNICATIONS LTD. +080071 MATRA (DSIE) +08005F SABER TECHNOLOGY CORP. +08005C FOUR PHASE SYSTEMS +08005B VTA TECHNOLOGIES INC. +080058 SYSTEMS CONCEPTS 080050 DAISY SYSTEMS CORP. -080051 EXPERDATA 080052 INSYSTEC -080053 MIDDLE EAST TECH. UNIVERSITY -080055 STANFORD TELECOMM. INC. -080056 STANFORD LINEAR ACCEL. CENTER -080057 EVANS & SUTHERLAND -080058 SYSTEMS CONCEPTS -080059 A/S MYCRON -08005A IBM Corp -08005B VTA TECHNOLOGIES INC. -08005C FOUR PHASE SYSTEMS -08005D GOULD INC. -08005E COUNTERPOINT COMPUTER INC. -08005F SABER TECHNOLOGY CORP. -080060 INDUSTRIAL NETWORKING INC. -080061 JAROGATE LTD. -080062 GENERAL DYNAMICS -080063 PLESSEY -080064 Sitasys AG -080065 GENRAD INC. -080066 AGFA CORPORATION -080067 COMDESIGN -080068 RIDGE COMPUTERS -080069 SILICON GRAPHICS INC. -08006A ATT BELL LABORATORIES -08006B ACCEL TECHNOLOGIES INC. -08006C SUNTEK TECHNOLOGY INT'L -08006D WHITECHAPEL COMPUTER WORKS -08006E MASSCOMP -08006F PHILIPS APELDOORN B.V. -080070 MITSUBISHI ELECTRIC CORP. -080071 MATRA (DSIE) -080072 XEROX CORP UNIV GRANT PROGRAM -080073 TECMAR INC. -080074 CASIO COMPUTER CO. LTD. -080075 DANSK DATA ELECTRONIK -080076 PC LAN TECHNOLOGIES -080077 TSL COMMUNICATIONS LTD. -080078 ACCELL CORPORATION -080079 THE DROID WORKS -08007A INDATA -08007B SANYO ELECTRIC CO. LTD. -08007C VITALINK COMMUNICATIONS CORP. -08007E AMALGAMATED WIRELESS(AUS) LTD -08007F CARNEGIE-MELLON UNIVERSITY -080080 AES DATA INC. -080081 ,ASTECH INC. -080082 VERITAS SOFTWARE -080083 Seiko Instruments Inc. -080084 TOMEN ELECTRONICS CORP. -080085 ELXSI +080047 SEQUENT COMPUTER SYSTEMS INC. +080045 CONCURRENT COMPUTER CORP. +080044 DAVID SYSTEMS INC. +080041 RACAL-MILGO INFORMATION SYS.. +080038 BULL S.A.S. +08003C SCHLUMBERGER WELL SERVICES +080034 FILENET CORPORATION +08002C BRITTON LEE INC. +0000B9 MCDONNELL DOUGLAS COMPUTER SYS +00002D CHROMATICS INC +00004A ADC CODENOLL TECHNOLOGY CORP. +0000C0 WESTERN DIGITAL CORPORATION +000040 APPLICON, INC. +00005D CS TELECOM +08008E Tandem Computers 080086 KONICA MINOLTA HOLDINGS, INC. -080087 XYPLEX -080088 Brocade Communications Systems, Inc. -080089 KINETICS +080083 Seiko Instruments Inc. +080080 AES DATA INC. +080030 ROYAL MELBOURNE INST OF TECH +080064 Sitasys AG +00DD09 UNGERMANN-BASS INC. 08008A PerfTech, Inc. -08008B PYRAMID TECHNOLOGY CORP. -08008C NETWORK RESEARCH CORPORATION -08008D XYVISION INC. -08008E TANDEM COMPUTERS -08008F CHIPCOM CORPORATION +00DD04 UNGERMANN-BASS INC. +080066 AGFA CORPORATION +08001A TIARA/ 10NET 080090 SONOMA SYSTEMS -0808C2 Samsung Electronics -0808EA AMSC -080C0B SysMik GmbH Dresden -080CC9 Mission Technology Group, dba Magma -080D84 GECO, Inc. -080EA8 Velex s.r.l. -080FFA KSP INC. +08000B UNISYS CORPORATION +080017 NATIONAL SEMICONDUCTOR +00005E ICANN, IANA Department +0000AF Canberra Industries, Inc. +0000EC MICROPROCESS +00009E MARLI S.A. +000042 METIER MANAGEMENT SYSTEMS LTD. +00008D Cryptek Inc. +000065 Network General Corporation +00004D DCI CORPORATION +080024 10NET COMMUNICATIONS/DCA +08001E APOLLO COMPUTER INC. +08001B EMC Corporation +00DD0D UNGERMANN-BASS INC. +AA0002 DIGITAL EQUIPMENT CORPORATION +080005 SYMBOLICS INC. +000000 XEROX CORPORATION +0040D6 LOCAMATION B.V. +AA0003 DIGITAL EQUIPMENT CORPORATION +080008 BOLT BERANEK AND NEWMAN INC. +08000E NCR CORPORATION +00006F Madge Ltd. +00005A SysKonnect GmbH +000023 ABB INDUSTRIAL SYSTEMS AB +000045 FORD AEROSPACE & COMM. CORP. +0000BC Rockwell Automation +0000C3 HARRIS CORP COMPUTER SYS DIV +000004 XEROX CORPORATION +000009 XEROX CORPORATION +00003D UNISYS +F82C18 2Wire Inc +00173F Belkin International Inc. +388602 Flexoptix GmbH +F4EB38 Sagemcom Broadband SAS +001E74 Sagemcom Broadband SAS +00604C Sagemcom Broadband SAS +002691 Sagemcom Broadband SAS +C0D044 Sagemcom Broadband SAS +6C2E85 Sagemcom Broadband SAS +CC33BB Sagemcom Broadband SAS +681590 Sagemcom Broadband SAS +5464D9 Sagemcom Broadband SAS +00023F COMPAL ELECTRONICS, INC. +383BC8 2Wire Inc +DC7FA4 2Wire Inc +001288 2Wire Inc +001EC7 2Wire Inc +28162E 2Wire Inc +3CEA4F 2Wire Inc +848F69 Dell Inc. +90B11C Dell Inc. +F8CAB8 Dell Inc. +24B6FD Dell Inc. +000D56 Dell Inc. +00123F Dell Inc. +001372 Dell Inc. +74867A Dell Inc. +3417EB Dell Inc. +EC8892 Motorola Mobility LLC, a Lenovo Company +B07994 Motorola Mobility LLC, a Lenovo Company +141AA3 Motorola Mobility LLC, a Lenovo Company +CCC3EA Motorola Mobility LLC, a Lenovo Company +34BB26 Motorola Mobility LLC, a Lenovo Company +40786A Motorola Mobility LLC, a Lenovo Company +0019B9 Dell Inc. +002219 Dell Inc. +00B0D0 Dell Inc. +5C260A Dell Inc. +B083FE Dell Inc. +141877 Dell Inc. +0024E8 Dell Inc. +A48E0A DeLaval International AB +00215C Intel Corporate +002315 Intel Corporate +001500 Intel Corporate +104A7D Intel Corporate +A4C494 Intel Corporate +902E1C Intel Corporate +3CFDFE Intel Corporate +B8BF83 Intel Corporate +001DE1 Intel Corporate +0022FB Intel Corporate 081196 Intel Corporate -081443 UNIBRAIN S.A. -081651 Shenzhen Sea Star Technology Co.,Ltd -081735 CISCO SYSTEMS, INC. -0817F4 IBM Corp -08181A zte corporation -08184C A. S. Thomas, Inc. -0819A6 HUAWEI TECHNOLOGIES CO.,LTD -081DFB Shanghai Mexon Communication Technology Co.,Ltd -081F3F WondaLink Inc. -081FF3 CISCO SYSTEMS, INC. -082522 ADVANSEE -082719 APS systems/electronic AG -082AD0 SRD Innovations Inc. -082E5F Hewlett Packard -083571 CASwell INC. -08373D Samsung Electronics Co.,Ltd -08379C Topaz Co. LTD. -0838A5 Funkwerk plettac electronic GmbH -083AB8 Shinoda Plasma Co., Ltd. -083E0C ARRIS Group, Inc. -083E8E Hon Hai Precision Ind.Co.Ltd -08482C Raycore Taiwan Co., LTD. -084E1C H2A Systems, LLC -084EBF Broad Net Mux Corporation -08512E Orion Diagnostica Oy -085B0E Fortinet, Inc. -08606E ASUSTek COMPUTER INC. -086361 Huawei Technologies Co., Ltd -0868D0 Japan System Design -0868EA EITO ELECTRONICS CO., LTD. -087045 Apple -087572 Obelux Oy -087618 ViE Technologies Sdn. Bhd. -087695 Auto Industrial Co., Ltd. -0876FF Thomson Telecom Belgium -087999 AIM GmbH -087A4C Huawei Technologies Co., Ltd -087BAA SVYAZKOMPLEKTSERVICE, LLC -087CBE Quintic Corp. -087D21 Altasec technology corporation -088039 Cisco SPVTG -0881F4 Juniper Networks -08863B Belkin International, Inc. -088DC8 Ryowa Electronics Co.,Ltd -088E4F SF Software Solutions -088F2C Hills Sound Vision & Lighting +6036DD Intel Corporate +A0369F Intel Corporate +502DA2 Intel Corporate +4C79BA Intel Corporate +4CEB42 Intel Corporate +606720 Intel Corporate +84A6C8 Intel Corporate +5891CF Intel Corporate +88532E Intel Corporate +0024D7 Intel Corporate +C40938 FUJIAN STAR-NET COMMUNICATION CO.,LTD +00AA02 Intel Corporation +5CD2E4 Intel Corporate +04BD88 Aruba Networks +000B86 Aruba Networks +8896F2 Valeo Schalter und Sensoren GmbH +80A589 AzureWave Technology Inc. +0CCC26 Airenetworks +4CB0E8 Beijing RongZhi xinghua technology co., LTD +4C14A3 TCL Technoly Electronics (Huizhou) Co., Ltd. +F48E38 Dell Inc. +D887D5 Leadcore Technology CO.,LTD +00DA55 Cisco Systems, Inc +80D21D AzureWave Technology Inc. +705A0F Hewlett Packard +586356 FN-LINK TECHNOLOGY LIMITED +B046FC MitraStar Technology Corp. +08A95A AzureWave Technology Inc. +6CADF8 AzureWave Technology Inc. +54271E AzureWave Technology Inc. +008C54 ADB Broadband Italia +F0842F ADB Broadband Italia +8CB864 AcSiP Technology Corp. +0020E0 Actiontec Electronics, Inc +0004E3 Accton Technology Corp +409558 Aisino Corporation +00D0C9 ADVANTECH CO., LTD. +002553 ADB Broadband Italia +00238E ADB Broadband Italia +001CA2 ADB Broadband Italia +0017C2 ADB Broadband Italia +D0D412 ADB Broadband Italia +000FA3 Alpha Networks Inc. +001D6A Alpha Networks Inc. +0000F4 Allied Telesis, Inc. +70F1A1 Liteon Technology Corporation +6CFAA7 AMPAK Technology, Inc. +0024EF Sony Mobile Communications AB +6C0E0D Sony Mobile Communications AB +B4527D Sony Mobile Communications AB +E063E5 Sony Mobile Communications AB +000E07 Sony Mobile Communications AB +001A75 Sony Mobile Communications AB +0016B8 Sony Mobile Communications AB +001D28 Sony Mobile Communications AB +001FE4 Sony Mobile Communications AB +002298 Sony Mobile Communications AB +24FD52 Liteon Technology Corporation +2016D8 Liteon Technology Corporation +9CB70D Liteon Technology Corporation +1C659D Liteon Technology Corporation +001B9E ASKEY COMPUTER CORP +E0CA94 ASKEY COMPUTER CORP +C0D962 ASKEY COMPUTER CORP +00150C AVM GmbH +F40B93 BlackBerry RTS +68ED43 BlackBerry RTS +34BB1F BlackBerry RTS +489D24 BlackBerry RTS +000F86 BlackBerry RTS +001333 BaudTec Corporation +507E5D Arcadyan Technology Corporation +849CA6 Arcadyan Technology Corporation +1CC63C Arcadyan Technology Corporation +C02506 AVM GmbH 0896D7 AVM GmbH -089E01 QUANTA COMPUTER INC. -089F97 LEROY AUTOMATION -08A12B ShenZhen EZL Technology Co., Ltd -08A95A Azurewave -08ACA5 Benu Video, Inc. -08AF78 Totus Solutions, Inc. -08B4CF Abicom International -08B738 Lite-On Technogy Corp. -08B7EC Wireless Seismic -08BBCC AK-NORD EDV VERTRIEBSGES. mbH -08BD43 NETGEAR INC., -08BE09 Astrol Electronic AG -08CC68 Cisco -08D09F CISCO SYSTEMS, INC. -08D29A Proformatique -08D40C Intel Corporate -08D42B Samsung Electronics -08D5C0 Seers Technology Co., Ltd -08E5DA NANJING FUJITSU COMPUTER PRODUCTS CO.,LTD. -08E672 JEBSEE ELECTRONICS CO.,LTD. -08EA44 Aerohive Networks, Inc. -08EB74 Humax -08EBED World Elite Technology Co.,LTD -08EDB9 Hon Hai Precision Ind. Co.,Ltd. -08EF3B MCS Logic Inc. -08F1B7 Towerstream Corpration -08F2F4 Net One Partners Co.,Ltd. -08F6F8 GET Engineering -08FAE0 Fohhn Audio AG -08FC52 OpenXS BV -08FC88 Samsung Electronics Co.,Ltd -0C0400 Jantar d.o.o. -0C0535 Juniper Systems -0C1105 Ringslink (Xiamen) Network Communication Technologies Co., Ltd -0C130B Uniqoteq Ltd. -0C1420 Samsung Electronics Co.,Ltd -0C15C5 SDTEC Co., Ltd. -0C17F1 TELECSYS -0C191F Inform Electronik -0C1DC2 SeAH Networks -0C2724 Cisco -0C2755 Valuable Techologies Limited -0C2A69 electric imp, incorporated -0C2AE7 Beijing General Research Institute of Mining and Metallurgy -0C2D89 QiiQ Communications Inc. -0C3021 Apple, Inc -0C37DC Huawei Technologies Co., Ltd -0C3956 Observator instruments -0C3C65 Dome Imaging Inc -0C469D MS Sedco -0C4C39 Mitrastar Technology -0C4DE9 Apple, Inc. -0C51F7 CHAUVIN ARNOUX -0C5521 Axiros GmbH -0C565C HyBroad Vision (Hong Kong) Technology Co Ltd -0C57EB Mueller Systems -0C5A19 Axtion Sdn Bhd -0C5CD8 DOLI Elektronik GmbH -0C6076 Hon Hai Precision Ind. Co.,Ltd. -0C6803 Cisco -0C6E4F PrimeVOLT Co., Ltd. +4C09D4 Arcadyan Technology Corporation +DC446D Allwinner Technology Co., Ltd +BC620E HUAWEI TECHNOLOGIES CO.,LTD +78F557 HUAWEI TECHNOLOGIES CO.,LTD +E02861 HUAWEI TECHNOLOGIES CO.,LTD +C4473F HUAWEI TECHNOLOGIES CO.,LTD +000AF7 Broadcom +000DB6 Broadcom +18C086 Broadcom +C03E0F BSkyB Ltd +0020D4 Cabletron Systems, Inc. +00001D Cabletron Systems, Inc. +0060BB Cabletron Systems, Inc. +D0542D Cambridge Industries(Group) Co.,Ltd. +001FC7 Casio Hitachi Mobile Communications Co., Ltd. +ACEE9E Samsung Electronics Co.,Ltd +C08997 Samsung Electronics Co.,Ltd +2827BF Samsung Electronics Co.,Ltd +F05B7B Samsung Electronics Co.,Ltd +7CF90E Samsung Electronics Co.,Ltd +AC5A14 Samsung Electronics Co.,Ltd +B0C559 Samsung Electronics Co.,Ltd +BCD11F Samsung Electronics Co.,Ltd +A0B4A5 Samsung Electronics Co.,Ltd +80656D Samsung Electronics Co.,Ltd +48137E Samsung Electronics Co.,Ltd +E83A12 Samsung Electronics Co.,Ltd +9C0298 Samsung Electronics Co.,Ltd +6C8336 Samsung Electronics Co.,Ltd +B8C68E Samsung Electronics Co.,Ltd +74458A Samsung Electronics Co.,Ltd +A49A58 Samsung Electronics Co.,Ltd +B4EF39 Samsung Electronics Co.,Ltd +14A364 Samsung Electronics Co.,Ltd +3CA10D Samsung Electronics Co.,Ltd +206E9C Samsung Electronics Co.,Ltd +183F47 Samsung Electronics Co.,Ltd 0C715D Samsung Electronics Co.,Ltd -0C722C TP-LINK TECHNOLOGIES CO.,LTD. -0C74C2 Apple, Inc. -0C7523 BEIJING GEHUA CATV NETWORK CO.,LTD -0C771A Apple, Inc. -0C7D7C Kexiang Information Technology Co, Ltd. -0C8112 PRIVATE -0C8230 SHENZHEN MAGNUS TECHNOLOGIES CO.,LTD -0C8268 TP-LINK TECHNOLOGIES CO.,LTD. -0C826A Wuhan Huagong Genuine Optics Technology Co., Ltd -0C8411 A.O. Smith Water Products -0C8484 Zenovia Electronics Inc. -0C84DC Hon Hai Precision Ind. Co.,Ltd. -0C8525 CISCO SYSTEMS, INC. -0C8BFD Intel Corporate -0C8CDC Suunto Oy -0C8D98 TOP EIGHT IND CORP -0C924E Rice Lake Weighing Systems -0C9301 PT. Prasimax Inovasi Teknologi -0C93FB BNS Solutions -0C96BF Huawei Technologies Co., Ltd -0C9B13 Shanghai Magic Mobile Telecommunication Co.Ltd. -0C9D56 Consort Controls Ltd -0C9E91 Sankosha Corporation -0CA138 Blinq Wireless Inc. -0CA2F4 Chameleon Technology (UK) Limited -0CA402 Alcatel Lucent IPD -0CA42A OB Telecom Electronic Technology Co., Ltd -0CAF5A GENUS POWER INFRASTRUCTURES LIMITED -0CB4EF Digience Co.,Ltd. -0CBF15 Genetec -0CC0C0 MAGNETI MARELLI SISTEMAS ELECTRONICOS MEXICO -0CC3A7 Meritec -0CC47E EUCAST Co., Ltd. -0CC655 Wuxi YSTen Technology Co.,Ltd. -0CC66A Nokia Corporation -0CC6AC DAGS -0CC81F Summer Infant, Inc. -0CC9C6 Samwin Hong Kong Limited -0CCDD3 EASTRIVER TECHNOLOGY CO., LTD. -0CCDFB EDIC Systems Inc. -0CD292 Intel Corporate -0CD2B5 Binatone Telecommunication Pvt. Ltd -0CD502 Westell -0CD696 Amimon Ltd -0CD7C2 Axium Technologies, Inc. -0CD996 CISCO SYSTEMS, INC. -0CD9C1 Johnson Controls-ASG -0CDA41 Hangzhou H3C Technologies Co., Limited -0CDCCC Inala Technologies -0CDDEF Nokia Corporation -0CDFA4 Samsung Electronics Co.,Ltd -0CE5D3 DH electronics GmbH -0CE709 Fox Crypto B.V. -0CE82F Bonfiglioli Vectron GmbH -0CE936 ELIMOS srl +0C1420 Samsung Electronics Co.,Ltd +A80600 Samsung Electronics Co.,Ltd +6CF373 Samsung Electronics Co.,Ltd +3872C0 Comtrend Corporation +F4068D devolo AG +000BCA DATAVAN TC +00507F DrayTek Corp. +3C8970 Neosfar +C43655 Shenzhen Fenglian Technology Co., Ltd. +78CB68 DAEHAP HYPER-TECH +001A7F GCI Science & Technology Co.,LTD +D04D2C Roku, Inc. +E00C7F Nintendo Co., Ltd. +58BDA3 Nintendo Co., Ltd. +0025A0 Nintendo Co., Ltd. +002659 Nintendo Co., Ltd. +8C56C5 Nintendo Co., Ltd. +CC9E00 Nintendo Co., Ltd. +001656 Nintendo Co., Ltd. +00191D Nintendo Co., Ltd. +0019FD Nintendo Co., Ltd. +001EA9 Nintendo Co., Ltd. +A84481 Nokia Corporation +8844F6 Nokia Corporation +A87B39 Nokia Corporation +14C126 Nokia Corporation +4C2578 Nokia Corporation +001EA4 Nokia Danmark A/S +001262 Nokia Danmark A/S +00174B Nokia Danmark A/S +002547 Nokia Danmark A/S +001DE9 Nokia Danmark A/S +001D3B Nokia Danmark A/S +0014A7 Nokia Danmark A/S +001CD6 Nokia Danmark A/S +D099D5 Alcatel-Lucent +DC0077 TP-LINK TECHNOLOGIES CO.,LTD. +0060DC NEC Magnus Communications,Ltd. +F45C89 Apple, Inc. +0021FD LACROIX TRAFFIC S.A.U +4CB44A NANOWAVE Technologies Inc. +78C3E9 Samsung Electronics Co.,Ltd +9C5C8E ASUSTek COMPUTER INC. +70884D JAPAN RADIO CO., LTD. +4C55CC Zentri Pty Ltd +BCEC5D Apple, Inc. +DC415F Apple, Inc. +30636B Apple, Inc. +84683E Intel Corporate +C88722 Lumenpulse +30A9DE LG Innotek +E0CDFD Beijing E3Control Technology Co, LTD +208B37 Skyworth Digital Technology(Shenzhen) Co.,Ltd +08BE77 Green Electronics +280C28 Unigen DataStorage Corporation +980CA5 Motorola (Wuhan) Mobility Technologies Communication Co., Ltd. +1CC035 PLANEX COMMUNICATIONS INC. +34543C TAKAOKA TOKO CO.,LTD. +D49524 Clover Network, Inc. +0034DA LG Electronics (Mobile Communications) +9046A2 Tedipay UK Ltd +6479A7 Phison Electronics Corp. +C83870 Samsung Electronics Co.,Ltd +288335 Samsung Electronics Co.,Ltd +44783E Samsung Electronics Co.,Ltd +202D07 Samsung Electronics Co.,Ltd +0452C7 Bose Corporation +D4612E HUAWEI TECHNOLOGIES CO.,LTD +1C6758 HUAWEI TECHNOLOGIES CO.,LTD +E85659 Advanced-Connectek Inc. +8801F2 Vitec System Engineering Inc. +FC084A FUJITSU LIMITED +D4AD2D Fiberhome Telecommunication Technologies Co.,LTD +48555F Fiberhome Telecommunication Technologies Co.,LTD +847BEB Dell Inc. +F8C96C Fiberhome Telecommunication Technologies Co.,LTD +34BF90 Fiberhome Telecommunication Technologies Co.,LTD +D467E7 Fiberhome Telecommunication Technologies Co.,LTD +04C1B9 Fiberhome Telecommunication Technologies Co.,LTD +689361 Integrated Device Technology (Malaysia) Sdn. Bhd. +A082AC Linear DMS Solutions Sdn. Bhd. +002697 Alpha Technologies Inc. +4CB8B5 Shenzhen YOUHUA Technology Co., Ltd +1CABC0 Hitron Technologies. Inc +84E323 Green Wave Telecommunication SDN BHD +D897BA PEGATRON CORPORATION +7071BC PEGATRON CORPORATION +E06995 PEGATRON CORPORATION +54D9E4 BRILLIANTTS CO., LTD +E4F3F5 SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD. +00089F EFM Networks +00185C EDSLAB Technologies +000E2E Edimax Technology Co. Ltd. +00020E ECI Telecom Ltd. +00115B Elitegroup Computer Systems Co.,Ltd. +000795 Elitegroup Computer Systems Co.,Ltd. +B8AEED Elitegroup Computer Systems Co.,Ltd. +C03FD5 Elitegroup Computer Systems Co.,Ltd. +7427EA Elitegroup Computer Systems Co.,Ltd. +0000C9 Emulex Corporation +001A45 GN Netcom A/S +00168F GN Netcom A/S +083FBC zte corporation +042AE2 Cisco Systems, Inc +1C1B0D GIGA-BYTE TECHNOLOGY CO.,LTD. +00104F Oracle Corporation +000782 Oracle Corporation +E42F56 OptoMET GmbH +00A045 PHOENIX CONTACT Electronics GmbH +00266C INVENTEC Corporation +001E25 INTEK DIGITAL +A0B662 Acutvista Innovation Co., Ltd. +00C0F0 Kingston Technology Company, Inc. +4C8FA5 Jastec +000C49 Dangaard Telecom Denmark A/S +CCE17F Juniper Networks +44F477 Juniper Networks +5C4527 Juniper Networks +F01C2D Juniper Networks +F8C001 Juniper Networks +78FE3D Juniper Networks +54E032 Juniper Networks +3C6104 Juniper Networks +BC7574 HUAWEI TECHNOLOGIES CO.,LTD +20A680 HUAWEI TECHNOLOGIES CO.,LTD +0019E2 Juniper Networks +001F12 Juniper Networks +0024DC Juniper Networks +50C58D Juniper Networks +000585 Juniper Networks +003146 Juniper Networks +80ACAC Juniper Networks +50DD4F Automation Components, Inc +904D4A Sagemcom Broadband SAS +7C79E8 PayRange Inc. +540593 WOORI ELEC Co.,Ltd +A067BE Sicon srl +C4CAD9 Hangzhou H3C Technologies Co., Limited +74258A Hangzhou H3C Technologies Co., Limited +70F96D Hangzhou H3C Technologies Co., Limited +00260F Linn Products Ltd +F845AD Konka Group Co., Ltd. +000358 Hanyang Digitech Co.Ltd +000761 29530 +60512C TCT mobile ltd +905F2E TCT mobile ltd +4C0B3A TCT mobile ltd +C02FF1 Volta Networks +4882F2 Appel Elektronik GmbH +0C5101 Apple, Inc. +086D41 Apple, Inc. +04D3CF Apple, Inc. +30C82A WI-BIZ srl +0062EC Cisco Systems, Inc +0C8A87 AgLogica Holdings, Inc +34A2A2 HUAWEI TECHNOLOGIES CO.,LTD +20F17C HUAWEI TECHNOLOGIES CO.,LTD +34B354 HUAWEI TECHNOLOGIES CO.,LTD +749D8F HUAWEI TECHNOLOGIES CO.,LTD +346AC2 HUAWEI TECHNOLOGIES CO.,LTD +C83DFC Pioneer DJ Corporation +0016FB SHENZHEN MTC CO LTD +381DD9 FN-LINK TECHNOLOGY LIMITED +6C9522 Scalys +8C59C3 ADB Italia +60C0BF ON Semiconductor +98398E Samsung Electronics Co.,Ltd +348A7B Samsung Electronics Co.,Ltd +BC765E Samsung Electronics Co.,Ltd +E0A8B8 Le Shi Zhi Xin Electronic Technology (Tianjin) Limited +B88198 Intel Corporate +E4FB8F MOBIWIRE MOBILES (NINGBO) CO.,LTD +78009E Samsung Electronics Co.,Ltd +C8AFE3 Hefei Radio Communication Technology Co., Ltd +7C3548 Transcend Information +E83A97 Toshiba Corporation +9C8ECD Amcrest Technologies +282536 SHENZHEN HOLATEK CO.,LTD +FCA89A Sunitec Enterprise Co.,Ltd +B8F8BE BLUECOM +6073BC zte corporation +90EED9 UNIVERSAL DE DESARROLLOS ELECTRÓNICOS, SA +043110 Inspur Group Co., Ltd. +00215B SenseAnywhere +C816BD Qingdao Hisense Communications Co.,Ltd. +587E61 Qingdao Hisense Communications Co.,Ltd. +340AFF Qingdao Hisense Communications Co.,Ltd. +F85A00 Sanford LP +5067F0 ZyXEL Communications Corporation +C86C87 ZyXEL Communications Corporation +D8E0B8 BULAT LLC +68C44D Motorola Mobility LLC, a Lenovo Company +48FCB6 LAVA INTERNATIONAL(H.K) LIMITED +CC3540 Technicolor CH USA Inc. +C42795 Technicolor CH USA Inc. +58238C Technicolor CH USA Inc. +705A9E Technicolor CH USA Inc. +80C6AB Technicolor CH USA Inc. +90A4DE Wistron Neweb Corporation +3C970E Wistron InfoComm(Kunshan)Co.,Ltd. +30144A Wistron Neweb Corporation +A854B2 Wistron Neweb Corporation +38BC1A MEIZU Technology Co., Ltd. +0004A3 Microchip Technology Inc. +982F3C Sichuan Changhong Electric Ltd. +380DD4 Primax Electronics Ltd. +98FDB4 Primax Electronics Ltd. +00157D POSDATA +F8E61A Samsung Electronics Co.,Ltd +888322 Samsung Electronics Co.,Ltd +84B541 Samsung Electronics Co.,Ltd +18DC56 Yulong Computer Telecommunication Scientific (Shenzhen) Co.,Ltd +001F46 Nortel Networks +001F0A Nortel Networks +00130A Nortel Networks +001E7E Nortel Networks +001C9C Nortel Networks +000CF8 Nortel Networks +000CF7 Nortel Networks +001E1F Nortel Networks +001C17 Nortel Networks +00182E XStreamHD +50016B HUAWEI TECHNOLOGIES CO.,LTD +58986F Revolution Display +28AC67 Mach Power, Rappresentanze Internazionali s.r.l. +B0B28F Sagemcom Broadband SAS +DC1A01 Ecoliv Technology ( Shenzhen ) Ltd. +7CFE90 Mellanox Technologies, Inc. +0002C9 Mellanox Technologies, Inc. +D05FB8 Texas Instruments +C4BE84 Texas Instruments +78A504 Texas Instruments +7C669D Texas Instruments +D03972 Texas Instruments +E0E5CF Texas Instruments +7CEC79 Texas Instruments +74D6EA Texas Instruments +0017EB Texas Instruments +883314 Texas Instruments +84DD20 Texas Instruments +1C4593 Texas Instruments +5C6B32 Texas Instruments +0017E4 Texas Instruments +D03761 Texas Instruments +0024BA Texas Instruments +0022A5 Texas Instruments +0021BA Texas Instruments +001833 Texas Instruments +D8952F Texas Instruments +649C8E Texas Instruments +F4FC32 Texas Instruments +74DAEA Texas Instruments +04A316 Texas Instruments +98072D Texas Instruments +001AB6 Texas Instruments +C8A030 Texas Instruments +34B1F7 Texas Instruments +C4EDBA Texas Instruments +A40DBC Xiamen Intretech Inc. +EC8EAE Nagravision SA +606405 Texas Instruments +708BCD ASUSTek COMPUTER INC. +001A21 Brookhuis Applied Technologies BV +00A00E NetScout Systems, Inc. +1C330E PernixData +345760 MitraStar Technology Corp. +343DC4 BUFFALO.INC +6CEFC6 SHENZHEN TWOWING TECHNOLOGIES CO.,LTD. +002A10 Cisco Systems, Inc +44D6E1 Snuza International Pty. Ltd. +0015B9 Samsung Electronics Co.,Ltd +001DF6 Samsung Electronics Co.,Ltd +ECE09B Samsung Electronics Co.,Ltd +606BBD Samsung Electronics Co.,Ltd +0000F0 Samsung Electronics Co.,Ltd +4844F7 Samsung Electronics Co.,Ltd +DC7144 SAMSUNG ELECTRO MECHANICS CO., LTD. +A00BBA SAMSUNG ELECTRO MECHANICS CO., LTD. +1C5A3E Samsung Electronics Co.,Ltd +F47B5E Samsung Electronics Co.,Ltd +C44619 Hon Hai Precision Ind. Co.,Ltd. +F0F002 Hon Hai Precision Ind. Co.,Ltd. +889FFA Hon Hai Precision Ind. Co.,Ltd. +5CAC4C Hon Hai Precision Ind. Co.,Ltd. +18F46A Hon Hai Precision Ind. Co.,Ltd. +3859F9 Hon Hai Precision Ind. Co.,Ltd. +BC8556 Hon Hai Precision Ind. Co.,Ltd. +9C2A70 Hon Hai Precision Ind. Co.,Ltd. +F82FA8 Hon Hai Precision Ind. Co.,Ltd. 0CEEE6 Hon Hai Precision Ind. Co.,Ltd. -0CEF7C AnaCom Inc -0CF019 Malgn Technology Co., Ltd. -0CF0B4 Globalsat International Technology Ltd -0CF361 Java Information -0CF3EE EM Microelectronic -0CF405 Beijing Signalway Technologies Co.,Ltd -0CF893 ARRIS Group, Inc. -0CFC83 Airoha Technology Corp., -100000 PRIVATE -10005A IBM Corp -1000E8 NATIONAL SEMICONDUCTOR -1000FD LaonPeople -1001CA Ashley Butterworth -10090C Janome Sewing Machine Co., Ltd. -100BA9 Intel Corporate -100C24 pomdevices, LLC -100D2F Online Security Pty. Ltd. -100D32 Embedian, Inc. -100D7F NETGEAR INC., -100E2B NEC CASIO Mobile Communications -1010B6 McCain Inc -101212 Vivo International Corporation Pty Ltd -101248 ITG, Inc. -1013EE Justec International Technology INC. -10189E Elmo Motion Control -101B54 HUAWEI TECHNOLOGIES CO.,LTD -101C0C Apple -101D51 ON-Q LLC dba ON-Q Mesh Networks -101DC0 Samsung Electronics Co.,Ltd -101F74 Hewlett-Packard Company -102279 ZeroDesktop, Inc. -102831 Morion Inc. -102D96 Looxcie Inc. -102EAF Texas Instruments -103711 Simlink AS -103B59 Samsung Electronics Co.,Ltd -103DEA HFC Technology (Beijing) Ltd. Co. -1040F3 Apple, Inc. -104369 Soundmax Electronic Limited -10445A Shaanxi Hitech Electronic Co., LTD -1045BE Norphonic AS -1045F8 LNT-Automation GmbH -104780 HUAWEI TECHNOLOGIES CO.,LTD -1048B1 Beijing Duokan Technology Limited -104D77 Innovative Computer Engineering -1056CA Peplink International Ltd. -105C3B Perma-Pipe, Inc. -105CBF DuroByte Inc -105F06 Actiontec Electronics, Inc -105F49 Cisco SPVTG -10604B Hewlett Packard -1062C9 Adatis GmbH & Co. KG -1064E2 ADFweb.com s.r.l. -1065A3 Core Brands LLC -1065CF IQSIM -106682 NEC AccessTechnica, Ltd. -10683F LG Electronics -106F3F Buffalo Inc. -106FEF Ad-Sol Nissin Corp -1071F9 Cloud Telecomputers, LLC -10768A EoCell -1077B1 Samsung Electronics Co.,LTD -1078CE Hanvit SI, Inc. -1078D2 ELITEGROUP COMPUTER SYSTEM CO., LTD. -107A86 U&U ENGINEERING INC. -1083D2 Microseven Systems, LLC -10880F Daruma Telecomunicações e Informática S.A. -108CCF CISCO SYSTEMS, INC. -1093E9 Apple, Inc. -109AB9 Tosibox Oy -109ADD Apple, Inc. -109FA9 Actiontec Electronics, Inc -10A13B FUJIKURA RUBBER LTD. -10A743 SK Mtek Limited -10A932 Beijing Cyber Cloud Technology Co. ,Ltd. -10B7F6 Plastoform Industries Ltd. -10B9FE Lika srl -10BAA5 GANA I&C CO., LTD -10BD18 CISCO SYSTEMS, INC. -10BF48 ASUSTEK COMPUTER INC. -10C2BA UTT Co., Ltd. -10C586 BIO SOUND LAB CO., LTD. -10C61F Huawei Technologies Co., Ltd -10C6FC Garmin International -10C73F Midas Klark Teknik Ltd -10CA81 PRECIA -10CCDB AXIMUM PRODUITS ELECTRONIQUES -10D1DC INSTAR Deutschland GmbH -10D542 Samsung Electronics Co.,Ltd -10DDB1 Apple -10E2D5 Qi Hardware Inc. -10E3C7 Seohwa Telecom -10E4AF APR, LLC -10E6AE Source Technologies, LLC -10E8EE PhaseSpace -10EA59 Cisco SPVTG -10EED9 Canoga Perkins Corporation -10F311 Cisco -10F3DB Gridco Systems, Inc. -10F49A T3 Innovation -10F96F LG Electronics -10F9EE Nokia Corporation -10FBF0 KangSheng LTD. -10FC54 Shany Electronic Co., Ltd. -10FEED TP-LINK TECHNOLOGIES CO., LTD. -1100AA PRIVATE -140708 PRIVATE -1407E0 Abrantix AG -140C76 FREEBOX SAS -140D4F Flextronics International -14109F Apple Inc -141330 Anakreon UK LLP -14144B FUJIAN STAR-NET COMMUNICATION CO.,LTD -141A51 Treetech Sistemas Digitais -141BBD Volex Inc. -141BF0 Intellimedia Systems Ltd -1423D7 EUTRONIX CO., LTD. -142BD2 Armtel Ltd. -142D8B Incipio Technologies, Inc -142DF5 Amphitech -14307A Avermetrics -14358B Mediabridge Products, LLC. -1435B3 Future Designs, Inc. -143605 Nokia Corporation -14373B PROCOM Systems -143AEA Dynapower Company LLC -143E60 Alcatel-Lucent -1441E2 Monaco Enterprises, Inc. -144319 Creative&Link Technology Limited -1446E4 AVISTEL -144978 Digital Control Incorporated -1449E0 Samsung Electro Mechanics co.,LTD. -144C1A Max Communication GmbH -145412 Entis Co., Ltd. -145A05 Apple, Inc. -145BD1 Motorola Mobility, Inc. -146308 JABIL CIRCUIT (SHANGHAI) LTD. -146A0B Cypress Electronics Limited -146E0A PRIVATE -147373 TUBITAK UEKAE -147411 RIM -147DB3 JOA TELECOM.CO.,LTD -147DC5 Murata Manufacturing Co., Ltd. -14825B Hefei Radio Communication Technology Co., Ltd -148692 TP-LINK TECHNOLOGIES CO.,LTD. -1489FD Samsung Electronics -148A70 ADS GmbH -148FC6 Apple, Inc. -149090 KongTop industrial(shen zhen)CO.,LTD -149448 BLU CASTLE S.A. -149FE8 Lenovo Mobile Communication Technology Ltd. -14A62C S.M. Dezac S.A. -14A86B ShenZhen Telacom Science&Technology Co., Ltd -14A9E3 MST CORPORATION -14ABF0 ARRIS Group, Inc. -14B1C8 InfiniWing, Inc. -14B73D ARCHEAN Technologies -14C21D Sabtech Industries -14CF8D OHSUNG ELECTRONICS CO., LTD. -14CF92 TP-LINK TECHNOLOGIES CO., LTD. -14CFE2 ARRIS Group, Inc. -14D4FE Pace plc -14D64D D-Link International -14D76E CONCH ELECTRONIC Co.,Ltd -14DAE9 ASUSTek COMPUTER INC. -14DB85 S NET MEDIA -14E4EC mLogic LLC -14E6E4 TP-LINK TECHNOLOGIES CO., LTD. -14EB33 BSMediasoft Co., Ltd. -14EE9D AirNav Systems LLC -14F0C5 Xtremio Ltd. -14F42A Samsung Electronics -14FEAF SAGITTAR LIMITED -14FEB5 Dell Inc -18002D Sony Mobile Communications AB -1800DB Fitbit Inc. -1801E3 Elektrobit Wireless Communications Ltd -180373 Dell Inc -1803FA IBT Interfaces -180675 DILAX Intelcom GmbH -180B52 Nanotron Technologies GmbH -180C77 Westinghouse Electric Company, LLC -180CAC CANON INC. -18104E CEDINT-UPM -181420 TEB SAS -181456 Nokia Corporation -181714 DAEWOOIS -181725 Cameo Communications, Inc. -18193F Tamtron Oy -181EB0 Samsung Electronics Co.,Ltd -182032 Apple, Inc. -182666 Samsung Electronics Co.,Ltd -182861 AirTies Wireless Networks -182A7B Nintendo Co., Ltd. -182B05 8D Technologies -182C91 Concept Development, Inc. -1832A2 LAON TECHNOLOGY CO., LTD. -18339D CISCO SYSTEMS, INC. -183451 Apple, Inc. -1836FC Elecsys International Corporation -183825 Wuhan Lingjiu High-tech Co.,Ltd. +0C6076 Hon Hai Precision Ind. Co.,Ltd. +90FBA6 Hon Hai Precision Ind. Co.,Ltd. +00197D Hon Hai Precision Ind. Co.,Ltd. +001C26 Hon Hai Precision Ind. Co.,Ltd. +9CAD97 Hon Hai Precision Ind. Co.,Ltd. +2C8158 Hon Hai Precision Ind. Co.,Ltd. +142D27 Hon Hai Precision Ind. Co.,Ltd. +843DC6 Cisco Systems, Inc +407C7D Nokia +BC52B4 Nokia +FC2FAA Nokia +903AA0 Nokia +702526 Nokia +38F7B2 SEOJUN ELECTRIC +7802B7 ShenZhen Ultra Easy Technology CO.,LTD +F81D78 IEEE Registration Authority +88AD43 PEGATRON CORPORATION +E4186B ZyXEL Communications Corporation +6C71BD EZELINK TELECOM +842519 Samsung Electronics +88DEA9 Roku, Inc. +FC83C6 N-Radio Technologies Co., Ltd. +B4E782 Vivalnk +008701 Samsung Electronics Co.,Ltd +FC4203 Samsung Electronics Co.,Ltd +1C232C Samsung Electronics Co.,Ltd +08010F SICHUAN TIANYI COMHEART TELECOMCO.,LTD +CCA260 SICHUAN TIANYI COMHEART TELECOMCO.,LTD +203CAE Apple, Inc. +748D08 Apple, Inc. +00D78F Cisco Systems, Inc +A03BE3 Apple, Inc. +886B0F Bluegiga Technologies OY +98541B Intel Corporate +CC61E5 Motorola Mobility LLC, a Lenovo Company +404E36 HTC Corporation +9CB206 PROCENTEC +1C40E8 SHENZHEN PROGRESS&WIN TECHNOLOGY CO.,LTD +C8D3FF Hewlett Packard +805EC0 YEALINK(XIAMEN) NETWORK TECHNOLOGY CO.,LTD. +307496 HUAWEI TECHNOLOGIES CO.,LTD +708A09 HUAWEI TECHNOLOGIES CO.,LTD +149D09 HUAWEI TECHNOLOGIES CO.,LTD +008025 Telit Wireless Solutions GmbH +0001E1 Kinpo Electronics, Inc. +006041 Yokogawa Digital Computer Corporation +14A78B Zhejiang Dahua Technology Co., Ltd. +D0608C zte corporation +009EC8 Xiaomi Communications Co Ltd +ACF7F3 Xiaomi Communications Co Ltd +102AB3 Xiaomi Communications Co Ltd +584498 Xiaomi Communications Co Ltd +A086C6 Xiaomi Communications Co Ltd +7C1DD9 Xiaomi Communications Co Ltd +C8662C Beijing Haitai Fangyuan High Technology Co,.Ltd. +CC8CDA Shenzhen Wei Da Intelligent Technology Go.,Ltd +D436DB Jiangsu Toppower Automotive Electronics Co., Ltd +64A68F Zhongshan Readboy Electronics Co.,Ltd +58EF68 Belkin International Inc. +003048 Super Micro Computer, Inc. +001438 Hewlett Packard Enterprise +50D753 CONELCOM GmbH +4C38D5 MITAC COMPUTING TECHNOLOGY CORPORATION +688AF0 zte corporation +000BA1 Fujikura Solutions Ltd. +AC587B JCT Healthcare +30E171 Hewlett Packard +D490E0 Wachendorff Automation GmbH & Co KG +8C3C4A NAKAYO Inc +98CF53 BBK EDUCATIONAL ELECTRONICS CORP.,LTD. +F4CB52 HUAWEI TECHNOLOGIES CO.,LTD +446EE5 HUAWEI TECHNOLOGIES CO.,LTD +2C282D BBK EDUCATIONAL ELECTRONICS CORP.,LTD. +80414E BBK EDUCATIONAL ELECTRONICS CORP.,LTD. +8C7716 LONGCHEER TELECOMMUNICATION LIMITED +000A08 Alpine Electronics, Inc. +A0143D PARROT SA +00267E PARROT SA +00121C PARROT SA +B85510 Zioncom Electronics (Shenzhen) Ltd. +000EE8 Zioncom Electronics (Shenzhen) Ltd. +001165 ZNYX Networks, Inc. +0060D5 AMADA MIYACHI Co., Ltd +000FDB Westell Technologies Inc. +D404FF Juniper Networks +C45444 QUANTA COMPUTER INC. +00269E QUANTA COMPUTER INC. +683563 SHENZHEN LIOWN ELECTRONICS CO.,LTD. +0003B2 Radware +2C600C QUANTA COMPUTER INC. +001E68 QUANTA COMPUTER INC. +00A09B QPSX COMMUNICATIONS, LTD. +00E08B QLogic Corporation +00080D Toshiba +0015B7 Toshiba +000569 VMware, Inc. +0008F1 Voltaire +001BDA UTStarcom Inc +FC4DD4 Universal Global Scientific Industrial Co., Ltd. +402CF4 Universal Global Scientific Industrial Co., Ltd. +0010C6 Universal Global Scientific Industrial Co., Ltd. +00247E Universal Global Scientific Industrial Co., Ltd. +001639 Ubiquam Co., Ltd. 183919 Unicoi Systems -183BD2 BYD Precision Manufacture Company Ltd. -183DA2 Intel Corporate -183F47 Samsung Electronics Co.,Ltd -18421D PRIVATE -18422F Alcatel Lucent -184617 Samsung Electronics -1848D8 Fastback Networks -184E94 MESSOA TECHNOLOGIES INC. -185253 Pixord Corporation -1853E0 Hanyang Digitech Co.Ltd -18550F Cisco SPVTG -185933 Cisco SPVTG -185AE8 Zenotech.Co.,Ltd -18622C SAGEMCOM SAS -1866E3 Veros Systems, Inc. -18673F Hanover Displays Limited -186751 KOMEG Industrielle Messtechnik GmbH -1867B0 Samsung Electronics Co.,LTD -186D99 Adanis Inc. -187A93 AMICCOM Electronics Corporation -187C81 Valeo Vision Systems -187ED5 shenzhen kaism technology Co. Ltd -1880CE Barberry Solutions Ltd -1880F5 Alcatel-Lucent Shanghai Bell Co., Ltd -188410 CoreTrust Inc. -18863A DIGITAL ART SYSTEM -1886AC Nokia Danmark A/S -188796 HTC Corporation -188857 Beijing Jinhong Xi-Dian Information Technology Corp. -188ED5 TP Vision Belgium N.V. - innovation site Brugge -18922C Virtual Instruments -1897FF TechFaith Wireless Technology Limited -189A67 CSE-Servelec Limited -189EFC Apple Inc -18A905 Hewlett-Packard Company -18A99B Dell Inc PCBA Test -18ABF5 Ultra Electronics - Electrics -18AD4D Polostar Technology Corporation -18AEBB Siemens Convergence Creators GmbH&Co.KG -18AF8F Apple -18AF9F DIGITRONIC Automationsanlagen GmbH -18B209 Torrey Pines Logic, Inc -18B3BA Netlogic AB -18B430 Nest Labs Inc. -18B591 I-Storm -18B79E Invoxia -18C086 Broadcom Corporation -18C451 Tucson Embedded Systems -18D071 DASAN SMC, Inc. -18D66A Inmarsat -18D6CF Kurth Electronic GmbH -18D949 Qvis Labs, LLC -18DC56 Yulong Computer Telecommunication Scientific(shenzhen)Co.,Lt -18E288 STT Condigi -18E2C2 Samsung Electronics -18E7F4 Apple, Inc. -18E80F Viking Electronics Inc. -18E8DD MODULETEK -18EF63 CISCO SYSTEMS, INC. -18F46A Hon Hai Precision Ind. Co.,Ltd. -18F650 Multimedia Pacific Limited -18F87A i3 International Inc. -18FA6F ISC applied systems corp -18FC9F Changhe Electronics Co., Ltd. -18FE34 Espressif Inc. -1C0656 IDY Corporation -1C08C1 Lg Innotek -1C0B52 EPICOM S.A -1C0FCF Sypro Optics GmbH -1C11E1 Wartsila Finland Oy -1C129D IEEE PES PSRC/SUB -1C1448 Motorola Mobility, Inc. -1C17D3 CISCO SYSTEMS, INC. -1C184A ShenZhen RicherLink Technologies Co.,LTD -1C19DE eyevis GmbH -1C1D67 Shenzhen Huawei Communication Technologies Co., Ltd -1C334D ITS Telecom -1C3477 Innovation Wireless -1C35F1 NEW Lift Neue Elektronische Wege Steuerungsbau GmbH -1C37BF Cloudium Systems Ltd. -1C3A4F AccuSpec Electronics, LLC -1C3DE7 Sigma Koki Co.,Ltd. -1C3E84 Hon Hai Precision Ind. Co.,Ltd. -1C4158 Gemalto M2M GmbH -1C43EC JAPAN CIRCUIT CO.,LTD -1C4593 Texas Instruments -1C48F9 GN Netcom A/S -1C4AF7 AMON INC -1C4BB9 SMG ENTERPRISE, LLC -1C4BD6 AzureWave -1C51B5 Techaya LTD -1C52D6 FLAT DISPLAY TECHNOLOGY CORPORATION -1C5A3E Samsung Eletronics Co., Ltd (Visual Display Divison) -1C5A6B Philips Electronics Nederland BV -1C5C55 PRIMA Cinema, Inc -1C5C60 Shenzhen Belzon Technology Co.,LTD. -1C5FFF Beijing Ereneben Information Technology Co.,Ltd Shenzhen Branch -1C62B8 Samsung Electronics Co.,Ltd -1C659D Liteon Technology Corporation -1C666D Hon Hai Precision Ind.Co.Ltd -1C66AA Samsung Electronics -1C69A5 Research In Motion -1C6BCA Mitsunami Co., Ltd. -1C6F65 GIGA-BYTE TECHNOLOGY CO.,LTD. -1C7508 COMPAL INFORMATION (KUNSHAN) CO., LTD. -1C76CA Terasic Technologies Inc. -1C7B21 Sony Mobile Communications AB -1C7C11 EID -1C7C45 Vitek Industrial Video Products, Inc. -1C7CC7 Coriant GmbH -1C7EE5 D-Link International -1C83B0 Linked IP GmbH -1C8464 FORMOSA WIRELESS COMMUNICATION CORP. -1C86AD MCT CO., LTD. -1C8E8E DB Communication & Systems Co., ltd. -1C8F8A Phase Motion Control SpA -1C9179 Integrated System Technologies Ltd -1C9492 RUAG Schweiz AG -1C955D I-LAX ELECTRONICS INC. -1C959F Veethree Electronics And Marine LLC -1C973D PRICOM Design -1C994C Murata Manufactuaring Co.,Ltd. -1CA770 SHENZHEN CHUANGWEI-RGB ELECTRONICS CO.,LT -1CAA07 CISCO SYSTEMS, INC. -1CABA7 Apple, Inc. -1CAF05 Samsung Electronics Co.,Ltd -1CAFF7 D-LINK INTERNATIONAL PTE LIMITED -1CB094 HTC Corporation -1CB17F NEC AccessTechnica, Ltd. -1CB243 TDC A/S -1CBA8C Texas Instruments -1CBBA8 OJSC "Ufimskiy Zavod "Promsvyaz" -1CBD0E Amplified Engineering Pty Ltd -1CBDB9 D-LINK INTERNATIONAL PTE LIMITED -1CC1DE Hewlett-Packard Company -1CC316 MileSight Technology Co., Ltd. -1CC63C Arcadyan Technology Corporation -1CD40C Kriwan Industrie-Elektronik GmbH -1CDF0F CISCO SYSTEMS, INC. -1CE165 Marshal Corporation -1CE192 Qisda Corporation -1CE2CC Texas Instruments -1CE62B Apple -1CE6C7 Cisco -1CF061 SCAPS GmbH -1CF4CA PRIVATE -1CF5E7 Turtle Industry Co., Ltd. -1CFA68 TP-LINK TECHNOLOGIES CO.,LTD. -1CFEA7 IDentytech Solutins Ltd. -20014F Linea Research Ltd -2002AF Murata Manufactuaring Co.,Ltd. -200505 RADMAX COMMUNICATION PRIVATE LIMITED -2005E8 OOO InProMedia -200A5E Xiangshan Giant Eagle Technology Developing co.,LTD -200BC7 HUAWEI TECHNOLOGIES CO.,LTD -20107A Gemtek Technology Co., Ltd. -201257 Most Lucky Trading Ltd -2013E0 Samsung Electronics Co.,Ltd -2016D8 Liteon Technology Corporation -20180E Shenzhen Sunchip Technology Co., Ltd -201A06 COMPAL INFORMATION (KUNSHAN) CO., LTD. -201D03 Elatec GmbH -2021A5 LG Electronics Inc -202598 Teleview -202BC1 Shenzhen Huawei Communication Technologies Co., Ltd -202CB7 Kong Yue Electronics & Information Industry (Xinhui) Ltd. -203706 CISCO SYSTEMS, INC. -2037BC Kuipers Electronic Engineering BV -203A07 Cisco -204005 feno GmbH -20415A Smarteh d.o.o. -20443A Schneider Electric Asia Pacific Ltd -2046A1 VECOW Co., Ltd -2046F9 Advanced Network Devices (dba:AND) -204AAA Hanscan Spain S.A. -204C6D Hugo Brennenstuhl Gmbh & Co. KG. -204E6B Axxana(israel) ltd -204E7F NETGEAR -205476 Sony Mobile Communications AB -205721 Salix Technology CO., Ltd. -2059A0 Paragon Technologies Inc. -205B2A PRIVATE -205B5E Shenzhen Wonhe Technology Co., Ltd -206432 SAMSUNG ELECTRO MECHANICS CO.,LTD. -2067B1 Pluto inc. -20689D Liteon Technology Corporation -206A8A Wistron InfoComm Manufacturing(Kunshan)Co.,Ltd. -206AFF Atlas Elektronik UK Limited -206FEC Braemac CA LLC -207355 ARRIS Group, Inc. -2074CF Shenzhen Voxtech Co.,Ltd -207600 Actiontec Electronics, Inc -207C8F Quanta Microsystems,Inc. -207D74 Apple -20858C Assa -208984 COMPAL INFORMATION (KUNSHAN) CO., LTD -20918A PROFALUX -2091D9 I'M SPA -209BA5 JIAXING GLEAD Electronics Co.,Ltd -20A2E7 Lee-Dickens Ltd -20AA25 IP-NET LLC -20AA4B Cisco-Linksys, LLC -20B0F7 Enclustra GmbH -20B399 Enterasys -20B5C6 Mimosa Networks -20B7C0 Omicron electronics GmbH -20BBC0 Cisco -20BBC6 Jabil Circuit Hungary Ltd. -20BFDB DVL -20C1AF i Wit Digital Co., Limited +90A46A SISNET CO., LTD +14E7C8 Integrated Device Technology (Malaysia) Sdn. Bhd. +280DFC Sony Interactive Entertainment Inc. +0015C1 Sony Interactive Entertainment Inc. +0019C5 Sony Interactive Entertainment Inc. +ACA213 Shenzhen Bilian electronic CO.,LTD +38F8CA OWIN Inc. +54D272 Nuki Home Solutions GmbH +9CA3A9 Guangzhou Juan Optical and Electronical Tech Joint Stock Co., Ltd +D02212 IEEE Registration Authority +F80278 IEEE Registration Authority +74E14A IEEE Registration Authority +78CA83 IEEE Registration Authority +D0D94F IEEE Registration Authority +2C265F IEEE Registration Authority +7C70BC IEEE Registration Authority +58FCDB IEEE Registration Authority +B01F81 IEEE Registration Authority +9893CC LG ELECTRONICS INC +3CCD93 LG ELECTRONICS INC +583F54 LG Electronics (Mobile Communications) +001C62 LG Electronics (Mobile Communications) +002483 LG Electronics (Mobile Communications) +E417D8 8BITDO TECHNOLOGY HK LIMITED +40B0FA LG Electronics (Mobile Communications) +A09169 LG Electronics (Mobile Communications) +286C07 XIAOMI Electronics,CO.,LTD +84D931 Hangzhou H3C Technologies Co., Limited +34FCEF LG Electronics (Mobile Communications) +485929 LG Electronics (Mobile Communications) +505527 LG Electronics (Mobile Communications) +98D6F7 LG Electronics (Mobile Communications) +A8922C LG Electronics (Mobile Communications) +44DC91 PLANEX COMMUNICATIONS INC. +9CD332 PLC Technology Ltd +94D723 Shanghai DareGlobal Technologies Co.,Ltd +A89DD2 Shanghai DareGlobal Technologies Co.,Ltd +184A6F Alcatel-Lucent Shanghai Bell Co., Ltd +A0F3E4 Alcatel-Lucent IPD +002105 Alcatel-Lucent IPD +000772 Alcatel-Lucent Shanghai Bell Co., Ltd +F06BCA Samsung Electronics Co.,Ltd +3423BA SAMSUNG ELECTRO-MECHANICS(THAILAND) +D022BE SAMSUNG ELECTRO-MECHANICS(THAILAND) +D02544 SAMSUNG ELECTRO-MECHANICS(THAILAND) +BC20A4 Samsung Electronics Co.,Ltd +14F42A Samsung Electronics Co.,Ltd +BC851F Samsung Electronics Co.,Ltd +B85E7B Samsung Electronics Co.,Ltd +C462EA Samsung Electronics Co.,Ltd +0023D6 Samsung Electronics Co.,Ltd +002491 Samsung Electronics Co.,Ltd +001B98 Samsung Electronics Co.,Ltd +44F459 Samsung Electronics Co.,Ltd +34C3AC Samsung Electronics Co.,Ltd +94D771 Samsung Electronics Co.,Ltd +4C3C16 Samsung Electronics Co.,Ltd +9401C2 Samsung Electronics Co.,Ltd +B43A28 Samsung Electronics Co.,Ltd +A8C83A HUAWEI TECHNOLOGIES CO.,LTD +849FB5 HUAWEI TECHNOLOGIES CO.,LTD +D0C1B1 Samsung Electronics Co.,Ltd +F008F1 Samsung Electronics Co.,Ltd +782079 ID Tech +98234E Micromedia AG +E80036 Befs co,. ltd +24590B White Sky Inc. Limited +10C60C Domino UK Ltd +3842A6 Ingenieurbuero Stahlkopf +E866C4 Diamanti +78471D Samsung Electronics Co.,Ltd +3816D1 Samsung Electronics Co.,Ltd +004A77 zte corporation +D48890 Samsung Electronics Co.,Ltd +002566 Samsung Electronics Co.,Ltd +00265F Samsung Electronics Co.,Ltd +001628 Magicard Ltd +E4C801 BLU Products Inc +00A6CA Cisco Systems, Inc +9C7DA3 HUAWEI TECHNOLOGIES CO.,LTD +F02FA7 HUAWEI TECHNOLOGIES CO.,LTD +883FD3 HUAWEI TECHNOLOGIES CO.,LTD +A04E01 CENTRAL ENGINEERING co.,ltd. +245CBF NCSE +84CD62 ShenZhen IDWELL Technology CO.,Ltd +DC9FDB Ubiquiti Networks Inc. +B0958E TP-LINK TECHNOLOGIES CO.,LTD. +001A39 Merten GmbH&CoKG +007B18 SENTRY Co., LTD. +144D67 Zioncom Electronics (Shenzhen) Ltd. +34F39A Intel Corporate +20A8B9 Siemens +C81B5C BCTech +3C2AF4 Brother Industries, LTD. +20719E SF Technology Co.,Ltd +7C95B1 Aerohive Networks Inc. +206C8A Aerohive Networks Inc. +E49E12 FREEBOX SAS +D854A2 Aerohive Networks Inc. +E01C41 Aerohive Networks Inc. +C8675E Aerohive Networks Inc. +D4C8B0 Prime Electronics & Satellitics Inc. +000FC2 Uniwell Corporation +A4E6B1 Shanghai Joindata Technology Co.,Ltd. +B4B384 ShenZhen Figigantic Electronic Co.,Ltd +D46A6A Hon Hai Precision Ind. Co.,Ltd. +A8A5E2 MSF-Vathauer Antriebstechnik GmbH & Co KG +00425A Cisco Systems, Inc +000B4F Verifone +007686 Cisco Systems, Inc +74FF4C Skyworth Digital Technology(Shenzhen) Co.,Ltd +A02C36 FN-LINK TECHNOLOGY LIMITED +F8D027 Seiko Epson Corporation +44D244 Seiko Epson Corporation +9CAED3 Seiko Epson Corporation +341E6B HUAWEI TECHNOLOGIES CO.,LTD +48F97C Fiberhome Telecommunication Technologies Co.,LTD +B47447 CoreOS +ACC1EE Xiaomi Communications Co Ltd +CCA219 SHENZHEN ALONG INVESTMENT CO.,LTD +94A04E Bostex Technology Co., LTD +8CA5A1 Oregano Systems - Design & Consulting GmbH +64B0A6 Apple, Inc. +84FCAC Apple, Inc. +6C19C0 Apple, Inc. +20AB37 Apple, Inc. +186590 Apple, Inc. +2C0BE9 Cisco Systems, Inc +2C6373 SICHUAN TIANYI COMHEART TELECOMCO., LTD +9CCC83 Juniper Networks +90505A unGlue, Inc +60D262 Tzukuri Pty Ltd +34FCB9 Hewlett Packard Enterprise +34049E IEEE Registration Authority +B0E5ED HUAWEI TECHNOLOGIES CO.,LTD +C81451 HUAWEI TECHNOLOGIES CO.,LTD +C486E9 HUAWEI TECHNOLOGIES CO.,LTD +D8C771 HUAWEI TECHNOLOGIES CO.,LTD +F0C850 HUAWEI TECHNOLOGIES CO.,LTD +5425EA HUAWEI TECHNOLOGIES CO.,LTD +2816AD Intel Corporate +50A4D0 IEEE Registration Authority +00A0C8 Adtran Inc +1CB857 Becon Technologies Co,.Ltd. +70918F Weber-Stephen Products LLC +803A0A Integrated Device Technology (Malaysia) Sdn. Bhd. +002207 Inteno Broadband Technology AB +3C7F6F Telechips, Inc. +0060D3 AT&T +800010 AT&T +08006A AT&T +48A380 Gionee Communication Equipment Co.,Ltd. +5CBA37 Microsoft Corporation +C4836F Ciena Corporation +C87324 Sow Cheng Technology Co. Ltd. +3CF862 Intel Corporate +88C3B3 SOVICO +54C415 Hangzhou Hikvision Digital Technology Co.,Ltd. +E05124 NXP Semiconductors +005016 Molex Canada Ltd +0005F7 Analog Devices, Inc. +A084CB SonicSensory,Inc. +7802F8 Xiaomi Communications Co Ltd +00238A Ciena Corporation +34E70B HAN Networks Co., Ltd +903809 Ericsson AB +542B57 Night Owl SP +00111B Targa Systems Div L-3 Communications +B8224F SICHUAN TIANYI COMHEART TELECOMCO., LTD +702084 Hon Hai Precision Ind. Co., Ltd. +F42B48 Ubiqam +68CC6E HUAWEI TECHNOLOGIES CO.,LTD +00108C Fujitsu Services Ltd +98D3D2 MEKRA Lang GmbH & Co. KG +F4DC41 YOUNGZONE CULTURE (SHANGHAI) CORP +40F385 IEEE Registration Authority +9800C1 GuangZhou CREATOR Technology Co.,Ltd.(CHINA) +3034D2 Availink, Inc. +CCCE1E AVM Audiovisuelles Marketing und Computersysteme GmbH +501E2D StreamUnlimited Engineering GmbH +40B034 Hewlett Packard +FC0A81 Extreme Networks +C8B5AD Hewlett Packard Enterprise +88E628 Shenzhen Kezhonglong Optoelectronic Technology Co.,Ltd +9CDA3E Intel Corporate +3CA067 Liteon Technology Corporation +D8325A Shenzhen YOUHUA Technology Co., Ltd +44650D Amazon Technologies Inc. +50F5DA Amazon Technologies Inc. +6854FD Amazon Technologies Inc. +40B4CD Amazon Technologies Inc. +2C86D2 Cisco Systems, Inc +F04F7C Private +10AE60 Private +802689 D-Link International +409F38 AzureWave Technology Inc. +C4D197 Ventia Utility Services +58821D H. Schomäcker GmbH +CCBE59 Calix Inc. +EC4F82 Calix Inc. +000631 Calix Inc. +B8D7AF Murata Manufacturing Co., Ltd. +3096FB Samsung Electronics Co.,Ltd +F0EE10 Samsung Electronics Co.,Ltd +A8A198 TCT mobile ltd +107D1A Dell Inc. +C0D012 Apple, Inc. +D4DCCD Apple, Inc. +484BAA Apple, Inc. +F80377 Apple, Inc. +14BD61 Apple, Inc. +0827CE NAGANO KEIKI CO., LTD. +00D318 SPG Controls +2C3124 Cisco Systems, Inc +F40343 Hewlett Packard Enterprise +00143F Hotway Technology Corporation +F8BE0D A2UICT Co.,Ltd. +08EA40 SHENZHEN BILIAN ELECTRONIC CO.,LTD +00E0DA Alcatel-Lucent Enterprise +5CC6E9 Edifier International +E8C1D7 Philips +1868CB Hangzhou Hikvision Digital Technology Co.,Ltd. +F80BCB Cisco Systems, Inc +9CC8AE Becton, Dickinson and Company +B0359F Intel Corporate +24EA40 Helmholz GmbH & Co. KG +84A9C4 HUAWEI TECHNOLOGIES CO.,LTD +A0F479 HUAWEI TECHNOLOGIES CO.,LTD +100501 PEGATRON CORPORATION +046E02 OpenRTLS Group +000FF4 Guntermann & Drunck GmbH +70DB98 Cisco Systems, Inc +A43D78 GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD +EC01EE GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD +B83765 GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD +4448C1 Hewlett Packard Enterprise +FC539E Shanghai Wind Technologies Co.,Ltd +9CAF6F ITEL MOBILE LIMITED +105887 Fiberhome Telecommunication Technologies Co.,LTD +9C061B Hangzhou H3C Technologies Co., Limited +907065 Texas Instruments +B8FFB3 MitraStar Technology Corp. +A08E78 Sagemcom Broadband SAS +E0D55E GIGA-BYTE TECHNOLOGY CO.,LTD. +C4576E Samsung Electronics Co.,Ltd +90F1AA Samsung Electronics Co.,Ltd +78BDBC Samsung Electronics Co.,Ltd +20F452 Shanghai IUV Software Development Co. Ltd +D47AE2 Samsung Electronics Co.,Ltd +88D274 zte corporation +986DC8 TOSHIBA MITSUBISHI-ELECTRIC INDUSTRIAL SYSTEMS CORPORATION +982DBA Fibergate Inc. +0040AA Valmet Automation +0080C2 IEEE 802.1 Working Group +68A40E BSH Hausgeräte GmbH +847933 profichip GmbH +A0C9A0 Murata Manufacturing Co., Ltd. +001CC3 ARRIS Group, Inc. +641269 ARRIS Group, Inc. +287AEE ARRIS Group, Inc. +FC51A4 ARRIS Group, Inc. +38700C ARRIS Group, Inc. +A41588 ARRIS Group, Inc. +B81619 ARRIS Group, Inc. +B077AC ARRIS Group, Inc. +145BD1 ARRIS Group, Inc. +6CC1D2 ARRIS Group, Inc. +F80BBE ARRIS Group, Inc. +DC4517 ARRIS Group, Inc. +74F612 ARRIS Group, Inc. +74E7C6 ARRIS Group, Inc. +0025F2 ARRIS Group, Inc. +0015A8 ARRIS Group, Inc. +000E5C ARRIS Group, Inc. +000CE5 ARRIS Group, Inc. +0004BD ARRIS Group, Inc. +00E06F ARRIS Group, Inc. +386BBB ARRIS Group, Inc. +0015CF ARRIS Group, Inc. +001DCF ARRIS Group, Inc. +001DD5 ARRIS Group, Inc. +001DD0 ARRIS Group, Inc. +5C571A ARRIS Group, Inc. +D82522 ARRIS Group, Inc. +70B14E ARRIS Group, Inc. +14D4FE ARRIS Group, Inc. +002374 ARRIS Group, Inc. +002641 ARRIS Group, Inc. +0026BA ARRIS Group, Inc. +002180 ARRIS Group, Inc. +0019C0 ARRIS Group, Inc. +0014E8 ARRIS Group, Inc. +0019A6 ARRIS Group, Inc. +001700 ARRIS Group, Inc. +901ACA ARRIS Group, Inc. +E8ED05 ARRIS Group, Inc. +707630 ARRIS Group, Inc. +90C792 ARRIS Group, Inc. +789684 ARRIS Group, Inc. +CC65AD ARRIS Group, Inc. +986B3D ARRIS Group, Inc. +5CE30E ARRIS Group, Inc. +7823AE ARRIS Group, Inc. +447F77 Connected Home +2C7E81 ARRIS Group, Inc. +009AD2 Cisco Systems, Inc +84C0EF Samsung Electronics Co.,Ltd +7C1C68 Samsung Electronics Co.,Ltd +745427 SHENZHEN FAST TECHNOLOGIES CO.,LTD +F40E83 ARRIS Group, Inc. +7C8BCA TP-LINK TECHNOLOGIES CO.,LTD. +F023B9 IEEE Registration Authority +88B111 Intel Corporate +54D751 Proximus +D8F1F0 Pepxim International Limited +0019F0 UNIONMAN TECHNOLOGY CO.,LTD +506E92 Innocent Technology Co., Ltd. +CC4B73 AMPAK Technology, Inc. +900A1A Taicang T&W Electronics +CC03D9 Cisco Meraki +506184 Avaya Inc +F81547 Avaya Inc +A01290 Avaya Inc +B4A95A Avaya Inc +BCADAB Avaya Inc +3C3A73 Avaya Inc +6CB227 Sony Video & Sound Products Inc. +60271C VIDEOR E. Hartig GmbH +C46699 vivo Mobile Communication Co., Ltd. +FC1A11 vivo Mobile Communication Co., Ltd. +E0DDC0 vivo Mobile Communication Co., Ltd. +886AB1 vivo Mobile Communication Co., Ltd. +18E29F vivo Mobile Communication Co., Ltd. +0823B2 vivo Mobile Communication Co., Ltd. +6091F3 vivo Mobile Communication Co., Ltd. +BC2F3D vivo Mobile Communication Co., Ltd. +C4ABB2 vivo Mobile Communication Co., Ltd. +F81D90 Solidwintech +C8DB26 Logitech +4473D6 Logitech +70F35A Cisco Systems, Inc +EC42B4 ADC Corporation +10CDB6 Essential Products, Inc. +08306B Palo Alto Networks +4C65A8 IEEE Registration Authority +6CF9D2 Chengdu Goods for the Road Electronic Technology C +3817E1 Technicolor CH USA Inc. +641666 Nest Labs Inc. +94147A vivo Mobile Communication Co., Ltd. +74D0DC Ericsson AB +88A3CC Amatis Controls +8C9F3B Qingdao Hisense Communications Co.,Ltd. +404229 Layer3TV, Inc +B090D4 Shenzhen Hoin Internet Technology Co., Ltd +348F27 Ruckus Wireless +001D2E Ruckus Wireless +689234 Ruckus Wireless +044FAA Ruckus Wireless +0025C4 Ruckus Wireless +38FF36 Ruckus Wireless +2C5D93 Ruckus Wireless +543D37 Ruckus Wireless +C4108A Ruckus Wireless +D463C6 Motorola Mobility LLC, a Lenovo Company +00A050 CYPRESS SEMICONDUCTOR +A44CC8 Dell Inc. +54666C Shenzhen YOUHUA Technology Co., Ltd +103034 Cara Systems +0840F3 Tenda Technology Co.,Ltd.Dongguan branch +FC8B97 SHENZHEN GONGJIN ELECTRONICS CO.,LT +2CAB25 SHENZHEN GONGJIN ELECTRONICS CO.,LT +AC6E1A SHENZHEN GONGJIN ELECTRONICS CO.,LT +24A534 SynTrust Tech International Ltd. +F844E3 Taicang T&W Electronics +001F92 Avigilon Corporation +887A31 Velankani Electronics Pvt. Ltd. +8C0F6F PEGATRON CORPORATION +283545 SHENZHEN CHUANGWEI-RGB ELECTRONICS CO.,LTD +0C8FFF HUAWEI TECHNOLOGIES CO.,LTD +54B121 HUAWEI TECHNOLOGIES CO.,LTD +786256 HUAWEI TECHNOLOGIES CO.,LTD +A80C63 HUAWEI TECHNOLOGIES CO.,LTD +5CC307 HUAWEI TECHNOLOGIES CO.,LTD +08A8A1 Cyclotronics Power Concepts, Inc +A82BB5 Edgecore Networks Corporation +88365F LG Electronics (Mobile Communications) +0015FF Novatel Wireless Solutions, Inc. +788C4D Indyme Solutions, LLC +A8B2DA FUJITSU LIMITED +0CB937 Ubee Interactive Co., Limited +2880A2 Novatel Wireless Solutions, Inc. +0CB459 Marketech International Corp. +84AA9C MitraStar Technology Corp. +0C4B54 TP-LINK TECHNOLOGIES CO.,LTD. +C47154 TP-LINK TECHNOLOGIES CO.,LTD. +44EA4B Actlas Inc. +5C6984 NUVICO +F86EEE HUAWEI TECHNOLOGIES CO.,LTD +E4FB5D HUAWEI TECHNOLOGIES CO.,LTD +5C546D HUAWEI TECHNOLOGIES CO.,LTD +508F4C Xiaomi Communications Co Ltd +0027F8 Brocade Communications Systems, Inc. +50EB1A Brocade Communications Systems, Inc. +CC4E24 Brocade Communications Systems, Inc. +889471 Brocade Communications Systems, Inc. +D81FCC Brocade Communications Systems, Inc. +002067 Private +0060DF Brocade Communications Systems, Inc. +000533 Brocade Communications Systems, Inc. +00223F NETGEAR +001B2F NETGEAR +E091F5 NETGEAR +744401 NETGEAR +E0469A NETGEAR +08BD43 NETGEAR +C40415 NETGEAR +9CD36D NETGEAR +20E52A NETGEAR +4494FC NETGEAR +008EF2 NETGEAR +B0B98A NETGEAR +1100AA Private +1C965A Weifang GoerTek Technology Co.,Ltd. +104E89 Garmin International +30053F JTI Co.,Ltd. +0050B5 FICHET SECURITE ELECTRONIQUE +04209A Panasonic Corporation AVC Networks Company +8CC121 Panasonic Corporation AVC Networks Company 20C6EB Panasonic Corporation AVC Networks Company -20C8B3 SHENZHEN BUL-TECH CO.,LTD. -20C9D0 Apple Inc -20CD39 Texas Instruments, Inc -20CEC4 Peraso Technologies -20CF30 ASUSTek COMPUTER INC. -20D5AB Korea Infocom Co.,Ltd. -20D5BF Samsung Eletronics Co., Ltd -20D607 Nokia Corporation -20D906 Iota, Inc. -20DC93 Cheetah Hi-Tech, Inc. -20DCE6 TP-LINK TECHNOLOGIES CO., LTD. -20DF3F Nanjing SAC Power Grid Automation Co., Ltd. -20E52A NETGEAR INC., -20E564 Motorola Mobility, Inc. -20EEC6 Elefirst Science & Tech Co ., ltd -20F002 MTData Developments Pty. Ltd. -20F3A3 Huawei Technologies Co., Ltd -20F85E Delta Electronics -20FABB Cambridge Executive Limited -20FDF1 3COM EUROPE LTD -20FECD System In Frontier Inc. -20FEDB M2M Solution S.A.S. -2401C7 Cisco -240917 Devlin Electronics Limited -240A64 AzureWaveTechnologies,Inc -240B2A Viettel Group -240BB1 KOSTAL Industrie Elektrik GmbH -241064 Shenzhen Ecsino Tecnical Co. Ltd -241125 Hutek Co., Ltd. -2411D0 Chongqing Ehs Science and Technology Development Co.,Ltd. -241A8C Squarehead Technology AS -241B13 Shanghai Nutshell Electronic Co., Ltd. -241F2C Calsys, Inc. -2421AB Sony Ericsson Mobile Communications -242FFA Toshiba Global Commerce Solutions -24374C Cisco SPVTG -2437EF EMC Electronic Media Communication SA -243C20 Dynamode Group -244597 GEMUE Gebr. Mueller Apparatebau -24470E PentronicAB -24497B Innovative Converged Devices Inc -245FDF KYOCERA Corporation -246278 sysmocom - systems for mobile communications GmbH -2464EF CYG SUNRI CO.,LTD. -246511 AVM GmbH -24694A Jasmine Systems Inc. -2469A5 Huawei Technologies Co., Ltd -246AAB IT-IS International -24767D Cisco SPVTG -247703 Intel Corporate -248000 Westcontrol AS -2481AA KSH International Co., Ltd. -24828A Prowave Technologies Ltd. -2486F4 Ctek, Inc. -248707 SEnergy Corporation -249442 OPEN ROAD SOLUTIONS , INC. -249504 SFR -24A42C KOUKAAM a.s. -24A43C Ubiquiti Networks, INC -24A937 PURE Storage -24AB81 Apple, Inc. -24AF4A Alcatel-Lucent-IPD -24AF54 NEXGEN Mediatech Inc. -24B657 CISCO SYSTEMS, INC. -24B6B8 FRIEM SPA -24B6FD Dell Inc -24B88C Crenus Co.,Ltd. -24B8D2 Opzoon Technology Co.,Ltd. -24BA30 Technical Consumer Products, Inc. -24BBC1 Absolute Analysis -24BC82 Dali Wireless, Inc. +40CE24 Cisco Systems, Inc +B0350B MOBIWIRE MOBILES (NINGBO) CO.,LTD +28A6AC seca gmbh & co. kg +00054F Garmin International +E048D3 MOBIWIRE MOBILES (NINGBO) CO.,LTD +24C42F Philips Lifeline +B8EE0E Sagemcom Broadband SAS +78886D Apple, Inc. +A85C2C Apple, Inc. +00DB70 Apple, Inc. +386EA2 vivo Mobile Communication Co., Ltd. +58B42D YSTen Technology Co.,Ltd +181456 Nokia Corporation +E4EC10 Nokia Corporation +9C4A7B Nokia Corporation +D86162 Wistron Neweb Corporation +48EC5B Nokia +0009BC Utility, Inc +0016ED Utility, Inc +80615F Beijing Sinead Technology Co., Ltd. +74F661 Schneider Electric Fire & Security Oy +885DFB zte corporation +245FDF KYOCERA CORPORATION +608CE6 ARRIS Group, Inc. +8CD2E9 YOKOTE SEIKO CO., LTD. +186024 Hewlett Packard +2C3996 Sagemcom Broadband SAS +0054BD Swelaser AB +0057D2 Cisco Systems, Inc +3C6716 Lily Robotics +806AB0 Shenzhen TINNO Mobile Technology Corp. +A0F895 Shenzhen TINNO Mobile Technology Corp. +0078CD Ignition Design Labs +28ED6A Apple, Inc. +34AB37 Apple, Inc. +60A37D Apple, Inc. +0056CD Apple, Inc. +7081EB Apple, Inc. +086698 Apple, Inc. +2CFD37 Blue Calypso, Inc. +0C6127 Actiontec Electronics, Inc +001B11 D-Link Corporation +001E58 D-Link Corporation +002191 D-Link Corporation +0022B0 D-Link Corporation +F07D68 D-Link Corporation +78542E D-Link International +3CDD89 SOMO HOLDINGS & TECH. CO.,LTD. +2C56DC ASUSTek COMPUTER INC. +B8AF67 Hewlett Packard +188B45 Cisco Systems, Inc +B0C090 Chicony Electronics Co., Ltd. +1CA770 SHENZHEN CHUANGWEI-RGB ELECTRONICS CO.,LTD +C42F90 Hangzhou Hikvision Digital Technology Co.,Ltd. +A42BB0 TP-LINK TECHNOLOGIES CO.,LTD. +4CE676 BUFFALO.INC +B0C745 BUFFALO.INC +CCE1D5 BUFFALO.INC +B8FC9A Le Shi Zhi Xin Electronic Technology (Tianjin) Limited +2C4138 Hewlett Packard +2C768A Hewlett Packard +0018FE Hewlett Packard +0019BB Hewlett Packard +002264 Hewlett Packard +002481 Hewlett Packard +000D9D Hewlett Packard +0014C2 Hewlett Packard +788B77 Standar Telecom +84ACFB Crouzet Automatismes +34BA75 Tembo Systems, Inc. +9486CD SEOUL ELECTRONICS&TELECOM +94ABDE OMX Technology - FZE +000E35 Intel Corporation +00207B Intel Corporation +0013CE Intel Corporate +801934 Intel Corporate +B8B81E Intel Corporate +185E0F Intel Corporate +C80E77 Le Shi Zhi Xin Electronic Technology (Tianjin) Limited +843497 Hewlett Packard +ECB1D7 Hewlett Packard +3CA82A Hewlett Packard +480FCF Hewlett Packard +5820B1 Hewlett Packard +2C233A Hewlett Packard +000EB3 Hewlett Packard +0004EA Hewlett Packard +00306E Hewlett Packard +0060B0 Hewlett Packard 24BE05 Hewlett Packard -24BF74 PRIVATE -24C0B3 RSF -24C696 Samsung Electronics Co.,Ltd -24C86E Chaney Instrument Co. -24C9A1 Ruckus Wireless -24C9DE Genoray -24CBE7 MYK, Inc. -24CF21 Shenzhen State Micro Technology Co., Ltd -24D2CC SmartDrive Systems Inc. -24D921 Avaya, Inc -24DAB6 Sistemas de Gestión Energética S.A. de C.V -24DBAC Shenzhen Huawei Communication Technologies Co., Ltd -24DBAD ShopperTrak RCT Corporation -24DEC6 Aruba Networks -24E6BA JSC Zavod im. Kozitsky -24EA40 Systeme Helmholz GmbH -24EB65 SAET I.S. S.r.l. -24EC99 Askey Computer Corp -24ECD6 CSG Science & Technology Co.,Ltd.Hefei -24EE3A Chengdu Yingji Electronic Hi-tech Co Ltd -24F0FF GHT Co., Ltd. -24F2DD Radiant Zemax LLC -24F5AA Samsung Electronics Co.,LTD -24FD52 Liteon Technology Corporation -2804E0 FERMAX ELECTRONICA S.A.U. -28061E NINGBO GLOBAL USEFUL ELECTRIC CO.,LTD -28068D ITL, LLC -280B5C Apple, Inc. -280CB8 Mikrosay Yazilim ve Elektronik A.S. -280DFC Sony Computer Entertainment Inc. -28107B D-Link International -281471 Lantis co., LTD. -28162E 2Wire -2817CE Omnisense Ltd -281878 Microsoft Corporation -2818FD Aditya Infotech Ltd. -2826A6 PBR electronics GmbH -28285D ZyXEL Communications Corporation -2829D9 GlobalBeiMing technology (Beijing)Co. Ltd -282CB2 TP-LINK TECHNOLOGIES CO.,LTD. -283152 HUAWEI TECHNOLOGIES CO.,LTD -283410 Enigma Diagnostics Limited +000423 Intel Corporation +0008C7 Hewlett Packard +0010E3 Hewlett Packard +00805F Hewlett Packard +BCEAFA Hewlett Packard +5C8A38 Hewlett Packard +D89D67 Hewlett Packard +2C44FD Hewlett Packard +F0921C Hewlett Packard +B4B52F Hewlett Packard +902155 HTC Corporation +64A769 HTC Corporation +BCCFCC HTC Corporation +B0F1A3 Fengfan (BeiJing) Technology Co., Ltd. +7C7D3D HUAWEI TECHNOLOGIES CO.,LTD +4482E5 HUAWEI TECHNOLOGIES CO.,LTD +542758 Motorola (Wuhan) Mobility Technologies Communication Co., Ltd. +4CD08A HUMAX Co., Ltd. +20906F Shenzhen Tencent Computer System Co., Ltd. +1C7839 Shenzhen Tencent Computer System Co., Ltd. +A4516F Microsoft Mobile Oy +246081 razberi technologies +8CAB8E Shanghai Feixun Communication Co.,Ltd. +9060F1 Apple, Inc. +EC26CA TP-LINK TECHNOLOGIES CO.,LTD. +2C088C HUMAX Co., Ltd. +40F308 Murata Manufacturing Co., Ltd. +5CDAD4 Murata Manufacturing Co., Ltd. +000E6D Murata Manufacturing Co., Ltd. +B05B67 HUAWEI TECHNOLOGIES CO.,LTD +38F889 HUAWEI TECHNOLOGIES CO.,LTD +F4DCF9 HUAWEI TECHNOLOGIES CO.,LTD +904E2B HUAWEI TECHNOLOGIES CO.,LTD +0C96BF HUAWEI TECHNOLOGIES CO.,LTD +9CC172 HUAWEI TECHNOLOGIES CO.,LTD +384608 zte corporation +B4B362 zte corporation +B075D5 zte corporation +08181A zte corporation +002512 zte corporation +B0A37E Qingdao Haier Telecom Co.,Ltd +70A8E3 HUAWEI TECHNOLOGIES CO.,LTD +F84ABF HUAWEI TECHNOLOGIES CO.,LTD +4CB16C HUAWEI TECHNOLOGIES CO.,LTD +4C1FCC HUAWEI TECHNOLOGIES CO.,LTD +486276 HUAWEI TECHNOLOGIES CO.,LTD +AC4E91 HUAWEI TECHNOLOGIES CO.,LTD +E468A3 HUAWEI TECHNOLOGIES CO.,LTD +80D09B HUAWEI TECHNOLOGIES CO.,LTD +581F28 HUAWEI TECHNOLOGIES CO.,LTD +8C34FD HUAWEI TECHNOLOGIES CO.,LTD +90671C HUAWEI TECHNOLOGIES CO.,LTD +587F66 HUAWEI TECHNOLOGIES CO.,LTD +BC25E0 HUAWEI TECHNOLOGIES CO.,LTD +C4072F HUAWEI TECHNOLOGIES CO.,LTD +0CD6BD HUAWEI TECHNOLOGIES CO.,LTD +A49947 HUAWEI TECHNOLOGIES CO.,LTD +346BD3 HUAWEI TECHNOLOGIES CO.,LTD +1C1D67 HUAWEI TECHNOLOGIES CO.,LTD +84A8E4 HUAWEI TECHNOLOGIES CO.,LTD +202BC1 HUAWEI TECHNOLOGIES CO.,LTD +741BB2 Apple, Inc. +002586 TP-LINK TECHNOLOGIES CO.,LTD. +F8D111 TP-LINK TECHNOLOGIES CO.,LTD. +F4EC38 TP-LINK TECHNOLOGIES CO.,LTD. +20DCE6 TP-LINK TECHNOLOGIES CO.,LTD. +1C6E4C Logistic Service & Engineering Co.,Ltd +00101F Cisco Systems, Inc +001054 Cisco Systems, Inc +DCEB94 Cisco Systems, Inc +5C838F Cisco Systems, Inc +AC7E8A Cisco Systems, Inc +382056 Cisco Systems, Inc +28CFE9 Apple, Inc. +00502A Cisco Systems, Inc +005014 Cisco Systems, Inc +0090D9 Cisco Systems, Inc +009092 Cisco Systems, Inc +001029 Cisco Systems, Inc +001007 Cisco Systems, Inc +00605C Cisco Systems, Inc +00E0F7 Cisco Systems, Inc +00E0B0 Cisco Systems, Inc +00E0FE Cisco Systems, Inc +00E0A3 Cisco Systems, Inc +00E0F9 Cisco Systems, Inc +001BD7 Cisco SPVTG +105172 HUAWEI TECHNOLOGIES CO.,LTD +9017AC HUAWEI TECHNOLOGIES CO.,LTD +94049C HUAWEI TECHNOLOGIES CO.,LTD +5006AB Cisco Systems, Inc +0050E2 Cisco Systems, Inc +005050 Cisco Systems, Inc +009021 Cisco Systems, Inc +0090B1 Cisco Systems, Inc +00023D Cisco Systems, Inc +18E728 Cisco Systems, Inc +2C3ECF Cisco Systems, Inc +1005CA Cisco Systems, Inc +1CDEA7 Cisco Systems, Inc +1C6A7A Cisco Systems, Inc +CCD8C1 Cisco Systems, Inc +7C0ECE Cisco Systems, Inc +F09E63 Cisco Systems, Inc +F07F06 Cisco Systems, Inc +84802D Cisco Systems, Inc +E0899D Cisco Systems, Inc +A89D21 Cisco Systems, Inc +BCF1F2 Cisco Systems, Inc +C80084 Cisco Systems, Inc +A0F849 Cisco Systems, Inc +88908D Cisco Systems, Inc +A46C2A Cisco Systems, Inc +0021BE Cisco SPVTG +7CB21B Cisco SPVTG +002643 ALPS ELECTRIC CO.,LTD. +002433 ALPS ELECTRIC CO.,LTD. +745E1C PIONEER CORPORATION +0006F5 ALPS ELECTRIC CO.,LTD. +0006F7 ALPS ELECTRIC CO.,LTD. +000704 ALPS ELECTRIC CO.,LTD. +1C1D86 Cisco Systems, Inc +001A92 ASUSTek COMPUTER INC. +001D60 ASUSTek COMPUTER INC. +002215 ASUSTek COMPUTER INC. +20CF30 ASUSTek COMPUTER INC. +E0CB4E ASUSTek COMPUTER INC. +1C872C ASUSTek COMPUTER INC. +C4143C Cisco Systems, Inc +2401C7 Cisco Systems, Inc +04DAD2 Cisco Systems, Inc +F41FC2 Cisco Systems, Inc +4C0082 Cisco Systems, Inc +DCA5F4 Cisco Systems, Inc +7C95F3 Cisco Systems, Inc +5017FF Cisco Systems, Inc +E8EDF3 Cisco Systems, Inc +78DA6E Cisco Systems, Inc +24E9B3 Cisco Systems, Inc +E425E7 Apple, Inc. +080007 Apple, Inc. +000A95 Apple, Inc. +002241 Apple, Inc. +0023DF Apple, Inc. +0025BC Apple, Inc. +00264A Apple, Inc. +0026B0 Apple, Inc. +041E64 Apple, Inc. +D49A20 Apple, Inc. +9027E4 Apple, Inc. +60334B Apple, Inc. +A43135 Apple, Inc. +9C35EB Apple, Inc. +507A55 Apple, Inc. +A0999B Apple, Inc. +24240E Apple, Inc. +903C92 Apple, Inc. +341298 Apple, Inc. +9C293F Apple, Inc. +488AD2 SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD. +A88E24 Apple, Inc. +E8802E Apple, Inc. +68AE20 Apple, Inc. +E0B52D Apple, Inc. +80BE05 Apple, Inc. +D8BB2C Apple, Inc. +D04F7E Apple, Inc. +2C1F23 Apple, Inc. +549F13 Apple, Inc. +B8098A Apple, Inc. +F0DBE2 Apple, Inc. +18EE69 Apple, Inc. +748114 Apple, Inc. +18F643 Apple, Inc. +D0A637 Apple, Inc. +A01828 Apple, Inc. +D0034B Apple, Inc. +5C5948 Apple, Inc. +78CA39 Apple, Inc. +18E7F4 Apple, Inc. +B8FF61 Apple, Inc. +DC2B61 Apple, Inc. +1093E9 Apple, Inc. +442A60 Apple, Inc. +E0F847 Apple, Inc. +145A05 Apple, Inc. +28CFDA Apple, Inc. +148FC6 Apple, Inc. 283737 Apple, Inc. -2838CF Gen2wave -2839E7 Preceno Technology Pte.Ltd. -283CE4 Huawei Technologies Co., Ltd -28401A C8 MediSensors, Inc. -284121 OptiSense Network, LLC -284846 GridCentric Inc. -284C53 Intune Networks +045453 Apple, Inc. +F0CBA1 Apple, Inc. +C06394 Apple, Inc. +8C006D Apple, Inc. +B09FBA Apple, Inc. +DC86D8 Apple, Inc. +8C2937 Apple, Inc. +DC9B9C Apple, Inc. +98F0AB Apple, Inc. +F0DBF8 Apple, Inc. +ACCF5C Apple, Inc. +3C15C2 Apple, Inc. +04489A Apple, Inc. +D8CF9C Apple, Inc. +30F7C5 Apple, Inc. +008865 Apple, Inc. +40B395 Apple, Inc. +3090AB Apple, Inc. +1CE62B Apple, Inc. +A0EDCD Apple, Inc. +A886DD Apple, Inc. +54EAA8 Apple, Inc. +E4C63D Apple, Inc. +843835 Apple, Inc. +7073CB Apple, Inc. +9C207B Apple, Inc. +842999 Apple, Inc. +74E2F5 Apple, Inc. +20C9D0 Apple, Inc. +1402EC Hewlett Packard Enterprise +707938 Wuxi Zhanrui Electronic Technology Co.,LTD +646A74 AUTH-SERVERS, LLC +34C9F0 LM Technologies Ltd +E034E4 Feit Electric Company, Inc. +98E848 Axiim +A0F9E0 VIVATEL COMPANY LIMITED +F8C372 TSUZUKI DENKI +908D78 D-Link International +A4CC32 Inficomm Co., Ltd +582BDB Pax AB +D00F6D T&W Electronics Company +48BF74 Baicells Technologies Co.,LTD +38F557 JOLATA, INC. +280E8B Beijing Spirit Technology Development Co., Ltd. +F44D30 Elitegroup Computer Systems Co.,Ltd. +DC9A8E Nanjing Cocomm electronics co., LTD +C4EF70 Home Skinovations +B813E9 Trace Live Network +746F19 ICARVISIONS (SHENZHEN) TECHNOLOGY CO., LTD. +7C7176 Wuxi iData Technology Company Ltd. +7C0191 Apple, Inc. +70480F Apple, Inc. +A4B805 Apple, Inc. +587F57 Apple, Inc. +80D605 Apple, Inc. +68A828 HUAWEI TECHNOLOGIES CO.,LTD +988744 Wuxi Hongda Science and Technology Co.,LTD +C869CD Apple, Inc. +BC6C21 Apple, Inc. +9C8DD3 Leonton Technologies +246C8A YUKAI Engineering +A43831 RF elements s.r.o. +D0BAE4 Shanghai MXCHIP Information Technology Co., Ltd. +A4DCBE HUAWEI TECHNOLOGIES CO.,LTD +10CC1B Liverock technologies,INC +48B620 ROLI Ltd. +20D160 Private +382187 Midea Group Co., Ltd. +305A3A ASUSTek COMPUTER INC. +A87285 IDT, INC. +AC1FD7 Real Vision Technology Co.,Ltd. +C8A2CE Oasis Media Systems LLC +A4DEC9 QLove Mobile Intelligence Information Technology (W.H.) Co. Ltd. +A4A6A9 Private +0469F8 Apple, Inc. +9C7A03 Ciena Corporation +380AAB Formlabs +F41535 SPON Communication Technology Co.,Ltd +E41A2C ZPE Systems, Inc. +A815D6 Shenzhen Meione Technology CO., LTD +D09380 Ducere Technologies Pvt. Ltd. +84A788 Perples +6889C1 HUAWEI TECHNOLOGIES CO.,LTD +845B12 HUAWEI TECHNOLOGIES CO.,LTD +143EBF zte corporation +041E7A DSPWorks +38B725 Wistron Infocomm (Zhongshan) Corporation +4CC681 Shenzhen Aisat Electronic Co., Ltd. +28B9D9 Radisys Corporation +E0553D Cisco Meraki +0894EF Wistron Infocomm (Zhongshan) Corporation +E0319E Valve Corporation +E4A32F Shanghai Artimen Technology Co., Ltd. +D47BB0 ASKEY COMPUTER CORP +5045F7 Liuhe Intelligence Technology Ltd. +20F510 Codex Digital Limited +949F3E Sonos, Inc. +788E33 Jiangsu SEUIC Technology Co.,Ltd +E01AEA Allied Telesis, Inc. +340CED Moduel AB +507B9D LCFC(HeFei) Electronics Technology co., ltd +6C7220 D-Link International +F02624 WAFA TECHNOLOGIES CO., LTD. +F8F464 Rawe Electonic GmbH +F4672D ShenZhen Topstar Technology Company +382B78 ECO PLUGS ENTERPRISE CO., LTD +BCEB5F Fujian Beifeng Telecom Technology Co., Ltd. +800B51 Chengdu XGimi Technology Co.,Ltd +00FC8D Hitron Technologies. Inc +1CC586 Absolute Acoustics +E076D0 AMPAK Technology, Inc. +24B0A9 Shanghai Mobiletek Communication Ltd. +64167F Polycom +54E2C8 Dongguan Aoyuan Electronics Technology Co., Ltd +20D75A Posh Mobile Limited +88D37B FirmTek, LLC +10AF78 Shenzhen ATUE Technology Co., Ltd +B0966C Lanbowan Technology Ltd. +A408EA Murata Manufacturing Co., Ltd. +D4F9A1 HUAWEI TECHNOLOGIES CO.,LTD +9CB6D0 Rivet Networks +D0C0BF Actions Microelectronics Co., Ltd +E04B45 Hi-P Electronics Pte Ltd +6C4598 Antex Electronic Corp. +94A7B7 zte corporation +3C8375 Microsoft Corporation +C8458F Wyler AG +149A10 Microsoft Corporation +FC9AFA Motus Global Inc. +5CB43E HUAWEI TECHNOLOGIES CO.,LTD +FCE1FB Array Networks +54E140 INGENICO +14157C TOKYO COSMOS ELECTRIC CO.,LTD. +408D5C GIGA-BYTE TECHNOLOGY CO.,LTD. +6CE01E Modcam AB +E8F2E3 Starcor Beijing Co.,Limited +D048F3 DATTUS Inc +CC19A8 PT Inovação e Sistemas SA +6C4418 Zappware +44962B Aidon Oy +D4D7A9 Shanghai Kaixiang Info Tech LTD +185D9A BobjGear LLC +884157 Shenzhen Atsmart Technology Co.,Ltd. +3CDA2A zte corporation +747336 MICRODIGTAL Inc +0CE725 Microsoft Corporation +6C2E72 B&B EXPORTING LIMITED +FC3288 CELOT Wireless Co., Ltd +BCB308 HONGKONG RAGENTEK COMMUNICATION TECHNOLOGY CO.,LIMITED +445ECD Razer Inc +749637 Todaair Electronic Co., Ltd +2031EB HDSN +C0335E Microsoft +ACCAAB Virtual Electric Inc +241B44 Hangzhou Tuners Electronics Co., Ltd +90C35F Nanjing Jiahao Technology Co., Ltd. +18F145 NetComm Wireless Limited +4CA515 Baikal Electronics JSC +9CE230 JULONG CO,.LTD. +34873D Quectel Wireless Solution Co.,Ltd. +186882 Beward R&D Co., Ltd. +344CA4 amazipoint technology Ltd. +A8F038 SHEN ZHEN SHI JIN HUA TAI ELECTRONICS CO.,LTD +74E277 Vizmonet Pte Ltd +10A659 Mobile Create Co.,Ltd. +58856E QSC AG +FCAFAC Socionext Inc. +F8C397 NZXT Corp. Ltd. +C4366C LG Innotek +60D9A0 Lenovo Mobile Communication Technology Ltd. +5C3B35 Gehirn Inc. +5CF7C3 SYNTECH (HK) TECHNOLOGY LIMITED +3CC2E1 XINHUA CONTROL ENGINEERING CO.,LTD +7C534A Metamako +9C3066 RWE Effizienz GmbH +FCA22A PT. Callysta Multi Engineering +247656 Shanghai Net Miles Fiber Optics Technology Co., LTD. +A0ADA1 JMR Electronics, Inc +601970 HUIZHOU QIAOXING ELECTRONICS TECHNOLOGY CO., LTD. +887033 Hangzhou Silan Microelectronic Inc +8C7967 zte corporation +78F944 Private +CCA4AF Shenzhen Sowell Technology Co., LTD +84F129 Metrascale Inc. +2028BC Visionscape Co,. Ltd. +B8F080 SPS, INC. +7858F3 Vachen Co.,Ltd +FCDC4A G-Wearables Corp. +F42C56 SENOR TECH CO LTD +50502A Egardia +48EE0C D-Link International +48C093 Xirrus, Inc. +3C1A0F ClearSky Data +ACB57D Liteon Technology Corporation +DCE1AD Shenzhen Wintop Photoelectric Technology Co., Ltd +900CB4 Alinket Electronic Technology Co., Ltd +883B8B Cheering Connection Co. Ltd. +94D417 GPI KOREA INC. +D855A3 zte corporation +70DA9C TECSEN +6CF5E8 Mooredoll Inc. +70FF5C Cheerzing Communication(Xiamen)Technology Co.,Ltd +08115E Bitel Co., Ltd. +44CE7D SFR +0881BC HongKong Ipro Technology Co., Limited +4C16F1 zte corporation +800902 Keysight Technologies, Inc. +6872DC CETORY.TV Company Limited +D8B6B7 Comtrend Corporation +0499E6 Shenzhen Yoostar Technology Co., Ltd +94BF95 Shenzhen Coship Electronics Co., Ltd +FC9FE1 CONWIN.Tech. Ltd +90203A BYD Precision Manufacture Co.,Ltd +A81B5D Foxtel Management Pty Ltd +B8BD79 TrendPoint Systems +2C010B NASCENT Technology, LLC - RemKon +D4EC86 LinkedHope Intelligent Technologies Co., Ltd +20A99B Microsoft Corporation +A0A3E2 Actiontec Electronics, Inc +54098D deister electronic GmbH +F0FE6B Shanghai High-Flying Electronics Technology Co., Ltd +3CAE69 ESA Elektroschaltanlagen Grimma GmbH +00F3DB WOO Sports +08A5C8 Sunnovo International Limited +848EDF Sony Mobile Communications AB +CCBDD3 Ultimaker B.V. +50294D NANJING IOT SENSOR TECHNOLOGY CO,LTD +0CCFD1 SPRINGWAVE Co., Ltd +58108C Intelbras +187117 eta plus electronic gmbh +7CB177 Satelco AG +8C5D60 UCI Corporation Co.,Ltd. +4C0BBE Microsoft +08EB29 Jiangsu Huitong Group Co.,Ltd. +E48C0F Discovery Insure +587FB7 SONAR INDUSTRIAL CO., LTD. +E42354 SHENZHEN FUZHI SOFTWARE TECHNOLOGY CO.,LTD +207693 Lenovo (Beijing) Limited. +C4BD6A SKF GmbH +14488B Shenzhen Doov Technology Co.,Ltd +603696 The Sapling Company +54FFCF Mopria Alliance +BCBC46 SKS Welding Systems GmbH +A8D88A Wyconn +00E6E8 Netzin Technology Corporation,.Ltd. +64B21D Chengdu Phycom Tech Co., Ltd. +88708C Lenovo Mobile Communication Technology Ltd. +F03D29 Actility +909F33 EFM Networks +849681 Cathay Communication Co.,Ltd +A056B2 Harman/Becker Automotive Systems GmbH +40C62A Shanghai Jing Ren Electronic Technology Co., Ltd. +E8150E Nokia Corporation +F4D032 Yunnan Ideal Information&Technology.,Ltd +44A6E5 THINKING TECHNOLOGY CO.,LTD +A8329A Digicom Futuristic Technologies Ltd. +B40AC6 DEXON Systems Ltd. +5CB8CB Allis Communications +E85D6B Luminate Wireless +8C3357 HiteVision Digital Media Technology Co.,Ltd. +F4D261 SEMOCON Co., Ltd +D05AF1 Shenzhen Pulier Tech CO.,Ltd +481A84 Pointer Telocation Ltd +DC663A Apacer Technology Inc. +B009D3 Avizia +3CAA3F iKey, Ltd. +0C383E Fanvil Technology Co., Ltd. +60CDA9 Abloomy +B40B44 Smartisan Technology Co., Ltd. +A0FC6E Telegrafia a.s. +44D4E0 Sony Mobile Communications AB +D0FA1D Qihoo 360 Technology Co.,Ltd +046785 scemtec Hard- und Software fuer Mess- und Steuerungstechnik GmbH +FC6DC0 BME CORPORATION +784561 CyberTAN Technology Inc. +D896E0 Alibaba Cloud Computing Ltd. +300D2A Zhejiang Wellcom Technology Co.,Ltd. +64EAC5 SiboTech Automation Co., Ltd. +74DA38 Edimax Technology Co. Ltd. +F4F26D TP-LINK TECHNOLOGIES CO.,LTD. +5C1515 ADVAN +D0A0D6 Chengdu TD Tech Ltd. +8CBF9D Shanghai Xinyou Information Technology Ltd. Co. +D49398 Nokia Corporation +78D66F Aristocrat Technologies Australia Pty. Ltd. +50C7BF TP-LINK TECHNOLOGIES CO.,LTD. +C06118 TP-LINK TECHNOLOGIES CO.,LTD. +D0C7C0 TP-LINK TECHNOLOGIES CO.,LTD. +209AE9 Volacomm Co., Ltd +345D10 Wytek +58E326 Compass Technologies Inc. +848DC7 Cisco SPVTG +A8BD3A UNIONMAN TECHNOLOGY CO.,LTD +C44E1F BlueN +CCA614 AIFA TECHNOLOGY CORP. +B0869E Chloride S.r.L +344F5C R&M AG +A46CC1 LTi REEnergy GmbH +90DB46 E-LEAD ELECTRONIC CO., LTD +D42F23 Akenori PTE Ltd +286336 Siemens AG - Industrial Automation - EWA +38F098 Vapor Stone Rail Systems +400107 Arista Corp +4C8B30 Actiontec Electronics, Inc +0805CD DongGuang EnMai Electronic Product Co.Ltd. +0092FA SHENZHEN WISKY TECHNOLOGY CO.,LTD +4CF45B Blue Clover Devices +B06971 DEI Sales, Inc. +580528 LABRIS NETWORKS +28656B Keystone Microtech Corporation +EC2E4E HITACHI-LG DATA STORAGE INC +505800 WyTec International, Inc. +78923E Nokia Corporation +D4CFF9 Shenzhen Sen5 Technology Co., Ltd. +D8492F CANON INC. +D46761 SAHAB TECHNOLOGY +145645 Savitech Corp. +D4E08E ValueHD Corporation +70305D Ubiquoss Inc +5850AB TLS Corporation +90DFB7 s.m.s smart microwave sensors GmbH +B843E4 Vlatacom +E07F53 TECHBOARD SRL +4C0DEE JABIL CIRCUIT (SHANGHAI) LTD. +A07771 Vialis BV +D0BD01 DS International +C0C569 SHANGHAI LYNUC CNC TECHNOLOGY CO.,LTD +200E95 IEC – TC9 WG43 +E0DB88 Open Standard Digital-IF Interface for SATCOM Systems +D86194 Objetivos y Sevicios de Valor Añadido +589CFC FreeBSD Foundation +98349D Krauss Maffei Technologies GmbH +18CC23 Philio Technology Corporation +648D9E IVT Electronic Co.,Ltd +CC95D7 Vizio, Inc +749C52 Huizhou Desay SV Automotive Co., Ltd. +C0F79D Powercode +3C0C48 Servergy, Inc. +68D247 Portalis LC +FC27A2 TRANS ELECTRIC CO., LTD. +14C089 DUNE HD LTD +F08A28 JIANGSU HENGSION ELECTRONIC S and T CO.,LTD +A8574E TP-LINK TECHNOLOGIES CO.,LTD. +DC3EF8 Nokia Corporation +706173 Calantec GmbH +50C271 SECURETECH INC +7C49B9 Plexus Manufacturing Sdn Bhd +184462 Riava Networks, Inc. +9C443D CHENGDU XUGUANG TECHNOLOGY CO, LTD +74A4B5 Powerleader Science and Technology Co. Ltd. +BC4100 CODACO ELECTRONIC s.r.o. +7CCD3C Guangzhou Juzing Technology Co., Ltd +10B26B base Co.,Ltd. +DCCEBC Shenzhen JSR Technology Co.,Ltd. +9486D4 Surveillance Pro Corporation +F89550 Proton Products Chengdu Ltd +447BC4 DualShine Technology(SZ)Co.,Ltd +542F89 Euclid Laboratories, Inc. +48B977 PulseOn Oy +AC2DA3 TXTR GmbH +C8F68D S.E.TECHNOLOGIES LIMITED +BC14EF ITON Technology Limited +14F28E ShenYang ZhongKe-Allwin Technology Co.LTD +C064C6 Nokia Corporation +9C44A6 SwiftTest, Inc. +44C4A9 Opticom Communication, LLC +6C3C53 SoundHawk Corp +64BABD SDJ Technologies, Inc. +889166 Viewcooper Corp. +103378 FLECTRON Co., LTD +DC0575 SIEMENS ENERGY AUTOMATION +5C1193 Seal One AG +B4527E Sony Mobile Communications AB +50E14A Private +68FCB3 Next Level Security Systems, Inc. +70305E Nanjing Zhongke Menglian Information Technology Co.,LTD +9C8888 Simac Techniek NV +180C14 iSonea Limited +8CAE89 Y-cam Solutions Ltd +58B961 SOLEM Electronique +F46ABC Adonit Corp. Ltd. +20180E Shenzhen Sunchip Technology Co., Ltd +80B219 ELEKTRON TECHNOLOGY UK LIMITED +D08A55 Skullcandy +C4D655 Tercel technology co.,ltd +9CA10A SCLE SFE +78D99F NuCom HK Ltd. +44C56F NGN Easy Satfinder (Tianjin) Electronic Co., Ltd +2C5A05 Nokia Corporation +848336 Newrun +EC71DB Shenzhen Baichuan Digital Technology Co., Ltd. +B8266C ANOV France 284D92 Luminator -284FCE Liaoning Wontel Science and Technology Development Co.,Ltd. -285132 Shenzhen Prayfly Technology Co.,Ltd -285FDB Shenzhen Huawei Communication Technologies Co., Ltd -286046 Lantech Communications Global, Inc. -286094 CAPELEC -286AB8 Apple, Inc. -286ABA Apple, Inc. -286D97 SAMJIN Co., Ltd. -286ED4 HUAWEI TECHNOLOGIES CO.,LTD -287184 Spire Payments -2872C5 Smartmatic Corp -2872F0 ATHENA -287994 Realplay Digital Technology(Shenzhen) Co.,Ltd -28852D Touch Networks -288915 CashGuard Sverige AB -2891D0 Stage Tec Entwicklungsgesellschaft für professionelle Audiotechnik mbH -28924A Hewlett Packard -2893FE CISCO SYSTEMS, INC. -28940F CISCO SYSTEMS, INC. -2894AF Samhwa Telecom -28987B Samsung Electronics Co.,Ltd -289A4B SteelSeries ApS -289EDF Danfoss Turbocor Compressors, Inc -28A186 enblink -28A192 GERP Solution -28A1EB ETEK TECHNOLOGY (SHENZHEN) CO.,LTD -28A241 exlar corp -28A574 Miller Electric Mfg. Co. -28AF0A Sirius XM Radio Inc -28B0CC Xenya d.o.o. -28B2BD Intel Corporate -28B3AB Genmark Automation -28BA18 NextNav, LLC -28BAB5 Samsung Electronics Co.,Ltd -28BE9B Technicolor USA Inc. -28C0DA Juniper Networks -28C671 Yota Devices OY -28C68E NETGEAR INC., -28C718 Altierre -28C914 Taimag Corporation -28CBEB One -28CC01 Samsung Electronics Co.,Ltd -28CCFF Corporacion Empresarial Altra SL -28CD1C Espotel Oy -28CD4C Individual Computers GmbH -28CD9C Shenzhen Dynamax Software Development Co.,Ltd. -28CFDA Apple, Inc. -28CFE9 Apple -28D1AF Nokia Corporation -28D244 LCFC(HeFei) Electronics Technology Co., Ltd. -28D576 Premier Wireless, Inc. -28D93E Telecor Inc. -28D997 Yuduan Mobile Co., Ltd. -28DB81 Shanghai Guao Electronic Technology Co., Ltd -28E02C Apple, Inc. -28E297 Shanghai InfoTM Microelectronics Co.,Ltd. -28E608 Tokheim -28E794 Microtime Computer Inc. -28E7CF Apple, Inc. -28ED58 JAG Jakob AG -28EE2C Frontline Test Equipment -28EF01 PRIVATE -28F358 2C - Trifonov & Co -28F532 ADD-Engineering BV -28F606 Syes srl -28FBD3 Ragentek Technology Group -2C002C UNOWHY -2C0033 EControls, LLC -2C00F7 XOS -2C0623 Win Leader Inc. -2C10C1 Nintendo Co., Ltd. -2C1984 IDN Telecom, Inc. -2C1EEA AERODEV -2C2172 Juniper Networks -2C245F Babolat VS -2C26C5 zte corporation -2C27D7 Hewlett-Packard Company -2C282D BBK COMMUNICATIAO TECHNOLOGY CO.,LTD. -2C2D48 bct electronic GesmbH -2C3068 Pantech Co.,Ltd -2C3427 ERCO & GENER -2C3557 ELLIY Power CO..Ltd -2C36A0 Capisco Limited -2C36F8 CISCO SYSTEMS, INC. -2C3996 SAGEMCOM -2C3A28 Fagor Electrónica -2C3BFD Netstor Technology Co., Ltd. -2C3F38 CISCO SYSTEMS, INC. -2C3F3E Alge-Timing GmbH -2C4138 Hewlett-Packard Company -2C4401 Samsung Electronics Co.,Ltd -2C441B Spectrum Medical Limited -2C44FD Hewlett Packard -2C542D CISCO SYSTEMS, INC. -2C553C Gainspeed, Inc. -2C59E5 Hewlett Packard -2C5AA3 PROMATE ELECTRONIC CO.LTD +1C4BB9 SMG ENTERPRISE, LLC +0C5CD8 DOLI Elektronik GmbH 2C5FF3 Pertronic Industries -2C625A Finest Security Systems Co., Ltd -2C6289 Regenersis (Glenrothes) Ltd -2C67FB ShenZhen Zhengjili Electronics Co., LTD -2C69BA RF Controls, LLC -2C6BF5 Juniper networks -2C7155 HiveMotion -2C72C3 Soundmatters -2C750F Shanghai Dongzhou-Lawton Communication Technology Co. Ltd. -2C768A Hewlett-Packard Company -2C7B5A Milper Ltd -2C7B84 OOO Petr Telegin -2C7ECF Onzo Ltd -2C8065 HARTING Inc. of North America -2C8158 Hon Hai Precision Ind. Co.,Ltd -2C8BF2 Hitachi Metals America Ltd -2C9127 Eintechno Corporation -2C922C Kishu Giken Kogyou Company Ltd,. -2C9464 Cincoze Co., Ltd. -2C9717 I.C.Y. B.V. -2C9E5F Motorola Mobility, Inc. -2C9EFC CANON INC. -2CA157 acromate, Inc. -2CA780 True Technologies Inc. -2CA835 RIM -2CAB25 Shenzhen Gongjin Electronics Co.,Ltd -2CB05D NETGEAR -2CB0DF Soliton Technologies Pvt Ltd -2CB43A Apple -2CB693 Radware -2CB69D RED Digital Cinema -2CBE97 Ingenieurbuero Bickele und Buehler GmbH -2CC260 Ravello Systems -2CCC15 Nokia Corporation -2CCD27 Precor Inc -2CCD43 Summit Technology Group -2CCD69 Aqavi.com -2CD05A Liteon Technology Corporation -2CD1DA Sanjole, Inc. -2CD2E7 Nokia Corporation -2CD444 Fujitsu Limited -2CDD0C Discovergy GmbH -2CE2A8 DeviceDesign -2CE412 SAGEMCOM SAS -2CE6CC Ruckus Wireless -2CE871 Alert Metalguard ApS -2CEDEB Alpheus Digital Company Limited -2CEE26 Petroleum Geo-Services -2CF203 EMKO ELEKTRONIK SAN VE TIC AS -2CF4C5 Avaya, Inc -30055C Brother industries, LTD. -300B9C Delta Mobile Systems, Inc. -300ED5 Hon Hai Precision Ind.Co.Ltd -30142D Piciorgros GmbH -30144A Wistron Neweb Corp. -301518 Ubiquitous Communication Co. ltd. -30168D ProLon -3017C8 Sony Ericsson Mobile Communications AB -3018CF DEOS control systems GmbH -301A28 Mako Networks Ltd -30215B Shenzhen Ostar Display Electronic Co.,Ltd -302DE8 JDA, LLC (JDA Systems) -303294 W-IE-NE-R Plein & Baus GmbH -3032D4 Hanilstm Co., Ltd. -3037A6 CISCO SYSTEMS, INC. -303855 Nokia Corporation -303926 Sony Ericsson Mobile Communications AB -303955 Shenzhen Jinhengjia Electronic Co., Ltd. -3039F2 ADB Broadband Italia -303A64 Intel Corporate -303D08 GLINTT TES S.A. -303EAD Sonavox Canada Inc -304174 ALTEC LANSING LLC -304449 PLATH GmbH -30469A NETGEAR -30493B Nanjing Z-Com Wireless Co.,Ltd -304C7E Panasonic Electric Works Automation Controls Techno Co.,Ltd. -304EC3 Tianjin Techua Technology Co., Ltd. -30525A NST Co., LTD -3055ED Trex Network LLC -3057AC IRLAB LTD. -305D38 Beissbarth -306023 ARRIS Group, Inc. -306112 PAV GmbH -306118 Paradom Inc. -3065EC Wistron (ChongQing) -30688C Reach Technology Inc. -30694B RIM -306CBE Skymotion Technology (HK) Limited -306E5C Validus Technologies -3071B2 Hangzhou Prevail Optoelectronic Equipment Co.,LTD. -30766F LG Electronics +E0AF4B Pluribus Networks, Inc. +C85663 Sunflex Europe GmbH +88FED6 ShangHai WangYong Software Co., Ltd. +600347 Billion Electric Co. Ltd. +084027 Gridstore Inc. +7C2048 KoamTac +705986 OOO TTV +20DF3F Nanjing SAC Power Grid Automation Co., Ltd. 30786B TIANJIN Golden Pentagon Electronics Co., Ltd. -3078C2 Innowireless, Co. Ltd. -307C30 RIM -307ECB SFR -3085A9 Asustek Computer Inc -308730 Shenzhen Huawei Communication Technologies Co., Ltd -308999 Guangdong East Power Co., -308CFB Dropcam -3090AB Apple -3092F6 SHANGHAI SUNMON COMMUNICATION TECHNOGY CO.,LTD -30AABD Shanghai Reallytek Information Technology Co.,Ltd -30AE7B Deqing Dusun Electron CO., LTD -30AEF6 Radio Mobile Access -30B216 Hytec Geraetebau GmbH -30B3A2 Shenzhen Heguang Measurement & Control Technology Co.,Ltd -30C82A Wi-Next s.r.l. -30CDA7 Samsung Electronics ITS, Printer division -30D357 Logosol, Inc. -30D46A Autosales Incorporated -30DE86 Cedac Software S.r.l. -30E48E Vodafone UK -30E4DB CISCO SYSTEMS, INC. -30EB25 INTEK DIGITAL -30EFD1 Alstom Strongwish (Shenzhen) Co., Ltd. -30F31D zte corporation -30F33A +plugg srl -30F70D Cisco Systems -30F7C5 Apple -30F9ED Sony Corporation -30FD11 MACROTECH (USA) INC. -3407FB Ericsson AB -340804 D-Link Corporation -3413E8 Intel Corporate -34159E Apple, Inc -341A4C SHENZHEN WEIBU ELECTRONICS CO.,LTD. -341B22 Grandbeing Technology Co., Ltd -342109 Jensen Scandinavia AS -3423BA Samsung Electro Mechanics co.,LTD. -34255D Shenzhen Loadcom Technology Co.,Ltd -3429EA MCD ELECTRONICS SP. Z O.O. -342F6E Anywire corporation -3440B5 IBM -344B3D Fiberhome Telecommunication Tech.Co.,Ltd. -344B50 ZTE Corporation -344F3F IO-Power Technology Co., Ltd. -344F69 EKINOPS SAS -3451C9 Apple, Inc. -345B11 EVI HEAT AB -346178 The Boeing Company -34684A Teraworks Co., Ltd. -346BD3 Huawei Technologies Co., Ltd -346E8A Ecosense -346F92 White Rodgers Division -3475C7 Avaya, Inc -3476C5 I-O DATA DEVICE, INC. -347877 O-NET Communications(Shenzhen) Limited -347E39 Nokia Danmark A/S -348137 UNICARD SA -3482DE Kayo Technology, Inc. -348302 iFORCOM Co., Ltd -348446 Ericsson AB -34862A Heinz Lackmann GmbH & Co KG -3495DB Logitec Corporation -3497FB ADVANCED RF TECHNOLOGIES INC -34996F VPI Engineering -3499D7 Universal Flow Monitors, Inc. -349A0D ZBD Displays Ltd -349D90 Heinzmann GmbH & CO. KG -34A183 AWare, Inc -34A3BF Terewave. Inc. -34A55D TECHNOSOFT INTERNATIONAL SRL -34A68C Shine Profit Development Limited -34A709 Trevil srl -34A7BA Fischer International Systems Corporation -34A843 KYOCERA Display Corporation -34A84E Cisco -34AA8B Samsung Electronics Co.,Ltd -34AA99 Alcatel-Lucent -34AAEE Mikrovisatos Servisas UAB -34ADE4 Shanghai Chint Power Systems Co., Ltd. -34AF2C Nintendo Co., Ltd. -34B1F7 Texas Instruments -34B571 PLDS -34BA51 Se-Kure Controls, Inc. -34BA9A Asiatelco Technologies Co. -34BB1F Research In Motion -34BCA6 Beijing Ding Qing Technology, Ltd. -34BDC8 Cisco Systems -34BDF9 Shanghai WDK Industrial Co.,Ltd. -34BDFA Cisco SPVTG -34BF90 Fiberhome Telecommunication Tech.Co.,Ltd. -34C059 Apple -34C3AC Samsung Electronics -34C69A Enecsys Ltd -34C731 ALPS Co,. Ltd. -34C803 Nokia Corporation -34C99D EIDOLON COMMUNICATIONS TECHNOLOGY CO. LTD. -34CD6D CommSky Technologies -34CDBE Huawei Technologies Co., Ltd -34CE94 Parsec (Pty) Ltd -34D09B MobilMAX Technology Inc. -34D2C4 RENA GmbH Print Systeme -34D7B4 Tributary Systems, Inc. -34DF2A Fujikon Industrial Co.,Limited -34E0CF zte corporation -34E0D7 DONGGUAN QISHENG ELECTRONICS INDUSTRIAL CO., LTD -34EF44 2Wire -34EF8B NTT Communications Corporation -34F39B WizLAN Ltd. -34F62D SHARP Corporation -34F968 ATEK Products, LLC -34FA40 Guangzhou Robustel Technologies Co., Limited -34FC6F ALCEA -380197 Toshiba Samsung Storage Technolgoy Korea Corporation -3806B4 A.D.C. GmbH -380A0A Sky-City Communication and Electronics Limited Company -380A94 Samsung Electronics Co.,Ltd -380DD4 Primax Electronics LTD. -380F4A Apple -380FE4 Dedicated Network Partners Oy -3816D1 Samsung Electronics Co.,Ltd -381766 PROMZAKAZ LTD. -38192F Nokia Corporation -381C4A SIMCom Wireless Solutions Co.,Ltd. -38229D Pirelli Tyre S.p.A. -3822D6 H3C Technologies Co., Limited -3826CD ANDTEK -3828EA Fujian Netcom Technology Co., LTD -3831AC WEG -383F10 DBL Technology Ltd. +4CD637 Qsono Electronics Co., Ltd +8CF945 Power Automation pte Ltd +2C922C Kishu Giken Kogyou Company Ltd,. +509871 Inventum Technologies Private Limited 384233 Wildeboer Bauteile GmbH -3842A6 Ingenieurbuero Stahlkopf -384369 Patrol Products Consortium LLC -38458C MyCloud Technology corporation -384608 ZTE Corporation -38484C Apple -384FF0 Azurewave Technologies, Inc. -38521A Alcatel-Lucent 7705 -38580C Panaccess Systems GmbH -3859F8 MindMade sp. z o.o. -3859F9 Hon Hai Precision Ind. Co.,Ltd. -385AA8 Beijing Zhongdun Security Technology Development Co. -385FC3 Yu Jeong System, Co.Ltd -386077 PEGATRON CORPORATION -3863F6 3NOD MULTIMEDIA(SHENZHEN)CO.,LTD -386645 OOSIC Technology CO.,Ltd -386793 Asia Optical Co., Inc. -386BBB Motorola Mobility, Inc. -386E21 Wasion Group Ltd. -3872C0 COMTREND -388345 TP-LINK TECHNOLOGIES CO., LTD. -3889DC Opticon Sensors Europe B.V. -388AB7 ITC Networks -388EE7 Fanhattan LLC -3891FB Xenox Holding BV -389592 Beijing Tendyron Corporation -389F83 OTN Systems N.V. -38A5B6 SHENZHEN MEGMEET ELECTRICAL CO.,LTD -38A851 Moog, Ing -38A86B Orga BV -38A95F Actifio Inc -38AA3C SAMSUNG ELECTRO-MECHANICS -38B12D Sonotronic Nagel GmbH -38B5BD E.G.O. Elektro-Ger -38BB23 OzVision America LLC -38BC1A Meizu technology co.,ltd -38BF33 NEC CASIO Mobile Communications -38C096 ALPS ELECTRIC CO.,LTD. -38C7BA CS Services Co.,Ltd. -38C85C Cisco SPVTG -38D135 EasyIO Corporation Sdn. Bhd. -38DE60 Mohlenhoff GmbH -38E08E Mitsubishi Electric Corporation -38E595 Shenzhen Gongjin Electronics Co.,Ltd -38E7D8 HTC Corporation -38E8DF b gmbh medien + datenbanken -38E98C Reco S.p.A. -38EAA7 Hewlett Packard -38EC11 Novatek Microelectronics Corp. -38ECE4 Samsung Electronics -38EE9D Anedo Ltd. -38F597 home2net GmbH -38F8B7 V2COM PARTICIPACOES S.A. -38FEC5 Ellips B.V. -3C02B1 Creation Technologies LP -3C04BF PRAVIS SYSTEMS Co.Ltd., -3C05AB Product Creation Studio -3C0754 Apple, Inc. -3C0771 Sony Corporation -3C081E Beijing Yupont Electric Power Technology Co.,Ltd -3C096D Powerhouse Dynamics -3C0FC1 KBC Networks -3C106F ALBAHITH TECHNOLOGIES -3C15EA TESCOM CO., LTD. -3C1915 GFI Chrono Time -3C197D Ericsson AB -3C1A57 Cardiopulmonary Corp -3C1A79 Huayuan Technology CO.,LTD -3C1CBE JADAK LLC -3C26D5 Sotera Wireless -3C2763 SLE quality engineering GmbH & Co. KG -3C2DB7 Texas Instruments -3C2F3A SFORZATO Corp. -3C363D Nokia Corporation -3C3888 ConnectQuest, llc -3C39C3 JW Electronics Co., Ltd. -3C3A73 Avaya, Inc -3C404F Guangdong Pisen Electronics Co. Ltd. -3C438E Motorola Mobility, LLC. -3C4A92 Hewlett-Packard Company -3C4C69 Infinity System S.L. -3C4E47 Etronic A/S -3C57BD Kessler Crane Inc. -3C57D5 FiveCo -3C5A37 Samsung Electronics -3C5F01 Synerchip Co., Ltd. -3C6104 Juniper Networks -3C6200 Samsung electronics CO., LTD -3C6278 SHENZHEN JETNET TECHNOLOGY CO.,LTD. -3C672C Sciovid Inc. -3C6A7D Niigata Power Systems Co., Ltd. -3C6F45 Fiberpro Inc. -3C6FF7 EnTek Systems, Inc. -3C7059 MakerBot Industries -3C7437 RIM -3C754A Motorola Mobility, Inc. -3C77E6 Hon Hai Precision Ind. Co.,Ltd. -3C7DB1 Texas Instruments -3C81D8 SAGEMCOM SAS -3C83B5 Advance Vision Electronics Co. Ltd. -3C86A8 Sangshin elecom .co,, LTD -3C8AB0 Juniper Networks -3C8AE5 Tensun Information Technology(Hangzhou) Co.,LTD -3C8BFE Samsung Electronics -3C9157 Hangzhou Yulong Conmunication Co.,Ltd -3C9174 ALONG COMMUNICATION TECHNOLOGY -3C94D5 Juniper Networks -3C970E Wistron InfoComm(Kunshan)Co.,Ltd. -3C977E IPS Technology Limited -3C98BF Quest Controls, Inc. -3C99F7 Lansentechnology AB -3C9F81 Shenzhen CATIC Bit Communications Technology Co.,Ltd -3CA315 Bless Information & Communications Co., Ltd -3CA72B MRV Communications (Networks) LTD -3CA9F4 Intel Corporate -3CB15B Avaya, Inc -3CB17F Wattwatchers Pty Ld -3CB87A PRIVATE -3CB9A6 Belden Deutschland GmbH -3CBDD8 LG ELECTRONICS INC -3CC0C6 d&b audiotechnik GmbH -3CC12C AES Corporation -3CC1F6 Melange Systems Pvt. Ltd. -3CC243 Nokia Corporation -3CC99E Huiyang Technology Co., Ltd -3CCE73 CISCO SYSTEMS, INC. -3CD0F8 Apple, Inc. -3CD16E Telepower Communication Co., Ltd -3CD7DA SK Mtek microelectronics(shenzhen)limited -3CD92B Hewlett-Packard Company -3CDF1E CISCO SYSTEMS, INC. -3CE072 Apple -3CE5A6 Hangzhou H3C Technologies Co., Ltd. -3CE5B4 KIDASEN INDUSTRIA E COMERCIO DE ANTENAS LTDA -3CE624 LG Display -3CEA4F 2Wire -3CEAFB NSE AG -3CF392 Virtualtek. Co. Ltd -3CF52C DSPECIALISTS GmbH -3CF72A Nokia Corporation -3CFB96 Emcraft Systems LLC -4001C6 3COM EUROPE LTD -40040C A&T -4007C0 Railtec Systems GmbH -400E67 Tremol Ltd. -400E85 Samsung Electro Mechanics co.,LTD. -4012E4 Compass-EOS -4013D9 Global ES -401597 Protect America, Inc. -40169F TP-LINK TECHNOLOGIES CO., LTD. -4016FA EKM Metering -4018B1 Aerohive Networks Inc. -4018D7 Wyle Telemetry and Data Systems -401D59 Biometric Associates, LP -4022ED Digital Projection Ltd -4025C2 Intel Corporate -40270B Mobileeco Co., Ltd -402BA1 Sony Ericsson Mobile Communications AB -402CF4 Universal Global Scientific Industrial Co., Ltd. -403004 Apple, Inc. -40336C Godrej & Boyce Mfg. co. ltd -4037AD Macro Image Technology, Inc. -403CFC Apple, Inc. -404022 ZIV -40406B Icomera -404A03 ZyXEL Communications Corporation -404D8E Shenzhen Huawei Communication Technologies Co., Ltd -4050E0 Milton Security Group LLC -40516C Grandex International Corporation -40520D Pico Technology -405539 CISCO SYSTEMS, INC. -40560C In Home Displays Ltd -405A9B ANOVO -405FBE RIM -405FC2 Texas Instruments -40605A Hawkeye Tech Co. Ltd -406186 MICRO-STAR INT'L CO.,LTD -40618E Stella-Green Co -40667A mediola - connected living AG -406826 Thales Optronics Limited -406AAB RIM -406C8F Apple, Inc. -406F2A Research In Motion -40704A Power Idea Technology Limited -407074 Life Technology (China) Co., Ltd -407B1B Mettle Networks Inc. -4083DE Motorola -408493 Clavister AB -4088E0 Beijing Ereneben Information Technology Limited Shenzhen Branch -408A9A TITENG CO., Ltd. -408B07 Actiontec Electronics, Inc -408BF6 Shenzhen TCL New Technology Co; Ltd. -409558 Aisino Corporation -4097D1 BK Electronics cc -40984C Casacom Solutions AG -40984E Texas Instruments -40987B Aisino Corporation -409FC7 BAEKCHUN I&C Co., Ltd. -40A6A4 PassivSystems Ltd -40A6D9 Apple, Inc. -40AC8D Data Management, Inc. -40B0FA LG Electronics -40B2C8 Nortel Networks -40B395 Apple -40B3FC Logital Co. Limited -40B4F0 Juniper Networks -40B7F3 Motorola Mobility, Inc. -40BA61 Arima Communications Corp. -40BC73 Cronoplast S.L. -40BC8B itelio GmbH -40BD9E Physio-Control, Inc -40BF17 Digistar Telecom. SA -40C245 Shenzhen Hexicom Technology Co., Ltd. -40C4D6 ChongQing Camyu Technology Development Co.,Ltd. -40C7C9 Naviit Inc. -40CBA8 Huawei Technologies Co., Ltd -40CD3A Z3 Technology -40D32D Apple, Inc -40D40E Biodata Ltd -40D559 MICRO S.E.R.I. -40D855 IEEE REGISTRATION AUTHORITY -40E730 DEY Storage Systems, Inc. -40E793 Shenzhen Siviton Technology Co.,Ltd -40ECF8 Siemens AG -40EF4C Fihonest communication co.,Ltd -40F14C ISE Europe SPRL -40F2E9 IBM -40F308 Murata Manufactuaring Co.,Ltd. -40F407 Nintendo Co., Ltd. -40F4EC CISCO SYSTEMS, INC. -40F52E Leica Microsystems (Schweiz) AG -40FC89 Motorola Mobility, LLC. -4403A7 Cisco -440CFD NetMan Co., Ltd. -441319 WKK TECHNOLOGY LTD. -44184F Fitview -4419B6 Hangzhou Hikvision Digital Technology Co.,Ltd. -441EA1 Hewlett-Packard Company -4423AA Farmage Co., Ltd. -4425BB Bamboo Entertainment Corporation -442A60 Apple, Inc. -442AFF E3 Technology, Inc. -442B03 CISCO SYSTEMS, INC. -44322A Avaya, Inc -4432C8 Technicolor USA Inc. -44334C Shenzhen Bilian electronic CO.,LTD -44348F MXT INDUSTRIAL LTDA -443719 2 Save Energy Ltd -44376F Young Electric Sign Co -4437E6 Hon Hai Precision Ind.Co.Ltd -443839 Cumulus Networks, inc -4439C4 Universal Global Scientific Industrial Co.,Ltd -443D21 Nuvolt -443EB2 DEOTRON Co., LTD. -444A65 Silverflare Ltd. -444C0C Apple Inc -444E1A Samsung Electronics Co.,Ltd -444F5E Pan Studios Co.,Ltd. -4451DB Raytheon BBN Technologies -4454C0 Thompson Aerospace -44568D PNC Technologies Co., Ltd. -4456B7 Spawn Labs, Inc -445829 Cisco SPVTG -44599F Criticare Systems, Inc -445EF3 Tonalite Holding B.V. -445F7A Shihlin Electric & Engineering Corp. -446132 ecobee inc -44619C FONsystem co. ltd. +9440A2 Anywave Communication Technologies, Inc. +7CB77B Paradigm Electronics Inc +28A241 exlar corp +9876B6 Adafruit +AC220B ASUSTek COMPUTER INC. +88354C Transics +709BFC Bryton Inc. +D82D9B Shenzhen G.Credit Communication Technology Co., Ltd +94BF1E eflow Inc. / Smart Device Planning and Development Division +C0A39E EarthCam, Inc. +088E4F SF Software Solutions +DCAE04 CELOXICA Ltd +5422F8 zte corporation +486E73 Pica8, Inc. +A0CEC8 CE LINK LIMITED +907A28 Beijing Morncloud Information And Technology Co. Ltd. +CCD29B Shenzhen Bopengfa Elec&Technology CO.,Ltd +9C4EBF BoxCast +34A68C Shine Profit Development Limited +78DAB3 GBO Technology +80BBEB Satmap Systems Ltd +949FB4 ChengDu JiaFaAnTai Technology Co.,Ltd +406826 Thales UK Limited +5C15E1 AIDC TECHNOLOGY (S) PTE LTD +048D38 Netcore Technology Inc. +1C4AF7 AMON INC +985D46 PeopleNet Communication 446755 Orbit Irrigation -4468AB JUIN COMPANY, LIMITED -446C24 Reallin Electronic Co.,Ltd -446D57 Liteon Technology Corporation +789F4C HOERBIGER Elektronik GmbH +98F8C1 IDT Technology Limited +F47A4E Woojeon&Handan 44700B IFFU -447C7F Innolight Technology Corporation -447DA5 VTION INFORMATION TECHNOLOGY (FUJIAN) CO.,LTD -447E95 Alpha and Omega, Inc -448312 Star-Net -448500 Intel Corporate -4487FC ELITEGROUP COMPUTER SYSTEM CO., LTD. -448C52 KTIS CO., Ltd -448E12 DT Research, Inc. -448E81 VIG -4491DB Shanghai Huaqin Telecom Technology Co.,Ltd -4494FC NETGEAR INC., -4495FA Qingdao Santong Digital Technology Co.Ltd -449B78 The Now Factory -449CB5 Alcomp, Inc -44A42D TCT Mobile Limited -44A689 PROMAX ELECTRONICA SA -44A7CF Murata Manufacturing Co., Ltd. -44A8C2 SEWOO TECH CO., LTD -44AA27 udworks Co., Ltd. -44AAE8 Nanotec Electronic GmbH & Co. KG -44ADD9 Cisco -44B382 Kuang-chi Institute of Advanced Technology -44C15C Texas Instruments -44C233 Guangzhou Comet Technology Development Co.Ltd -44C39B OOO RUBEZH NPO -44C9A2 Greenwald Industries -44D15E Shanghai Kingto Information Technology Ltd -44D2CA Anvia TV Oy -44D3CA CISCO SYSTEMS, INC. -44D63D Talari Networks -44D832 Azurewave Technologies, Inc. -44D884 Apple, Inc. -44DC91 PLANEX COMMUNICATIONS INC. -44DCCB SEMINDIA SYSTEMS PVT LTD -44E08E Cisco SPVTG -44E49A OMNITRONICS PTY LTD -44E4D9 CISCO SYSTEMS, INC. -44E8A5 Myreka Technologies Sdn. Bhd. -44ED57 Longicorn, inc. -44F459 Samsung Electronics -44F849 Union Pacific Railroad -44FB42 Apple -48022A B-Link Electronic Limited -480362 DESAY ELECTRONICS(HUIZHOU)CO.,LTD -481249 Luxcom Technologies Inc. -4813F3 BBK Electronics Corp., Ltd. -48174C MicroPower technologies -481BD2 Intron Scientific co., ltd. -48282F ZTE Corporation -482CEA Motorola Inc Business Light Radios -4833DD ZENNIO AVANCE Y TECNOLOGIA, S.L. -48343D IEP GmbH -484487 Cisco SPVTG -4844F7 Samsung Electronics Co., LTD -4846F1 Uros Oy -485261 SOREEL -485A3F WISOL -485B39 ASUSTek COMPUTER INC. -485D60 Azurewave Technologies, Inc. -4860BC Apple, Inc. -4861A3 Concern "Axion" JSC -486B91 Fleetwood Group Inc. -486E73 Pica8, Inc. -486FD2 StorSimple Inc -487119 SGB GROUP LTD. -488E42 DIGALOG GmbH -489153 Weinmann Geräte für Medizin GmbH + Co. KG -4891F6 Shenzhen Reach software technology CO.,LTD -489BE2 SCI Innovations Ltd -489D24 Research In Motion -48A22D Shenzhen Huaxuchang Telecom Technology Co.,Ltd -48A6D2 GJsun Optical Science and Tech Co.,Ltd. -48AA5D Store Electronic Systems -48B253 Marketaxess Corporation -48B8DE HOMEWINS TECHNOLOGY CO.,LTD. -48B9C2 Teletics Inc. -48BE2D Symanitron -48C1AC PLANTRONICS, INC. -48C862 Simo Wireless,Inc. -48C8B6 SysTec GmbH -48CB6E Cello Electronics (UK) Ltd -48D224 Liteon Technology Corporation -48D54C Jeda Networks -48D7FF BLANKOM Antennentechnik GmbH -48D8FE ClarIDy Solutions, Inc. -48DCFB Nokia Corporation -48DF1C Wuhan NEC Fibre Optic Communications industry Co. Ltd -48E1AF Vity -48EA63 Zhejiang Uniview Technologies Co., Ltd. -48EB30 ETERNA TECHNOLOGY, INC. -48ED80 daesung eltec -48F230 Ubizcore Co.,LTD -48F317 PRIVATE -48F47D TechVision Holding Internation Limited -48F7F1 Alcatel-Lucent -48F8B3 Cisco-Linksys, LLC -48F8E1 Alcatel Lucent WT -48F925 Maestronic -48FCB8 Woodstream Corporation -4C0082 Cisco -4C022E CMR KOREA CO., LTD -4C0289 LEX COMPUTECH CO., LTD -4C068A Basler Electric Company -4C07C9 COMPUTER OFFICE Co.,Ltd. -4C09B4 zte corporation -4C0B3A TCT Mobile Limited -4C0F6E Hon Hai Precision Ind. Co.,Ltd. -4C0FC7 Earda Electronics Co.,Ltd -4C1480 NOREGON SYSTEMS, INC -4C14A3 TCL Technoly Electronics (Huizhou) Co., Ltd. -4C17EB SAGEMCOM -4C1A3A PRIMA Research And Production Enterprise Ltd. -4C1A95 Novakon Co., Ltd. -4C1FCC HUAWEI TECHNOLOGIES CO.,LTD -4C21D0 Sony Mobile Communications AB -4C2258 cozybit, Inc. -4C2578 Nokia Corporation -4C2C80 Beijing Skyway Technologies Co.,Ltd -4C2F9D ICM Controls -4C3089 Thales Transportation Systems GmbH -4C322D TELEDATA NETWORKS -4C32D9 M Rutty Holdings Pty. Ltd. -4C3910 Newtek Electronics co., Ltd. -4C3B74 VOGTEC(H.K.) Co., Ltd -4C4B68 Mobile Device, Inc. -4C4E35 Cisco -4C5427 Linepro Sp. z o.o. -4C5499 Shenzhen Huawei Communication Technologies Co., Ltd -4C5585 Hamilton Systems -4C55B8 Turkcell Teknoloji -4C55CC ACKme Networks Pty Ltd -4C5DCD Oy Finnish Electric Vehicle Technologies Ltd -4C5FD2 Alcatel-Lucent -4C60D5 airPointe of New Hampshire -4C60DE NETGEAR -4C6255 SANMINA-SCI SYSTEM DE MEXICO S.A. DE C.V. -4C63EB Application Solutions (Electronics and Vision) Ltd -4C64D9 Guangdong Leawin Group Co., Ltd -4C72B9 Pegatron Corporation -4C7367 Genius Bytes Software Solutions GmbH -4C73A5 KOVE -4C774F Embedded Wireless Labs -4C7897 Arrowhead Alarm Products Ltd -4C79BA Intel Corporate +8C2F39 IBA Dosimetry GmbH +B8F828 Changshu Gaoshida Optoelectronic Technology Co. Ltd. +58468F Koncar Electronics and Informatics +746630 T:mi Ytti +B0FEBD Private +940BD5 Himax Technologies, Inc +30055C Brother industries, LTD. +0C8268 TP-LINK TECHNOLOGIES CO.,LTD. +B01743 EDISON GLOBAL CIRCUITS LLC +90DA4E AVANU +7038B4 Low Tech Solutions 4C804F Armstrong Monitoring Corp -4C8093 Intel Corporate -4C82CF Echostar Technologies -4C8B55 Grupo Digicon -4C8BEF Huawei Technologies Co., Ltd -4C8D79 Apple -4C8FA5 Jastec -4C9614 Juniper Networks -4C98EF Zeo -4C9E80 KYOKKO ELECTRIC Co., Ltd. -4C9EE4 Hanyang Navicom Co.,Ltd. -4CA74B Alcatel Lucent -4CAA16 AzureWave Technologies (Shanghai) Inc. -4CAB33 KST technology -4CAC0A ZTE Corporation -4CB16C HUAWEI TECHNOLOGIES CO.,LTD -4CB199 Apple, Inc. -4CB4EA HRD (S) PTE., LTD. -4CB9C8 CONET CO., LTD. -4CBAA3 Bison Electronics Inc. -4CBCA5 Samsung Electronics Co.,Ltd -4CC452 Shang Hai Tyd. Electon Technology Ltd. -4CC602 Radios, Inc. -4CC94F Alcatel-Lucent -4CCA53 Skyera, Inc. -4CCBF5 zte corporation -4CCC34 Motorola Solutions Inc. -4CD637 Qsono Electronics Co., Ltd -4CDF3D TEAM ENGINEERS ADVANCE TECHNOLOGIES INDIA PVT LTD -4CE676 Buffalo Inc. -4CEB42 Intel Corporate -4CEDDE Askey Computer Corp -4CF737 SamJi Electronics Co., Ltd -50008C Hong Kong Telecommunications (HKT) Limited -5001BB Samsung Electronics -50053D CyWee Group Ltd -500604 Cisco -500B32 Foxda Technology Industrial(ShenZhen)Co.,LTD -500E6D TrafficCast International -5011EB SilverNet Ltd -5017FF Cisco -502267 PixeLINK -50252B Nethra Imaging Incorporated -502690 Fujitsu Limited -5027C7 TECHNART Co.,Ltd -502A7E Smart electronic GmbH -502A8B Telekom Research and Development Sdn Bhd -502D1D Nokia Corporation -502DA2 Intel Corporate -502DF4 Phytec Messtechnik GmbH -502ECE Asahi Electronics Co.,Ltd -503275 Samsung Electronics Co.,Ltd -503955 Cisco SPVTG -503CC4 Lenovo Mobile Communication Technology Ltd. -503DE5 CISCO SYSTEMS, INC. -503F56 Syncmold Enterprise Corp -50465D ASUSTek COMPUTER INC. -5048EB BEIJING HAIHEJINSHENG NETWORK TECHNOLOGY CO. LTD. -504A5E Masimo Corporation -504F94 Loxone Electronics GmbH -505663 Texas Instruments -5057A8 CISCO SYSTEMS, INC. +901D27 zte corporation +7CD762 Freestyle Technology Pty Ltd +D073D5 LIFI LABS MANAGEMENT PTY LTD +B8C46F PRIMMCON INDUSTRIES INC 505AC6 GUANGDONG SUPER TELECOM CO.,LTD. -506028 Xirrus Inc. -5061D6 Indu-Sol GmbH -506313 Hon Hai Precision Ind. Co.,Ltd. -506441 Greenlee -5067F0 ZyXEL Communications Corporation -506F9A Wi-Fi Alliance -5070E5 He Shan World Fair Electronics Technology Limited -50724D BEG Brueck Electronic GmbH -507691 Tekpea, Inc. -5076A6 Ecil Informatica Ind. Com. Ltda -50795B Interexport Telecomunicaciones S.A. -507D02 BIODIT -507E5D Arcadyan Technology Corporation -5087B8 Nuvyyo Inc -508A42 Uptmate Technology Co., LTD -508ACB SHENZHEN MAXMADE TECHNOLOGY CO., LTD. -508C77 DIRMEIER Schanktechnik GmbH &Co KG -508D6F CHAHOO Limited -50934F Gradual Tecnologia Ltda. -509772 Westinghouse Digital -509871 Inventum Technologies Private Limited -509F27 Huawei Technologies Co., Ltd -50A0BF Alba Fiber Systems Inc. -50A4C8 Samsung Electronics Co.,Ltd -50A6E3 David Clark Company -50A715 Aboundi, Inc. -50A733 Ruckus Wireless -50ABBF Hoseo Telecom -50AF73 Shenzhen Bitland Information Technology Co., Ltd. -50B7C3 Samsung Electronics CO., LTD -50B888 wi2be Tecnologia S/A -50B8A2 ImTech Technologies LLC, -50C58D Juniper Networks -50C971 GN Netcom A/S -50CCF8 Samsung Electro Mechanics -50CD32 NanJing Chaoran Science & Technology Co.,Ltd. -50CE75 Measy Electronics Ltd -50D274 Steffes Corporation -50D6D7 Takahata Precision -50E549 GIGA-BYTE TECHNOLOGY CO.,LTD. -50EAD6 Apple, Inc. -50EB1A Brocade Communications Systems, Inc. -50ED94 Egatel SL -50F003 Open Stack, Inc. -50F520 Samsung Electronics Co.,Ltd -50F61A Kunshan JADE Technologies co., Ltd. -50FAAB L-tek d.o.o. -50FC30 Treehouse Labs -5403F5 EBN Technology Corp. -540496 Gigawave LTD -5404A6 ASUSTek COMPUTER INC. -540536 Vivago Oy -54055F Alcatel Lucent +38A86B Orga BV +141330 Anakreon UK LLP +0CF405 Beijing Signalway Technologies Co.,Ltd +1C76CA Terasic Technologies Inc. +0C1105 Ringslink (Xiamen) Network Communication Technologies Co., Ltd +945047 Rechnerbetriebsgruppe +D8DCE9 Kunshan Erlab ductless filtration system Co.,Ltd 54112F Sulzer Pump Solutions Finland Oy -54115F Atamo Pty Ltd -541B5D Techno-Innov -541DFB Freestyle Energy Ltd -541FD5 Advantage Electronics -542018 Tely Labs -542160 Resolution Products -5422F8 zte corporation -542696 Apple -542A9C LSY Defense, LLC. -542CEA PROTECTRON -543131 Raster Vision Ltd -5435DF Symeo GmbH -543968 Edgewater Networks Inc -543D37 Ruckus Wireless -544249 Sony Corporation -544408 Nokia Corporation -54466B Shenzhen CZTIC Electronic Technology Co., Ltd -544A05 wenglor sensoric gmbh -5453ED Sony Corporation +4C55B8 Turkcell Teknoloji +088039 Cisco SPVTG +2C72C3 Soundmatters +84E4D9 Shenzhen NEED technology Ltd. +C44838 Satcom Direct, Inc. 545414 Digital RF Corea, Inc -545EBD NL Technologies -545FA9 Teracom Limited -5461EA Zaplox AB -547398 Toyo Electronics Corporation -5474E6 Webtech Wireless -5475D0 CISCO SYSTEMS, INC. -54781A Cisco -547975 Nokia Corporation -547F54 INGENICO -547FA8 TELCO systems, s.r.o. -547FEE CISCO SYSTEMS, INC. -5481AD Eagle Research Corporation -54847B Digital Devices GmbH -548922 Zelfy Inc -548998 HUAWEI TECHNOLOGIES CO.,LTD -5492BE Samsung Electronics Co.,Ltd -549478 Silvershore Technology Partners -549A16 Uzushio Electric Co.,Ltd. -549B12 Samsung Electronics -549D85 EnerAccess inc -54A04F t-mac Technologies Ltd -54A51B Shenzhen Huawei Communication Technologies Co., Ltd -54A54B NSC Communications Siberia Ltd -54A619 Alcatel-Lucent Shanghai Bell Co., Ltd -54A9D4 Minibar Systems -54B620 SUHDOL E&C Co.Ltd. -54BEF7 PEGATRON CORPORATION -54CDA7 Fujian Shenzhou Electronic Co.,Ltd -54D0ED AXIM Communications -54D1B0 Universal Laser Systems, Inc -54D46F Cisco SPVTG -54DF63 Intrakey technologies GmbH -54E032 Juniper Networks -54E3B0 JVL Industri Elektronik -54E63F ShenZhen LingKeWeiEr Technology Co., Ltd. -54E6FC TP-LINK TECHNOLOGIES CO., LTD. -54F5B6 ORIENTAL PACIFIC INTERNATIONAL LIMITED -54F666 Berthold Technologies GmbH and Co.KG -54FB58 WISEWARE, Lda -54FDBF Scheidt & Bachmann GmbH -580556 Elettronica GF S.r.L. -5808FA Fiber Optic & telecommunication INC. -580943 PRIVATE -5809E5 Kivic Inc. -581243 AcSiP Technology Corp. -581626 Avaya, Inc -58170C Sony Ericsson Mobile Communications AB -581CBD Affinegy -581D91 Advanced Mobile Telecom co.,ltd. -581FAA Apple, Inc. -581FEF Tuttnaer LTD -582EFE Lighting Science Group -582F42 Universal Electric Corporation -58343B Glovast Technology Ltd. -5835D9 CISCO SYSTEMS, INC. -583CC6 Omneality Ltd. -5842E4 Sigma International General Medical Apparatus, LLC. -58468F Koncar Electronics and Informatics -5846E1 Baxter Healthcare -5848C0 COFLEC -5849BA Chitai Electronic Corp. -584C19 Chongqing Guohong Technology Development Company Limited -584CEE Digital One Technologies, Limited -585076 Linear Equipamentos Eletronicos SA -5850E6 Best Buy Corporation -5855CA Apple, Inc. -5856E8 Motorola Mobility Inc -58570D Danfoss Solar Inverters -58639A TPL SYSTEMES -5865E6 INFOMARK CO., LTD. -5866BA Hangzhou H3C Technologies Co., Limited -58671A BARNES&NOBLE.COM -58677F Clare Controls Inc. -58696C Fujian Ruijie Networks co, ltd -5869F9 Fusion Transactive Ltd. -586D8F Cisco-Linksys, LLC -586ED6 PRIVATE -587521 CJSC RTSoft -587675 Beijing ECHO Technologies Co.,Ltd -587A4D Stonesoft Corporation -587E61 Hisense Electric Co., Ltd -587FC8 S2M -5884E4 IP500 Alliance e.V. -58874C LITE-ON CLEAN ENERGY TECHNOLOGY CORP. -5887E2 Shenzhen Coship Electronics Co., Ltd. -588D09 CISCO SYSTEMS, INC. -5891CF Intel Corporate -58920D Kinetic Avionics Limited -589396 Ruckus Wireless -58946B Intel Corporate -5894CF Vertex Standard LMR, Inc. -58971E Cisco -589835 Technicolor -58986F Revolution Display -58A2B5 LG Electronics -58A76F iD corporation -58B035 Apple, Inc -58B0D4 ZuniData Systems Inc. -58B961 SOLEM Electronique -58B9E1 Crystalfontz America, Inc. -58BC27 CISCO SYSTEMS, INC. -58BDA3 Nintendo Co., Ltd. -58BDF9 Sigrand -58BFEA CISCO SYSTEMS, INC. -58C232 NEC Corporation -58C38B Samsung Electronics -58CF4B Lufkin Industries -58D071 BW Broadcast -58D08F IEEE 1904.1 Working Group -58D6D3 Dairy Cheq Inc -58DB8D Fast Co., Ltd. -58E02C Micro Technic A/S -58E476 CENTRON COMMUNICATIONS TECHNOLOGIES FUJIAN CO.,LTD -58E636 EVRsafe Technologies -58E747 Deltanet AG -58E808 AUTONICS CORPORATION -58EB14 Proteus Digital Health -58ECE1 Newport Corporation -58EECE Icon Time Systems -58F387 HCCP -58F67B Xia Men UnionCore Technology LTD. -58F6BF Kyoto University -58F98E SECUDOS GmbH -58FD20 Bravida Sakerhet AB -5C026A Applied Vision Corporation -5C076F Thought Creator -5C0A5B SAMSUNG ELECTRO-MECHANICS CO., LTD. -5C0CBB CELIZION Inc. -5C0E8B Motorola -5C1437 Thyssenkrupp Aufzugswerke GmbH -5C15E1 AIDC TECHNOLOGY (S) PTE LTD -5C16C7 Big Switch Networks -5C1737 I-View Now, LLC. -5C17D3 LGE -5C18B5 Talon Communications -5C20D0 Asoni Communication Co., Ltd. -5C22C4 DAE EUN ELETRONICS CO., LTD -5C2479 Baltech AG -5C260A Dell Inc. -5C3327 Spazio Italia srl -5C335C Swissphone Telecom AG -5C338E Alpha Networkc Inc. -5C353B Compal Broadband Networks Inc. -5C35DA There Corporation Oy -5C38E0 Shanghai Super Electronics Technology Co.,LTD -5C3C27 Samsung Electronics Co.,Ltd -5C4058 Jefferson Audio Video Systems, Inc. -5C43D2 HAZEMEYER -5C4A26 Enguity Technology Corp -5C4CA9 Shenzhen Huawei Communication Technologies Co., Ltd -5C5015 CISCO SYSTEMS, INC. -5C514F Intel Corporate -5C56ED 3pleplay Electronics Private Limited -5C571A ARRIS Group, Inc. -5C57C8 Nokia Corporation -5C5948 Apple, Inc. -5C5EAB Juniper Networks -5C63BF TP-LINK TECHNOLOGIES CO., LTD. -5C6984 NUVICO -5C6A7D KENTKART EGE ELEKTRONIK SAN. VE TIC. LTD. STI. -5C6B32 Texas Instruments -5C6D20 Hon Hai Precision Ind. Co.,Ltd. -5C6F4F S.A. SISTEL -5C7757 Haivision Network Video -5C7D5E Huawei Technologies Co., Ltd +24EB65 SAET I.S. S.r.l. +D0F27F SteadyServ Technoligies, LLC +DC647C C.R.S. iiMotion GmbH +188410 CoreTrust Inc. +A08A87 HuiZhou KaiYue Electronic Co.,Ltd +04BFA8 ISB Corporation 5C8486 Brightsource Industries Israel LTD -5C864A Secret Labs LLC -5C8778 Cybertelbridge co.,ltd -5C89D4 Beijing Banner Electric Co.,Ltd -5C95AE Apple Inc -5C969D Apple -5C9AD8 Fujitsu Limited -5CA39D SAMSUNG ELECTRO-MECHANICS CO., LTD. -5CA3EB Lokel s.r.o. -5CAC4C Hon Hai Precision Ind. Co.,Ltd. -5CB524 Sony Ericsson Mobile Communications AB -5CBD9E HONGKONG MIRACLE EAGLE TECHNOLOGY(GROUP) LIMITED -5CC213 Fr. Sauter AG -5CC6D0 Skyworth Digital technology(shenzhen)co.ltd. -5CC9D3 PALLADIUM ENERGY ELETRONICA DA AMAZONIA LTDA -5CCA32 Theben AG -5CCEAD CDYNE Corporation -5CD135 Xtreme Power Systems -5CD2E4 Intel Corporate -5CD41B UCZOON Technology Co., LTD -5CD4AB Zektor -5CD998 D-Link Corporation -5CDAD4 Murata Manufacturing Co., Ltd. -5CDD70 Hangzhou H3C Technologies Co., Limited -5CE0CA FeiTian United (Beijing) System Technology Co., Ltd. -5CE0F6 NIC.br- Nucleo de Informacao e Coordenacao do Ponto BR -5CE223 Delphin Technology AG -5CE286 Nortel Networks -5CE2F4 AcSiP Technology Corp. -5CE8EB Samsung Electronics -5CEB4E R. STAHL HMI Systems GmbH -5CEE79 Global Digitech Co LTD -5CF207 Speco Technologies -5CF370 CC&C Technologies, Inc -5CF3FC IBM Corp -5CF6DC Samsung Electronics Co.,LTD -5CF8A1 Murata Manufactuaring Co.,Ltd. -5CF9DD Dell Inc -5CFF35 Wistron Corporation -6002B4 Wistron NeWeb Corp. -600F77 SilverPlus, Inc -601199 Siama Systems Inc -601283 Soluciones Tecnologicas para la Salud y el Bienestar SA -6015C7 IdaTech -60190C RRAMAC -601929 VOLTRONIC POWER TECHNOLOGY(SHENZHEN) CORP. -601D0F Midnite Solar -601E02 EltexAlatau -6021C0 Murata Manufactuaring Co.,Ltd. -6024C1 Jiangsu Zhongxun Electronic Technology Co., Ltd -602A54 CardioTek B.V. -602AD0 Cisco SPVTG -6032F0 Mplus technology -60334B Apple, Inc. -603553 Buwon Technology -6036DD Intel Corporate -60380E Alps Electric Co., -60391F ABB Ltd -603FC5 COX CO., LTD -6044F5 Easy Digital Ltd. -60455E Liptel s.r.o. -6045BD Microsoft -604616 XIAMEN VANN INTELLIGENT CO., LTD -604A1C SUYIN Corporation -6052D0 FACTS Engineering -605464 Eyedro Green Solutions Inc. -605718 Intel Corporate -60601F SZ DJI TECHNOLOGY CO.,LTD -6063FD Transcend Communication Beijing Co.,Ltd. -6064A1 RADiflow Ltd. -606720 Intel Corporate -60699B isepos GmbH -606BBD Samsung Electronics Co., LTD -606C66 Intel Corporate -60735C Cisco -60748D Atmaca Elektronik -607688 Velodyne -6083B2 GkWare e.K. -60843B Soladigm, Inc. -608645 Avery Weigh-Tronix, LLC -60893C Thermo Fisher Scientific P.O.A. -6089B1 Key Digital Systems -6089B7 KAEL MÜHENDİSLİK ELEKTRONİK TİCARET SANAYİ LİMİTED ŞİRKETİ -608C2B Hanson Technology -608D17 Sentrus Government Systems Division, Inc -609084 DSSD Inc -609AA4 GVI SECURITY INC. -609E64 Vivonic GmbH -609F9D CloudSwitch -60A10A Samsung Electronics Co.,Ltd -60A44C ASUSTek COMPUTER INC. -60A9B0 Merchandising Technologies, Inc -60B185 ATH system -60B3C4 Elber Srl -60B606 Phorus -60B933 Deutron Electronics Corp. -60B982 RO.VE.R. Laboratories S.p.A. +28CD9C Shenzhen Dynamax Software Development Co.,Ltd. +E0EDC7 Shenzhen Friendcom Technology Development Co., Ltd +2CF203 EMKO ELEKTRONIK SAN VE TIC AS +246278 sysmocom - systems for mobile communications GmbH +F45842 Boxx TV Ltd +A861AA Cloudview Limited +C89346 MXCHIP Company Limited +F0F260 Mobitec AB +1423D7 EUTRONIX CO., LTD. +3CFB96 Emcraft Systems LLC +081F3F WondaLink Inc. +DC6F08 Bay Storage Technology +E492E7 Gridlink Tech. Co.,Ltd. 60BB0C Beijing HuaqinWorld Technology Co,Ltd -60BC4C EWM Hightec Welding GmbH -60BD91 Move Innovation -60C397 2 Wire Inc -60C547 Apple, Inc. -60C5A8 Beijing LT Honway Technology Co.,Ltd -60C980 Trymus -60CBFB AirScape Inc. -60CDC5 Taiwan Carol Electronics., Ltd -60D0A9 Samsung Electronics Co.,Ltd -60D1AA Vishal Telecommunications Pvt Ltd -60D2B9 REALAND BIO CO., LTD. -60D30A Quatius Limited -60D819 Hon Hai Precision Ind. Co.,Ltd. -60DA23 Estech Co.,Ltd -60DE44 HUAWEI TECHNOLOGIES CO.,LTD -60E00E SHINSEI ELECTRONICS CO LTD -60E956 Ayla Networks, Inc -60EB69 Quanta computer Inc. -60F13D JABLOCOM s.r.o. -60F281 TRANWO TECHNOLOGY CO., LTD. -60F2EF VisionVera International Co., Ltd. -60F3DA Logic Way GmbH -60F494 Hon Hai Precision Ind. Co.,Ltd. -60F59C CRU-Dataport -60F673 TERUMO CORPORATION -60FACD Apple, Inc. -60FB42 Apple, Inc -60FE1E China Palms Telecom.Ltd -60FEC5 Apple -60FEF9 Thomas & Betts -6400F1 CISCO SYSTEMS, INC. -6405BE NEW LIGHT LED -64094C Beijing Superbee Wireless Technology Co.,Ltd -640B4A Digital Telecom Technology Limited -640E36 TAZTAG -640E94 Pluribus Networks, Inc. -640F28 2wire -641084 HEXIUM Technical Development Co., Ltd. -64168D CISCO SYSTEMS, INC. -6416F0 Shehzhen Huawei Communication Technologies Co., Ltd. -641A22 Heliospectra/Woodhill Investments -641C67 DIGIBRAS INDUSTRIA DO BRASILS/A -641E81 Dowslake Microsystems -64200C Apple, Inc. -642184 Nippon Denki Kagaku Co.,LTD -642216 Shandong Taixin Electronic co.,Ltd -642400 Xorcom Ltd. -642737 Hon Hai Precision Ind. Co.,Ltd. -642DB7 SEUNGIL ELECTRONICS -643150 Hewlett-Packard Company -64317E Dexin Corporation -643409 BITwave Pte Ltd -644346 GuangDong Quick Network Computer CO.,LTD -644BC3 Shanghai WOASiS Telecommunications Ltd., Co. -644BF0 CalDigit, Inc -644D70 dSPACE GmbH -644F74 LENUS Co., Ltd. -64517E LONG BEN (DONGGUAN) ELECTRONIC TECHNOLOGY CO.,LTD. -645299 The Chamberlain Group, Inc -64535D Frauscher Sensortechnik -645422 Equinox Payments -645563 Intelight Inc. -64557F NSFOCUS Information Technology Co., Ltd. -645A04 Chicony Electronics Co., Ltd. -645DD7 Shenzhen Lifesense Medical Electronics Co., Ltd. -645EBE Yahoo! JAPAN -645FFF Nicolet Neuro -646223 Cellient Co., Ltd. -6465C0 Nuvon, Inc -6466B3 TP-LINK TECHNOLOGIES CO., LTD. -646707 Beijing Omnific Technology, Ltd. -64680C COMTREND -6469BC Hytera Communications Co .,ltd -646E6C Radio Datacom LLC -646EEA Iskratel d.o.o. -647002 TP-LINK TECHNOLOGIES CO., LTD. -6472D8 GooWi Technology Co.,Limited -6473E2 Arbiter Systems, Inc. -647657 Innovative Security Designs -647791 Samsung Electronics Co.,Ltd -647BD4 Texas Instruments -647C34 Ubee Interactive Corp. -647D81 YOKOTA INDUSTRIAL CO,.LTD -647FDA TEKTELIC Communications Inc. -64808B VG Controls, Inc. -648099 Intel Corporate -648125 Alphatron Marine BV -648788 Juniper Networks -6487D7 Pirelli Tyre S.p.A. -6488FF Sichuan Changhong Electric Ltd. -64995D LGE -649968 Elentec -6499A0 AG Elektronik AB -649B24 V Technology Co., Ltd. -649C81 Qualcomm iSkoot, Inc. -649C8E Texas Instruments -649EF3 CISCO SYSTEMS, INC. -649FF7 Kone OYj -64A0E7 CISCO SYSTEMS, INC. -64A232 OOO Samlight -64A341 Wonderlan (Beijing) Technology Co., Ltd. -64A3CB Apple -64A769 HTC Corporation -64A837 Juni Korea Co., Ltd -64AE0C CISCO SYSTEMS, INC. -64AE88 Polytec GmbH -64B310 Samsung Electronics Co.,Ltd -64B64A ViVOtech, Inc. -64B9E8 Apple, Inc -64BC11 CombiQ AB -64C5AA South African Broadcasting Corporation -64C667 Barnes&Noble -64C6AF AXERRA Networks Ltd -64C944 LARK Technologies, Inc -64D02D Next Generation Integration (NGI) -64D1A3 Sitecom Europe BV -64D241 Keith & Koep GmbH -64D4BD ALPS ELECTRIC CO.,LTD. -64D4DA Intel Corporate -64D814 CISCO SYSTEMS, INC. -64D912 Solidica, Inc. -64D989 CISCO SYSTEMS, INC. -64DB18 OpenPattern -64DC01 Static Systems Group PLC -64DE1C Kingnetic Pte Ltd -64E161 DEP Corp. -64E599 EFM Networks -64E682 Apple, Inc. -64E84F Serialway Communication Technology Co. Ltd -64E8E6 global moisture management system -64ED57 Motorola Mobility, Inc. -64ED62 WOORI SYSTEMS Co., Ltd -64F242 Gerdes Aktiengesellschaft -64F50E Kinion Technology Company Limited -64F970 Kenade Electronics Technology Co.,LTD. -64F987 Avvasi Inc. -64FC8C Zonar Systems -6805CA Intel Corporate -680927 Apple, Inc. -68122D Special Instrument Development Co., Ltd. -681590 SAGEMCOM SAS -6815D3 Zaklady Elektroniki i Mechaniki Precyzyjnej R&G S.A. -681605 Systems And Electronic Development FZCO -681729 Intel Corporate -681AB2 zte corporation -681CA2 Rosewill Inc. -681D64 Sunwave Communications Co., Ltd +70E027 HONGYU COMMUNICATION TECHNOLOGY LIMITED +E880D8 GNTEK Electronics Co.,Ltd. +188857 Beijing Jinhong Xi-Dian Information Technology Corp. +287994 Realplay Digital Technology(Shenzhen) Co.,Ltd +105C3B Perma-Pipe, Inc. +40C4D6 ChongQing Camyu Technology Development Co.,Ltd. +A0EB76 AirCUVE Inc. +6C6126 Rinicom Holdings +C04DF7 SERELEC +ECD040 GEA Farm Technologies GmbH +005907 LenovoEMC Products USA, LLC +78B3CE Elo touch solutions +A8FB70 WiseSec L.t.d +30F31D zte corporation +E4776B AARTESYS AG +5C335C Swissphone Telecom AG +A4FCCE Security Expert Ltd. +E0CEC3 ASKEY COMPUTER CORP +5C43D2 HAZEMEYER +D819CE Telesquare +D809C3 Cercacor Labs +84ED33 BBMC Co.,Ltd 681E8B InfoSight Corporation -681FD8 Advanced Telemetry -68234B Nihon Dengyo Kousaku -683B1E Countwise LTD -683EEC ERECA -684352 Bhuu Limited -684B88 Galtronics Telemetry Inc. -684CA8 Shenzhen Herotel Tech. Co., Ltd. -6851B7 PowerCloud Systems, Inc. -6854ED Alcatel-Lucent - Nuage -6854F5 enLighted Inc -68597F Alcatel Lucent -685B35 Apple inc -685B36 POWERTECH INDUSTRIAL CO., LTD. -685D43 Intel Corporate -685E6B PowerRay Co., Ltd. -686359 Advanced Digital Broadcast SA -6869F2 ComAp s.r.o. -686E23 Wi3 Inc. -687251 Ubiquiti Networks -68784C Nortel Networks -687924 ELS-GmbH & Co. KG -6879ED SHARP Corporation -687CD5 Y Soft Corporation, a.s. -687F74 Cisco-Linksys, LLC -68831A Pandora Mobility Corporation -688470 eSSys Co.,Ltd -688540 IGI Mobile, Inc. -6886A7 Cisco +C044E3 Shenzhen Sinkna Electronics Co., LTD +08F1B7 Towerstream Corpration +20858C Assa +187A93 AMICCOM Electronics Corporation +94C962 Teseq AG +384369 Patrol Products Consortium LLC +D08B7E Passif Semiconductor 6886E7 Orbotix, Inc. -68876B INQ Mobile Limited -689234 Ruckus Wireless -689423 Hon Hai Precision Ind. Co.,Ltd. -68967B Apple Inc -68974B Shenzhen Costar Electronics Co. Ltd. -6897E8 Society of Motion Picture & Television Engineers -689C5E AcSiP Technology Corp. -689C70 Apple -68A1B7 Honghao Mingchuan Technology (Beijing) CO.,Ltd. -68A3C4 Liteon Technology Corporation -68A40E BSH Bosch and Siemens Home Appliances GmbH -68A86D Apple, Inc. -68AAD2 DATECS LTD., -68AB8A RF IDeas -68AF13 Futura Mobility -68B094 INESA ELECTRON CO.,LTD -68B43A WaterFurnace International, Inc. -68B599 Hewlett-Packard Company -68B6FC Hitron Technologies. Inc +2CE871 Alert Metalguard ApS +58D071 BW Broadcast +C0A0C7 FAIRFIELD INDUSTRIES +98208E Definium Technologies +704AE4 Rinstrum Pty Ltd 68B8D9 Act KDE, Inc. -68BC0C CISCO SYSTEMS, INC. -68BDAB CISCO SYSTEMS, INC. -68CA00 Octopus Systems Limited -68CC9C Mine Site Technologies -68CD0F U Tek Company Limited -68CE4E L-3 Communications Infrared Products -68D1FD Shenzhen Trimax Technology Co.,Ltd -68D925 ProSys Development Services -68DB67 Nantong Coship Electronics Co., Ltd -68DB96 OPWILL Technologies CO .,LTD -68DCE8 PacketStorm Communications -68E166 PRIVATE -68E41F Unglaube Identech GmbH -68EBAE Samsung Electronics Co.,Ltd -68EBC5 Angstrem Telecom -68EC62 YODO Technology Corp. Ltd. -68ED43 Research In Motion -68EE96 Cisco SPVTG -68EFBD CISCO SYSTEMS, INC. -68F125 Data Controls Inc. -68F895 Redflow Limited +F84897 Hitachi, Ltd. +74E424 APISTE CORPORATION +58D6D3 Dairy Cheq Inc 68FB95 Generalplus Technology Inc. -6C0460 RBH Access Technologies Inc. -6C0E0D Sony Ericsson Mobile Communications AB -6C0F6A JDC Tech Co., Ltd. -6C1811 Decatur Electronics -6C2056 Cisco -6C22AB Ainsworth Game Technology -6C23B9 Sony Ericsson Mobile Communications AB -6C2995 Intel Corporate -6C2E33 Accelink Technologies Co.,Ltd. -6C2E85 SAGEMCOM -6C32DE Indieon Technologies Pvt. Ltd. -6C33A9 Magicjack LP -6C391D Beijing ZhongHuaHun Network Information center -6C3A84 Shenzhen Aero-Startech. Co.Ltd -6C3BE5 Hewlett Packard -6C3E6D Apple Inc -6C3E9C KE Knestel Elektronik GmbH -6C40C6 Nimbus Data Systems, Inc. -6C416A Cisco -6C504D CISCO SYSTEMS, INC. -6C5779 Aclima, Inc. +E4C146 Objetivos y Servicios de Valor A +D4BF2D SE Controls Asia Pacific Ltd +C45DD8 HDMI Forum +C44EAC Shenzhen Shiningworth Technology Co., Ltd. +C458C2 Shenzhen TATFOOK Technology Co., Ltd. +44184F Fitview +8C76C1 Goden Tech Limited +DC2A14 Shanghai Longjing Technology Co. +0C191F Inform Electronik +080FFA KSP INC. +ECFC55 A. Eberle GmbH & Co. KG +0C8CDC Suunto Oy +20B5C6 Mimosa Networks +AC3CB4 Nilan A/S +8007A2 Esson Technology Inc. +2C3557 ELLIY Power CO..Ltd 6C5A34 Shenzhen Haitianxiong Electronic Co., Ltd. -6C5AB5 TCL Technoly Electronics (Huizhou) Co., Ltd. -6C5CDE SunReports, Inc. -6C5D63 ShenZhen Rapoo Technology Co., Ltd. -6C5E7A Ubiquitous Internet Telecom Co., Ltd -6C6126 Rinicom Holdings -6C626D Micro-Star INT'L CO., LTD -6C6F18 Stereotaxis, Inc. -6C7039 Novar GmbH -6C71D9 AzureWave Technologies, Inc -6C81FE Mitsuba Corporation -6C8336 Samsung Electronics Co.,Ltd -6C8686 Technonia -6C8814 Intel Corporate -6C8B2F zte corporation -6C8CDB Otus Technologies Ltd -6C8D65 Wireless Glue Networks, Inc. -6C90B1 SanLogic Inc -6C92BF Inspur Electronic Information Industry Co.,Ltd. -6C9AC9 Valentine Research, Inc. -6C9B02 Nokia Corporation -6C9CE9 Nimble Storage -6C9CED CISCO SYSTEMS, INC. -6CA682 EDAM information & communications -6CA780 Nokia Corporation -6CA906 Telefield Ltd -6CA96F TransPacket AS -6CAB4D Digital Payment Technologies -6CAC60 Venetex Corp -6CAD3F Hubbell Building Automation, Inc. -6CADEF KZ Broadband Technologies, Ltd. -6CADF8 Azurewave Technologies, Inc. -6CAE8B IBM Corporation -6CB311 Shenzhen Lianrui Electronics Co.,Ltd -6CB350 Anhui comhigher tech co.,ltd -6CB7F4 Samsung Electronics Co.,Ltd -6CBEE9 Alcatel-Lucent-IPD -6CC1D2 Motorola Mobility, Inc. -6CC26B Apple, Inc. -6CD032 LG Electronics -6CD146 Smartek d.o.o. -6CD1B0 WING SING ELECTRONICS HONG KONG LIMITED -6CD68A LG Electronics Inc -6CDC6A Promethean Limited -6CE0B0 SOUND4 -6CE4CE Villiger Security Solutions AG -6CE873 TP-LINK TECHNOLOGIES CO., LTD. -6CE907 Nokia Corporation -6CE983 Gastron Co., LTD. -6CECA1 SHENZHEN CLOU ELECTRONICS CO. LTD. -6CF049 GIGA-BYTE TECHNOLOGY CO.,LTD. -6CF373 Samsung Electronics Co.,Ltd -6CF37F Aruba Networks -6CF97C Nanoptix Inc. -6CFA58 Avaya, Inc -6CFDB9 Proware Technologies Co Ltd. -6CFFBE MPB Communications Inc. -700258 01DB-METRAVIB -700514 LG Electronics -700BC0 Dewav Technology Company -700FEC Poindus Systems Corp. -70105C Cisco -701124 Apple -701404 Limited Liability Company -70188B Hon Hai Precision Ind. Co.,Ltd. -701A04 Liteon Tech Corp. -701AED ADVAS CO., LTD. -702393 fos4X GmbH -702526 Alcatel-Lucent -702559 CyberTAN Technology, Inc. -702B1D E-Domus International Limited -702F4B PolyVision Inc. -702F97 Aava Mobile Oy -703018 Avaya, Inc -703187 ACX GmbH -7032D5 Athena Wireless Communications Inc -703811 Invensys Rail -7038B4 Low Tech Solutions -7038EE Avaya, Inc -703AD8 Shenzhen Afoundry Electronic Co., Ltd -703C39 SEAWING Kft -7041B7 Edwards Lifesciences LLC -704642 CHYNG HONG ELECTRONIC CO., LTD. -704AAE Xstream Flow (Pty) Ltd -704AE4 Rinstrum Pty Ltd -704CED TMRG, Inc. -7052C5 Avaya, Inc. -7054D2 PEGATRON CORPORATION -7054F5 HUAWEI TECHNOLOGIES CO.,LTD -705681 Apple Inc -705812 Panasonic AVC Networks Company -705AB6 COMPAL INFORMATION (KUNSHAN) CO., LTD. -705CAD Konami Gaming Inc -705EAA Action Target, Inc. -706417 ORBIS TECNOLOGIA ELECTRICA S.A. -706582 Suzhou Hanming Technologies Co., Ltd. -706F81 PRIVATE -70704C Purple Communications, Inc -7071BC PEGATRON CORPORATION -70723C Huawei Technologies Co., Ltd -7072CF EdgeCore Networks -7073CB Apple, Inc. -707630 Pace plc. -7076DD Oxyguard International A/S -7076F0 LevelOne Communications (India) Private Limited -707BE8 HUAWEI TECHNOLOGIES CO.,LTD -707E43 Motorola Mobility, Inc. -707EDE NASTEC LTD. -708105 CISCO SYSTEMS, INC. -70820E as electronics GmbH -70828E OleumTech Corporation -708B78 citygrow technology co., ltd -7093F8 Space Monkey, Inc. -709756 Happyelectronics Co.,Ltd -709A0B Italian Institute of Technology -709BA5 Shenzhen Y&D Electronics Co.,LTD. -709BFC Bryton Inc. -709E29 Sony Computer Entertainment Inc. -709E86 X6D Limited -70A191 Trendsetter Medical, LLC -70A41C Advanced Wireless Dynamics S.L. -70A66A Prox Dynamics AS -70A8E3 HUAWEI TECHNOLOGIES CO.,LTD -70AAB2 Research In Motion -70B035 Shenzhen Zowee Technology Co., Ltd -70B08C Shenou Communication Equipment Co.,Ltd -70B14E Pace plc -70B265 Hiltron s.r.l. -70B599 Embedded Technologies s.r.o. -70B921 FiberHome Telecommunication Technologies CO.,LTD -70C6AC Bosch Automotive Aftermarket -70CA9B CISCO SYSTEMS, INC. -70CD60 Apple, Inc. -70D4F2 RIM -70D57E Scalar Corporation -70D5E7 Wellcore Corporation -70D6B6 Metrum Technologies -70D880 Upos System sp. z o.o. -70DDA1 Tellabs -70DEE2 Apple, Inc. -70E027 HONGYU COMMUNICATION TECHNOLOGY LIMITED -70E139 3view Ltd -70E24C SAE IT-systems GmbH & Co. KG -70E284 Wistron InfoComm(Zhongshan) Corporation -70E843 Beijing C&W Optical Communication Technology Co.,Ltd. -70EE50 Netatmo -70F176 Data Modul AG -70F1A1 Liteon Technology Corporation +485A3F WISOL 70F1E5 Xetawave LLC -70F395 Universal Global Scientific Industrial Co., Ltd. -70F927 Samsung Electronics -740ABC JSJS Designs (Europe) Limited -740EDB Optowiz Co., Ltd -741489 SRT Wireless -7415E2 Tri-Sen Systems Corporation -741E93 Fiberhome Telecommunication Tech.Co.,Ltd. -74258A Hangzhou H3C Technologies Co., Limited -74273C ChangYang Technology (Nanjing) Co., LTD -7427EA Elitegroup Computer Systems Co., Ltd. -742B0F Infinidat Ltd. -742B62 Fujitsu Limited -742D0A Norfolk Elektronik AG -742F68 Azurewave Technologies, Inc. -743170 Arcadyan Technology Corporation -743256 NT-ware Systemprg GmbH -74372F Tongfang Shenzhen Cloudcomputing Technology Co.,Ltd -743889 ANNAX Anzeigesysteme GmbH -744401 NETGEAR -74458A Samsung Electronics Co.,Ltd -7446A0 Hewlett Packard -744BE9 EXPLORER HYPERTECH CO.,LTD -744D79 Arrive Systems Inc. -745327 COMMSEN CO., LIMITED -745612 Motorola Mobility, Inc. -745798 TRUMPF Laser GmbH + Co. KG -745E1C PIONEER CORPORATION -745F00 Samsung Semiconductor Inc. -745FAE TSL PPL -7463DF VTS GmbH -7465D1 Atlinks -746630 T:mi Ytti -746A89 Rezolt Corporation -746B82 MOVEK -7472F2 Chipsip Technology Co., Ltd. -747818 ServiceAssure -747B7A ETH Inc. -747DB6 Aliwei Communications, Inc -747E1A Red Embedded Design Limited -747E2D Beijing Thomson CITIC Digital Technology Co. LTD. -74867A Dell Inc PCBA Test -74888B ADB Broadband Italia -748E08 Bestek Corp. -748EF8 Brocade Communications Systems, Inc. -749050 Renesas Electronics Corporation -74911A Ruckus Wireless -7493A4 Zebra Technologies Corp. -74943D AgJunction -749975 IBM Corporation -749DDC 2Wire -74A4A7 QRS Music Technologies, Inc. -74A722 LG Electronics -74ADB7 China Mobile Group Device Co.,Ltd. -74AE76 iNovo Broadband, Inc. -74B00C Network Video Technologies, Inc -74B9EB Fujian JinQianMao Electronic Technology Co.,Ltd -74BE08 ATEK Products, LLC -74BFA1 HYUNTECK -74C99A Ericsson AB -74CA25 Calxeda, Inc. -74CD0C Smith Myers Communications Ltd. -74CE56 Packet Force Technology Limited Company -74D02B ASUSTek COMPUTER INC. -74D0DC ERICSSON AB -74D435 GIGA-BYTE TECHNOLOGY CO.,LTD. -74D675 WYMA Tecnologia -74D850 Evrisko Systems -74DE2B Liteon Technology Corporation -74E06E Ergophone GmbH -74E1B6 Apple, Inc. -74E2F5 Apple Inc -74E424 APISTE CORPORATION -74E50B Intel Corporate -74E537 RADSPIN -74E543 Liteon Technology Corporation -74E7C6 Motorola Mobility, Inc. -74EA3A TP-LINK Technologies Co.,Ltd. +C0AA68 OSASI Technos Inc. +B829F7 Blaster Tech +00C14F DDL Co,.ltd. +5CE0CA FeiTian United (Beijing) System Technology Co., Ltd. +9C9811 Guangzhou Sunrise Electronics Development Co., Ltd +A0FE91 AVAT Automation GmbH +5809E5 Kivic Inc. 74ECF1 Acumen -74F06D AzureWave Technologies, Inc. -74F07D BnCOM Co.,Ltd -74F102 Beijing HCHCOM Technology Co., Ltd -74F612 Motorola Mobility, Inc. -74F726 Neuron Robotics -74FDA0 Compupal (Group) Corporation -74FE48 ADVANTECH CO., LTD. -74FF7D Wren Sound Systems, LLC -78028F Adaptive Spectrum and Signal Alignment (ASSIA), Inc. -780738 Z.U.K. Elzab S.A. -781185 NBS Payment Solutions Inc. -7812B8 ORANTEK LIMITED -781881 AzureWave Technologies, Inc. -78192E NASCENT Technology -7819F7 Juniper Networks -781C5A SHARP Corporation -781DBA HUAWEI TECHNOLOGIES CO.,LTD -781DFD Jabil Inc -781FDB Samsung Electronics Co.,Ltd -78223D Affirmed Networks -782544 Omnima Limited -7825AD SAMSUNG ELECTRONICS CO., LTD. -782BCB Dell Inc -782EEF Nokia Corporation -78303B Stephen Technologies Co.,Limited -7830E1 UltraClenz, LLC -78324F Millennium Group, Inc. -783CE3 Kai-EE -783F15 EasySYNC Ltd. -784405 FUJITU(HONG KONG) ELECTRONIC Co.,LTD. -784476 Zioncom technology co.,ltd -7845C4 Dell Inc -7846C4 DAEHAP HYPER-TECH -78471D Samsung Electronics Co.,Ltd -78491D The Will-Burt Company -784B08 f.robotics acquisitions ltd -78510C LiveU Ltd. -78521A Samsung Electronics Co.,Ltd -785262 Shenzhen Hojy Software Co., Ltd. -78542E D-Link International -785517 SankyuElectronics -785712 Mobile Integration Workgroup -78593E RAFI GmbH & Co.KG -78595E Samsung Electronics Co.,Ltd -785968 Hon Hai Precision Ind.Co.,Ltd. -785C72 Hioso Technology Co., Ltd. -78617C MITSUMI ELECTRIC CO.,LTD -7866AE ZTEC Instruments, Inc. -786C1C Apple -787F62 GiK mbH -78818F Server Racks Australia Pty Ltd -78843C Sony Corporation -7884EE INDRA ESPACIO S.A. -788973 CMC -788C54 Eltek Technologies LTD -788DF7 Hitron Technologies. Inc -78929C Intel Corporate -7898FD Q9 Networks Inc. -78995C Nationz Technologies Inc -789966 Musilab Electronics (DongGuan)Co.,Ltd. -78998F MEDILINE ITALIA SRL -789ED0 Samsung Electronics -789F4C HOERBIGER Elektronik GmbH -789F87 Siemens AG I IA PP PRM -78A051 iiNet Labs Pty Ltd -78A106 TP-LINK TECHNOLOGIES CO.,LTD. -78A183 Advidia -78A2A0 Nintendo Co., Ltd. -78A3E4 Apple, Inc. -78A5DD Shenzhen Smarteye Digital Electronics Co., Ltd -78A683 Precidata -78A6BD DAEYEON Control&Instrument Co,.Ltd -78A714 Amphenol -78AB60 ABB Australia -78ABBB Samsung Electronics Co.,LTD -78ACC0 Hewlett-Packard Company -78B3CE Elo touch solutions -78B6C1 AOBO Telecom Co.,Ltd -78B81A INTER SALES A/S -78BAD0 Shinybow Technology Co. Ltd. -78BEB6 Enhanced Vision -78BEBD STULZ GmbH -78C40E H&D Wireless -78C4AB Shenzhen Runsil Technology Co.,Ltd -78C5E5 Texas Instruments -78C6BB Innovasic, Inc. -78CA04 Nokia Corporation -78CA39 Apple, Inc. -78CB33 DHC Software Co.,Ltd -78CD8E SMC Networks Inc -78D004 Neousys Technology Inc. -78D129 Vicos -78D34F Pace-O-Matic, Inc. -78D38D HONGKONG YUNLINK TECHNOLOGY LIMITED -78D5B5 NAVIELEKTRO KY -78D6F0 Samsung Electro Mechanics -78D99F NuCom HK Ltd. -78DAB3 GBO Technology -78DD08 Hon Hai Precision Ind. Co.,Ltd. -78DDD6 c-scape -78DEE4 Texas Instruments -78E3B5 Hewlett-Packard Company -78E400 Hon Hai Precision Ind. Co.,Ltd. -78E7D1 Hewlett-Packard Company -78E8B6 zte corporation -78EC22 Shanghai Qihui Telecom Technology Co., LTD -78EF4C Unetconvergence Co., Ltd. -78F5E5 BEGA Gantenbrink-Leuchten KG -78F5FD Huawei Technologies Co., Ltd -78F7BE Samsung Electronics Co.,Ltd -78F7D0 Silverbrook Research -78FE3D Juniper Networks -78FE41 Socus networks -78FF57 Intel Corporate -7C0187 Curtis Instruments, Inc. -7C02BC Hansung Electronics Co. LTD -7C034C SAGEMCOM -7C03D8 SAGEMCOM SAS -7C0507 PEGATRON CORPORATION -7C051E RAFAEL LTD. -7C0623 Ultra Electronics, CIS -7C08D9 Shanghai Engineering Research Center for Broadband Technologies and Applications -7C092B Bekey A/S -7C0A50 J-MEX Inc. -7C11BE Apple, Inc. -7C1476 Damall Technologies SAS -7C160D Saia-Burgess Controls AG -7C1AFC Dalian Co-Edifice Video Technology Co., Ltd -7C1E52 Microsoft -7C1EB3 2N TELEKOMUNIKACE a.s. -7C2064 Alcatel Lucent IPD -7C2CF3 Secure Electrans Ltd -7C2E0D Blackmagic Design -7C2F80 Gigaset Communications GmbH -7C336E MEG Electronics Inc. -7C386C Real Time Logic -7C3920 SSOMA SECURITY -7C3BD5 Imago Group -7C3E9D PATECH -7C438F E-Band Communications Corp. -7C4A82 Portsmith LLC -7C4AA8 MindTree Wireless PVT Ltd -7C4B78 Red Sun Synthesis Pte Ltd -7C4C58 Scale Computing, Inc. -7C4CA5 BSkyB Ltd -7C4FB5 Arcadyan Technology Corporation -7C55E7 YSI, Inc. -7C6097 HUAWEI TECHNOLOGIES CO.,LTD -7C6193 HTC Corporation -7C69F6 Cisco -7C6ADB SafeTone Technology Co.,Ltd -7C6B33 Tenyu Tech Co. Ltd. -7C6B52 Tigaro Wireless -7C6C39 PIXSYS SRL -7C6C8F AMS NEVE LTD -7C6D62 Apple, Inc -7C6F06 Caterpillar Trimble Control Technologies -7C6FF8 ShenZhen ACTO Digital Video Technology Co.,Ltd. -7C7673 ENMAS GmbH -7C7A91 Intel Corporate -7C7BE4 Z'SEDAI KENKYUSHO CORPORATION -7C7D41 Jinmuyu Electronics Co., Ltd. -7C822D Nortec -7C8306 Glen Dimplex Nordic as -7C8EE4 Texas Instruments -7C94B2 Philips Healthcare PCCI -7C95F3 Cisco -7C9A9B VSE valencia smart energy -7CA15D GN ReSound A/S -7CA29B D.SignT GmbH & Co. KG -7CA61D MHL, LLC -7CACB2 Bosch Software Innovations GmbH -7CAD74 Cisco -7CB03E OSRAM GmbH -7CB21B Cisco SPVTG -7CB232 TCL King High Frequency EI,Co.,LTD -7CB542 ACES Technology -7CB77B Paradigm Electronics Inc -7CBB6F Cosco Electronics Co., Ltd. -7CBD06 AE REFUsol -7CBFB1 Motorola Mobility, Inc. -7CC3A1 Apple, Inc. -7CC537 Apple, Inc. -7CC8AB Acro Associates, Inc. -7CC8D0 TIANJIN YAAN TECHNOLOGY CO., LTD. -7CC8D7 Damalisk -7CCB0D Antaira Technologies, LLC -7CCFCF Shanghai SEARI Intelligent System Co., Ltd -7CD1C3 Apple Inc -7CD762 Freestyle Technology Pty Ltd -7CD844 Enmotus Inc -7CD9FE New Cosmos Electric Co., Ltd. -7CDA84 Dongnian Networks Inc. -7CDD11 Chongqing MAS SCI&TECH.Co.,Ltd -7CDD20 IOXOS Technologies S.A. -7CDD90 Shenzhen Ogemray Technology Co., Ltd. -7CE044 NEON Inc -7CE56B ESEN Optoelectronics Technology Co.,Ltd. -7CE9D3 Hon Hai Precision Ind. Co.,Ltd. +6815D3 Zaklady Elektroniki i Mechaniki Precyzyjnej R&G S.A. +601929 VOLTRONIC POWER TECHNOLOGY(SHENZHEN) CORP. +C0BD42 ZPA Smart Energy a.s. +48B253 Marketaxess Corporation +60D2B9 REALAND BIO CO., LTD. +2067B1 Pluto inc. +087D21 Altasec technology corporation +30FD11 MACROTECH (USA) INC. +F8051C DRS Imaging and Targeting Solutions +6032F0 Mplus technology +749975 IBM Corporation +0CDCCC Inala Technologies +F0ACA4 HBC-radiomatic +14DB85 S NET MEDIA +D493A0 Fidelix Oy +AC7236 Lexking Technology Co., Ltd. +CCB3F8 FUJITSU ISOTEC LIMITED +3CD7DA SK Mtek microelectronics(shenzhen)limited +E86D54 Digit Mobile Inc +9857D3 HON HAI-CCPBG PRECISION IND.CO.,LTD. +9C8D1A INTEG process group inc +742D0A Norfolk Elektronik AG +480362 DESAY ELECTRONICS(HUIZHOU)CO.,LTD +B0358D Nokia Corporation +0CF361 Java Information +34BDFA Cisco SPVTG +8CEEC6 Precepscion Pty. Ltd. +ECD950 IRT SA +74273C ChangYang Technology (Nanjing) Co., LTD +087CBE Quintic Corp. +C4AD21 MEDIAEDGE Corporation +DCBF90 HUIZHOU QIAOXING TELECOMMUNICATION INDUSTRY CO.,LTD. +E0F5CA CHENG UEI PRECISION INDUSTRY CO.,LTD. +1C5C60 Shenzhen Belzon Technology Co.,LTD. +2CEDEB Alpheus Digital Company Limited +381C4A SIMCom Wireless Solutions Co.,Ltd. +901EDD GREAT COMPUTER CORPORATION +2C6289 Regenersis (Glenrothes) Ltd +F093C5 Garland Technology +4C09B4 zte corporation +B8B94E Shenzhen iBaby Labs, Inc. +00F403 Orbis Systems Oy +ACC698 Kohzu Precision Co., Ltd. +907025 Garea Microsys Co.,Ltd. +502ECE Asahi Electronics Co.,Ltd +440CFD NetMan Co., Ltd. 7CEBEA ASCT -7CED8D MICROSOFT -7CEF18 Creative Product Design Pty. Ltd. -7CEF8A Inhon International Ltd. -7CF05F Apple, Inc. -7CF098 Bee Beans Technologies, Inc. -7CF0BA Linkwell Telesystems Pvt Ltd -7CF429 NUUO Inc. -7CFADF Apple -7CFE28 Salutron Inc. -80000B Intel Corporate -800010 ATT BELL LABORATORIES -8005DF Montage Technology Group Limited -8007A2 Esson Technology Inc. -800A06 COMTEC co.,ltd -801440 Sunlit System Technology Corp +085B0E Fortinet, Inc. +4C0FC7 Earda Electronics Co.,Ltd +64C944 LARK Technologies, Inc +6869F2 ComAp s.r.o. +B889CA ILJIN ELECTRIC Co., Ltd. +B85AFE Handaer Communication Technology (Beijing) Co., Ltd +604616 XIAMEN VANN INTELLIGENT CO., LTD +ECD925 RAMI +049F06 Smobile Co., Ltd. +D806D1 Honeywell Fire System (Shanghai) Co,. Ltd. +8C6AE4 Viogem Limited +20C1AF i Wit Digital Co., Limited +D88A3B UNIT-EM +BCD940 ASR Co,.Ltd. +EC4993 Qihan Technology Co., Ltd +B0ACFA FUJITSU LIMITED +1C959F Veethree Electronics And Marine LLC +18D949 Qvis Labs, LLC +646223 Cellient Co., Ltd. +ACF0B2 Becker Electronics Taiwan Ltd. +10A932 Beijing Cyber Cloud Technology Co. ,Ltd. +C47BA3 NAVIS Inc. +A81758 Elektronik System i Umeå AB +44348F MXT INDUSTRIAL LTDA +9C0111 Shenzhen Newabel Electronic Co., Ltd. +0CA138 Blinq Wireless Inc. +348137 UNICARD SA +64F242 Gerdes Aktiengesellschaft +60F281 TRANWO TECHNOLOGY CO., LTD. +642400 Xorcom Ltd. +4CAA16 AzureWave Technologies (Shanghai) Inc. +1C6BCA Mitsunami Co., Ltd. +08379C Topaz Co. LTD. +E83EFB GEODESIC LTD. +4016FA EKM Metering +3C363D Nokia Corporation +BC0200 Stewart Audio +1C973D PRICOM Design +F00786 Shandong Bittel Electronics Co., Ltd +885C47 Alcatel Lucent +E0F9BE Cloudena Corp. +3CC1F6 Melange Systems Pvt. Ltd. +54E63F ShenZhen LingKeWeiEr Technology Co., Ltd. +F88C1C KAISHUN ELECTRONIC TECHNOLOGY CO., LTD. BEIJING +940149 AutoHotBox +C035BD Velocytech Aps +F897CF DAESHIN-INFORMATION TECHNOLOGY CO., LTD. +383F10 DBL Technology Ltd. +8C6878 Nortek-AS 8016B7 Brunel University -80177D Nortel Networks -8018A7 Samsung Eletronics Co., Ltd -801DAA Avaya Inc -801F02 Edimax Technology Co. Ltd. -8020AF Trade FIDES, a.s. -802275 Beijing Beny Wave Technology Co Ltd -802AFA Germaneers GmbH -802DE1 Solarbridge Technologies -802E14 azeti Networks AG -802FDE Zurich Instruments AG -803457 OT Systems Limited -8038FD LeapFrog Enterprises, Inc. -8039E5 PATLITE CORPORATION -803B9A ghe-ces electronic ag -803F5D Winstars Technology Ltd -803FD6 bytes at work AG -80427C Adolf Tedsen GmbH & Co. KG -804731 Packet Design, Inc. -804971 Apple Inc -804B20 Ventilation Control -804F58 ThinkEco, Inc. -80501B Nokia Corporation -8058C5 NovaTec Kommunikationstechnik GmbH -806007 RIM -806459 Nimbus Inc. -8065E9 BenQ Corporation -806629 Prescope Technologies CO.,LTD. -806C8B KAESER KOMPRESSOREN AG -806CBC NET New Electronic Technology GmbH -80711F Juniper Networks -807693 Newag SA -8079AE ShanDong Tecsunrise Co.,Ltd -807A7F ABB Genway Xiamen Electrical Equipment CO., LTD -807B1E Corsair Components -807D1B Neosystem Co. Ltd. -807DE3 Chongqing Sichuan Instrument Microcircuit Co.LTD. -8081A5 TONGQING COMMUNICATION EQUIPMENT (SHENZHEN) Co.,Ltd -808287 ATCOM Technology Co.Ltd. -808698 Netronics Technologies Inc. -8086F2 Intel Corporate -808B5C Shenzhen Runhuicheng Technology Co., Ltd -80912A Lih Rong electronic Enterprise Co., Ltd. -8091C0 AgileMesh, Inc. -80929F Apple -809393 Xapt GmbH -80946C TOKYO RADAR CORPORATION -8096B1 Motorola Mobility, LLC. -80971B Altenergy Power System,Inc. -809B20 Intel Corporate -80A1D7 Shanghai DareGlobal Technologies Co.,Ltd -80AAA4 USAG -80B219 ELEKTRON TECHNOLOGY UK LIMITED -80B289 Forworld Electronics Ltd. -80B32A Alstom Grid -80B686 Huawei Technologies Co., Ltd -80B95C ELFTECH Co., Ltd. -80BAAC TeleAdapt Ltd -80BBEB Satmap Systems Ltd -80C16E Hewlett Packard -80C63F Remec Broadband Wireless , LLC -80C6AB Technicolor USA Inc. -80C6CA Endian s.r.l. -80C862 Openpeak, Inc +9C611D Omni-ID USA, Inc. +78BEBD STULZ GmbH +3C9174 ALONG COMMUNICATION TECHNOLOGY +E8D0FA MKS Instruments Deutschland GmbH +98262A Applied Research Associates, Inc +B0D2F5 Vello Systems, Inc. +C89F42 VDII Innovation AB +A41875 Cisco Systems, Inc +640E94 Pluribus Networks, Inc. +6CE983 Gastron Co., LTD. +0CB4EF Digience Co.,Ltd. +D0DB32 Nokia Corporation +609084 DSSD Inc +A4E731 Nokia Corporation +0808EA AMSC +C05E79 SHENZHEN HUAXUN ARK TECHNOLOGIES CO.,LTD +A4934C Cisco Systems, Inc +E85484 NEO Information Systems Co., Ltd. +74AE76 iNovo Broadband, Inc. +60B933 Deutron Electronics Corp. +38EE9D Anedo Ltd. 80CEB1 Theissen Training Systems GmbH -80CF41 Lenovo Mobile Communication Technology Ltd. -80D019 Embed, Inc -80D18B Hangzhou I'converge Technology Co.,Ltd -80D733 QSR Automations, Inc. -80DB31 Power Quotient International Co., Ltd. -80EE73 Shuttle Inc. -80F593 IRCO Sistemas de Telecomunicación S.A. -80F62E Hangzhou H3C Technologies Co., Limited -80FA5B CLEVO CO. -80FB06 HUAWEI TECHNOLOGIES CO.,LTD -80FFA8 UNIDIS -8400D2 Sony Ericsson Mobile Communications AB -840B2D SAMSUNG ELECTRO-MECHANICS CO., LTD -840F45 Shanghai GMT Digital Technologies Co., Ltd -841715 GP Electronics (HK) Ltd. -841888 Juniper Networks -841B38 Shenzhen Excelsecu Data Technology Co.,Ltd -841B5E NETGEAR -841E26 KERNEL-I Co.,LTD -842141 Shenzhen Ginwave Technologies Ltd. -84248D Motorola Solutions Inc -84253F Silex Technology, Inc -8425DB Samsung Electronics Co.,Ltd -8427CE Corporation of the Presiding Bishop of The Church of Jesus Christ of Latter-day Saints -842914 EMPORIA TELECOM Produktions- und VertriebsgesmbH & Co KG -842999 Apple Inc -842B2B Dell Inc. -842B50 Huria Co.,Ltd. -842BBC Modelleisenbahn GmbH -842F75 Innokas Group -8430E5 SkyHawke Technologies, LLC -843497 Hewlett Packard -843611 hyungseul publishing networks -843835 Apple -843A4B Intel Corporate -843F4E Tri-Tech Manufacturing, Inc. -844823 WOXTER TECHNOLOGY Co. Ltd -844915 vArmour Networks, Inc. -844BF5 Hon Hai Precision Ind. Co.,Ltd. -845181 Samsung Electronics Co.,Ltd +3C3888 ConnectQuest, llc +08BE09 Astrol Electronic AG +D8B8F6 Nantworks +6044F5 Easy Digital Ltd. +AC51EE Cambridge Communication Systems Ltd +10E4AF APR, LLC +B0BD6D Echostreams Innovative Solutions +F0D14F LINEAR LLC +AC3D75 HANGZHOU ZHIWAY TECHNOLOGIES CO.,LTD. +141A51 Treetech Sistemas Digitais 845787 DVR C&C Co., Ltd. -845C93 Chabrier Services -845DD7 Shenzhen Netcom Electronics Co.,Ltd -846223 Shenzhen Coship Electronics Co., Ltd. -8462A6 EuroCB (Phils), Inc. -846AED Wireless Tsukamoto.,co.LTD -846EB1 Park Assist LLC -84742A zte corporation -8478AC Cisco -847A88 HTC Corporation -847E40 Texas Instruments -8482F4 Beijing Huasun Unicreate Technology Co., Ltd -848371 Avaya, Inc -848506 Apple Inc -848D84 Rajant Corporation -848E96 Embertec Pty Ltd -848F69 Dell Inc. -849000 Arnold & Richter Cine Technik -8497B8 Memjet Inc. -849CA6 Arcadyan Technology Corporation -849DC5 Centera Photonics Inc. -84A6C8 Intel Corporate -84A8E4 Shenzhen Huawei Communication Technologies Co., Ltd -84A991 Cyber Trans Japan Co.,Ltd. -84ACA4 Beijing Novel Super Digital TV Technology Co., Ltd -84AF1F Beat System Service Co,. Ltd. -84C2E4 Jiangsu Qinheng Co., Ltd. -84C727 Gnodal Ltd -84C7A9 C3PO S.A. -84C8B1 Incognito Software Inc. -84C9B2 D-Link International -84D32A IEEE 1905.1 -84D9C8 Unipattern Co., -84DB2F Sierra Wireless Inc -84DD20 Texas Instruments -84DE3D Crystal Vision Ltd -84DF0C NET2GRID BV -84E4D9 Shenzhen NEED technology Ltd. -84E629 Bluwan SA -84E714 Liang Herng Enterprise,Co.Ltd. -84EA99 Vieworks -84ED33 BBMC Co.,Ltd -84F493 OMS spol. s.r.o. -84F64C Cross Point BV -84FCFE Apple -880355 Arcadyan Technology Corp. -880905 MTMCommunications -881036 Panodic(ShenZhen) Electronics Limted -88124E Qualcomm Atheros -88142B Protonic Holland -881544 Meraki, Inc. -8818AE Tamron Co., Ltd -881FA1 Apple -882012 LMI Technologies -8821E3 Nebusens, S.L. -882364 Watchnet DVR Inc -8823FE TTTech Computertechnik AG -88252C Arcadyan Technology Corporation -882E5A storONE -88308A Murata Manufactuaring Co.,Ltd. -88329B Samsung Electro Mechanics co.,LTD. -883314 Texas Instruments -88354C Transics -883612 SRC Computers, LLC -8841C1 ORBISAT DA AMAZONIA IND E AEROL SA -8843E1 CISCO SYSTEMS, INC. -8844F6 Nokia Corporation -88462A Telechips Inc. -884B39 Siemens AG, Healthcare Sector -8851FB Hewlett Packard -88532E Intel Corporate -885395 Apple -8853D4 Huawei Technologies Co., Ltd -885C4F Alcatel Lucent -88615A Siano Mobile Silicon Ltd. -88685C Shenzhen ChuangDao & Perpetual Eternal Technology Co.,Ltd -886B76 CHINA HOPEFUL GROUP HOPEFUL ELECTRIC CO.,LTD -887398 K2E Tekpoint -887556 Cisco -88789C Game Technologies SA -8886A0 Simton Technologies, Ltd. -888717 CANON INC. -8887DD DarbeeVision Inc. -888964 GSI Electronics Inc. -888B5D Storage Appliance Corporation -888C19 Brady Corp Asia Pacific Ltd -8891DD Racktivity -8894F9 Gemicom Technology, Inc. -8895B9 Unified Packet Systems Crop -889676 TTC MARCONI s.r.o. -8897DF Entrypass Corporation Sdn. Bhd. -889821 TERAON -889B39 Samsung Electronics Co.,Ltd -889FFA Hon Hai Precision Ind. Co.,Ltd. -88A3CC Amatis Controls -88A5BD QPCOM INC. -88ACC1 Generiton Co., Ltd. -88AE1D COMPAL INFORMATION(KUNSHAN)CO.,LTD -88B168 Delta Control GmbH -88B627 Gembird Europe BV -88BA7F Qfiednet Co., Ltd. -88BFD5 Simple Audio Ltd -88C36E Beijing Ereneben lnformation Technology Limited -88C663 Apple, Inc. -88CB87 Apple -88D7BC DEP Company -88DC96 SENAO Networks, Inc. -88DD79 Voltaire -88E0A0 Shenzhen VisionSTOR Technologies Co., Ltd -88E0F3 Juniper Networks -88E712 Whirlpool Corporation -88E7A6 iKnowledge Integration Corp. -88E917 Tamaggo -88ED1C Cudo Communication Co., Ltd. -88F077 CISCO SYSTEMS, INC. -88F488 cellon communications technology(shenzhen)Co.,Ltd. -88F490 Jetmobile Pte Ltd -88FD15 LINEEYE CO., LTD -8C006D Apple -8C04FF Technicolor USA Inc. -8C078C FLOW DATA INC -8C088B Remote Solution -8C0C90 Ruckus Wireless -8C0CA3 Amper -8C0EE3 GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD. -8C11CB ABUS Security-Center GmbH & Co. KG -8C1F94 RF Surgical System Inc. -8C210A TP-LINK TECHNOLOGIES CO., LTD. -8C271D QuantHouse -8C278A Vocollect Inc -8C2DAA Apple Inc -8C2F39 IBA Dosimetry GmbH -8C3330 EmFirst Co., Ltd. -8C3C07 Skiva Technologies, Inc. -8C3C4A NAKAYO TELECOMMUNICATIONS,INC. -8C4435 Shanghai BroadMobi Communication Technology Co., Ltd. -8C4AEE GIGA TMS INC -8C4B59 3D Imaging & Simulations Corp -8C4CDC PLANEX COMMUNICATIONS INC. -8C4DEA Cerio Corporation -8C5105 Shenzhen ireadygo Information Technology CO.,LTD. -8C53F7 A&D ENGINEERING CO., LTD. -8C541D LGE -8C56C5 Nintendo Co., Ltd. -8C57FD LVX Western -8C5877 Apple, Inc. -8C598B C Technologies AB -8C5AF0 Exeltech Solar Products -8C5CA1 d-broad,INC -8C5FDF Beijing Railway Signal Factory -8C604F CISCO SYSTEMS, INC. -8C640B Beyond Devices d.o.o. -8C6422 Sony Ericsson Mobile Communications AB -8C6878 Nortek-AS -8C6AE4 Viogem Limited -8C705A Intel Corporate -8C71F8 Samsung Electronics Co.,Ltd -8C736E Fujitsu Limited -8C76C1 Goden Tech Limited -8C7712 Samsung Electronics Co.,Ltd -8C7716 LONGCHEER TELECOMMUNICATION LIMITED -8C7B9D Apple, Inc. -8C7CB5 Hon Hai Precision Ind. Co.,Ltd. -8C7CFF Brocade Communications Systems, Inc. -8C7EB3 Lytro, Inc. -8C82A8 Insigma Technology Co.,Ltd -8C8401 PRIVATE -8C89A5 Micro-Star INT'L CO., LTD -8C8A6E ESTUN AUTOMATION TECHNOLOY CO., LTD -8C8E76 taskit GmbH -8C90D3 Alcatel Lucent -8C9236 Aus.Linx Technology Co., Ltd. -8C94CF Encell Technology, Inc. -8CA048 Beijing NeTopChip Technology Co.,LTD -8CA982 Intel Corporate -8CAE4C Plugable Technologies -8CB64F CISCO SYSTEMS, INC. -8CB82C IPitomy Communications -8CB864 AcSiP Technology Corp. -8CC121 Panasonic Corporation AVC Networks Company -8CC5E1 ShenZhen Konka Telecommunication Technology Co.,Ltd -8CC7AA Radinet Communications Inc. -8CC7D0 zhejiang ebang communication co.,ltd -8CC8CD Samsung Electronics Co., LTD -8CCDE8 Nintendo Co., Ltd. -8CCF5C BEFEGA GmbH -8CD17B CG Mobile -8CD3A2 VisSim AS -8CD628 Ikor Metering -8CDB25 ESG Solutions -8CDD8D Wifly-City System Inc. -8CDE52 ISSC Technologies Corp. -8CE081 zte corporation -8CE748 PRIVATE -8CE7B3 Sonardyne International Ltd -8CEEC6 Precepscion Pty. Ltd. -8CF945 Power Automation pte Ltd -8CF9C9 MESADA Technology Co.,Ltd. -8CFABA Apple Inc -8CFDF0 QUALCOMM Incorporated -90004E Hon Hai Precision Ind. Co.,Ltd. -90013B SAGEMCOM -9002A9 ZHEJIANG DAHUA TECHNOLOGY CO.,LTD -9003B7 PARROT -900917 Far-sighted mobile -900A3A PSG Plastic Service GmbH -900D66 Digimore Electronics Co., Ltd -900DCB ARRIS Group, Inc. -90185E Apex Tool Group GmbH & Co OHG -90187C Samsung Electro Mechanics co., LTD. -9018AE Shanghai Meridian Technologies, Co. Ltd. -901900 SCS SA -901B0E Fujitsu Technology Solutions GmbH -901D27 zte corporation -901EDD GREAT COMPUTER CORPORATION -902155 HTC Corporation -9027E4 Apple, Inc. -902B34 GIGA-BYTE TECHNOLOGY CO.,LTD. -902E87 LabJack -90342B Gatekeeper Systems, Inc. -9034FC Hon Hai Precision Ind. Co.,Ltd. -9038DF Changzhou Tiannengbo System Co. Ltd. -903AA0 Alcatel-Lucent -903CAE Yunnan KSEC Digital Technology Co.,Ltd. -903D5A Shenzhen Wision Technology Holding Limited -903D6B Zicon Technology Corp. -903EAB ARRIS Group, Inc. -9046B7 Vadaro Pte Ltd -904716 RORZE CORPORATION -9049FA Intel Corporation -904CE5 Hon Hai Precision Ind. Co.,Ltd. -90507B Advanced PANMOBIL Systems GmbH & Co. KG -90513F Elettronica Santerno -905446 TES ELECTRONIC SOLUTIONS -9055AE Ericsson, EAB/RWI/K -905682 Lenbrook Industries Limited -905692 Autotalks Ltd. -9059AF Texas Instruments -905F2E TCT Mobile Limited -905F8D modas GmbH -90610C Fida International (S) Pte Ltd -906717 Alphion India Private Limited -9067B5 Alcatel-Lucent -9067F3 Alcatel Lucent -906DC8 DLG Automação Industrial Ltda -906EBB Hon Hai Precision Ind. Co.,Ltd. -907025 Garea Microsys Co.,Ltd. -907240 Apple -907990 Benchmark Electronics Romania SRL -907A0A Gebr. Bode GmbH & Co KG -907A28 Beijing Morncloud Information And Technology Co. Ltd. -907AF1 SNUPI Technologies -907F61 Chicony Electronics Co., Ltd. -908260 IEEE 1904.1 Working Group -90840D Apple, Inc -9088A2 IONICS TECHNOLOGY ME LTDA -908D1D GH Technologies -908FCF UNO System Co., Ltd -90903C TRISON TECHNOLOGY CORPORATION -909060 RSI VIDEO TECHNOLOGIES -9092B4 Diehl BGT Defence GmbH & Co. KG -9094E4 D-Link International -909916 ELVEES NeoTek OJSC -909DE0 Newland Design + Assoc. Inc. -909F43 Accutron Instruments Inc. -90A2DA GHEO SA -90A4DE Wistron Neweb Corp. -90A783 JSW PACIFIC CORPORATION -90A7C1 Pakedge Device and Software Inc. -90AC3F BrightSign LLC -90B11C Dell Inc. -90B134 Motorola Mobility, Inc. -90B21F Apple -90B8D0 Joyent, Inc. -90B97D Johnson Outdoors Marine Electronics d/b/a Minnkota -90C115 Sony Ericsson Mobile Communications AB -90CC24 Synaptics, Inc -90CF15 Nokia Corporation -90CF6F Dlogixs Co Ltd -90CF7D Qingdao Hisense Electric Co.,Ltd. -90D11B Palomar Medical Technologies -90D74F Bookeen -90D7EB Texas Instruments -90D852 Comtec Co., Ltd. -90D92C HUG-WITSCHI AG -90DA4E AVANU -90E0F0 Harman International -90E2BA Intel Corporate -90E6BA ASUSTek COMPUTER INC. -90EA60 SPI Lasers Ltd -90F278 Radius Gateway +F436E1 Abilis Systems SARL +587FC8 S2M +C49805 Minieum Networks, Inc 90F4C1 Rand McNally -90F652 TP-LINK TECHNOLOGIES CO., LTD. -90F72F Phillips Machine & Welding Co., Inc. -90FB5B Avaya, Inc -90FBA6 Hon Hai Precision Ind.Co.Ltd -90FF79 Metro Ethernet Forum -940070 Nokia Corporation -940149 AutoHotBox -940B2D NetView Technologies(Shenzhen) Co., Ltd -940BD5 Himax Technologies, Inc -940C6D TP-LINK Technologies Co.,Ltd. -9411DA ITF Fröschl GmbH -941673 Point Core SARL -941D1C TLab West Systems AB -942053 Nokia Corporation -942197 Stalmart Technology Limited -94236E Shenzhen Junlan Electronic Ltd -942E17 Schneider Electric Canada Inc -942E63 Finsécur -94319B Alphatronics BV -9433DD Taco Electronic Solutions, Inc. -94350A Samsung Electronics Co.,Ltd -9436E0 Sichuan Bihong Broadcast & Television New Technologies Co.,Ltd -9439E5 Hon Hai Precision Ind. Co.,Ltd. -943AF0 Nokia Corporation -9440A2 Anywave Communication Technologies, Inc. -944444 LG Innotek -944452 Belkin International Inc. -944696 BaudTec Corporation -944A09 BitWise Controls -945047 Rechnerbetriebsgruppe -945103 Samsung Electronics -94592D EKE Building Technology Systems Ltd -945B7E TRILOBIT LTDA. -946124 Pason Systems -9463D1 Samsung Electronics Co.,Ltd -9471AC TCT Mobile Limited -94756E QinetiQ North America -947C3E Polewall Norge AS -9481A4 Azuray Technologies -94857A Evantage Industries Corp -948854 Texas Instruments -948B03 EAGET Innovation and Technology Co., Ltd. -948D50 Beamex Oy Ab -948FEE Hughes Telematics, Inc. -949426 Apple -9498A2 Shanghai LISTEN TECH.LTD -949BFD Trans New Technology, Inc. -949C55 Alta Data Technologies -949FB4 ChengDu JiaFaAnTai Technology Co.,Ltd -94A7BC BodyMedia, Inc. -94AAB8 Joview(Beijing) Technology Co. Ltd. -94ACCA trivum technologies GmbH -94AE61 Alcatel Lucent -94B8C5 RuggedCom Inc. -94BA31 Visiontec da Amazônia Ltda. -94BA56 Shenzhen Coship Electronics Co., Ltd. -94BF1E eflow Inc. / Smart Device Planning and Development Division -94C4E9 PowerLayer Microsystems HongKong Limited -94C6EB NOVA electronics, Inc. -94C7AF Raylios Technology -94C962 Teseq AG +18193F Tamtron Oy +F8F7FF SYN-TECH SYSTEMS INC +F473CA Conversion Sound Inc. +00E8AB Meggitt Training Systems, Inc. +18421D Private +78617C MITSUMI ELECTRIC CO.,LTD +C401B1 SeekTech INC +1C5FFF Beijing Ereneben Information Technology Co.,Ltd Shenzhen Branch +C0C946 MITSUYA LABORATORIES INC. +ACC2EC CLT INT'L IND. CORP. +702F4B PolyVision Inc. +741489 SRT Wireless 94CA0F Honeywell Analytics -94CCB9 Motorola Mobility, Inc. -94CDAC Creowave Oy -94CE2C Sony Mobile Communications AB -94D019 Cydle Corp. -94D723 Shanghai DareGlobal Technologies Co., Ltd -94D771 Samsung Electronics Co.,Ltd -94D93C ENELPS -94DB49 SITCORP -94DBC9 Azurewave -94DD3F A+V Link Technologies, Corp. -94DE0E SmartOptics AS -94DE80 GIGA-BYTE TECHNOLOGY CO.,LTD. -94DF4E Wistron InfoComm(Kunshan)Co.,Ltd. -94DF58 IJ Electron CO.,Ltd. -94E0D0 HealthStream Taiwan Inc. -94E226 D. ORtiz Consulting, LLC -94E711 Xirka Dama Persada PT -94E848 FYLDE MICRO LTD -94EBCD Research In Motion Limited -94F692 Geminico co.,Ltd. -94F720 Tianjin Deviser Electronics Instrument Co., Ltd -94FAE8 Shenzhen Eycom Technology Co., Ltd -94FD1D WhereWhen Corp -94FD2E Shanghai Uniscope Technologies Co.,Ltd -94FEF4 SAGEMCOM +848D84 Rajant Corporation +D8337F Office FA.com Co.,Ltd. +7CEF8A Inhon International Ltd. +84AF1F Beat System Service Co,. Ltd. +100D2F Online Security Pty. Ltd. +408B07 Actiontec Electronics, Inc 980284 Theobroma Systems GmbH -9803A0 ABB n.v. Power Quality Products -9803D8 Apple, Inc. -980C82 Samsung Electro Mechanics -980D2E HTC Corporation -980EE4 PRIVATE -981094 Shenzhen Vsun communication technology Co.,ltd -98208E Definium Technologies -98262A Applied Research Associates, Inc -98291D Jaguar de Mexico, SA de CV -98293F Fujian Start Computer Equipment Co.,Ltd -982CBE 2Wire -982D56 Resolution Audio -983000 Beijing KEMACOM Technologies Co., Ltd. -983071 DAIKYUNG VASCOM -983571 Sub10 Systems Ltd -9835B8 Assembled Products Corporation -983B16 AMPAK Technology Inc -983F9F China SSJ (Suzhou) Network Technology Inc. -984246 SOL INDUSTRY PTE., LTD -98473C SHANGHAI SUNMON COMMUNICATION TECHNOGY CO.,LTD -984A47 CHG Hospital Beds -984B4A Motorola Mobility, LLC. -984BE1 Hewlett-Packard Company -984C04 Zhangzhou Keneng Electrical Equipment Co Ltd -984CD3 Mantis Deposition -984E97 Starlight Marketing (H. K.) Ltd. -984FEE Intel Corporate -9852B1 Samsung Electronics -9857D3 HON HAI-CCPBG PRECISION IND.CO.,LTD. -98588A SYSGRATION Ltd. -985945 Texas Instruments -985C93 SBG Systems SAS -985D46 PeopleNet Communication -985E1B ConversDigital Co., Ltd. -986022 EMW Co., Ltd. -9866EA Industrial Control Communications, Inc. -986DC8 TOSHIBA MITSUBISHI-ELECTRIC INDUSTRIAL SYSTEMS CORPORATION -9873C4 Sage Electronic Engineering LLC -9876B6 Adafruit -988217 Disruptive Ltd -9886B1 Flyaudio corporation (China) -9889ED Anadem Information Inc. -988B5D SAGEM COMMUNICATION -988BAD Corintech Ltd. -988E34 ZHEJIANG BOXSAM ELECTRONIC CO.,LTD -988E4A NOXUS(BEIJING) TECHNOLOGY CO.,LTD -988EDD TE Connectivity Limerick +E03C5B SHENZHEN JIAXINJIE ELECTRON CO.,LTD +645563 Intelight Inc. +C467B5 Libratone A/S +A4EF52 Telewave Co., Ltd. +F4044C ValenceTech Limited +1CBBA8 OJSC Ufimskiy Zavod Promsvyaz +506028 Xirrus Inc. +24B657 Cisco Systems, Inc +940B2D NetView Technologies(Shenzhen) Co., Ltd +306E5C Validus Technologies +E843B6 QNAP Systems, Inc. +5CC9D3 PALLADIUM ENERGY ELETRONICA DA AMAZONIA LTDA +407B1B Mettle Networks Inc. +64E161 DEP Corp. +C8A620 Nebula, Inc 989080 Linkpower Network System Inc Ltd. -9893CC LG Electronics Inc. -989449 Skyworth Wireless Technology Ltd. -98A7B0 MCST ZAO -98AAD7 BLUE WAVE NETWORKING CO LTD -98B039 Alcatel-Lucent -98B8E3 Apple -98BC57 SVA TECHNOLOGIES CO.LTD -98BC99 Edeltech Co.,Ltd. -98C845 PacketAccess -98CDB4 Virident Systems, Inc. -98D331 Shenzhen Bolutek Technology Co.,Ltd. -98D686 Chyi Lee industry Co., ltd. -98D6BB Apple, Inc. -98D6F7 LG Electronics -98D88C Nortel Networks -98DCD9 UNITEC Co., Ltd. -98E165 Accutome -98E79A Foxconn(NanJing) Communication Co.,Ltd. -98EC65 Cosesy ApS -98F537 zte corporation -98F8C1 IDT Technology Limited -98F8DB Marini Impianti Industriali s.r.l. -98FC11 Cisco-Linksys, LLC -98FE03 Ericsson - North America -98FE94 Apple Inc -9C0111 Shenzhen Newabel Electronic Co., Ltd. -9C0298 Samsung Electronics Co.,Ltd -9C0473 Tecmobile (International) Ltd. -9C04EB Apple -9C066E Hytera Communications Corporation Limited -9C0DAC Tymphany HK Limited -9C1465 Edata Elektronik San. ve Tic. A.Ş. -9C1874 Nokia Danmark A/S -9C1C12 Aruba Networks -9C1FDD Accupix Inc. -9C207B Apple Inc -9C220E TASCAN Service GmbH -9C2840 Discovery Technology,LTD.. -9C28BF Continental Automotive Czech Republic s.r.o. -9C2A70 Hon Hai Precision Ind. Co.,Ltd. -9C3178 Foshan Huadian Intelligent Communications Teachnologies Co.,Ltd -9C31B6 Kulite Semiconductor Products Inc -9C3AAF Samsung Electronics Co.,Ltd -9C417C Hame Technology Co., Limited -9C4563 DIMEP Sistemas -9C4A7B Nokia Corporation -9C4CAE Mesa Labs -9C4E20 CISCO SYSTEMS, INC. -9C4E36 Intel Corporate -9C4E8E ALT Systems Ltd -9C4EBF BoxCast +0064A6 Maquet CardioVascular +3C4E47 Etronic A/S +C8F9F9 Cisco Systems, Inc +F0F755 Cisco Systems, Inc +B01C91 Elim Co +0CA2F4 Chameleon Technology (UK) Limited +846AED Wireless Tsukamoto.,co.LTD +D8E952 KEOPSYS +3CB9A6 Belden Deutschland GmbH +3440B5 IBM +90D74F Bookeen +905682 Lenbrook Industries Limited +CC6DEF TJK Tietolaite Oy +3CE624 LG Display +D8F0F2 Zeebo Inc +B0CF4D MI-Zone Technology Ireland +143605 Nokia Corporation +B87424 Viessmann Elektronik GmbH +C81AFE DLOGIC GmbH 9C53CD ENGICAM s.r.l. -9C541C Shenzhen My-power Technology Co.,Ltd -9C54CA Zhengzhou VCOM Science and Technology Co.,Ltd -9C55B4 I.S.E. S.r.l. -9C5711 Feitian Xunda(Beijing) Aeronautical Information Technology Co., Ltd. -9C5B96 NMR Corporation -9C5C8D FIREMAX INDÚSTRIA E COMÉRCIO DE PRODUTOS ELETRÔNICOS LTDA -9C5D12 Aerohive Networks Inc -9C5D95 VTC Electronics Corp. -9C5E73 Calibre UK Ltd -9C611D Omni-ID USA, Inc. -9C645E Harman Consumer Group -9C6650 Glodio Technolies Co.,Ltd Tianjin Branch -9C6ABE QEES ApS. -9C7514 Wildix srl -9C77AA NADASNV -9C79AC Suntec Software(Shanghai) Co., Ltd. -9C7BD2 NEOLAB Convergence -9C807D SYSCABLE Korea Inc. -9C8BF1 The Warehouse Limited -9C8D1A INTEG process group inc -9C8E99 Hewlett-Packard Company -9C8EDC Teracom Limited -9C934E Xerox Corporation -9C95F8 SmartDoor Systems, LLC -9C9726 Technicolor -9C9811 Guangzhou Sunrise Electronics Development Co., Ltd -9C9C1D Starkey Labs Inc. -9CA10A SCLE SFE -9CA134 Nike, Inc. -9CA3BA SAKURA Internet Inc. -9CA577 Osorno Enterprises Inc. -9CADEF Obihai Technology, Inc. -9CAFCA CISCO SYSTEMS, INC. -9CB008 Ubiquitous Computing Technology Corporation -9CB206 PROCENTEC -9CB70D Liteon Technology Corporation -9CB793 Creatcomm Technology Inc. -9CC077 PrintCounts, LLC -9CC0D2 Conductix-Wampfler AG -9CC7A6 AVM GmbH -9CC7D1 SHARP Corporation -9CCAD9 Nokia Corporation -9CCD82 CHENG UEI PRECISION INDUSTRY CO.,LTD -9CD24B zte corporation -9CD36D NETGEAR INC., -9CDF03 Harman/Becker Automotive Systems GmbH -9CE10E NCTech Ltd -9CE1D6 Junger Audio-Studiotechnik GmbH -9CE635 Nintendo Co., Ltd. -9CE6E7 Samsung Electronics Co.,Ltd -9CE7BD Winduskorea co., Ltd -9CEBE8 BizLink (Kunshan) Co.,Ltd -9CF61A UTC Fire and Security +DCC101 SOLiD Technologies, Inc. +AC6FBB TATUNG Technology Inc. +1803FA IBT Interfaces +608645 Avery Weigh-Tronix, LLC +541DFB Freestyle Energy Ltd 9CF67D Ricardo Prague, s.r.o. -9CF938 AREVA NP GmbH -9CFFBE OTSL Inc. -A00363 Robert Bosch Healthcare GmbH -A00798 Samsung Electronics -A007B6 Advanced Technical Support, Inc. -A00ABF Wieson Technologies Co., Ltd. -A00BBA SAMSUNG ELECTRO-MECHANICS -A00CA1 SKTB SKiT -A01290 Avaya, Inc -A0133B Copyright © HiTi Digital, Inc. -A0143D PARROT SA -A0165C Triteka LTD -A01859 Shenzhen Yidashi Electronics Co Ltd -A01917 Bertel S.p.a. -A01C05 NIMAX TELECOM CO.,LTD. -A02195 Samsung Electronics Digital Imaging -A021B7 NETGEAR -A0231B TeleComp R&D Corp. -A02EF3 United Integrated Services Co., Led. -A0369F Intel Corporate -A036F0 Comprehensive Power -A036FA Ettus Research LLC -A03A75 PSS Belgium N.V. -A04025 Actioncable, Inc. -A04041 SAMWONFA Co.,Ltd. -A041A7 NL Ministry of Defense -A0423F Tyan Computer Corp -A0481C Hewlett Packard -A04CC1 Helixtech Corp. -A04E04 Nokia Corporation -A051C6 Avaya, Inc -A055DE Pace plc -A0593A V.D.S. Video Display Systems srl -A05AA4 Grand Products Nevada, Inc. -A05B21 ENVINET GmbH -A05DC1 TMCT Co., LTD. -A05DE7 DIRECTV, Inc. -A05E6B MELPER Co., Ltd. -A067BE Sicon s.r.l. -A06986 Wellav Technologies Ltd -A06A00 Verilink Corporation -A06CEC RIM -A06D09 Intelcan Technosystems Inc. -A06E50 Nanotek Elektronik Sistemler Ltd. Sti. -A071A9 Nokia Corporation -A07332 Cashmaster International Limited -A073FC Rancore Technologies Private Limited -A07591 Samsung Electronics Co.,Ltd -A078BA Pantech Co., Ltd. -A0821F Samsung Electronics Co.,Ltd -A082C7 P.T.I Co.,LTD -A0861D Chengdu Fuhuaxin Technology co.,Ltd -A086EC SAEHAN HITEC Co., Ltd -A08869 Intel Corporate -A088B4 Intel Corporate -A08A87 HuiZhou KaiYue Electronic Co.,Ltd -A08C15 Gerhard D. Wempe KG -A08C9B Xtreme Technologies Corp -A090DE VEEDIMS,LLC -A09805 OpenVox Communication Co Ltd -A098ED Shandong Intelligent Optical Communication Development Co., Ltd. -A09A5A Time Domain -A09BBD Total Aviation Solutions Pty Ltd -A0A130 DLI Taiwan Branch office -A0A763 Polytron Vertrieb GmbH -A0A8CD Intel Corporate -A0AAFD EraThink Technologies Corp. -A0B100 ShenZhen Cando Electronics Co.,Ltd -A0B3CC Hewlett Packard -A0B5DA HongKong THTF Co., Ltd -A0B662 Acutvista Innovation Co., Ltd. -A0B9ED Skytap -A0BAB8 Pixon Imaging -A0BF50 S.C. ADD-PRODUCTION S.R.L. -A0BFA5 CORESYS -A0C3DE Triton Electronic Systems Ltd. -A0C6EC ShenZhen ANYK Technology Co.,LTD -A0CEC8 CE LINK LIMITED -A0CF5B CISCO SYSTEMS, INC. -A0DC04 Becker-Antriebe GmbH -A0DD97 PolarLink Technologies, Ltd -A0DDE5 SHARP Corporation -A0DE05 JSC "Irbis-T" A0E201 AVTrace Ltd.(China) -A0E25A Amicus SK, s.r.o. -A0E295 DAT System Co.,Ltd -A0E534 Stratec Biomedical AG -A0E9DB Ningbo FreeWings Technologies Co.,Ltd -A0EB76 AirCUVE Inc. -A0EC80 zte corporation -A0EDCD Apple -A0EF84 Seine Image Int'l Co., Ltd -A0F217 GE Medical System(China) Co., Ltd. -A0F3C1 TP-LINK TECHNOLOGIES CO., LTD. -A0F3E4 Alcatel Lucent IPD -A0F419 Nokia Corporation -A0F450 HTC Corporation -A0FE91 AVAT Automation GmbH +04EE91 x-fabric GmbH +183825 Wuhan Lingjiu High-tech Co.,Ltd. +5404A6 ASUSTek COMPUTER INC. +F83376 Good Mind Innovation Co., Ltd. +C46044 Everex Electronics Limited +645422 Equinox Payments +D412BB Quadrant Components Inc. Ltd +40E793 Shenzhen Siviton Technology Co.,Ltd +2C67FB ShenZhen Zhengjili Electronics Co., LTD +D89760 C2 Development, Inc. +1CB17F NEC Platforms, Ltd. +942E17 Schneider Electric Canada Inc +B89674 AllDSP GmbH & Co. KG +6CA682 EDAM information & communications +48A22D Shenzhen Huaxuchang Telecom Technology Co.,Ltd +50ED94 EGATEL SL +B87447 Convergence Technologies +70A66A Prox Dynamics AS +DC175A Hitachi High-Technologies Corporation +5C076F Thought Creator +3C0FC1 KBC Networks +58E636 EVRsafe Technologies +90D11B Palomar Medical Technologies +CC60BB Empower RF Systems +24497B Innovative Converged Devices Inc +ECBD09 FUSION Electronics Ltd +54847B Digital Devices GmbH +705CAD Konami Gaming Inc +788973 CMC +DCCE41 FE GLOBAL HONG KONG LIMITED +4C774F Embedded Wireless Labs +203706 Cisco Systems, Inc +7C4C58 Scale Computing, Inc. +FCC23D Atmel Corporation +7C1E52 Microsoft +DCB4C4 Microsoft XCG +74FDA0 Compupal (Group) Corporation +C029F3 XySystem +48F317 Private +B07D62 Dipl.-Ing. H. Horstmann GmbH +68974B Shenzhen Costar Electronics Co. Ltd. +B8BB6D ENERES Co.,Ltd. +645DD7 Shenzhen Lifesense Medical Electronics Co., Ltd. +D45AB2 Galleon Systems +C40142 MaxMedia Technology Limited +A06E50 Nanotek Elektronik Sistemler Ltd. Sti. +182C91 Concept Development, Inc. +EC4670 Meinberg Funkuhren GmbH & Co. KG +B40B7A Brusa Elektronik AG +BC764E Rackspace US, Inc. +C4EEAE VSS Monitoring +2437EF EMC Electronic Media Communication SA +D4F63F IEA S.R.L. +4C0289 LEX COMPUTECH CO., LTD +E435FB Sabre Technology (Hull) Ltd +00CD90 MAS Elektronik AG +A8BD1A Honey Bee (Hong Kong) Limited +ACCC8E Axis Communications AB +187C81 Valeo Vision Systems +DC1EA3 Accensus LLC A40130 ABIsystems Co., LTD -A40BED Carry Technology Co.,Ltd -A40CC3 CISCO SYSTEMS, INC. -A4134E Luxul -A41566 Wei Fang Goertek Electronics Co.,Ltd -A41731 Hon Hai Precision Ind. Co.,Ltd. -A41875 CISCO SYSTEMS, INC. -A41BC0 Fastec Imaging Corporation -A41F72 Dell Inc. -A4218A Nortel Networks -A42305 Open Networking Laboratory -A424B3 FlatFrog Laboratories AB -A42940 Shenzhen YOUHUA Technology Co., Ltd -A429B7 bluesky -A42C08 Masterwork Automodules -A433D1 Fibrlink Communications Co.,Ltd. -A438FC Plastic Logic -A4466B EOC Technology -A446FA AmTRAN Video Corporation -A44B15 Sun Cupid Technology (HK) LTD -A44C11 CISCO SYSTEMS, INC. -A44E2D Adaptive Wireless Solutions, LLC -A44E31 Intel Corporate -A45055 busware.de -A4526F ADB Broadband Italia -A4561B MCOT Corporation -A45630 CISCO SYSTEMS, INC. -A45A1C smart-electronic GmbH -A45C27 Nintendo Co., Ltd. -A45D36 Hewlett Packard -A46706 Apple, Inc. -A46E79 DFT System Co.Ltd -A479E4 KLINFO Corp -A47AA4 Motorola Mobility, Inc. -A47ACF VIBICOM COMMUNICATIONS INC. -A47C14 ChargeStorm AB -A47C1F Global Microwave Systems Inc. -A4856B Q Electronics Ltd -A4895B ARK INFOSOLUTIONS PVT LTD -A49005 CHINA GREATWALL COMPUTER SHENZHEN CO.,LTD -A4934C CISCO SYSTEMS, INC. -A497BB Hitachi Industrial Equipment Systems Co.,Ltd -A49947 Huawei Technologies Co., Ltd -A49981 FuJian Elite Power Tech CO.,LTD. -A49B13 Burroughs Payment Systems, Inc. -A49EDB AutoCrib, Inc. -A4A24A Cisco SPVTG -A4A80F Shenzhen Coship Electronics Co., Ltd. -A4AD00 Ragsdale Technology -A4ADB8 Vitec Group, Camera Dynamics Ltd -A4AE9A Maestro Wireless Solutions ltd. -A4B121 Arantia 2010 S.L. -A4B197 Apple, Inc. -A4B1E9 Technicolor -A4B1EE H. ZANDER GmbH & Co. KG -A4B2A7 Adaxys Solutions AG -A4B36A JSC SDO Chromatec -A4B818 PENTA Gesellschaft für elektronische Industriedatenverarbeitung mbH -A4B980 Parking BOXX Inc. -A4BADB Dell Inc. -A4BE61 EutroVision System, Inc. -A4C0C7 ShenZhen Hitom Communication Technology Co..LTD -A4C0E1 Nintendo Co., Ltd. -A4C2AB Hangzhou LEAD-IT Information & Technology Co.,Ltd -A4C361 Apple -A4C7DE Cambridge Industries(Group) Co.,Ltd. -A4D094 Erwin Peters Systemtechnik GmbH -A4D18F Shenzhen Skyee Optical Fiber Communication Technology Ltd. -A4D1D1 ECOtality North America -A4D1D2 Apple, Inc. -A4D3B5 GLITEL Stropkov, s.r.o. -A4D856 Qualcomm Labs Inc. -A4DA3F Bionics Corp. -A4DB2E Kingspan Environmental Ltd -A4DE50 Total Walther GmbH -A4E0E6 FILIZOLA S.A. PESAGEM E AUTOMACAO -A4E32E Silicon & Software Systems Ltd. +68F125 Data Controls Inc. +706F81 Private +30E4DB Cisco Systems, Inc +742B0F Infinidat Ltd. +280CB8 Mikrosay Yazilim ve Elektronik A.S. +A06CEC RIM +443EB2 DEOTRON Co., LTD. +8CB82C IPitomy Communications +807DE3 Chongqing Sichuan Instrument Microcircuit Co.LTD. +1C8E8E DB Communication & Systems Co., ltd. +F0022B Chrontel +007F28 Actiontec Electronics, Inc +0C924E Rice Lake Weighing Systems +40040C A&T +A0165C Triteka LTD +90B97D Johnson Outdoors Marine Electronics d/b/a Minnkota +8821E3 Nebusens, S.L. +B0F1BC Dhemax Ingenieros Ltda +3C096D Powerhouse Dynamics +CC501C KVH Industries, Inc. +AC6FD9 Valueplus Inc. A4E391 DENY FONTAINE -A4E731 Nokia Corporation -A4E7E4 Connex GmbH -A4E991 SISTEMAS AUDIOVISUALES ITELSIS S.L. -A4EBD3 Samsung Electronics Co.,Ltd -A4ED4E Motorola Mobility, Inc. -A4EE57 SEIKO EPSON CORPORATION -A4EF52 Telewave Co., Ltd. -A4F3C1 Open Source Robotics Foundation, Inc. -A4F522 CHOFU SEISAKUSHO CO.,LTD -A4F7D0 LAN Accessories Co., Ltd. -A4FB8D Hangzhou Dunchong Technology Co.Ltd -A4FCCE Security Expert Ltd. -A80180 IMAGO Technologies GmbH -A80600 Samsung Electronics Co.,Ltd -A8154D TP-LINK TECHNOLOGIES CO.,LTD. -A816B2 LG Electronics -A81758 Elektronik System i Umeå AB -A81B18 XTS CORP -A81FAF KRYPTON POLSKA -A82066 Apple Inc -A826D9 HTC Corporation -A8294C Precision Optical Transceivers, Inc. -A82BD6 Shina System Co., Ltd -A830AD Wei Fang Goertek Electronics Co.,Ltd -A83944 Actiontec Electronics, Inc -A84041 Dragino Technology Co., Limited -A84481 Nokia Corporation -A845E9 Firich Enterprises CO., LTD. -A849A5 Lisantech Co., Ltd. -A854B2 Wistron Neweb Corp. -A8556A Pocketnet Technology Inc. -A85BB0 Shenzhen Dehoo Technology Co.,Ltd -A85BF3 Audivo GmbH -A861AA Cloudview Limited -A862A2 JIWUMEDIA CO., LTD. -A863DF DISPLAIRE CORPORATION -A863F2 Texas Instruments -A865B2 DONGGUAN YISHANG ELECTRONIC TECHNOLOGY CO., LIMITED -A86A6F RIM -A870A5 UniComm Inc. -A875D6 FreeTek International Co., Ltd. -A8776F Zonoff -A87B39 Nokia Corporation -A87E33 Nokia Danmark A/S -A88792 Broadband Antenna Tracking Systems -A887ED ARC Wireless LLC -A88808 Apple +04A82A Nokia Corporation +48D8FE ClarIDy Solutions, Inc. +70B265 Hiltron s.r.l. +84D9C8 Unipattern Co., +1C955D I-LAX ELECTRONICS INC. +94AAB8 Joview(Beijing) Technology Co. Ltd. +18B3BA Netlogic AB +F43E9D Benu Networks, Inc. +6469BC Hytera Communications Co .,ltd +64094C Beijing Superbee Wireless Technology Co.,Ltd +F0AE51 Xi3 Corp +782EEF Nokia Corporation +78510C LiveU Ltd. +306118 Paradom Inc. +C84529 IMK Networks Co.,Ltd A88CEE MicroMade Galka i Drozdz sp.j. -A8922C LG Electronics -A893E6 JIANGXI JINGGANGSHAN CKING COMMUNICATION TECHNOLOGY CO.,LTD -A895B0 Aker Subsea Ltd -A8968A Apple -A897DC IBM -A898C6 Shinbo Co., Ltd. -A8995C aizo ag -A89B10 inMotion Ltd. -A8AD3D Alcatel-Lucent Shanghai Bell Co., Ltd -A8B0AE LEONI -A8B1D4 CISCO SYSTEMS, INC. -A8BBCF Apple, Inc. -A8BD1A Honey Bee (Hong Kong) Limited -A8C222 TM-Research Inc. -A8CB95 EAST BEST CO., LTD. -A8CCC5 Saab AB (publ) -A8CE90 CVC -A8D0E5 Juniper Networks -A8D236 Lightware Visual Engineering -A8D3C8 Wachendorff Elektronik GmbH & Co. KG -A8E018 Nokia Corporation -A8E3EE Sony Computer Entertainment Inc. -A8EF26 Tritonwave -A8F274 Samsung Electronics -A8F470 Fujian Newland Communication Science Technologies Co.,Ltd. -A8F94B Eltex Enterprise Ltd. -A8FAD8 Apple -A8FB70 WiseSec L.t.d -A8FCB7 Consolidated Resource Imaging -AA0000 DIGITAL EQUIPMENT CORPORATION -AA0001 DIGITAL EQUIPMENT CORPORATION -AA0002 DIGITAL EQUIPMENT CORPORATION -AA0003 DIGITAL EQUIPMENT CORPORATION -AA0004 DIGITAL EQUIPMENT CORPORATION -AC0142 Uriel Technologies SIA -AC02CF RW Tecnologia Industria e Comercio Ltda -AC02EF Comsis -AC0613 Senselogix Ltd -AC0A61 Labor S.r.L. -AC0DFE Ekon GmbH - myGEKKO -AC1461 ATAW Co., Ltd. -AC14D2 wi-daq, inc. -AC162D Hewlett Packard -AC1702 Fibar Group sp. z o.o. -AC1826 SEIKO EPSON CORPORATION -AC199F SUNGROW POWER SUPPLY CO.,LTD. -AC20AA DMATEK Co., Ltd. -AC220B ASUSTek COMPUTER INC. -AC2FA8 Humannix Co.,Ltd. -AC319D Shenzhen TG-NET Botone Technology Co.,Ltd. -AC34CB Shanhai GBCOM Communication Technology Co. Ltd -AC3C0B Apple -AC3CB4 Nilan A/S -AC3D05 Instorescreen Aisa -AC3D75 HANGZHOU ZHIWAY TECHNOLOGIES CO.,LTD. -AC3FA4 TAIYO YUDEN CO.,LTD -AC40EA C&T Solution Inc. -AC4122 Eclipse Electronic Systems Inc. -AC44F2 Revolabs Inc -AC4723 Genelec -AC4AFE Hisense Broadband Multimedia Technology Co.,Ltd. -AC4BC8 Juniper Networks -AC4E91 HUAWEI TECHNOLOGIES CO.,LTD -AC4FFC SVS-VISTEK GmbH -AC5036 Pi-Coral Inc -AC5135 MPI TECH -AC51EE Cambridge Communication Systems Ltd -AC54EC IEEE P1823 Standards Working Group -AC583B Human Assembler, Inc. -AC5D10 Pace Americas -AC5E8C Utillink -AC6123 Drivven, Inc. -AC6706 Ruckus Wireless -AC6E1A Shenzhen Gongjin Electronics Co.,Ltd -AC6F4F Enspert Inc -AC6FBB TATUNG Technology Inc. -AC6FD9 Valueplus Inc. -AC7236 Lexking Technology Co., Ltd. -AC7289 Intel Corporate -AC7A42 iConnectivity -AC7BA1 Intel Corporate -AC7F3E Apple -AC80D6 Hexatronic AB -AC8112 Gemtek Technology Co., Ltd. -AC81F3 Nokia Corporation -AC8317 Shenzhen Furtunetel Communication Co., Ltd -AC83F0 ImmediaTV Corporation -AC8674 Open Mesh, Inc. -AC867E Create New Technology (HK) Limited Company -AC8ACD ROGER D.Wensker, G.Wensker sp.j. -AC8D14 Smartrove Inc -AC932F Nokia Corporation -AC9403 Envision Peripherals Inc -AC9A96 Lantiq Deutschland GmbH -AC9B84 Smak Tecnologia e Automacao -AC9CE4 Alcatel-Lucent Shanghai Bell Co., Ltd -ACA016 CISCO SYSTEMS, INC. -ACA22C Baycity Technologies Ltd -ACA430 Peerless AV -ACAB8D Lyngso Marine A/S -ACB313 ARRIS Group, Inc. -ACBD0B IMAC CO.,LTD -ACBE75 Ufine Technologies Co.,Ltd. -ACBEB6 Visualedge Technology Co., Ltd. -ACC2EC CLT INT'L IND. CORP. -ACC698 Kohzu Precision Co., Ltd. +204005 feno GmbH +6C81FE Mitsuba Corporation +E8F928 RFTECH SRL +703AD8 Shenzhen Afoundry Electronic Co., Ltd +4C98EF Zeo +DCA6BD Beijing Lanbo Technology Co., Ltd. +58E808 AUTONICS CORPORATION +B8C716 Fiberhome Telecommunication Technologies Co.,LTD +8058C5 NovaTec Kommunikationstechnik GmbH +C0EAE4 Sonicwall +F8A9DE PUISSANCE PLUS +D4F027 Navetas Energy Management +5C0CBB CELIZION Inc. +B8871E Good Mind Industries Co., Ltd. +F8EA0A Dipl.-Math. Michael Rauch +BC5FF4 ASRock Incorporation +A4B36A JSC SDO Chromatec +905F8D modas GmbH +E0C922 Jireh Energy Tech., Ltd. +28401A C8 MediSensors, Inc. +DC3C84 Ticom Geomatics, Inc. +E8CC32 Micronet LTD +9C6ABE QEES ApS. +3429EA MCD ELECTRONICS SP. Z O.O. +D43AE9 DONGGUAN ipt INDUSTRIAL CO., LTD ACC935 Ness Corporation -ACCA54 Telldus Technologies AB -ACCA8E ODA Technologies -ACCABA Midokura Co., Ltd. -ACCB09 Hefcom Metering (Pty) Ltd -ACCC8E Axis Communications AB -ACCE8F HWA YAO TECHNOLOGIES CO., LTD -ACCF23 Hi-flying electronics technology Co.,Ltd -ACD180 Crexendo Business Solutions, Inc. -ACD364 ABB SPA, ABB SACE DIV. -ACD657 Shaanxi Guolian Digital TV Technology Co., Ltd. -ACD9D6 tci GmbH -ACDBDA Shenzhen Geniatech Inc, Ltd -ACDE48 PRIVATE -ACE215 Huawei Technologies Co., Ltd -ACE348 MadgeTech, Inc -ACE42E SK hynix -ACE64B Shenzhen Baojia Battery Technology Co., Ltd. -ACE87B Huawei Technologies Co., Ltd -ACE87E Bytemark Computer Consulting Ltd -ACE97F IoT Tech Limited -ACE9AA Hay Systems Ltd -ACEA6A GENIX INFOCOMM CO., LTD. -ACEE3B 6harmonics Inc -ACF0B2 Becker Electronics Taiwan Ltd. -ACF1DF D-Link International -ACF2C5 Cisco -ACF7F3 XIAOMI CORPORATION -ACF97E ELESYS INC. -B00594 Liteon Technology Corporation -B01203 Dynamics Hong Kong Limited -B01266 Futaba-Kikaku -B01408 LIGHTSPEED INTERNATIONAL CO. -B01743 EDISON GLOBAL CIRCUITS LLC -B01B7C Ontrol A.S. -B01C91 Elim Co -B0358D Nokia Corporation -B03829 Siliconware Precision Industries Co., Ltd. -B03850 Nanjing CAS-ZDC IOT SYSTEM CO.,LTD -B0435D NuLEDs, Inc. -B046FC MitraStar Technology Corp. -B0487A TP-LINK TECHNOLOGIES CO., LTD. -B04C05 Fresenius Medical Care Deutschland GmbH -B050BC SHENZHEN BASICOM ELECTRONIC CO.,LTD. -B0518E Holl technology CO.Ltd. -B058C4 Broadcast Microwave Services, Inc -B05B1F THERMO FISHER SCIENTIFIC S.P.A. -B05CE5 Nokia Corporation -B06563 Shanghai Railway Communication Factory -B065BD Apple Inc -B06CBF 3ality Digital Systems GmbH -B0750C QA Cafe -B075D5 ZTE Corporation -B077AC Motorola Mobility, Inc. -B0793C Revolv Inc -B07994 Motorola Mobility LLC -B07D62 Dipl.-Ing. H. Horstmann GmbH -B0808C Laser Light Engines -B081D8 I-sys Corp -B08807 Strata Worldwide -B08991 LGE -B08E1A URadio Systems Co., Ltd -B09074 Fulan Electronics Limited -B09134 Taleo -B0973A E-Fuel Corporation -B09928 Fujitsu Limited -B09AE2 STEMMER IMAGING GmbH -B09BD4 GNH Software India Private Limited -B09FBA Apple -B0A10A Pivotal Systems Corporation -B0A72A Ensemble Designs, Inc. -B0A86E Juniper Networks -B0AA36 GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD. -B0ACFA Fujitsu Limited -B0B2DC Zyxel Communications Corporation -B0B32B Slican Sp. z o.o. -B0B448 Texas Instruments -B0B8D5 Nanjing Nengrui Auto Equipment CO.,Ltd -B0BD6D Echostreams Innovative Solutions -B0BDA1 ZAKLAD ELEKTRONICZNY SIMS -B0BF99 WIZITDONGDO -B0C4E7 Samsung Electronics -B0C69A Juniper Networks -B0C745 Buffalo Inc. -B0C83F Jiangsu Cynray IOT Co., Ltd. -B0C8AD People Power Company -B0C95B Beijing Symtech CO.,LTD -B0CE18 Zhejiang shenghui lighting co.,Ltd -B0CF4D MI-Zone Technology Ireland -B0D09C Samsung Electronics Co.,Ltd -B0D2F5 Vello Systems, Inc. -B0E39D CAT SYSTEM CO.,LTD. -B0E50E NRG SYSTEMS INC -B0E754 2Wire -B0E892 SEIKO EPSON CORPORATION -B0E97E Advanced Micro Peripherals -B0EC71 Samsung Electronics Co.,Ltd -B0EE45 AzureWave Technologies, Inc. -B0F1BC Dhemax Ingenieros Ltda -B0FAEB Cisco -B0FEBD PRIVATE -B4009C CableWorld Ltd. -B40142 GCI Science & Technology Co.,LTD -B40418 Smartchip Integrated Inc. -B407F9 SAMSUNG ELECTRO-MECHANICS -B40832 TC Communications -B40B7A Brusa Elektronik AG -B40C25 Palo Alto Networks -B40E96 HERAN -B40EDC LG-Ericsson Co.,Ltd. -B41489 CISCO SYSTEMS, INC. -B41513 HUAWEI TECHNOLOGIES CO.,LTD -B41DEF Internet Laboratories, Inc. -B4211D Beijing GuangXin Technology Co., Ltd -B4218A Dog Hunter LLC -B428F1 E-Prime Co., Ltd. -B42A39 ORBIT MERRET, spol. s r. o. -B42CBE Direct Payment Solutions Limited -B431B8 Aviwest -B4346C MATSUNICHI DIGITAL TECHNOLOGY (HONG KONG) LIMITED -B43564 Fujian Tian Cheng Electron Science & Technical Development Co.,Ltd. -B435F7 Zhejiang Pearmain Electronics Co.ltd. -B43741 Consert, Inc. -B439D6 ProCurve Networking by HP -B43DB2 Degreane Horizon -B43E3B Viableware, Inc -B4417A ShenZhen Gongjin Electronics Co.,Ltd +7C4A82 Portsmith LLC +2C0033 EControls, LLC +E0F211 Digitalwatt +0432F4 Partron +AC199F SUNGROW POWER SUPPLY CO.,LTD. +1CAA07 Cisco Systems, Inc +308CFB Dropcam +CCF841 Lumewave +701404 Limited Liability Company +1C35F1 NEW Lift Neue Elektronische Wege Steuerungsbau GmbH +CCD9E9 SCR Engineers Ltd. +F0DB30 Yottabyte +9C31B6 Kulite Semiconductor Products Inc +5C6A7D KENTKART EGE ELEKTRONIK SAN. VE TIC. LTD. STI. +04FF51 NOVAMEDIA INNOVISION SP. Z O.O. +FCD4F2 The Coca Cola Company +C471FE Cisco Systems, Inc +340804 D-Link Corporation B44CC2 NR ELECTRIC CO., LTD -B451F9 NB Software -B45253 Seagate Technology -B4527D Sony Mobile Communications AB -B45570 Borea -B45861 CRemote, LLC -B45CA4 Thing-talk Wireless Communication Technologies Corporation Limited -B461FF Lumigon A/S -B46238 Exablox -B46293 Samsung Electronics Co.,Ltd -B467E9 Qingdao GoerTek Technology Co., Ltd. -B4749F askey computer corp -B47F5E Foresight Manufacture (S) Pte Ltd -B48255 Research Products Corporation -B482C5 Relay2, Inc. -B482FE Askey Computer Corp -B48910 Coster T.E. S.P.A. -B4944E WeTelecom Co., Ltd. -B49842 zte corporation -B499BA Hewlett-Packard Company -B49DB4 Axion Technologies Inc. -B49EE6 SHENZHEN TECHNOLOGY CO LTD -B4A4B5 Zen Eye Co.,Ltd -B4A4E3 CISCO SYSTEMS, INC. -B4A5A9 MODI GmbH -B4A82B Histar -B4A95A Avaya, Inc -B4AA4D Ensequence, Inc. -B4AB2C MtM Technology Corporation -B4B017 Avaya, Inc -B4B362 ZTE Corporation -B4B52F Hewlett Packard -B4B5AF Minsung Electronics -B4B676 Intel Corporate -B4B88D Thuh Company -B4C44E VXL eTech Pvt Ltd -B4C799 Motorola Solutions Inc. -B4C810 UMPI Elettronica -B4CCE9 PROSYST -B4CFDB Shenzhen Jiuzhou Electric Co.,LTD -B4D8A9 BetterBots -B4D8DE iota Computing, Inc. -B4DD15 ControlThings Oy Ab -B4DF3B Chromlech -B4DFFA Litemax Electronics Inc. -B4E0CD Fusion-io, Inc -B4E1EB PRIVATE -B4E9B0 Cisco -B4ED19 Pie Digital, Inc. -B4ED54 Wohler Technologies -B4EED4 Texas Instruments -B4F0AB Apple -B4F2E8 Pace plc -B4F323 PETATEL INC. -B4FC75 SEMA Electronics(HK) CO.,LTD -B4FE8C Centro Sicurezza Italia SpA -B80305 Intel Corporate -B80415 Bayan Audio -B80B9D ROPEX Industrie-Elektronik GmbH -B81413 Keen High Holding(HK) Ltd. -B81619 Motorola Mobility, Inc. -B817C2 Apple, Inc. -B81999 Nesys -B820E7 Guangzhou Horizontal Information & Network Integration Co. Ltd -B82410 Magneti Marelli Slovakia s.r.o. -B8241A SWEDA INFORMATICA LTDA -B826D4 Furukawa Industrial S.A. Produtos Elétricos -B827EB Raspberry Pi Foundation -B8288B Parker Hannifin -B829F7 Blaster Tech -B82ADC EFR Europäische Funk-Rundsteuerung GmbH -B82CA0 Honeywell HomMed -B830A8 Road-Track Telematics Development -B836D8 Videoswitch -B838CA Kyokko Tsushin System CO.,LTD -B83A7B Worldplay (Canada) Inc. -B83D4E Shenzhen Cultraview Digital Technology Co.,Ltd Shanghai Branch -B83E59 Roku, Inc -B8415F ASP AG -B847C6 SanJet Technology Corp. -B85510 Zioncom Electronics (Shenzhen) Ltd. -B85810 NUMERA, INC. -B85AF7 Ouya, Inc -B85AFE Handaer Communication Technology (Beijing) Co., Ltd -B85E7B Samsung Electronics Co.,Ltd -B86091 Onnet Technologies and Innovations LLC -B8616F Accton Wireless Broadband(AWB), Corp. -B8621F CISCO SYSTEMS, INC. -B863BC ROBOTIS, Co, Ltd -B86491 CK Telecom Ltd -B8653B Bolymin, Inc. -B86B23 Toshiba -B870F4 COMPAL INFORMATION (KUNSHAN) CO., LTD. -B87424 Viessmann Elektronik GmbH -B87447 Convergence Technologies -B8763F Hon Hai Precision Ind. Co.,Ltd. -B877C3 Decagon Devices, Inc. -B8782E Apple -B8797E Secure Meters (UK) Limited -B8871E Good Mind Industries Co., Ltd. -B887A8 Step Ahead Innovations Inc. -B888E3 COMPAL INFORMATION (KUNSHAN) CO., LTD -B889CA ILJIN ELECTRIC Co., Ltd. -B88A60 Intel Corporate -B88D12 Apple, Inc. -B88E3A Infinite Technologies JLT -B88F14 Analytica GmbH -B8921D BG T&A -B894D2 Retail Innovation HTT AB -B89674 AllDSP GmbH & Co. KG -B8975A BIOSTAR Microtech Int'l Corp. -B898B0 Atlona Inc. -B89AED OceanServer Technology, Inc -B89BC9 SMC Networks Inc -B8A386 D-Link International -B8A3E0 BenRui Technology Co.,Ltd -B8A8AF Logic S.p.A. -B8AC6F Dell Inc -B8AE6E Nintendo Co., Ltd. -B8AF67 Hewlett-Packard Company -B8B1C7 BT&COM CO.,LTD -B8B42E Gionee Communication Equipment Co,Ltd.ShenZhen -B8B7D7 2GIG Technologies -B8B94E Shenzhen iBaby Labs, Inc. -B8BA68 Xi'an Jizhong Digital Communication Co.,Ltd -B8BA72 Cynove -B8BB6D ENERES Co.,Ltd. -B8BEBF CISCO SYSTEMS, INC. -B8C46F PRIMMCON INDUSTRIES INC -B8C68E Samsung Electronics Co.,Ltd -B8C716 Fiberhome Telecommunication Technologies Co.,LTD -B8C75D Apple, Inc. -B8C855 Shanghai GBCOM Communication Technology Co.,Ltd. -B8CA3A Dell PCBA Test -B8CD93 Penetek, Inc -B8CDA7 Maxeler Technologies Ltd. -B8D06F GUANGZHOU HKUST FOK YING TUNG RESEARCH INSTITUTE -B8D49D M Seven System Ltd. -B8D9CE Samsung Electronics -B8DAF1 Strahlenschutz- Entwicklungs- und Ausruestungsgesellschaft mbH -B8DAF7 Advanced Photonics, Inc. -B8DC87 IAI Corporation -B8E589 Payter BV -B8E625 2Wire -B8E779 9Solutions Oy -B8E856 Apple -B8E937 Sonos, Inc. -B8EE79 YWire Technologies, Inc. -B8F4D0 Herrmann Ultraschalltechnik GmbH & Co. Kg -B8F5E7 WayTools, LLC -B8F6B1 Apple, Inc. -B8F732 Aryaka Networks Inc -B8F828 Changshu Gaoshida Optoelectronic Technology Co. Ltd. -B8F934 Sony Ericsson Mobile Communications AB -B8FD32 Zhejiang ROICX Microelectronics -B8FF61 Apple, Inc. -B8FF6F Shanghai Typrotech Technology Co.Ltd -B8FFFE Texas Instruments -BC0200 Stewart Audio -BC0543 AVM GmbH -BC0DA5 Texas Instruments -BC0F2B FORTUNE TECHGROUP CO.,LTD -BC125E Beijing WisVideo INC. -BC1401 Hitron Technologies. Inc -BC15A6 Taiwan Jantek Electronics,Ltd. -BC1665 Cisco -BC20A4 Samsung Electronics -BC20BA Inspur (Shandong) Electronic Information Co., Ltd -BC261D HONG KONG TECON TECHNOLOGY -BC2846 NextBIT Computing Pvt. Ltd. -BC28D6 Rowley Associates Limited -BC2B6B Beijing Haier IC Design Co.,Ltd -BC2BD7 Revogi Innovation Co., Ltd. -BC2C55 Bear Flag Design, Inc. -BC305B Dell Inc. -BC35E5 Hydro Systems Company -BC38D2 Pandachip Limited -BC39A6 CSUN System Technology Co.,LTD -BC3BAF Apple +084EBF Broad Net Mux Corporation +48CB6E Cello Electronics (UK) Ltd +EC3BF0 NovelSat +A86A6F RIM +4022ED Digital Projection Ltd +0817F4 IBM Corp +C4D489 JiangSu Joyque Information Industry Co.,Ltd +1C7C11 EID +B0B32B Slican Sp. z o.o. +5842E4 Baxter International Inc +8CA048 Beijing NeTopChip Technology Co.,LTD +804F58 ThinkEco, Inc. +B06563 Shanghai Railway Communication Factory +349A0D ZBD Displays Ltd +A0B5DA HongKong THTF Co., Ltd +CCCD64 SM-Electronic GmbH +E82877 TMY Co., Ltd. +AC8112 Gemtek Technology Co., Ltd. +6CA906 Telefield Ltd +3C02B1 Creation Technologies LP +E46C21 messMa GmbH +0470BC Globalstar Inc. +E05FB9 Cisco Systems, Inc +081735 Cisco Systems, Inc +20FECD System In Frontier Inc. +94D019 Cydle Corp. +2CA157 acromate, Inc. +70DDA1 Tellabs +30EB25 INTEK DIGITAL BC3E13 Accordance Systems Inc. -BC4377 Hang Zhou Huite Technology Co.,ltd. -BC4760 Samsung Electronics Co.,Ltd -BC4B79 SensingTek -BC4E3C CORE STAFF CO., LTD. -BC51FE Swann Communications Pty Ltd -BC52B7 Apple Inc -BC5FF4 ASRock Incorporation -BC629F Telenet Systems P. Ltd. -BC6778 Apple Inc -BC6784 Environics Oy -BC6A16 tdvine -BC6A29 Texas Instruments +0455CA BriView (Xiamen) Corp. +D45D42 Nokia Corporation +BC2846 NextBIT Computing Pvt. Ltd. +4425BB Bamboo Entertainment Corporation +B8A8AF Logic S.p.A. +648125 Alphatron Marine BV +042605 GFR Gesellschaft für Regelungstechnik und Energieeinsparung mbH +9C645E Harman Consumer Group +78CD8E SMC Networks Inc +5C9AD8 FUJITSU LIMITED +144C1A Max Communication GmbH BC6E76 Green Energy Options Ltd -BC71C1 XTrillion, Inc. -BC72B1 Samsung Electronics Co.,Ltd -BC764E Rackspace US, Inc. -BC7670 Shenzhen Huawei Communication Technologies Co., Ltd -BC7737 Intel Corporate -BC779F SBM Co., Ltd. -BC79AD Samsung Electronics Co.,Ltd -BC7DD1 Radio Data Comms -BC811F Ingate Systems -BC8199 BASIC Co.,Ltd. -BC83A7 SHENZHEN CHUANGWEI-RGB ELECTRONICS CO.,LT -BC851F Samsung Electronics -BC8556 Hon Hai Precision Ind. Co.,Ltd. -BC8B55 NPP ELIKS America Inc. DBA T&M Atlantic -BC8CCD Samsung Electro Mechanics co.,LTD. -BC926B Apple -BC9680 Shenzhen Gongjin Electronics Co.,Ltd -BC9889 Fiberhome Telecommunication Tech.Co.,Ltd. -BC99BC FonSee Technology Inc. -BC9DA5 DASCOM Europe GmbH -BCA4E1 Nabto -BCA9D6 Cyber-Rain, Inc. -BCAEC5 ASUSTek COMPUTER INC. -BCB181 SHARP CORPORATION -BCB1F3 Samsung Electronics -BCB852 Cybera, Inc. -BCBAE1 AREC Inc. -BCBBC9 Kellendonk Elektronik GmbH -BCC168 DinBox Sverige AB -BCC23A Thomson Video Networks -BCC61A SPECTRA EMBEDDED SYSTEMS -BCC6DB Nokia Corporation -BCC810 Cisco SPVTG -BCCD45 VOISMART -BCCFCC HTC Corporation -BCD177 TP-LINK TECHNOLOGIES CO.,LTD. -BCD5B6 d2d technologies -BCD940 ASR Co,.Ltd. -BCE09D Eoslink -BCE59F WATERWORLD Technology Co.,LTD -BCEA2B CityCom GmbH -BCF2AF devolo AG -BCF685 D-Link International -BCFE8C Altronic, LLC -BCFFAC TOPCON CORPORATION -C00D7E Additech, Inc. -C011A6 Fort-Telecom ltd. -C01242 Alpha Security Products -C0143D Hon Hai Precision Ind. Co.,Ltd. -C01885 Hon Hai Precision Ind. Co.,Ltd. -C01E9B Pixavi AS -C02250 PRIVATE -C02506 AVM GmbH -C0255C Cisco -C027B9 Beijing National Railway Research & Design Institute of Signal & Communication Co., Ltd. -C02973 Audyssey Laboratories Inc. -C029F3 XySystem -C02BFC iNES. applied informatics GmbH -C02C7A Shen Zhen Horn audio Co., Ltd. -C034B4 Gigastone Corporation -C03580 A&R TECH -C035BD Velocytech Aps -C038F9 Nokia Danmark A/S -C03B8F Minicom Digital Signage -C03E0F BSkyB Ltd -C03F0E NETGEAR -C03F2A Biscotti, Inc. -C041F6 LG Electronics Inc -C04301 Epec Oy -C044E3 Shenzhen Sinkna Electronics Co., LTD -C0493D MAITRISE TECHNOLOGIQUE -C04A00 TP-LINK TECHNOLOGIES CO.,LTD. -C04DF7 SERELEC -C058A7 Pico Systems Co., Ltd. -C05E6F V. Stonkaus firma "Kodinis Raktas" -C05E79 SHENZHEN HUAXUN ARK TECHNOLOGIES CO.,LTD -C0626B CISCO SYSTEMS, INC. -C06394 Apple -C06599 Samsung Electronics Co.,Ltd -C067AF Cisco -C06C0F Dobbs Stanford -C06C6D MagneMotion, Inc. -C07E40 SHENZHEN XDK COMMUNICATION EQUIPMENT CO.,LTD -C08170 Effigis GeoSolutions -C0830A 2Wire -C0847A Apple, Inc. -C0885B SnD Tech Co., Ltd. -C08ADE Ruckus Wireless -C08B6F S I Sistemas Inteligentes Eletrônicos Ltda -C08C60 Cisco -C09132 Patriot Memory -C09134 ProCurve Networking by HP -C09C92 COBY -C09F42 Apple Inc -C0A0BB D-Link International -C0A0C7 FAIRFIELD INDUSTRIES -C0A0DE Multi Touch Oy -C0A0E2 Eden Innovations -C0A26D Abbott Point of Care -C0A364 3D Systems Massachusetts -C0A39E EarthCam, Inc. -C0AA68 OSASI Technos Inc. -C0AC54 SAGEMCOM -C0B339 Comigo Ltd. -C0B357 Yoshiki Electronics Industry Ltd. -C0B8B1 BitBox Ltd -C0BAE6 Application Solutions (Electronics and Vision) Ltd -C0BD42 ZPA Smart Energy a.s. -C0C1C0 Cisco-Linksys, LLC -C0C3B6 Automatic Systems -C0C520 Ruckus Wireless -C0C687 Cisco SPVTG -C0C946 MITSUYA LABORATORIES INC. -C0CB38 Hon Hai Precision Ind. Co.,Ltd. -C0CFA3 Creative Electronics & Software, Inc. -C0D044 SAGEMCOM -C0D962 Askey Computer Corp. -C0DA74 Hangzhou Sunyard Technology Co., Ltd. -C0DF77 Conrad Electronic SE -C0E422 Texas Instruments -C0E54E DENX Computer Systems GmbH -C0EAE4 Sonicwall -C0F8DA Hon Hai Precision Ind. Co.,Ltd. -C40142 MaxMedia Technology Limited -C4017C Ruckus Wireless -C401B1 SeekTech INC -C40938 Fujian Star-net Communication Co., Ltd -C40ACB CISCO SYSTEMS, INC. -C40F09 Hermes electronic GmbH -C4108A Ruckus Wireless -C416FA Prysm Inc -C417FE Hon Hai Precision Ind. Co.,Ltd. -C4198B Dominion Voting Systems Corporation -C419EC Qualisys AB -C41ECE HMI Sources Ltd. -C421C8 KYOCERA Corporation -C4237A WhizNets Inc. -C4242E Galvanic Applied Sciences Inc -C42628 Airo Wireless -C42795 Technicolor USA Inc. -C42C03 Apple, Inc. -C436DA Rusteletech Ltd. -C438D3 TAGATEC CO.,LTD -C4393A SMC Networks Inc -C43A9F Siconix Inc. -C43C3C CYBELEC SA -C43DC7 NETGEAR -C4438F LG Electronics -C44567 SAMBON PRECISON and ELECTRONICS -C44619 Hon Hai Precision Ind. Co.,Ltd. -C44838 Satcom Direct, Inc. -C44AD0 FIREFLIES SYSTEMS -C44B44 Omniprint Inc. -C44EAC Shenzhen Shiningworth Technology Co., Ltd. -C45444 QUANTA COMPUTER INC. -C455A6 Cadac Holdings Ltd -C455C2 Bach-Simpson -C45600 Galleon Embedded Computing -C458C2 Shenzhen TATFOOK Technology Co., Ltd. -C45976 Fugoo Coorporation -C45DD8 HDMI Forum -C46044 Everex Electronics Limited -C462EA Samsung Electronics Co.,Ltd -C46354 U-Raku, Inc. -C46413 CISCO SYSTEMS, INC. -C467B5 Libratone A/S -C46AB7 Xiaomi Technology,Inc. -C46DF1 DataGravity -C47130 Fon Technology S.L. -C471FE CISCO SYSTEMS, INC. -C4731E Samsung Eletronics Co., Ltd -C47B2F Beijing JoinHope Image Technology Ltd. -C47BA3 NAVIS Inc. -C47D4F CISCO SYSTEMS, INC. -C47DCC Motorola Solutions Inc. -C47DFE A.N. Solutions GmbH -C47F51 Inventek Systems -C4823F Fujian Newland Auto-ID Tech. Co,.Ltd. -C48508 Intel Corporate -C488E5 Samsung Electronics Co.,Ltd -C49300 8Devices -C49313 100fio networks technology llc -C49380 Speedytel technology -C495A2 SHENZHEN WEIJIU INDUSTRY AND TRADE DEVELOPMENT CO., LTD -C49805 Minieum Networks, Inc -C4AAA1 SUMMIT DEVELOPMENT, spol.s r.o. -C4AD21 MEDIAEDGE Corporation -C4B512 General Electric Digital Energy -C4BA99 I+ME Actia Informatik und Mikro-Elektronik GmbH -C4C19F National Oilwell Varco Instrumentation, Monitoring, and Optimization (NOV IMO) -C4C755 Beijing HuaqinWorld Technology Co.,Ltd -C4CAD9 Hangzhou H3C Technologies Co., Limited -C4CD45 Beijing Boomsense Technology CO.,LTD. -C4D489 JiangSu Joyque Information Industry Co.,Ltd -C4D655 Tercel technology co.,ltd -C4D987 Intel Corporate -C4DA26 NOBLEX SA -C4E032 IEEE 1904.1 Working Group -C4E17C U2S co. -C4E7BE SCSpro Co.,Ltd -C4EBE3 RRCN SAS -C4EDBA Texas Instruments -C4EEAE VSS Monitoring -C4EEF5 Oclaro, Inc. -C4F464 Spica international -C4F57C Brocade Communications Systems, Inc. -C4FCE4 DishTV NZ Ltd -C80258 ITW GSE ApS -C802A6 Beijing Newmine Technology -C80718 TDSi -C80AA9 Quanta Computer Inc. -C80E77 Le Shi Zhi Xin Electronic Technology (Tianjin) Co.,Ltd -C80E95 OmniLync Inc. -C81479 Samsung Electronics Co.,Ltd -C819F7 Samsung Electronics Co.,Ltd -C81AFE DLOGIC GmbH -C81E8E ADV Security (S) Pte Ltd -C81F66 Dell Inc PCBA Test -C8208E Storagedata -C8292A Barun Electronics -C82A14 Apple, Inc -C82E94 Halfa Enterprise Co., Ltd. -C83232 Hunting Innova -C8334B Apple, Inc. -C835B8 Ericsson, EAB/RWI/K -C83A35 Tenda Technology Co., Ltd. -C83B45 JRI-Maxant -C83D97 Nokia Corporation -C83E99 Texas Instruments -C83EA7 KUNBUS GmbH -C84529 IMK Networks Co.,Ltd -C84544 Shanghai Enlogic Electric Technology Co., Ltd. -C848F5 MEDISON Xray Co., Ltd -C84C75 CISCO SYSTEMS, INC. -C85645 Intermas France -C86000 ASUSTek COMPUTER INC. -C864C7 zte corporation -C86C1E Display Systems Ltd -C86C87 Zyxel Communications Corp -C86CB6 Optcom Co., Ltd. -C86F1D Apple -C87248 Aplicom Oy -C87B5B zte corporation -C87CBC Valink Co., Ltd. -C87D77 Shenzhen Kingtech Communication Equipment Co.,Ltd -C87E75 Samsung Electronics Co.,Ltd -C88439 Sunrise Technologies -C88447 Beautiful Enterprise Co., Ltd -C8873B Net Optics -C88A83 Dongguan HuaHong Electronics Co.,Ltd -C88B47 Nolangroup S.P.A con Socio Unico -C8903E Pakton Technologies -C89346 MXCHIP Company Limited -C89383 Embedded Automation, Inc. -C894D2 Jiangsu Datang Electronic Products Co., Ltd -C8979F Nokia Corporation -C89C1D CISCO SYSTEMS, INC. -C89CDC ELITEGROUP COMPUTER SYSTEM CO., LTD. -C89F42 VDII Innovation AB -C8A030 Texas Instruments -C8A1B6 Shenzhen Longway Technologies Co., Ltd -C8A1BA Neul Ltd -C8A620 Nebula, Inc +108CCF Cisco Systems, Inc +74E06E Ergophone GmbH +18AF9F DIGITRONIC Automationsanlagen GmbH +EC4644 TTK SAS +DCD87F Shenzhen JoinCyber Telecom Equipment Ltd +B08991 LGE +44DCCB SEMINDIA SYSTEMS PVT LTD +90D92C HUG-WITSCHI AG +B428F1 E-Prime Co., Ltd. +B4749F ASKEY COMPUTER CORP +AC2FA8 Humannix Co.,Ltd. +7C4AA8 MindTree Wireless PVT Ltd C8A70A Verizon Business -C8A729 SYStronics Co., Ltd. -C8AA21 Motorola Mobility, LLC. -C8AACC PRIVATE -C8AE9C Shanghai TYD Elecronic Technology Co. Ltd -C8AF40 marco Systemanalyse und Entwicklung GmbH -C8B373 Cisco-Linksys, LLC -C8B5B7 Apple, Inc. -C8BBD3 Embrane -C8BCC8 Apple, Inc. -C8BE19 D-Link International -C8C126 ZPM Industria e Comercio Ltda -C8C13C RuggedTek Hangzhou Co., Ltd -C8C791 Zero1.tv GmbH -C8CBB8 Hewlett Packard -C8CD72 SAGEMCOM -C8D10B Nokia Corporation -C8D15E Huawei Technologies Co., Ltd -C8D1D1 AGAiT Technology Corporation -C8D2C1 Jetlun (Shenzhen) Corporation -C8D3A3 D-Link International -C8D5FE Shenzhen Zowee Technology Co., Ltd -C8D719 Cisco Consumer Products, LLC -C8DDC9 Lenovo Mobile Communication Technology Ltd. -C8DE51 Integra Networks, Inc. -C8DF7C Nokia Corporation -C8E0EB Apple -C8E1A7 Vertu Corporation Limited -C8EE08 TANGTOP TECHNOLOGY CO.,LTD -C8EEA6 Shenzhen SHX Technology Co., Ltd -C8EF2E Beijing Gefei Tech. Co., Ltd -C8F36B Yamato Scale Co.,Ltd. -C8F386 Shenzhen Xiaoniao Technology Co.,Ltd -C8F406 Avaya, Inc -C8F704 Building Block Video -C8F733 Intel Corporate -C8F981 Seneca s.r.l. -C8F9F9 CISCO SYSTEMS, INC. -C8FB26 Cisco SPVTG -C8FE30 Bejing DAYO Mobile Communication Technology Ltd. -CC0080 BETTINI SRL -CC047C G-WAY Microwave -CC04B4 Select Comfort -CC051B Samsung Electronics Co.,Ltd -CC08E0 Apple, Inc. -CC09C8 IMAQLIQ LTD -CC0CDA Miljovakt AS -CC0DEC Cisco SPVTG -CC14A6 Yichun MyEnergy Domain, Inc -CC187B Manzanita Systems, Inc. -CC1AFA zte corporation -CC1EFF Metrological Group BV -CC2218 InnoDigital Co., Ltd. -CC262D Verifi, LLC -CC2A80 Micro-Biz intelligence solutions Co.,Ltd -CC2D8C LG ELECTRONICS INC -CC33BB SAGEMCOM SAS -CC34D7 GEWISS S.P.A. -CC3540 Technicolor USA Inc. -CC3A61 SAMSUNG ELECTRO MECHANICS CO., LTD. -CC3C3F SA.S.S. Datentechnik AG -CC3E5F Hewlett Packard -CC43E3 Trump s.a. -CC4703 Intercon Systems Co., Ltd. -CC4AE1 Fourtec -Fourier Technologies -CC4BFB Hellberg Safety AB -CC4E24 Brocade Communications Systems, Inc. -CC501C KVH Industries, Inc. -CC5076 Ocom Communications, Inc. -CC52AF Universal Global Scientific Industrial Co., Ltd. -CC53B5 HUAWEI TECHNOLOGIES CO.,LTD -CC5459 OnTime Networks AS -CC55AD RIM -CC593E TOUMAZ LTD -CC5C75 Weightech Com. Imp. Exp. Equip. Pesagem Ltda -CC5D4E ZyXEL Communications Corporation -CC5D57 Information System Research Institute,Inc. -CC60BB Empower RF Systems -CC69B0 Global Traffic Technologies, LLC -CC6B98 Minetec Wireless Technologies -CC6BF1 Sound Masking Inc. -CC6DA0 Roku, Inc. -CC6DEF TJK Tietolaite Oy -CC7669 SEETECH -CC785F Apple -CC7A30 CMAX Wireless Co., Ltd. -CC7B35 zte corporation -CC7D37 Motorola Mobility, Inc. -CC7EE7 Panasonic AVC Networks Company -CC8CE3 Texas Instruments -CC9093 Hansong Tehnologies -CC912B TE Connectivity Touch Solutions -CC944A Pfeiffer Vacuum GmbH -CC96A0 Shenzhen Huawei Communication Technologies Co., Ltd -CC9E00 Nintendo Co., Ltd. -CCA374 Guangdong Guanglian Electronic Technology Co.Ltd -CCA462 ARRIS Group, Inc. -CCAF78 Hon Hai Precision Ind. Co.,Ltd. -CCB255 D-Link International -CCB3F8 FUJITSU ISOTEC LIMITED -CCB55A Fraunhofer ITWM -CCB888 AnB Securite s.a. -CCB8F1 EAGLE KINGDOM TECHNOLOGIES LIMITED -CCBD35 Steinel GmbH -CCBE71 OptiLogix BV -CCC104 Applied Technical Systems -CCC50A SHENZHEN DAJIAHAO TECHNOLOGY CO.,LTD -CCC62B Tri-Systems Corporation -CCC8D7 CIAS Elettronica srl -CCCC4E Sun Fountainhead USA. Corp -CCCC81 HUAWEI TECHNOLOGIES CO.,LTD -CCCD64 SM-Electronic GmbH -CCCE40 Janteq Corp -CCD29B Shenzhen Bopengfa Elec&Technology CO.,Ltd -CCD539 Cisco -CCD811 Aiconn Technology Corporation -CCD9E9 SCR Engineers Ltd. -CCE798 My Social Stuff -CCE7DF American Magnetics, Inc. -CCE8AC SOYEA Technology Co.,Ltd. -CCEA1C DCONWORKS Co., Ltd -CCEED9 Deto Mechatronic GmbH -CCEF48 CISCO SYSTEMS, INC. -CCF3A5 Chi Mei Communication Systems, Inc -CCF407 EUKREA ELECTROMATIQUE SARL -CCF67A Ayecka Communication Systems LTD -CCF841 Lumewave -CCF8F0 Xi'an HISU Multimedia Technology Co.,Ltd. -CCF954 Avaya, Inc -CCF9E8 Samsung Electronics Co.,Ltd -CCFC6D RIZ TRANSMITTERS -CCFCB1 Wireless Technology, Inc. -CCFE3C Samsung Electronics -D00790 Texas Instruments -D00EA4 Porsche Cars North America -D0131E Sunrex Technology Corp -D0154A zte corporation -D0176A Samsung Electronics Co.,Ltd -D01AA7 UniPrint -D01CBB Beijing Ctimes Digital Technology Co., Ltd. -D022BE Samsung Electro Mechanics co.,LTD. -D023DB Apple, Inc. -D02788 Hon Hai Precision Ind.Co.Ltd -D02C45 littleBits Electronics, Inc. -D02DB3 Huawei Technologies Co., Ltd -D03110 Ingenic Semiconductor Co.,Ltd -D03761 Texas Instruments -D046DC Southwest Research Institute -D04CC1 SINTRONES Technology Corp. -D05099 ASRock Incorporation -D05162 Sony Mobile Communications AB -D052A8 Physical Graph Corporation -D0542D Cambridge Industries(Group) Co.,Ltd. -D0574C CISCO SYSTEMS, INC. -D05785 Pantech Co., Ltd. -D05875 Active Control Technology Inc. -D059C3 CeraMicro Technology Corporation -D05A0F I-BT DIGITAL CO.,LTD -D05FCE Hitachi Data Systems -D063B4 SolidRun Ltd. -D0667B Samsung Electronics Co., LTD -D067E5 Dell Inc -D0699E LUMINEX Lighting Control Equipment -D0737F Mini-Circuits -D0738E DONG OH PRECISION CO., LTD. -D073D5 LIFI LABS MANAGEMENT PTY LTD -D075BE Reno A&E -D07DE5 Forward Pay Systems, Inc. -D07E28 Hewlett Packard -D08999 APCON, Inc. -D08A55 Skullcandy -D08B7E Passif Semiconductor -D08CB5 Texas Instruments -D08CFF UPWIS AB +304EC3 Tianjin Techua Technology Co., Ltd. +BC4377 Hang Zhou Huite Technology Co.,ltd. +A81B18 XTS CORP +04E2F8 AEP Ticketing solutions srl +8C5105 Shenzhen ireadygo Information Technology CO.,LTD. +28E297 Shanghai InfoTM Microelectronics Co.,Ltd. D093F8 Stonestreet One LLC -D095C7 Pantech Co., Ltd. -D09B05 Emtronix -D09D0A LINKCOM -D0A311 Neuberger Gebäudeautomation GmbH -D0AEEC Alpha Networks Inc. -D0AFB6 Linktop Technology Co., LTD -D0B33F SHENZHEN TINNO MOBILE TECHNOLOGY CO.,LTD. -D0B498 Robert Bosch LLC Automotive Electronics -D0B53D SEPRO ROBOTIQUE -D0BB80 SHL Telemedicine International Ltd. -D0BE2C CNSLink Co., Ltd. -D0C1B1 Samsung Electronics Co.,Ltd -D0C282 CISCO SYSTEMS, INC. -D0C789 Cisco -D0CDE1 Scientech Electronics -D0CF5E Energy Micro AS -D0D0FD CISCO SYSTEMS, INC. -D0D212 K2NET Co.,Ltd. -D0D286 Beckman Coulter K.K. -D0D3FC Mios, Ltd. -D0D412 ADB Broadband Italia -D0D471 MVTECH co., Ltd -D0D6CC Wintop -D0DB32 Nokia Corporation -D0DF9A Liteon Technology Corporation -D0DFB2 Genie Networks Limited -D0DFC7 Samsung Electronics Co.,Ltd -D0E347 Yoga -D0E40B Wearable Inc. -D0E54D Pace plc -D0E782 Azurewave Technologies, Inc. -D0EB03 Zhehua technology limited -D0EB9E Seowoo Inc. -D0F0DB Ericsson -D0F27F SteadyServ Technoligies, LLC -D0F73B Helmut Mauell GmbH -D0FF50 Texas Instruments, Inc -D4000D Phoenix Broadband Technologies, LLC. -D40057 MC Technologies GmbH -D40129 Broadcom Corporation -D4016D TP-LINK TECHNOLOGIES CO.,LTD. -D4024A Delphian Systems LLC -D40BB9 Solid Semecs bv. -D40FB2 Applied Micro Electronics AME bv -D41090 iNFORM Systems AG -D410CF Huanshun Network Science and Technology Co., Ltd. -D411D6 ShotSpotter, Inc. -D41296 Anobit Technologies Ltd. -D412BB Quadrant Components Inc. Ltd -D4136F Asia Pacific Brands -D41C1C RCF S.P.A. -D41E35 TOHO Electronics INC. -D41F0C TVI Vision Oy -D4206D HTC Corporation -D4223F Lenovo Mobile Communication Technology Ltd. -D42751 Infopia Co., Ltd -D428B2 ioBridge, Inc. -D429EA Zimory GmbH -D42C3D Sky Light Digital Limited -D43A65 IGRS Engineering Lab Ltd. -D43AE9 DONGGUAN ipt INDUSTRIAL CO., LTD -D43D67 Carma Industries Inc. -D43D7E Micro-Star Int'l Co, Ltd -D443A8 Changzhou Haojie Electric Co., Ltd. -D44B5E TAIYO YUDEN CO., LTD. -D44C24 Vuppalamritha Magnetic Components LTD -D44C9C Shenzhen YOOBAO Technology Co.Ltd -D44CA7 Informtekhnika & Communication, LLC +1C334D ITS Telecom +609E64 Vivonic GmbH D44F80 Kemper Digital GmbH -D4507A CEIVA Logic, Inc -D45251 IBT Ingenieurbureau Broennimann Thun -D45297 nSTREAMS Technologies, Inc. -D453AF VIGO System S.A. -D45AB2 Galleon Systems -D45C70 Wireless Gigabit Alliance -D45D42 Nokia Corporation -D464F7 CHENGDU USEE DIGITAL TECHNOLOGY CO., LTD -D466A8 Riedo Networks GmbH -D467E7 Fiberhome Telecommunication Tech.Co.,Ltd. -D46A91 Snap AV -D46CBF Goodrich ISR -D46CDA CSM GmbH -D46E5C Huawei Technologies Co., Ltd -D46F42 WAXESS USA Inc -D479C3 Cameronet GmbH & Co. KG -D47B75 HARTING Electronics GmbH -D4823E Argosy Technologies, Ltd. -D48564 Hewlett-Packard Company -D487D8 Samsung Electronics -D48890 Samsung Electronics Co.,Ltd -D48CB5 CISCO SYSTEMS, INC. -D48FAA Sogecam Industrial, S.A. -D491AF Electroacustica General Iberica, S.A. -D493A0 Fidelix Oy -D4945A COSMO CO., LTD -D494A1 Texas Instruments -D49524 Clover Network, Inc. -D496DF SUNGJIN C&T CO.,LTD -D49A20 Apple, Inc -D49C28 JayBird Gear LLC -D49C8E University of FUKUI -D49E6D Wuhan Zhongyuan Huadian Science & Technology Co., -D4A02A CISCO SYSTEMS, INC. -D4A425 SMAX Technology Co., Ltd. -D4A499 InView Technology Corporation -D4A928 GreenWave Reality Inc -D4AAFF MICRO WORLD -D4AC4E BODi rS, LLC -D4AD2D Fiberhome Telecommunication Tech.Co.,Ltd. -D4AE52 Dell Inc -D4B110 HUAWEI TECHNOLOGIES CO.,LTD -D4BED9 Dell Inc -D4BF2D SE Controls Asia Pacific Ltd -D4BF7F UPVEL -D4C1FC Nokia Corporation -D4C766 Acentic GmbH -D4C9EF Hewlett Packard -D4CA6D Routerboard.com -D4CA6E u-blox AG -D4CBAF Nokia Corporation -D4CEB8 Enatel LTD -D4D184 ADB Broadband Italia -D4D249 Power Ethernet -D4D50D Southwest Microwave, Inc -D4D748 CISCO SYSTEMS, INC. -D4D898 Korea CNO Tech Co., Ltd -D4DF57 Alpinion Medical Systems -D4E32C S. Siedle & Sohne -D4E33F Alcatel-Lucent -D4E8B2 Samsung Electronics -D4EA0E Avaya, Inc -D4EC0C Harley-Davidson Motor Company -D4EE07 HIWIFI Co., Ltd. -D4F027 Navetas Energy Management -D4F0B4 Napco Security Technologies -D4F143 IPROAD.,Inc -D4F63F IEA S.R.L. -D8004D Apple -D8052E Skyviia Corporation -D806D1 Honeywell Fire System (Shanghai) Co,. Ltd. -D808F5 Arcadia Networks Co. Ltd. -D809C3 Cercacor Labs -D80DE3 FXI TECHNOLOGIES AS -D8160A Nippon Electro-Sensory Devices -D8182B Conti Temic Microelectronic GmbH -D819CE Telesquare -D81BFE TWINLINX CORPORATION -D81C14 Compacta International, Ltd. -D81EDE B&W Group Ltd -D824BD CISCO SYSTEMS, INC. -D826B9 Guangdong Coagent Electronics S &T Co., Ltd. -D8270C MaxTronic International Co., Ltd. -D828C9 General Electric Consumer and Industrial -D82916 Ascent Communication Technology -D82986 Best Wish Technology LTD +34684A Teraworks Co., Ltd. +0CC6AC DAGS D82A7E Nokia Corporation -D82D9B Shenzhen G.Credit Communication Technology Co., Ltd -D82DE1 Tricascade Inc. -D83062 Apple, Inc -D831CF Samsung Electronics Co.,Ltd -D8337F Office FA.com Co.,Ltd. -D842AC Shanghai Feixun Communication Co.,Ltd. -D84606 Silicon Valley Global Marketing -D8490B HUAWEI TECHNOLOGIES CO.,LTD -D84B2A Cognitas Technologies, Inc. -D8543A Texas Instruments -D857EF Samsung Electronics -D85D4C TP-LINK Technologies Co.,Ltd. -D85D84 CAx soft GmbH -D862DB Eno Inc. -D866C6 Shenzhen Daystar Technology Co.,ltd -D867D9 CISCO SYSTEMS, INC. -D86960 Steinsvik -D86BF7 Nintendo Co., Ltd. -D86CE9 SAGEMCOM SAS -D87157 Lenovo Mobile Communication Technology Ltd. -D87533 Nokia Corporation -D8760A Escort, Inc. -D878E5 KUHN SA -D87988 Hon Hai Precision Ind. Co., Ltd. -D88A3B UNIT-EM -D890E8 Samsung Electronics Co.,Ltd -D8952F Texas Instruments -D89685 GoPro -D89695 Apple, Inc -D8973B Emerson Network Power Embedded Power -D89760 C2 Development, Inc. -D89D67 Hewlett Packard -D89DB9 eMegatech International Corp. -D89E3F Apple, Inc. -D8A25E Apple, Inc. -D8AE90 Itibia Technologies -D8AF3B Hangzhou Bigbright Integrated communications system Co.,Ltd -D8AFF1 Panasonic Appliances Company -D8B02E Guangzhou Zonerich Business Machine Co., Ltd -D8B04C Jinan USR IOT Technology Co., Ltd. -D8B12A Panasonic Mobile Communications Co., Ltd. -D8B377 HTC Corporation +5CBD9E HONGKONG MIRACLE EAGLE TECHNOLOGY(GROUP) LIMITED +743889 ANNAX Anzeigesysteme GmbH +647FDA TEKTELIC Communications Inc. +90610C Fida International (S) Pte Ltd +3C5F01 Synerchip Co., Ltd. +708B78 citygrow technology co., ltd +74CD0C Smith Myers Communications Ltd. +B8EE79 YWire Technologies, Inc. +40C245 Shenzhen Hexicom Technology Co., Ltd. +7076F0 LevelOne Communications (India) Private Limited +48C8B6 SysTec GmbH +9C4563 DIMEP Sistemas +E42771 Smartlabs +0876FF Thomson Telecom Belgium +401D59 Biometric Associates, LP +4C2C80 Beijing Skyway Technologies Co.,Ltd +08D29A Proformatique +90D852 Comtec Co., Ltd. +28061E NINGBO GLOBAL USEFUL ELECTRIC CO.,LTD +4037AD Macro Image Technology, Inc. +64E8E6 global moisture management system +34A183 AWare, Inc +588D09 Cisco Systems, Inc +342109 Jensen Scandinavia AS +08FAE0 Fohhn Audio AG +506F9A Wi-Fi Alliance +7CF098 Bee Beans Technologies, Inc. +9C7514 Wildix srl +BC7DD1 Radio Data Comms +28068D ITL, LLC +F0D767 Axema Passagekontroll AB +A4AE9A Maestro Wireless Solutions ltd. +5CD135 Xtreme Power Systems +9C28BF Continental Automotive Czech Republic s.r.o. +206FEC Braemac CA LLC +64A232 OOO Samlight +A082C7 P.T.I Co.,LTD +F41F0B YAMABISHI Corporation +447C7F Innolight Technology Corporation +FC75E6 Handreamnet +20B0F7 Enclustra GmbH +4013D9 Global ES +F4DC4D Beijing CCD Digital Technology Co., Ltd +F8B599 Guangzhou CHNAVS Digital Technology Co.,Ltd +7C3920 SSOMA SECURITY +9C77AA NADASNV D8B6C1 NetworkAccountant, Inc. -D8B8F6 Nantworks -D8B90E Triple Domain Vision Co.,Ltd. -D8BF4C Victory Concept Electronics Limited -D8C068 Netgenetech.co.,ltd. -D8C3FB DETRACOM -D8C691 Hichan Technology Corp. -D8C7C8 Aruba Networks -D8C99D EA DISPLAY LIMITED -D8D1CB Apple -D8D27C JEMA ENERGY, SA -D8D385 Hewlett-Packard Company -D8D43C Sony Corporation -D8D5B9 Rainforest Automation, Inc. -D8D67E GSK CNC EQUIPMENT CO.,LTD -D8DA52 APATOR S.A. -D8DCE9 Kunshan Erlab ductless filtration system Co.,Ltd -D8DF0D beroNet GmbH -D8E3AE CIRTEC MEDICAL SYSTEMS -D8E72B OnPATH Technologies -D8E743 Wush, Inc -D8E952 KEOPSYS -D8EB97 TRENDnet, Inc. -D8F0F2 Zeebo Inc -D8FE8F IDFone Co., Ltd. -D8FEE3 D-Link International -DC0265 Meditech Kft -DC028E zte corporation -DC05ED Nabtesco Corporation -DC07C1 HangZhou QiYang Technology Co.,Ltd. -DC0B1A ADB Broadband Italia -DC0EA1 COMPAL INFORMATION (KUNSHAN) CO., LTD -DC16A2 Medtronic Diabetes -DC175A Hitachi High-Technologies Corporation -DC1792 Captivate Network -DC1D9F U & B tech -DC1DD4 Microstep-MIS spol. s r.o. -DC1EA3 Accensus LLC -DC2008 ASD Electronics Ltd -DC2A14 Shanghai Longjing Technology Co. -DC2B61 Apple, Inc. -DC2B66 InfoBLOCK S.A. de C.V. -DC2BCA Zera GmbH -DC2C26 Iton Technology Limited -DC2E6A HCT. Co., Ltd. -DC309C Heyrex Limited -DC3350 TechSAT GmbH -DC37D2 Hunan HKT Electronic Technology Co., Ltd -DC3A5E Roku, Inc -DC3C2E Manufacturing System Insights, Inc. -DC3C84 Ticom Geomatics, Inc. -DC3E51 Solberg & Andersen AS -DC4517 Motorola Mobility, Inc. -DC49C9 CASCO SIGNAL LTD -DC4EDE SHINYEI TECHNOLOGY CO., LTD. -DC5726 Power-One -DC647C C.R.S. iiMotion GmbH -DC6F00 Livescribe, Inc. -DC6F08 Bay Storage Technology -DC7014 PRIVATE -DC7144 Samsung Electro Mechanics -DC7B94 CISCO SYSTEMS, INC. -DC825B JANUS, spol. s r.o. -DC85DE Azurewave Technologies., inc. -DC9B1E Intercom, Inc. -DC9C52 Sapphire Technology Limited. -DC9FA4 Nokia Corporation -DC9FDB Ubiquiti Networks, Inc. -DCA5F4 Cisco -DCA6BD Beijing Lanbo Technology Co., Ltd. -DCA7D9 Compressor Controls Corp -DCA8CF New Spin Golf, LLC. -DCA971 Intel Corporate -DCA989 MACANDC -DCAE04 CELOXICA Ltd -DCB058 Burkert Werke GmbH -DCB4C4 Microsoft XCG -DCBF90 HUIZHOU QIAOXING TELECOMMUNICATION INDUSTRY CO.,LTD. -DCC0DB Shenzhen Kaiboer Technology Co., Ltd. -DCC101 SOLiD Technologies, Inc. -DCC422 Systembase Limited -DCCBA8 Explora Technologies Inc -DCCE41 FE GLOBAL HONG KONG LIMITED -DCCF94 Beijing Rongcheng Hutong Technology Co., Ltd. -DCD0F7 Bentek Systems Ltd. -DCD2FC HUAWEI TECHNOLOGIES CO.,LTD -DCD321 HUMAX co.,tld -DCD52A Sunny Heart Limited -DCD87F Shenzhen JoinCyber Telecom Equipment Ltd -DCDECA Akyllor -DCE2AC Lumens Digital Optics Inc. -DCE71C AUG Elektronik GmbH -DCF05D Letta Teknoloji -DCF755 SITRONIK -DCF858 Lorent Networks, Inc. -DCFAD5 STRONG Ges.m.b.H. -DCFB02 Buffalo Inc. -E005C5 TP-LINK Technologies Co.,Ltd. -E006E6 Hon Hai Precision Ind. Co.,Ltd. -E00B28 Inovonics -E00C7F Nintendo Co., Ltd. -E0143E Modoosis Inc. -E01877 Fujitsu Limited -E01C41 Aerohive Networks Inc. -E01CEE Bravo Tech, Inc. -E01D3B Cambridge Industries(Group) Co.,Ltd -E01E07 Anite Telecoms US. Inc -E01F0A Xslent Energy Technologies. LLC -E0247F HUAWEI TECHNOLOGIES CO.,LTD +58D08F IEEE 1904.1 Working Group +3C99F7 Lansentechnology AB +94E711 Xirka Dama Persada PT +507D02 BIODIT +F44227 S & S Research Inc. +D4CBAF Nokia Corporation +CC09C8 IMAQLIQ LTD +C4B512 General Electric Digital Energy E02538 Titan Pet Products -E02630 Intrigue Technologies, Inc. -E02636 Nortel Networks -E0271A TTC Next-generation Home Network System WG -E02A82 Universal Global Scientific Industrial Co., Ltd. -E02F6D Cisco -E03005 Alcatel-Lucent Shanghai Bell Co., Ltd -E031D0 SZ Telstar CO., LTD -E039D7 Plexxi, Inc. -E03C5B SHENZHEN JIAXINJIE ELECTRON CO.,LTD -E03E4A Cavanagh Group International -E03E7D data-complex GmbH -E0469A NETGEAR -E05597 Emergent Vision Technologies Inc. -E0589E Laerdal Medical -E05B70 Innovid, Co., Ltd. -E05DA6 Detlef Fink Elektronik & Softwareentwicklung -E05FB9 CISCO SYSTEMS, INC. -E061B2 HANGZHOU ZENOINTEL TECHNOLOGY CO., LTD -E06290 Jinan Jovision Science & Technology Co., Ltd. -E063E5 Sony Mobile Communications AB -E064BB DigiView S.r.l. -E067B3 C-Data Technology Co., Ltd -E06995 PEGATRON CORPORATION -E0757D Motorola Mobility LLC -E07C62 Whistle Labs, Inc. -E07F88 EVIDENCE Network SIA -E08177 GreenBytes, Inc. -E087B1 Nata-Info Ltd. +CC7A30 CMAX Wireless Co., Ltd. +D8760A Escort, Inc. +6063FD Transcend Communication Beijing Co.,Ltd. E08A7E Exponent -E08FEC REPOTEC CO., LTD. -E09153 XAVi Technologies Corp. -E091F5 NETGEAR -E09467 Intel Corporate -E09579 ORTHOsoft inc, d/b/a Zimmer CAS -E09D31 Intel Corporate -E09DB8 PLANEX COMMUNICATIONS INC. -E0A198 NOJA Power Switchgear Pty Ltd -E0A1D7 SFR -E0A30F Pevco -E0A670 Nokia Corporation -E0AAB0 GENERAL VISION ELECTRONICS CO. LTD. -E0ABFE Orb Networks, Inc. -E0AE5E ALPS Co,. Ltd. -E0AEB2 Bender GmbH & Co.KG -E0AEED LOENK -E0AF4B Pluribus Networks, Inc. -E0B2F1 FN-LINK TECHNOLOGY LIMITED -E0B7B1 Pace plc -E0B9A5 Azurewave -E0B9BA Apple, Inc. -E0BC43 C2 Microsystems, Inc. -E0C286 Aisai Communication Technology Co., Ltd. -E0C2B7 Masimo Corporation -E0C3F3 ZTE Corporation -E0C6B3 MilDef AB -E0C79D Texas Instruments -E0C922 Jireh Energy Tech., Ltd. -E0C97A Apple Inc -E0CA4D Shenzhen Unistar Communication Co.,LTD -E0CA94 Askey Computer -E0CB1D PRIVATE -E0CB4E ASUSTek COMPUTER INC. -E0CEC3 ASKEY COMPUTER CORP -E0CF2D Gemintek Corporation -E0D10A Katoudenkikougyousyo co ltd -E0D1E6 Aliph dba Jawbone -E0D7BA Texas Instruments -E0D9A2 Hippih aps -E0DADC JVC KENWOOD Corporation -E0DB55 Dell Inc -E0DCA0 Siemens Electrical Apparatus Ltd., Suzhou Chengdu Branch -E0E751 Nintendo Co., Ltd. -E0E8E8 Olive Telecommunication Pvt. Ltd -E0ED1A vastriver Technology Co., Ltd -E0EDC7 Shenzhen Friendcom Technology Development Co., Ltd -E0EE1B Panasonic Automotive Systems Company of America -E0EF25 Lintes Technology Co., Ltd. -E0F211 Digitalwatt -E0F379 Vaddio -E0F5C6 Apple Inc -E0F5CA CHENG UEI PRECISION INDUSTRY CO.,LTD. -E0F847 Apple, Inc. -E0F9BE Cloudena Corp. -E0FAEC Platan sp. z o.o. sp. k. -E4115B Hewlett Packard -E41289 topsystem Systemhaus GmbH -E41C4B V2 TECHNOLOGY, INC. -E41F13 IBM Corp -E425E7 Apple -E425E9 Color-Chip -E42771 Smartlabs -E42AD3 Magneti Marelli S.p.A. Powertrain -E42C56 Lilee Systems, Ltd. -E42D02 TCT Mobile Limited -E42F26 Fiberhome Telecommunication Tech.Co.,Ltd. -E42FF6 Unicore communication Inc. -E432CB Samsung Electronics Co.,Ltd -E43593 Hangzhou GoTo technology Co.Ltd -E435FB Sabre Technology (Hull) Ltd -E437D7 HENRI DEPAEPE S.A.S. -E438F2 Advantage Controls -E43FA2 Wuxi DSP Technologies Inc. -E440E2 Samsung Electronics Co.,Ltd -E441E6 Ottec Technology GmbH +80C6CA Endian s.r.l. +F8DAE2 Beta LaserMike +E80462 Cisco Systems, Inc +70B08C Shenou Communication Equipment Co.,Ltd +F0E5C3 Drägerwerk AG & Co. KG aA +446132 ecobee inc +A4B2A7 Adaxys Solutions AG +F455E0 Niceway CNC Technology Co.,Ltd.Hunan Province +AC4FFC SVS-VISTEK GmbH +FC7CE7 FCI USA LLC +145412 Entis Co., Ltd. +807D1B Neosystem Co. Ltd. +14FEAF SAGITTAR LIMITED +7CB542 ACES Technology +40CD3A Z3 Technology +045D56 camtron industrial inc. +AC83F0 ImmediaTV Corporation +6CE0B0 SOUND4 +00336C SynapSense Corporation E446BD C&C TECHNIC TAIWAN CO., LTD. -E448C7 Cisco SPVTG -E44E18 Gardasoft VisionLimited -E44F29 MA Lighting Technology GmbH -E44F5F EDS Elektronik Destek San.Tic.Ltd.Sti -E455EA Dedicated Computing -E45614 Suttle Apparatus -E457A8 Stuart Manufacturing, Inc. -E46449 Motorola Mobility, Inc. -E467BA Danish Interpretation Systems A/S -E468A3 HUAWEI TECHNOLOGIES CO.,LTD -E46C21 messMa GmbH -E47185 Securifi Ltd -E4751E Getinge Sterilization AB -E4776B AARTESYS AG -E477D4 Minrray Industry Co.,Ltd -E47CF9 Samsung Electronics Co., LTD -E47D5A Beijing Hanbang Technology Corp. -E481B3 Shenzhen ACT Industrial Co.,Ltd. -E48399 Motorola Mobility, Inc. -E48AD5 RF WINDOW CO., LTD. -E48B7F Apple -E49069 Rockwell Automation -E492E7 Gridlink Tech. Co.,Ltd. -E492FB Samsung Electronics Co.,Ltd -E496AE ALTOGRAPHICS Inc. -E497F0 Shanghai VLC Technologies Ltd. Co. -E4A5EF TRON LINK ELECTRONICS CO., LTD. -E4A7FD Cellco Partnership -E4AB46 UAB Selteka -E4AD7D SCL Elements -E4AFA1 HES-SO -E4B021 Samsung Electronics Co.,Ltd -E4C146 Objetivos y Servicios de Valor A -E4C6E6 Mophie, LLC -E4C806 Ceiec Electric Technology Inc. -E4CE8F Apple, Inc. -E4D3F1 Cisco -E4D53D Hon Hai Precision Ind. Co.,Ltd. -E4D71D Oraya Therapeutics -E4DD79 En-Vision America, Inc. -E4E0C5 Samsung Electronics Co., LTD -E4E409 LEIFHEIT AG -E4EC10 Nokia Corporation -E4EEFD MR&D Manufacturing -E4F365 Time-O-Matic, Inc. -E4F3E3 Shanghai iComhome Co.,Ltd. -E4F7A1 Datafox GmbH -E4FA1D PAD Peripheral Advanced Design Inc. -E4FFDD ELECTRON INDIA -E8039A Samsung Electronics CO., LTD -E8040B Apple, Inc. -E80410 PRIVATE -E80462 CISCO SYSTEMS, INC. -E804F3 Throughtek Co., Ltd. -E8056D Nortel Networks -E80688 Apple, Inc. -E80B13 Akib Systems Taiwan, INC -E80C38 DAEYOUNG INFORMATION SYSTEM CO., LTD -E80C75 Syncbak, Inc. -E8102E Really Simple Software, Inc -E81132 Samsung Electronics CO., LTD -E81324 GuangZhou Bonsoninfo System CO.,LTD -E82877 TMY Co., Ltd. -E828D5 Cots Technology -E82AEA Intel Corporate -E82E24 Out of the Fog Research LLC -E83935 Hewlett Packard -E839DF Askey Computer -E83A97 OCZ Technology Group -E83EB6 RIM -E83EFB GEODESIC LTD. -E83EFC ARRIS Group, Inc. -E84040 CISCO SYSTEMS, INC. -E840F2 PEGATRON CORPORATION -E843B6 QNAP Systems, Inc. -E8481F Advanced Automotive Antennas -E84E06 EDUP INTERNATIONAL (HK) CO., LTD -E84ECE Nintendo Co., Ltd. -E8516E TSMART Inc. -E8519D Yeonhab Precision Co.,LTD -E85484 NEO INFORMATION SYSTEMS CO., LTD. -E856D6 NCTech Ltd -E85AA7 LLC Emzior -E85B5B LG ELECTRONICS INC -E85BF0 Imaging Diagnostics +7415E2 Tri-Sen Systems Corporation +F0BDF1 Sipod Inc. +288915 CashGuard Sverige AB +40618E Stella-Green Co +9C4E20 Cisco Systems, Inc +408493 Clavister AB +1C3A4F AccuSpec Electronics, LLC +58E747 Deltanet AG +D87533 Nokia Corporation +ECFE7E BlueRadios, Inc. +7C6F06 Caterpillar Trimble Control Technologies +7C7673 ENMAS GmbH +6C6F18 Stereotaxis, Inc. +003532 Electro-Metrics Corporation +44376F Young Electric Sign Co +8C640B Beyond Devices d.o.o. +F04335 DVN(Shanghai)Ltd. +A479E4 KLINFO Corp +003CC5 WONWOO Engineering Co., Ltd E85E53 Infratec Datentechnik GmbH -E86CDA Supercomputers and Neurocomputers Research Center -E86D52 Motorola Mobility, Inc. -E86D54 Digit Mobile Inc -E86D6E Control & Display Systems Ltd t/a CDSRail -E8718D Elsys Equipamentos Eletronicos Ltda -E8757F FIRS Technologies(Shenzhen) Co., Ltd -E878A1 BEOVIEW INTERCOM DOO -E87AF3 S5 Tech S.r.l. -E880D8 GNTEK Electronics Co.,Ltd. -E8892C ARRIS Group, Inc. -E88D28 Apple -E88DF5 ZNYX Networks, Inc. -E89218 Arcontia International AB -E892A4 LG Electronics -E8944C Cogent Healthcare Systems Ltd -E894F6 TP-LINK TECHNOLOGIES CO.,LTD. -E8995A PiiGAB, Processinformation i Goteborg AB -E899C4 HTC Corporation -E89A8F Quanta Computer Inc. -E89AFF Fujian Landi Commercial Equipment Co.,Ltd -E89D87 Toshiba -E8A364 Signal Path International / Peachtree Audio -E8A4C1 Deep Sea Electronics PLC -E8ABFA Shenzhen Reecam Tech.Ltd. -E8B4AE Shenzhen C&D Electronics Co.,Ltd -E8B748 CISCO SYSTEMS, INC. -E8BA70 CISCO SYSTEMS, INC. -E8BB3D Sino Prime-Tech Limited -E8BE81 SAGEMCOM -E8C229 H-Displays (MSC) Bhd -E8C320 Austco Communication Systems Pty Ltd -E8CBA1 Nokia Corporation -E8CC32 Micronet LTD -E8CD2D Huawei Technologies Co., Ltd -E8CE06 SkyHawke Technologies, LLC. -E8D0FA MKS Instruments Deutschland GmbH -E8D483 ULTIMATE Europe Transportation Equipment GmbH -E8D4E0 Beijing BenyWave Technology Co., Ltd. -E8DA96 Zhuhai Tianrui Electrical Power Tech. Co., Ltd. -E8DAAA VideoHome Technology Corp. -E8DE27 TP-LINK TECHNOLOGIES CO.,LTD. -E8DFF2 PRF Co., Ltd. -E8E08F GRAVOTECH MARKING SAS -E8E0B7 Toshiba +C848F5 MEDISON Xray Co., Ltd +1C17D3 Cisco Systems, Inc +ACBE75 Ufine Technologies Co.,Ltd. +D87157 Lenovo Mobile Communication Technology Ltd. +806629 Prescope Technologies CO.,LTD. +90F278 Radius Gateway +68CA00 Octopus Systems Limited +4C3089 Thales Transportation Systems GmbH +0C7D7C Kexiang Information Technology Co, Ltd. +70D880 Upos System sp. z o.o. +0CC9C6 Samwin Hong Kong Limited +B45861 CRemote, LLC +B8653B Bolymin, Inc. +B0973A E-Fuel Corporation +A05DC1 TMCT Co., LTD. +E0CA4D Shenzhen Unistar Communication Co.,LTD +E497F0 Shanghai VLC Technologies Ltd. Co. +204E6B Axxana(israel) ltd +50F003 Open Stack, Inc. +0C17F1 TELECSYS +98BC99 Edeltech Co.,Ltd. E8E1E2 Energotest -E8E5D6 Samsung Electronics Co.,Ltd -E8E732 Alcatel-Lucent -E8E776 Shenzhen Kootion Technology Co., Ltd -E8E875 iS5 Communications Inc. -E8EADA Denkovi Assembly Electroncs LTD -E8EDF3 Cisco -E8F1B0 SAGEMCOM SAS -E8F928 RFTECH SRL -EC0ED6 ITECH INSTRUMENTS SAS -EC1120 FloDesign Wind Turbine Corporation -EC14F6 BioControl AS -EC172F TP-LINK TECHNOLOGIES CO., LTD. -EC1A59 Belkin International Inc. -EC219F VidaBox LLC -EC2257 JiangSu NanJing University Electronic Information Technology Co.,Ltd -EC233D Huawei Technologies Co., Ltd -EC2368 IntelliVoice Co.,Ltd. -EC2AF0 Ypsomed AG -EC2C49 University of Tokyo -EC3091 CISCO SYSTEMS, INC. -EC3586 Apple` -EC3BF0 NovelSat -EC3E09 PERFORMANCE DESIGNED PRODUCTS, LLC -EC3F05 Institute 706, The Second Academy China Aerospace Science & Industry Corp -EC42F0 ADL Embedded Solutions, Inc. -EC43E6 AWCER Ltd. -EC43F6 ZyXEL Communications Corporation -EC4476 CISCO SYSTEMS, INC. -EC4644 TTK SAS -EC4670 Meinberg Funkuhren GmbH & Co. KG -EC473C Redwire, LLC -EC4993 Qihan Technology Co., Ltd -EC4C4D ZAO NPK RoTeK -EC542E Shanghai XiMei Electronic Technology Co. Ltd -EC55F9 Hon Hai Precision Ind. Co.,Ltd. -EC5C69 MITSUBISHI HEAVY INDUSTRIES MECHATRONICS SYSTEMS,LTD. -EC6264 Global411 Internet Services, LLC -EC63E5 ePBoard Design LLC -EC66D1 B&W Group LTD -EC6C9F Chengdu Volans Technology CO.,LTD -EC7C74 Justone Technologies Co., Ltd. -EC7D9D MEI -EC836C RM Tech Co., Ltd. -EC852F Apple, Inc. -EC888F TP-LINK TECHNOLOGIES CO., LTD. -EC89F5 Lenovo Mobile Communication Technology Ltd. -EC8EAD DLX -EC9233 Eddyfi NDT Inc -EC9327 MEMMERT GmbH + Co. KG -EC9681 2276427 Ontario Inc -EC986C Lufft Mess- und Regeltechnik GmbH -EC98C1 Beijing Risbo Network Technology Co.,Ltd -EC9A74 Hewlett Packard -EC9B5B Nokia Corporation -EC9ECD Emerson Network Power and Embedded Computing -ECA29B Kemppi Oy -ECA86B ELITEGROUP COMPUTER SYSTEMS CO., LTD. +FC683E Directed Perception, Inc +6C1811 Decatur Electronics +94592D EKE Building Technology Systems Ltd +9CC077 PrintCounts, LLC +A85BB0 Shenzhen Dehoo Technology Co.,Ltd +089F97 LEROY AUTOMATION +4C5DCD Oy Finnish Electric Vehicle Technologies Ltd +10090C Janome Sewing Machine Co., Ltd. ECB106 Acuro Networks, Inc -ECB541 SHINANO E and E Co.Ltd. -ECBBAE Digivoice Tecnologia em Eletronica Ltda -ECBD09 FUSION Electronics Ltd -ECC38A Accuenergy (CANADA) Inc -ECC882 CISCO SYSTEMS, INC. -ECCD6D Allied Telesis, Inc. -ECD00E MiraeRecognition Co., Ltd. -ECD040 GEA Farm Technologies GmbH -ECD19A Zhuhai Liming Industries Co., Ltd -ECD925 RAMI -ECD950 IRT SA -ECDE3D Lamprey Networks, Inc. -ECE09B Samsung electronics CO., LTD -ECE1A9 Cisco -ECE555 Hirschmann Automation -ECE744 Omntec mfg. inc -ECE90B SISTEMA SOLUCOES ELETRONICAS LTDA - EASYTECH -ECE915 STI Ltd +7C2E0D Blackmagic Design +08F6F8 GET Engineering +6CDC6A Promethean Limited +9055AE Ericsson, EAB/RWI/K +2C3A28 Fagor Electrónica +90A7C1 Pakedge Device and Software Inc. +80F593 IRCO Sistemas de Telecomunicación S.A. +6CFDB9 Proware Technologies Co Ltd. +6CFFBE MPB Communications Inc. +583CC6 Omneality Ltd. +0097FF Heimann Sensor GmbH +34BA51 Se-Kure Controls, Inc. +44A8C2 SEWOO TECH CO., LTD +8CD628 Ikor Metering +481BD2 Intron Scientific co., ltd. +009363 Uni-Link Technology Co., Ltd. +64DB18 OpenPattern +580556 Elettronica GF S.r.L. +88B627 Gembird Europe BV +D41F0C JAI Oy +3C4C69 Infinity System S.L. +44E49A OMNITRONICS PTY LTD +74F07D BnCOM Co.,Ltd +1065A3 Core Brands LLC +20415A Smarteh d.o.o. +703C39 SEAWING Kft +14A86B ShenZhen Telacom Science&Technology Co., Ltd +0CC3A7 Meritec +4C322D TELEDATA NETWORKS +B8B1C7 BT&COM CO.,LTD +A0BFA5 CORESYS +D411D6 ShotSpotter, Inc. +7CCB0D Antaira Technologies, LLC ECE9F8 Guang Zhou TRI-SUN Electronics Technology Co., Ltd -ECEA03 DARFON LIGHTING CORP -ECF00E Abocom -ECF236 NEOMONTANA ELECTRONICS -ECF35B Nokia Corporation -ECFAAA The IMS Company -ECFC55 A. Eberle GmbH & Co. KG -ECFE7E BlueRadios, Inc. -F0007F Janz - Contadores de Energia, SA -F0022B Chrontel -F00248 SmarteBuilding -F00786 Shandong Bittel Electronics Co., Ltd -F008F1 Samsung Electronics Co.,Ltd -F013C3 SHENZHEN FENDA TECHNOLOGY CO., LTD -F01C13 LG Electronics -F01FAF Dell Inc PCBA Test -F0219D Cal-Comp Electronics & Communications Company Ltd. -F02329 SHOWA DENKI CO.,LTD. -F02405 OPUS High Technology Corporation -F02408 Talaris (Sweden) AB -F02572 CISCO SYSTEMS, INC. -F0264C Dr. Sigrist AG -F02765 Murata Manufactuaring Co.,Ltd. -F02929 Cisco -F02A61 Waldo Networks, Inc. -F02FD8 Bi2-Vision -F037A1 Huike Electronics (SHENZHEN) CO., LTD. -F03A55 Omega Elektronik AS -F04335 DVN(Shanghai)Ltd. -F04A2B PYRAMID Computer GmbH -F04B6A Scientific Production Association Siberian Arsenal, Ltd. +9CAFCA Cisco Systems, Inc +34CE94 Parsec (Pty) Ltd +ACE9AA Hay Systems Ltd +082AD0 SRD Innovations Inc. +24828A Prowave Technologies Ltd. +6C0F6A JDC Tech Co., Ltd. +6CF049 GIGA-BYTE TECHNOLOGY CO.,LTD. +D4C766 Acentic GmbH +48EB30 ETERNA TECHNOLOGY, INC. +207C8F Quanta Microsystems,Inc. +F8472D X2gen Digital Corp. Ltd +8C598B C Technologies AB +64F970 Kenade Electronics Technology Co.,LTD. +A04025 Actioncable, Inc. +78998F MEDILINE ITALIA SRL +40ECF8 Siemens AG F04BF2 JTECH Communications, Inc. +A8CB95 EAST BEST CO., LTD. +C8D1D1 AGAiT Technology Corporation +3CF52C DSPECIALISTS GmbH +040EC2 ViewSonic Mobile China Limited +5403F5 EBN Technology Corp. +7C2F80 Gigaset Communications GmbH +446C24 Reallin Electronic Co.,Ltd +A0593A V.D.S. Video Display Systems srl +A8F94B Eltex Enterprise Ltd. +906DC8 DLG Automação Industrial Ltda +48343D IEP GmbH +C8C13C RuggedTek Hangzhou Co., Ltd +609F9D CloudSwitch +0CE936 ELIMOS srl +A4DE50 Total Walther GmbH +E8A4C1 Deep Sea Electronics PLC +701AED ADVAS CO., LTD. +64C6AF AXERRA Networks Ltd +D8D67E GSK CNC EQUIPMENT CO.,LTD +A4E7E4 Connex GmbH +AC583B Human Assembler, Inc. +A05DE7 DIRECTV, Inc. +10CA81 PRECIA +003A98 Cisco Systems, Inc +705AB6 COMPAL INFORMATION (KUNSHAN) CO., LTD. +003A9A Cisco Systems, Inc +ACBEB6 Visualedge Technology Co., Ltd. +40A6A4 PassivSystems Ltd +903D6B Zicon Technology Corp. +7C3BD5 Imago Group +B894D2 Retail Innovation HTT AB +DCE71C AUG Elektronik GmbH +88A5BD QPCOM INC. +DC3350 TechSAT GmbH +00271E Xagyl Communications +002716 Adachi-Syokai Co., Ltd. +002715 Rebound Telecom. Co., Ltd +00270A IEE S.A. +002674 Electronic Solutions, Inc. +00266E Nissho-denki Co.,LTD. +00265B Hitron Technologies. Inc +002661 Irumtek Co., Ltd. +002657 OOO NPP EKRA +00264E Rail & Road Protec GmbH +0025E6 Belgian Monitoring Systems bvba +0025E1 SHANGHAI SEEYOO ELECTRONIC & TECHNOLOGY CO., LTD +0025DB ATI Electronics(Shenzhen) Co., LTD +0025D5 Robonica (Pty) Ltd +0025C9 SHENZHEN HUAPU DIGITAL CO., LTD +0025CE InnerSpace +0025C2 RingBell Co.,Ltd. +0026A0 moblic +00269A Carina System Co., Ltd. +002694 Senscient Ltd +002693 QVidium Technologies, Inc. +00268D CellTel S.p.A. +00268E Alta Solutions, Inc. +002687 corega K.K +002681 Interspiro AB +00267B GSI Helmholtzzentrum für Schwerionenforschung GmbH +0025BB INNERINT Co., Ltd. +0025B6 Telecom FM +0025AF COMFILE Technology +0025AA Beijing Soul Technology Co.,Ltd. +0025A9 Shanghai Embedway Information Technologies Co.,Ltd +0025A3 Trimax Wireless, Inc. +00259C Cisco-Linksys, LLC +002580 Equipson S.A. +00257C Huachentel Technology Development Co., Ltd +002575 FiberPlex Technologies, LLC +002576 NELI TECHNOLOGIES +002570 Eastern Communications Company Limited +002563 Luxtera Inc +002704 Accelerated Concepts, Inc +0026FE MKD Technology Inc. +0026F8 Golden Highway Industry Development Co., Ltd. +0026EB Advanced Spectrum Technology Co., Ltd. +0026E5 AEG Power Solutions +0026DF TaiDoc Technology Corp. +0026D8 Magic Point Inc. +0026D2 Pcube Systems, Inc. +0026C5 Guangdong Gosun Telecommunications Co.,Ltd +0026C0 EnergyHub +0026BF ShenZhen Temobi Science&Tech Development Co.,Ltd +0026B7 Kingston Technology Company, Inc. +0026A6 TRIXELL +00263C Bachmann Technology GmbH & Co. KG +002630 ACOREL S.A.S +002629 Juphoon System Software Inc. +00262A Proxense, LLC +002624 Thomson Inc. +00261D COP SECURITY SYSTEM CORP. +002611 Licera AB +002617 OEM Worldwide +00260A Cisco Systems, Inc +0025FE Pilot Electronics Corporation +002605 CC Systems AB +002604 Audio Processing Technology Ltd +0025F4 KoCo Connector AG +0025EB Reutech Radar Systems (PTY) Ltd +00242A Hittite Microwave Corporation +00241D GIGA-BYTE TECHNOLOGY CO.,LTD. +002424 Axis Network Technology +002417 Thomson Telecom Belgium +002418 Nextwave Semiconductor +002411 PharmaSmart LLC +00240B Virtual Computer Inc. +00240A US Beverage Net +0024B8 free alliance sdn bhd +0024BD Hainzl Industriesysteme GmbH +0024B3 Graf-Syteco GmbH & Co. KG +0024AE Morpho +0024A7 Advanced Video Communications Inc. +0024AC Hangzhou DPtech Technologies Co., Ltd. +00255D Morningstar Corporation +002551 SE-Elektronic GmbH +00254A RingCube Technologies, Inc. +002543 MONEYTECH +002544 LoJack Corporation +002539 IfTA GmbH +00253B din Dietmar Nocker Facilitymanagement GmbH +00250B CENTROFACTOR INC +002504 Valiant Communications Limited +0024FD Accedian Networks Inc +0024F8 Technical Solutions Company Ltd. +0024F1 Shenzhen Fanhai Sanjiang Electronics Co., Ltd. +0024EC United Information Technology Co.,Ltd. +00249B Action Star Enterprise Co., Ltd. +002499 Aquila Technologies +002488 Centre For Development Of Telematics +002494 Shenzhen Baoxin Tech CO., Ltd. +00247A FU YI CHENG Technology Co., Ltd. +002475 Compass System(Embedded Dept.) +00246E Phihong USA Corp. +002467 AOC International (Europe) GmbH +002469 Smart Doorphones +002462 Rayzone Corporation +002458 PA Bastion CC +00245D Terberg besturingstechniek B.V. +002455 MuLogic BV +002450 Cisco Systems, Inc +00244B PERCEPTRON INC +00253A CEVA, Ltd. +002531 Cloud Engines, Inc. +00252F Energy, Inc. +00252A Chengdu GeeYa Technology Co.,LTD +002521 Logitek Electronic Systems, Inc. +00251C EDT +002517 Venntis, LLC +002510 Pico-Tesla Magnetic Therapies +0024E5 Seer Technology, Inc +0024E0 DS Tech, LLC +0024DE GLOBAL Technology Inc. +0024D9 BICOM, Inc. +0024CB Autonet Mobile +0024CD Willow Garage, Inc. +0024C6 Hager Electro SAS +00243A Ludl Electronic Products +002434 Lectrosonics, Inc. +00242E Datastrip Inc. +002296 LinoWave Corporation +00228F CNRS +002290 Cisco Systems, Inc +00228A Teratronik elektronische systeme gmbh +00227E Chengdu 30Kaitian Communication Industry Co.Ltd +00227D YE DATA INC. +002278 Shenzhen Tongfang Multimedia Technology Co.,Ltd. +002272 American Micro-Fuel Device Corp. +002271 Jäger Computergesteuerte Meßtechnik GmbH. +00226E Gowell Electronic Limited +002358 SYSTEL SA +002357 Pitronot Technologies and Engineering P.T.E. Ltd. +002352 DATASENSOR S.p.A. +00234B Inyuan Technology Inc. +002346 Vestac +00233F Purechoice Inc +002338 OJ-Electronics A/S +002333 Cisco Systems, Inc +00232F Advanced Card Systems Ltd. +00232A eonas IT-Beratung und -Entwicklung GmbH +0022C1 Active Storage Inc. +0022C2 Proview Eletrônica do Brasil LTDA +0022BC JDSU France SAS +0022B5 NOVITA +0022AF Safety Vision +0022A2 Xtramus Technologies +00229D PYUNG-HWA IND.CO.,LTD +002327 Shouyo Electronics CO., LTD +002323 Zylin AS +00231A ITF Co., Ltd. +002311 Gloscom Co., Ltd. +00230C CLOVER ELECTRONICS CO.,LTD. +002305 Cisco Systems, Inc +0022FF NIVIS LLC +0022FE Advanced Illumination +002300 Cayee Computer Ltd. +0022F6 Syracuse Research Corporation +0022F9 Pollin Electronic GmbH +0023AD Xmark Corporation +0023A7 Redpine Signals, Inc. +0023A1 Trend Electronics Ltd +0023A6 E-Mon +00239A EasyData Hardware GmbH +002394 Samjeon +002390 Algolware Corporation +002386 Tour & Andersson AB +002405 Dilog Nordic AB +0023F5 WILO SE +0023FE Biodevices, SA +0023F0 Shanghai Jinghan Weighing Apparatus Co. Ltd. +0023EB Cisco Systems, Inc +0023E5 IPaXiom Networks +0023E6 Pirkus, Inc. +0023D9 Banner Engineering +0023D3 AirLink WiFi Networking Corp. +0023D8 Ball-It Oy +0023C6 SMC Corporation +0023C0 Broadway Networks +0023B3 Lyyn AB +0022F5 Advanced Realtime Tracking GmbH +0022EF iWDL Technologies +0022E8 Applition Co., Ltd. +0022E3 Amerigon +0022D5 Eaton Corp. Electrical Group Data Center Solutions - Pulizzi +0022DC Vigil Health Solutions Inc. +0022D6 Cypak AB +0022D0 Polar Electro Oy +0022CB IONODES Inc. +0022C6 Sutus Inc +002380 Nanoteq +00237A RIM +002377 Isotek Electronics Ltd +002371 SOAM Systel +00236A SmartRG Inc +00235E Cisco Systems, Inc +00225A Garde Security AB +002254 Bigelow Aerospace +002251 Lumasense Technologies +00224B AIRTECH TECHNOLOGIES, INC. +002245 Leine & Linde AB +002242 Alacron Inc. +00223B Communication Networks, LLC +002146 Sanmina-SCI +00213D Cermetek Microelectronics, Inc. +00213E TomTom +002135 ALCATEL-LUCENT +00213A Winchester Systems Inc. +002130 Keico Hightech Inc. +00217E Telit Communication s.p.a +002178 Matuschek Messtechnik GmbH +002172 Seoultek Valley +002166 NovAtel Inc. +002165 Presstek Inc. +00215F IHSE GmbH +002153 SeaMicro Inc. +002158 Style Flying Technology Co. +0021AC Infrared Integrated Systems Ltd +0021A5 ERLPhase Power Technologies Ltd. +00219F SATEL OY +00218A Electronic Design and Manufacturing Company +00218B Wescon Technology, Inc. +002185 MICRO-STAR INT'L CO.,LTD. +001FF9 Advanced Knowledge Associates +001FF2 VIA Technologies, Inc. +001FED Tecan Systems Inc. +001FE6 Alphion Corporation +001FE0 EdgeVelocity Corp +001FDA Nortel Networks +002209 Omron Healthcare Co., Ltd +002203 Glensound Electronics Ltd +002200 IBM Corp +0021F6 Oracle Corporation +0021F0 EW3 Technologies LLC +0021EA Bystronic Laser AG +0021E3 SerialTek LLC +0021DE Firepro Wireless +0021DD Northstar Systems Corp +0021D7 Cisco Systems, Inc +002235 Strukton Systems bv +002234 Corventis Inc. +00222F Open Grid Computing, Inc. +002228 Breeze Innovations Ltd. +002222 Schaffner Deutschland GmbH +00221C Private +00220F MoCA (Multimedia over Coax Alliance) +00212B MSA Auer +00211D Dataline AB +002124 Optos Plc +002118 Athena Tech, Inc. +002111 Uniphone Inc. +002107 Seowonintech Co Ltd. +002101 Aplicaciones Electronicas Quasar (AEQ) +002102 UpdateLogic Inc. +0021D0 Global Display Solutions Spa +0021CB SMS TECNOLOGIA ELETRONICA LTDA +0021C4 Consilium AB +0021B8 Inphi Corporation +0021B1 DIGITAL SOLUTIONS LTD +001F7D embedded wireless GmbH +001F7B TechNexion Ltd. +001F7C Witelcom AS +001F79 Lodam Electronics A/S +001F74 Eigen Development +001F6F Fujian Sunnada Communication Co.,Ltd. +001F63 JSC Goodwin-Europa +001F6A PacketFlux Technologies, Inc. +001F69 Pingood Technology Co., Ltd. +001F57 Phonik Innovation Co.,LTD +001F21 Inner Mongolia Yin An Science & Technology Development Co.,L +001F22 Source Photonics, Inc. +001F1C KOBISHI ELECTRIC Co.,Ltd. +001F15 Bioscrypt Inc +001F10 TOLEDO DO BRASIL INDUSTRIA DE BALANCAS LTDA +001F0C Intelligent Digital Services GmbH +001F07 AZTEQ Mobile +001FAA Taseon, Inc. +001FA5 Blue-White Industries +001FA0 A10 Networks +001F99 SERONICS co.ltd +001F9B POSBRO +001F94 Lascar Electronics Ltd +001F8D Ingenieurbuero Stark GmbH und Ko. KG +001F89 Signalion GmbH +001ED0 Ingespace +001ECB RPC Energoautomatika Ltd +001EC4 Celio Corp +001EBE Cisco Systems, Inc +001EBD Cisco Systems, Inc +001EB8 Fortis, Inc. +001EB1 Cryptsoft Pty Ltd +001EA6 Best IT World (India) Pvt. Ltd. +001EAC Armadeus Systems +001E9F Visioneering Systems, Inc. +001EA0 XLN-t +001EF4 L-3 Communications Display Systems +001EF9 Pascom Kommunikations systeme GmbH. +001EFA PROTEI Ltd. +001EE8 Mytek +001EED Adventiq Ltd. +001EE7 Epic Systems Inc +001ED7 H-Stream Wireless, Inc. +001E6B Cisco SPVTG +001E72 PCS +001E66 RESOL Elektronische Regelungen GmbH +001E5F KwikByte, LLC +001E53 Further Tech Co., LTD +001E9A HAMILTON Bonaduz AG +001E93 CiriTech Systems Inc +001E8E Hunkeler AG +001E88 ANDOR SYSTEM SUPPORT CO., LTD. +001E82 SanDisk Corporation +001E81 CNB Technology Inc. +001E7C Taiwick Limited +001E77 Air2App +001F50 Swissdis AG +001F49 Manhattan TV Ltd +001F4A Albentia Systems S.A. +001F44 GE Transportation Systems +001F2F Berker GmbH & Co. KG +001F34 Lung Hwa Electronics Co., Ltd. +001F28 HPN Supply Chain +001FD5 MICRORISC s.r.o. +001FD6 Shenzhen Allywll +001FD0 GIGA-BYTE TECHNOLOGY CO.,LTD. +001FC9 Cisco Systems, Inc +001FBD Kyocera Wireless Corp. +001FB1 Cybertech Inc. +001FB6 Chi Lin Technology Co., Ltd. +001D02 Cybertech Telecom Development +001CF6 Cisco Systems, Inc +001CEA Scientific-Atlanta, Inc +001CE9 Galaxy Technology Limited +001CE5 MBS Electronic Systems GmbH +001CE0 DASAN TPS +001CD9 GlobalTop Technology Inc. +001CD2 King Champion (Hong Kong) Limited +001CCD Alektrona Corporation +001CC6 ProStor Systems +001CBA VerScient, Inc. +001CB0 Cisco Systems, Inc +001CB5 Neihua Network Technology Co.,LTD.(NHN) +001CB6 Duzon CNT Co., Ltd. +001CA9 Audiomatica Srl +001D5F OverSpeed SARL +001D53 S&O Electronics (Malaysia) Sdn. Bhd. +001D4E TCM Mobile LLC +001D4D Adaptive Recognition Hungary, Inc +001D49 Innovation Wireless Inc. +001D3D Avidyne Corporation +001D43 Shenzhen G-link Digital Technology Co., Ltd. +001E17 STN BV +001E1C SWS Australia Pty Limited +001E12 Ecolab +001E0D Micran Ltd. +001E06 WIBRAIN +001DFF Network Critical Solutions Ltd +001E00 Shantou Institute of Ultrasonic Instruments +001DFA Fujian LANDI Commercial Equipment Co.,Ltd +001DF3 SBS Science & Technology Co., Ltd +001DEE NEXTVISION SISTEMAS DIGITAIS DE TELEVISÃO LTDA. +001DED Grid Net, Inc. +001DDE Zhejiang Broadcast&Television Technology Co.,Ltd. +001DE7 Marine Sonic Technology, Ltd. +001DD7 Algolith +001DD8 Microsoft Corporation +001DCB Exéns Development Oy +001DC6 SNR Inc. +001DC5 Beijing Jiaxun Feihong Electricial Co., Ltd. +001DBF Radiient Technologies, Inc. +001DB8 Intoto Inc. +001D36 ELECTRONICS CORPORATION OF INDIA LIMITED +001D31 HIGHPRO INTERNATIONAL R&D CO,.LTD. +001D2A SHENZHEN BUL-TECH CO.,LTD. +001D23 SENSUS +001D24 Aclara Power-Line Systems Inc. +001D1B Sangean Electronics Inc. +001D1E KYUSHU TEN CO.,LTD +001D15 Shenzhen Dolphin Electronic Co., Ltd +001D0E Agapha Technology co., Ltd. +001DB3 HPN Supply Chain +001DAE CHANG TSENG TECHNOLOGY CO., LTD +001DA9 Castles Technology, Co., LTD +001DA2 Cisco Systems, Inc +001D9C Rockwell Automation +001D9B Hokuyo Automatic Co., Ltd. +001D96 WatchGuard Video +001D8F PureWave Networks +001D8A TechTrex Inc +001D89 VaultStor Corporation +001D7F Tekron International Ltd +001D83 Emitech Corporation +001D79 SIGNAMAX LLC +001D66 Hyundai Telecom +001D6D Confidant International LLC +001E42 Teltonika +001E3C Lyngbox Media AB +001E2F DiMoto Pty Ltd +001E36 IPTE +001E29 Hypertherm Inc +001E23 Electronic Educational Devices, Inc +001C0C TANITA Corporation +001C06 Siemens Numerical Control Ltd., Nanjing +001BFF Millennia Media inc. +001BFA G.i.N. mbH +001BE3 Health Hero Network, Inc. +001BE5 802automation Limited +001BE4 TOWNET SRL +001BDE Renkus-Heinz, Inc. +001BD2 ULTRA-X ASIA PACIFIC Inc. +001C6B COVAX Co. Ltd +001C64 Landis+Gyr +001C5F Winland Electronics, Inc. +001C53 Synergy Lighting Controls +001C58 Cisco Systems, Inc +001C4E TASA International Limited +001C47 Hangzhou Hollysys Automation Co., Ltd +001C49 Zoltan Technology Inc. +001C48 WiDeFi, Inc. +001C3B AmRoad Technology Inc. +001C42 Parallels, Inc. +001B72 Sicep s.p.a. +001B6D Midtronics, Inc. +001B6B Swyx Solutions AG +001B6C LookX Digital Media BV +001B66 Sennheiser electronic GmbH & Co. KG +001B5F Alien Technology +001B5A Apollo Imaging Technologies, Inc. +001B53 Cisco Systems, Inc +001B47 Futarque A/S +001B4C Signtech +001B4E Navman New Zealand +001B40 Network Automation mxc AB +001C9E Dualtech IT AB +001C97 Enzytek Technology Inc., +001C98 LUCKY TECHNOLOGY (HK) COMPANY LIMITED +001C92 Tervela +001C8B MJ Innovations Ltd. +001C86 Cranite Systems, Inc. +001C85 Eunicorn +001C81 NextGen Venturi LTD +001C72 Mayer & Cie GmbH & Co KG +001C77 Prodys +001B34 Focus System Inc. +001B39 Proxicast +001B3B Yi-Qing CO., LTD +001B28 POLYGON, JSC +001B2D Med-Eng Systems Inc. +001B1F DELTA - Danish Electronics, Light & Acoustics +001B18 Tsuken Electric Ind. Co.,Ltd +001B13 Icron Technologies Corporation +001B0C Cisco Systems, Inc +001BA7 Lorica Solutions +001BA2 IDS Imaging Development Systems GmbH +001B96 General Sensing +001B9B Hose-McCann Communications +001B8F Cisco Systems, Inc +001B85 MAN Diesel SE +001B7E Beckmann GmbH +001B79 FAIVELEY TRANSPORT +001C36 iNEWiT NV +001C2F Pfister GmbH +001C28 Sphairon Technologies GmbH +001C1E emtrion GmbH +001C19 secunet Security Networks AG +001C0B SmartAnt Telecom +001C0D G-Technology, Inc. +001BCB PEMPEK SYSTEMS PTY LTD +001BC4 Ultratec, Inc. +001BAE Micro Control Systems, Inc +001BA8 UBI&MOBI,.Inc +001B05 YMC AG +001B00 Neopost Technologies +001AF9 AeroVIronment (AV Inc) +001AEF Loopcomm Technology, Inc. +001AE3 Cisco Systems, Inc +001AEA Radio Terminal Systems Pty Ltd +001A26 Deltanode Solutions AB +001A2B Ayecom Technology Co., Ltd. +001A1F Coastal Environmental Systems +001A1A Gentex Corporation/Electro-Acoustic Products +001A13 Wanlida Group Co., LTD +001A0E Cheng Uei Precision Industry Co.,Ltd +001A0C Swe-Dish Satellite Systems AB +001A07 Arecont Vision +001A00 MATRIX INC. +001AD0 Albis Technologies AG +001AD5 KMC CHAIN INDUSTRIAL CO., LTD. +001AD7 Christie Digital Systems, Inc. +001AC9 SUZUKEN CO.,LTD +001ABA Caton Overseas Limited +001ABF TRUMPF Laser Marking Systems AG +001A81 Zelax +001A88 Venergy,Co,Ltd +001A7A Lismore Instruments Limited +001A70 Cisco-Linksys, LLC +001A72 Mosart Semiconductor Corp. +001A64 IBM Corp +001A56 ViewTel Co,. Ltd. +001A5B NetCare Service Co., Ltd. +001A5F KitWorks.fi Ltd. +0019B6 Euro Emme s.r.l. +0019A3 asteel electronique atlantique +0019A8 WiQuest Communications +0019AA Cisco Systems, Inc +0019AF Rigol Technologies, Inc. +001997 Soft Device Sdn Bhd +00199C CTRING +001A43 Logical Link Communications +001A48 Takacom Corporation +001A4A Qumranet Inc. +001A3C Technowave Ltd. +001A30 Cisco Systems, Inc +001A35 BARTEC GmbH +001A37 Lear Corporation +0019F2 Teradyne K.K. +0019F7 Onset Computer Corporation +0019DF Thomson Inc. +0019E6 TOYO MEDIC CO.,LTD. +0019EB Pyronix Ltd +0019CC RCG (HK) Ltd +0019D3 TRAK Microwave +0019D8 MAXFOR +0019C2 Equustek Solutions, Inc. +00198B Novera Optics Korea, Inc. +00198D Ocean Optics, Inc. +001986 Cheng Hongjian +001973 Zeugma Systems +00197A MAZeT GmbH +001967 TELDAT Sp.J. +00196C ETROVISION TECHNOLOGY +00196E Metacom (Pty) Ltd. +001AAC Corelatus AB +001AAE Savant Systems LLC +001AB3 VISIONITE INC. +001AA7 Torian Wireless +001A9E ICON Digital International Limited +001AA3 DELORME +001AA5 BRN Phoenix +001AA4 Future University-Hakodate +001A97 fitivision technology Inc. +001A8D AVECS Bergen GmbH +001962 Commerciant, LP +00195D ShenZhen XinHuaTong Opto Electronics Co.,Ltd +001951 NETCONS, s.r.o. +001956 Cisco Systems, Inc +00194A TESTO AG +001943 Belden +001873 Cisco Systems, Inc +001875 AnaCise Testnology Pte Ltd +00187A Wiremold +00186E 3Com Ltd +00185E Nexterm Inc. +001860 SIM Technology Group Shanghai Simcom Ltd., +001865 Siemens Healthcare Diagnostics Manufacturing Ltd +001903 Bigfoot Networks Inc +0018F9 VVOND, Inc. +0018F2 Beijing Tianyu Communication Equipment Co., Ltd +0018EB Blue Zen Enterprises Private Limited +0018ED Accutech Ultrasystems Co., Ltd. +0018E6 Computer Hardware Design SIA +0018DF The Morey Corporation +001937 CommerceGuard AB +00192E Spectral Instruments, Inc. +001932 Gude Analog- und Digialsysteme GmbH +001922 CM Comandos Lineares +001927 ImCoSys Ltd +001929 2M2B Montadora de Maquinas Bahia Brasil LTDA +00190F Advansus Corp. +001916 PayTec AG +00191B Sputnik Engineering AG +001908 Duaxes Corporation +00190A HASWARE INC. +0017D6 Bluechips Microhouse Co.,Ltd. +0017DB CANKO TECHNOLOGIES INC. +0017CC Alcatel-Lucent +0017C5 SonicWALL +0017B9 Gambro Lundia AB +0017BE Tratec Telecom B.V. +0017C0 PureTech Systems, Inc. +001852 StorLink Semiconductors, Inc. +001859 Strawberry Linux Co.,Ltd. +00184B Las Vegas Gaming, Inc. +001846 Crypto S.A. +001829 Gatsometer +001835 Thoratec / ITC +001824 Kimaldi Electronics, S.L. +001822 CEC TELECOM CO.,LTD. +0017B2 SK Telesys +0017AD AceNet Corporation +0017A6 YOSIN ELECTRONICS CO., LTD. +0017A1 3soft inc. +00179C DEPRAG SCHULZ GMBH u. CO. +001790 HYUNDAI DIGITECH Co, Ltd. +001795 Cisco Systems, Inc +0018CE Dreamtech Co., Ltd +0018D3 TEAMCAST +0018C2 Firetide, Inc +0018C4 Raba Technologies LLC +0018C9 EOps Technology Limited +0018BD SHENZHEN DVBWORLD TECHNOLOGY CO., LTD. +0018B1 IBM Corp +0018B6 S3C, Inc. +0018A3 ZIPPY TECHNOLOGY CORP. +0018AA Protec Fire Detection plc +001816 Ubixon Co., Ltd. +00181D ASIA ELECTRONICS CO.,LTD +001811 Neuros Technology International, LLC. +001801 Actiontec Electronics, Inc +0017F5 LIG NEOPTEK +0017FA Microsoft Corporation +0017FC Suprema Inc. +00189E OMNIKEY GmbH. +001894 NPCore, Inc. +001899 ShenZhen jieshun Science&Technology Industry CO,LTD. +001886 EL-TECH, INC. +001888 GOTIVE a.s. +001881 Buyang Electronics Industrial Co., Ltd +0016D4 Compal Communications, Inc. +0016D9 NINGBO BIRD CO.,LTD. +0016C8 Cisco Systems, Inc +0016CD HIJI HIGH-TECH CO., LTD. +0016C1 Eleksen Ltd +0016BA WEATHERNEWS INC. +00164F World Ethnic Broadcastin Inc. +001648 SSD Company Limited +001643 Sunhillo Corporation +00163E Xensource, Inc. +001637 CITEL SpA +00162B Togami Electric Mfg.co.,Ltd. +001755 GE Security +001747 Trimble +001749 HYUNDAE YONG-O-SA CO.,LTD +00174E Parama-tech Co.,Ltd. +001732 Science-Technical Center RISSA +001734 ADC Telecommunications +001739 Bright Headphone Electronics Company +00172D Axcen Photonics Corporation +001624 Teneros, Inc. +001613 LibreStream Technologies Inc. +001618 HIVION Co., Ltd. +00161F SUNWAVETEC Co., Ltd. +00160E Optica Technologies Inc. +001607 Curves International Inc. +001609 Unitech electronics co., ltd. +001608 Sequans Communications +001602 CEYON TECHNOLOGY CO.,LTD. +0015FB setex schermuly textile computer gmbh +0015F6 SCIENCE AND ENGINEERING SERVICES, INC. +001782 LoBenn Inc. +001789 Zenitron Corporation +00176D CORE CORPORATION +001771 APD Communications Ltd +001776 Meso Scale Diagnostics, LLC +001761 Private +001768 Zinwave Ltd +00175C SHARP CORPORATION +00175A Cisco Systems, Inc +001709 Exalt Communications +001704 Shinco Electronics Group Co.,Ltd +0016FD Jaty Electronics +0016F1 OmniSense, LLC +0016F6 Video Products Group +0016F8 AVIQTECH TECHNOLOGY CO., LTD. +0016E5 FORDLEY DEVELOPMENT LIMITED +0016DE FAST Inc +00167E DIBOSS.CO.,LTD +001680 Bally Gaming + Systems +001679 eOn Communications +00166E Arbitron Inc. +001667 A-TEC Subsystem INC. +00165B Grip Audio +001654 Flex-P Industries Sdn. Bhd. +001721 FITRE S.p.A. +001726 m2c Electronic Technology Ltd. +00171A Winegard Company +00171F IMV Corporation +001713 Tiger NetCom +00170E Cisco Systems, Inc +0016A9 2EI +0016AE INVENTEL +00169D Cisco Systems, Inc +00169F Vimtron Electronics Co., Ltd. +0016A4 Ezurio Ltd +001691 Moser-Baer AG +001698 T&A Mobile Phones +00168C DSL Partner AS +001685 Elisa Oyj +0015EF NEC TOKIN Corporation +0015E3 Dream Technologies Corporation +0015D9 PKC Electronics Oy +0015D2 Xantech Corporation +0015CC UQUEST, LTD. +0015CB Surf Communication Solutions Ltd. +0015CD Exartech International Corp. +0015C6 Cisco Systems, Inc +0015BB SMA Solar Technology AG +0014D5 Datang Telecom Technology CO. , LCD,Optical Communication Br +0014DA Huntleigh Healthcare +0014CE NF CORPORATION +0014C8 Contemporary Research Corp +0014BB Open Interface North America +0014B6 Enswer Technology Inc. +0014AC Bountiful WiFi +0014B1 Axell Wireless Limited +001476 MultiCom Industries Limited +001471 Eastern Asia Technology Limited +00146A Cisco Systems, Inc +001463 IDCS N.V. +001465 Novo Nordisk A/S +001464 Cryptosoft +00145E IBM Corp +001457 T-VIPS AS +001452 CALCULEX,INC. +001592 Facom UK Ltd (Melksham) +00158B Park Air Systems Ltd +001584 Schenck Process GmbH +00157F ChuanG International Holding CO.,LTD. +00157A Telefin S.p.A. +001575 Nevis Networks Inc. +00156E A. W. Communication Systems Ltd +001567 RADWIN Inc. +001569 PECO II, Inc. +001568 Dilithium Networks +001562 Cisco Systems, Inc +001503 PROFIcomms s.r.o. +001505 Actiontec Electronics, Inc +001504 GAME PLUS CO., LTD. +0014FE Artech Electronics +0014F7 CREVIS Co., LTD +0014F2 Cisco Systems, Inc +0014EB AwarePoint Corporation +0014E1 Data Display AG +00155B Sampo Corporation +00154F one RF Technology +001546 ITG Worldwide Sdn Bhd +00153F Alcatel Alenia Space Italia +001541 StrataLight Communications, Inc. +00153A Shenzhen Syscan Technology Co.,Ltd. +0015BF technicob +0015B4 Polymap Wireless LLC +0015AA Rextechnik International Co., +0015A5 DCI Co., Ltd. +00159E Mad Catz Interactive Inc +001597 AETA AUDIO SYSTEMS +00149E UbONE Co., Ltd +001499 Helicomm Inc +001492 Liteon, Mobile Media Solution SBU +00148B Globo Electronic GmbH & Co. KG +00148D Cubic Defense Simulation Systems +001486 Echo Digital Audio Corporation +00147D Aeon Digital International +001533 NADAM.CO.,LTD +00152E PacketHop, Inc. +001527 Balboa Instruments +001520 Radiocrafts AS +00151B Isilon Systems Inc. +001516 URIEL SYSTEMS INC. +001511 Data Center Systems +00150A Sonoa Systems, Inc +00131F NxtPhase T&D, Corp. +001318 DGSTATION Co., Ltd. +00130C HF System Corporation +001313 GuangZhou Post & Telecom Equipment ltd +001354 Zcomax Technologies, Inc. +001358 Realm Systems, Inc. +00135D NTTPC Communications, Inc. +00134F Tranzeo Wireless Technologies Inc. +001348 Artila Electronics Co., Ltd. +001342 Vision Research, Inc. +00133C QUINTRON SYSTEMS INC. +001341 Shandong New Beiyang Information Technology Co.,Ltd +001329 VSST Co., LTD +001330 EURO PROTECTION SURVEILLANCE +001335 VS Industry Berhad +00132F Interactek +0012C4 Viseon, Inc. +0012D0 Gossen-Metrawatt-GmbH +0012CA Mechatronic Brick Aps +0012BA FSI Systems, Inc. +0012AE HLS HARD-LINE Solutions Inc. +0012B3 Advance Wireless Technology Corp. +0012AD IDS GmbH +00144D Intelligent Systems +001441 Innovation Sound Technology Co., LTD. +001448 Inventec Multimedia & Telecom Corporation +00143A RAYTALK INTERNATIONAL SRL +001435 CityCom Corp. +00142E 77 Elektronika Kft. +001429 V Center Technologies Co., Ltd. +001427 JazzMutant +00141E P.A. Semi, Inc. +0012F9 URYU SEISAKU, LTD. +001300 IT-FACTORY, INC. +001305 Epicom, Inc. +001306 Always On Wireless +0012F4 Belco International Co.,Ltd. +0012EF OneAccess SA +0012EA Trane +0012E9 Abbey Systems Ltd +0012DC SunCorp Industrial Limited +0012E3 Agat-RT, Ltd. +0012D7 Invento Networks, Inc. +0013F0 Wavefront Semiconductor +0013EB Sysmaster Corporation +0013E6 Technolution +0013DF Ryvor Corp. +0013D9 Matrix Product Development, Inc. +0013DA Diskware Co., Ltd +0013CD MTI co. LTD +0013D3 MICRO-STAR INTERNATIONAL CO., LTD. +0013C1 Asoka USA Corporation +0013BC Artimi Ltd +0013B7 Scantech ID +0013AB Telemotive AG +0013B2 Carallon Limited +0013B1 Intelligent Control Systems (Asia) Pte Ltd +0013A4 KeyEye Communications +00139F Electronics Design Services, Co., Ltd. +001398 TrafficSim Co.,Ltd +00138C Kumyoung.Co.Ltd +001391 OUEN CO.,LTD. +00137C Kaicom co., Ltd. +001383 Application Technologies and Engineering Research Laboratory +001364 Paradigm Technology Inc.. +001369 Honda Electron Co., LED. +00136A Hach Lange Sarl +001418 C4Line +00141D LTi DRIVES GmbH +001411 Deutschmann Automation GmbH & Co. KG +004501 Versus Technology, Inc. +001403 Renasis, LLC +0013FC SiCortex, Inc +0013F5 Akimbi Systems +0013F6 Cintech +001286 ENDEVCO CORP +00127F Cisco Systems, Inc +001278 International Bar Code +001273 Stoke Inc +001266 Swisscom Hospitality Services SA +001265 Enerdyne Technologies, Inc. +00125B KAIMEI ELECTRONI +0011D2 Perception Digital Ltd +0011D7 eWerks Inc +0011D1 Soft Imaging System GmbH +0011C2 United Fiber Optic Communication +0011CB Jacobsons AB +0011BB Cisco Systems, Inc +0011BC Cisco Systems, Inc +0011AA Uniclass Technology, Co., LTD +0011AF Medialink-i,Inc +001200 Cisco Systems, Inc +0011FB Heidelberg Engineering GmbH +0011F6 Asia Pacific Microsystems , Inc. +0011F1 QinetiQ Ltd +0011EA IWICS Inc. +0011E3 Thomson, Inc. +0011DE EURILOGIC +0011E4 Danelec Electronics A/S +001230 Picaso Infocommunication CO., LTD. +001226 Japan Direx Corporation +001220 Cadco Systems +00121A Techno Soft Systemnics Inc. +00121F Harding Instruments +001213 Metrohm AG +00120D Advanced Telecommunication Technologies, Inc. +001207 Head Strong International Limited +00120E AboCom +00117A Singim International Corp. +001173 SMART Storage Systems +001167 Integrated System Solution Corp. +00116D American Time and Signal +001163 SYSTEM SPA DEPT. ELECTRONICS +001156 Pharos Systems NZ +00115D Cisco Systems, Inc +0012A7 ISR TECHNOLOGIES Inc +0012A0 NeoMeridian Sdn Bhd +00129B E2S Electronic Engineering Solutions, S.L. +001294 SUMITOMO ELECTRIC DEVICE INNOVATIONS, INC +00128B Sensory Networks Inc +001285 Gizmondo Europe Ltd +0011A9 MOIMSTONE Co., LTD +0011A3 LanReady Technologies Inc. +001197 Monitoring Technologies Limited +00119C EP&T Energy +00118D Hanchang System Corp. +001192 Cisco Systems, Inc +001186 Prime Systems, Inc. +00117F Neotune Information Technology Corporation,.LTD +001260 Stanton Magnetics,inc. +001256 LG INFORMATION & COMM. +00124F Pentair Thermal Management +00124A Dedicated Devices, Inc. +001249 Delta Elettronica S.p.A. +001243 Cisco Systems, Inc +00123C Second Rule LLC +001148 Prolon Control Systems +00114D Atsumi Electric Co.,LTD. +00114E 690885 Ontario Inc. +001141 GoodMan Corporation +00113B Micronet Communications Inc. +001135 Grandeye Ltd +001126 Venstar Inc. +000EB9 HASHIMOTO Electronics Industry Co.,Ltd. +000EBA HANMI SEMICONDUCTOR CO., LTD. +000EAC MINTRON ENTERPRISE CO., LTD. +000EA0 NetKlass Technology Inc. +000EA7 Endace Technology +000E9A BOE TECHNOLOGY GROUP CO.,LTD +000E99 Spectrum Digital, Inc +00112B NetModule AG +001120 Cisco Systems, Inc +001125 IBM Corp +001119 Solteras, Inc. +001113 Fraunhofer FOKUS +001106 Siemens NV (Belgium) +00110D SANBlaze Technology, Inc. +001101 CET Technologies Pte Ltd +000FB3 Actiontec Electronics, Inc +000FA6 S2 Security Corporation +000FAD FMN communications GmbH +000F9B Ross Video Limited +000F9E Murrelektronik GmbH +000FA1 Gigabit Systems Inc. +000F95 ELECOM Co.,LTD Laneed Division +000F96 Telco Systems, Inc. +000F8F Cisco Systems, Inc +000F88 AMETEK, Inc. +000F83 Brainium Technologies Inc. +000F51 Azul Systems, Inc. +000F44 Tivella Inc. +000F43 Wasabi Systems Inc. +000F4A Kyushu-kyohan co.,ltd +000F3E CardioNet, Inc +000F3A HISHARP +000F30 Raza Microelectronics Inc +000F2F W-LINX TECHNOLOGY CO., LTD. +000F36 Accurate Techhnologies, Inc. +000F2A Cableware Electronics +000F76 Digital Keystone, Inc. +000F70 Wintec Industries, inc. +000F75 First Silicon Solutions +000F7C ACTi Corporation +000F69 SEW Eurodrive GmbH & Co. KG +000F63 Obzerv Technologies +000F64 D&R Electronica Weesp BV +000F5D Genexis BV +000F56 Continuum Photonics Inc +000EEB Sandmartin(zhong shan)Electronics Co.,Ltd +000EEC Orban +000EF1 EZQUEST INC. +000EDE REMEC, Inc. +000EE5 bitWallet, Inc. +000ECC Tableau, LLC +000ED9 Aksys, Ltd. +000ECB VineSys Technology +000ED2 Filtronic plc +000EBF Remsdaq Limited +000EC6 ASIX ELECTRONICS CORP. +000F23 Cisco Systems, Inc +000F1D Cosmo Techs Co., Ltd. +000F10 RDM Corporation +000F1E Chengdu KT Electric Co.of High & New Technology +000F0B Kentima Technologies AB +000F04 cim-usa inc +000EFE EndRun Technologies LLC +000EF8 SBC ASI +000EFD FUJINON CORPORATION +000FFB Nippon Denso Industry Co., Ltd. +000FF8 Cisco Systems, Inc +000FF2 Loud Technologies Inc. +000FF7 Cisco Systems, Inc +000FE5 MERCURY SECURITY CORPORATION +000FE6 MBTech Systems, Inc. +000FEB Cylon Controls +000FDF SOLOMON Technology Corp. +000FD8 Force, Inc. +000FD3 Digium +000FC6 Eurocom Industries A/S +000FC5 KeyMed Ltd +000FC0 DELCOMp +000FB4 Timespace Technology +000FB9 Adaptive Instruments +000D4D Ninelanes +000D54 3Com Ltd +000D45 Tottori SANYO Electric Co., Ltd. +000D48 AEWIN Technologies Co., Ltd. +000D40 Verint Loronix Video Solutions +000D39 Network Electronics +000D33 Prediwave Corp. +000D34 Shell International Exploration and Production, Inc. +000D2D NCT Deutschland GmbH +000D26 Primagraphics Limited +000D21 WISCORE Inc. +000D14 Vtech Innovation LP dba Advanced American Telephones +000D13 Wilhelm Rutenbeck GmbH&Co.KG +000D1A Mustek System Inc. +000D0E Inqnet Systems, Inc. +000D01 P&E Microcomputer Systems, Inc. +000D02 NEC Platforms, Ltd. +000D07 Calrec Audio Ltd +000E8D Systems in Progress Holding GmbH +000E94 Maas International BV +000E87 adp Gauselmann GmbH +000E81 Devicescape Software, Inc. +000E88 VIDEOTRON CORP. +000E75 New York Air Brake Corp. +000E7A GemWon Communications Co., Ltd. +000E66 Hitachi Industry & Control Solutions, Ltd. +000DF6 Technology Thesaurus Corp. +000DFD Huges Hi-Tech Inc., +000E02 Advantech AMT Inc. +000DEA Kingtel Telecommunication Corp. +000DEF Soc. Coop. Bilanciai +000DDD Profilo Telra Elektronik Sanayi ve Ticaret. A.Ş +000DDE Joyteck Co., Ltd. +000DE3 AT Sweden AB +000DD0 TetraTec Instruments GmbH +000DD7 Bright +000E61 MICROTROL LIMITED +000E5A TELEFIELD inc. +000E54 AlphaCell Wireless Ltd. +000E4E Waveplus Technology Co., Ltd. +000E53 AV TECH CORPORATION +000E47 NCI System Co.,Ltd. +000E41 NIHON MECHATRONICS CO.,LTD. +000E42 Motic Incoporation Ltd. +000E3C Transact Technologies Inc +000E36 HEINESYS, Inc. +000DB1 Japan Network Service Co., Ltd. +000DA9 T.E.A.M. S.L. +000DAC Japan CBM Corporation +000DA4 DOSCH & AMAND SYSTEMS AG +000D97 ABB Inc./Tropos +000D98 S.W.A.C. Schmitt-Walter Automation Consult GmbH +000D8A Winners Electronics Co., Ltd. +000D91 Eclipse (HQ Espana) S.L. +000D7F MIDAS COMMUNICATION TECHNOLOGIES PTE LTD ( Foreign Branch) +000D79 Dynamic Solutions Co,.Ltd. +000D73 Technical Support, Inc. +000D7A DiGATTO Asia Pacific Pte Ltd +000D6C M-Audio +000D5A Tiesse SpA +000D60 IBM Corp +000D59 Amity Systems, Inc. +000DCB Petcomkorea Co., Ltd. +000DC4 Emcore Corporation +000DBE Bel Fuse Europe Ltd.,UK +000DB8 SCHILLER AG +000DBD Cisco Systems, Inc +000E30 AERAS Networks, Inc. +000E29 Shester Communications Inc +000E23 Incipient, Inc. +000E24 Huwell Technology Inc. +000E16 SouthWing S.L. +000E1D ARION Technology Inc. +000E09 Shenzhen Coship Software Co.,LTD. +000E11 BDT Büro und Datentechnik GmbH & Co.KG +000BC8 AirFlow Networks +000BCF AGFA NDT INC. +000BC3 Multiplex, Inc. +000BBC En Garde Systems, Inc. +000BC1 Bay Microsystems, Inc. +000BB0 Sysnet Telematica srl +000BB5 nStor Technologies, Inc. +000BA6 Miyakawa Electric Works Ltd. +000BAB Advantech Technology (CHINA) Co., Ltd. +000B99 SensAble Technologies, Inc. +000B9A Shanghai Ulink Telecom Equipment Co. Ltd. +000B9F Neue ELSA GmbH +000B94 Digital Monitoring Products, Inc. +000C1D Mettler & Fuchs AG +000C22 Double D Electronics Ltd +000C0F Techno-One Co., Ltd +000C16 Concorde Microsystems Inc. +000C0A Guangdong Province Electronic Technology Research Institute +000BFD Cisco Systems, Inc +000BF7 NIDEK CO.,LTD +000BFC Cisco Systems, Inc +000BFE CASTEL Broadband Limited +000CA4 Prompttec Product Management GmbH +000C98 LETEK Communications Inc. +000C9D UbeeAirWalk, Inc. +000C9F NKE Corporation +000C8C KODICOM CO.,LTD. +000C91 Riverhead Networks Inc. +000C80 Opelcomm Inc. +000C85 Cisco Systems, Inc +000CD0 Symetrix +000CD5 Passave Inc. +000CDC BECS Technology, Inc +000CC9 ILWOO DATA & TECHNOLOGY CO.,LTD +000CB0 Star Semiconductor Corporation +000CB6 NANJING SEU MOBILE & INTERNET TECHNOLOGY CO.,LTD +000CBD Interface Masters, Inc +000CC2 ControlNet (India) Private Limited +000CAF TRI TERM CO.,LTD. +000C71 Wybron, Inc +000C78 In-Tech Electronics Limited +000C7D TEIKOKU ELECTRIC MFG. CO., LTD +000C65 Sunin Telecom +000C6A MBARI +000C6C Elgato Systems LLC +000B88 Vidisco ltd. +000B8D Avvio Networks +000B7B Test-Um Inc. +000B7A L-3 Linkabit +000B7C Telex Communications +000B81 Kaparel Corporation +000B6E Neff Instrument Corp. +000B75 Iosoft Ltd. +000B69 Franke Finland Oy +0091D6 Crystal Group, Inc. +000B62 ib-mohnen KG +000B59 ScriptPro, LLC +000C52 Roll Systems Inc. +000C57 MACKIE Engineering Services Belgium BVBA +000C59 Indyme Electronics, Inc. +000C5E Calypso Medical +000C4B Cheops Elektronik +000C46 Allied Telesyn Inc. +000C3D Glsystech Co., Ltd. +000C33 Compucase Enterprise Co. Ltd. +000C36 SHARP TAKAYA ELECTRONICS INDUSTRY CO.,LTD. +000C2C Enwiser Inc. +000CFB Korea Network Systems +000CEF Open Networks Engineering Ltd +000CF4 AKATSUKI ELECTRIC MFG.CO.,LTD. +000CE8 GuangZhou AnJuBao Co., Ltd +000CE1 The Open Group +000CCF Cisco Systems, Inc +000BEB Systegra AG +000BF0 MoTEX Products Co., Ltd. +000BDD TOHOKU RICOH Co., LTD. +000BE4 Hosiden Corporation +000BD8 Industrial Scientific Corp. +000BD4 Beijing Wise Technology & Science Development Co.Ltd +000A1D Optical Communications Products Inc. +000A1F ART WARE Telecommunication Co., Ltd. +000A24 Octave Communications +000A18 Vichel Inc. +000A0C Scientific Research Corporation +000A11 ExPet Technologies, Inc +0009F8 UNIMO TECHNOLOGY CO., LTD. +0009FB Philips Patient Monitoring +000A02 ANNSO CO., LTD. +0009EB HuMANDATA LTD. +0009EC Daktronics, Inc. +0009F1 Yamaki Electric Corporation +0009E5 Hottinger Baldwin Messtechnik GmbH +0009D9 Neoscale Systems, Inc +0009DE Samjin Information & Communications Co., Ltd. +0009CC Moog GmbH +0009C6 Visionics Corporation +0009CB HBrain +0009D2 Mai Logic Inc. +0009BE Mamiya-OP Co.,Ltd. +0009C2 Onity, Inc. +000B51 Micetek International Inc. +000B54 BiTMICRO Networks, Inc. +000B45 Cisco Systems, Inc +000B4C Clarion (M) Sdn Bhd +000B40 Oclaro +000B32 VORMETRIC, INC. +000B39 Keisoku Giken Co.,Ltd. +000B3E BittWare, Inc +000B26 Wetek Corporation +000B2B HOSTNET CORPORATION +000B2D Danfoss Inc. +000ABB Taiwan Secom Co,. Ltd +000AC7 Unication Group +000AAF Pipal Systems +000AB6 COMPUNETIX, INC +000AA3 SHIMAFUJI ELECTRIC CO.,LTD. +000AA8 ePipe Pty. Ltd. +000AAA AltiGen Communications Inc. +000A90 Bayside Interactive, Inc. +000A9C Server Technology, Inc. +000A96 MEWTEL TECHNOLOGY INC. +000A81 TEIMA Audiotex S.L. +000A83 SALTO SYSTEMS S.L. +000A88 InCypher S.A. +000A7C Tecton Ltd +000A70 MPLS Forum +000A75 Caterpillar, Inc +000A62 Crinis Networks, Inc. +000A64 Eracom Technologies +000A69 SUNNY bell Technology Co., Ltd. +000A5D FingerTec Worldwide Sdn Bhd +000AF4 Cisco Systems, Inc +000AE8 Cathay Roxus Information Technology Co. LTD +000ADA Vindicator Technologies +000ADC RuggedCom Inc. +000AE1 EG Technology +000AC9 Zambeel Inc +000ACE RADIANTECH, INC. +000AD5 Brainchild Electronic Co., Ltd. +000A4F Brain Boxes Limited +000A51 GyroSignal Technology Co., Ltd. +000A56 HITACHI Maxell Ltd. +000A4A Targa Systems Ltd. +000A37 Procera Networks, Inc. +000A3E EADS Telecom +000A43 Chunghwa Telecom Co., Ltd. +000A30 Visteon Corporation +000A32 Xsido Corporation +000A2B Etherstuff +000A29 Pan Dacom Networking AG +000B1A Industrial Defender, Inc. +000B1F I CON Computer Co. +000B13 ZETRON INC +000B0C Agile Systems Inc. +000B07 Voxpath Networks +000AF9 HiConnect, Inc. +000AFB Ambri Limited +000B00 FUJIAN START COMPUTER EQUIPMENT CO.,LTD +0009B8 Entise Systems +0009B7 Cisco Systems, Inc +0009B2 L&F Inc. +0009A5 HANSUNG ELETRONIC INDUSTRIES DEVELOPMENT CO., LTD +0009A6 Ignis Optics, Inc. +0009AB Netcontrol Oy +00099F VIDEX INC. +0007B3 Cisco Systems, Inc +0007AD Pentacon GmbH Foto-und Feinwerktechnik +0007A5 Y.D.K Co. Ltd. +00079F Action Digital Inc. +000792 Sütron Electronic GmbH +000799 Tipping Point Technologies, Inc. +00078C Elektronikspecialisten i Borlange AB +000786 Wireless Networks Inc. +000775 Valence Semiconductor, Inc. +00077C Westermo Teleindustri AB +000776 Federal APD +00077F J Communications Co., Ltd. +000780 Bluegiga Technologies OY +000881 DIGITAL HANDS CO.,LTD. +02C08C 3COM CORPORATION +00087B RTX Telecom A/S +000880 BroadTel Canada Communications inc. +00086E Hyglo AB +000868 PurOptix +000861 SoftEnergy Co., Ltd. +00084F Qualstar Corporation +00085B Hanbit Electronics Co., Ltd. +000855 NASA-Goddard Space Flight Center +00084E DivergeNet, Inc. +00085C Shanghai Dare Technologies Co. Ltd. +0007ED Altera Corporation +0007F4 Eletex Co., Ltd. +0007E1 WIS Communications Co. Ltd. +0007D4 Zhejiang Yutong Network Communication Co Ltd. +0007DB Kirana Networks, Inc. +0007D5 3e Technologies Int;., Inc. +0005F9 TOA Corporation +0007C5 Gcom, Inc. +0007CC Kaba Benzing GmbH +0007C6 VDS Vosskuhler GmbH +0007B9 Ginganet Corporation +0007BF Armillaire Technologies, Inc. +00047F Chr. Mayr GmbH & Co. KG +000961 Switchgear and Instrumentation Ltd +00095A RACEWOOD TECHNOLOGY +000954 AMiT spol. s. r. o. +00094E BARTECH SYSTEMS INTERNATIONAL, INC +000953 Linkage System Integration Co.Ltd. +000942 Wireless Technologies, Inc +000947 Aztek, Inc. +00093B HYUNDAI NETWORKS INC. +000934 Dream-Multimedia-Tv GmbH +0008BA Erskine Systems Ltd +0008B4 SYSPOL +0008AE PacketFront Network Products AB +0008A7 iLogic Inc. +0008A2 ADI Engineering, Inc. +0008A1 CNet Technology Inc. +00089B ICP Electronics Inc. +00088D Sigma-Links Inc. +000893 LE INFORMATION COMMUNICATION INC. +00088E Nihon Computer Co., Ltd. +000897 Quake Technologies +000887 Maschinenfabrik Reinhausen GmbH +0008FD BlueKorea Co., Ltd. +0008F5 YESTECHNOLOGY Co.,Ltd. +0008EF DIBAL,S.A. +0008EA Motion Control Engineering, Inc +0008DD Telena Communications, Inc. +0008DE 3UP Systems +0008E3 Cisco Systems, Inc +0008D7 HOW CORPORATION +0008CB Zeta Broadband Inc. +0008D0 Musashi Engineering Co., LTD. +0008C1 Avistar Communications Corporation +0008C6 Philips Consumer Communications +000993 Visteon Corporation +000998 Capinfo Company Limited +000986 Metalink LTD. +000985 Auto Telecom Company +00098C Option Wireless Sweden +000980 Power Zenith Inc. +000973 Lenten Technology Co., Ltd. +000974 Innopia Technologies, Inc. +000979 Advanced Television Systems Committee, Inc. +000966 Thales Navigation +00096D Powernet Technologies Corp. +00081F Pou Yuen Tech Corp. Ltd. +000826 Colorado Med Tech +000820 Cisco Systems, Inc +000825 Acme Packet +00082C Homag AG +000819 Banksys +000810 Key Technology, Inc. +000813 Diskbank, Inc. +00080A Espera-Werke GmbH +000804 ICA Inc. +0007FA ITT Co., Ltd. +0007E7 FreeWave Technologies +0007EE telco Informationssysteme GmbH +000928 Telecore +00092F Akom Technology Corporation +000922 TST Biometrics GmbH +000921 Planmeca Oy +00091C CacheVision, Inc +000910 Simple Access Inc. +000915 CAS Corp. +00090F Fortinet Inc. +000909 Telenor Connect A/S +000902 Redline Communications Inc. +00065E Photuris, Inc. +000645 Meisei Electric Co. Ltd. +000644 neix,Inc +00064B Alexon Co., Ltd. +00063B Arcturus Networks Inc. +00063A Dura Micro, Inc. +000634 GTE Airfone Inc. +00062A Cisco Systems, Inc +000627 Uniwide Technologies, Inc. +00062E Aristos Logic Corp. +000617 Redswitch Inc. +00061E Maxan Systems +000618 DigiPower Manufacturing Inc. +000770 Ubiquoss Inc +00076B Stralfors AB +00075F VCS Video Communication Systems AG +000766 Chou Chin Industrial Co., Ltd. +000759 Boris Manufacturing Corp. +00074C Beicom Inc. +000753 Beijing Qxcomm Technology Co., Ltd. +000743 Chelsio Communications +000744 Unico, Inc. +000747 Mecalc +000737 Soriya Co. Ltd. +00073E China Great-Wall Computer Shenzhen Co., Ltd. +0006C4 Piolink Inc. +0006C0 United Internetworks, Inc. +0006BA Westwave Communications +0006AD KB Electronics Ltd. +0006B4 Vorne Industries, Inc. +0006AE Himachal Futuristic Communications Ltd +0006B3 Diagraph Corporation +0006A3 Bitran Corporation +00069D Petards Ltd +0006A7 Primarion +000657 Market Central, Inc. +000697 R & D Center +000691 PT Inovacao +0005C7 I/F-COM A/S +0005CE Prolink Microsystems Corporation +0005C1 A-Kyung Motion, Inc. +0005BB Myspace AB +00059B Cisco Systems, Inc +0005A7 Hyperchip, Inc. +0005B5 Broadcom Technologies +00059A Cisco Systems, Inc +0005A1 Zenocom +0005AB Cyber Fone, Inc. +000588 Sensoria Corp. +00058E Flextronics International GmbH & Co. Nfg. KG +000612 Accusys, Inc. +000609 Crossport Systems +00060F Narad Networks Inc +000602 Cirkitech Electronics Co. +0005ED Technikum Joanneum GmbH +000600 Toshiba Teli Corporation +0005E7 Netrake an AudioCodes Company +0005F3 Webyn +0005FA IPOptical, Inc. +0005DE Gi Fone Korea, Inc. +0005DA Apex Automationstechnik +0005C8 VERYTECH +0005D4 FutureSmart Networks, Inc. +0006EC Harris Corporation +0006DF AIDONIC Corporation +0006E0 MAT Co., Ltd. +0006E5 Fujian Newland Computer Ltd. Co. +0006DB ICHIPS Co., Ltd. +0006D0 Elgar Electronics Corp. +0006D7 Cisco Systems, Inc +0006CA American Computer & Digital Components, Inc. (ACDC) +000581 Snell +00057B Chung Nam Electronic Co., Ltd. +000582 ClearCube Technology +000577 SM Information & Communication +000571 Seiwa Electronics Co. +00056B C.P. Technology Co., Ltd. +000565 Tailyn Communication Company Ltd. +00055F Cisco Systems, Inc +00055E Cisco Systems, Inc +000558 Synchronous, Inc. +000552 Xycotec Computer GmbH +000549 Salira Optical Network Systems +00072B Jung Myung Telecom Co., Ltd. +000731 Ophir-Spiricon LLC +00071A Finedigital Inc. +000721 Formac Elektronik GmbH +00070E Cisco Systems, Inc +000715 General Research of Electronics, Inc. +000708 Bitrage Inc. +0006F2 Platys Communications +0006FE Ambrado, Inc +0006FC Fnet Co., Ltd. +000684 Biacore AB +00068A NeuronNet Co. Ltd. R&D Center +00067E WinCom Systems, Inc. +000670 Upponetti Oy +000676 Novra Technologies Inc. +00067A JMP Systems +000664 Fostex Corporation +00066A InfiniCon Systems, Inc. +000651 Aspen Networks Inc. +00065D Heidelberg Web Systems +000415 Rasteme Systems Co., Ltd. +000408 Sanko Electronics Co., Ltd. +000409 Cratos Networks +000402 Nexsan Technologies, Ltd. +0003F8 SanCastle Technologies, Inc. +0003FF Microsoft Corporation +0003F1 Cicada Semiconductor, Inc. +0003F2 Seneca Networks +0003EC ICG Research, Inc. +0003E6 Entone, Inc. +0003DE OTC Wireless +0003E1 Winmate Communication, Inc. +0003DA Takamisawa Cybernetics Co., Ltd. +00054C RF Innovations Pty Ltd +000543 IQ Wireless GmbH +00053D Agere Systems +000530 Andiamo Systems, Inc. +000537 Nets Technology Co., Ltd. +000536 Danam Communications, Inc. +000524 BTL System (HK) Limited +00052A Ikegami Tsushinki Co., Ltd. +00051D Airocon, Inc. +000517 Shellcomm, Inc. +000513 VTLinx Multimedia Systems, Inc. +0004D4 Proview Electronics Co., Ltd. +0004CE Patria Ailon +0004CD Extenway Solutions Inc +0004C7 NetMount +0004C8 LIBA Maschinenfabrik GmbH +0004C1 Cisco Systems, Inc +0004BB Bardac Corporation +0004B5 Equitrac Corporation +0004A7 FabiaTech Corporation +0004A1 Pathway Connectivity +00049A Cisco Systems, Inc +00035B BridgeWave Communications +000356 Wincor Nixdorf International GmbH +000350 BTICINO SPA +000348 Norscan Instruments, Ltd. +000345 Routrek Networks Corporation +00033D ILSHin Lab +0001EC Ericsson Group +000331 Cisco Systems, Inc +000338 Oak Technology +000335 Mirae Technology +00032C ABB Switzerland Ltd +000325 Arima Computer Corp. +000453 YottaYotta, Inc. +00044D Cisco Systems, Inc +000449 Mapletree Networks +000443 Agilent Technologies, Inc. +00043D INDEL AG +000431 GlobalStreams, Inc. +000436 ELANsat Technologies, Inc. +000430 Netgem +00042A Wireless Networks, Inc. +000424 TMC s.r.l. +00041B Bridgeworks Ltd. +00041E Shikoku Instrumentation Co., Ltd. +0003D3 Internet Energy Systems, Inc. +0003CE ETEN Technologies, Inc. +0003CB Nippon Systems Development Co., Ltd. +0003C2 Solphone K.K. +0003C7 hopf Elektronik GmbH +0003BB Signal Communications Limited +0003B5 Entra Technology Co. +0003B0 Xsense Technology Corp. +0003A4 Imation Corp. +0003A9 AXCENT Media AG +0003AD Emerson Energy Systems AB +000396 EZ Cast Co., Ltd. +00050D Midstream Technologies, Inc. +000507 Fine Appliance Corp. +0004FD Japan Control Engineering Co., Ltd. +0004F7 Omega Band, Inc. +0004F1 WhereNet +0004DA Relax Technology, Inc. +008087 OKI ELECTRIC INDUSTRY CO., LTD +0004E0 Procket Networks +000460 Knilink Technology, Inc. +000494 Breezecom, Ltd. +00048E Ohm Tech Labs, Inc. +000495 Tejas Networks India Limited +000483 Deltron Technology, Inc. +000489 YAFO Networks, Inc. +000479 Radius Co., Ltd. +00046D Cisco Systems, Inc +000472 Telelynx, Inc. +00046C Cyber Technology Co., Ltd. +000466 ARMITEL Co. +00045A The Linksys Group, Inc. +00045F Avalue Technology, Inc. +000391 Advanced Digital Broadcast, Ltd. +00038A America Online, Inc. +00038E Atoga Systems, Inc. +00037C Coax Media +000381 Ingenico International +000375 NetMedia, Inc. +00036E Nicon Systems (Pty) Limited +000362 Vodtel Communications, Inc. +00031C Svenska Hardvarufabriken AB +000315 Cidco Incorporated +000310 E-Globaledge Corporation +00030D Uniwill Computer Corp. +000309 Texcel Technology PLC +000304 Pacific Broadband Communications +00019F ReadyNet +0002FD Cisco Systems, Inc +0002F6 Equipe Communications +0002F1 Pinetron Co., Ltd. +0002EF CCC Network Systems Group Ltd. +0002EB Pico Communications +0002E6 Gould Instrument Systems, Inc. +0002DF Net Com Systems, Inc. +0002D3 NetBotz, Inc. +0002D8 BRECIS Communications Corporation +0002CC M.C.C.I +0002D0 Comdial Corporation +0002C5 Evertz Microsystems Ltd. +0002C0 Bencent Tzeng Industry Co., Ltd. +0002BD Bionet Co., Ltd. +0002B7 Watanabe Electric Industry Co., Ltd. +0002B0 Hokubu Communication & Industrial Co., Ltd. +0002A8 Air Link Technology +0002AB CTC Union Technologies Co., Ltd. +0002A4 AddPac Technology Co., Ltd. +000299 Apex, Inc. +00029D Merix Corp. +000291 Open Network Co., Ltd. +00028A Ambit Microsystems Corporation +000287 Adapcom +00028C Micrel-Synergy Semiconductor +000282 ViaClix, Inc. +00027B Amplify Net, Inc. +00024F IPM Datacom S.R.L. +000274 Tommy Technologies Corp. +00026F Senao International Co., Ltd. +000264 AudioRamp.com +00306C Hitex Holding GmbH +000177 EDSL +000161 Meta Machine Technology +000168 VITANA CORPORATION +000174 CyberOptics Corporation +000164 Cisco Systems, Inc +000170 ESE Embedded System Engineer'g +000152 CHROMATEK INC. +000156 FIREWIREDIRECT.COM, INC. +00013F Neighbor World Co., Ltd. +000146 Tesco Controls, Inc. +000133 KYOWA Electronic Instruments C +0001E3 Siemens AG +0001EA Cirilium Corp. +0001EF Camtel Technology Corp. +0001F2 Mark of the Unicorn, Inc. +0001D7 F5 Networks, Inc. +0001DC Activetelco +0001DF ISDN Communications, Ltd. +0001D3 PAXCOMM, Inc. +0001C5 Simpler Networks +0001D0 VitalPoint, Inc. +0001B2 Digital Processing Systems, Inc. +0001C1 Vitesse Semiconductor Corporation +0001BA IC-Net, Inc. +0001B6 SAEJIN T&M Co., Ltd. +00022B SAXA, Inc. +000226 XESystems, Inc. +00021E SIMTEL S.R.L. +00021A Zuma Networks +00020B Native Networks, Inc. +000212 SierraCom +000217 Cisco Systems, Inc +000207 VisionGlobal Network Corp. +000204 Bodmann Industries Elektronik GmbH +0001F8 TEXIO TECHNOLOGY CORPORATION +0001FF Data Direct Networks, Inc. +0001FB DoTop Technology, Inc. +000268 Harris Government Communications +00025D Calix Networks +000258 Flying Packets Communications +000257 Microcom Corp. +000254 WorldGate +000248 Pilz GmbH & Co. +00022E TEAC Corp. R& D +000241 Amer.com +000232 Avision, Inc. +00012A Telematica Sistems Inteligente +000137 IT Farm Corporation +000143 Cisco Systems, Inc +00011B Unizone Technologies, Inc. +000122 Trend Communications, Ltd. +00011E Precidia Technologies, Inc. +000108 AVLAB Technology, Inc. +00010B Space CyberLink, Inc. +0001AE Trex Enterprises +0001AA Airspan Communications, Ltd. +000198 Darim Vision +000180 AOpen, Inc. +000187 I2SE GmbH +00018F Kenetec, Inc. +000183 ANITE TELECOMS +00019C JDS Uniphase Inc. +000190 SMK-M +0030D1 INOVA CORPORATION +003032 MagicRam, Inc. +00305A TELGEN CORPORATION +003069 IMPACCT TECHNOLOGY CORP. +0030EC BORGARDT +0030B4 INTERSIL CORP. +00308E CROSS MATCH TECHNOLOGIES, INC. +0030D0 Tellabs +0030A5 ACTIVE POWER +003009 Tachion Networks, Inc. +00302F GE Aviation System +0030A4 Woodwind Communications System +0030E5 Amper Datos S.A. +0030C0 Lara Technology, Inc. +00300E Klotz Digital AG +003094 Cisco Systems, Inc +00309A ASTRO TERRA CORP. +00300C CONGRUENCY, LTD. +0030FD INTEGRATED SYSTEMS DESIGN +003023 COGENT COMPUTER SYSTEMS, INC. +0030DF KB/TEL TELECOMUNICACIONES +00307D GRE AMERICA, INC. +00D0E4 Cisco Systems, Inc +00D08B ADVA Optical Networking Ltd. +00D098 Photon Dynamics Canada Inc. +00D05E STRATABEAM TECHNOLOGY, INC. +00D0BE EMUTEC INC. +00D0F4 CARINTHIAN TECH INSTITUTE +00D0AA CHASE COMMUNICATIONS +00D0FA Thales e-Security Ltd. +00D006 Cisco Systems, Inc +00D03D GALILEO TECHNOLOGY, LTD. +00D014 ROOT, INC. +00D0DD SUNRISE TELECOM, INC. +00D091 SMARTSAN SYSTEMS, INC. +00B0EE Ajile Systems, Inc. +00B0E7 British Federal Ltd. +00B04A Cisco Systems, Inc +00B069 Honewell Oy +00B0C2 Cisco Systems, Inc +00B0DF Starboard Storage Systems +00B0EC EACEM +003092 ModuNORM GmbH +0030EE DSG Technology, Inc. +003042 DeTeWe-Deutsche Telephonwerke +003099 BOENIG UND KALLENBACH OHG +003051 ORBIT AVIONIC & COMMUNICATION +0030AB DELTA NETWORKS, INC. +003093 Sonnet Technologies, Inc +00303C ONNTO CORP. +0030C7 Macromate Corp. +003066 RFM +00307F IRLAN LTD. +003016 ISHIDA CO., LTD. +00302A SOUTHERN INFORMATION +0030DC RIGHTECH CORPORATION +00D0A4 ALANTRO COMMUNICATIONS +00D043 ZONAL RETAIL DATA SYSTEMS +00D016 SCM MICROSYSTEMS, INC. +00D012 GATEWORKS CORP. +00D092 GLENAYRE WESTERN MULTIPLEX +00D0C5 COMPUTATIONAL SYSTEMS, INC. +0001A7 UNEX TECHNOLOGY CORPORATION +00D0B5 IPricot formerly DotCom +0030E8 ENSIM CORP. +0030ED Expert Magnetics Corp. +0030F9 Sollae Systems Co., Ltd. +003098 Global Converging Technologies +0030E2 GARNET SYSTEMS CO., LTD. +003002 Expand Networks +00300B mPHASE Technologies, Inc. +00308F MICRILOR, Inc. +0030F3 At Work Computers +00D0F9 ACUTE COMMUNICATIONS CORP. +00D063 Cisco Systems, Inc +00D069 TECHNOLOGIC SYSTEMS +00D070 LONG WELL ELECTRONICS CORP. +00D061 TREMON ENTERPRISES CO., LTD. +00D0C4 TERATECH CORPORATION +0030BF MULTIDATA GMBH +00D0D7 B2C2, INC. +00D015 UNIVEX MICROTECHNOLOGY CORP. +00D0A5 AMERICAN ARIUM +00D0E5 SOLIDUM SYSTEMS CORP. +00D0B3 DRS Technologies Canada Ltd +00D0E9 Advantage Century Telecommunication Corp. +00D094 Seeion Control LLC +009045 Marconi Communications +0090F6 ESCALATE NETWORKS, INC. +0090EA ALPHA TECHNOLOGIES, INC. +0090FE ELECOM CO., LTD. (LANEED DIV.) +0090EB SENTRY TELECOM SYSTEMS +00908E Nortel Networks Broadband Access +0090CA ACCORD VIDEO TELECOMMUNICATIONS, LTD. +00908B Tattile SRL +009099 ALLIED TELESIS, K.K. +00900E HANDLINK TECHNOLOGIES, INC. +0090F7 NBASE COMMUNICATIONS LTD. +009024 PIPELINKS, INC. +009052 SELCOM ELETTRONICA S.R.L. +0090E5 TEKNEMA, INC. +009085 GOLDEN ENTERPRISES, INC. +009019 HERMES ELECTRONICS CO., LTD. +0090DC TECO INFORMATION SYSTEMS +00D0AE ORESIS COMMUNICATIONS, INC. +00D0D4 V-BITS, INC. +00D041 AMIGO TECHNOLOGY CO., LTD. +00D0D1 Sycamore Networks +00D0A1 OSKAR VIERLING GMBH + CO. KG +00D00B RHK TECHNOLOGY, INC. +00D02C CAMPBELL SCIENTIFIC, INC. +00D0A0 MIPS DENMARK +00D04E LOGIBAG +00D0D9 DEDICATED MICROCOMPUTERS +00D0CD ATAN TECHNOLOGY INC. +00D01D FURUNO ELECTRIC CO., LTD. +00D0C7 PATHWAY, INC. +00D05C KATHREIN TechnoTrend GmbH +00D040 SYSMATE CO., LTD. +00D08A PHOTRON USA +00D076 Bank of America +00D07A AMAQUEST COMPUTER CORP. +00D0BB Cisco Systems, Inc +00D001 VST TECHNOLOGIES, INC. +00904C Epigram, Inc. +009000 DIAMOND MULTIMEDIA +009025 BAE Systems Australia (Electronic Systems) Pty Ltd +0090F8 MEDIATRIX TELECOM +009084 ATECH SYSTEM +009054 INNOVATIVE SEMICONDUCTORS, INC +009080 NOT LIMITED, INC. +0090C0 K.J. LAW ENGINEERS, INC. +0090BC TELEMANN CO., LTD. +00900A PROTON ELECTRONIC INDUSTRIAL CO., LTD. +00904E DELEM BV +00904A CONCUR SYSTEM TECHNOLOGIES +009029 CRYPTO AG +009061 PACIFIC RESEARCH & ENGINEERING CORPORATION +0090A9 WESTERN DIGITAL +009072 SIMRAD AS +005048 INFOLIBRIA +0050EA XEL COMMUNICATIONS, INC. +0050CE LG INTERNATIONAL CORP. +005019 SPRING TIDE NETWORKS, INC. +0050AC MAPLE COMPUTER CORPORATION +005044 ASACA CORPORATION +0050C6 LOOP TELECOMMUNICATION INTERNATIONAL, INC. +005049 Arbor Networks Inc +00509F HORIZON COMPUTER +0050C8 Addonics Technologies, Inc. +0050DC TAS TELEFONBAU A. SCHWABE GMBH & CO. KG +005069 PixStream Incorporated +00901D PEC (NZ) LTD. +00902D DATA ELECTRONICS (AUST.) PTY, LTD. +009007 DOMEX TECHNOLOGY CORP. +009048 ZEAL CORPORATION +0090E6 ALi Corporation +009046 DEXDYNE, LTD. +00905E RAULAND-BORG CORPORATION +009067 WalkAbout Computers, Inc. +0090DA DYNARC, INC. +009026 ADVANCED SWITCHING COMMUNICATIONS, INC. +0090BB TAINET COMMUNICATION SYSTEM Corp. +009033 INNOVAPHONE AG +009010 SIMULATION LABORATORIES, INC. +00903D BIOPAC SYSTEMS, INC. +009057 AANetcom, Inc. +00901C mps Software Gmbh +009056 TELESTREAM, INC. +00907D Lake Communications +0090DB NEXT LEVEL COMMUNICATIONS +005042 SCI MANUFACTURING SINGAPORE PTE, LTD. +0050C0 GATAN, INC. +0050D3 DIGITAL AUDIO PROCESSING PTY. LTD. +00509A TAG ELECTRONIC SYSTEMS +00507D IFP +0050D0 MINERVA SYSTEMS +005098 GLOBALOOP, LTD. +0050FA OXTEL, LTD. +005086 TELKOM SA, LTD. +0050E1 NS TECH ELECTRONICS SDN BHD +005013 Chaparral Network Storage +005022 ZONET TECHNOLOGY, INC. +005040 Panasonic Electric Works Co., Ltd. +0050D6 ATLAS COPCO TOOLS AB +005082 FORESSON CORPORATION +0050CA NET TO NET TECHNOLOGIES +0050A6 OPTRONICS +0050DB CONTEMPORARY CONTROL +00506B SPX-ATEG +005074 ADVANCED HI-TECH CORP. +005047 Private +005067 AEROCOMM, INC. +005024 NAVIC SYSTEMS, INC. +005041 Coretronic Corporation +0050D2 CMC Electronics Inc +0090DE CARDKEY SYSTEMS, INC. +009060 SYSTEM CREATE CORP. +0090F1 DOT HILL SYSTEMS CORPORATION +0090E2 DISTRIBUTED PROCESSING TECHNOLOGY +00906B APPLIED RESOURCES, INC. +009020 PHILIPS ANALYTICAL X-RAY B.V. +009065 FINISAR CORPORATION +001053 COMPUTER TECHNOLOGY CORP. +0010A3 OMNITRONIX, INC. +00102B UMAX DATA SYSTEMS, INC. +001055 FUJITSU MICROELECTRONICS, INC. +00103C IC ENSEMBLE, INC. +0010D9 IBM JAPAN, FUJISAWA MT+D +0010A5 OXFORD INSTRUMENTS +001046 ALCORN MCBRIDE INC. +00E0DC NEXWARE CORP. +00E0D9 TAZMO CO., LTD. +00E0C2 NECSY S.p.A. +00E09B ENGAGE NETWORKS, INC. +00E045 TOUCHWAVE, INC. +00E055 INGENIERIA ELECTRONICA COMERCIAL INELCOM S.A. +00E037 CENTURY CORPORATION +00E081 TYAN COMPUTER CORP. +00E0D4 EXCELLENT COMPUTER +00E01A COMTEC SYSTEMS. CO., LTD. +00E0BC SYMON COMMUNICATIONS, INC. +00E084 COMPULITE R&D +00E0F6 DECISION EUROPE +00E027 DUX, INC. +00E07F LOGISTISTEM s.r.l. +00E043 VitalCom +00E0BF TORRENT NETWORKING TECHNOLOGIES CORP. +00E09D SARNOFF CORPORATION +00E0BB NBX CORPORATION +00E08A GEC AVERY, LTD. +00E04B JUMP INDUSTRIELLE COMPUTERTECHNIK GmbH +001015 OOmon Inc. +001088 AMERICAN NETWORKS INC. +001008 VIENNA SYSTEMS CORPORATION +0010CC CLP COMPUTER LOGISTIK PLANUNG GmbH +001094 Performance Analysis Broadband, Spirent plc +0010BB DATA & INFORMATION TECHNOLOGY +001028 COMPUTER TECHNICA, INC. +00108A TeraLogic, Inc. +0010C5 PROTOCOL TECHNOLOGIES, INC. +00106D Axxcelera Broadband Wireless +0010FC BROADBAND NETWORKS, INC. +001078 NUERA COMMUNICATIONS, INC. +001048 HTRC AUTOMATION, INC. +001081 DPS, INC. +00102D HITACHI SOFTWARE ENGINEERING +00109F PAVO, INC. +0010A1 KENDIN SEMICONDUCTOR, INC. +001084 K-BOT COMMUNICATIONS +0010AF TAC SYSTEMS, INC. +00100F INDUSTRIAL CPU SYSTEMS +0010A2 TNS +001000 CABLE TELEVISION LABORATORIES, INC. +00103B HIPPI NETWORKING FORUM +0060C2 MPL AG +0060A2 NIHON UNISYS LIMITED CO. +006046 VMETRO, INC. +00609D PMI FOOD EQUIPMENT GROUP +0060BF MACRAIGOR SYSTEMS, INC. +00604A SAIC IDEAS GROUP +006081 TV/COM INTERNATIONAL +0060B4 GLENAYRE R&D INC. +006045 PATHLIGHT TECHNOLOGIES +00A005 DANIEL INSTRUMENTS, LTD. +00A053 COMPACT DEVICES, INC. +00A033 imc MeBsysteme GmbH +00A059 HAMILTON HALLMARK +00A0AD MARCONI SPA +00A0F6 AutoGas Systems Inc. +00A096 MITSUMI ELECTRIC CO., LTD. +00A006 IMAGE DATA PROCESSING SYSTEM GROUP +0060F3 Performance Analysis Broadband, Spirent plc +00600B LOGWARE GmbH +00603F PATAPSCO DESIGNS +00607C WaveAccess, Ltd. +00608D UNIPULSE CORP. +006049 VINA TECHNOLOGIES +0060A1 VPNet, Inc. +0060C9 ControlNet, Inc. +00605F NIPPON UNISOFT CORPORATION +006021 DSC CORPORATION +00601D LUCENT TECHNOLOGIES +000800 MULTITECH SYSTEMS, INC. +0060C7 AMATI COMMUNICATIONS CORP. +00E0CA BEST DATA PRODUCTS +00E097 CARRIER ACCESS CORPORATION +00E09F PIXEL VISION +00E0F5 TELES AG +00E070 DH TECHNOLOGY +00E0B5 ARDENT COMMUNICATIONS CORP. +00E073 NATIONAL AMUSEMENT NETWORK, INC. +00E0E8 GRETACODER Data Systems AG +00E016 RAPID CITY COMMUNICATIONS +00E001 STRAND LIGHTING LIMITED +00E082 ANERMA +00E0EA INNOVAT COMMUNICATIONS, INC. +00E06A KAPSCH AG +00E023 TELRAD +00E0C3 SAKAI SYSTEM DEVELOPMENT CORP. +00601A KEITHLEY INSTRUMENTS +0060AF PACIFIC MICRO DATA, INC. +00601F STALLION TECHNOLOGIES +00608F TEKRAM TECHNOLOGY CO., LTD. +0060C5 ANCOT CORP. +006023 PERICOM SEMICONDUCTOR CORP. +006063 PSION DACOM PLC. +00604F Tattile SRL +0060E8 HITACHI COMPUTER PRODUCTS (AMERICA), INC. +006072 VXL INSTRUMENTS, LIMITED +006054 CONTROLWARE GMBH +00A0DC O.N. ELECTRONIC CO., LTD. +00A013 TELTREND LTD. +00A0DF STS TECHNOLOGIES, INC. +00A061 PURITAN BENNETT +00A0CE Ecessa +00A02A TRANCELL SYSTEMS +00A02C interWAVE Communications +00A077 FUJITSU NEXION, INC. +00A020 CITICORP/TTI +00A00D THE PANDA PROJECT +00A031 HAZELTINE CORPORATION, MS 1-17 +00A041 INFICON +0060FA EDUCATIONAL TECHNOLOGY RESOURCES, INC. +000288 GLOBAL VILLAGE COMMUNICATION +0060F9 DIAMOND LANE COMMUNICATIONS +0060EA StreamLogic +0060EC HERMARY OPTO ELECTRONICS INC. +00604E CYCLE COMPUTER CORPORATION, INC. +00602C LINX Data Terminals, Inc. +006028 MACROVISION CORPORATION +00606A MITSUBISHI WIRELESS COMMUNICATIONS. INC. +00E021 FREEGATE CORP. +00E0AB DIMAT S.A. +00E0B6 Entrada Networks +00E0EC CELESTICA INC. +00E038 PROXIMA CORPORATION +00E090 BECKMAN LAB. AUTOMATION DIV. +00E02E SPC ELECTRONICS CORPORATION +00E0F4 INSIDE Technology A/S +00E03C AdvanSys +00E096 SHIMADZU CORPORATION +00E0F1 THAT CORPORATION +00A0D0 TEN X TECHNOLOGY, INC. +00A0E0 TENNYSON TECHNOLOGIES PTY LTD +00A099 K-NET LTD. +00A03D OPTO-22 +00A08C MultiMedia LANs, Inc. +1000E8 NATIONAL SEMICONDUCTOR +006076 SCHLUMBERGER TECHNOLOGIES RETAIL PETROLEUM SYSTEMS +0060AE TRIO INFORMATION SYSTEMS AB +00606C ARESCOM +006032 I-CUBE, INC. +006060 Data Innovations North America +00A0EB Encore Networks, Inc. +00A0C1 ORTIVUS MEDICAL AB +00A07D SEEQ TECHNOLOGY, INC. +00A0CF SOTAS, INC. +00A03A KUBOTEK CORPORATION +00A0D7 KASTEN CHASE APPLIED RESEARCH +00A09D JOHNATHON FREEMAN TECHNOLOGIES +00A036 APPLIED NETWORK TECHNOLOGY +00A0D2 ALLIED TELESIS INTERNATIONAL CORPORATION +00A075 MICRON TECHNOLOGY, INC. +00A009 WHITETREE NETWORK +00A060 ACER PERIPHERALS, INC. +00A00C KINGMAX TECHNOLOGY, INC. +0020FD ITV TECHNOLOGIES, INC. +00200D CARL ZEISS +002091 J125, NATIONAL SECURITY AGENCY +002054 Sycamore Networks +0020A7 PAIRGAIN TECHNOLOGIES, INC. +002005 SIMPLE TECHNOLOGY +00202B ADVANCED TELECOMMUNICATIONS MODULES, LTD. +002086 MICROTECH ELECTRONICS LIMITED +002052 RAGULA SYSTEMS +002090 ADVANCED COMPRESSION TECHNOLOGY, INC. +0020A3 Harmonic, Inc +00206A OSAKA COMPUTER CORP. +0020DB XNET TECHNOLOGY, INC. +0020A4 MULTIPOINT NETWORKS +00201C EXCEL, INC. +00209B ERSAT ELECTRONIC GMBH +0020C9 VICTRON BV +0020D1 MICROCOMPUTER SYSTEMS (M) SDN. +002084 OCE PRINTING SYSTEMS, GMBH +0020C2 TEXAS MEMORY SYSTEMS, INC. +0020C8 LARSCOM INCORPORATED +0020EC TECHWARE SYSTEMS CORP. +002083 PRESTICOM INCORPORATED +00206D DATA RACE, INC. +00203A DIGITAL BI0METRICS INC. +00A06C SHINDENGEN ELECTRIC MFG. CO., LTD. +00A0EE NASHOBA NETWORKS +00A0FB TORAY ENGINEERING CO., LTD. +00A0E3 XKL SYSTEMS CORP. +00A01E EST CORPORATION +00A080 Tattile SRL +00A0C2 R.A. SYSTEMS CO., LTD. +00A0CB ARK TELECOMMUNICATIONS, INC. +00A074 PERCEPTION TECHNOLOGY +00A06A Verilink Corporation +00A070 COASTCOM +00A079 ALPS ELECTRIC (USA), INC. +002059 MIRO COMPUTER PRODUCTS AG +0020BC Long Reach Networks Pty Ltd +0020AD LINQ SYSTEMS +002046 CIPRICO, INC. +002071 IBR GMBH +0020A2 GALCOM NETWORKING LTD. +002098 HECTRONIC AB +002065 SUPERNET NETWORKING INC. +002094 CUBIX CORPORATION +0020C3 COUNTER SOLUTIONS LTD. +0020A5 API ENGINEERING +002070 HYNET, LTD. +00201E NETQUEST CORPORATION +002097 APPLIED SIGNAL TECHNOLOGY +0020E8 DATATREK CORPORATION +00204F DEUTSCHE AEROSPACE AG +00202E DAYSTAR DIGITAL +0020B0 GATEWAY DEVICES, INC. +0020A9 WHITE HORSE INDUSTRIAL +002061 GarrettCom, Inc. +0020C6 NECTEC +0020D2 RAD DATA COMMUNICATIONS, LTD. +00A0F8 Zebra Technologies Inc +00A025 REDCOM LABS INC. +00A0D4 RADIOLAN, INC. +00A08A BROOKTROUT TECHNOLOGY, INC. +002093 LANDINGS TECHNOLOGY CORP. +002056 NEOPRODUCTS +0020A6 Proxim Wireless +00C073 XEDIA CORPORATION +00C0D4 AXON NETWORKS, INC. +00C0E5 GESPAC, S.A. +00A0CA FUJITSU DENSO LTD. +00A029 COULTER CORPORATION +00C088 EKF ELEKTRONIK GMBH +00C056 SOMELEC +00C063 MORNING STAR TECHNOLOGIES, INC +00C021 NETEXPRESS +00C049 U.S. ROBOTICS, INC. +00C032 I-CUBED LIMITED +00C051 ADVANCED INTEGRATION RESEARCH +00C085 ELECTRONICS FOR IMAGING, INC. +00C0FE APTEC COMPUTER SYSTEMS, INC. +00C0E8 PLEXCOM, INC. +00C0B2 NORAND CORPORATION +00C0B1 GENIUS NET CO. +00C0D9 QUINTE NETWORK CONFIDENTIALITY +00C038 RASTER IMAGE PROCESSING SYSTEM +00C098 CHUNTEX ELECTRONIC CO., LTD. +00C0DD QLogic Corporation +00C08A Lauterbach GmbH +0040FF TELEBIT CORPORATION +0040D7 STUDIO GEN INC. +004007 TELMAT INFORMATIQUE +00408D THE GOODYEAR TIRE & RUBBER CO. +00402C ISIS DISTRIBUTED SYSTEMS, INC. +00C03D WIESEMANN & THEIS GMBH +00C026 LANS TECHNOLOGY CO., LTD. +0040E2 MESA RIDGE TECHNOLOGIES, INC. +004078 WEARNES AUTOMATION PTE LTD +004062 E-SYSTEMS, INC./GARLAND DIV. +0040D2 PAGINE CORPORATION +0040D0 MITAC INTERNATIONAL CORP. +0040E4 E-M TECHNOLOGY, INC. +0040BF CHANNEL SYSTEMS INTERN'L INC. +004094 SHOGRAPHICS, INC. +00407F FLIR Systems +0040A9 DATACOM INC. +00C07D RISC DEVELOPMENTS LTD. +00C01E LA FRANCAISE DES JEUX +00C084 DATA LINK CORP. LTD. +00C087 UUNET TECHNOLOGIES, INC. +00C033 TELEBIT COMMUNICATIONS APS +00C081 METRODATA LTD. +00C006 NIPPON AVIONICS CO., LTD. +00C013 NETRIX +00C058 DATAEXPERT CORP. +0040E8 CHARLES RIVER DATA SYSTEMS,INC +004030 GK COMPUTER +0080DC PICKER INTERNATIONAL +00C0A8 GVC CORPORATION +00C010 HIRAKAWA HEWTECH CORP. +00C020 ARCO ELECTRONIC, CONTROL LTD. +0040A6 Cray, Inc. +004098 DRESSLER GMBH & CO. +00C0B9 FUNK SOFTWARE, INC. +00C065 SCOPE COMMUNICATIONS, INC. +00C018 LANART CORPORATION +00C0FF DOT HILL SYSTEMS CORPORATION +00400D LANNET DATA COMMUNICATIONS,LTD +0040F5 OEM ENGINES +004019 AEON SYSTEMS, INC. +0040A1 ERGO COMPUTING +00407E EVERGREEN SYSTEMS, INC. +0040F6 KATRON COMPUTERS INC. +004076 Sun Conversion Technologies +0040F4 CAMEO COMMUNICATIONS, INC. +00C06D BOCA RESEARCH, INC. +00C0DB IPC CORPORATION (PTE) LTD. +00C0DA NICE SYSTEMS LTD. +00C09B RELIANCE COMM/TEC, R-TEC +00C0B8 FRASER'S HILL LTD. +00C016 ELECTRONIC THEATRE CONTROLS +00C096 TAMURA CORPORATION +00C035 QUINTAR COMPANY +00C0CC TELESCIENCES CO SYSTEMS, INC. +00C078 COMPUTER SYSTEMS ENGINEERING +0040F3 NETCOR +004033 ADDTRON TECHNOLOGY CO., LTD. +0040A3 MICROUNITY SYSTEMS ENGINEERING +0040ED NETWORK CONTROLS INT'NATL INC. +0040AD SMA REGELSYSTEME GMBH +0080D2 SHINNIHONDENKO CO., LTD. +0080DF ADC CODENOLL TECHNOLOGY CORP. +008071 SAI TECHNOLOGY +00803D SURIGIKEN CO., LTD. +00804B EAGLE TECHNOLOGIES PTY.LTD. +008007 DLOG NC-SYSTEME +008001 PERIPHONICS CORPORATION +008062 INTERFACE CO. +0080F3 SUN ELECTRONICS CORP. +00808D WESTCOAST TECHNOLOGY B.V. +0080B2 NETWORK EQUIPMENT TECHNOLOGIES +00805B CONDOR SYSTEMS, INC. +00801C NEWPORT SYSTEMS SOLUTIONS +0080C6 NATIONAL DATACOMM CORPORATION +0080FA RWT GMBH +008084 THE CLOUD INC. +008046 Tattile SRL +0080A6 REPUBLIC TECHNOLOGY, INC. +008009 JUPITER SYSTEMS, INC. +0080B5 UNITED NETWORKS INC. +008035 TECHNOLOGY WORKS, INC. +008088 VICTOR COMPANY OF JAPAN, LTD. +00809E DATUS GMBH +008055 FERMILAB +00802A TEST SYSTEMS & SIMULATIONS INC +0040E3 QUIN SYSTEMS LTD +004091 PROCOMP INDUSTRIA ELETRONICA +004014 COMSOFT GMBH +00400F DATACOM TECHNOLOGIES +004085 SAAB INSTRUMENTS AB +004006 SAMPO TECHNOLOGY CORPORATION +00402D HARRIS ADACOM CORPORATION +004047 WIND RIVER SYSTEMS +0040FA MICROBOARDS, INC. +00002E SOCIETE EVIRA +0000ED APRIL +00003C AUSPEX SYSTEMS INC. +000051 HOB ELECTRONIC GMBH & CO. KG +0000A7 NETWORK COMPUTING DEVICES INC. +0000F7 YOUTH KEEP ENTERPRISE CO LTD +0000FC MEIKO +0000B5 DATABILITY SOFTWARE SYS. INC. +000026 SHA-KEN CO., LTD. +000022 VISUAL TECHNOLOGY INC. +00006D CRAY COMMUNICATIONS, LTD. +0000FA MICROSAGE COMPUTER SYSTEMS INC +00002B CRISP AUTOMATION, INC +000019 APPLIED DYNAMICS INTERNATIONAL +0080D3 SHIVA CORP. +0080A5 SPEED INTERNATIONAL +0080A9 CLEARPOINT RESEARCH +008069 COMPUTONE SYSTEMS +008091 TOKYO ELECTRIC CO.,LTD +0080F4 TELEMECANIQUE ELECTRIQUE +00800C VIDECOM LIMITED +0080E8 CUMULUS CORPORATIION +0000CD Allied Telesis Labs Ltd +0000A5 Tattile SRL +00801E XINETRON, INC. +00804A PRO-LOG +008059 STANLEY ELECTRIC CO., LTD +00806B SCHMID TELECOMMUNICATION +00802C THE SAGE GROUP PLC +008018 KOBE STEEL, LTD. +0080EE THOMSON CSF +008013 THOMAS-CONRAD CORPORATION +00808E RADSTONE TECHNOLOGY +000036 ATARI CORPORATION +0080BD THE FURUKAWA ELECTRIC CO., LTD +0080A8 VITACOM CORPORATION +008042 Artesyn Embedded Technologies +008067 SQUARE D COMPANY +008045 MATSUSHITA ELECTRIC IND. CO +00804C CONTEC CO., LTD. +008020 NETWORK PRODUCTS +004044 QNIX COMPUTER CO., LTD. +0040DD HONG TECHNOLOGIES +00403A IMPACT TECHNOLOGIES +0040C9 NCUBE +004075 Tattile SRL +0080F1 OPUS SYSTEMS +08008F CHIPCOM CORPORATION +080081 ASTECH INC. +08007A INDATA +080078 ACCELL CORPORATION +08006E MASSCOMP +08006D WHITECHAPEL COMPUTER WORKS +08006C SUNTEK TECHNOLOGY INT'L +080067 ComDesign +080063 PLESSEY +080060 INDUSTRIAL NETWORKING INC. +000081 Bay Networks +0000A1 MARQUETTE ELECTRIC CO. +0000F5 DIAMOND SALES LIMITED +0000E5 SIGMEX LTD. +0000BA SIIG, INC. +00002F TIMEPLEX INC. +0000B8 SEIKOSHA CO., LTD. +00007F LINOTYPE-HELL AG +0000B7 DOVE COMPUTER CORPORATION +00009A RC COMPUTER A/S +0000DE CETIA +00004B ICL DATA OY +000013 CAMEX +000095 SONY TEKTRONIX CORP. +080037 FUJI-XEROX CO. LTD. +080031 LITTLE MACHINES INC. +08002B DIGITAL EQUIPMENT CORPORATION +08002A MOSAIC TECHNOLOGIES INC. +080029 Megatek Corporation +080026 NORSK DATA A.S. +08001F SHARP CORPORATION +0000AE DASSAULT ELECTRONIQUE +0000DD TCL INCORPORATED +0000D9 NIPPON TELEGRAPH & TELEPHONE +000046 OLIVETTI NORTH AMERICA +000017 Oracle +00009F AMERISTAR TECHNOLOGIES INC. +0000E3 INTEGRATED MICRO PRODUCTS LTD +000073 SIECOR CORPORATION +0000D3 WANG LABORATORIES INC. +0000B3 CIMLINC INCORPORATED +00009D LOCUS COMPUTING CORPORATION +000060 KONTRON ELEKTRONIK GMBH +000011 NORMEREL SYSTEMES +08006F PHILIPS APELDOORN B.V. +0000B0 RND-RAD NETWORK DEVICES +000071 ADRA SYSTEMS INC. +00006C Private +AA0000 DIGITAL EQUIPMENT CORPORATION +0270B0 M/A-COM INC. COMPANIES +00000B MATRIX CORPORATION +080042 JAPAN MACNICS CORP. +026086 LOGIC REPLACEMENT TECH. LTD. +00DD05 UNGERMANN-BASS INC. +00BBF0 UNGERMANN-BASS INC. +0080E9 Madge Ltd. +080055 STANFORD TELECOMM. INC. +080048 EUROTHERM GAUGING SYSTEMS +080049 UNIVATION +00DD02 UNGERMANN-BASS INC. +000003 XEROX CORPORATION +000008 XEROX CORPORATION +080030 CERN +00DD01 UNGERMANN-BASS INC. +18017D Harbin Arteor technology co., LTD +001CDF Belkin International Inc. +944452 Belkin International Inc. +08863B Belkin International Inc. +001556 Sagemcom Broadband SAS +002569 Sagemcom Broadband SAS +001BBF Sagemcom Broadband SAS +4C17EB Sagemcom Broadband SAS +7C034C Sagemcom Broadband SAS +88AE1D COMPAL INFORMATION (KUNSHAN) CO., LTD. +5C353B Compal Broadband Networks, Inc. +1C4419 TP-LINK TECHNOLOGIES CO.,LTD. +749DDC 2Wire Inc +782BCB Dell Inc. +B8CA3A Dell Inc. +F01FAF Dell Inc. +C81F66 Dell Inc. +00183F 2Wire Inc +0019E4 2Wire Inc +001AC4 2Wire Inc +001D5A 2Wire Inc +34EF44 2Wire Inc +982CBE 2Wire Inc +001422 Dell Inc. +001C23 Dell Inc. +00219B Dell Inc. +000874 Dell Inc. +002564 Dell Inc. +842B2B Dell Inc. +E0DB55 Dell Inc. +A41F72 Dell Inc. +00C04F Dell Inc. F04DA2 Dell Inc. -F04F7C PRIVATE -F05849 CareView Communications -F05A09 Samsung Electronics Co.,Ltd -F05D89 Dycon Limited -F05DC8 Duracell Powermat -F05F5A Getriebebau NORD GmbH and Co. KG -F0620D Shenzhen Egreat Tech Corp.,Ltd -F06281 ProCurve Networking by HP -F065DD Primax Electronics Ltd. -F06853 Integrated Corporation -F06BCA Samsung Electronics Co.,Ltd -F0728C Samsung Electronics Co.,Ltd -F073AE PEAK-System Technik -F07765 Sourcefire, Inc -F077D0 Xcellen -F07BCB Hon Hai Precision Ind. Co.,Ltd. -F07D68 D-Link Corporation -F07F0C Leopold Kostal GmbH &Co. KG -F081AF IRZ AUTOMATION TECHNOLOGIES LTD -F0842F ADB Broadband Italia -F084C9 zte corporation -F08BFE COSTEL.,CO.LTD -F08EDB VeloCloud Networks -F0921C Hewlett Packard -F0933A NxtConect -F093C5 Garland Technology -F09CBB RaonThink Inc. -F09CE9 Aerohive Networks Inc -F0A225 PRIVATE -F0A764 GST Co., Ltd. -F0ACA4 HBC-radiomatic -F0AD4E Globalscale Technologies, Inc. -F0AE51 Xi3 Corp -F0B479 Apple, Inc. -F0B6EB Poslab Technology Co., Ltd. -F0BCC8 MaxID (Pty) Ltd -F0BDF1 Sipod Inc. -F0BF97 Sony Corporation -F0C24C Zhejiang FeiYue Digital Technology Co., Ltd -F0C27C Mianyang Netop Telecom Equipment Co.,Ltd. -F0C88C LeddarTech Inc. -F0CBA1 Apple, Inc. -F0D14F LINEAR LLC -F0D1A9 Apple -F0D3E7 Sensometrix SA -F0D767 Axema Passagekontroll AB -F0DA7C RLH INDUSTRIES,INC. -F0DB30 Yottabyte -F0DCE2 Apple Inc -F0DE71 Shanghai EDO Technologies Co.,Ltd. -F0DEB9 ShangHai Y&Y Electronics Co., Ltd -F0DEF1 Wistron InfoComm (Kunshan)Co -F0E5C3 Drägerwerk AG & Co. KG aA -F0E77E Samsung Electronics Co.,Ltd -F0EC39 Essec -F0ED1E Bilkon Bilgisayar Kontrollu Cih. Im.Ltd. -F0EEBB VIPAR GmbH -F0F002 Hon Hai Precision Ind. Co.,Ltd. -F0F260 Mobitec AB -F0F5AE Adaptrum Inc. -F0F644 Whitesky Science & Technology Co.,Ltd. -F0F669 Motion Analysis Corporation -F0F755 CISCO SYSTEMS, INC. -F0F7B3 Phorm -F0F842 KEEBOX, Inc. -F0F9F7 IES GmbH & Co. KG -F0FDA0 Acurix Networks LP -F40321 BeNeXt B.V. -F4044C ValenceTech Limited -F40B93 Research In Motion -F40F9B WAVELINK -F415FD Shanghai Pateo Electronic Equipment Manufacturing Co., Ltd. -F41BA1 Apple -F41E26 Simon-Kaloi Engineering -F41F0B YAMABISHI Corporation -F41FC2 Cisco -F42012 Cuciniale GmbH -F42896 SPECTO PAINEIS ELETRONICOS LTDA -F436E1 Abilis Systems SARL -F43814 Shanghai Howell Electronic Co.,Ltd -F43D80 FAG Industrial Services GmbH -F43E61 Shenzhen Gongjin Electronics Co., Ltd -F43E9D Benu Networks, Inc. -F44227 S & S Research Inc. -F44450 BND Co., Ltd. -F445ED Portable Innovation Technology Ltd. -F4472A Nanjing Rousing Sci. and Tech. Industrial Co., Ltd -F44848 Amscreen Group Ltd -F44EFD Actions Semiconductor Co.,Ltd.(Cayman Islands) -F450EB Telechips Inc +BC305B Dell Inc. +001D09 Dell Inc. +F8E079 Motorola Mobility LLC, a Lenovo Company +1430C6 Motorola Mobility LLC, a Lenovo Company +000D67 Ericsson +E0757D Motorola Mobility LLC, a Lenovo Company +001E65 Intel Corporate +001F3B Intel Corporate +0016EA Intel Corporate +00216B Intel Corporate +0019D1 Intel Corporate +001CC0 Intel Corporate +5CE0C5 Intel Corporate +183DA2 Intel Corporate +448500 Intel Corporate +809B20 Intel Corporate +100BA9 Intel Corporate +247703 Intel Corporate +C48508 Intel Corporate +0026C6 Intel Corporate +74E50B Intel Corporate +58946B Intel Corporate +002710 Intel Corporate +64D4DA Intel Corporate +DCA971 Intel Corporate +001CBF Intel Corporate +A0A8CD Intel Corporate +340286 Intel Corporate +34DE1A Intel Corporate +80000B Intel Corporate +B80305 Intel Corporate +303A64 Intel Corporate +ACFDCE Intel Corporate +E09467 Intel Corporate +00DBDF Intel Corporate +0C8BFD Intel Corporate +E09D31 Intel Corporate +CC3D82 Intel Corporate +D00ED9 Taicang T&W Electronics +6C2995 Intel Corporate +40E3D6 Aruba Networks +24DEC6 Aruba Networks +D8C7C8 Aruba Networks +900BC1 Sprocomm Technologies CO.,Ltd +6C71D9 AzureWave Technology Inc. +384FF0 AzureWave Technology Inc. +0015AF AzureWave Technology Inc. +485D60 AzureWave Technology Inc. +54E4BD FN-LINK TECHNOLOGY LIMITED +98743D Shenzhen Jun Kai Hengye Technology Co. Ltd +A04FD4 ADB Broadband Italia +842615 ADB Broadband Italia +5CE2F4 AcSiP Technology Corp. +002662 Actiontec Electronics, Inc +00193E ADB Broadband Italia +0013C8 ADB Broadband Italia +DC0B1A ADB Broadband Italia +74888B ADB Broadband Italia +ACD074 Espressif Inc. +D05349 Liteon Technology Corporation +000941 Allied Telesis R&D Center K.K. +00014A Sony Corporation +001CA4 Sony Mobile Communications AB +002345 Sony Mobile Communications AB +8C6422 Sony Mobile Communications AB +90C115 Sony Mobile Communications AB +8400D2 Sony Mobile Communications AB +5CB524 Sony Mobile Communications AB +94A1A2 AMPAK Technology, Inc. +74DE2B Liteon Technology Corporation +68A3C4 Liteon Technology Corporation +C8FF28 Liteon Technology Corporation +0024D2 ASKEY COMPUTER CORP +DC64B8 Shenzhen JingHanDa Electronics Co.Ltd +C4DA7D Ivium Technologies B.V. +9492BC SYNTECH(HK) TECHNOLOGY LIMITED +001A4F AVM GmbH +00040E AVM GmbH +0016E3 ASKEY COMPUTER CORP +00300A Aztech Electronics Pte Ltd +9CC7A6 AVM GmbH +743170 Arcadyan Technology Corporation +A8D3F7 Arcadyan Technology Corporation +7C4FB5 Arcadyan Technology Corporation +0012BF Arcadyan Technology Corporation +04FE8D HUAWEI TECHNOLOGIES CO.,LTD +480031 HUAWEI TECHNOLOGIES CO.,LTD +0019FB BSkyB Ltd +0CF9C0 BSkyB Ltd +001BA9 Brother industries, LTD. +0011B6 Open Systems International +E03E44 Broadcom +D40129 Broadcom +FCB698 Cambridge Industries(Group) Co.,Ltd. +00E03A Cabletron Systems, Inc. +000117 Canal + +0019C7 Cambridge Industries(Group) Co.,Ltd. +006DFB Vutrix Technologies Ltd +C81073 CENTURY OPTICOMM CO.,LTD +744AA4 zte corporation +9CD35B Samsung Electronics Co.,Ltd +60AF6D Samsung Electronics Co.,Ltd +B85A73 Samsung Electronics Co.,Ltd +103047 Samsung Electronics Co.,Ltd +109266 Samsung Electronics Co.,Ltd +B047BF Samsung Electronics Co.,Ltd +7C0BC6 Samsung Electronics Co.,Ltd +804E81 Samsung Electronics Co.,Ltd +244B81 Samsung Electronics Co.,Ltd +50A4C8 Samsung Electronics Co.,Ltd +8425DB Samsung Electronics Co.,Ltd +D8C4E9 Samsung Electronics Co.,Ltd +50C8E5 Samsung Electronics Co.,Ltd +446D6C Samsung Electronics Co.,Ltd +38D40B Samsung Electronics Co.,Ltd +647791 Samsung Electronics Co.,Ltd +781FDB Samsung Electronics Co.,Ltd +08FC88 Samsung Electronics Co.,Ltd +30C7AE Samsung Electronics Co.,Ltd +18227E Samsung Electronics Co.,Ltd +00F46F Samsung Electronics Co.,Ltd +9CE6E7 Samsung Electronics Co.,Ltd +0090A2 CyberTAN Technology Inc. +0030DA Comtrend Corporation +64680C Comtrend Corporation +00CF1C Communication Machinery Corporation +0090F5 CLEVO CO. +0030FF DataFab Systems Inc. +E498D1 Microsoft Mobile Oy +A8A089 Tactical Communications +48365F Wintecronics Ltd. +005A39 SHENZHEN FAST TECHNOLOGIES CO.,LTD +5CC6D0 Skyworth Digital Technology(Shenzhen) Co.,Ltd +080581 Roku, Inc. +B0A737 Roku, Inc. +B83E59 Roku, Inc. +DC3A5E Roku, Inc. +0014A5 Gemtek Technology Co., Ltd. +001742 FUJITSU LIMITED +2C10C1 Nintendo Co., Ltd. +CCFB65 Nintendo Co., Ltd. +40D28A Nintendo Co., Ltd. +7CBB8A Nintendo Co., Ltd. +00224C Nintendo Co., Ltd. +0023CC Nintendo Co., Ltd. +002444 Nintendo Co., Ltd. +E0E751 Nintendo Co., Ltd. +0017AB Nintendo Co., Ltd. +001BEA Nintendo Co., Ltd. +0015DE Nokia Danmark A/S +001370 Nokia Danmark A/S +00247C Nokia Danmark A/S +0023B4 Nokia Danmark A/S +0021AB Nokia Danmark A/S +001FDF Nokia Danmark A/S +00194F Nokia Danmark A/S +00188D Nokia Danmark A/S +00180F Nokia Danmark A/S +547975 Nokia Corporation +2CCC15 Nokia Corporation +00BD3A Nokia Corporation +0026CC Nokia Danmark A/S +00164E Nokia Danmark A/S +0016BC Nokia Danmark A/S +001ADC Nokia Danmark A/S +002668 Nokia Danmark A/S +001F5C Nokia Danmark A/S +001F00 Nokia Danmark A/S +001E3B Nokia Danmark A/S +A04E04 Nokia Corporation +240B0A Palo Alto Networks +C4E510 Mechatro, Inc. +74C330 SHENZHEN FAST TECHNOLOGIES CO.,LTD +403F8C TP-LINK TECHNOLOGIES CO.,LTD. +14C3C2 K.A. Schmersal GmbH & Co. KG +10785B Actiontec Electronics, Inc +20768F Apple, Inc. +9C5CF9 Sony Mobile Communications AB +88A084 Formation Data Systems +0025DC Sumitomo Electric Industries,Ltd +001CFC Sumitomo Electric Industries,Ltd +8CC661 Current, powered by GE +009050 Teleste Corporation +BC44B0 Elastifile +7864E6 Green Motive Technology Limited +C0CCF8 Apple, Inc. +80ED2C Apple, Inc. +E8B2AC Apple, Inc. +0080B8 DMG MORI B.U.G. CO., LTD. +8489AD Apple, Inc. +40B688 LEGIC Identsystems AG +A09D91 SoundBridge +30785C Partow Tamas Novin (Parman) +441102 EDMI Europe Ltd +2C21D7 IMAX Corporation +0026F7 Nivetti Systems Pvt. Ltd. +24C3F9 Securitas Direct AB +DC4D23 MRV Comunications +085BDA CliniCare LTD +0C5A9E Wi-SUN Alliance +00C164 Cisco Systems, Inc +98E7F5 HUAWEI TECHNOLOGIES CO.,LTD +24BCF8 HUAWEI TECHNOLOGIES CO.,LTD +10D0AB zte corporation +202DF8 Digital Media Cartridge Ltd. +042DB4 First Property (Beijing) Co., Ltd Modern MOMA Branch +008A96 Cisco Systems, Inc +007888 Cisco Systems, Inc +98DED0 TP-LINK TECHNOLOGIES CO.,LTD. +30FC68 TP-LINK TECHNOLOGIES CO.,LTD. +5CCA1A Microsoft Mobile Oy +000594 HMS Industrial Networks +000AC2 Wuhan FiberHome Digital Technology Co.,Ltd. +F08CFB Fiberhome Telecommunication Technologies Co.,LTD +D4F207 DIAODIAO(Beijing)Technology CO.,Ltd +FCF8B7 TRONTEQ Electronic +D4883F HDPRO CO., LTD. +001BF3 TRANSRADIO SenderSysteme Berlin AG +E0071B Hewlett Packard Enterprise +A86AC1 HanbitEDS Co., Ltd. +88B1E1 Mojo Networks, Inc. +74DFBF Liteon Technology Corporation +FC3F7C HUAWEI TECHNOLOGIES CO.,LTD +608334 HUAWEI TECHNOLOGIES CO.,LTD +84AD58 HUAWEI TECHNOLOGIES CO.,LTD +746FF7 Wistron Neweb Corporation +B01BD2 Le Shi Zhi Xin Electronic Technology (Tianjin) Limited +74852A PEGATRON CORPORATION +386077 PEGATRON CORPORATION +60B4F7 Plume Design Inc +A4D8CA HONG KONG WATER WORLD TECHNOLOGY CO. LIMITED +00109B Emulex Corporation +00E0D5 Emulex Corporation +001035 Elitegroup Computer Systems Co.,Ltd. +ECA86B Elitegroup Computer Systems Co.,Ltd. +4487FC Elitegroup Computer Systems Co.,Ltd. +002197 Elitegroup Computer Systems Co.,Ltd. +649968 Elentec +00208F ECI Telecom Ltd. +9CDF03 Harman/Becker Automotive Systems GmbH +F0407B Fiberhome Telecommunication Technologies Co.,LTD +94885E Surfilter Network Technology Co., Ltd. +002378 GN Netcom A/S +002088 GLOBAL VILLAGE COMMUNICATION +90C7D8 zte corporation +BC6A44 Commend International GmbH +0020F2 Oracle Corporation +00015D Oracle Corporation +943BB1 Kaonmedia CO., LTD. +146308 JABIL CIRCUIT (SHANGHAI) LTD. +08000D International Computers, Ltd +00D0A2 INTEGRATED DEVICE +0060B1 Input/Output, Inc. +00177D IDT Technology Limited +288A1C Juniper Networks +100E7E Juniper Networks +84B59C Juniper Networks +544B8C Juniper Networks +541E56 Juniper Networks +64649B Juniper Networks +2C6BF5 Juniper Networks +002283 Juniper Networks +EC13DB Juniper Networks +AC4BC8 Juniper Networks +B0A86E Juniper Networks +3C94D5 Juniper Networks +F4CC55 Juniper Networks +002159 Juniper Networks +5C70A3 LG Electronics (Mobile Communications) +3497F6 ASUSTek COMPUTER INC. +50680A HUAWEI TECHNOLOGIES CO.,LTD +D89403 Hewlett Packard Enterprise +9C8D7C ALPS ELECTRIC CO.,LTD. +E04F43 Universal Global Scientific Industrial Co., Ltd. +B0E03C TCT mobile ltd +D09DAB TCT mobile ltd +94D859 TCT mobile ltd +9471AC TCT mobile ltd +70BAEF Hangzhou H3C Technologies Co., Limited +009006 Hamamatsu Photonics K.K. +001AF4 Handreamnet +000AED HARTING Electronics GmbH +1CCB99 TCT mobile ltd +18E3BC TCT mobile ltd +289AFA TCT mobile ltd +44A42D TCT mobile ltd +8C8EF2 Apple, Inc. +F40F24 Apple, Inc. +A0D385 AUMA Riester GmbH & Co. KG +1414E6 Ningbo Sanhe Digital Co.,Ltd +84A134 Apple, Inc. +1C9148 Apple, Inc. +CC167E Cisco Systems, Inc +600810 HUAWEI TECHNOLOGIES CO.,LTD +C85B76 LCFC(HeFei) Electronics Technology co., ltd +001AE8 Unify Software and Solutions GmbH & Co. KG +945907 Shanghai HITE-BELDEN Network Technology Co., Ltd. +48C663 GTO Access Systems LLC +606453 AOD Co.,Ltd. +6C98EB Riverbed Technology, Inc. +DC293A Shenzhen Nuoshi Technology Co., LTD. +40562D Smartron India Pvt ltd +70288B Samsung Electronics Co.,Ltd +00809F ALE International +B0D7CC Tridonic GmbH & Co KG +7C574E COBI GmbH +34C0F9 Rockwell Automation +20C047 Verizon +AC0481 Jiangsu Huaxing Electronics Co., Ltd. +FC2D5E zte corporation +E811CA SHANDONG KAER ELECTRIC.CO.,LTD +ECD68A Shenzhen JMicron Intelligent Technology Developmen +08D0B7 Qingdao Hisense Communications Co.,Ltd. +28285D ZyXEL Communications Corporation +5CF4AB ZyXEL Communications Corporation +4C9EFF ZyXEL Communications Corporation +0023F8 ZyXEL Communications Corporation +B0B2DC ZyXEL Communications Corporation +90EF68 ZyXEL Communications Corporation +A8AD3D Alcatel-Lucent Shanghai Bell Co., Ltd +E03005 Alcatel-Lucent Shanghai Bell Co., Ltd +2824FF Wistron Neweb Corporation +14C1FF ShenZhen QianHai Comlan communication Co.,LTD +EC8EB5 Hewlett Packard +70AF6A SHENZHEN FENGLIAN TECHNOLOGY CO., LTD. +0026F1 ProCurve Networking by HP +B439D6 ProCurve Networking by HP +001CEF Primax Electronics Ltd. +000276 Primax Electronics Ltd. +4849C7 Samsung Electronics Co.,Ltd +001F9A Nortel Networks +0014C7 Nortel Networks +001540 Nortel Networks +0017D1 Nortel Networks +0015E8 Nortel Networks +001660 Nortel Networks +001BBA Nortel Networks +205EF7 Samsung Electronics Co.,Ltd +00034B Nortel Networks +00001B Novell, Inc. +00E011 UNIDEN CORPORATION +B03EB0 MICRODIA Ltd. +00126C Visonic Technologies 1993 Ltd. +18ABF5 Ultra Electronics Electrics +304487 Hefei Radio Communication Technology Co., Ltd +AC6175 HUAWEI TECHNOLOGIES CO.,LTD +AC482D Ralinwi Nanjing Electronic Technology Co., Ltd. +A48269 Datrium, Inc. +441441 AudioControl Inc. +0018DA AMBER wireless GmbH +EC24B8 Texas Instruments +68C90B Texas Instruments +F4B85E Texas Instruments +5C313E Texas Instruments +A0E6F8 Texas Instruments +20C38F Texas Instruments +D0FF50 Texas Instruments +7472B0 Guangzhou Shiyuan Electronics Co., Ltd. +44BFE3 Shenzhen Longtech Electronics Co.,Ltd F45214 Mellanox Technologies, Inc. -F45433 Rockwell Automation -F45595 HENGBAO Corporation LTD. -F4559C Huawei Technologies Co., Ltd -F455E0 Niceway CNC Technology Co.,Ltd.Hunan Province -F45842 Boxx TV Ltd -F45F69 Matsufu Electronics distribution Company -F45FD4 Cisco SPVTG -F45FF7 DQ Technology Inc. -F4600D Panoptic Technology, Inc -F46349 Diffon Corporation -F46ABC Adonit Corp. Ltd. -F46D04 ASUSTek COMPUTER INC. -F46DE2 zte corporation -F473CA Conversion Sound Inc. -F47626 Viltechmeda UAB -F47A4E Woojeon&Handan -F47ACC SolidFire, Inc. -F47B5E Samsung Eletronics Co., Ltd -F47F35 CISCO SYSTEMS, INC. -F48139 CANON INC. -F48771 Infoblox -F48E09 Nokia Corporation -F490EA Deciso B.V. -F49461 NexGen Storage -F49466 CountMax, ltd -F499AC WEBER Schraubautomaten GmbH -F49F54 Samsung Electronics -F4A294 EAGLE WORLD DEVELOPMENT CO., LIMITED -F4A52A Hawa Technologies Inc -F4ACC1 CISCO SYSTEMS, INC. -F4B164 Lightning Telecommunications Technology Co. Ltd -F4B381 WindowMaster A/S -F4B549 Yeastar Technology Co., Ltd. -F4B72A TIME INTERCONNECT LTD -F4B7E2 Hon Hai Precision Ind. Co.,Ltd. -F4BD7C Chengdu jinshi communication Co., LTD -F4C6D7 blackned GmbH -F4C714 Shenzhen Huawei Communication Technologies Co., Ltd -F4C795 WEY Elektronik AG -F4CAE5 FREEBOX SA -F4CD90 Vispiron Rotec GmbH -F4CE46 Hewlett-Packard Company -F4D9FB Samsung Electronics CO., LTD -F4DC4D Beijing CCD Digital Technology Co., Ltd -F4DCDA Zhuhai Jiahe Communication Technology Co., limited -F4E142 Delta Elektronika BV -F4E6D7 Solar Power Technologies, Inc. -F4EA67 CISCO SYSTEMS, INC. -F4EC38 TP-LINK TECHNOLOGIES CO., LTD. -F4F15A Apple -F4F5A5 Nokia corporation -F4F951 Apple -F4FC32 Texas Instruments -F80113 Huawei Technologies Co., Ltd -F80332 Khomp -F8051C DRS Imaging and Targeting Solutions -F80BBE Motorola Mobility, Inc. -F80BD0 Datang Telecom communication terminal (Tianjin) Co., Ltd. -F80CF3 LG Electronics -F80DEA ZyCast Technology Inc. -F80F41 Wistron InfoComm(ZhongShan) Corporation -F80F84 Natural Security SAS -F81037 Atopia Systems, LP -F81547 Avaya, Inc -F81654 Intel Corporate -F81A67 TP-LINK TECHNOLOGIES CO., LTD. -F81D93 Longdhua(Beijing) Controls Technology Co.,Ltd -F81EDF Apple, Inc -F82285 Cypress Technology CO., LTD. -F82BC8 Jiangsu Switter Co., Ltd -F82EDB RTW GmbH & Co. KG -F82F5B eGauge Systems LLC -F82FA8 Hon Hai Precision Ind. Co.,Ltd. -F83094 Alcatel-Lucent Telecom Limited -F8313E endeavour GmbH -F83376 Good Mind Innovation Co., Ltd. -F83553 Magenta Research Ltd. -F835DD Gemtek Technology Co., Ltd. -F83DFF Huawei Technologies Co., Ltd -F842FB Yasuda Joho Co.,ltd. -F845AD Konka Group Co., Ltd. -F8462D SYNTEC Incorporation -F8472D X2gen Digital Corp. Ltd -F84897 Hitachi, Ltd. -F84A7F Innometriks Inc -F84ABF HUAWEI TECHNOLOGIES CO.,LTD -F84F57 Cisco -F85063 Verathon -F8516D Denwa Technology Corp. -F852DF VNL Europe AB -F854AF ECI Telecom Ltd. -F85BC9 M-Cube Spa -F85F2A Nokia Corporation -F866F2 CISCO SYSTEMS, INC. -F86971 Seibu Electric Co., -F86ECF Arcx Inc -F871FE The Goldman Sachs Group, Inc. -F872EA Cisco -F8769B Neopis Co., Ltd. -F87B62 FASTWEL INTERNATIONAL CO., LTD. Taiwan Branch -F87B7A Motorola Mobility, Inc. -F87B8C Amped Wireless -F8811A OVERKIZ -F88C1C KAISHUN ELECTRONIC TECHNOLOGY CO., LTD. BEIJING -F88DEF Tenebraex -F88E85 COMTREND CORPORATION -F88FCA Google Fiber, Inc -F8912A GLP German Light Products GmbH -F893F3 VOLANS -F897CF DAESHIN-INFORMATION TECHNOLOGY CO., LTD. -F89955 Fortress Technology Inc -F89D0D Control Technology Inc. -F89FB8 YAZAKI Energy System Corporation -F8A03D Dinstar Technologies Co., Ltd. -F8A45F Beijing Xiaomi communications co.,ltd -F8A9DE PUISSANCE PLUS -F8AA8A Axview Technology (Shenzhen) Co.,Ltd -F8AC6D Deltenna Ltd -F8B156 Dell Inc PCBA Test -F8B599 Guangzhou CHNAVS Digital Technology Co.,Ltd -F8C001 Juniper Networks -F8C091 Highgates Technology -F8C678 Carefusion -F8D0AC Sony Computer Entertainment Inc. -F8D0BD Samsung Electronics Co.,Ltd -F8D111 TP-LINK TECHNOLOGIES CO., LTD. -F8D3A9 AXAN Networks -F8D462 Pumatronix Equipamentos Eletronicos Ltda. -F8D756 Simm Tronic Limited -F8D7BF REV Ritter GmbH -F8DADF EcoTech, Inc. -F8DAE2 Beta LaserMike -F8DAF4 Taishan Online Technology Co., Ltd. -F8DB4C PNY Technologies, INC. -F8DB7F HTC Corporation -F8DC7A Variscite LTD -F8DFA8 ZTE Corporation -F8E4FB Actiontec Electronics, Inc -F8E7B5 µTech Tecnologia LTDA -F8E968 Egker Kft. -F8EA0A Dipl.-Math. Michael Rauch +689E19 Texas Instruments +985945 Texas Instruments +1CE2CC Texas Instruments +44C15C Texas Instruments +0017E9 Texas Instruments +0017E7 Texas Instruments +D00790 Texas Instruments +04E451 Texas Instruments +B0D5CC Texas Instruments +5CF821 Texas Instruments +FC0F4B Texas Instruments +3C6FEA Panasonic India Pvt. Ltd. +A863F2 Texas Instruments +948854 Texas Instruments +001237 Texas Instruments +BC6A29 Texas Instruments +C0E422 Texas Instruments +001830 Texas Instruments +1CBA8C Texas Instruments +58FB84 Intel Corporate +E0E7BB Nureva, Inc. +7CA97D Objenious +BC8AA3 NHN Entertainment +70A84C MONAD., Inc. +00A289 Cisco Systems, Inc +6C1E90 Hansol Technics Co., Ltd. +486DBB Vestel Elektronik San ve Tic. A.Ş. +E09DFA Wanan Hongsheng Electronic Co.Ltd +34E71C Shenzhen YOUHUA Technology Co., Ltd +182861 AirTies Wireless Networks +8841FC AirTies Wireless Networks +182666 Samsung Electronics Co.,Ltd +C06599 Samsung Electronics Co.,Ltd +CC07AB Samsung Electronics Co.,Ltd +E84E84 Samsung Electronics Co.,Ltd +50FC9F Samsung Electronics Co.,Ltd +E432CB Samsung Electronics Co.,Ltd +889B39 Samsung Electronics Co.,Ltd +BCB1F3 Samsung Electronics Co.,Ltd +38ECE4 Samsung Electronics Co.,Ltd +CCF9E8 Samsung Electronics Co.,Ltd +F0E77E Samsung Electronics Co.,Ltd +5CE8EB Samsung Electronics Co.,Ltd +B8D9CE Samsung Electronics Co.,Ltd +70F927 Samsung Electronics Co.,Ltd +301966 Samsung Electronics Co.,Ltd +28BAB5 Samsung Electronics Co.,Ltd +103B59 Samsung Electronics Co.,Ltd +6CB7F4 Samsung Electronics Co.,Ltd +001EE1 Samsung Electronics Co.,Ltd +0018AF Samsung Electronics Co.,Ltd +BC72B1 Samsung Electronics Co.,Ltd +78F7BE Samsung Electronics Co.,Ltd +F49F54 Samsung Electronics Co.,Ltd +7C11CB HUAWEI TECHNOLOGIES CO.,LTD +A4CAA0 HUAWEI TECHNOLOGIES CO.,LTD +00214C Samsung Electronics Co.,Ltd +001632 Samsung Electronics Co.,Ltd +D0667B Samsung Electronics Co.,Ltd +38AA3C SAMSUNG ELECTRO MECHANICS CO., LTD. +206432 SAMSUNG ELECTRO MECHANICS CO., LTD. +002637 SAMSUNG ELECTRO MECHANICS CO., LTD. +001377 Samsung Electronics Co.,Ltd +50B7C3 Samsung Electronics Co.,Ltd +8018A7 Samsung Electronics Co.,Ltd +5CA39D SAMSUNG ELECTRO MECHANICS CO., LTD. +B88EDF Zencheer Communication Technology Co., Ltd. +D85DE2 Hon Hai Precision Ind. Co.,Ltd. +707781 Hon Hai Precision Ind. Co.,Ltd. +606DC7 Hon Hai Precision Ind. Co.,Ltd. +681401 Hon Hai Precision Ind. Co.,Ltd. +0071CC Hon Hai Precision Ind. Co.,Ltd. +F866D1 Hon Hai Precision Ind. Co.,Ltd. +F80D43 Hon Hai Precision Ind. Co.,Ltd. +002268 Hon Hai Precision Ind. Co.,Ltd. +001FE1 Hon Hai Precision Ind. Co.,Ltd. +002556 Hon Hai Precision Ind. Co.,Ltd. +00265C Hon Hai Precision Ind. Co.,Ltd. +90CDB6 Hon Hai Precision Ind. Co.,Ltd. +001E4C Hon Hai Precision Ind. Co.,Ltd. +F8DA0C Hon Hai Precision Ind. Co.,Ltd. +9034FC Hon Hai Precision Ind. Co.,Ltd. +906EBB Hon Hai Precision Ind. Co.,Ltd. +342387 Hon Hai Precision Ind. Co.,Ltd. +689423 Hon Hai Precision Ind. Co.,Ltd. +B8763F Hon Hai Precision Ind. Co.,Ltd. +1C3E84 Hon Hai Precision Ind. Co.,Ltd. +C01885 Hon Hai Precision Ind. Co.,Ltd. +785968 Hon Hai Precision Ind. Co.,Ltd. +1C666D Hon Hai Precision Ind. Co.,Ltd. +CCAF78 Hon Hai Precision Ind. Co.,Ltd. +904CE5 Hon Hai Precision Ind. Co.,Ltd. +B01041 Hon Hai Precision Ind. Co.,Ltd. +7487A9 OCT Technology Co., Ltd. +E0286D AVM Audiovisuelles Marketing und Computersysteme GmbH +444E1A Samsung Electronics Co.,Ltd +E8E5D6 Samsung Electronics Co.,Ltd +5492BE Samsung Electronics Co.,Ltd +101DC0 Samsung Electronics Co.,Ltd +0021D1 Samsung Electronics Co.,Ltd +5CA933 Luma Home +2CDD95 Taicang T&W Electronics +AC84C9 Sagemcom Broadband SAS +107223 TELLESCOM INDUSTRIA E COMERCIO EM TELECOMUNICACAO +CCB0DA Liteon Technology Corporation +14EDBB 2Wire Inc +44BA46 SICHUAN TIANYI COMHEART TELECOMCO.,LTD +B4D135 Cloudistics +085DDD MERCURY CORPORATION +6CEC5A Hon Hai Precision Ind. CO.,Ltd. +5001D9 HUAWEI TECHNOLOGIES CO.,LTD +44C346 HUAWEI TECHNOLOGIES CO.,LTD +884477 HUAWEI TECHNOLOGIES CO.,LTD +047503 HUAWEI TECHNOLOGIES CO.,LTD +2C402B Smart iBlue Technology Limited +180675 Dilax Intelcom GmbH +30AEA4 Espressif Inc. +0C4933 Sichuan Jiuzhou Electronic Technology Co., Ltd. +7828CA Sonos, Inc. +B8E937 Sonos, Inc. +B05216 Hon Hai Precision Ind. Co.,Ltd. +002926 Applied Optoelectronics, Inc Taiwan Branch +68DFDD Xiaomi Communications Co Ltd +C46AB7 Xiaomi Communications Co Ltd +FC64BA Xiaomi Communications Co Ltd +2082C0 Xiaomi Communications Co Ltd +3480B3 Xiaomi Communications Co Ltd +7451BA Xiaomi Communications Co Ltd +64B473 Xiaomi Communications Co Ltd +8C2FA6 Solid Optics B.V. +B0A2E7 Shenzhen TINNO Mobile Technology Corp. +BCA8A6 Intel Corporate +101331 Technicolor +38AFD7 FUJITSU LIMITED +28993A Arista Networks +B0E892 Seiko Epson Corporation +AC1826 Seiko Epson Corporation +886639 HUAWEI TECHNOLOGIES CO.,LTD +D8197A Nuheara Ltd +8CE117 zte corporation +64136C zte corporation +0005CD D&M Holdings Inc. +8C9351 Jigowatts Inc. +00248D Sony Interactive Entertainment Inc. +54276C Jiangsu Houge Technology Corp. +00CB00 Private +FCFFAA IEEE Registration Authority +70B3D5 IEEE Registration Authority +40D855 IEEE Registration Authority +48DF37 Hewlett Packard Enterprise +74F8DB IEEE Registration Authority +0CEFAF IEEE Registration Authority +28FD80 IEEE Registration Authority +B0C5CA IEEE Registration Authority +9802D8 IEEE Registration Authority +D07650 IEEE Registration Authority +BC6641 IEEE Registration Authority +0028F8 Intel Corporate +8416F9 TP-LINK TECHNOLOGIES CO.,LTD. +CCD31E IEEE Registration Authority +8C192D IEEE Registration Authority +E81863 IEEE Registration Authority +C44BD1 Wallys Communications Teachnologies Co.,Ltd. +2057AF Shenzhen FH-NET OPTOELECTRONICS CO.,LTD +34EA34 HangZhou Gubei Electronics Technology Co.,Ltd +F8A9D0 LG Electronics (Mobile Communications) +CCFA00 LG Electronics (Mobile Communications) +BCF5AC LG Electronics (Mobile Communications) +00AA70 LG Electronics (Mobile Communications) +F01C13 LG Electronics (Mobile Communications) +CC2D8C LG ELECTRONICS INC +344DF7 LG Electronics (Mobile Communications) +C49A02 LG Electronics (Mobile Communications) +0022A9 LG Electronics (Mobile Communications) +0025E5 LG Electronics (Mobile Communications) +10F96F LG Electronics (Mobile Communications) +00116E Peplink International Ltd. +A091C8 zte corporation +002597 Kalki Communication Technologies +882BD7 ADDÉNERGIE TECHNOLOGIES +B4A5EF Sercomm Corporation. +3044A1 Shanghai Nanchao Information Technology +C4F1D1 BEIJING SOGOU TECHNOLOGY DEVELOPMENT CO., LTD. +38A28C SHENZHEN RF-LINK TECHNOLOGY CO.,LTD. +58528A Mitsubishi Electric Corporation +BCC00F Fiberhome Telecommunication Technologies Co.,LTD +B0C287 Technicolor CH USA Inc. +CC03FA Technicolor CH USA Inc. +28BE9B Technicolor CH USA Inc. +509F3B OI ELECTRIC CO.,LTD +E4029B Intel Corporate +6002B4 Wistron Neweb Corporation +98EECB Wistron Infocomm (Zhongshan) Corporation +70E284 Wistron Infocomm (Zhongshan) Corporation +80EA23 Wistron Neweb Corporation +D88039 Microchip Technology Inc. +FC3D93 LONGCHEER TELECOMMUNICATION LIMITED +48F7C0 Technicolor CH USA Inc. +00409F Telco Systems, Inc. +00E09E Quantum Corporation +00148C General Dynamics Mission Systems +A47174 HUAWEI TECHNOLOGIES CO.,LTD +D4A148 HUAWEI TECHNOLOGIES CO.,LTD +D065CA HUAWEI TECHNOLOGIES CO.,LTD +8CEBC6 HUAWEI TECHNOLOGIES CO.,LTD +B808D7 HUAWEI TECHNOLOGIES CO.,LTD +FCF152 Sony Corporation +784476 Zioncom Electronics (Shenzhen) Ltd. +00183A Westell Technologies Inc. +E89A8F QUANTA COMPUTER INC. +001B24 QUANTA COMPUTER INC. +CC52AF Universal Global Scientific Industrial Co., Ltd. +001A6B Universal Global Scientific Industrial Co., Ltd. +00DD0A UNGERMANN-BASS INC. +00039D Qisda Corporation +000B0E Trapeze Networks +002318 Toshiba +E89D87 Toshiba +E8E0B7 Toshiba +001428 Vocollect Inc +006B9E Vizio, Inc +0024FF QLogic Corporation +00A0C6 Qualcomm Inc. +ECAAA0 PEGATRON CORPORATION +E8886C Shenzhen SC Technologies Co.,LTD +DC35F1 Positivo Informática SA. +EC6881 Palo Alto Networks +44334C Shenzhen Bilian electronic CO.,LTD +D84FB8 LG ELECTRONICS +9C220E TASCAN Systems GmbH +0CA402 Alcatel-Lucent IPD +00164D Alcatel-Lucent IPD +FCFAF7 Shanghai Baud Data Communication Co.,Ltd. +C8E776 PTCOM Technology +70F8E7 IEEE Registration Authority +949AA9 Microsoft Corporation +C4084A Nokia +0C54B9 Nokia +8C90D3 Nokia +34AA99 Nokia +F8633F Intel Corporate +088620 TECNO MOBILE LIMITED +A42983 Boeing Defence Australia +702E22 zte corporation +0023B9 Airbus Defence and Space Deutschland GmbH +B0C128 Adler ELREHA GmbH +C8F946 LOCOSYS Technology Inc. +2047ED BSkyB Ltd +D41D71 Palo Alto Networks +5C2443 O-Sung Telecom Co., Ltd. +1861C7 lemonbeat GmbH +9CDC71 Hewlett Packard Enterprise +240D65 Shenzhen Vsun Communication Technology Co., Ltd. +D8452B Integrated Device Technology (Malaysia) Sdn. Bhd. +C8028F Nova Electronics (Shanghai) Co., Ltd. +60EFC6 Shenzhen Chima Technologies Co Limited +502B73 Tenda Technology Co.,Ltd.Dongguan branch +20DBAB Samsung Electronics Co., Ltd. +000DF0 QCOM TECHNOLOGY INC. +5C9960 Samsung Electronics Co.,Ltd +5CF7E6 Apple, Inc. +A0D795 Apple, Inc. +CC088D Apple, Inc. +0080FB BVM LIMITED +002722 Ubiquiti Networks Inc. +687251 Ubiquiti Networks Inc. +B4FBE4 Ubiquiti Networks Inc. +188B15 ShenZhen ZhongRuiJing Technology co.,LTD +E02CF3 MRS Electronic GmbH +F41F88 zte corporation +D816C1 DEWAV (HK) ELECTRONICS LIMITED +7CCC1F SICHUAN TIANYI COMHEART TELECOMCO.,LTD +C0854C Ragentek Technology Group +00FD45 Hewlett Packard Enterprise +9C83BF PRO-VISION, Inc. +9C13AB Chanson Water Co., Ltd. +883C1C MERCURY CORPORATION +9C5D12 Aerohive Networks Inc. +001F82 Cal-Comp Electronics & Communications Company Ltd. +0C0227 Technicolor CH USA Inc. +C0288D Logitech, Inc +9C1E95 Actiontec Electronics, Inc +E078A3 Shanghai Winner Information Technology Co.,Inc +B49691 Intel Corporate +7CCBE2 IEEE Registration Authority +9CD9CB Lesira Manufacturing Pty Ltd +002590 Super Micro Computer, Inc. +187532 SICHUAN TIANYI COMHEART TELECOMCO., LTD +E0DCA0 Siemens Industrial Automation Products Ltd Chengdu +A4580F IEEE Registration Authority +DCD255 Kinpo Electronics, Inc. +805A04 LG Electronics (Mobile Communications) +B0EE7B Roku, Inc +E8EADA Denkovi Assembly Electronics LTD +40ED98 IEEE Registration Authority +480C49 NAKAYO Inc +00D0EC NAKAYO Inc +B0702D Apple, Inc. +D0C5F3 Apple, Inc. +60F445 Apple, Inc. +00B362 Apple, Inc. +F86214 Apple, Inc. +C0E54E ARIES Embedded GmbH +001D72 Wistron Corporation +0C73BE Dongguan Haimai Electronie Technology Co.,Ltd +20780B Delta Faucet Company +24D51C Zhongtian broadband technology co., LTD +28FECD Lemobile Information Technology (Beijing) Co., Ltd. +001992 Adtran Inc +4C1694 shenzhen sibituo Technology Co., Ltd +6C160E ShotTracker +7C1015 Brilliant Home Technology, Inc. +4C7872 Cav. Uff. Giacomo Cimberio S.p.A. +5CAF06 LG Electronics (Mobile Communications) +78C1A7 zte corporation +540384 Hangkong Nano IC Technologies Co., Ltd +004BF3 SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD. +28A24B Juniper Networks +044E06 Ericsson AB +001BB5 Cherry GmbH +6014B3 CyberTAN Technology Inc. +602103 I4VINE, INC +B81DAA LG Electronics (Mobile Communications) +407D0F HUAWEI TECHNOLOGIES CO.,LTD +3805AC Piller Group GmbH +F8BBBF eero inc. +000130 Extreme Networks +706DEC Wifi-soft LLC +AC6B0F CADENCE DESIGN SYSTEMS INC +1CA0D3 IEEE Registration Authority +34D270 Amazon Technologies Inc. +CC82EB KYOCERA CORPORATION +00BB3A Private +E0CB1D Private +84D6D0 Amazon Technologies Inc. +5082D5 Apple, Inc. +9C84BF Apple, Inc. +7894B4 Sercomm Corporation. +000F17 Insta Elektro GmbH +002365 Insta Elektro GmbH +C4EEF5 II-VI Incorporated +A41163 IEEE Registration Authority +002CC8 Cisco Systems, Inc +70AF24 TP Vision Belgium NV +7CE97C ITEL MOBILE LIMITED +285F2F RNware Co.,Ltd. +948BC1 Samsung Electronics Co.,Ltd +4827EA Samsung Electronics Co.,Ltd +E0C0D1 CK Telecom (Shenzhen) Limited +049573 zte corporation +48BF6B Apple, Inc. +245BA7 Apple, Inc. +BCA920 Apple, Inc. +D055B2 Integrated Device Technology (Malaysia) Sdn. Bhd. +A49BF5 Hybridserver Tec GmbH +B436E3 KBVISION GROUP +488803 ManTechnology Inc. +7C6BF7 NTI co., ltd. +54E061 SICHUAN TIANYI COMHEART TELECOMCO., LTD +B47C9C Amazon Technologies Inc. +E81367 AIRSOUND Inc. +64D154 Routerboard.com +0020DA Alcatel-Lucent Enterprise +345BBB GD Midea Air-Conditioning Equipment Co.,Ltd. +34CE00 XIAOMI Electronics,CO.,LTD +F82F08 Molex +68262A SICHUAN TIANYI COMHEART TELECOMCO., LTD +680235 Konten Networks Inc. +3C678C HUAWEI TECHNOLOGIES CO.,LTD +D06F82 HUAWEI TECHNOLOGIES CO.,LTD +844765 HUAWEI TECHNOLOGIES CO.,LTD +A0C4A5 SYGN HOUSE CO.,LTD +506787 Planet Networks +C83A6B Roku, Inc +B4C6F8 Axilspot Communication +B83A08 Tenda Technology Co.,Ltd.Dongguan branch +388C50 LG Electronics +50D37F Yu Fly Mikly Way Science and Technology Co., Ltd. +D8D866 SHENZHEN TOZED TECHNOLOGIES CO.,LTD. +F43E61 SHENZHEN GONGJIN ELECTRONICS CO.,LT +001FA4 SHENZHEN GONGJIN ELECTRONICS CO.,LT +38AC3D Nephos Inc +A09347 GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD +C8F230 GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD +1C77F6 GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD +E44790 GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD +1C5A0B Tegile Systems +D4503F GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD +CC90E8 Shenzhen YOUHUA Technology Co., Ltd +D8C8E9 Phicomm (Shanghai) Co., Ltd. +8425A4 Tariox Limited +88CC45 Skyworth Digital Technology(Shenzhen) Co.,Ltd +605317 Sandstone Technologies +50338B Texas Instruments +986C5C Jiangxi Gosun Guard Security Co.,Ltd +F4FCB1 JJ Corp +543B30 duagon AG +60BA18 nextLAP GmbH +704CA5 Fortinet, Inc. +5C497D Samsung Electronics Co.,Ltd +E47DBD Samsung Electronics Co.,Ltd +503DA1 Samsung Electronics Co.,Ltd +5CF6DC Samsung Electronics Co.,Ltd +380195 Samsung Electronics Co.,Ltd +BC1485 Samsung Electronics Co.,Ltd +40163B Samsung Electronics Co.,Ltd +508569 Samsung Electronics Co.,Ltd +1077B1 Samsung Electronics Co.,Ltd +88D50C GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD +509A4C Dell Inc. +00180A Cisco Meraki +AC2205 Compal Broadband Networks, Inc. +80A036 Shanghai MXCHIP Information Technology Co., Ltd. +D42C0F ARRIS Group, Inc. +8496D8 ARRIS Group, Inc. +80F503 ARRIS Group, Inc. +5CB066 ARRIS Group, Inc. +C0C522 ARRIS Group, Inc. +E0B7B1 ARRIS Group, Inc. +94877C ARRIS Group, Inc. +407009 ARRIS Group, Inc. F8EDA5 ARRIS Group, Inc. -F8F014 RackWare Inc. -F8F082 Orion Networks International, Inc -F8F1B6 Motorola Mobility LLC -F8F25A G-Lab GmbH -F8F7D3 International Communications Corporation -F8F7FF SYN-TECH SYSTEMS INC -F8FB2F Santur Corporation -F8FE5C Reciprocal Labs Corp -F8FEA8 Technico Japan Corporation -F8FF5F Shenzhen Communication Technology Co.,Ltd -FC0012 Toshiba Samsung Storage Technolgoy Korea Corporation -FC019E VIEVU -FC01CD FUNDACION TEKNIKER -FC0647 Cortland Research, LLC -FC0877 Prentke Romich Company -FC0A81 Motorola Solutions Inc. -FC0FE6 Sony Computer Entertainment Inc. -FC10BD Control Sistematizado S.A. -FC1186 Logic3 plc -FC1794 InterCreative Co., Ltd -FC1BFF V-ZUG AG -FC1D59 I Smart Cities HK Ltd -FC1F19 SAMSUNG ELECTRO-MECHANICS CO., LTD. -FC1FC0 EURECAM -FC229C Han Kyung I Net Co.,Ltd. -FC253F Apple, Inc. -FC2A54 Connected Data, Inc. -FC2E2D Lorom Industrial Co.LTD. -FC2F40 Calxeda, Inc. -FC3598 Favite Inc. -FC35E6 Visteon corp -FC3FAB Henan Lanxin Technology Co., Ltd -FC4463 Universal Audio -FC4499 Swarco LEA d.o.o. -FC455F JIANGXI SHANSHUI OPTOELECTRONIC TECHNOLOGY CO.,LTD -FC48EF HUAWEI TECHNOLOGIES CO.,LTD -FC4BBC Sunplus Technology Co., Ltd. -FC4DD4 Universal Global Scientific Industrial Co., Ltd. -FC5090 SIMEX Sp. z o.o. -FC52CE Control iD -FC58FA Shen Zhen Shi Xin Zhong Xin Technology Co.,Ltd. -FC5B24 Weibel Scientific A/S -FC5B26 MikroBits -FC6018 Zhejiang Kangtai Electric Co., Ltd. -FC6198 NEC Personal Products, Ltd -FC626E Beijing MDC Telecom -FC683E Directed Perception, Inc -FC6C31 LXinstruments GmbH -FC7516 D-Link International -FC75E6 Handreamnet -FC7CE7 FCI USA LLC -FC8329 Trei technics -FC8399 Avaya, Inc -FC8B97 Shenzhen Gongjin Electronics Co.,Ltd -FC8E7E Pace plc -FC8FC4 Intelligent Technology Inc. -FC946C UBIVELOX -FC94E3 Technicolor USA Inc. -FC9947 Cisco -FC9FAE Fidus Systems Inc -FCA13E Samsung Electronics -FCA841 Avaya, Inc -FCA9B0 MIARTECH (SHANGHAI),INC. -FCAD0F QTS NETWORKS -FCAF6A Conemtech AB -FCC23D Atmel Corporation -FCC734 Samsung Electronics Co.,Ltd -FCC897 ZTE Corporation -FCCCE4 Ascon Ltd. -FCCF62 IBM Corp -FCD4F2 The Coca Cola Company -FCD4F6 Messana Air.Ray Conditioning s.r.l. -FCD6BD Robert Bosch GmbH -FCDB96 ENERVALLEY CO., LTD -FCDD55 Shenzhen WeWins wireless Co.,Ltd -FCE192 Sichuan Jinwangtong Electronic Science&Technology Co,.Ltd -FCE23F CLAY PAKY SPA +5465DE ARRIS Group, Inc. +6CCA08 ARRIS Group, Inc. +5C8FE0 ARRIS Group, Inc. +001675 ARRIS Group, Inc. +00D088 ARRIS Group, Inc. +0017EE ARRIS Group, Inc. +001180 ARRIS Group, Inc. +00909C ARRIS Group, Inc. +8096B1 ARRIS Group, Inc. +7CBFB1 ARRIS Group, Inc. +0012C9 ARRIS Group, Inc. +984B4A ARRIS Group, Inc. +001A77 ARRIS Group, Inc. +CC7D37 ARRIS Group, Inc. +0017E2 ARRIS Group, Inc. +001784 ARRIS Group, Inc. +0016B5 ARRIS Group, Inc. +BCCAB5 ARRIS Group, Inc. +000FCC ARRIS Group, Inc. +3C7A8A ARRIS Group, Inc. +ACEC80 ARRIS Group, Inc. +0015A3 ARRIS Group, Inc. +0015A4 ARRIS Group, Inc. +9C3426 ARRIS Group, Inc. +001DD2 ARRIS Group, Inc. +00211E ARRIS Group, Inc. +002210 ARRIS Group, Inc. +001FC4 ARRIS Group, Inc. +001C12 ARRIS Group, Inc. +001CFB ARRIS Group, Inc. +0024A0 ARRIS Group, Inc. +002636 ARRIS Group, Inc. +E48399 ARRIS Group, Inc. +2CA17D ARRIS Group, Inc. +04714B IEEE Registration Authority +309C23 Micro-Star INTL CO., LTD. +8C395C Bit4id Srl +947BE7 Samsung Electronics Co.,Ltd +2C2617 Oculus VR, LLC +98F7D7 ARRIS Group, Inc. +2C41A1 Bose Corporation +C8DE51 IntegraOptics +182CB4 Nectarsoft Co., Ltd. +14780B PerkinElmer Technologies GmbH & Co. KG +74DADA D-Link International +4C910C Corporativo Lanix S.A. de C.V. +BCD713 Owl Labs +E8E1E1 Gemtek Technology Co., Ltd. +98F2B3 Hewlett Packard Enterprise +30FE31 Nokia +BC1C81 Sichuan iLink Technology Co., Ltd. +703018 Avaya Inc +CCF954 Avaya Inc +581626 Avaya Inc +B4B017 Avaya Inc +64C354 Avaya Inc +F873A2 Avaya Inc +646A52 Avaya Inc +64A7DD Avaya Inc +6CFA58 Avaya Inc +3475C7 Avaya Inc +C4BED4 Avaya Inc +000CAB Commend International GmbH +78B28D Beijing Tengling Technology CO.Ltd +00EC0A Xiaomi Communications Co Ltd +A86B7C SHENZHEN FENGLIAN TECHNOLOGY CO., LTD. +1CDA27 vivo Mobile Communication Co., Ltd. +70D923 vivo Mobile Communication Co., Ltd. +9CA5C0 vivo Mobile Communication Co., Ltd. +F430B9 Hewlett Packard +943FC2 Hewlett Packard Enterprise +A06A44 Vizio, Inc +2C9EEC Jabil Circuit Penang +B44F96 Zhejiang Xinzailing Technology co., ltd +D822F4 Avnet Silica +58493B Palo Alto Networks +D083D4 Xtel Wireless ApS +7CEB7F Dmet Products Corp. +8C8580 Smart Innovation LLC +FC5A1D Hitron Technologies. Inc +287B09 zte corporation +4859A4 zte corporation +3894E0 Syrotech Networks. Ltd. +34F64B Intel Corporate +C4571F June Life Inc +18204C Kummler+Matter AG +740ABC LightwaveRF Technology Ltd +ACED5C Intel Corporate +54BD79 Samsung Electronics Co.,Ltd +94F665 Ruckus Wireless +E0107F Ruckus Wireless +001392 Ruckus Wireless +D838FC Ruckus Wireless +0CF4D5 Ruckus Wireless +743E2B Ruckus Wireless +AC6706 Ruckus Wireless +7811DC XIAOMI Electronics,CO.,LTD +D86C63 Google, Inc. +D837BE SHENZHEN GONGJIN ELECTRONICS CO.,LT +DC44B6 Samsung Electronics Co.,Ltd +1007B6 Samsung Electronics Co.,Ltd +F4939F Hon Hai Precision Ind. Co., Ltd. +000C03 HDMI Licensing, LLC +CC2F71 Intel Corporate +F82819 Liteon Technology Corporation +F4B520 Biostar Microtech international corp. +9C93E4 Private +EC8AC7 Fiberhome Telecommunication Technologies Co.,LTD +D4B27A ARRIS Group, Inc. +F0F8F2 Texas Instruments +341513 Texas Instruments +64CFD9 Texas Instruments +24B2DE Espressif Inc. +78D800 IEEE Registration Authority +50E971 Jibo, Inc. +50642B XIAOMI Electronics,CO.,LTD +909D7D ARRIS Group, Inc. +84A1D1 Sagemcom Broadband SAS +788102 Sercomm Corporation. +783690 Yulong Computer Telecommunication Scientific (Shenzhen) Co.,Ltd +58A0CB TrackNet, Inc +3C7843 HUAWEI TECHNOLOGIES CO.,LTD +A47758 Ningbo Freewings Technologies Co.,Ltd +586163 Quantum Networks (SG) Pte. Ltd. +00051E Brocade Communications Systems, Inc. +080088 Brocade Communications Systems, Inc. +00010F Brocade Communications Systems, Inc. +0014C9 Brocade Communications Systems, Inc. +200CC8 NETGEAR +DCEF09 NETGEAR +A06391 NETGEAR +A040A0 NETGEAR +8C3BAD NETGEAR +001E2A NETGEAR +00184D NETGEAR +0026F2 NETGEAR +30469A NETGEAR +4C60DE NETGEAR +E8FCAF NETGEAR +00197F PLANTRONICS, INC. +E4F4C6 NETGEAR +005079 Private +F86465 Anova Applied Electronics, Inc. +A830AD Weifang GoerTek Technology Co.,Ltd. +70E1FD FLEXTRONICS +001D44 Krohne +D4D2E5 BKAV Corporation +C06D1A Tianjin Henxinhuifeng Technology Co.,Ltd. +E470B8 Intel Corporate +3432E6 Panasonic Industrial Devices Europe GmbH +40A3CC Intel Corporate +B019C6 Apple, Inc. +58E28F Apple, Inc. +AC1F74 Apple, Inc. +9C305B Hon Hai Precision Ind. Co.,Ltd. FCE557 Nokia Corporation -FCE892 Hangzhou Lancable Technology Co.,Ltd -FCEDB9 Arrayent -FCF1CD OPTEX-FA CO.,LTD. -FCF528 ZyXEL Communications Corporation -FCF8AE Intel Corporate -FCFAF7 Shanghai Baud Data Communication Co.,Ltd. -FCFBFB CISCO SYSTEMS, INC. +303855 Nokia Corporation +8C4500 Murata Manufacturing Co., Ltd. +00289F Semptian Co., Ltd. +6C7660 KYOCERA CORPORATION +104B46 Mitsubishi Electric Corporation +903DBD SECURE METERS LIMITED +384F49 Juniper Networks +A491B1 Technicolor +8CD48E ITEL MOBILE LIMITED +642B8A ALL BEST Industrial Co., Ltd. +68ECC5 Intel Corporate +CC9891 Cisco Systems, Inc +1C7022 Murata Manufacturing Co., Ltd. +189BA5 IEEE Registration Authority +947EB9 National Narrowband Network Communications Pty Ltd +4CBD8F Hangzhou Hikvision Digital Technology Co.,Ltd. +B4D64E Caldero Limited +F89DBB Tintri diff -Nru arp-scan-1.9/inet_aton.c arp-scan-2.0/inet_aton.c --- arp-scan-1.9/inet_aton.c 2007-01-24 12:42:54.000000000 +0530 +++ arp-scan-2.0/inet_aton.c 1970-01-01 05:30:00.000000000 +0530 @@ -1,131 +0,0 @@ -/* $Id: inet_aton.c 8003 2006-07-03 16:23:39Z rsh $ -** -** Replacement for a missing inet_aton. -** -** Written by Russ Allbery -** This work is hereby placed in the public domain by its author. -** -** Provides the same functionality as the standard library routine -** inet_aton for those platforms that don't have it. inet_aton is -** thread-safe. -*/ - -#include "config.h" -#ifdef HAVE_NETINET_IN_H -#include -#endif - -/* If we're running the test suite, rename inet_ntoa to avoid conflicts with - the system version. */ -#if TESTING -# define inet_aton test_inet_aton -int test_inet_aton(const char *, struct in_addr *); -#endif - -int -inet_aton(const char *s, struct in_addr *addr) -{ - unsigned long octet[4], address; - const char *p; - int base, i; - int part = 0; - - if (s == NULL) return 0; - - /* Step through each period-separated part of the address. If we see - more than four parts, the address is invalid. */ - for (p = s; *p != 0; part++) { - if (part > 3) return 0; - - /* Determine the base of the section we're looking at. Numbers are - represented the same as in C; octal starts with 0, hex starts - with 0x, and anything else is decimal. */ - if (*p == '0') { - p++; - if (*p == 'x') { - p++; - base = 16; - } else { - base = 8; - } - } else { - base = 10; - } - - /* Make sure there's actually a number. (A section of just "0" - would set base to 8 and leave us pointing at a period; allow - that.) */ - if (*p == '.' && base != 8) return 0; - octet[part] = 0; - - /* Now, parse this segment of the address. For each digit, multiply - the result so far by the base and then add the value of the - digit. Be careful of arithmetic overflow in cases where an - unsigned long is 32 bits; we need to detect it *before* we - multiply by the base since otherwise we could overflow and wrap - and then not detect the error. */ - for (; *p != 0 && *p != '.'; p++) { - if (octet[part] > 0xffffffffUL / base) return 0; - - /* Use a switch statement to parse each digit rather than - assuming ASCII. Probably pointless portability.... */ - switch (*p) { - case '0': i = 0; break; - case '1': i = 1; break; - case '2': i = 2; break; - case '3': i = 3; break; - case '4': i = 4; break; - case '5': i = 5; break; - case '6': i = 6; break; - case '7': i = 7; break; - case '8': i = 8; break; - case '9': i = 9; break; - case 'A': case 'a': i = 10; break; - case 'B': case 'b': i = 11; break; - case 'C': case 'c': i = 12; break; - case 'D': case 'd': i = 13; break; - case 'E': case 'e': i = 14; break; - case 'F': case 'f': i = 15; break; - default: return 0; - } - if (i >= base) return 0; - octet[part] = (octet[part] * base) + i; - } - - /* Advance over periods; the top of the loop will increment the - count of parts we've seen. We need a check here to detect an - illegal trailing period. */ - if (*p == '.') { - p++; - if (*p == 0) return 0; - } - } - if (part == 0) return 0; - - /* IPv4 allows three types of address specification: - - a.b - a.b.c - a.b.c.d - - If there are fewer than four segments, the final segment accounts for - all of the remaining portion of the address. For example, in the a.b - form, b is the final 24 bits of the address. We also allow a simple - number, which is interpreted as the 32-bit number corresponding to - the full IPv4 address. - - The first for loop below ensures that any initial segments represent - only 8 bits of the address and builds the upper portion of the IPv4 - address. Then, the remaining segment is checked to make sure it's no - bigger than the remaining space in the address and then is added into - the result. */ - address = 0; - for (i = 0; i < part - 1; i++) { - if (octet[i] > 0xff) return 0; - address |= octet[i] << (8 * (3 - i)); - } - if (octet[i] > (0xffffffffUL >> (i * 8))) return 0; - address |= octet[i]; - if (addr != NULL) addr->s_addr = htonl(address); - return 1; -} diff -Nru arp-scan-1.9/INSTALL arp-scan-2.0/INSTALL --- arp-scan-1.9/INSTALL 2012-07-11 02:58:47.000000000 +0530 +++ arp-scan-2.0/INSTALL 2017-09-21 19:25:17.000000000 +0530 @@ -1,7 +1,7 @@ Installation Instructions ************************* -Copyright (C) 1994-1996, 1999-2002, 2004-2011 Free Software Foundation, +Copyright (C) 1994-1996, 1999-2002, 2004-2013 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, @@ -12,8 +12,8 @@ Basic Installation ================== - Briefly, the shell commands `./configure; make; make install' should -configure, build, and install this package. The following + Briefly, the shell command `./configure && make && make install' +should configure, build, and install this package. The following more-detailed instructions are generic; see the `README' file for instructions specific to this package. Some packages provide this `INSTALL' file but do not implement all of the features documented @@ -309,9 +309,10 @@ overridden in the site shell script). Unfortunately, this technique does not work for `CONFIG_SHELL' due to -an Autoconf bug. Until the bug is fixed you can use this workaround: +an Autoconf limitation. Until the limitation is lifted, you can use +this workaround: - CONFIG_SHELL=/bin/bash /bin/bash ./configure CONFIG_SHELL=/bin/bash + CONFIG_SHELL=/bin/bash ./configure CONFIG_SHELL=/bin/bash `configure' Invocation ====================== @@ -367,4 +368,3 @@ `configure' also accepts some other, not widely useful, options. Run `configure --help' for more details. - diff -Nru arp-scan-1.9/install-sh arp-scan-2.0/install-sh --- arp-scan-1.9/install-sh 2012-07-11 02:58:47.000000000 +0530 +++ arp-scan-2.0/install-sh 2017-09-21 19:25:17.000000000 +0530 @@ -1,7 +1,7 @@ #!/bin/sh # install - install a program, script, or datafile -scriptversion=2011-01-19.21; # UTC +scriptversion=2014-09-12.12; # UTC # This originates from X11R5 (mit/util/scripts/install.sh), which was # later released in X11R6 (xc/config/util/install.sh) with the @@ -35,25 +35,21 @@ # FSF changes to this file are in the public domain. # # Calling this script install-sh is preferred over install.sh, to prevent -# `make' implicit rules from creating a file called install from it +# 'make' implicit rules from creating a file called install from it # when there is no Makefile. # # This script is compatible with the BSD install script, but was written # from scratch. +tab=' ' nl=' ' -IFS=" "" $nl" +IFS=" $tab$nl" -# set DOITPROG to echo to test this script +# Set DOITPROG to "echo" to test this script. -# Don't use :- since 4.3BSD and earlier shells don't like it. doit=${DOITPROG-} -if test -z "$doit"; then - doit_exec=exec -else - doit_exec=$doit -fi +doit_exec=${doit:-exec} # Put in absolute file names if you don't have them in your path; # or use environment vars. @@ -68,17 +64,6 @@ rmprog=${RMPROG-rm} stripprog=${STRIPPROG-strip} -posix_glob='?' -initialize_posix_glob=' - test "$posix_glob" != "?" || { - if (set -f) 2>/dev/null; then - posix_glob= - else - posix_glob=: - fi - } -' - posix_mkdir= # Desired mode of installed file. @@ -97,7 +82,7 @@ dst_arg= copy_on_change=false -no_target_directory= +is_target_a_directory=possibly usage="\ Usage: $0 [OPTION]... [-T] SRCFILE DSTFILE @@ -137,46 +122,57 @@ -d) dir_arg=true;; -g) chgrpcmd="$chgrpprog $2" - shift;; + shift;; --help) echo "$usage"; exit $?;; -m) mode=$2 - case $mode in - *' '* | *' '* | *' -'* | *'*'* | *'?'* | *'['*) - echo "$0: invalid mode: $mode" >&2 - exit 1;; - esac - shift;; + case $mode in + *' '* | *"$tab"* | *"$nl"* | *'*'* | *'?'* | *'['*) + echo "$0: invalid mode: $mode" >&2 + exit 1;; + esac + shift;; -o) chowncmd="$chownprog $2" - shift;; + shift;; -s) stripcmd=$stripprog;; - -t) dst_arg=$2 - # Protect names problematic for `test' and other utilities. - case $dst_arg in - -* | [=\(\)!]) dst_arg=./$dst_arg;; - esac - shift;; + -t) + is_target_a_directory=always + dst_arg=$2 + # Protect names problematic for 'test' and other utilities. + case $dst_arg in + -* | [=\(\)!]) dst_arg=./$dst_arg;; + esac + shift;; - -T) no_target_directory=true;; + -T) is_target_a_directory=never;; --version) echo "$0 $scriptversion"; exit $?;; - --) shift - break;; + --) shift + break;; - -*) echo "$0: invalid option: $1" >&2 - exit 1;; + -*) echo "$0: invalid option: $1" >&2 + exit 1;; *) break;; esac shift done +# We allow the use of options -d and -T together, by making -d +# take the precedence; this is for compatibility with GNU install. + +if test -n "$dir_arg"; then + if test -n "$dst_arg"; then + echo "$0: target directory not allowed when installing a directory." >&2 + exit 1 + fi +fi + if test $# -ne 0 && test -z "$dir_arg$dst_arg"; then # When -d is used, all remaining arguments are directories to create. # When -t is used, the destination is already specified. @@ -190,7 +186,7 @@ fi shift # arg dst_arg=$arg - # Protect names problematic for `test' and other utilities. + # Protect names problematic for 'test' and other utilities. case $dst_arg in -* | [=\(\)!]) dst_arg=./$dst_arg;; esac @@ -202,12 +198,21 @@ echo "$0: no input file specified." >&2 exit 1 fi - # It's OK to call `install-sh -d' without argument. + # It's OK to call 'install-sh -d' without argument. # This can happen when creating conditional directories. exit 0 fi if test -z "$dir_arg"; then + if test $# -gt 1 || test "$is_target_a_directory" = always; then + if test ! -d "$dst_arg"; then + echo "$0: $dst_arg: Is not a directory." >&2 + exit 1 + fi + fi +fi + +if test -z "$dir_arg"; then do_exit='(exit $ret); exit $ret' trap "ret=129; $do_exit" 1 trap "ret=130; $do_exit" 2 @@ -223,16 +228,16 @@ *[0-7]) if test -z "$stripcmd"; then - u_plus_rw= + u_plus_rw= else - u_plus_rw='% 200' + u_plus_rw='% 200' fi cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;; *) if test -z "$stripcmd"; then - u_plus_rw= + u_plus_rw= else - u_plus_rw=,u+rw + u_plus_rw=,u+rw fi cp_umask=$mode$u_plus_rw;; esac @@ -240,7 +245,7 @@ for src do - # Protect names problematic for `test' and other utilities. + # Protect names problematic for 'test' and other utilities. case $src in -* | [=\(\)!]) src=./$src;; esac @@ -269,41 +274,15 @@ # If destination is a directory, append the input filename; won't work # if double slashes aren't ignored. if test -d "$dst"; then - if test -n "$no_target_directory"; then - echo "$0: $dst_arg: Is a directory" >&2 - exit 1 + if test "$is_target_a_directory" = never; then + echo "$0: $dst_arg: Is a directory" >&2 + exit 1 fi dstdir=$dst dst=$dstdir/`basename "$src"` dstdir_status=0 else - # Prefer dirname, but fall back on a substitute if dirname fails. - dstdir=` - (dirname "$dst") 2>/dev/null || - expr X"$dst" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$dst" : 'X\(//\)[^/]' \| \ - X"$dst" : 'X\(//\)$' \| \ - X"$dst" : 'X\(/\)' \| . 2>/dev/null || - echo X"$dst" | - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ - s//\1/ - q - } - /^X\(\/\/\)[^/].*/{ - s//\1/ - q - } - /^X\(\/\/\)$/{ - s//\1/ - q - } - /^X\(\/\).*/{ - s//\1/ - q - } - s/.*/./; q' - ` - + dstdir=`dirname "$dst"` test -d "$dstdir" dstdir_status=$? fi @@ -314,74 +293,81 @@ if test $dstdir_status != 0; then case $posix_mkdir in '') - # Create intermediate dirs using mode 755 as modified by the umask. - # This is like FreeBSD 'install' as of 1997-10-28. - umask=`umask` - case $stripcmd.$umask in - # Optimize common cases. - *[2367][2367]) mkdir_umask=$umask;; - .*0[02][02] | .[02][02] | .[02]) mkdir_umask=22;; - - *[0-7]) - mkdir_umask=`expr $umask + 22 \ - - $umask % 100 % 40 + $umask % 20 \ - - $umask % 10 % 4 + $umask % 2 - `;; - *) mkdir_umask=$umask,go-w;; - esac - - # With -d, create the new directory with the user-specified mode. - # Otherwise, rely on $mkdir_umask. - if test -n "$dir_arg"; then - mkdir_mode=-m$mode - else - mkdir_mode= - fi - - posix_mkdir=false - case $umask in - *[123567][0-7][0-7]) - # POSIX mkdir -p sets u+wx bits regardless of umask, which - # is incompatible with FreeBSD 'install' when (umask & 300) != 0. - ;; - *) - tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$ - trap 'ret=$?; rmdir "$tmpdir/d" "$tmpdir" 2>/dev/null; exit $ret' 0 - - if (umask $mkdir_umask && - exec $mkdirprog $mkdir_mode -p -- "$tmpdir/d") >/dev/null 2>&1 - then - if test -z "$dir_arg" || { - # Check for POSIX incompatibilities with -m. - # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or - # other-writeable bit of parent directory when it shouldn't. - # FreeBSD 6.1 mkdir -m -p sets mode of existing directory. - ls_ld_tmpdir=`ls -ld "$tmpdir"` - case $ls_ld_tmpdir in - d????-?r-*) different_mode=700;; - d????-?--*) different_mode=755;; - *) false;; - esac && - $mkdirprog -m$different_mode -p -- "$tmpdir" && { - ls_ld_tmpdir_1=`ls -ld "$tmpdir"` - test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1" - } - } - then posix_mkdir=: - fi - rmdir "$tmpdir/d" "$tmpdir" - else - # Remove any dirs left behind by ancient mkdir implementations. - rmdir ./$mkdir_mode ./-p ./-- 2>/dev/null - fi - trap '' 0;; - esac;; + # Create intermediate dirs using mode 755 as modified by the umask. + # This is like FreeBSD 'install' as of 1997-10-28. + umask=`umask` + case $stripcmd.$umask in + # Optimize common cases. + *[2367][2367]) mkdir_umask=$umask;; + .*0[02][02] | .[02][02] | .[02]) mkdir_umask=22;; + + *[0-7]) + mkdir_umask=`expr $umask + 22 \ + - $umask % 100 % 40 + $umask % 20 \ + - $umask % 10 % 4 + $umask % 2 + `;; + *) mkdir_umask=$umask,go-w;; + esac + + # With -d, create the new directory with the user-specified mode. + # Otherwise, rely on $mkdir_umask. + if test -n "$dir_arg"; then + mkdir_mode=-m$mode + else + mkdir_mode= + fi + + posix_mkdir=false + case $umask in + *[123567][0-7][0-7]) + # POSIX mkdir -p sets u+wx bits regardless of umask, which + # is incompatible with FreeBSD 'install' when (umask & 300) != 0. + ;; + *) + # $RANDOM is not portable (e.g. dash); use it when possible to + # lower collision chance + tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$ + trap 'ret=$?; rmdir "$tmpdir/a/b" "$tmpdir/a" "$tmpdir" 2>/dev/null; exit $ret' 0 + + # As "mkdir -p" follows symlinks and we work in /tmp possibly; so + # create the $tmpdir first (and fail if unsuccessful) to make sure + # that nobody tries to guess the $tmpdir name. + if (umask $mkdir_umask && + $mkdirprog $mkdir_mode "$tmpdir" && + exec $mkdirprog $mkdir_mode -p -- "$tmpdir/a/b") >/dev/null 2>&1 + then + if test -z "$dir_arg" || { + # Check for POSIX incompatibilities with -m. + # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or + # other-writable bit of parent directory when it shouldn't. + # FreeBSD 6.1 mkdir -m -p sets mode of existing directory. + test_tmpdir="$tmpdir/a" + ls_ld_tmpdir=`ls -ld "$test_tmpdir"` + case $ls_ld_tmpdir in + d????-?r-*) different_mode=700;; + d????-?--*) different_mode=755;; + *) false;; + esac && + $mkdirprog -m$different_mode -p -- "$test_tmpdir" && { + ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"` + test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1" + } + } + then posix_mkdir=: + fi + rmdir "$tmpdir/a/b" "$tmpdir/a" "$tmpdir" + else + # Remove any dirs left behind by ancient mkdir implementations. + rmdir ./$mkdir_mode ./-p ./-- "$tmpdir" 2>/dev/null + fi + trap '' 0;; + esac;; esac if $posix_mkdir && ( - umask $mkdir_umask && - $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir" + umask $mkdir_umask && + $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir" ) then : else @@ -391,53 +377,51 @@ # directory the slow way, step by step, checking for races as we go. case $dstdir in - /*) prefix='/';; - [-=\(\)!]*) prefix='./';; - *) prefix='';; + /*) prefix='/';; + [-=\(\)!]*) prefix='./';; + *) prefix='';; esac - eval "$initialize_posix_glob" - oIFS=$IFS IFS=/ - $posix_glob set -f + set -f set fnord $dstdir shift - $posix_glob set +f + set +f IFS=$oIFS prefixes= for d do - test X"$d" = X && continue + test X"$d" = X && continue - prefix=$prefix$d - if test -d "$prefix"; then - prefixes= - else - if $posix_mkdir; then - (umask=$mkdir_umask && - $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir") && break - # Don't fail if two instances are running concurrently. - test -d "$prefix" || exit 1 - else - case $prefix in - *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;; - *) qprefix=$prefix;; - esac - prefixes="$prefixes '$qprefix'" - fi - fi - prefix=$prefix/ + prefix=$prefix$d + if test -d "$prefix"; then + prefixes= + else + if $posix_mkdir; then + (umask=$mkdir_umask && + $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir") && break + # Don't fail if two instances are running concurrently. + test -d "$prefix" || exit 1 + else + case $prefix in + *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;; + *) qprefix=$prefix;; + esac + prefixes="$prefixes '$qprefix'" + fi + fi + prefix=$prefix/ done if test -n "$prefixes"; then - # Don't fail if two instances are running concurrently. - (umask $mkdir_umask && - eval "\$doit_exec \$mkdirprog $prefixes") || - test -d "$dstdir" || exit 1 - obsolete_mkdir_used=true + # Don't fail if two instances are running concurrently. + (umask $mkdir_umask && + eval "\$doit_exec \$mkdirprog $prefixes") || + test -d "$dstdir" || exit 1 + obsolete_mkdir_used=true fi fi fi @@ -472,15 +456,12 @@ # If -C, don't bother to copy if it wouldn't change the file. if $copy_on_change && - old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` && - new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` && - - eval "$initialize_posix_glob" && - $posix_glob set -f && + old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` && + new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` && + set -f && set X $old && old=:$2:$4:$5:$6 && set X $new && new=:$2:$4:$5:$6 && - $posix_glob set +f && - + set +f && test "$old" = "$new" && $cmpprog "$dst" "$dsttmp" >/dev/null 2>&1 then @@ -493,24 +474,24 @@ # to itself, or perhaps because mv is so ancient that it does not # support -f. { - # Now remove or move aside any old file at destination location. - # We try this two ways since rm can't unlink itself on some - # systems and the destination file might be busy for other - # reasons. In this case, the final cleanup might fail but the new - # file should still install successfully. - { - test ! -f "$dst" || - $doit $rmcmd -f "$dst" 2>/dev/null || - { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null && - { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; } - } || - { echo "$0: cannot unlink or rename $dst" >&2 - (exit 1); exit 1 - } - } && + # Now remove or move aside any old file at destination location. + # We try this two ways since rm can't unlink itself on some + # systems and the destination file might be busy for other + # reasons. In this case, the final cleanup might fail but the new + # file should still install successfully. + { + test ! -f "$dst" || + $doit $rmcmd -f "$dst" 2>/dev/null || + { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null && + { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; } + } || + { echo "$0: cannot unlink or rename $dst" >&2 + (exit 1); exit 1 + } + } && - # Now rename the file to the real destination. - $doit $mvcmd "$dsttmp" "$dst" + # Now rename the file to the real destination. + $doit $mvcmd "$dsttmp" "$dst" } fi || exit 1 diff -Nru arp-scan-1.9/link-bpf.c arp-scan-2.0/link-bpf.c --- arp-scan-1.9/link-bpf.c 2013-04-27 14:09:08.000000000 +0530 +++ arp-scan-2.0/link-bpf.c 2017-09-21 19:24:11.000000000 +0530 @@ -1,24 +1,22 @@ /* - * The ARP Scanner (arp-scan) is Copyright (C) 2005-2013 Roy Hills, + * The ARP Scanner (arp-scan) is Copyright (C) 2005-2016 Roy Hills, * NTA Monitor Ltd. * * This file is part of arp-scan. - * + * * arp-scan is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * arp-scan is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with arp-scan. If not, see . * - * $Id: link-bpf.c 19580 2013-04-26 15:52:31Z rsh $ - * * link-bpf.c -- BPF link layer send functions for arp-scan * * Author: Roy Hills @@ -55,8 +53,6 @@ #include #endif -static char const rcsid[] = "$Id: link-bpf.c 19580 2013-04-26 15:52:31Z rsh $"; /* RCS ID for ident(1) */ - /* * get_hardware_address -- Get the Ethernet MAC address associated * with the given device. @@ -115,10 +111,3 @@ memcpy(hw_address, sdl->sdl_data + sdl->sdl_nlen, ETH_ALEN); free(buf); } - -/* - * Use rcsid to prevent the compiler optimising it away. - */ -void link_use_rcsid(void) { - fprintf(stderr, "%s\n", rcsid); /* Use rcsid to stop compiler optimising away */ -} diff -Nru arp-scan-1.9/link-dlpi.c arp-scan-2.0/link-dlpi.c --- arp-scan-1.9/link-dlpi.c 2013-04-25 21:14:28.000000000 +0530 +++ arp-scan-2.0/link-dlpi.c 2017-09-21 19:24:11.000000000 +0530 @@ -1,24 +1,22 @@ /* - * The ARP Scanner (arp-scan) is Copyright (C) 2005-2013 Roy Hills, + * The ARP Scanner (arp-scan) is Copyright (C) 2005-2016 Roy Hills, * NTA Monitor Ltd. * * This file is part of arp-scan. - * + * * arp-scan is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * arp-scan is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with arp-scan. If not, see . * - * $Id: link-dlpi.c 19578 2013-04-25 15:44:27Z rsh $ - * * link-dlpi.c -- DLPI link layer send functions for arp-scan * * Author: Roy Hills @@ -70,8 +68,6 @@ * unsigned char for our buffers and so must multiply by four */ #define MAXDLBUF 8192*4 -static char const rcsid[] = "$Id: link-dlpi.c 19578 2013-04-25 15:44:27Z rsh $"; /* RCS ID for ident(1) */ - /* * Link layer handle structure for DLPI. * This is typedef'ed as link_t. @@ -302,10 +298,3 @@ link_close(handle); memcpy(hw_address, buf + dlp->physaddr_ack.dl_addr_offset, ETH_ALEN); } - -/* - * Use rcsid to prevent the compiler optimising it away. - */ -void link_use_rcsid(void) { - fprintf(stderr, "%s\n", rcsid); /* Use rcsid to stop compiler optimising away */ -} diff -Nru arp-scan-1.9/link-packet-socket.c arp-scan-2.0/link-packet-socket.c --- arp-scan-1.9/link-packet-socket.c 2013-04-25 21:14:28.000000000 +0530 +++ arp-scan-2.0/link-packet-socket.c 2017-09-21 19:24:11.000000000 +0530 @@ -1,24 +1,22 @@ /* - * The ARP Scanner (arp-scan) is Copyright (C) 2005-2013 Roy Hills, + * The ARP Scanner (arp-scan) is Copyright (C) 2005-2016 Roy Hills, * NTA Monitor Ltd. * * This file is part of arp-scan. - * + * * arp-scan is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * arp-scan is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with arp-scan. If not, see . * - * $Id: link-packet-socket.c 19578 2013-04-25 15:44:27Z rsh $ - * * link-packet-socket.c -- Packet socket link layer send functions for arp-scan * * Author: Roy Hills @@ -42,8 +40,6 @@ #include #endif -static char const rcsid[] = "$Id: link-packet-socket.c 19578 2013-04-25 15:44:27Z rsh $"; /* RCS ID for ident(1) */ - /* * Link layer handle structure for packet socket. * This is typedef'ed as link_t. @@ -72,8 +68,8 @@ handle = Malloc(sizeof(*handle)); memset(handle, '\0', sizeof(*handle)); if ((handle->fd = socket(PF_PACKET, SOCK_RAW, 0)) < 0) { - free(handle); - return NULL; + warn_msg("ERROR: Cannot open raw packet socket"); + err_sys("socket"); } strlcpy(handle->ifr.ifr_name, device, sizeof(handle->ifr.ifr_name)); if ((ioctl(handle->fd, SIOCGIFINDEX, &(handle->ifr))) != 0) @@ -81,7 +77,7 @@ handle->sll.sll_family = PF_PACKET; handle->sll.sll_ifindex = handle->ifr.ifr_ifindex; handle->sll.sll_halen = ETH_ALEN; - + return handle; } @@ -122,19 +118,16 @@ link_t *handle; handle = link_open(if_name); + if(!handle) { + err_sys("link_open"); + return; + } /* Obtain hardware address for specified interface */ if ((ioctl(handle->fd, SIOCGIFHWADDR, &(handle->ifr))) != 0) err_sys("ioctl"); - link_close(handle); - memcpy(hw_address, handle->ifr.ifr_ifru.ifru_hwaddr.sa_data, ETH_ALEN); -} -/* - * Use rcsid to prevent the compiler optimising it away. - */ -void link_use_rcsid(void) { - fprintf(stderr, "%s\n", rcsid); /* Use rcsid to stop compiler optimising away */ + link_close(handle); } Binary files /tmp/2NTAtgx11M/arp-scan-1.9/link-packet-socket.o and /tmp/9W11JtAni4/arp-scan-2.0/link-packet-socket.o differ diff -Nru arp-scan-1.9/mac-vendor.5 arp-scan-2.0/mac-vendor.5 --- arp-scan-1.9/mac-vendor.5 2007-12-27 18:53:44.000000000 +0530 +++ arp-scan-2.0/mac-vendor.5 2017-09-21 19:24:11.000000000 +0530 @@ -4,7 +4,6 @@ .\" are permitted in any medium without royalty provided the copyright .\" notice and this notice are preserved. .\" -.\" $Id: mac-vendor.5 12365 2007-12-27 13:23:40Z rsh $ .TH MAC-VENDOR 5 "March 30, 2007" .\" Please adjust this date whenever revising the man page. .SH NAME diff -Nru arp-scan-1.9/mac-vendor.txt arp-scan-2.0/mac-vendor.txt --- arp-scan-1.9/mac-vendor.txt 2008-05-04 23:38:08.000000000 +0530 +++ arp-scan-2.0/mac-vendor.txt 2017-09-21 19:24:11.000000000 +0530 @@ -1,4 +1,3 @@ -# $Id: mac-vendor.txt 13068 2008-05-04 18:08:05Z rsh $ # mac-vendor.txt -- Ethernet vendor file for arp-scan # # This file contains Ethernet vendor mappings for arp-scan. These are used diff -Nru arp-scan-1.9/Makefile arp-scan-2.0/Makefile --- arp-scan-1.9/Makefile 1970-01-01 05:30:00.000000000 +0530 +++ arp-scan-2.0/Makefile 2017-09-21 19:52:47.000000000 +0530 @@ -0,0 +1,1346 @@ +# Makefile.in generated by automake 1.15 from Makefile.am. +# Makefile. Generated from Makefile.in by configure. + +# Copyright (C) 1994-2014 Free Software Foundation, Inc. + +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + + + + + + +am__is_gnu_make = { \ + if test -z '$(MAKELEVEL)'; then \ + false; \ + elif test -n '$(MAKE_HOST)'; then \ + true; \ + elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ + true; \ + else \ + false; \ + fi; \ +} +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/arp-scan +pkgincludedir = $(includedir)/arp-scan +pkglibdir = $(libdir)/arp-scan +pkglibexecdir = $(libexecdir)/arp-scan +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = x86_64-pc-linux-gnu +host_triplet = x86_64-pc-linux-gnu +bin_PROGRAMS = arp-scan$(EXEEXT) +subdir = . +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ + $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ + $(am__configure_deps) $(dist_bin_SCRIPTS) \ + $(dist_check_SCRIPTS) $(dist_pkgdata_DATA) $(am__DIST_COMMON) +am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ + configure.lineno config.status.lineno +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(bindir)" \ + "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man5dir)" \ + "$(DESTDIR)$(pkgdatadir)" +PROGRAMS = $(bin_PROGRAMS) +am_arp_scan_OBJECTS = arp-scan.$(OBJEXT) error.$(OBJEXT) \ + wrappers.$(OBJEXT) utils.$(OBJEXT) mt19937ar.$(OBJEXT) +arp_scan_OBJECTS = $(am_arp_scan_OBJECTS) +arp_scan_DEPENDENCIES = $(LIBOBJS) +am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; +am__vpath_adj = case $$p in \ + $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ + *) f=$$p;; \ + esac; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } +SCRIPTS = $(dist_bin_SCRIPTS) +AM_V_P = $(am__v_P_$(V)) +am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY)) +am__v_P_0 = false +am__v_P_1 = : +AM_V_GEN = $(am__v_GEN_$(V)) +am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) +am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_1 = +AM_V_at = $(am__v_at_$(V)) +am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) +am__v_at_0 = @ +am__v_at_1 = +DEFAULT_INCLUDES = -I. +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__depfiles_maybe = depfiles +am__mv = mv -f +COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ + $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +AM_V_CC = $(am__v_CC_$(V)) +am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) +am__v_CC_0 = @echo " CC " $@; +am__v_CC_1 = +CCLD = $(CC) +LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CCLD = $(am__v_CCLD_$(V)) +am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) +am__v_CCLD_0 = @echo " CCLD " $@; +am__v_CCLD_1 = +SOURCES = $(arp_scan_SOURCES) +DIST_SOURCES = $(arp_scan_SOURCES) +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +man1dir = $(mandir)/man1 +man5dir = $(mandir)/man5 +NROFF = nroff +MANS = $(dist_man_MANS) +DATA = $(dist_pkgdata_DATA) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \ + $(LISP)config.h.in +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +ETAGS = etags +CTAGS = ctags +CSCOPE = cscope +AM_RECURSIVE_TARGETS = cscope check recheck +am__tty_colors_dummy = \ + mgn= red= grn= lgn= blu= brg= std=; \ + am__color_tests=no +am__tty_colors = { \ + $(am__tty_colors_dummy); \ + if test "X$(AM_COLOR_TESTS)" = Xno; then \ + am__color_tests=no; \ + elif test "X$(AM_COLOR_TESTS)" = Xalways; then \ + am__color_tests=yes; \ + elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \ + am__color_tests=yes; \ + fi; \ + if test $$am__color_tests = yes; then \ + red=''; \ + grn=''; \ + lgn=''; \ + blu=''; \ + mgn=''; \ + brg=''; \ + std=''; \ + fi; \ +} +am__recheck_rx = ^[ ]*:recheck:[ ]* +am__global_test_result_rx = ^[ ]*:global-test-result:[ ]* +am__copy_in_global_log_rx = ^[ ]*:copy-in-global-log:[ ]* +# A command that, given a newline-separated list of test names on the +# standard input, print the name of the tests that are to be re-run +# upon "make recheck". +am__list_recheck_tests = $(AWK) '{ \ + recheck = 1; \ + while ((rc = (getline line < ($$0 ".trs"))) != 0) \ + { \ + if (rc < 0) \ + { \ + if ((getline line2 < ($$0 ".log")) < 0) \ + recheck = 0; \ + break; \ + } \ + else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \ + { \ + recheck = 0; \ + break; \ + } \ + else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \ + { \ + break; \ + } \ + }; \ + if (recheck) \ + print $$0; \ + close ($$0 ".trs"); \ + close ($$0 ".log"); \ +}' +# A command that, given a newline-separated list of test names on the +# standard input, create the global log from their .trs and .log files. +am__create_global_log = $(AWK) ' \ +function fatal(msg) \ +{ \ + print "fatal: making $@: " msg | "cat >&2"; \ + exit 1; \ +} \ +function rst_section(header) \ +{ \ + print header; \ + len = length(header); \ + for (i = 1; i <= len; i = i + 1) \ + printf "="; \ + printf "\n\n"; \ +} \ +{ \ + copy_in_global_log = 1; \ + global_test_result = "RUN"; \ + while ((rc = (getline line < ($$0 ".trs"))) != 0) \ + { \ + if (rc < 0) \ + fatal("failed to read from " $$0 ".trs"); \ + if (line ~ /$(am__global_test_result_rx)/) \ + { \ + sub("$(am__global_test_result_rx)", "", line); \ + sub("[ ]*$$", "", line); \ + global_test_result = line; \ + } \ + else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \ + copy_in_global_log = 0; \ + }; \ + if (copy_in_global_log) \ + { \ + rst_section(global_test_result ": " $$0); \ + while ((rc = (getline line < ($$0 ".log"))) != 0) \ + { \ + if (rc < 0) \ + fatal("failed to read from " $$0 ".log"); \ + print line; \ + }; \ + printf "\n"; \ + }; \ + close ($$0 ".trs"); \ + close ($$0 ".log"); \ +}' +# Restructured Text title. +am__rst_title = { sed 's/.*/ & /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; } +# Solaris 10 'make', and several other traditional 'make' implementations, +# pass "-e" to $(SHELL), and POSIX 2008 even requires this. Work around it +# by disabling -e (using the XSI extension "set +e") if it's set. +am__sh_e_setup = case $$- in *e*) set +e;; esac +# Default flags passed to test drivers. +am__common_driver_flags = \ + --color-tests "$$am__color_tests" \ + --enable-hard-errors "$$am__enable_hard_errors" \ + --expect-failure "$$am__expect_failure" +# To be inserted before the command running the test. Creates the +# directory for the log if needed. Stores in $dir the directory +# containing $f, in $tst the test, in $log the log. Executes the +# developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and +# passes TESTS_ENVIRONMENT. Set up options for the wrapper that +# will run the test scripts (or their associated LOG_COMPILER, if +# thy have one). +am__check_pre = \ +$(am__sh_e_setup); \ +$(am__vpath_adj_setup) $(am__vpath_adj) \ +$(am__tty_colors); \ +srcdir=$(srcdir); export srcdir; \ +case "$@" in \ + */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;; \ + *) am__odir=.;; \ +esac; \ +test "x$$am__odir" = x"." || test -d "$$am__odir" \ + || $(MKDIR_P) "$$am__odir" || exit $$?; \ +if test -f "./$$f"; then dir=./; \ +elif test -f "$$f"; then dir=; \ +else dir="$(srcdir)/"; fi; \ +tst=$$dir$$f; log='$@'; \ +if test -n '$(DISABLE_HARD_ERRORS)'; then \ + am__enable_hard_errors=no; \ +else \ + am__enable_hard_errors=yes; \ +fi; \ +case " $(XFAIL_TESTS) " in \ + *[\ \ ]$$f[\ \ ]* | *[\ \ ]$$dir$$f[\ \ ]*) \ + am__expect_failure=yes;; \ + *) \ + am__expect_failure=no;; \ +esac; \ +$(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT) +# A shell command to get the names of the tests scripts with any registered +# extension removed (i.e., equivalently, the names of the test logs, with +# the '.log' extension removed). The result is saved in the shell variable +# '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly, +# we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)", +# since that might cause problem with VPATH rewrites for suffix-less tests. +# See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'. +am__set_TESTS_bases = \ + bases='$(TEST_LOGS)'; \ + bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \ + bases=`echo $$bases` +RECHECK_LOGS = $(TEST_LOGS) +TEST_SUITE_LOG = test-suite.log +TEST_EXTENSIONS = .test +LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver +LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS) +am__set_b = \ + case '$@' in \ + */*) \ + case '$*' in \ + */*) b='$*';; \ + *) b=`echo '$@' | sed 's/\.log$$//'`; \ + esac;; \ + *) \ + b='$*';; \ + esac +am__test_logs1 = $(TESTS:=.log) +am__test_logs2 = $(am__test_logs1:.log=.log) +TEST_LOGS = $(am__test_logs2:.test.log=.log) +TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver +TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \ + $(TEST_LOG_FLAGS) +am__DIST_COMMON = $(dist_man_MANS) $(srcdir)/Makefile.in \ + $(srcdir)/config.h.in AUTHORS COPYING ChangeLog INSTALL NEWS \ + README TODO compile config.guess config.sub depcomp getopt.c \ + getopt.h getopt1.c install-sh link-bpf.c link-dlpi.c \ + link-packet-socket.c missing strlcat.c strlcpy.c test-driver +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +distdir = $(PACKAGE)-$(VERSION) +top_distdir = $(distdir) +am__remove_distdir = \ + if test -d "$(distdir)"; then \ + find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ + && rm -rf "$(distdir)" \ + || { sleep 5 && rm -rf "$(distdir)"; }; \ + else :; fi +am__post_remove_distdir = $(am__remove_distdir) +DIST_ARCHIVES = $(distdir).tar.gz +GZIP_ENV = --best +DIST_TARGETS = dist-gzip +distuninstallcheck_listfiles = find . -type f -print +am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ + | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' +distcleancheck_listfiles = find . -type f -print +ACLOCAL = ${SHELL} /home/hydra/Desktop/AUR/projects/arp-scan/missing aclocal-1.15 +AMTAR = $${TAR-tar} +AM_DEFAULT_VERBOSITY = 1 +AUTOCONF = ${SHELL} /home/hydra/Desktop/AUR/projects/arp-scan/missing autoconf +AUTOHEADER = ${SHELL} /home/hydra/Desktop/AUR/projects/arp-scan/missing autoheader +AUTOMAKE = ${SHELL} /home/hydra/Desktop/AUR/projects/arp-scan/missing automake-1.15 +AWK = mawk +CC = gcc +CCDEPMODE = depmode=gcc3 +CFLAGS = -g -O2 -Wall -Wshadow -Wwrite-strings -Wextra -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security +CPP = gcc -E +CPPFLAGS = +CYGPATH_W = echo +DEFS = -DHAVE_CONFIG_H +DEPDIR = .deps +ECHO_C = +ECHO_N = -n +ECHO_T = +EGREP = /bin/grep -E +EXEEXT = +GREP = /bin/grep +INSTALL = /usr/bin/install -c +INSTALL_DATA = ${INSTALL} -m 644 +INSTALL_PROGRAM = ${INSTALL} +INSTALL_SCRIPT = ${INSTALL} +INSTALL_STRIP_PROGRAM = $(install_sh) -c -s +LDFLAGS = +LIBOBJS = ${LIBOBJDIR}link-packet-socket$U.o ${LIBOBJDIR}strlcat$U.o ${LIBOBJDIR}strlcpy$U.o +LIBS = -lpcap +LN_S = ln -s +LTLIBOBJS = ${LIBOBJDIR}link-packet-socket$U.lo ${LIBOBJDIR}strlcat$U.lo ${LIBOBJDIR}strlcpy$U.lo +MAKEINFO = ${SHELL} /home/hydra/Desktop/AUR/projects/arp-scan/missing makeinfo +MKDIR_P = /bin/mkdir -p +OBJEXT = o +PACKAGE = arp-scan +PACKAGE_BUGREPORT = https://github.com/royhills/arp-scan +PACKAGE_NAME = arp-scan +PACKAGE_STRING = arp-scan 1.9.5 +PACKAGE_TARNAME = arp-scan +PACKAGE_URL = +PACKAGE_VERSION = 1.9.5 +PATH_SEPARATOR = : +SET_MAKE = +SHELL = /bin/bash +STRIP = +VERSION = 1.9.5 +abs_builddir = /home/hydra/Desktop/AUR/projects/arp-scan +abs_srcdir = /home/hydra/Desktop/AUR/projects/arp-scan +abs_top_builddir = /home/hydra/Desktop/AUR/projects/arp-scan +abs_top_srcdir = /home/hydra/Desktop/AUR/projects/arp-scan +ac_ct_CC = gcc +am__include = include +am__leading_dot = . +am__quote = +am__tar = $${TAR-tar} chof - "$$tardir" +am__untar = $${TAR-tar} xf - +bindir = ${exec_prefix}/bin +build = x86_64-pc-linux-gnu +build_alias = +build_cpu = x86_64 +build_os = linux-gnu +build_vendor = pc +builddir = . +datadir = ${datarootdir} +datarootdir = ${prefix}/share +docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} +dvidir = ${docdir} +exec_prefix = ${prefix} +host = x86_64-pc-linux-gnu +host_alias = +host_cpu = x86_64 +host_os = linux-gnu +host_vendor = pc +htmldir = ${docdir} +includedir = ${prefix}/include +infodir = ${datarootdir}/info +install_sh = ${SHELL} /home/hydra/Desktop/AUR/projects/arp-scan/install-sh +libdir = ${exec_prefix}/lib +libexecdir = ${exec_prefix}/libexec +localedir = ${datarootdir}/locale +localstatedir = ${prefix}/var +mandir = ${datarootdir}/man +mkdir_p = $(MKDIR_P) +oldincludedir = /usr/include +pdfdir = ${docdir} +prefix = /usr/local +program_transform_name = s,x,x, +psdir = ${docdir} +runstatedir = ${localstatedir}/run +sbindir = ${exec_prefix}/sbin +sharedstatedir = ${prefix}/com +srcdir = . +sysconfdir = ${prefix}/etc +target_alias = +top_build_prefix = +top_builddir = . +top_srcdir = . + +# Process this file with automake to produce Makefile.in +# +AM_CPPFLAGS = -DDATADIR=\"$(pkgdatadir)\" +# +dist_bin_SCRIPTS = get-oui get-iab arp-fingerprint +# +dist_check_SCRIPTS = check-run1 check-packet check-decode check-host-list +# +dist_man_MANS = arp-scan.1 get-oui.1 get-iab.1 arp-fingerprint.1 mac-vendor.5 +# +arp_scan_SOURCES = arp-scan.c arp-scan.h error.c wrappers.c utils.c mt19937ar.c +arp_scan_LDADD = $(LIBOBJS) +# +dist_pkgdata_DATA = ieee-oui.txt ieee-iab.txt mac-vendor.txt +# +TESTS = $(dist_check_SCRIPTS) +EXTRA_DIST = pkt-simple-request.dat pkt-custom-request.dat pkt-custom-request-padding.dat pkt-custom-request-llc.dat pkt-custom-request-vlan.dat pkt-simple-response.pcap pkt-padding-response.pcap pkt-vlan-response.pcap pkt-llc-response.pcap pkt-net1921681-response.pcap pkt-trailer-response.pcap pkt-vlan-llc-response.pcap pkt-custom-request-vlan-llc.dat +all: config.h + $(MAKE) $(AM_MAKEFLAGS) all-am + +.SUFFIXES: +.SUFFIXES: .c .log .o .obj .test .test$(EXEEXT) .trs +am--refresh: Makefile + @: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \ + $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \ + && exit 0; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + echo ' $(SHELL) ./config.status'; \ + $(SHELL) ./config.status;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + $(SHELL) ./config.status --recheck + +$(top_srcdir)/configure: $(am__configure_deps) + $(am__cd) $(srcdir) && $(AUTOCONF) +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) +$(am__aclocal_m4_deps): + +config.h: stamp-h1 + @test -f $@ || rm -f stamp-h1 + @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1 + +stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status + @rm -f stamp-h1 + cd $(top_builddir) && $(SHELL) ./config.status config.h +$(srcdir)/config.h.in: $(am__configure_deps) + ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) + rm -f stamp-h1 + touch $@ + +distclean-hdr: + -rm -f config.h stamp-h1 +install-binPROGRAMS: $(bin_PROGRAMS) + @$(NORMAL_INSTALL) + @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ + fi; \ + for p in $$list; do echo "$$p $$p"; done | \ + sed 's/$(EXEEXT)$$//' | \ + while read p p1; do if test -f $$p \ + ; then echo "$$p"; echo "$$p"; else :; fi; \ + done | \ + sed -e 'p;s,.*/,,;n;h' \ + -e 's|.*|.|' \ + -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ + sed 'N;N;N;s,\n, ,g' | \ + $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ + { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ + if ($$2 == $$4) files[d] = files[d] " " $$1; \ + else { print "f", $$3 "/" $$4, $$1; } } \ + END { for (d in files) print "f", d, files[d] }' | \ + while read type dir files; do \ + if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ + test -z "$$files" || { \ + echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ + $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ + } \ + ; done + +uninstall-binPROGRAMS: + @$(NORMAL_UNINSTALL) + @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ + files=`for p in $$list; do echo "$$p"; done | \ + sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ + -e 's/$$/$(EXEEXT)/' \ + `; \ + test -n "$$list" || exit 0; \ + echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ + cd "$(DESTDIR)$(bindir)" && rm -f $$files + +clean-binPROGRAMS: + -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) + +arp-scan$(EXEEXT): $(arp_scan_OBJECTS) $(arp_scan_DEPENDENCIES) $(EXTRA_arp_scan_DEPENDENCIES) + @rm -f arp-scan$(EXEEXT) + $(AM_V_CCLD)$(LINK) $(arp_scan_OBJECTS) $(arp_scan_LDADD) $(LIBS) +install-dist_binSCRIPTS: $(dist_bin_SCRIPTS) + @$(NORMAL_INSTALL) + @list='$(dist_bin_SCRIPTS)'; test -n "$(bindir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \ + done | \ + sed -e 'p;s,.*/,,;n' \ + -e 'h;s|.*|.|' \ + -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \ + $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \ + { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ + if ($$2 == $$4) { files[d] = files[d] " " $$1; \ + if (++n[d] == $(am__install_max)) { \ + print "f", d, files[d]; n[d] = 0; files[d] = "" } } \ + else { print "f", d "/" $$4, $$1 } } \ + END { for (d in files) print "f", d, files[d] }' | \ + while read type dir files; do \ + if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ + test -z "$$files" || { \ + echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \ + $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ + } \ + ; done + +uninstall-dist_binSCRIPTS: + @$(NORMAL_UNINSTALL) + @list='$(dist_bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \ + files=`for p in $$list; do echo "$$p"; done | \ + sed -e 's,.*/,,;$(transform)'`; \ + dir='$(DESTDIR)$(bindir)'; $(am__uninstall_files_from_dir) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + +distclean-compile: + -rm -f *.tab.c + +include $(DEPDIR)/getopt.Po +include $(DEPDIR)/getopt1.Po +include $(DEPDIR)/link-bpf.Po +include $(DEPDIR)/link-dlpi.Po +include $(DEPDIR)/link-packet-socket.Po +include $(DEPDIR)/strlcat.Po +include $(DEPDIR)/strlcpy.Po +include ./$(DEPDIR)/arp-scan.Po +include ./$(DEPDIR)/error.Po +include ./$(DEPDIR)/mt19937ar.Po +include ./$(DEPDIR)/utils.Po +include ./$(DEPDIR)/wrappers.Po + +.c.o: + $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< + $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po +# $(AM_V_CC)source='$<' object='$@' libtool=no \ +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ +# $(AM_V_CC_no)$(COMPILE) -c -o $@ $< + +.c.obj: + $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` + $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po +# $(AM_V_CC)source='$<' object='$@' libtool=no \ +# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ +# $(AM_V_CC_no)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` +install-man1: $(dist_man_MANS) + @$(NORMAL_INSTALL) + @list1=''; \ + list2='$(dist_man_MANS)'; \ + test -n "$(man1dir)" \ + && test -n "`echo $$list1$$list2`" \ + || exit 0; \ + echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \ + { for i in $$list1; do echo "$$i"; done; \ + if test -n "$$list2"; then \ + for i in $$list2; do echo "$$i"; done \ + | sed -n '/\.1[a-z]*$$/p'; \ + fi; \ + } | while read p; do \ + if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; echo "$$p"; \ + done | \ + sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ + -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \ + sed 'N;N;s,\n, ,g' | { \ + list=; while read file base inst; do \ + if test "$$base" = "$$inst"; then list="$$list $$file"; else \ + echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \ + $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \ + fi; \ + done; \ + for i in $$list; do echo "$$i"; done | $(am__base_list) | \ + while read files; do \ + test -z "$$files" || { \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \ + done; } + +uninstall-man1: + @$(NORMAL_UNINSTALL) + @list=''; test -n "$(man1dir)" || exit 0; \ + files=`{ for i in $$list; do echo "$$i"; done; \ + l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \ + sed -n '/\.1[a-z]*$$/p'; \ + } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ + -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ + dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir) +install-man5: $(dist_man_MANS) + @$(NORMAL_INSTALL) + @list1=''; \ + list2='$(dist_man_MANS)'; \ + test -n "$(man5dir)" \ + && test -n "`echo $$list1$$list2`" \ + || exit 0; \ + echo " $(MKDIR_P) '$(DESTDIR)$(man5dir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(man5dir)" || exit 1; \ + { for i in $$list1; do echo "$$i"; done; \ + if test -n "$$list2"; then \ + for i in $$list2; do echo "$$i"; done \ + | sed -n '/\.5[a-z]*$$/p'; \ + fi; \ + } | while read p; do \ + if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; echo "$$p"; \ + done | \ + sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^5][0-9a-z]*$$,5,;x' \ + -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \ + sed 'N;N;s,\n, ,g' | { \ + list=; while read file base inst; do \ + if test "$$base" = "$$inst"; then list="$$list $$file"; else \ + echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man5dir)/$$inst'"; \ + $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man5dir)/$$inst" || exit $$?; \ + fi; \ + done; \ + for i in $$list; do echo "$$i"; done | $(am__base_list) | \ + while read files; do \ + test -z "$$files" || { \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man5dir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(man5dir)" || exit $$?; }; \ + done; } + +uninstall-man5: + @$(NORMAL_UNINSTALL) + @list=''; test -n "$(man5dir)" || exit 0; \ + files=`{ for i in $$list; do echo "$$i"; done; \ + l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \ + sed -n '/\.5[a-z]*$$/p'; \ + } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^5][0-9a-z]*$$,5,;x' \ + -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ + dir='$(DESTDIR)$(man5dir)'; $(am__uninstall_files_from_dir) +install-dist_pkgdataDATA: $(dist_pkgdata_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ + done + +uninstall-dist_pkgdataDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-am +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-am + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscope: cscope.files + test ! -s cscope.files \ + || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) +clean-cscope: + -rm -f cscope.files +cscope.files: clean-cscope cscopelist +cscopelist: cscopelist-am + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + -rm -f cscope.out cscope.in.out cscope.po.out cscope.files + +# Recover from deleted '.trs' file; this should ensure that +# "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create +# both 'foo.log' and 'foo.trs'. Break the recipe in two subshells +# to avoid problems with "make -n". +.log.trs: + rm -f $< $@ + $(MAKE) $(AM_MAKEFLAGS) $< + +# Leading 'am--fnord' is there to ensure the list of targets does not +# expand to empty, as could happen e.g. with make check TESTS=''. +am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck) +am--force-recheck: + @: + +$(TEST_SUITE_LOG): $(TEST_LOGS) + @$(am__set_TESTS_bases); \ + am__f_ok () { test -f "$$1" && test -r "$$1"; }; \ + redo_bases=`for i in $$bases; do \ + am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \ + done`; \ + if test -n "$$redo_bases"; then \ + redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \ + redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \ + if $(am__make_dryrun); then :; else \ + rm -f $$redo_logs && rm -f $$redo_results || exit 1; \ + fi; \ + fi; \ + if test -n "$$am__remaking_logs"; then \ + echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \ + "recursion detected" >&2; \ + elif test -n "$$redo_logs"; then \ + am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \ + fi; \ + if $(am__make_dryrun); then :; else \ + st=0; \ + errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \ + for i in $$redo_bases; do \ + test -f $$i.trs && test -r $$i.trs \ + || { echo "$$errmsg $$i.trs" >&2; st=1; }; \ + test -f $$i.log && test -r $$i.log \ + || { echo "$$errmsg $$i.log" >&2; st=1; }; \ + done; \ + test $$st -eq 0 || exit 1; \ + fi + @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \ + ws='[ ]'; \ + results=`for b in $$bases; do echo $$b.trs; done`; \ + test -n "$$results" || results=/dev/null; \ + all=` grep "^$$ws*:test-result:" $$results | wc -l`; \ + pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \ + fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \ + skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \ + xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \ + xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \ + error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \ + if test `expr $$fail + $$xpass + $$error` -eq 0; then \ + success=true; \ + else \ + success=false; \ + fi; \ + br='==================='; br=$$br$$br$$br$$br; \ + result_count () \ + { \ + if test x"$$1" = x"--maybe-color"; then \ + maybe_colorize=yes; \ + elif test x"$$1" = x"--no-color"; then \ + maybe_colorize=no; \ + else \ + echo "$@: invalid 'result_count' usage" >&2; exit 4; \ + fi; \ + shift; \ + desc=$$1 count=$$2; \ + if test $$maybe_colorize = yes && test $$count -gt 0; then \ + color_start=$$3 color_end=$$std; \ + else \ + color_start= color_end=; \ + fi; \ + echo "$${color_start}# $$desc $$count$${color_end}"; \ + }; \ + create_testsuite_report () \ + { \ + result_count $$1 "TOTAL:" $$all "$$brg"; \ + result_count $$1 "PASS: " $$pass "$$grn"; \ + result_count $$1 "SKIP: " $$skip "$$blu"; \ + result_count $$1 "XFAIL:" $$xfail "$$lgn"; \ + result_count $$1 "FAIL: " $$fail "$$red"; \ + result_count $$1 "XPASS:" $$xpass "$$red"; \ + result_count $$1 "ERROR:" $$error "$$mgn"; \ + }; \ + { \ + echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" | \ + $(am__rst_title); \ + create_testsuite_report --no-color; \ + echo; \ + echo ".. contents:: :depth: 2"; \ + echo; \ + for b in $$bases; do echo $$b; done \ + | $(am__create_global_log); \ + } >$(TEST_SUITE_LOG).tmp || exit 1; \ + mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \ + if $$success; then \ + col="$$grn"; \ + else \ + col="$$red"; \ + test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \ + fi; \ + echo "$${col}$$br$${std}"; \ + echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}"; \ + echo "$${col}$$br$${std}"; \ + create_testsuite_report --maybe-color; \ + echo "$$col$$br$$std"; \ + if $$success; then :; else \ + echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \ + if test -n "$(PACKAGE_BUGREPORT)"; then \ + echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \ + fi; \ + echo "$$col$$br$$std"; \ + fi; \ + $$success || exit 1 + +check-TESTS: + @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list + @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list + @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) + @set +e; $(am__set_TESTS_bases); \ + log_list=`for i in $$bases; do echo $$i.log; done`; \ + trs_list=`for i in $$bases; do echo $$i.trs; done`; \ + log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \ + $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \ + exit $$?; +recheck: all $(dist_check_SCRIPTS) + @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) + @set +e; $(am__set_TESTS_bases); \ + bases=`for i in $$bases; do echo $$i; done \ + | $(am__list_recheck_tests)` || exit 1; \ + log_list=`for i in $$bases; do echo $$i.log; done`; \ + log_list=`echo $$log_list`; \ + $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \ + am__force_recheck=am--force-recheck \ + TEST_LOGS="$$log_list"; \ + exit $$? +check-run1.log: check-run1 + @p='check-run1'; \ + b='check-run1'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +check-packet.log: check-packet + @p='check-packet'; \ + b='check-packet'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +check-decode.log: check-decode + @p='check-decode'; \ + b='check-decode'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +check-host-list.log: check-host-list + @p='check-host-list'; \ + b='check-host-list'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +.test.log: + @p='$<'; \ + $(am__set_b); \ + $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +#.test$(EXEEXT).log: +# @p='$<'; \ +# $(am__set_b); \ +# $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ +# --log-file $$b.log --trs-file $$b.trs \ +# $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ +# "$$tst" $(AM_TESTS_FD_REDIRECT) + +distdir: $(DISTFILES) + $(am__remove_distdir) + test -d "$(distdir)" || mkdir "$(distdir)" + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done + -test -n "$(am__skip_mode_fix)" \ + || find "$(distdir)" -type d ! -perm -755 \ + -exec chmod u+rwx,go+rx {} \; -o \ + ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ + ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ + ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ + || chmod -R a+r "$(distdir)" +dist-gzip: distdir + tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz + $(am__post_remove_distdir) + +dist-bzip2: distdir + tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 + $(am__post_remove_distdir) + +dist-lzip: distdir + tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz + $(am__post_remove_distdir) + +dist-xz: distdir + tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz + $(am__post_remove_distdir) + +dist-tarZ: distdir + @echo WARNING: "Support for distribution archives compressed with" \ + "legacy program 'compress' is deprecated." >&2 + @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 + tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z + $(am__post_remove_distdir) + +dist-shar: distdir + @echo WARNING: "Support for shar distribution archives is" \ + "deprecated." >&2 + @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 + shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz + $(am__post_remove_distdir) + +dist-zip: distdir + -rm -f $(distdir).zip + zip -rq $(distdir).zip $(distdir) + $(am__post_remove_distdir) + +dist dist-all: + $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' + $(am__post_remove_distdir) + +# This target untars the dist file and tries a VPATH configuration. Then +# it guarantees that the distribution is self-contained by making another +# tarfile. +distcheck: dist + case '$(DIST_ARCHIVES)' in \ + *.tar.gz*) \ + GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ + *.tar.bz2*) \ + bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ + *.tar.lz*) \ + lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ + *.tar.xz*) \ + xz -dc $(distdir).tar.xz | $(am__untar) ;;\ + *.tar.Z*) \ + uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ + *.shar.gz*) \ + GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ + *.zip*) \ + unzip $(distdir).zip ;;\ + esac + chmod -R a-w $(distdir) + chmod u+w $(distdir) + mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst + chmod a-w $(distdir) + test -d $(distdir)/_build || exit 0; \ + dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ + && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ + && am__cwd=`pwd` \ + && $(am__cd) $(distdir)/_build/sub \ + && ../../configure \ + $(AM_DISTCHECK_CONFIGURE_FLAGS) \ + $(DISTCHECK_CONFIGURE_FLAGS) \ + --srcdir=../.. --prefix="$$dc_install_base" \ + && $(MAKE) $(AM_MAKEFLAGS) \ + && $(MAKE) $(AM_MAKEFLAGS) dvi \ + && $(MAKE) $(AM_MAKEFLAGS) check \ + && $(MAKE) $(AM_MAKEFLAGS) install \ + && $(MAKE) $(AM_MAKEFLAGS) installcheck \ + && $(MAKE) $(AM_MAKEFLAGS) uninstall \ + && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ + distuninstallcheck \ + && chmod -R a-w "$$dc_install_base" \ + && ({ \ + (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ + && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ + && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ + && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ + distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ + } || { rm -rf "$$dc_destdir"; exit 1; }) \ + && rm -rf "$$dc_destdir" \ + && $(MAKE) $(AM_MAKEFLAGS) dist \ + && rm -rf $(DIST_ARCHIVES) \ + && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ + && cd "$$am__cwd" \ + || exit 1 + $(am__post_remove_distdir) + @(echo "$(distdir) archives ready for distribution: "; \ + list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ + sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' +distuninstallcheck: + @test -n '$(distuninstallcheck_dir)' || { \ + echo 'ERROR: trying to run $@ with an empty' \ + '$$(distuninstallcheck_dir)' >&2; \ + exit 1; \ + }; \ + $(am__cd) '$(distuninstallcheck_dir)' || { \ + echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ + exit 1; \ + }; \ + test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ + || { echo "ERROR: files left after uninstall:" ; \ + if test -n "$(DESTDIR)"; then \ + echo " (check DESTDIR support)"; \ + fi ; \ + $(distuninstallcheck_listfiles) ; \ + exit 1; } >&2 +distcleancheck: distclean + @if test '$(srcdir)' = . ; then \ + echo "ERROR: distcleancheck can only run from a VPATH build" ; \ + exit 1 ; \ + fi + @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ + || { echo "ERROR: files left in build directory after distclean:" ; \ + $(distcleancheck_listfiles) ; \ + exit 1; } >&2 +check-am: all-am + $(MAKE) $(AM_MAKEFLAGS) $(dist_check_SCRIPTS) + $(MAKE) $(AM_MAKEFLAGS) check-TESTS +check: check-am +all-am: Makefile $(PROGRAMS) $(SCRIPTS) $(MANS) $(DATA) config.h +installdirs: + for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man5dir)" "$(DESTDIR)$(pkgdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi +mostlyclean-generic: + -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS) + -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs) + -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-binPROGRAMS clean-generic mostlyclean-am + +distclean: distclean-am + -rm -f $(am__CONFIG_DISTCLEAN_FILES) + -rm -rf $(DEPDIR) ./$(DEPDIR) + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-hdr distclean-tags + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-dist_pkgdataDATA install-man + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: install-binPROGRAMS install-dist_binSCRIPTS + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: install-man1 install-man5 + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f $(am__CONFIG_DISTCLEAN_FILES) + -rm -rf $(top_srcdir)/autom4te.cache + -rm -rf $(DEPDIR) ./$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-compile mostlyclean-generic + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-binPROGRAMS uninstall-dist_binSCRIPTS \ + uninstall-dist_pkgdataDATA uninstall-man + +uninstall-man: uninstall-man1 uninstall-man5 + +.MAKE: all check-am install-am install-strip + +.PHONY: CTAGS GTAGS TAGS all all-am am--refresh check check-TESTS \ + check-am clean clean-binPROGRAMS clean-cscope clean-generic \ + cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \ + dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \ + distcheck distclean distclean-compile distclean-generic \ + distclean-hdr distclean-tags distcleancheck distdir \ + distuninstallcheck dvi dvi-am html html-am info info-am \ + install install-am install-binPROGRAMS install-data \ + install-data-am install-dist_binSCRIPTS \ + install-dist_pkgdataDATA install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-man1 \ + install-man5 install-pdf install-pdf-am install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \ + ps ps-am recheck tags tags-am uninstall uninstall-am \ + uninstall-binPROGRAMS uninstall-dist_binSCRIPTS \ + uninstall-dist_pkgdataDATA uninstall-man uninstall-man1 \ + uninstall-man5 + +.PRECIOUS: Makefile + + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff -Nru arp-scan-1.9/Makefile.am arp-scan-2.0/Makefile.am --- arp-scan-1.9/Makefile.am 2011-07-05 01:23:45.000000000 +0530 +++ arp-scan-2.0/Makefile.am 2017-09-21 19:24:11.000000000 +0530 @@ -1,4 +1,3 @@ -# $Id: Makefile.am 18259 2011-07-04 19:53:43Z rsh $ # Process this file with automake to produce Makefile.in # AM_CPPFLAGS = -DDATADIR=\"$(pkgdatadir)\" @@ -11,7 +10,7 @@ # dist_man_MANS = arp-scan.1 get-oui.1 get-iab.1 arp-fingerprint.1 mac-vendor.5 # -arp_scan_SOURCES = arp-scan.c arp-scan.h error.c wrappers.c utils.c hash.c hash.h obstack.c obstack.h mt19937ar.c +arp_scan_SOURCES = arp-scan.c arp-scan.h error.c wrappers.c utils.c mt19937ar.c arp_scan_LDADD = $(LIBOBJS) # dist_pkgdata_DATA = ieee-oui.txt ieee-iab.txt mac-vendor.txt diff -Nru arp-scan-1.9/Makefile.in arp-scan-2.0/Makefile.in --- arp-scan-1.9/Makefile.in 2013-07-24 14:34:36.000000000 +0530 +++ arp-scan-2.0/Makefile.in 2017-09-21 19:25:17.000000000 +0530 @@ -1,9 +1,8 @@ -# Makefile.in generated by automake 1.11.6 from Makefile.am. +# Makefile.in generated by automake 1.15 from Makefile.am. # @configure_input@ -# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software -# Foundation, Inc. +# Copyright (C) 1994-2014 Free Software Foundation, Inc. + # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -18,23 +17,61 @@ VPATH = @srcdir@ -am__make_dryrun = \ - { \ - am__dry=no; \ +am__is_gnu_make = { \ + if test -z '$(MAKELEVEL)'; then \ + false; \ + elif test -n '$(MAKE_HOST)'; then \ + true; \ + elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ + true; \ + else \ + false; \ + fi; \ +} +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ case $$MAKEFLAGS in \ *\\[\ \ ]*) \ - echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ - | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ - *) \ - for am__flg in $$MAKEFLAGS; do \ - case $$am__flg in \ - *=*|--*) ;; \ - *n*) am__dry=yes; break;; \ - esac; \ - done;; \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ esac; \ - test $$am__dry = yes; \ - } + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ @@ -55,18 +92,14 @@ host_triplet = @host@ bin_PROGRAMS = arp-scan$(EXEEXT) subdir = . -DIST_COMMON = README $(am__configure_deps) $(dist_bin_SCRIPTS) \ - $(dist_check_SCRIPTS) $(dist_man_MANS) $(dist_pkgdata_DATA) \ - $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ - $(srcdir)/config.h.in $(top_srcdir)/configure AUTHORS COPYING \ - ChangeLog INSTALL NEWS TODO config.guess config.sub depcomp \ - getopt.c getopt.h getopt1.c inet_aton.c install-sh link-bpf.c \ - link-dlpi.c link-packet-socket.c missing strlcat.c strlcpy.c ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) +DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ + $(am__configure_deps) $(dist_bin_SCRIPTS) \ + $(dist_check_SCRIPTS) $(dist_pkgdata_DATA) $(am__DIST_COMMON) am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ configure.lineno config.status.lineno mkinstalldirs = $(install_sh) -d @@ -78,8 +111,7 @@ "$(DESTDIR)$(pkgdatadir)" PROGRAMS = $(bin_PROGRAMS) am_arp_scan_OBJECTS = arp-scan.$(OBJEXT) error.$(OBJEXT) \ - wrappers.$(OBJEXT) utils.$(OBJEXT) hash.$(OBJEXT) \ - obstack.$(OBJEXT) mt19937ar.$(OBJEXT) + wrappers.$(OBJEXT) utils.$(OBJEXT) mt19937ar.$(OBJEXT) arp_scan_OBJECTS = $(am_arp_scan_OBJECTS) arp_scan_DEPENDENCIES = $(LIBOBJS) am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; @@ -110,14 +142,34 @@ $(am__cd) "$$dir" && rm -f $$files; }; \ } SCRIPTS = $(dist_bin_SCRIPTS) +AM_V_P = $(am__v_P_@AM_V@) +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) +am__v_P_0 = false +am__v_P_1 = : +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) +am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_1 = +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) +am__v_at_0 = @ +am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +AM_V_CC = $(am__v_CC_@AM_V@) +am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) +am__v_CC_0 = @echo " CC " $@; +am__v_CC_1 = CCLD = $(CC) LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CCLD = $(am__v_CCLD_@AM_V@) +am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) +am__v_CCLD_0 = @echo " CCLD " $@; +am__v_CCLD_1 = SOURCES = $(arp_scan_SOURCES) DIST_SOURCES = $(arp_scan_SOURCES) am__can_run_installinfo = \ @@ -130,10 +182,209 @@ NROFF = nroff MANS = $(dist_man_MANS) DATA = $(dist_pkgdata_DATA) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \ + $(LISP)config.h.in +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` ETAGS = etags CTAGS = ctags -am__tty_colors = \ -red=; grn=; lgn=; blu=; std= +CSCOPE = cscope +AM_RECURSIVE_TARGETS = cscope check recheck +am__tty_colors_dummy = \ + mgn= red= grn= lgn= blu= brg= std=; \ + am__color_tests=no +am__tty_colors = { \ + $(am__tty_colors_dummy); \ + if test "X$(AM_COLOR_TESTS)" = Xno; then \ + am__color_tests=no; \ + elif test "X$(AM_COLOR_TESTS)" = Xalways; then \ + am__color_tests=yes; \ + elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \ + am__color_tests=yes; \ + fi; \ + if test $$am__color_tests = yes; then \ + red=''; \ + grn=''; \ + lgn=''; \ + blu=''; \ + mgn=''; \ + brg=''; \ + std=''; \ + fi; \ +} +am__recheck_rx = ^[ ]*:recheck:[ ]* +am__global_test_result_rx = ^[ ]*:global-test-result:[ ]* +am__copy_in_global_log_rx = ^[ ]*:copy-in-global-log:[ ]* +# A command that, given a newline-separated list of test names on the +# standard input, print the name of the tests that are to be re-run +# upon "make recheck". +am__list_recheck_tests = $(AWK) '{ \ + recheck = 1; \ + while ((rc = (getline line < ($$0 ".trs"))) != 0) \ + { \ + if (rc < 0) \ + { \ + if ((getline line2 < ($$0 ".log")) < 0) \ + recheck = 0; \ + break; \ + } \ + else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \ + { \ + recheck = 0; \ + break; \ + } \ + else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \ + { \ + break; \ + } \ + }; \ + if (recheck) \ + print $$0; \ + close ($$0 ".trs"); \ + close ($$0 ".log"); \ +}' +# A command that, given a newline-separated list of test names on the +# standard input, create the global log from their .trs and .log files. +am__create_global_log = $(AWK) ' \ +function fatal(msg) \ +{ \ + print "fatal: making $@: " msg | "cat >&2"; \ + exit 1; \ +} \ +function rst_section(header) \ +{ \ + print header; \ + len = length(header); \ + for (i = 1; i <= len; i = i + 1) \ + printf "="; \ + printf "\n\n"; \ +} \ +{ \ + copy_in_global_log = 1; \ + global_test_result = "RUN"; \ + while ((rc = (getline line < ($$0 ".trs"))) != 0) \ + { \ + if (rc < 0) \ + fatal("failed to read from " $$0 ".trs"); \ + if (line ~ /$(am__global_test_result_rx)/) \ + { \ + sub("$(am__global_test_result_rx)", "", line); \ + sub("[ ]*$$", "", line); \ + global_test_result = line; \ + } \ + else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \ + copy_in_global_log = 0; \ + }; \ + if (copy_in_global_log) \ + { \ + rst_section(global_test_result ": " $$0); \ + while ((rc = (getline line < ($$0 ".log"))) != 0) \ + { \ + if (rc < 0) \ + fatal("failed to read from " $$0 ".log"); \ + print line; \ + }; \ + printf "\n"; \ + }; \ + close ($$0 ".trs"); \ + close ($$0 ".log"); \ +}' +# Restructured Text title. +am__rst_title = { sed 's/.*/ & /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; } +# Solaris 10 'make', and several other traditional 'make' implementations, +# pass "-e" to $(SHELL), and POSIX 2008 even requires this. Work around it +# by disabling -e (using the XSI extension "set +e") if it's set. +am__sh_e_setup = case $$- in *e*) set +e;; esac +# Default flags passed to test drivers. +am__common_driver_flags = \ + --color-tests "$$am__color_tests" \ + --enable-hard-errors "$$am__enable_hard_errors" \ + --expect-failure "$$am__expect_failure" +# To be inserted before the command running the test. Creates the +# directory for the log if needed. Stores in $dir the directory +# containing $f, in $tst the test, in $log the log. Executes the +# developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and +# passes TESTS_ENVIRONMENT. Set up options for the wrapper that +# will run the test scripts (or their associated LOG_COMPILER, if +# thy have one). +am__check_pre = \ +$(am__sh_e_setup); \ +$(am__vpath_adj_setup) $(am__vpath_adj) \ +$(am__tty_colors); \ +srcdir=$(srcdir); export srcdir; \ +case "$@" in \ + */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;; \ + *) am__odir=.;; \ +esac; \ +test "x$$am__odir" = x"." || test -d "$$am__odir" \ + || $(MKDIR_P) "$$am__odir" || exit $$?; \ +if test -f "./$$f"; then dir=./; \ +elif test -f "$$f"; then dir=; \ +else dir="$(srcdir)/"; fi; \ +tst=$$dir$$f; log='$@'; \ +if test -n '$(DISABLE_HARD_ERRORS)'; then \ + am__enable_hard_errors=no; \ +else \ + am__enable_hard_errors=yes; \ +fi; \ +case " $(XFAIL_TESTS) " in \ + *[\ \ ]$$f[\ \ ]* | *[\ \ ]$$dir$$f[\ \ ]*) \ + am__expect_failure=yes;; \ + *) \ + am__expect_failure=no;; \ +esac; \ +$(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT) +# A shell command to get the names of the tests scripts with any registered +# extension removed (i.e., equivalently, the names of the test logs, with +# the '.log' extension removed). The result is saved in the shell variable +# '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly, +# we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)", +# since that might cause problem with VPATH rewrites for suffix-less tests. +# See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'. +am__set_TESTS_bases = \ + bases='$(TEST_LOGS)'; \ + bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \ + bases=`echo $$bases` +RECHECK_LOGS = $(TEST_LOGS) +TEST_SUITE_LOG = test-suite.log +TEST_EXTENSIONS = @EXEEXT@ .test +LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver +LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS) +am__set_b = \ + case '$@' in \ + */*) \ + case '$*' in \ + */*) b='$*';; \ + *) b=`echo '$@' | sed 's/\.log$$//'`; \ + esac;; \ + *) \ + b='$*';; \ + esac +am__test_logs1 = $(TESTS:=.log) +am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log) +TEST_LOGS = $(am__test_logs2:.test.log=.log) +TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver +TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \ + $(TEST_LOG_FLAGS) +am__DIST_COMMON = $(dist_man_MANS) $(srcdir)/Makefile.in \ + $(srcdir)/config.h.in AUTHORS COPYING ChangeLog INSTALL NEWS \ + README TODO compile config.guess config.sub depcomp getopt.c \ + getopt.h getopt1.c install-sh link-bpf.c link-dlpi.c \ + link-packet-socket.c missing strlcat.c strlcpy.c test-driver DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) distdir = $(PACKAGE)-$(VERSION) top_distdir = $(distdir) @@ -143,14 +394,17 @@ && rm -rf "$(distdir)" \ || { sleep 5 && rm -rf "$(distdir)"; }; \ else :; fi +am__post_remove_distdir = $(am__remove_distdir) DIST_ARCHIVES = $(distdir).tar.gz GZIP_ENV = --best +DIST_TARGETS = dist-gzip distuninstallcheck_listfiles = find . -type f -print am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' distcleancheck_listfiles = find . -type f -print ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ @@ -236,6 +490,7 @@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ +runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ @@ -245,7 +500,6 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ -# $Id: Makefile.am 18259 2011-07-04 19:53:43Z rsh $ # Process this file with automake to produce Makefile.in # AM_CPPFLAGS = -DDATADIR=\"$(pkgdatadir)\" @@ -256,7 +510,7 @@ # dist_man_MANS = arp-scan.1 get-oui.1 get-iab.1 arp-fingerprint.1 mac-vendor.5 # -arp_scan_SOURCES = arp-scan.c arp-scan.h error.c wrappers.c utils.c hash.c hash.h obstack.c obstack.h mt19937ar.c +arp_scan_SOURCES = arp-scan.c arp-scan.h error.c wrappers.c utils.c mt19937ar.c arp_scan_LDADD = $(LIBOBJS) # dist_pkgdata_DATA = ieee-oui.txt ieee-iab.txt mac-vendor.txt @@ -267,7 +521,7 @@ $(MAKE) $(AM_MAKEFLAGS) all-am .SUFFIXES: -.SUFFIXES: .c .o .obj +.SUFFIXES: .c .log .o .obj .test .test$(EXEEXT) .trs am--refresh: Makefile @: $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) @@ -283,7 +537,6 @@ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --gnu Makefile -.PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ @@ -304,8 +557,8 @@ $(am__aclocal_m4_deps): config.h: stamp-h1 - @if test ! -f $@; then rm -f stamp-h1; else :; fi - @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi + @test -f $@ || rm -f stamp-h1 + @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status @rm -f stamp-h1 @@ -326,10 +579,11 @@ fi; \ for p in $$list; do echo "$$p $$p"; done | \ sed 's/$(EXEEXT)$$//' | \ - while read p p1; do if test -f $$p; \ - then echo "$$p"; echo "$$p"; else :; fi; \ + while read p p1; do if test -f $$p \ + ; then echo "$$p"; echo "$$p"; else :; fi; \ done | \ - sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \ + sed -e 'p;s,.*/,,;n;h' \ + -e 's|.*|.|' \ -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ sed 'N;N;N;s,\n, ,g' | \ $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ @@ -350,16 +604,18 @@ @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ files=`for p in $$list; do echo "$$p"; done | \ sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ - -e 's/$$/$(EXEEXT)/' `; \ + -e 's/$$/$(EXEEXT)/' \ + `; \ test -n "$$list" || exit 0; \ echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ cd "$(DESTDIR)$(bindir)" && rm -f $$files clean-binPROGRAMS: -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) + arp-scan$(EXEEXT): $(arp_scan_OBJECTS) $(arp_scan_DEPENDENCIES) $(EXTRA_arp_scan_DEPENDENCIES) @rm -f arp-scan$(EXEEXT) - $(LINK) $(arp_scan_OBJECTS) $(arp_scan_LDADD) $(LIBS) + $(AM_V_CCLD)$(LINK) $(arp_scan_OBJECTS) $(arp_scan_LDADD) $(LIBS) install-dist_binSCRIPTS: $(dist_bin_SCRIPTS) @$(NORMAL_INSTALL) @list='$(dist_bin_SCRIPTS)'; test -n "$(bindir)" || list=; \ @@ -404,7 +660,6 @@ @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/getopt.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/getopt1.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/inet_aton.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/link-bpf.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/link-dlpi.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/link-packet-socket.Po@am__quote@ @@ -412,25 +667,23 @@ @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/strlcpy.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arp-scan.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/error.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hash.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mt19937ar.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/obstack.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utils.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wrappers.Po@am__quote@ .c.o: -@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(COMPILE) -c $< +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< .c.obj: -@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` install-man1: $(dist_man_MANS) @$(NORMAL_INSTALL) @list1=''; \ @@ -539,26 +792,15 @@ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) -ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) - list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ - unique=`for i in $$list; do \ - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ - done | \ - $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ - END { if (nonempty) { for (i in files) print i; }; }'`; \ - mkid -fID $$unique -tags: TAGS +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-am +TAGS: tags -TAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ - $(TAGS_FILES) $(LISP) +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) set x; \ here=`pwd`; \ - list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ - unique=`for i in $$list; do \ - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ - done | \ - $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ - END { if (nonempty) { for (i in files) print i; }; }'`; \ + $(am__define_uniq_tagged_files); \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ @@ -570,15 +812,11 @@ $$unique; \ fi; \ fi -ctags: CTAGS -CTAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ - $(TAGS_FILES) $(LISP) - list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ - unique=`for i in $$list; do \ - if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ - done | \ - $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ - END { if (nonempty) { for (i in files) print i; }; }'`; \ +ctags: ctags-am + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique @@ -587,117 +825,217 @@ here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" +cscope: cscope.files + test ! -s cscope.files \ + || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) +clean-cscope: + -rm -f cscope.files +cscope.files: clean-cscope cscopelist +cscopelist: cscopelist-am + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + -rm -f cscope.out cscope.in.out cscope.po.out cscope.files -check-TESTS: $(TESTS) - @failed=0; all=0; xfail=0; xpass=0; skip=0; \ - srcdir=$(srcdir); export srcdir; \ - list=' $(TESTS) '; \ - $(am__tty_colors); \ - if test -n "$$list"; then \ - for tst in $$list; do \ - if test -f ./$$tst; then dir=./; \ - elif test -f $$tst; then dir=; \ - else dir="$(srcdir)/"; fi; \ - if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \ - all=`expr $$all + 1`; \ - case " $(XFAIL_TESTS) " in \ - *[\ \ ]$$tst[\ \ ]*) \ - xpass=`expr $$xpass + 1`; \ - failed=`expr $$failed + 1`; \ - col=$$red; res=XPASS; \ - ;; \ - *) \ - col=$$grn; res=PASS; \ - ;; \ - esac; \ - elif test $$? -ne 77; then \ - all=`expr $$all + 1`; \ - case " $(XFAIL_TESTS) " in \ - *[\ \ ]$$tst[\ \ ]*) \ - xfail=`expr $$xfail + 1`; \ - col=$$lgn; res=XFAIL; \ - ;; \ - *) \ - failed=`expr $$failed + 1`; \ - col=$$red; res=FAIL; \ - ;; \ - esac; \ - else \ - skip=`expr $$skip + 1`; \ - col=$$blu; res=SKIP; \ - fi; \ - echo "$${col}$$res$${std}: $$tst"; \ - done; \ - if test "$$all" -eq 1; then \ - tests="test"; \ - All=""; \ - else \ - tests="tests"; \ - All="All "; \ +# Recover from deleted '.trs' file; this should ensure that +# "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create +# both 'foo.log' and 'foo.trs'. Break the recipe in two subshells +# to avoid problems with "make -n". +.log.trs: + rm -f $< $@ + $(MAKE) $(AM_MAKEFLAGS) $< + +# Leading 'am--fnord' is there to ensure the list of targets does not +# expand to empty, as could happen e.g. with make check TESTS=''. +am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck) +am--force-recheck: + @: + +$(TEST_SUITE_LOG): $(TEST_LOGS) + @$(am__set_TESTS_bases); \ + am__f_ok () { test -f "$$1" && test -r "$$1"; }; \ + redo_bases=`for i in $$bases; do \ + am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \ + done`; \ + if test -n "$$redo_bases"; then \ + redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \ + redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \ + if $(am__make_dryrun); then :; else \ + rm -f $$redo_logs && rm -f $$redo_results || exit 1; \ fi; \ - if test "$$failed" -eq 0; then \ - if test "$$xfail" -eq 0; then \ - banner="$$All$$all $$tests passed"; \ - else \ - if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \ - banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \ - fi; \ - else \ - if test "$$xpass" -eq 0; then \ - banner="$$failed of $$all $$tests failed"; \ + fi; \ + if test -n "$$am__remaking_logs"; then \ + echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \ + "recursion detected" >&2; \ + elif test -n "$$redo_logs"; then \ + am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \ + fi; \ + if $(am__make_dryrun); then :; else \ + st=0; \ + errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \ + for i in $$redo_bases; do \ + test -f $$i.trs && test -r $$i.trs \ + || { echo "$$errmsg $$i.trs" >&2; st=1; }; \ + test -f $$i.log && test -r $$i.log \ + || { echo "$$errmsg $$i.log" >&2; st=1; }; \ + done; \ + test $$st -eq 0 || exit 1; \ + fi + @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \ + ws='[ ]'; \ + results=`for b in $$bases; do echo $$b.trs; done`; \ + test -n "$$results" || results=/dev/null; \ + all=` grep "^$$ws*:test-result:" $$results | wc -l`; \ + pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \ + fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \ + skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \ + xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \ + xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \ + error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \ + if test `expr $$fail + $$xpass + $$error` -eq 0; then \ + success=true; \ + else \ + success=false; \ + fi; \ + br='==================='; br=$$br$$br$$br$$br; \ + result_count () \ + { \ + if test x"$$1" = x"--maybe-color"; then \ + maybe_colorize=yes; \ + elif test x"$$1" = x"--no-color"; then \ + maybe_colorize=no; \ else \ - if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \ - banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \ + echo "$@: invalid 'result_count' usage" >&2; exit 4; \ fi; \ - fi; \ - dashes="$$banner"; \ - skipped=""; \ - if test "$$skip" -ne 0; then \ - if test "$$skip" -eq 1; then \ - skipped="($$skip test was not run)"; \ + shift; \ + desc=$$1 count=$$2; \ + if test $$maybe_colorize = yes && test $$count -gt 0; then \ + color_start=$$3 color_end=$$std; \ else \ - skipped="($$skip tests were not run)"; \ + color_start= color_end=; \ fi; \ - test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \ - dashes="$$skipped"; \ - fi; \ - report=""; \ - if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \ - report="Please report to $(PACKAGE_BUGREPORT)"; \ - test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \ - dashes="$$report"; \ - fi; \ - dashes=`echo "$$dashes" | sed s/./=/g`; \ - if test "$$failed" -eq 0; then \ - col="$$grn"; \ - else \ - col="$$red"; \ - fi; \ - echo "$${col}$$dashes$${std}"; \ - echo "$${col}$$banner$${std}"; \ - test -z "$$skipped" || echo "$${col}$$skipped$${std}"; \ - test -z "$$report" || echo "$${col}$$report$${std}"; \ - echo "$${col}$$dashes$${std}"; \ - test "$$failed" -eq 0; \ - else :; fi + echo "$${color_start}# $$desc $$count$${color_end}"; \ + }; \ + create_testsuite_report () \ + { \ + result_count $$1 "TOTAL:" $$all "$$brg"; \ + result_count $$1 "PASS: " $$pass "$$grn"; \ + result_count $$1 "SKIP: " $$skip "$$blu"; \ + result_count $$1 "XFAIL:" $$xfail "$$lgn"; \ + result_count $$1 "FAIL: " $$fail "$$red"; \ + result_count $$1 "XPASS:" $$xpass "$$red"; \ + result_count $$1 "ERROR:" $$error "$$mgn"; \ + }; \ + { \ + echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" | \ + $(am__rst_title); \ + create_testsuite_report --no-color; \ + echo; \ + echo ".. contents:: :depth: 2"; \ + echo; \ + for b in $$bases; do echo $$b; done \ + | $(am__create_global_log); \ + } >$(TEST_SUITE_LOG).tmp || exit 1; \ + mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \ + if $$success; then \ + col="$$grn"; \ + else \ + col="$$red"; \ + test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \ + fi; \ + echo "$${col}$$br$${std}"; \ + echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}"; \ + echo "$${col}$$br$${std}"; \ + create_testsuite_report --maybe-color; \ + echo "$$col$$br$$std"; \ + if $$success; then :; else \ + echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \ + if test -n "$(PACKAGE_BUGREPORT)"; then \ + echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \ + fi; \ + echo "$$col$$br$$std"; \ + fi; \ + $$success || exit 1 + +check-TESTS: + @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list + @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list + @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) + @set +e; $(am__set_TESTS_bases); \ + log_list=`for i in $$bases; do echo $$i.log; done`; \ + trs_list=`for i in $$bases; do echo $$i.trs; done`; \ + log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \ + $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \ + exit $$?; +recheck: all $(dist_check_SCRIPTS) + @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) + @set +e; $(am__set_TESTS_bases); \ + bases=`for i in $$bases; do echo $$i; done \ + | $(am__list_recheck_tests)` || exit 1; \ + log_list=`for i in $$bases; do echo $$i.log; done`; \ + log_list=`echo $$log_list`; \ + $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \ + am__force_recheck=am--force-recheck \ + TEST_LOGS="$$log_list"; \ + exit $$? +check-run1.log: check-run1 + @p='check-run1'; \ + b='check-run1'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +check-packet.log: check-packet + @p='check-packet'; \ + b='check-packet'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +check-decode.log: check-decode + @p='check-decode'; \ + b='check-decode'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +check-host-list.log: check-host-list + @p='check-host-list'; \ + b='check-host-list'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +.test.log: + @p='$<'; \ + $(am__set_b); \ + $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +@am__EXEEXT_TRUE@.test$(EXEEXT).log: +@am__EXEEXT_TRUE@ @p='$<'; \ +@am__EXEEXT_TRUE@ $(am__set_b); \ +@am__EXEEXT_TRUE@ $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ +@am__EXEEXT_TRUE@ --log-file $$b.log --trs-file $$b.trs \ +@am__EXEEXT_TRUE@ $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ +@am__EXEEXT_TRUE@ "$$tst" $(AM_TESTS_FD_REDIRECT) distdir: $(DISTFILES) - @list='$(MANS)'; if test -n "$$list"; then \ - list=`for p in $$list; do \ - if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ - if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \ - if test -n "$$list" && \ - grep 'ab help2man is required to generate this page' $$list >/dev/null; then \ - echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \ - grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/ /' >&2; \ - echo " to fix them, install help2man, remove and regenerate the man pages;" >&2; \ - echo " typically \`make maintainer-clean' will remove them" >&2; \ - exit 1; \ - else :; fi; \ - else :; fi $(am__remove_distdir) test -d "$(distdir)" || mkdir "$(distdir)" @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ @@ -738,40 +1076,42 @@ || chmod -R a+r "$(distdir)" dist-gzip: distdir tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz - $(am__remove_distdir) + $(am__post_remove_distdir) dist-bzip2: distdir tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 - $(am__remove_distdir) + $(am__post_remove_distdir) dist-lzip: distdir tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz - $(am__remove_distdir) - -dist-lzma: distdir - tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma - $(am__remove_distdir) + $(am__post_remove_distdir) dist-xz: distdir tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz - $(am__remove_distdir) + $(am__post_remove_distdir) dist-tarZ: distdir + @echo WARNING: "Support for distribution archives compressed with" \ + "legacy program 'compress' is deprecated." >&2 + @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z - $(am__remove_distdir) + $(am__post_remove_distdir) dist-shar: distdir + @echo WARNING: "Support for shar distribution archives is" \ + "deprecated." >&2 + @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz - $(am__remove_distdir) + $(am__post_remove_distdir) dist-zip: distdir -rm -f $(distdir).zip zip -rq $(distdir).zip $(distdir) - $(am__remove_distdir) + $(am__post_remove_distdir) -dist dist-all: distdir - tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz - $(am__remove_distdir) +dist dist-all: + $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' + $(am__post_remove_distdir) # This target untars the dist file and tries a VPATH configuration. Then # it guarantees that the distribution is self-contained by making another @@ -782,8 +1122,6 @@ GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ *.tar.bz2*) \ bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ - *.tar.lzma*) \ - lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\ *.tar.lz*) \ lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ *.tar.xz*) \ @@ -795,18 +1133,19 @@ *.zip*) \ unzip $(distdir).zip ;;\ esac - chmod -R a-w $(distdir); chmod u+w $(distdir) - mkdir $(distdir)/_build - mkdir $(distdir)/_inst + chmod -R a-w $(distdir) + chmod u+w $(distdir) + mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst chmod a-w $(distdir) test -d $(distdir)/_build || exit 0; \ dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ && am__cwd=`pwd` \ - && $(am__cd) $(distdir)/_build \ - && ../configure --srcdir=.. --prefix="$$dc_install_base" \ + && $(am__cd) $(distdir)/_build/sub \ + && ../../configure \ $(AM_DISTCHECK_CONFIGURE_FLAGS) \ $(DISTCHECK_CONFIGURE_FLAGS) \ + --srcdir=../.. --prefix="$$dc_install_base" \ && $(MAKE) $(AM_MAKEFLAGS) \ && $(MAKE) $(AM_MAKEFLAGS) dvi \ && $(MAKE) $(AM_MAKEFLAGS) check \ @@ -829,7 +1168,7 @@ && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ && cd "$$am__cwd" \ || exit 1 - $(am__remove_distdir) + $(am__post_remove_distdir) @(echo "$(distdir) archives ready for distribution: "; \ list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' @@ -888,6 +1227,9 @@ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: + -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS) + -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs) + -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) clean-generic: @@ -975,13 +1317,14 @@ .MAKE: all check-am install-am install-strip -.PHONY: CTAGS GTAGS all all-am am--refresh check check-TESTS check-am \ - clean clean-binPROGRAMS clean-generic ctags dist dist-all \ - dist-bzip2 dist-gzip dist-lzip dist-lzma dist-shar dist-tarZ \ - dist-xz dist-zip distcheck distclean distclean-compile \ - distclean-generic distclean-hdr distclean-tags distcleancheck \ - distdir distuninstallcheck dvi dvi-am html html-am info \ - info-am install install-am install-binPROGRAMS install-data \ +.PHONY: CTAGS GTAGS TAGS all all-am am--refresh check check-TESTS \ + check-am clean clean-binPROGRAMS clean-cscope clean-generic \ + cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \ + dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \ + distcheck distclean distclean-compile distclean-generic \ + distclean-hdr distclean-tags distcleancheck distdir \ + distuninstallcheck dvi dvi-am html html-am info info-am \ + install install-am install-binPROGRAMS install-data \ install-data-am install-dist_binSCRIPTS \ install-dist_pkgdataDATA install-dvi install-dvi-am \ install-exec install-exec-am install-html install-html-am \ @@ -990,9 +1333,12 @@ install-ps-am install-strip installcheck installcheck-am \ installdirs maintainer-clean maintainer-clean-generic \ mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \ - ps ps-am tags uninstall uninstall-am uninstall-binPROGRAMS \ - uninstall-dist_binSCRIPTS uninstall-dist_pkgdataDATA \ - uninstall-man uninstall-man1 uninstall-man5 + ps ps-am recheck tags tags-am uninstall uninstall-am \ + uninstall-binPROGRAMS uninstall-dist_binSCRIPTS \ + uninstall-dist_pkgdataDATA uninstall-man uninstall-man1 \ + uninstall-man5 + +.PRECIOUS: Makefile # Tell versions [3.59,3.63) of GNU make to not export all variables. diff -Nru arp-scan-1.9/missing arp-scan-2.0/missing --- arp-scan-1.9/missing 2012-07-11 02:58:47.000000000 +0530 +++ arp-scan-2.0/missing 2017-09-21 19:25:17.000000000 +0530 @@ -1,11 +1,10 @@ #! /bin/sh -# Common stub for a few missing GNU programs while installing. +# Common wrapper for a few potentially missing GNU programs. -scriptversion=2012-01-06.13; # UTC +scriptversion=2013-10-28.13; # UTC -# Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005, 2006, -# 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. -# Originally by Fran,cois Pinard , 1996. +# Copyright (C) 1996-2014 Free Software Foundation, Inc. +# Originally written by Fran,cois Pinard , 1996. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -26,68 +25,40 @@ # the same distribution terms that you use for the rest of that program. if test $# -eq 0; then - echo 1>&2 "Try \`$0 --help' for more information" + echo 1>&2 "Try '$0 --help' for more information" exit 1 fi -run=: -sed_output='s/.* --output[ =]\([^ ]*\).*/\1/p' -sed_minuso='s/.* -o \([^ ]*\).*/\1/p' - -# In the cases where this matters, `missing' is being run in the -# srcdir already. -if test -f configure.ac; then - configure_ac=configure.ac -else - configure_ac=configure.in -fi +case $1 in -msg="missing on your system" + --is-lightweight) + # Used by our autoconf macros to check whether the available missing + # script is modern enough. + exit 0 + ;; -case $1 in ---run) - # Try to run requested program, and just exit if it succeeds. - run= - shift - "$@" && exit 0 - # Exit code 63 means version mismatch. This often happens - # when the user try to use an ancient version of a tool on - # a file that requires a minimum version. In this case we - # we should proceed has if the program had been absent, or - # if --run hadn't been passed. - if test $? = 63; then - run=: - msg="probably too old" - fi - ;; + --run) + # Back-compat with the calling convention used by older automake. + shift + ;; -h|--h|--he|--hel|--help) echo "\ $0 [OPTION]... PROGRAM [ARGUMENT]... -Handle \`PROGRAM [ARGUMENT]...' for when PROGRAM is missing, or return an -error status if there is no known handling for PROGRAM. +Run 'PROGRAM [ARGUMENT]...', returning a proper advice when this fails due +to PROGRAM being missing or too old. Options: -h, --help display this help and exit -v, --version output version information and exit - --run try to run the given command, and emulate it if it fails Supported PROGRAM values: - aclocal touch file \`aclocal.m4' - autoconf touch file \`configure' - autoheader touch file \`config.h.in' - autom4te touch the output file, or create a stub one - automake touch all \`Makefile.in' files - bison create \`y.tab.[ch]', if possible, from existing .[ch] - flex create \`lex.yy.c', if possible, from existing .c - help2man touch the output file - lex create \`lex.yy.c', if possible, from existing .c - makeinfo touch the output file - yacc create \`y.tab.[ch]', if possible, from existing .[ch] + aclocal autoconf autoheader autom4te automake makeinfo + bison yacc flex lex help2man -Version suffixes to PROGRAM as well as the prefixes \`gnu-', \`gnu', and -\`g' are ignored when checking the name. +Version suffixes to PROGRAM as well as the prefixes 'gnu-', 'gnu', and +'g' are ignored when checking the name. Send bug reports to ." exit $? @@ -99,228 +70,141 @@ ;; -*) - echo 1>&2 "$0: Unknown \`$1' option" - echo 1>&2 "Try \`$0 --help' for more information" + echo 1>&2 "$0: unknown '$1' option" + echo 1>&2 "Try '$0 --help' for more information" exit 1 ;; esac -# normalize program name to check for. -program=`echo "$1" | sed ' - s/^gnu-//; t - s/^gnu//; t - s/^g//; t'` - -# Now exit if we have it, but it failed. Also exit now if we -# don't have it and --version was passed (most likely to detect -# the program). This is about non-GNU programs, so use $1 not -# $program. -case $1 in - lex*|yacc*) - # Not GNU programs, they don't have --version. - ;; +# Run the given program, remember its exit status. +"$@"; st=$? - *) - if test -z "$run" && ($1 --version) > /dev/null 2>&1; then - # We have it, but it failed. - exit 1 - elif test "x$2" = "x--version" || test "x$2" = "x--help"; then - # Could not run --version or --help. This is probably someone - # running `$TOOL --version' or `$TOOL --help' to check whether - # $TOOL exists and not knowing $TOOL uses missing. - exit 1 - fi - ;; -esac - -# If it does not exist, or fails to run (possibly an outdated version), -# try to emulate it. -case $program in - aclocal*) - echo 1>&2 "\ -WARNING: \`$1' is $msg. You should only need it if - you modified \`acinclude.m4' or \`${configure_ac}'. You might want - to install the \`Automake' and \`Perl' packages. Grab them from - any GNU archive site." - touch aclocal.m4 - ;; - - autoconf*) - echo 1>&2 "\ -WARNING: \`$1' is $msg. You should only need it if - you modified \`${configure_ac}'. You might want to install the - \`Autoconf' and \`GNU m4' packages. Grab them from any GNU - archive site." - touch configure - ;; - - autoheader*) - echo 1>&2 "\ -WARNING: \`$1' is $msg. You should only need it if - you modified \`acconfig.h' or \`${configure_ac}'. You might want - to install the \`Autoconf' and \`GNU m4' packages. Grab them - from any GNU archive site." - files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}` - test -z "$files" && files="config.h" - touch_files= - for f in $files; do - case $f in - *:*) touch_files="$touch_files "`echo "$f" | - sed -e 's/^[^:]*://' -e 's/:.*//'`;; - *) touch_files="$touch_files $f.in";; - esac - done - touch $touch_files - ;; +# If it succeeded, we are done. +test $st -eq 0 && exit 0 - automake*) - echo 1>&2 "\ -WARNING: \`$1' is $msg. You should only need it if - you modified \`Makefile.am', \`acinclude.m4' or \`${configure_ac}'. - You might want to install the \`Automake' and \`Perl' packages. - Grab them from any GNU archive site." - find . -type f -name Makefile.am -print | - sed 's/\.am$/.in/' | - while read f; do touch "$f"; done - ;; - - autom4te*) - echo 1>&2 "\ -WARNING: \`$1' is needed, but is $msg. - You might have modified some files without having the - proper tools for further handling them. - You can get \`$1' as part of \`Autoconf' from any GNU - archive site." - - file=`echo "$*" | sed -n "$sed_output"` - test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` - if test -f "$file"; then - touch $file - else - test -z "$file" || exec >$file - echo "#! /bin/sh" - echo "# Created by GNU Automake missing as a replacement of" - echo "# $ $@" - echo "exit 0" - chmod +x $file - exit 1 - fi - ;; - - bison*|yacc*) - echo 1>&2 "\ -WARNING: \`$1' $msg. You should only need it if - you modified a \`.y' file. You may need the \`Bison' package - in order for those modifications to take effect. You can get - \`Bison' from any GNU archive site." - rm -f y.tab.c y.tab.h - if test $# -ne 1; then - eval LASTARG=\${$#} - case $LASTARG in - *.y) - SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'` - if test -f "$SRCFILE"; then - cp "$SRCFILE" y.tab.c - fi - SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'` - if test -f "$SRCFILE"; then - cp "$SRCFILE" y.tab.h - fi - ;; - esac - fi - if test ! -f y.tab.h; then - echo >y.tab.h - fi - if test ! -f y.tab.c; then - echo 'main() { return 0; }' >y.tab.c - fi - ;; - - lex*|flex*) - echo 1>&2 "\ -WARNING: \`$1' is $msg. You should only need it if - you modified a \`.l' file. You may need the \`Flex' package - in order for those modifications to take effect. You can get - \`Flex' from any GNU archive site." - rm -f lex.yy.c - if test $# -ne 1; then - eval LASTARG=\${$#} - case $LASTARG in - *.l) - SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'` - if test -f "$SRCFILE"; then - cp "$SRCFILE" lex.yy.c - fi - ;; - esac - fi - if test ! -f lex.yy.c; then - echo 'main() { return 0; }' >lex.yy.c - fi - ;; - - help2man*) - echo 1>&2 "\ -WARNING: \`$1' is $msg. You should only need it if - you modified a dependency of a manual page. You may need the - \`Help2man' package in order for those modifications to take - effect. You can get \`Help2man' from any GNU archive site." - - file=`echo "$*" | sed -n "$sed_output"` - test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` - if test -f "$file"; then - touch $file - else - test -z "$file" || exec >$file - echo ".ab help2man is required to generate this page" - exit $? - fi - ;; - - makeinfo*) - echo 1>&2 "\ -WARNING: \`$1' is $msg. You should only need it if - you modified a \`.texi' or \`.texinfo' file, or any other file - indirectly affecting the aspect of the manual. The spurious - call might also be the consequence of using a buggy \`make' (AIX, - DU, IRIX). You might want to install the \`Texinfo' package or - the \`GNU make' package. Grab either from any GNU archive site." - # The file to touch is that specified with -o ... - file=`echo "$*" | sed -n "$sed_output"` - test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` - if test -z "$file"; then - # ... or it is the one specified with @setfilename ... - infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'` - file=`sed -n ' - /^@setfilename/{ - s/.* \([^ ]*\) *$/\1/ - p - q - }' $infile` - # ... or it is derived from the source name (dir/f.texi becomes f.info) - test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info - fi - # If the file does not exist, the user really needs makeinfo; - # let's fail without touching anything. - test -f $file || exit 1 - touch $file - ;; - - *) - echo 1>&2 "\ -WARNING: \`$1' is needed, and is $msg. - You might have modified some files without having the - proper tools for further handling them. Check the \`README' file, - it often tells you about the needed prerequisites for installing - this package. You may also peek at any GNU archive site, in case - some other package would contain this missing \`$1' program." - exit 1 - ;; -esac +# Also exit now if we it failed (or wasn't found), and '--version' was +# passed; such an option is passed most likely to detect whether the +# program is present and works. +case $2 in --version|--help) exit $st;; esac + +# Exit code 63 means version mismatch. This often happens when the user +# tries to use an ancient version of a tool on a file that requires a +# minimum version. +if test $st -eq 63; then + msg="probably too old" +elif test $st -eq 127; then + # Program was missing. + msg="missing on your system" +else + # Program was found and executed, but failed. Give up. + exit $st +fi -exit 0 +perl_URL=http://www.perl.org/ +flex_URL=http://flex.sourceforge.net/ +gnu_software_URL=http://www.gnu.org/software + +program_details () +{ + case $1 in + aclocal|automake) + echo "The '$1' program is part of the GNU Automake package:" + echo "<$gnu_software_URL/automake>" + echo "It also requires GNU Autoconf, GNU m4 and Perl in order to run:" + echo "<$gnu_software_URL/autoconf>" + echo "<$gnu_software_URL/m4/>" + echo "<$perl_URL>" + ;; + autoconf|autom4te|autoheader) + echo "The '$1' program is part of the GNU Autoconf package:" + echo "<$gnu_software_URL/autoconf/>" + echo "It also requires GNU m4 and Perl in order to run:" + echo "<$gnu_software_URL/m4/>" + echo "<$perl_URL>" + ;; + esac +} + +give_advice () +{ + # Normalize program name to check for. + normalized_program=`echo "$1" | sed ' + s/^gnu-//; t + s/^gnu//; t + s/^g//; t'` + + printf '%s\n' "'$1' is $msg." + + configure_deps="'configure.ac' or m4 files included by 'configure.ac'" + case $normalized_program in + autoconf*) + echo "You should only need it if you modified 'configure.ac'," + echo "or m4 files included by it." + program_details 'autoconf' + ;; + autoheader*) + echo "You should only need it if you modified 'acconfig.h' or" + echo "$configure_deps." + program_details 'autoheader' + ;; + automake*) + echo "You should only need it if you modified 'Makefile.am' or" + echo "$configure_deps." + program_details 'automake' + ;; + aclocal*) + echo "You should only need it if you modified 'acinclude.m4' or" + echo "$configure_deps." + program_details 'aclocal' + ;; + autom4te*) + echo "You might have modified some maintainer files that require" + echo "the 'autom4te' program to be rebuilt." + program_details 'autom4te' + ;; + bison*|yacc*) + echo "You should only need it if you modified a '.y' file." + echo "You may want to install the GNU Bison package:" + echo "<$gnu_software_URL/bison/>" + ;; + lex*|flex*) + echo "You should only need it if you modified a '.l' file." + echo "You may want to install the Fast Lexical Analyzer package:" + echo "<$flex_URL>" + ;; + help2man*) + echo "You should only need it if you modified a dependency" \ + "of a man page." + echo "You may want to install the GNU Help2man package:" + echo "<$gnu_software_URL/help2man/>" + ;; + makeinfo*) + echo "You should only need it if you modified a '.texi' file, or" + echo "any other file indirectly affecting the aspect of the manual." + echo "You might want to install the Texinfo package:" + echo "<$gnu_software_URL/texinfo/>" + echo "The spurious makeinfo call might also be the consequence of" + echo "using a buggy 'make' (AIX, DU, IRIX), in which case you might" + echo "want to install GNU make:" + echo "<$gnu_software_URL/make/>" + ;; + *) + echo "You might have modified some files without having the proper" + echo "tools for further handling them. Check the 'README' file, it" + echo "often tells you about the needed prerequisites for installing" + echo "this package. You may also peek at any GNU archive site, in" + echo "case some other package contains this missing '$1' program." + ;; + esac +} + +give_advice "$1" | sed -e '1s/^/WARNING: /' \ + -e '2,$s/^/ /' >&2 + +# Propagate the correct exit status (expected to be 127 for a program +# not found, 63 for a program that failed due to version mismatch). +exit $st # Local variables: # eval: (add-hook 'write-file-hooks 'time-stamp) diff -Nru arp-scan-1.9/mt19937ar.c arp-scan-2.0/mt19937ar.c --- arp-scan-1.9/mt19937ar.c 2007-04-10 15:47:16.000000000 +0530 +++ arp-scan-2.0/mt19937ar.c 2017-09-21 19:24:11.000000000 +0530 @@ -1,12 +1,12 @@ -/* $Id: mt19937ar.c 10534 2007-04-10 10:17:13Z rsh $ +/* A C-program for MT19937, with initialization improved 2002/1/26. Coded by Takuji Nishimura and Makoto Matsumoto. - Before using, initialize the state by using init_genrand(seed) + Before using, initialize the state by using init_genrand(seed) or init_by_array(init_key, key_length). Copyright (C) 1997 - 2002, Makoto Matsumoto and Takuji Nishimura, - All rights reserved. + All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions @@ -19,8 +19,8 @@ notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - 3. The names of its contributors may not be used to endorse or promote - products derived from this software without specific prior written + 3. The names of its contributors may not 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 @@ -43,7 +43,7 @@ #include -/* Period parameters */ +/* Period parameters */ #define N 624 #define M 397 #define MATRIX_A 0x9908b0dfUL /* constant vector a */ @@ -58,8 +58,8 @@ { mt[0]= s & 0xffffffffUL; for (mti=1; mti> 30)) + mti); + mt[mti] = + (1812433253UL * (mt[mti-1] ^ (mt[mti-1] >> 30)) + mti); /* See Knuth TAOCP Vol2. 3rd Ed. P.106 for multiplier. */ /* In the previous versions, MSBs of the seed affect */ /* only MSBs of the array mt[]. */ @@ -95,7 +95,7 @@ if (i>=N) { mt[0] = mt[N-1]; i=1; } } - mt[0] = 0x80000000UL; /* MSB is 1; assuring non-zero initial array */ + mt[0] = 0x80000000UL; /* MSB is 1; assuring non-zero initial array */ } /* generates a random number on [0,0xffffffff]-interval */ @@ -124,7 +124,7 @@ mti = 0; } - + y = mt[mti++]; /* Tempering */ @@ -145,30 +145,30 @@ /* generates a random number on [0,1]-real-interval */ double genrand_real1(void) { - return genrand_int32()*(1.0/4294967295.0); - /* divided by 2^32-1 */ + return genrand_int32()*(1.0/4294967295.0); + /* divided by 2^32-1 */ } /* generates a random number on [0,1)-real-interval */ double genrand_real2(void) { - return genrand_int32()*(1.0/4294967296.0); + return genrand_int32()*(1.0/4294967296.0); /* divided by 2^32 */ } /* generates a random number on (0,1)-real-interval */ double genrand_real3(void) { - return (((double)genrand_int32()) + 0.5)*(1.0/4294967296.0); + return (((double)genrand_int32()) + 0.5)*(1.0/4294967296.0); /* divided by 2^32 */ } /* generates a random number on [0,1) with 53-bit resolution*/ -double genrand_res53(void) -{ - unsigned long a=genrand_int32()>>5, b=genrand_int32()>>6; - return(a*67108864.0+b)*(1.0/9007199254740992.0); -} +double genrand_res53(void) +{ + unsigned long a=genrand_int32()>>5, b=genrand_int32()>>6; + return(a*67108864.0+b)*(1.0/9007199254740992.0); +} /* These real versions are due to Isaku Wada, 2002/01/09 added */ #ifdef MT19937AR_TESTING Binary files /tmp/2NTAtgx11M/arp-scan-1.9/mt19937ar.o and /tmp/9W11JtAni4/arp-scan-2.0/mt19937ar.o differ diff -Nru arp-scan-1.9/NEWS arp-scan-2.0/NEWS --- arp-scan-1.9/NEWS 2013-07-24 14:21:07.000000000 +0530 +++ arp-scan-2.0/NEWS 2017-09-21 19:24:11.000000000 +0530 @@ -1,8 +1,50 @@ -$Id: NEWS 19808 2013-07-24 08:51:06Z rsh $ - This file gives a brief overview of the major changes between each arp-scan release. For more details please read the ChangeLog file. +2016-09-03 arp-scan 1.9.5 + +* Use posix hash table functions hcreate(), hsearch() and hdestroy() instead + of the gas hash table code. Thanks to nihilus for the suggestion. + +* Remove function replacement for inet_aton, as this was only required for + Solaris 8, which is now considered obsolete. + +* Added arp-fingerprint patterns for FreeBSD 10.3, DragonflyBSD 4.6, Windows10, + Linux 4.0, Linux 4.6, OpenBSD 5.9, NetBSD 7.0. + +* Added "-l" option to arp-fingerprint to support fingerpringing all hosts on + the local network. Thanks to Rhig for the pull request. + +* Use the source_mac rather than interface_mac in the pcap filter, to permit + reception of packets with spoofed MAC source address. Thanks to tissieres + for the pull request. + +* Use the libpcap 1.0 API functions pcap_create() instead of pcap_open_live(). + This means that arp-scan now requires libpcap 1.0 or later and will not work + with earlier libpcap versions. + +* Updated IEEE OUI and IAB download locations to reflect IEEE website changes. + +* Updated IEEE OUI and IAB MAC/Vendor files. There are now 22487 OUI entries + and 4575 IAB entries. + +2013-11-24 arp-scan 1.9.2 + +* Added new --plain (-x) option to surpress printing of header and footer text, + and only display one output line for each responding host. Idea from Stefan + Tomanek's arp-scan fork on github at https://github.com/wertarbyte/arp-scan. + +* Use LWP::UserAgent instead of LWP::Simple in get-oui and get-iab to enable + the raw content to be obtained, which avoids Unicode/UTF-8 issues. + +* Added arp-fingerprint patterns for WIZnet W5100 and Cisco IOS 15.0. + +* Moved arp-scan development from internal SVN repository to github at + https://github.com/royhills/arp-scan. The move to git means that the commit + object names are now SHA1 hashes instead of increasing integer values. So + they are longer suitable for internal file versions with rcsid variables. + Accordingly the rcsid varable have been removed. + 2013-07-24 arp-scan 1.9: * Updated IEEE OUI and IAB MAC/Vendor files. There are now 18157 OUI entries diff -Nru arp-scan-1.9/obstack.c arp-scan-2.0/obstack.c --- arp-scan-1.9/obstack.c 2010-12-23 00:30:15.000000000 +0530 +++ arp-scan-2.0/obstack.c 1970-01-01 05:30:00.000000000 +0530 @@ -1,510 +0,0 @@ -/* obstack.c - subroutines used implicitly by object stack macros - Copyright (C) 1988,89,90,91,92,93,94,96,97 Free Software Foundation, Inc. - - - NOTE: This source is derived from an old version taken from the GNU C - Library (glibc). - - This program is free software; you can redistribute it and/or modify it - under the terms of the GNU General Public License as published by the - Free Software Foundation; either version 2, or (at your option) any - later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, - USA. */ - -#ifdef HAVE_CONFIG_H -#include -#endif - -#include "obstack.h" - -/* NOTE BEFORE MODIFYING THIS FILE: This version number must be - incremented whenever callers compiled using an old obstack.h can no - longer properly call the functions in this obstack.c. */ -#define OBSTACK_INTERFACE_VERSION 1 - -/* Comment out all this code if we are using the GNU C Library, and are not - actually compiling the library itself, and the installed library - supports the same library interface we do. This code is part of the GNU - C Library, but also included in many other GNU distributions. Compiling - and linking in this code is a waste when using the GNU C library - (especially if it is a shared library). Rather than having every GNU - program understand `configure --with-gnu-libc' and omit the object - files, it is simpler to just do this in the source for each such file. */ - -#include /* Random thing to get __GNU_LIBRARY__. */ -#if !defined (_LIBC) && defined (__GNU_LIBRARY__) && __GNU_LIBRARY__ > 1 -#include -#if _GNU_OBSTACK_INTERFACE_VERSION == OBSTACK_INTERFACE_VERSION -#define ELIDE_CODE -#endif -#endif - - -#ifndef ELIDE_CODE - - -#define POINTER void * - -/* Determine default alignment. */ -struct fooalign {char x; double d;}; -#define DEFAULT_ALIGNMENT \ - ((PTR_INT_TYPE) ((char *) &((struct fooalign *) 0)->d - (char *) 0)) -/* If malloc were really smart, it would round addresses to DEFAULT_ALIGNMENT. - But in fact it might be less smart and round addresses to as much as - DEFAULT_ROUNDING. So we prepare for it to do that. */ -union fooround {long x; double d;}; -#define DEFAULT_ROUNDING (sizeof (union fooround)) - -/* When we copy a long block of data, this is the unit to do it with. - On some machines, copying successive ints does not work; - in such a case, redefine COPYING_UNIT to `long' (if that works) - or `char' as a last resort. */ -#ifndef COPYING_UNIT -#define COPYING_UNIT int -#endif - - -/* The functions allocating more room by calling `obstack_chunk_alloc' - jump to the handler pointed to by `obstack_alloc_failed_handler'. - This variable by default points to the internal function - `print_and_abort'. */ -static void print_and_abort (void); -void (*obstack_alloc_failed_handler) (void) = print_and_abort; - -/* Exit value used when `print_and_abort' is used. */ -#if defined __GNU_LIBRARY__ || defined HAVE_STDLIB_H -#include -#endif -#ifndef EXIT_FAILURE -#define EXIT_FAILURE 1 -#endif -int obstack_exit_failure = EXIT_FAILURE; - -/* The non-GNU-C macros copy the obstack into this global variable - to avoid multiple evaluation. */ - -struct obstack *_obstack; - -/* Define a macro that either calls functions with the traditional malloc/free - calling interface, or calls functions with the mmalloc/mfree interface - (that adds an extra first argument), based on the state of use_extra_arg. - For free, do not use ?:, since some compilers, like the MIPS compilers, - do not allow (expr) ? void : void. */ - -#if defined (__STDC__) && __STDC__ -#define CALL_CHUNKFUN(h, size) \ - (((h) -> use_extra_arg) \ - ? (*(h)->chunkfun) ((h)->extra_arg, (size)) \ - : (*(struct _obstack_chunk *(*) (long)) (h)->chunkfun) ((size))) - -#define CALL_FREEFUN(h, old_chunk) \ - do { \ - if ((h) -> use_extra_arg) \ - (*(h)->freefun) ((h)->extra_arg, (old_chunk)); \ - else \ - (*(void (*) (void *)) (h)->freefun) ((old_chunk)); \ - } while (0) -#else -#define CALL_CHUNKFUN(h, size) \ - (((h) -> use_extra_arg) \ - ? (*(h)->chunkfun) ((h)->extra_arg, (size)) \ - : (*(struct _obstack_chunk *(*) ()) (h)->chunkfun) ((size))) - -#define CALL_FREEFUN(h, old_chunk) \ - do { \ - if ((h) -> use_extra_arg) \ - (*(h)->freefun) ((h)->extra_arg, (old_chunk)); \ - else \ - (*(void (*) ()) (h)->freefun) ((old_chunk)); \ - } while (0) -#endif - - -/* Initialize an obstack H for use. Specify chunk size SIZE (0 means default). - Objects start on multiples of ALIGNMENT (0 means use default). - CHUNKFUN is the function to use to allocate chunks, - and FREEFUN the function to free them. - - Return nonzero if successful, zero if out of memory. - To recover from an out of memory error, - free up some memory, then call this again. */ - -int -_obstack_begin (struct obstack *h, int size, int alignment, - POINTER (*chunkfun) (long), void (*freefun) (void *)) -{ - register struct _obstack_chunk *chunk; /* points to new chunk */ - - if (alignment == 0) - alignment = (int) DEFAULT_ALIGNMENT; - if (size == 0) - /* Default size is what GNU malloc can fit in a 4096-byte block. */ - { - /* 12 is sizeof (mhead) and 4 is EXTRA from GNU malloc. - Use the values for range checking, because if range checking is off, - the extra bytes won't be missed terribly, but if range checking is on - and we used a larger request, a whole extra 4096 bytes would be - allocated. - - These number are irrelevant to the new GNU malloc. I suspect it is - less sensitive to the size of the request. */ - int extra = ((((12 + DEFAULT_ROUNDING - 1) & ~(DEFAULT_ROUNDING - 1)) - + 4 + DEFAULT_ROUNDING - 1) - & ~(DEFAULT_ROUNDING - 1)); - size = 4096 - extra; - } - - h->chunkfun = (struct _obstack_chunk * (*)(void *, long)) chunkfun; - h->freefun = (void (*) (void *, struct _obstack_chunk *)) freefun; - h->chunk_size = size; - h->alignment_mask = alignment - 1; - h->use_extra_arg = 0; - - chunk = h->chunk = CALL_CHUNKFUN (h, h -> chunk_size); - if (!chunk) - (*obstack_alloc_failed_handler) (); - h->next_free = h->object_base = chunk->contents; - h->chunk_limit = chunk->limit - = (char *) chunk + h->chunk_size; - chunk->prev = 0; - /* The initial chunk now contains no empty object. */ - h->maybe_empty_object = 0; - h->alloc_failed = 0; - return 1; -} - -int -_obstack_begin_1 (struct obstack *h, int size, int alignment, - POINTER (*chunkfun) (POINTER, long), - void (*freefun) (POINTER, POINTER), POINTER arg) -{ - register struct _obstack_chunk *chunk; /* points to new chunk */ - - if (alignment == 0) - alignment = (int) DEFAULT_ALIGNMENT; - if (size == 0) - /* Default size is what GNU malloc can fit in a 4096-byte block. */ - { - /* 12 is sizeof (mhead) and 4 is EXTRA from GNU malloc. - Use the values for range checking, because if range checking is off, - the extra bytes won't be missed terribly, but if range checking is on - and we used a larger request, a whole extra 4096 bytes would be - allocated. - - These number are irrelevant to the new GNU malloc. I suspect it is - less sensitive to the size of the request. */ - int extra = ((((12 + DEFAULT_ROUNDING - 1) & ~(DEFAULT_ROUNDING - 1)) - + 4 + DEFAULT_ROUNDING - 1) - & ~(DEFAULT_ROUNDING - 1)); - size = 4096 - extra; - } - - h->chunkfun = (struct _obstack_chunk * (*)(void *,long)) chunkfun; - h->freefun = (void (*) (void *, struct _obstack_chunk *)) freefun; - h->chunk_size = size; - h->alignment_mask = alignment - 1; - h->extra_arg = arg; - h->use_extra_arg = 1; - - chunk = h->chunk = CALL_CHUNKFUN (h, h -> chunk_size); - if (!chunk) - (*obstack_alloc_failed_handler) (); - h->next_free = h->object_base = chunk->contents; - h->chunk_limit = chunk->limit - = (char *) chunk + h->chunk_size; - chunk->prev = 0; - /* The initial chunk now contains no empty object. */ - h->maybe_empty_object = 0; - h->alloc_failed = 0; - return 1; -} - -/* Allocate a new current chunk for the obstack *H - on the assumption that LENGTH bytes need to be added - to the current object, or a new object of length LENGTH allocated. - Copies any partial object from the end of the old chunk - to the beginning of the new one. */ - -void -_obstack_newchunk (struct obstack *h, int length) -{ - register struct _obstack_chunk *old_chunk = h->chunk; - register struct _obstack_chunk *new_chunk; - register long new_size; - register long obj_size = h->next_free - h->object_base; - register long i; - long already; - - /* Compute size for new chunk. */ - new_size = (obj_size + length) + (obj_size >> 3) + 100; - if (new_size < h->chunk_size) - new_size = h->chunk_size; - - /* Allocate and initialize the new chunk. */ - new_chunk = CALL_CHUNKFUN (h, new_size); - if (!new_chunk) - (*obstack_alloc_failed_handler) (); - h->chunk = new_chunk; - new_chunk->prev = old_chunk; - new_chunk->limit = h->chunk_limit = (char *) new_chunk + new_size; - - /* Move the existing object to the new chunk. - Word at a time is fast and is safe if the object - is sufficiently aligned. */ - if (h->alignment_mask + 1 >= DEFAULT_ALIGNMENT) - { - for (i = obj_size / sizeof (COPYING_UNIT) - 1; - i >= 0; i--) - ((COPYING_UNIT *)new_chunk->contents)[i] - = ((COPYING_UNIT *)h->object_base)[i]; - /* We used to copy the odd few remaining bytes as one extra COPYING_UNIT, - but that can cross a page boundary on a machine - which does not do strict alignment for COPYING_UNITS. */ - already = obj_size / sizeof (COPYING_UNIT) * sizeof (COPYING_UNIT); - } - else - already = 0; - /* Copy remaining bytes one by one. */ - for (i = already; i < obj_size; i++) - new_chunk->contents[i] = h->object_base[i]; - - /* If the object just copied was the only data in OLD_CHUNK, - free that chunk and remove it from the chain. - But not if that chunk might contain an empty object. */ - if (h->object_base == old_chunk->contents && ! h->maybe_empty_object) - { - new_chunk->prev = old_chunk->prev; - CALL_FREEFUN (h, old_chunk); - } - - h->object_base = new_chunk->contents; - h->next_free = h->object_base + obj_size; - /* The new chunk certainly contains no empty object yet. */ - h->maybe_empty_object = 0; -} - -/* Return nonzero if object OBJ has been allocated from obstack H. - This is here for debugging. - If you use it in a program, you are probably losing. */ - -/* Suppress -Wmissing-prototypes warning. We don't want to declare this in - obstack.h because it is just for debugging. */ -int _obstack_allocated_p (struct obstack *h, POINTER obj); - -int -_obstack_allocated_p (struct obstack *h, POINTER obj) -{ - register struct _obstack_chunk *lp; /* below addr of any objects in this chunk */ - register struct _obstack_chunk *plp; /* point to previous chunk if any */ - - lp = (h)->chunk; - /* We use >= rather than > since the object cannot be exactly at - the beginning of the chunk but might be an empty object exactly - at the end of an adjacent chunk. */ - while (lp != 0 && ((POINTER) lp >= obj || (POINTER) (lp)->limit < obj)) - { - plp = lp->prev; - lp = plp; - } - return lp != 0; -} - -/* Free objects in obstack H, including OBJ and everything allocate - more recently than OBJ. If OBJ is zero, free everything in H. */ - -#undef obstack_free - -/* This function has two names with identical definitions. - This is the first one, called from non-ANSI code. */ - -void -_obstack_free (struct obstack *h, POINTER obj) -{ - register struct _obstack_chunk *lp; /* below addr of any objects in this chunk */ - register struct _obstack_chunk *plp; /* point to previous chunk if any */ - - lp = h->chunk; - /* We use >= because there cannot be an object at the beginning of a chunk. - But there can be an empty object at that address - at the end of another chunk. */ - while (lp != 0 && ((POINTER) lp >= obj || (POINTER) (lp)->limit < obj)) - { - plp = lp->prev; - CALL_FREEFUN (h, lp); - lp = plp; - /* If we switch chunks, we can't tell whether the new current - chunk contains an empty object, so assume that it may. */ - h->maybe_empty_object = 1; - } - if (lp) - { - h->object_base = h->next_free = (char *) (obj); - h->chunk_limit = lp->limit; - h->chunk = lp; - } - else if (obj != 0) - /* obj is not in any of the chunks! */ - abort (); -} - -/* This function is used from ANSI code. */ - -void -obstack_free (struct obstack *h, POINTER obj) -{ - register struct _obstack_chunk *lp; /* below addr of any objects in this chunk */ - register struct _obstack_chunk *plp; /* point to previous chunk if any */ - - lp = h->chunk; - /* We use >= because there cannot be an object at the beginning of a chunk. - But there can be an empty object at that address - at the end of another chunk. */ - while (lp != 0 && ((POINTER) lp >= obj || (POINTER) (lp)->limit < obj)) - { - plp = lp->prev; - CALL_FREEFUN (h, lp); - lp = plp; - /* If we switch chunks, we can't tell whether the new current - chunk contains an empty object, so assume that it may. */ - h->maybe_empty_object = 1; - } - if (lp) - { - h->object_base = h->next_free = (char *) (obj); - h->chunk_limit = lp->limit; - h->chunk = lp; - } - else if (obj != 0) - /* obj is not in any of the chunks! */ - abort (); -} - -int -_obstack_memory_used (struct obstack *h) -{ - register struct _obstack_chunk* lp; - register int nbytes = 0; - - for (lp = h->chunk; lp != 0; lp = lp->prev) - { - nbytes += lp->limit - (char *) lp; - } - return nbytes; -} - -/* Define the error handler. */ -#ifndef _ -# if (HAVE_LIBINTL_H && ENABLE_NLS) || defined _LIBC -# include -# ifndef _ -# define _(Str) gettext (Str) -# endif -# else -# define _(Str) (Str) -# endif -#endif - -static void -print_and_abort (void) -{ - fputs (_("memory exhausted\n"), stderr); - exit (obstack_exit_failure); -} - -#if 0 -/* These are now turned off because the applications do not use it - and it uses bcopy via obstack_grow, which causes trouble on sysV. */ - -/* Now define the functional versions of the obstack macros. - Define them to simply use the corresponding macros to do the job. */ - -/* The function names appear in parentheses in order to prevent - the macro-definitions of the names from being expanded there. */ - -POINTER (obstack_base) (struct obstack *obstack) -{ - return obstack_base (obstack); -} - -POINTER (obstack_next_free) (struct obstack *obstack) -{ - return obstack_next_free (obstack); -} - -int (obstack_object_size) (struct obstack *obstack) -{ - return obstack_object_size (obstack); -} - -int (obstack_room) (struct obstack *obstack) -{ - return obstack_room (obstack); -} - -int (obstack_make_room) (struct obstack *obstack, int length) -{ - return obstack_make_room (obstack, length); -} - -void (obstack_grow) (struct obstack *obstack, POINTER pointer, int length) -{ - obstack_grow (obstack, pointer, length); -} - -void (obstack_grow0) (struct obstack *obstack, POINTER pointer, int length) -{ - obstack_grow0 (obstack, pointer, length); -} - -void (obstack_1grow) (struct obstack *obstack, int character) -{ - obstack_1grow (obstack, character); -} - -void (obstack_blank) (struct obstack *obstack, int length) -{ - obstack_blank (obstack, length); -} - -void (obstack_1grow_fast) (struct obstack *obstack, int character) -{ - obstack_1grow_fast (obstack, character); -} - -void (obstack_blank_fast) (struct obstack *obstack, int length) -{ - obstack_blank_fast (obstack, length); -} - -POINTER (obstack_finish) (struct obstack *obstack) -{ - return obstack_finish (obstack); -} - -POINTER (obstack_alloc) (struct obstack *obstack, int length) -{ - return obstack_alloc (obstack, length); -} - -POINTER (obstack_copy) (struct obstack *obstack, POINTER pointer, int length) -{ - return obstack_copy (obstack, pointer, length); -} - -POINTER (obstack_copy0) (struct obstack *obstack, POINTER pointer, int length) -{ - return obstack_copy0 (obstack, pointer, length); -} - -#endif /* 0 */ - -#endif /* !ELIDE_CODE */ diff -Nru arp-scan-1.9/obstack.h arp-scan-2.0/obstack.h --- arp-scan-1.9/obstack.h 2010-12-23 00:30:26.000000000 +0530 +++ arp-scan-2.0/obstack.h 1970-01-01 05:30:00.000000000 +0530 @@ -1,545 +0,0 @@ -/* obstack.h - object stack macros - Copyright 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1996, 1997, 1998, - 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2008 - Free Software Foundation, Inc. - - - NOTE: The canonical source of this file is maintained with the GNU C Library. - Bugs can be reported to bug-glibc@gnu.org. - - This program is free software; you can redistribute it and/or modify it - under the terms of the GNU General Public License as published by the - Free Software Foundation; either version 2, or (at your option) any - later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, - USA. */ - -/* Summary: - -All the apparent functions defined here are macros. The idea -is that you would use these pre-tested macros to solve a -very specific set of problems, and they would run fast. -Caution: no side-effects in arguments please!! They may be -evaluated MANY times!! - -These macros operate a stack of objects. Each object starts life -small, and may grow to maturity. (Consider building a word syllable -by syllable.) An object can move while it is growing. Once it has -been "finished" it never changes address again. So the "top of the -stack" is typically an immature growing object, while the rest of the -stack is of mature, fixed size and fixed address objects. - -These routines grab large chunks of memory, using a function you -supply, called `obstack_chunk_alloc'. On occasion, they free chunks, -by calling `obstack_chunk_free'. You must define them and declare -them before using any obstack macros. - -Each independent stack is represented by a `struct obstack'. -Each of the obstack macros expects a pointer to such a structure -as the first argument. - -One motivation for this package is the problem of growing char strings -in symbol tables. Unless you are "fascist pig with a read-only mind" ---Gosper's immortal quote from HAKMEM item 154, out of context--you -would not like to put any arbitrary upper limit on the length of your -symbols. - -In practice this often means you will build many short symbols and a -few long symbols. At the time you are reading a symbol you don't know -how long it is. One traditional method is to read a symbol into a -buffer, realloc()ating the buffer every time you try to read a symbol -that is longer than the buffer. This is beaut, but you still will -want to copy the symbol from the buffer to a more permanent -symbol-table entry say about half the time. - -With obstacks, you can work differently. Use one obstack for all symbol -names. As you read a symbol, grow the name in the obstack gradually. -When the name is complete, finalize it. Then, if the symbol exists already, -free the newly read name. - -The way we do this is to take a large chunk, allocating memory from -low addresses. When you want to build a symbol in the chunk you just -add chars above the current "high water mark" in the chunk. When you -have finished adding chars, because you got to the end of the symbol, -you know how long the chars are, and you can create a new object. -Mostly the chars will not burst over the highest address of the chunk, -because you would typically expect a chunk to be (say) 100 times as -long as an average object. - -In case that isn't clear, when we have enough chars to make up -the object, THEY ARE ALREADY CONTIGUOUS IN THE CHUNK (guaranteed) -so we just point to it where it lies. No moving of chars is -needed and this is the second win: potentially long strings need -never be explicitly shuffled. Once an object is formed, it does not -change its address during its lifetime. - -When the chars burst over a chunk boundary, we allocate a larger -chunk, and then copy the partly formed object from the end of the old -chunk to the beginning of the new larger chunk. We then carry on -accreting characters to the end of the object as we normally would. - -A special macro is provided to add a single char at a time to a -growing object. This allows the use of register variables, which -break the ordinary 'growth' macro. - -Summary: - We allocate large chunks. - We carve out one object at a time from the current chunk. - Once carved, an object never moves. - We are free to append data of any size to the currently - growing object. - Exactly one object is growing in an obstack at any one time. - You can run one obstack per control block. - You may have as many control blocks as you dare. - Because of the way we do it, you can `unwind' an obstack - back to a previous state. (You may remove objects much - as you would with a stack.) -*/ - - -/* Don't do the contents of this file more than once. */ - -#ifndef _OBSTACK_H -#define _OBSTACK_H 1 - -#ifdef __cplusplus -extern "C" { -#endif - -/* We use subtraction of (char *) 0 instead of casting to int - because on word-addressable machines a simple cast to int - may ignore the byte-within-word field of the pointer. */ - -#ifndef __PTR_TO_INT -# define __PTR_TO_INT(P) ((P) - (char *) 0) -#endif - -#ifndef __INT_TO_PTR -# define __INT_TO_PTR(P) ((P) + (char *) 0) -#endif - -/* We need the type of the resulting object. If __PTRDIFF_TYPE__ is - defined, as with GNU C, use that; that way we don't pollute the - namespace with 's symbols. Otherwise, if is - available, include it and use ptrdiff_t. In traditional C, long is - the best that we can do. */ - -#ifdef __PTRDIFF_TYPE__ -# define PTR_INT_TYPE __PTRDIFF_TYPE__ -#else -# ifdef HAVE_STDDEF_H -# include -# define PTR_INT_TYPE ptrdiff_t -# else -# define PTR_INT_TYPE long -# endif -#endif - -#if defined _LIBC || defined HAVE_STRING_H -# include -# define _obstack_memcpy(To, From, N) memcpy ((To), (From), (N)) -#else -# ifdef memcpy -# define _obstack_memcpy(To, From, N) memcpy ((To), (char *)(From), (N)) -# else -# define _obstack_memcpy(To, From, N) bcopy ((char *)(From), (To), (N)) -# endif -#endif - -struct _obstack_chunk /* Lives at front of each chunk. */ -{ - char *limit; /* 1 past end of this chunk */ - struct _obstack_chunk *prev; /* address of prior chunk or NULL */ - char contents[4]; /* objects begin here */ -}; - -struct obstack /* control current object in current chunk */ -{ - long chunk_size; /* preferred size to allocate chunks in */ - struct _obstack_chunk *chunk; /* address of current struct obstack_chunk */ - char *object_base; /* address of object we are building */ - char *next_free; /* where to add next char to current object */ - char *chunk_limit; /* address of char after current chunk */ - PTR_INT_TYPE temp; /* Temporary for some macros. */ - int alignment_mask; /* Mask of alignment for each object. */ - /* These prototypes vary based on `use_extra_arg', and we use - casts to the prototypeless function type in all assignments, - but having prototypes here quiets -Wstrict-prototypes. */ - struct _obstack_chunk *(*chunkfun) (void *, long); - void (*freefun) (void *, struct _obstack_chunk *); - void *extra_arg; /* first arg for chunk alloc/dealloc funcs */ - unsigned use_extra_arg:1; /* chunk alloc/dealloc funcs take extra arg */ - unsigned maybe_empty_object:1;/* There is a possibility that the current - chunk contains a zero-length object. This - prevents freeing the chunk if we allocate - a bigger chunk to replace it. */ - unsigned alloc_failed:1; /* No longer used, as we now call the failed - handler on error, but retained for binary - compatibility. */ -}; - -/* Declare the external functions we use; they are in obstack.c. */ - -extern void _obstack_newchunk (struct obstack *, int); -extern void _obstack_free (struct obstack *, void *); -extern int _obstack_begin (struct obstack *, int, int, - void *(*) (long), void (*) (void *)); -extern int _obstack_begin_1 (struct obstack *, int, int, - void *(*) (void *, long), - void (*) (void *, void *), void *); -extern int _obstack_memory_used (struct obstack *); - -/* Do the function-declarations after the structs - but before defining the macros. */ - -void obstack_init (struct obstack *obstack); - -void * obstack_alloc (struct obstack *obstack, int size); - -void * obstack_copy (struct obstack *obstack, void *address, int size); -void * obstack_copy0 (struct obstack *obstack, void *address, int size); - -void obstack_free (struct obstack *obstack, void *block); - -void obstack_blank (struct obstack *obstack, int size); - -void obstack_grow (struct obstack *obstack, void *data, int size); -void obstack_grow0 (struct obstack *obstack, void *data, int size); - -void obstack_1grow (struct obstack *obstack, int data_char); -void obstack_ptr_grow (struct obstack *obstack, void *data); -void obstack_int_grow (struct obstack *obstack, int data); - -void * obstack_finish (struct obstack *obstack); - -int obstack_object_size (struct obstack *obstack); - -int obstack_room (struct obstack *obstack); -void obstack_make_room (struct obstack *obstack, int size); -void obstack_1grow_fast (struct obstack *obstack, int data_char); -void obstack_ptr_grow_fast (struct obstack *obstack, void *data); -void obstack_int_grow_fast (struct obstack *obstack, int data); -void obstack_blank_fast (struct obstack *obstack, int size); - -void * obstack_base (struct obstack *obstack); -void * obstack_next_free (struct obstack *obstack); -int obstack_alignment_mask (struct obstack *obstack); -int obstack_chunk_size (struct obstack *obstack); -int obstack_memory_used (struct obstack *obstack); - -/* Error handler called when `obstack_chunk_alloc' failed to allocate - more memory. This can be set to a user defined function. The - default action is to print a message and abort. */ -extern void (*obstack_alloc_failed_handler) (void); - -/* Exit value used when `print_and_abort' is used. */ -extern int obstack_exit_failure; - -/* Pointer to beginning of object being allocated or to be allocated next. - Note that this might not be the final address of the object - because a new chunk might be needed to hold the final size. */ - -#define obstack_base(h) ((h)->object_base) - -/* Size for allocating ordinary chunks. */ - -#define obstack_chunk_size(h) ((h)->chunk_size) - -/* Pointer to next byte not yet allocated in current chunk. */ - -#define obstack_next_free(h) ((h)->next_free) - -/* Mask specifying low bits that should be clear in address of an object. */ - -#define obstack_alignment_mask(h) ((h)->alignment_mask) - -/* To prevent prototype warnings provide complete argument list in - standard C version. */ -# define obstack_init(h) \ - _obstack_begin ((h), 0, 0, \ - (void *(*) (long)) obstack_chunk_alloc, (void (*) (void *)) obstack_chunk_free) - -# define obstack_begin(h, size) \ - _obstack_begin ((h), (size), 0, \ - (void *(*) (long)) obstack_chunk_alloc, (void (*) (void *)) obstack_chunk_free) - -# define obstack_specify_allocation(h, size, alignment, chunkfun, freefun) \ - _obstack_begin ((h), (size), (alignment), \ - (void *(*) (long)) (chunkfun), (void (*) (void *)) (freefun)) - -# define obstack_specify_allocation_with_arg(h, size, alignment, chunkfun, freefun, arg) \ - _obstack_begin_1 ((h), (size), (alignment), \ - (void *(*) (void *, long)) (chunkfun), \ - (void (*) (void *, void *)) (freefun), (arg)) - -# define obstack_chunkfun(h, newchunkfun) \ - ((h) -> chunkfun = (struct _obstack_chunk *(*)(void *, long)) (newchunkfun)) - -# define obstack_freefun(h, newfreefun) \ - ((h) -> freefun = (void (*)(void *, struct _obstack_chunk *)) (newfreefun)) - -#define obstack_1grow_fast(h,achar) (*((h)->next_free)++ = (achar)) - -#define obstack_blank_fast(h,n) ((h)->next_free += (n)) - -#define obstack_memory_used(h) _obstack_memory_used (h) - -#if defined __GNUC__ && defined __STDC__ && __STDC__ -/* NextStep 2.0 cc is really gcc 1.93 but it defines __GNUC__ = 2 and - does not implement __extension__. But that compiler doesn't define - __GNUC_MINOR__. */ -# if __GNUC__ < 2 || (__NeXT__ && !__GNUC_MINOR__) -# define __extension__ -# endif - -/* For GNU C, if not -traditional, - we can define these macros to compute all args only once - without using a global variable. - Also, we can avoid using the `temp' slot, to make faster code. */ - -# define obstack_object_size(OBSTACK) \ - __extension__ \ - ({ struct obstack *__o = (OBSTACK); \ - (unsigned) (__o->next_free - __o->object_base); }) - -# define obstack_room(OBSTACK) \ - __extension__ \ - ({ struct obstack *__o = (OBSTACK); \ - (unsigned) (__o->chunk_limit - __o->next_free); }) - -# define obstack_make_room(OBSTACK,length) \ -__extension__ \ -({ struct obstack *__o = (OBSTACK); \ - int __len = (length); \ - if (__o->chunk_limit - __o->next_free < __len) \ - _obstack_newchunk (__o, __len); \ - (void) 0; }) - -# define obstack_empty_p(OBSTACK) \ - __extension__ \ - ({ struct obstack *__o = (OBSTACK); \ - (__o->chunk->prev == 0 && __o->next_free - __o->chunk->contents == 0); }) - -# define obstack_grow(OBSTACK,where,length) \ -__extension__ \ -({ struct obstack *__o = (OBSTACK); \ - int __len = (length); \ - if (__o->next_free + __len > __o->chunk_limit) \ - _obstack_newchunk (__o, __len); \ - _obstack_memcpy (__o->next_free, (where), __len); \ - __o->next_free += __len; \ - (void) 0; }) - -# define obstack_grow0(OBSTACK,where,length) \ -__extension__ \ -({ struct obstack *__o = (OBSTACK); \ - int __len = (length); \ - if (__o->next_free + __len + 1 > __o->chunk_limit) \ - _obstack_newchunk (__o, __len + 1); \ - _obstack_memcpy (__o->next_free, (where), __len); \ - __o->next_free += __len; \ - *(__o->next_free)++ = 0; \ - (void) 0; }) - -# define obstack_1grow(OBSTACK,datum) \ -__extension__ \ -({ struct obstack *__o = (OBSTACK); \ - if (__o->next_free + 1 > __o->chunk_limit) \ - _obstack_newchunk (__o, 1); \ - obstack_1grow_fast (__o, datum); \ - (void) 0; }) - -/* These assume that the obstack alignment is good enough for pointers or ints, - and that the data added so far to the current object - shares that much alignment. */ - -# define obstack_ptr_grow(OBSTACK,datum) \ -__extension__ \ -({ struct obstack *__o = (OBSTACK); \ - if (__o->next_free + sizeof (void *) > __o->chunk_limit) \ - _obstack_newchunk (__o, sizeof (void *)); \ - obstack_ptr_grow_fast (__o, datum); }) - -# define obstack_int_grow(OBSTACK,datum) \ -__extension__ \ -({ struct obstack *__o = (OBSTACK); \ - if (__o->next_free + sizeof (int) > __o->chunk_limit) \ - _obstack_newchunk (__o, sizeof (int)); \ - obstack_int_grow_fast (__o, datum); }) - -# define obstack_ptr_grow_fast(OBSTACK,aptr) \ -__extension__ \ -({ struct obstack *__o1 = (OBSTACK); \ - *(const void **) __o1->next_free = (aptr); \ - __o1->next_free += sizeof (const void *); \ - (void) 0; }) - -# define obstack_int_grow_fast(OBSTACK,aint) \ -__extension__ \ -({ struct obstack *__o1 = (OBSTACK); \ - *(int *) __o1->next_free = (aint); \ - __o1->next_free += sizeof (int); \ - (void) 0; }) - -# define obstack_blank(OBSTACK,length) \ -__extension__ \ -({ struct obstack *__o = (OBSTACK); \ - int __len = (length); \ - if (__o->chunk_limit - __o->next_free < __len) \ - _obstack_newchunk (__o, __len); \ - obstack_blank_fast (__o, __len); \ - (void) 0; }) - -# define obstack_alloc(OBSTACK,length) \ -__extension__ \ -({ struct obstack *__h = (OBSTACK); \ - obstack_blank (__h, (length)); \ - obstack_finish (__h); }) - -# define obstack_copy(OBSTACK,where,length) \ -__extension__ \ -({ struct obstack *__h = (OBSTACK); \ - obstack_grow (__h, (where), (length)); \ - obstack_finish (__h); }) - -# define obstack_copy0(OBSTACK,where,length) \ -__extension__ \ -({ struct obstack *__h = (OBSTACK); \ - obstack_grow0 (__h, (where), (length)); \ - obstack_finish (__h); }) - -/* The local variable is named __o1 to avoid a name conflict - when obstack_blank is called. */ -# define obstack_finish(OBSTACK) \ -__extension__ \ -({ struct obstack *__o1 = (OBSTACK); \ - void *value; \ - value = (void *) __o1->object_base; \ - if (__o1->next_free == value) \ - __o1->maybe_empty_object = 1; \ - __o1->next_free \ - = __INT_TO_PTR ((__PTR_TO_INT (__o1->next_free)+__o1->alignment_mask)\ - & ~ (__o1->alignment_mask)); \ - if (__o1->next_free - (char *)__o1->chunk \ - > __o1->chunk_limit - (char *)__o1->chunk) \ - __o1->next_free = __o1->chunk_limit; \ - __o1->object_base = __o1->next_free; \ - value; }) - -# define obstack_free(OBSTACK, OBJ) \ -__extension__ \ -({ struct obstack *__o = (OBSTACK); \ - void *__obj = (void *) (OBJ); \ - if (__obj > (void *)__o->chunk && __obj < (void *)__o->chunk_limit) \ - __o->next_free = __o->object_base = (char *) __obj; \ - else (obstack_free) (__o, __obj); }) - -#else /* not __GNUC__ or not __STDC__ */ - -# define obstack_object_size(h) \ - (unsigned) ((h)->next_free - (h)->object_base) - -# define obstack_room(h) \ - (unsigned) ((h)->chunk_limit - (h)->next_free) - -# define obstack_empty_p(h) \ - ((h)->chunk->prev == 0 && (h)->next_free - (h)->chunk->contents == 0) - -/* Note that the call to _obstack_newchunk is enclosed in (..., 0) - so that we can avoid having void expressions - in the arms of the conditional expression. - Casting the third operand to void was tried before, - but some compilers won't accept it. */ - -# define obstack_make_room(h,length) \ -( (h)->temp = (length), \ - (((h)->next_free + (h)->temp > (h)->chunk_limit) \ - ? (_obstack_newchunk ((h), (h)->temp), 0) : 0)) - -# define obstack_grow(h,where,length) \ -( (h)->temp = (length), \ - (((h)->next_free + (h)->temp > (h)->chunk_limit) \ - ? (_obstack_newchunk ((h), (h)->temp), 0) : 0), \ - _obstack_memcpy ((h)->next_free, (where), (h)->temp), \ - (h)->next_free += (h)->temp) - -# define obstack_grow0(h,where,length) \ -( (h)->temp = (length), \ - (((h)->next_free + (h)->temp + 1 > (h)->chunk_limit) \ - ? (_obstack_newchunk ((h), (h)->temp + 1), 0) : 0), \ - _obstack_memcpy ((h)->next_free, (where), (h)->temp), \ - (h)->next_free += (h)->temp, \ - *((h)->next_free)++ = 0) - -# define obstack_1grow(h,datum) \ -( (((h)->next_free + 1 > (h)->chunk_limit) \ - ? (_obstack_newchunk ((h), 1), 0) : 0), \ - obstack_1grow_fast (h, datum)) - -# define obstack_ptr_grow(h,datum) \ -( (((h)->next_free + sizeof (char *) > (h)->chunk_limit) \ - ? (_obstack_newchunk ((h), sizeof (char *)), 0) : 0), \ - obstack_ptr_grow_fast (h, datum)) - -# define obstack_int_grow(h,datum) \ -( (((h)->next_free + sizeof (int) > (h)->chunk_limit) \ - ? (_obstack_newchunk ((h), sizeof (int)), 0) : 0), \ - obstack_int_grow_fast (h, datum)) - -# define obstack_ptr_grow_fast(h,aptr) \ - (((const void **) ((h)->next_free += sizeof (void *)))[-1] = (aptr)) - -# define obstack_int_grow_fast(h,aint) \ - (((int *) ((h)->next_free += sizeof (int)))[-1] = (aptr)) - -# define obstack_blank(h,length) \ -( (h)->temp = (length), \ - (((h)->chunk_limit - (h)->next_free < (h)->temp) \ - ? (_obstack_newchunk ((h), (h)->temp), 0) : 0), \ - obstack_blank_fast (h, (h)->temp)) - -# define obstack_alloc(h,length) \ - (obstack_blank ((h), (length)), obstack_finish ((h))) - -# define obstack_copy(h,where,length) \ - (obstack_grow ((h), (where), (length)), obstack_finish ((h))) - -# define obstack_copy0(h,where,length) \ - (obstack_grow0 ((h), (where), (length)), obstack_finish ((h))) - -# define obstack_finish(h) \ -( ((h)->next_free == (h)->object_base \ - ? (((h)->maybe_empty_object = 1), 0) \ - : 0), \ - (h)->temp = __PTR_TO_INT ((h)->object_base), \ - (h)->next_free \ - = __INT_TO_PTR ((__PTR_TO_INT ((h)->next_free)+(h)->alignment_mask) \ - & ~ ((h)->alignment_mask)), \ - (((h)->next_free - (char *) (h)->chunk \ - > (h)->chunk_limit - (char *) (h)->chunk) \ - ? ((h)->next_free = (h)->chunk_limit) : 0), \ - (h)->object_base = (h)->next_free, \ - (void *) __INT_TO_PTR ((h)->temp)) - -# define obstack_free(h,obj) \ -( (h)->temp = (char *) (obj) - (char *) (h)->chunk, \ - (((h)->temp > 0 && (h)->temp < (h)->chunk_limit - (char *) (h)->chunk)\ - ? (int) ((h)->next_free = (h)->object_base \ - = (h)->temp + (char *) (h)->chunk) \ - : (((obstack_free) ((h), (h)->temp + (char *) (h)->chunk), 0), 0))) - -#endif /* not __GNUC__ or not __STDC__ */ - -#ifdef __cplusplus -} /* C++ */ -#endif - -#endif /* obstack.h */ diff -Nru arp-scan-1.9/pre-release-testing.txt arp-scan-2.0/pre-release-testing.txt --- arp-scan-1.9/pre-release-testing.txt 1970-01-01 05:30:00.000000000 +0530 +++ arp-scan-2.0/pre-release-testing.txt 2017-09-21 19:24:11.000000000 +0530 @@ -0,0 +1,13 @@ +Checks to perform on all supported platforms before release: + +1. Build and check for no warnings or errors: ./configure; make + +2. make check + +3. Localnet test: arp-scan [-I ] --localnet + +4. get-oui/get-iab test + +5. Fingerprint test: arp-fingerprint + +6. manpage test: read manpages, and check for correct formatting. diff -Nru arp-scan-1.9/README arp-scan-2.0/README --- arp-scan-1.9/README 2011-02-01 03:21:09.000000000 +0530 +++ arp-scan-2.0/README 2017-09-21 19:24:11.000000000 +0530 @@ -1,54 +1,54 @@ -$Id: README 18096 2011-01-31 21:51:07Z rsh $ +# arp-scan -Note: This README file is no longer being actively maintained. Please refer -to the arp-scan wiki at http://www.nta-monitor.com/wiki/ for up-to-date -information about installing and using arp-scan. +[![Build Status](https://secure.travis-ci.org/royhills/arp-scan.png)](http://travis-ci.org/royhills/arp-scan) +[![Coverage Status](https://coveralls.io/repos/royhills/arp-scan/badge.png?branch=master)](https://coveralls.io/r/royhills/arp-scan?branch=master) + +The ARP scanner + +## Table of Contents +- [Installation](#installation) +- [Documentation](#documentation) Installation ------------ -You will need the make utility, an ANSI C compiler (for example gcc), the -development header files and libraries, and libpcap version 0.8 or later. +arp-scan uses the standard GNU automake and autoconf tools, so the typical installation process is: + +- Run ```git clone https://github.com/royhills/arp-scan.git``` to obtain the project source code +- Run ```cd arp-scan``` to enter source directory +- Run ```autoreconf --install``` to generate a viable ./configure file +- Run ```./configure``` to generate a makefile for your system +- Run ```make``` to build the project +- Optionally run ```make check``` to verify that everything works as expected +- Run ```make install``` to install (you'll need root or sudo for this part) + +You will need GNU automake and autoconf, the make utility, an ANSI C compiler (for example gcc or clang), the development header files and libraries, and libpcap version 1.0 or later. If you want to run the Perl scripts arp-fingerprint, get-oui and get-iab, you will need to have the Perl interpreter installed. These scripts were tested -on Perl 5.8, but will probably run on earlier versions of Perl 5 as well. -In addition, for get-oui and get-iab, you will need the LWP::Simple Perl +on Perl 5.8 and 5.10, but will probably run on other versions of Perl 5 as well. +In addition, for get-oui and get-iab, you will need the LWP::UserAgent Perl module. -arp-scan uses automake and autoconf, so the typical installation process is: - -$ ./configure -$ make -$ make check -$ make install - You can pass various options to "configure" to control the build and installation process. See the file INSTALL for more details. arp-scan is known to compile and run on the following platforms: - 1. Linux (tested on Debian Sarge, Debian Etch and Fedora 9) - 2. FreeBSD (tested on FreeBSD 6.1 and FreeBSD 7.0) - 3. OpenBSD (tested on OpenBSD 3.9) - 4. NetBSD (tested on NetBSD 3.0.1) - 5. MacOS X (Darwin) (tested on MacOS 10.3.9) - 6. Solaris (tested on Solaris 9/SPARC and Solaris 10/x86) - -The ARP packets are sent using raw datalink access. The mechanism for this -varies between platforms, currently Packet Socket (Linux), BPF (BSD) and -DLPI (Solaris) are supported. It is planned to add support for Win32 in -future releases. - -All platforms use libpcap (http://www.tcpdump.org/) to receive the ARP -responses. - -It was decided to implement the sending functions directly rather than using -libnet or libdnet because these libraries are not normally installed by -default, and it was considered desirable to minimise the need to install -additional packages. By contrast, libpcap is a standard package on most -modern systems. - + - Linux + - FreeBSD + - OpenBSD + - NetBSD + - DragonflyBSD + - MacOS X + - Solaris + +All platforms use libpcap (http://www.tcpdump.org/) to send the ARP packets +and receive the responses. + +The only peice of the code that is implementation-specific is the function to +obtain the interface MAC address. This uses Packet Socket on Linux, BPF on +BSD and DLPI on Solaris. Documentation ------------- @@ -58,25 +58,7 @@ For usage information, including details of all the options, use: -$ arp-scan --help +```arp-scan --help``` For more detailed documentation, see the manual pages: arp-scan(1), arp-fingerprint(1), get-iab(1), get-oui(1) and mac-vendor(5). - - -Known Bugs ----------- - -1. Tables in arp-scan man page don't display correctly on NetBSD and OpenBSD - -The man page for arp-scan contains tbl tables. These tables display OK on -Linux, FreeBSD and MacOS X, but do not display correctly on NetBSD or OpenBSD. -This is presumably because these OSes don't run man pages through tbl by -default, and don't recognise the first line of the man page: '\" t - -2. MacOS 10.3 gives warnings about functions pcap_datalink_val_to_name(), -pcap_datalink_val_to_description() and pcap_setnonblock() not being defined, -but it links and runs OK. - -This appears to be due to MacOS 10.3 having libpcap 0.8 libraries, but only -0.7 headers. diff -Nru arp-scan-1.9/README.md arp-scan-2.0/README.md --- arp-scan-1.9/README.md 1970-01-01 05:30:00.000000000 +0530 +++ arp-scan-2.0/README.md 2017-09-21 19:24:11.000000000 +0530 @@ -0,0 +1,64 @@ +# arp-scan + +[![Build Status](https://secure.travis-ci.org/royhills/arp-scan.png)](http://travis-ci.org/royhills/arp-scan) +[![Coverage Status](https://coveralls.io/repos/royhills/arp-scan/badge.png?branch=master)](https://coveralls.io/r/royhills/arp-scan?branch=master) + +The ARP scanner + +## Table of Contents +- [Installation](#installation) +- [Documentation](#documentation) + +Installation +------------ + +arp-scan uses the standard GNU automake and autoconf tools, so the typical installation process is: + +- Run ```git clone https://github.com/royhills/arp-scan.git``` to obtain the project source code +- Run ```cd arp-scan``` to enter source directory +- Run ```autoreconf --install``` to generate a viable ./configure file +- Run ```./configure``` to generate a makefile for your system +- Run ```make``` to build the project +- Optionally run ```make check``` to verify that everything works as expected +- Run ```make install``` to install (you'll need root or sudo for this part) + +You will need GNU automake and autoconf, the make utility, an ANSI C compiler (for example gcc or clang), the development header files and libraries, and libpcap version 1.0 or later. + +If you want to run the Perl scripts arp-fingerprint, get-oui and get-iab, you +will need to have the Perl interpreter installed. These scripts were tested +on Perl 5.8 and 5.10, but will probably run on other versions of Perl 5 as well. +In addition, for get-oui and get-iab, you will need the LWP::UserAgent Perl +module. + +You can pass various options to "configure" to control the build and +installation process. See the file INSTALL for more details. + +arp-scan is known to compile and run on the following platforms: + + - Linux + - FreeBSD + - OpenBSD + - NetBSD + - DragonflyBSD + - MacOS X + - Solaris + +All platforms use libpcap (http://www.tcpdump.org/) to send the ARP packets +and receive the responses. + +The only peice of the code that is implementation-specific is the function to +obtain the interface MAC address. This uses Packet Socket on Linux, BPF on +BSD and DLPI on Solaris. + +Documentation +------------- + +The primary source of documentation is the arp-scan wiki at +http://www.nta-monitor.com/wiki/ + +For usage information, including details of all the options, use: + +```arp-scan --help``` + +For more detailed documentation, see the manual pages: arp-scan(1), +arp-fingerprint(1), get-iab(1), get-oui(1) and mac-vendor(5). diff -Nru arp-scan-1.9/stamp-h1 arp-scan-2.0/stamp-h1 --- arp-scan-1.9/stamp-h1 1970-01-01 05:30:00.000000000 +0530 +++ arp-scan-2.0/stamp-h1 2017-09-21 19:52:47.000000000 +0530 @@ -0,0 +1 @@ +timestamp for config.h Binary files /tmp/2NTAtgx11M/arp-scan-1.9/strlcat.o and /tmp/9W11JtAni4/arp-scan-2.0/strlcat.o differ Binary files /tmp/2NTAtgx11M/arp-scan-1.9/strlcpy.o and /tmp/9W11JtAni4/arp-scan-2.0/strlcpy.o differ diff -Nru arp-scan-1.9/test-driver arp-scan-2.0/test-driver --- arp-scan-1.9/test-driver 1970-01-01 05:30:00.000000000 +0530 +++ arp-scan-2.0/test-driver 2017-09-21 19:25:17.000000000 +0530 @@ -0,0 +1,148 @@ +#! /bin/sh +# test-driver - basic testsuite driver script. + +scriptversion=2013-07-13.22; # UTC + +# Copyright (C) 2011-2014 Free Software Foundation, Inc. +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2, or (at your option) +# any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . + +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program that contains a +# configuration script generated by Autoconf, you may include it under +# the same distribution terms that you use for the rest of that program. + +# This file is maintained in Automake, please report +# bugs to or send patches to +# . + +# Make unconditional expansion of undefined variables an error. This +# helps a lot in preventing typo-related bugs. +set -u + +usage_error () +{ + echo "$0: $*" >&2 + print_usage >&2 + exit 2 +} + +print_usage () +{ + cat <$log_file 2>&1 +estatus=$? + +if test $enable_hard_errors = no && test $estatus -eq 99; then + tweaked_estatus=1 +else + tweaked_estatus=$estatus +fi + +case $tweaked_estatus:$expect_failure in + 0:yes) col=$red res=XPASS recheck=yes gcopy=yes;; + 0:*) col=$grn res=PASS recheck=no gcopy=no;; + 77:*) col=$blu res=SKIP recheck=no gcopy=yes;; + 99:*) col=$mgn res=ERROR recheck=yes gcopy=yes;; + *:yes) col=$lgn res=XFAIL recheck=no gcopy=yes;; + *:*) col=$red res=FAIL recheck=yes gcopy=yes;; +esac + +# Report the test outcome and exit status in the logs, so that one can +# know whether the test passed or failed simply by looking at the '.log' +# file, without the need of also peaking into the corresponding '.trs' +# file (automake bug#11814). +echo "$res $test_name (exit status: $estatus)" >>$log_file + +# Report outcome to console. +echo "${col}${res}${std}: $test_name" + +# Register the test result, and other relevant metadata. +echo ":test-result: $res" > $trs_file +echo ":global-test-result: $res" >> $trs_file +echo ":recheck: $recheck" >> $trs_file +echo ":copy-in-global-log: $gcopy" >> $trs_file + +# Local Variables: +# mode: shell-script +# sh-indentation: 2 +# eval: (add-hook 'write-file-hooks 'time-stamp) +# time-stamp-start: "scriptversion=" +# time-stamp-format: "%:y-%02m-%02d.%02H" +# time-stamp-time-zone: "UTC" +# time-stamp-end: "; # UTC" +# End: diff -Nru arp-scan-1.9/test-suite.log arp-scan-2.0/test-suite.log --- arp-scan-1.9/test-suite.log 1970-01-01 05:30:00.000000000 +0530 +++ arp-scan-2.0/test-suite.log 2017-09-21 19:25:53.000000000 +0530 @@ -0,0 +1,14 @@ +====================================== + arp-scan 1.9.5: ./test-suite.log +====================================== + +# TOTAL: 4 +# PASS: 4 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 + +.. contents:: :depth: 2 + diff -Nru arp-scan-1.9/TODO arp-scan-2.0/TODO --- arp-scan-1.9/TODO 2013-07-24 14:21:07.000000000 +0530 +++ arp-scan-2.0/TODO 2017-09-21 19:24:11.000000000 +0530 @@ -1,5 +1,3 @@ -$Id: TODO 19808 2013-07-24 08:51:06Z rsh $ - Code tidy up: reduce the number of global variables. Add support for win32 link-layer send and receive. @@ -15,13 +13,9 @@ MPLS tag support. -Use the new libpcap 1.0 API functions pcap_create(), pcap_set_XXX(), -pcap_activate() instead of the old pcap_open_live() once we can be sure that -all supported OSes use libpcap 1.0 or later. - -Use source_mac rather than interface_mac in the pcap filter, as suggested by -Justin Keogh. This will allow arp-scan to receive packets with spoofed MAC -source addresses. - Add support for Cisco ISL VLANs in addition to 802.1Q VLANs. Suggested by Daniel at commonexploits. + +Modify the IEEE MAC/Vendor mapping code and scripts to cater for the +forthcoming OUI registry restructuring detailed in: +http://tools.ietf.org/html/draft-ieee-rac-oui-restructuring-01 diff -Nru arp-scan-1.9/.travis.yml arp-scan-2.0/.travis.yml --- arp-scan-1.9/.travis.yml 1970-01-01 05:30:00.000000000 +0530 +++ arp-scan-2.0/.travis.yml 2017-09-21 19:24:11.000000000 +0530 @@ -0,0 +1,20 @@ +language: c +compiler: + - gcc + - clang +env: + - GCOV_OPT="--enable-gcov" + - GCOV_OPT="--disable-gcov" +# gcov code coverage only works with gcc, so don't run it with clang. +matrix: + exclude: + - compiler: clang + env: GCOV_OPT="--enable-gcov" +before_install: + - sudo apt-get update -qq + - sudo apt-get install -qq libpcap0.8-dev + - sudo pip install cpp-coveralls +script: + - autoreconf --install && ./configure $GCOV_OPT && make && make check +after_success: + - if [ $GCOV_OPT == "--enable-gcov" ]; then coveralls ; fi diff -Nru arp-scan-1.9/utils.c arp-scan-2.0/utils.c --- arp-scan-1.9/utils.c 2013-04-15 14:54:43.000000000 +0530 +++ arp-scan-2.0/utils.c 2017-09-21 19:24:11.000000000 +0530 @@ -1,26 +1,24 @@ /* - * The ARP Scanner (arp-scan) is Copyright (C) 2005-2013 Roy Hills, + * The ARP Scanner (arp-scan) is Copyright (C) 2005-2016 Roy Hills, * NTA Monitor Ltd. * * This file is part of arp-scan. - * + * * arp-scan is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * arp-scan is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with arp-scan. If not, see . * - * You are encouraged to send comments, improvements or suggestions to - * me at arp-scan@nta-monitor.com. - * - * $Id: utils.c 19550 2013-04-15 09:24:42Z rsh $ + * You are encouraged to send comments, improvements or suggestions + * at the github repository https://github.com/royhills/arp-scan * * Author: Roy Hills * Date: 5 April 2004 @@ -30,9 +28,6 @@ #include "arp-scan.h" -static char rcsid[] = "$Id: utils.c 19550 2013-04-15 09:24:42Z rsh $"; /* RCS ID for ident(1) */ - - /* * timeval_diff -- Calculates the difference between two timevals * and returns this difference in a third timeval. @@ -66,7 +61,7 @@ temp.tv_usec += 1000000 * nsec; temp.tv_sec -= nsec; } - + /* Compute the time difference tv_usec is certainly positive. */ diff->tv_sec = a->tv_sec - temp.tv_sec; @@ -233,52 +228,6 @@ } /* - * print_times -- Print absolute and delta time for debugging - * - * Inputs: - * - * None. - * - * Returns: - * - * None. - * - * This function is only used for debugging. It should not be called - * from production code. - */ -void -print_times(void) { - static struct timeval time_first; /* When print_times() was first called */ - static struct timeval time_last; /* When print_times() was last called */ - static int first_call=1; - struct timeval time_now; - struct timeval time_delta1; - struct timeval time_delta2; - - Gettimeofday(&time_now); - - if (first_call) { - first_call=0; - time_first.tv_sec = time_now.tv_sec; - time_first.tv_usec = time_now.tv_usec; - printf("%lu.%.6lu (0.000000) [0.000000]\t", - (unsigned long)time_now.tv_sec, (unsigned long)time_now.tv_usec); - } else { - timeval_diff(&time_now, &time_last, &time_delta1); - timeval_diff(&time_now, &time_first, &time_delta2); - printf("%lu.%.6lu (%lu.%.6lu) [%lu.%.6lu]\t", - (unsigned long)time_now.tv_sec, - (unsigned long)time_now.tv_usec, - (unsigned long)time_delta1.tv_sec, - (unsigned long)time_delta1.tv_usec, - (unsigned long)time_delta2.tv_sec, - (unsigned long)time_delta2.tv_usec); - } - time_last.tv_sec = time_now.tv_sec; - time_last.tv_usec = time_now.tv_usec; -} - -/* * get_ether_addr -- Get Ethernet hardware address from text string * * Inputs: @@ -437,7 +386,3 @@ strlcpy(cp, str, len); return cp; } - -void utils_use_rcsid(void) { - fprintf(stderr, "%s\n", rcsid); /* Use rcsid to stop compiler optimising away */ -} Binary files /tmp/2NTAtgx11M/arp-scan-1.9/utils.o and /tmp/9W11JtAni4/arp-scan-2.0/utils.o differ diff -Nru arp-scan-1.9/wrappers.c arp-scan-2.0/wrappers.c --- arp-scan-1.9/wrappers.c 2013-04-15 14:54:43.000000000 +0530 +++ arp-scan-2.0/wrappers.c 2017-09-21 19:24:11.000000000 +0530 @@ -1,24 +1,22 @@ /* - * The ARP Scanner (arp-scan) is Copyright (C) 2005-2013 Roy Hills, + * The ARP Scanner (arp-scan) is Copyright (C) 2005-2016 Roy Hills, * NTA Monitor Ltd. * * This file is part of arp-scan. - * + * * arp-scan is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * arp-scan is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with arp-scan. If not, see . * - * $Id: wrappers.c 19550 2013-04-15 09:24:42Z rsh $ - * * Author: Roy Hills * Date: 8 November 2003 * @@ -36,8 +34,6 @@ #include "arp-scan.h" -static char rcsid[] = "$Id: wrappers.c 19550 2013-04-15 09:24:42Z rsh $"; /* RCS ID for ident(1) */ - /* * We omit the timezone arg from this wrapper since it's obsolete and we never * use it. @@ -100,7 +96,3 @@ return result; } - -void wrappers_use_rcsid(void) { - fprintf(stderr, "%s\n", rcsid); /* Use rcsid to stop compiler optimising away */ -} Binary files /tmp/2NTAtgx11M/arp-scan-1.9/wrappers.o and /tmp/9W11JtAni4/arp-scan-2.0/wrappers.o differ