[-]
[+]
|
Changed |
wireshark.changes
|
|
[-]
[+]
|
Changed |
wireshark.spec
^
|
|
[-]
[+]
|
Changed |
wireshark-1.6.13.tar.bz2/ChangeLog
^
|
@@ -1,718 +1,712 @@
------------------------------------------------------------------------
-r45265 | gerald | 2012-10-02 12:47:19 -0700 (Tue, 02 Oct 2012) | 2 lines
+r46269 | gerald | 2012-11-28 15:09:48 -0800 (Wed, 28 Nov 2012) | 2 lines
Changed paths:
- M /trunk-1.6/ChangeLog
+ M /trunk-1.6/Makefile.am
-Prep for 1.6.12.
+Fix the patch filename.
------------------------------------------------------------------------
-r45322 | gerald | 2012-10-04 12:36:34 -0700 (Thu, 04 Oct 2012) | 3 lines
+r46319 | guy | 2012-12-01 14:45:25 -0800 (Sat, 01 Dec 2012) | 8 lines
Changed paths:
- M /trunk-1.6/Makefile.am
+ M /trunk-1.6
+ M /trunk-1.6/frame_data_sequence.c
-Add a "patch-bzip2" target which creates a patch from the previous micro
-release.
+Copy over r46315 from trunk:
+
+ ------------------------------------------------------------------------
+ r46315 | eapache | 2012-12-01 10:19:08 -0800 (Sat, 01 Dec 2012) | 3 lines
+
+ Fix potential copy-and-pasto in free_frame_data_sequence that may or may not
+ be the cause of https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8022
------------------------------------------------------------------------
-r45326 | gerald | 2012-10-04 15:51:00 -0700 (Thu, 04 Oct 2012) | 2 lines
+r46330 | gerald | 2012-12-02 08:04:23 -0800 (Sun, 02 Dec 2012) | 1 line
Changed paths:
- M /trunk-1.6/Makefile.am
-
-Remove the previous distribution file.
+ M /trunk-1.6/epan/enterprise-numbers
+ M /trunk-1.6/manuf
+ M /trunk-1.6/services
+[Automatic manuf, services and enterprise-numbers update for 2012-12-02]
------------------------------------------------------------------------
-r45349 | jake | 2012-10-06 09:21:53 -0700 (Sat, 06 Oct 2012) | 7 lines
+r46353 | gerald | 2012-12-03 13:36:48 -0800 (Mon, 03 Dec 2012) | 1 line
Changed paths:
- M /trunk-1.6/epan/emem.c
- M /trunk-1.6/epan/emem.h
+ M /trunk-1.6/docbook/release-notes.xml
+Use GENERIC-MAP-NOMATCH as a CVE placeholder.
------------------------------------------------------------------------
-r45340 | jake | 2012-10-06 16:35:59 +0200 (Sat, 06 Oct 2012) | 2 lines
+r46392 | guy | 2012-12-05 01:05:21 -0800 (Wed, 05 Dec 2012) | 19 lines
+Changed paths:
+ M /trunk-1.6/tools/make-manuf
+ M /trunk-1.6/tools/make-services.pl
+ M /trunk-1.6/tools/make-sminmpec.pl
-Vastly improve the debug presentation( of trees)+.
+Copy over revisions from trunk:
-------------------------------------------------------------------------
+ ------------------------------------------------------------------------
+ r42522 | gerald | 2012-05-09 12:17:48 -0700 (Wed, 09 May 2012) | 2 lines
-------------------------------------------------------------------------
-r45357 | jake | 2012-10-06 14:55:05 -0700 (Sat, 06 Oct 2012) | 4 lines
-Changed paths:
- M /trunk-1.6/epan/emem.c
+ Send a useful User-Agent header.
-Fix for bug 7804:
-Have se_tree_lookup32_array_le() work through all of the search vector,
-don't bail out at a less than match.
+ ------------------------------------------------------------------------
+ r42363 | gerald | 2012-04-30 14:32:51 -0700 (Mon, 30 Apr 2012) | 4 lines
+
+ Switch to UTF-8 for remote encodings to match what the IEEE SA is
+ almost-but-not-quite sending. Add a link to a page with common character
+ encoding errors.
+
+ ------------------------------------------------------------------------
+ r42349 | gerald | 2012-04-30 08:40:39 -0700 (Mon, 30 Apr 2012) | 2 lines
+
+ Update the IEEE OUI and IAB URLs.
------------------------------------------------------------------------
-r45366 | gerald | 2012-10-07 08:04:17 -0700 (Sun, 07 Oct 2012) | 1 line
+r46393 | guy | 2012-12-05 01:06:34 -0800 (Wed, 05 Dec 2012) | 17 lines
Changed paths:
- M /trunk-1.6/epan/enterprise-numbers
+ M /trunk-1.6
M /trunk-1.6/manuf
- M /trunk-1.6/services
+ M /trunk-1.6/wka.tmpl
-[Automatic manuf, services and enterprise-numbers update for 2012-10-07]
-------------------------------------------------------------------------
-r45461 | guy | 2012-10-10 19:18:36 -0700 (Wed, 10 Oct 2012) | 17 lines
-Changed paths:
- M /trunk-1.6/epan/dissectors/packet-icmpv6.c
+Copy over rev 46386 from trunk:
+
+ ------------------------------------------------------------------------
+ r46386 | guy | 2012-12-04 19:45:11 -0800 (Tue, 04 Dec 2012) | 12 lines
-Copy over r54549 from trunk:
+ Broadcom "donated" one of their OUIs for use in Fibre Channel over
+ Ethernet group MAC-48 addresses:
- r45459 | guy | 2012-10-10 17:02:14 -0700 (Wed, 10 Oct 2012) | 13 lines
+ http://www.t11.org/ftp/t11/pub/fc/bb-5/08-334v0.pdf
- The usual idiom in C for "do this N times" is "for (i = 0; i < N; i++)",
- not "for (i = 1; i < N+1; i++)".
+ so we add entries for the three group addresses in question and an entry
+ to cover all unassigned group addresses in that range.
- Even if it weren't the idiom, it'd be safer, at least for unsigned
- values, as, if i and N are the same width, and N has the maximum
- possible value for that width, the first of those runs i from 0 to N-1,
- all of which fit in a variable of that width, and the second of those
- runs i from 1 to N, the latter of which doesn't fit into a variable of
- that width, so modulo arithmetic turns it into 0 and the loop keeps
- running forever.
+ Regenerate manuf file.
- Fixes bug 7844.
+ Fixes bug 8046.
------------------------------------------------------------------------
-r45466 | guy | 2012-10-11 01:29:46 -0700 (Thu, 11 Oct 2012) | 18 lines
+r46417 | morriss | 2012-12-05 18:11:59 -0800 (Wed, 05 Dec 2012) | 10 lines
Changed paths:
- M /trunk-1.6/epan/dissectors/packet-isup.c
+ M /trunk-1.6/epan/dissectors/packet-assa_r3.c
-Copy over changes from trunk:
+Copy over (with manual intervention):
------------------------------------------------------------------------
- r45464 | guy | 2012-10-11 01:23:29 -0700 (Thu, 11 Oct 2012) | 4 lines
-
- hf_isup_cic is now BASE_DEC, so there's no reason to use
- proto_tree_add_uint_format() to make it display in decimal -
- proto_tree_add_uint() suffices.
- ------------------------------------------------------------------------
- r45463 | etxrab | 2012-10-11 01:12:41 -0700 (Thu, 11 Oct 2012) | 4 lines
-
- "Prepare/Apply a filter" on ISUP CIC should make a filter with decimal
- CIC number, not hex.
+ r46415 | morriss | 2012-12-05 20:43:37 -0500 (Wed, 05 Dec 2012) | 5 lines
+ Fix inifite loop in the R3 dissector reported in
+ https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8040 :
- https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7848
-------------------------------------------------------------------------
+ If the alarm length is 0, raise an expert_info and break out of the loop.
------------------------------------------------------------------------
-r45488 | wmeier | 2012-10-11 14:09:46 -0700 (Thu, 11 Oct 2012) | 23 lines
+r46422 | wmeier | 2012-12-06 07:30:39 -0800 (Thu, 06 Dec 2012) | 12 lines
Changed paths:
- M /trunk-1.6/epan/dissectors/packet-ndps.c
+ M /trunk-1.6/epan/dissectors/packet-pw-eth.c
-Copy over from trunk
+Copy over from trunk:
------------------------------------------------------------------------
-r45486 | wmeier | 2012-10-11 17:01:51 -0400 (Thu, 11 Oct 2012) | 2 lines
+r46420 | wmeier | 2012-12-06 10:15:05 -0500 (Thu, 06 Dec 2012) | 6 lines
-Correction to SVN #45476
+Fix "MPLS payload starting with valid-looking ethernet address dissected twice".
-------------------------------------------------------------------------
-r45476 | wmeier | 2012-10-11 15:14:29 -0400 (Thu, 11 Oct 2012) | 12 lines
+Fixes Bug #8043
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8043
-Change 'for (i=1; i<=n;...' to 'for (i=0; i<n; ...)'.
+------------------------------------------------------------------------
-The changes fix possibly problematical cases
- (not clear upon quick inspection).
+------------------------------------------------------------------------
+r46425 | pascal | 2012-12-06 09:14:05 -0800 (Thu, 06 Dec 2012) | 9 lines
+Changed paths:
+ M /trunk-1.6/epan/dissectors/packet-bthci_cmd.c
-Also: fix several bugs wherein an inner 'for' loop used
-the same index variable name as an outer loop thus
-messing up the outerloop.
+Copy over from trunk with manual intervention:
+------------------------------------------------------------------------
+r46345 | pascal | 2012-12-03 15:44:12 +0100 (Mon, 03 Dec 2012) | 3 lines
-##backport
+Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8038 :
+Prevent a counter overflow in while loops
------------------------------------------------------------------------
------------------------------------------------------------------------
-r45493 | wmeier | 2012-10-11 15:16:32 -0700 (Thu, 11 Oct 2012) | 19 lines
+r46483 | gerald | 2012-12-09 08:04:16 -0800 (Sun, 09 Dec 2012) | 1 line
Changed paths:
- M /trunk-1.6/epan/dissectors/packet-dmp.c
- M /trunk-1.6/epan/dissectors/packet-dua.c
- M /trunk-1.6/epan/dissectors/packet-fmp.c
- M /trunk-1.6/epan/dissectors/packet-fmp_notify.c
- M /trunk-1.6/epan/dissectors/packet-icmpv6.c
- M /trunk-1.6/epan/dissectors/packet-ieee80211.c
- M /trunk-1.6/epan/dissectors/packet-m3ua.c
- M /trunk-1.6/epan/dissectors/packet-mongo.c
- M /trunk-1.6/epan/dissectors/packet-ptp.c
- M /trunk-1.6/epan/dissectors/packet-vnc.c
+ M /trunk-1.6/epan/enterprise-numbers
+ M /trunk-1.6/manuf
+ M /trunk-1.6/services
-Copy over from trunk (with manual intervention)
+[Automatic manuf, services and enterprise-numbers update for 2012-12-09]
+------------------------------------------------------------------------
+r46563 | gerald | 2012-12-16 08:04:36 -0800 (Sun, 16 Dec 2012) | 1 line
+Changed paths:
+ M /trunk-1.6/epan/enterprise-numbers
+ M /trunk-1.6/manuf
+ M /trunk-1.6/services
+[Automatic manuf, services and enterprise-numbers update for 2012-12-16]
------------------------------------------------------------------------
-r45477 | wmeier | 2012-10-11 15:20:21 -0400 (Thu, 11 Oct 2012) | 11 lines
+r46581 | morriss | 2012-12-17 18:28:55 -0800 (Mon, 17 Dec 2012) | 32 lines
+Changed paths:
+ M /trunk-1.6/epan/dissectors/packet-dtn.c
-Change 'for (i=1; i<=n;...' to 'for (i=0; i<n; ...)
+Copy over with manual intervention:
-The changes fix definite problems or
-are done "just in case" for cases not esily determined
-to be a problem by quick inspection.
+ ------------------------------------------------------------------------
+ r46579 | morriss | 2012-12-17 21:20:38 -0500 (Mon, 17 Dec 2012) | 3 lines
-Note: in some cases for loop index variables have been renamed
- to ensure all required codes changes detected.
+ Get rid of another tvb_get_ptr() abuse (just like r46577 but in a different
+ function).
-##backport
+ ------------------------------------------------------------------------
+ r46577 | morriss | 2012-12-17 21:02:28 -0500 (Mon, 17 Dec 2012) | 20 lines
-------------------------------------------------------------------------
+ Fix the fuzz failure reported in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7945
+ (or at least the complaints from Valgrind; I couldn't reproduce the crash).
+ What part of:
-------------------------------------------------------------------------
-r45502 | wmeier | 2012-10-12 12:35:07 -0700 (Fri, 12 Oct 2012) | 9 lines
-Changed paths:
- M /trunk-1.6/epan/dissectors/packet-fmp_notify.c
+ ~~~
+ * If you're thinking of using tvb_get_ptr, STOP WHAT YOU ARE DOING
+ * IMMEDIATELY. Go take a break. Consider that tvb_get_ptr hands you
+ * a raw, unprotected pointer that you can easily use to create a
+ * security vulnerability or otherwise crash Wireshark. Then consider
+ * that you can probably find a function elsewhere in this file that
+ * does exactly what you want in a much more safe and robust manner.
+ ~~~
-Copy over from trunk
+ did someone not read?
-------------------------------------------------------------------------
-r45500 | wmeier | 2012-10-12 14:31:31 -0400 (Fri, 12 Oct 2012) | 2 lines
+ Use tvb_get_ephemeral_stringz() instead of adding (apparently not sufficiently
+ checked!) offsets to the result of tvb_get_ptr() and assuming that the result
+ is a) in bounds and b) a NULL-terminated string.
-Fix (what appears to be) a minor "off by one" bug in 'for' loop.
------------------------------------------------------------------------
+r46721 | gerald | 2012-12-23 08:04:14 -0800 (Sun, 23 Dec 2012) | 1 line
+Changed paths:
+ M /trunk-1.6/epan/enterprise-numbers
+ M /trunk-1.6/manuf
+ M /trunk-1.6/services
+[Automatic manuf, services and enterprise-numbers update for 2012-12-23]
------------------------------------------------------------------------
-r45506 | guy | 2012-10-12 13:52:47 -0700 (Fri, 12 Oct 2012) | 17 lines
+r46726 | eapache | 2012-12-24 07:23:34 -0800 (Mon, 24 Dec 2012) | 13 lines
Changed paths:
- M /trunk-1.6/wiretap/commview.c
+ M /trunk-1.6
+ M /trunk-1.6/epan/dissectors/packet-clnp.c
-Copy over r45504 from trunk:
+Copy over from trunk:
+------------------------------------------------------------------------
+r45646 | martink | 2012-10-18 16:57:02 -0400 (Thu, 18 Oct 2012) | 6 lines
- ------------------------------------------------------------------------
- r45504 | guy | 2012-10-12 13:51:04 -0700 (Fri, 12 Oct 2012) | 14 lines
+(try to) fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7871
+
+increment offset to point to the first byte after the options
+(the code used to set an absolute position, if that was 0, we were stuck
+ in an endless loop)
- The "rate" field in the CommView NCF format is 1 byte long, not 2 bytes
- long; that means we read only one byte into our structure, so make its
- "rate" element one byte long, so we don't fill in half the "rate"
- element with the read - and the *wrong* half on big-endian machines -
- and leave the other half un-set and thus containing some random possibly
- non-zero data.
+------------------------------------------------------------------------
- In addition, that's not the full data rate for faster networks; for
- Wi-Fi, the one-byte "direction" field is actually the upper 8 bits of
- the data rate, so combine them when we fill in the data rate in the
- pseudo-header.
------------------------------------------------------------------------
-r45509 | guy | 2012-10-12 14:01:08 -0700 (Fri, 12 Oct 2012) | 9 lines
+r46777 | guy | 2012-12-26 04:07:29 -0800 (Wed, 26 Dec 2012) | 8 lines
Changed paths:
- M /trunk-1.6/wiretap/commview.c
+ M /trunk-1.6
+ M /trunk-1.6/wiretap/file_access.c
-Copy over r45507 from trunk:
+Copy over r46773 from trunk:
------------------------------------------------------------------------
- r45507 | guy | 2012-10-12 13:59:08 -0700 (Fri, 12 Oct 2012) | 4 lines
+ r46773 | guy | 2012-12-26 03:59:47 -0800 (Wed, 26 Dec 2012) | 3 lines
- And that also means that we need to split the data rate from the
- pseudo-header into two bytes and fill in both the rate and direction
- fields when writing CommView NCF files out.
+ On I/O errors when opening a file, use wtap_close() to clean up, to make
+ sure we clean up everything.
------------------------------------------------------------------------
-r45512 | guy | 2012-10-12 14:52:21 -0700 (Fri, 12 Oct 2012) | 3 lines
+r46778 | guy | 2012-12-26 04:08:12 -0800 (Wed, 26 Dec 2012) | 9 lines
Changed paths:
+ M /trunk-1.6
M /trunk-1.6/wiretap/commview.c
-Oops, the pseudo-header in 1.6.x has an 8-bit data rate field and can't
-handle data rates > 127.5 Mb/s; back out those changes.
+Copy over r46774 from trunk:
-------------------------------------------------------------------------
-r45533 | gerald | 2012-10-14 08:04:55 -0700 (Sun, 14 Oct 2012) | 1 line
-Changed paths:
- M /trunk-1.6/epan/enterprise-numbers
- M /trunk-1.6/manuf
- M /trunk-1.6/services
+ ------------------------------------------------------------------------
+ r46774 | guy | 2012-12-26 04:01:14 -0800 (Wed, 26 Dec 2012) | 4 lines
+
+ If the attempt to read the record header fails because we hit the EOF,
+ treat that as "this isn't a CommView file" rather than "this is a bad
+ file".
-[Automatic manuf, services and enterprise-numbers update for 2012-10-14]
------------------------------------------------------------------------
-r45547 | guy | 2012-10-14 15:47:49 -0700 (Sun, 14 Oct 2012) | 33 lines
+r46797 | guy | 2012-12-26 14:22:48 -0800 (Wed, 26 Dec 2012) | 20 lines
Changed paths:
- M /trunk-1.6/epan/dissectors/packet-ieee80211.c
+ M /trunk-1.6
+ M /trunk-1.6/epan/dissectors/packet-gsm_a_bssmap.c
-Copy over r45545 from trunk, with manual intervention:
+Copy over revisions from the trunk:
------------------------------------------------------------------------
- r45545 | guy | 2012-10-14 15:38:58 -0700 (Sun, 14 Oct 2012) | 28 lines
-
- According to
+ r46795 | guy | 2012-12-26 14:13:34 -0800 (Wed, 26 Dec 2012) | 2 lines
- http://home.martin.cc/linux/prism
+ Update a comment.
+ ------------------------------------------------------------------------
+ r46793 | guy | 2012-12-26 14:05:41 -0800 (Wed, 26 Dec 2012) | 2 lines
- there's a set of DID type values different from the ones we were using,
- and there are captures out there that use values from both sets.
- Support both sets.
+ Do array bounds checking.
- That page also says that a "status" value of 0 means "supplied"; treat
- zero as meaning "supplied", and, if it's not zero for a field, don't
- include it.
+ ------------------------------------------------------------------------
+ r46747 | guy | 2012-12-25 15:14:05 -0800 (Tue, 25 Dec 2012) | 6 lines
- The "Mac Time" is, according to that page, the lower 32 bits of the MAC
- timestamp; report it as such.
+ bssmap_msg_fcn[] is a dense array, not a sparse array, so *every* entry
+ must be filled in - even if we don't happen to have dissectors for
+ particular message types. Just put NULL in there, so we don't index
+ past the end of the array, grab a random location in memory's contents
+ as a function pointer, and crash when we call through that pointer.
- Fix some field names that were copied-and-pasted but not changed.
+------------------------------------------------------------------------
+r46813 | eapache | 2012-12-27 11:42:55 -0800 (Thu, 27 Dec 2012) | 14 lines
+Changed paths:
+ M /trunk-1.6
+ M /trunk-1.6/epan/tvbuff.c
- The RSSI and signal quality values are numbers, so show them in decimal.
+Copy over from trunk:
+------------------------------------------------------------------------
+r46705 | martink | 2012-12-22 17:35:07 -0500 (Sat, 22 Dec 2012) | 8 lines
- The "signal" and "noise" values appear to be signed numbers, so make
- them signed rather than unsigned and show them in decimal.
+check the length parameter for tvb_get_unicode_string() and
+tvb_get_ephemeral_unicode_string(), throw an exception for invalid
+lengths (including -1, but length==-1 does not work for other tvb string
+ functions either)
- Show the data rate in the same style as it's shown in the radiotap
- dissector.
+I believe this is the proper fix for
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8112
- Show the frame length in decimal; we probably have relatively few users
- with 16 fingers.
+------------------------------------------------------------------------
------------------------------------------------------------------------
-r45550 | guy | 2012-10-14 15:57:49 -0700 (Sun, 14 Oct 2012) | 19 lines
+r46841 | eapache | 2012-12-29 06:18:32 -0800 (Sat, 29 Dec 2012) | 13 lines
Changed paths:
- M /trunk-1.6/epan/dissectors/packet-iscsi.c
-
-Copy over revisions from trunk:
-
- ------------------------------------------------------------------------
- r45548 | guy | 2012-10-14 15:53:25 -0700 (Sun, 14 Oct 2012) | 2 lines
+ M /trunk-1.6
+ M /trunk-1.6/epan/dissectors/packet-dtls.c
- Clean up the "round up to a multiple of 4" code a bit.
+Copy over from trunk to shut up the fuzzbot until we can agree on a proper fix
+for bug #8111:
+------------------------------------------------------------------------
+r46739 | martink | 2012-12-25 13:44:14 -0500 (Tue, 25 Dec 2012) | 6 lines
- ------------------------------------------------------------------------
- r45524 | eapache | 2012-10-13 15:12:52 -0700 (Sat, 13 Oct 2012) | 9 lines
+set the dtls record length for reassembly _before_ adding a fragment
- Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7858
+this is a workaround for
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8111
+it does not fully fix the underlying issue
- Use a full 32-bit literal instead of just a 16-bit one. Fixes case where
- the value we're &-ing with just slips over 2^16, making us get stuck
- in an infinite loop.
+------------------------------------------------------------------------
- I'm not sure this matches the iscsi spec anymore, the comment in the code
- about padding bytes is ambiguous as to whether they're leading or trailing.
+------------------------------------------------------------------------
+r46862 | gerald | 2012-12-30 08:04:07 -0800 (Sun, 30 Dec 2012) | 1 line
+Changed paths:
+ M /trunk-1.6/epan/enterprise-numbers
+ M /trunk-1.6/manuf
+[Automatic manuf, services and enterprise-numbers update for 2012-12-30]
------------------------------------------------------------------------
-r45611 | guy | 2012-10-16 18:31:35 -0700 (Tue, 16 Oct 2012) | 18 lines
+r46866 | guy | 2012-12-30 12:43:03 -0800 (Sun, 30 Dec 2012) | 11 lines
Changed paths:
- M /trunk-1.6/epan/dissectors/packet-ieee80211.c
+ M /trunk-1.6
+ M /trunk-1.6/doc/rawshark.pod
-Copy over r45609 from trunk, with manual intervention:
+Copy over r46864 from trunk:
------------------------------------------------------------------------
- r45609 | guy | 2012-10-16 18:23:13 -0700 (Tue, 16 Oct 2012) | 13 lines
-
- The first 4 bytes of the Prism header are, apparently, a "message code",
- and it apparently either has the value 0x00000044 or 0x00000041. If
- those bytes aren't the magic number for an AVS header and aren't one of
- those "message code" values, assume there's no Prism header, just an
- 802.11 frame - that fixes at least one capture where some packets have
- AVS radio headers and other packets have no radio header.
-
- Note that this might also let us handle big-endian Prism headers (see
- which byte order the message code is in, and assume everything else is
- in the same byte order).
+ r46864 | guy | 2012-12-30 12:39:45 -0800 (Sun, 30 Dec 2012) | 6 lines
- Display the message code in hex, not decimal.
+ Fix description of -p input - show the packet data the same way it's
+ shown for the previous input format (showing "data" as a pointer is a
+ bit confusing, as it's just in-line data in the input), and give a more
+ detailed description of the issues with that file format (the size of
+ the seconds field of the time stamp is platform-dependent).
------------------------------------------------------------------------
-r45624 | guy | 2012-10-17 14:38:34 -0700 (Wed, 17 Oct 2012) | 7 lines
+r46884 | pascal | 2013-01-01 07:02:41 -0800 (Tue, 01 Jan 2013) | 13 lines
Changed paths:
- M /trunk-1.6/file.c
+ M /trunk-1.6/version_info.c
-Copy over r45621 from trunk:
+Copy over from trunk:
+------------------------------------------------------------------------
+r46881 | pascal | 2013-01-01 15:20:17 +0100 (Tue, 01 Jan 2013) | 2 lines
- ------------------------------------------------------------------------
- r45621 | darkjames | 2012-10-17 14:14:14 -0700 (Wed, 17 Oct 2012) | 2 lines
+Add detection of Windows 8 and Windows Server 2012
- Only cap_len (not pkt_len) bytes of buffer are valid.
+------------------------------------------------------------------------
+r46882 | pascal | 2013-01-01 15:20:49 +0100 (Tue, 01 Jan 2013) | 2 lines
+
+Welcome in 2013
------------------------------------------------------------------------
-r45688 | gerald | 2012-10-21 08:04:18 -0700 (Sun, 21 Oct 2012) | 1 line
-Changed paths:
- M /trunk-1.6/epan/enterprise-numbers
- M /trunk-1.6/manuf
- M /trunk-1.6/services
-[Automatic manuf, services and enterprise-numbers update for 2012-10-21]
------------------------------------------------------------------------
-r45817 | gerald | 2012-10-28 08:04:27 -0700 (Sun, 28 Oct 2012) | 1 line
+r46973 | gerald | 2013-01-06 08:04:36 -0800 (Sun, 06 Jan 2013) | 1 line
Changed paths:
M /trunk-1.6/epan/enterprise-numbers
M /trunk-1.6/manuf
M /trunk-1.6/services
-[Automatic manuf, services and enterprise-numbers update for 2012-10-28]
+[Automatic manuf, services and enterprise-numbers update for 2013-01-06]
------------------------------------------------------------------------
-r45898 | gerald | 2012-11-04 08:05:20 -0800 (Sun, 04 Nov 2012) | 1 line
+r47050 | gerald | 2013-01-13 08:04:40 -0800 (Sun, 13 Jan 2013) | 1 line
Changed paths:
M /trunk-1.6/epan/enterprise-numbers
M /trunk-1.6/manuf
M /trunk-1.6/services
-[Automatic manuf, services and enterprise-numbers update for 2012-11-04]
+[Automatic manuf, services and enterprise-numbers update for 2013-01-13]
------------------------------------------------------------------------
-r45999 | gerald | 2012-11-11 08:04:51 -0800 (Sun, 11 Nov 2012) | 1 line
+r47056 | eapache | 2013-01-13 18:25:16 -0800 (Sun, 13 Jan 2013) | 9 lines
Changed paths:
- M /trunk-1.6/epan/enterprise-numbers
- M /trunk-1.6/services
+ M /trunk-1.6
+ M /trunk-1.6/plugins/docsis/packet-cmstatus.c
-[Automatic manuf, services and enterprise-numbers update for 2012-11-11]
+Copy over from trunk:
+------------------------------------------------------------------------
+r47045 | mmann | 2013-01-12 21:03:55 -0500 (Sat, 12 Jan 2013) | 3 lines
+
+guint16 needed to prevent rollover. Bug 8199 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8199)
+
+#BACKPORT
------------------------------------------------------------------------
-r46073 | gerald | 2012-11-18 08:04:32 -0800 (Sun, 18 Nov 2012) | 1 line
-Changed paths:
- M /trunk-1.6/epan/enterprise-numbers
- M /trunk-1.6/manuf
- M /trunk-1.6/services
-[Automatic manuf, services and enterprise-numbers update for 2012-11-18]
------------------------------------------------------------------------
-r46101 | wmeier | 2012-11-20 16:57:37 -0800 (Tue, 20 Nov 2012) | 10 lines
+r47057 | eapache | 2013-01-13 18:26:25 -0800 (Sun, 13 Jan 2013) | 7 lines
Changed paths:
- M /trunk-1.6/epan/dissectors/packet-ipv6.c
+ M /trunk-1.6
+ M /trunk-1.6/epan/dissectors/packet-rtps.c
Copy over from trunk:
------------------------------------------------------------------------
-r46098 | wmeier | 2012-11-20 19:41:32 -0500 (Tue, 20 Nov 2012) | 4 lines
+r47046 | mmann | 2013-01-12 21:58:42 -0500 (Sat, 12 Jan 2013) | 1 line
-From Stephen Tarr: Fix 'misspelling (typo) in display filter field name'.
-ipv6.framgent --> ipv6.fragment
-#BACKPORT
+bugfix nested loop that wasn't breaking out of the main loop when subloop really wanted it to. Bug 8198 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8198)
+------------------------------------------------------------------------
------------------------------------------------------------------------
+r47080 | jake | 2013-01-14 13:37:47 -0800 (Mon, 14 Jan 2013) | 3 lines
+Changed paths:
+ M /trunk-1.6/debian/control
+ M /trunk-1.6/debian/patches/03_preferences.dpatch
+ M /trunk-1.6/debian/wireshark-common.files
+ M /trunk-1.6/debian/wireshark-common.manpages
+Bring preference patch up to date.
+Add missing files to package.
+Allow more recent automake.
------------------------------------------------------------------------
-r46180 | gerald | 2012-11-25 08:04:34 -0800 (Sun, 25 Nov 2012) | 1 line
+r47176 | gerald | 2013-01-20 08:04:51 -0800 (Sun, 20 Jan 2013) | 1 line
Changed paths:
M /trunk-1.6/epan/enterprise-numbers
M /trunk-1.6/manuf
M /trunk-1.6/services
-[Automatic manuf, services and enterprise-numbers update for 2012-11-25]
+[Automatic manuf, services and enterprise-numbers update for 2013-01-20]
------------------------------------------------------------------------
-r46225 | gerald | 2012-11-27 09:05:37 -0800 (Tue, 27 Nov 2012) | 21 lines
+r47246 | morriss | 2013-01-23 19:40:21 -0800 (Wed, 23 Jan 2013) | 24 lines
Changed paths:
- M /trunk-1.6/docbook/release-notes.xml
- M /trunk-1.6/epan/dissectors/packet-usb.c
+ M /trunk-1.6/epan/dissectors/packet-dcp-etsi.c
-Copy over revisions from the trunk:
+Copy over from trunk:
- ------------------------------------------------------------------------
- r45310 | martink | 2012-10-04 08:37:38 -0700 (Thu, 04 Oct 2012) | 10 lines
- Changed paths:
- M /trunk/epan/dissectors/packet-usb.c
+ ------------------------------------------------------------------------
+ r47125 | martink | 2013-01-16 16:57:34 -0500 (Wed, 16 Jan 2013) | 2 lines
- try to fix usb-related fuzz test crashes
+ no need for if (tree)
- in dissect_usb_interface_descriptor() and
- dissect_usb_endpoint_descriptor, the offset should be incremented
- depending on the number of bytes we dissected, not based on the len
- field (len field==0 would then cause an endless loop)
+ ------------------------------------------------------------------------
+ r47123 | martink | 2013-01-16 16:51:16 -0500 (Wed, 16 Jan 2013) | 5 lines
- also fixed one occurrence of old_offset-offset, that's probably a typo,
- the values will always be negative...
- ------------------------------------------------------------------------
+ don't attempt reassembly if more than 1000 consecutive fragments are
+ missing
+ this fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8222
-Update the release notes.
+ ------------------------------------------------------------------------
+ r47098 | eapache | 2013-01-15 11:51:55 -0500 (Tue, 15 Jan 2013) | 5 lines
-------------------------------------------------------------------------
-r46226 | gerald | 2012-11-27 09:08:10 -0800 (Tue, 27 Nov 2012) | 2 lines
-Changed paths:
- M /trunk-1.6/doc/make-authors-format.pl
- M /trunk-1.6/doc/make-authors-short.pl
- M /trunk-1.6/doc/perlnoutf.pl
- M /trunk-1.6/epan/dissectors/packet-agentx.c
- M /trunk-1.6/epan/dissectors/packet-artnet.c
- M /trunk-1.6/epan/dissectors/packet-cisco-sm.c
- M /trunk-1.6/epan/dissectors/packet-classicstun.c
- M /trunk-1.6/epan/dissectors/packet-enttec.c
- M /trunk-1.6/epan/dissectors/packet-infiniband.c
- M /trunk-1.6/epan/dissectors/packet-infiniband.h
- M /trunk-1.6/epan/dissectors/packet-lwres.c
- M /trunk-1.6/epan/dissectors/packet-opsi.c
- M /trunk-1.6/epan/dissectors/packet-pcli.c
- M /trunk-1.6/epan/dissectors/packet-rlm.c
- M /trunk-1.6/epan/dissectors/packet-rtnet.c
- M /trunk-1.6/epan/dissectors/packet-rudp.c
- M /trunk-1.6/epan/dissectors/packet-sbus.c
- M /trunk-1.6/epan/dissectors/packet-stun.c
- M /trunk-1.6/epan/dissectors/packet-v5ua.c
- M /trunk-1.6/tools/ncp2222.py
- M /trunk-1.6/tools/process-x11-fields.pl
- M /trunk-1.6/tools/process-x11-xcb.pl
- M /trunk-1.6/tools/svnadd
- M /trunk-1.6/wiretap/ascend.y
- M /trunk-1.6/wiretap/ascend_scanner.l
- M /trunk-1.6/wiretap/ascendtext.c
- M /trunk-1.6/wiretap/ascendtext.h
+ Don't run past the end of a fragment array, either in the loop or by putting a
+ useless sentinel in.
+
+ Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8213
-Remove a bunch of svn:mergeinfo properties.
------------------------------------------------------------------------
-r46227 | gerald | 2012-11-27 09:20:27 -0800 (Tue, 27 Nov 2012) | 32 lines
+r47288 | gerald | 2013-01-25 15:38:34 -0800 (Fri, 25 Jan 2013) | 11 lines
Changed paths:
M /trunk-1.6
- M /trunk-1.6/docbook/release-notes.xml
- M /trunk-1.6/epan/dissectors/packet-usb.c
-
-Copy over revisions from the trunk:
-
- ------------------------------------------------------------------------
- r45742 | martink | 2012-10-23 14:02:28 -0700 (Tue, 23 Oct 2012) | 6 lines
- Changed paths:
- M /trunk/epan/dissectors/packet-usb.c
-
- From Steve Magnani
-
- fix USB descriptor parsing
+ M /trunk-1.6/epan/dissectors/packet-slowprotocols.c
- https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7909
- ------------------------------------------------------------------------
-
-
-Copy over with manual intervention:
+Copy over r46336 from the trunk:
------------------------------------------------------------------------
- r45339 | eapache | 2012-10-06 07:23:44 -0700 (Sat, 06 Oct 2012) | 5 lines
+ r46336 | pascal | 2012-12-02 14:19:37 -0800 (Sun, 02 Dec 2012) | 3 lines
Changed paths:
- M /trunk
- M /trunk/epan/dissectors/packet-usb.c
+ M /trunk/epan/dissectors/packet-slowprotocols.c
- Fix error caught by valgrind where we were running off the end of a
- variable because we were passing the address of a single guint8 as a
- char*. Work around it by making the guint8 an array and filling the last
- element with 0 as if it were a null-terminated string.
+ Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8036 :
+ Check length of Slow Protocol OAM Vendor Specific Event Notification and add an expert info if it is not at least 2 bytes long
------------------------------------------------------------------------
-
-Update the release notes.
-
------------------------------------------------------------------------
-r46228 | gerald | 2012-11-27 09:23:20 -0800 (Tue, 27 Nov 2012) | 13 lines
+r47289 | gerald | 2013-01-25 16:36:00 -0800 (Fri, 25 Jan 2013) | 27 lines
Changed paths:
M /trunk-1.6
- M /trunk-1.6/docbook/release-notes.xml
- M /trunk-1.6/epan/dissectors/packet-isakmp.c
+ M /trunk-1.6/epan/dissectors/packet-dtls.c
+ M /trunk-1.6/epan/reassemble.c
Copy over revisions from the trunk:
------------------------------------------------------------------------
- r45510 | pascal | 2012-10-12 14:06:27 -0700 (Fri, 12 Oct 2012) | 2 lines
+ r46999 | martink | 2013-01-08 14:18:52 -0800 (Tue, 08 Jan 2013) | 9 lines
Changed paths:
- M /trunk/epan/dissectors/packet-isakmp.c
+ M /trunk/epan/reassemble.c
+
+ From Evan:
+ sanity checks before setting a packet's total length in
+ fragment_set_tot_len()
- Do not use private_data from caller dissector as IKEv2 decryption parameters
+ (from me: check if fragments exist for the given id)
+
+ hopefully, this fixes #8111 and #8163 without causing troubles for other
+ protocols that use fragmentation and reassembly
------------------------------------------------------------------------
+ r47000 | martink | 2013-01-08 14:24:42 -0800 (Tue, 08 Jan 2013) | 6 lines
+ Changed paths:
+ M /trunk/epan/dissectors/packet-dtls.c
+ revert r46739
-Update the release notes.
+ call fragment_add() before fragment_set_tot_len()
+ (the latter has no effect if no fragments are present, so we don't set
+ the total length correctly when it's in the first fragment)
+ ------------------------------------------------------------------------
------------------------------------------------------------------------
-r46229 | gerald | 2012-11-27 09:26:42 -0800 (Tue, 27 Nov 2012) | 16 lines
+r47290 | gerald | 2013-01-25 16:52:37 -0800 (Fri, 25 Jan 2013) | 11 lines
Changed paths:
- M /trunk-1.6
- M /trunk-1.6/docbook/release-notes.xml
- M /trunk-1.6/epan/dissectors/packet-wtp.c
+ M /trunk-1.6/epan/proto.c
-Copy over revisions from the trunk:
+Copy over r47114 by hand.
------------------------------------------------------------------------
- r45614 | martink | 2012-10-17 00:44:33 -0700 (Wed, 17 Oct 2012) | 5 lines
+ r47114 | eapache | 2013-01-16 06:14:05 -0800 (Wed, 16 Jan 2013) | 3 lines
Changed paths:
- M /trunk/epan/dissectors/packet-wtp.c
+ M /trunk/epan/proto.c
- fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7869
-
- make tpiLen a guint such that it can store 2 + tvb_get_guint8(...)
- without overflow
+ Null the finfo pointer after we free it. Reduces (but does not completely fix)
+ the errors from bug https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8197
------------------------------------------------------------------------
-
-Update the release notes.
-
------------------------------------------------------------------------
-r46230 | gerald | 2012-11-27 09:42:23 -0800 (Tue, 27 Nov 2012) | 14 lines
+r47291 | gerald | 2013-01-25 17:02:31 -0800 (Fri, 25 Jan 2013) | 10 lines
Changed paths:
- M /trunk-1.6/docbook/release-notes.xml
- M /trunk-1.6/epan/dissectors/packet-rtcp.c
+ M /trunk-1.6
+ M /trunk-1.6/epan/dissectors/packet-ntlmssp.c
-Copy over with manual intervention:
+Copy over r47248 from the trunk:
------------------------------------------------------------------------
- r45717 | cmaynard | 2012-10-22 09:22:21 -0700 (Mon, 22 Oct 2012) | 3 lines
+ r47248 | rbalint | 2013-01-24 01:34:54 -0800 (Thu, 24 Jan 2013) | 1 line
Changed paths:
- M /trunk/epan/dissectors/packet-rtcp.c
+ M /trunk/epan/dissectors/packet-ntlmssp.c
- Avoid potential infinite loops. Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7879
- #BACKPORT (1.8, 1.6)
+ Prevent copying longer than expected NTLM SSP key
------------------------------------------------------------------------
-
-Update the release notes.
-
------------------------------------------------------------------------
-r46231 | gerald | 2012-11-27 10:00:37 -0800 (Tue, 27 Nov 2012) | 50 lines
+r47293 | gerald | 2013-01-25 17:16:32 -0800 (Fri, 25 Jan 2013) | 31 lines
Changed paths:
M /trunk-1.6
M /trunk-1.6/docbook/release-notes.xml
- M /trunk-1.6/epan/radius_dict.l
+ M /trunk-1.6/epan/dissectors/packet-dis-pdus.c
+ M /trunk-1.6/epan/dissectors/packet-isup.c
+ M /trunk-1.6/epan/dissectors/packet-ssl.c
-Copy over fixes for bug 7803 from the trunk:
+Copy over revisions from the trunk:
------------------------------------------------------------------------
- r45354 | eapache | 2012-10-06 13:47:35 -0700 (Sat, 06 Oct 2012) | 6 lines
+ r46334 | pascal | 2012-12-02 12:49:19 -0800 (Sun, 02 Dec 2012) | 3 lines
Changed paths:
- M /trunk
- M /trunk/epan/radius_dict.l
-
- Work around bug 7803 by not freeing the old name value until after it's been
- replaced in the key-set of the hash table. This doesn't really provide proper
- behaviour, it just stops us from accessing freed memory.
+ M /trunk/epan/dissectors/packet-isup.c
- Also, add modelines.
+ From Ojab via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8035 :
+ Wrong packet bytes are selected for ISUP CUG binary code
------------------------------------------------------------------------
- r45359 | eapache | 2012-10-06 16:56:56 -0700 (Sat, 06 Oct 2012) | 6 lines
+ r46510 | eapache | 2012-12-11 16:02:34 -0800 (Tue, 11 Dec 2012) | 5 lines
Changed paths:
M /trunk
- M /trunk/epan/radius_dict.l
+ M /trunk/epan/dissectors/packet-ssl.c
- Clean up better if we can't open a radius dictionary included by another
- radius dictionary. One of many issues with the way we load radius
- dictionaries.
+ Use the complete fragment length to reassembly SSL frames. The old method
+ of picking them up one at a time failed on jumbo frames.
- Part of https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7803
+ Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8075
------------------------------------------------------------------------
- r45360 | eapache | 2012-10-06 17:06:21 -0700 (Sat, 06 Oct 2012) | 7 lines
+ r47132 | pascal | 2013-01-17 05:20:45 -0800 (Thu, 17 Jan 2013) | 3 lines
Changed paths:
- M /trunk
- M /trunk/epan/radius_dict.l
+ M /trunk/epan/dissectors/packet-dis-pdus.c
- Don't destroy the in-memory radius dictionary if we hit a parse error:
- - If it's something as simple as a missing $INCLUDE then we probably still want
- whatever we could parse
- - We weren't doing it consistently anyways
- - There were a whole bunch of places where we were using it regardless of
- whether or not the parse failed, leading to read-after-free errors.
- ------------------------------------------------------------------------
- r45361 | eapache | 2012-10-06 18:15:16 -0700 (Sat, 06 Oct 2012) | 4 lines
- Changed paths:
- M /trunk
- M /trunk/epan/radius_dict.l
-
- Clean up properly when we can't find a radius $INCLUDE regardless of the
- state of errno. Don't treat it as a fatal parse error because it isn't,
- so we keep parsing the rest of the dictionaries even if one is missing.
+ From Hendrik Uhlmann via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8227 :
+ Electromagnetic Emission Parser parses field Event Id as Entity Id
------------------------------------------------------------------------
Update the release notes.
------------------------------------------------------------------------
-r46232 | gerald | 2012-11-27 10:15:23 -0800 (Tue, 27 Nov 2012) | 51 lines
+r47316 | gerald | 2013-01-27 08:04:22 -0800 (Sun, 27 Jan 2013) | 1 line
+Changed paths:
+ M /trunk-1.6/epan/enterprise-numbers
+ M /trunk-1.6/manuf
+ M /trunk-1.6/services
+
+[Automatic manuf, services and enterprise-numbers update for 2013-01-27]
+------------------------------------------------------------------------
+r47332 | gerald | 2013-01-28 14:34:37 -0800 (Mon, 28 Jan 2013) | 94 lines
Changed paths:
M /trunk-1.6
+ M /trunk-1.6/asn1/snmp/packet-snmp-template.c
M /trunk-1.6/docbook/release-notes.xml
- M /trunk-1.6/epan/dissectors/packet-ieee80211.c
- M /trunk-1.6/epan/dissectors/packet-ieee802154.c
- M /trunk-1.6/epan/dissectors/packet-smb2.c
- M /trunk-1.6/gtk/color_edit_dlg.c
- M /trunk-1.6/gtk/gui_utils.c
- M /trunk-1.6/print.ps
+ M /trunk-1.6/docbook/wsug_src/WSUG_chapter_capture.xml
+ M /trunk-1.6/epan/crypt/airpdcap.c
+ M /trunk-1.6/epan/dissectors/packet-fcp.c
+ M /trunk-1.6/epan/dissectors/packet-gtpv2.c
+ M /trunk-1.6/epan/dissectors/packet-jxta.c
+ M /trunk-1.6/epan/dissectors/packet-lapd.c
+ M /trunk-1.6/epan/dissectors/packet-snmp.c
+ M /trunk-1.6/gtk/main_proto_draw.c
+ M /trunk-1.6/plugins/wimax/packet-wmx.c
+ M /trunk-1.6/tempfile.c
+ M /trunk-1.6/tempfile.h
Copy over revisions from the trunk:
------------------------------------------------------------------------
- r45321 | jake | 2012-10-04 12:30:15 -0700 (Thu, 04 Oct 2012) | 2 lines
+ r47136 | jake | 2013-01-17 14:06:22 -0800 (Thu, 17 Jan 2013) | 4 lines
Changed paths:
- M /trunk/epan/dissectors/packet-ieee80211.c
+ M /trunk/epan/dissectors/packet-jxta.c
- From Sven Eckelmann:
- Fix dissection of IEEE 802.11 Channel Switch Announcement element.
+ Fix for bug 8212.
+ Disable speed optimization which otherwise cause dissector asserts due to
+ appending text and setting lengths.
------------------------------------------------------------------------
- r45559 | etxrab | 2012-10-15 08:59:47 -0700 (Mon, 15 Oct 2012) | 5 lines
+ r47144 | jake | 2013-01-17 22:22:01 -0800 (Thu, 17 Jan 2013) | 2 lines
Changed paths:
- M /trunk/epan/dissectors/packet-ieee802154.c
+ M /trunk/docbook/wsug_src/WSUG_chapter_capture.xml
- From Rakesh Kumar:
- Error in AUXILIARY SECURITY HEADER Parsing for 802.15.4 in dissect_ieee802154_common function.
- Offset should be +8 not +4
-
- https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7864
+ Replace SESSIONNAME with the use of an API call, just as in the code.
------------------------------------------------------------------------
- r45660 | cmaynard | 2012-10-19 11:05:02 -0700 (Fri, 19 Oct 2012) | 3 lines
+ r47173 | grahamb | 2013-01-20 02:01:34 -0800 (Sun, 20 Jan 2013) | 1 line
Changed paths:
- M /trunk/print.ps
+ M /trunk/asn1/snmp/packet-snmp-template.c
+ M /trunk/epan/dissectors/packet-snmp.c
- Add back the "%!" removed in r33773; otherwise, for some unknown reason, only 1 page will be viewable. (Tested w/gsview 5.0 and ghostscript 9.06)
- #BACKPORT(1.8, 1.6)
+ snmp dissector did not correctly set length of pdu's of more than 127 bytes. The dissector assumed the ber identifier and length fields were always 2 bytes long, so a pdu length of more than 127 bytes, which requires more than 1 length octet, was incorrectly dissected.
------------------------------------------------------------------------
+ r47223 | jake | 2013-01-22 22:11:18 -0800 (Tue, 22 Jan 2013) | 3 lines
+ Changed paths:
+ M /trunk/epan/dissectors/packet-lapd.c
+ Fix for CID 280286:
+ Take negative value into account, avoid all casting in the process.
+ ------------------------------------------------------------------------
+ r47294 | jake | 2013-01-26 03:34:55 -0800 (Sat, 26 Jan 2013) | 3 lines
+ Changed paths:
+ M /trunk/plugins/wimax/packet-wmx.c
-Copy over with manual intervention:
+ Fix for CID 280529 and 280530.
+ Check the validity of the TLV before using its retreived data.
+ ------------------------------------------------------------------------
+ r47298 | cmaynard | 2013-01-26 07:41:16 -0800 (Sat, 26 Jan 2013) | 4 lines
+ Changed paths:
+ M /trunk/tempfile.c
+ M /trunk/tempfile.h
+ Replace disallowed filename characters to '-'.
+ Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7877
+ #BACKPORT(1.8, 1.6)
------------------------------------------------------------------------
- r45331 | cmaynard | 2012-10-05 07:51:31 -0700 (Fri, 05 Oct 2012) | 2 lines
+ r47300 | eapache | 2013-01-26 07:51:01 -0800 (Sat, 26 Jan 2013) | 2 lines
Changed paths:
- M /trunk/ui/gtk/gui_utils.c
+ M /trunk/tempfile.c
+ M /trunk/tempfile.h
- A minor modification to Stephen Fisher's r34265 patch to [attempt to] resolve bug 553. This change takes into account that viewable_area.[x|y] may not be 0,0. Will this finally fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=553 ?Unknown, but I am unable to reproduce it.
+ The const was important, take a copy of the suffix to sanitize instead.
------------------------------------------------------------------------
- r45820 | martink | 2012-10-28 12:13:54 -0700 (Sun, 28 Oct 2012) | 6 lines
+ r47314 | mmann | 2013-01-27 07:28:55 -0800 (Sun, 27 Jan 2013) | 1 line
Changed paths:
- M /trunk/ui/gtk/color_edit_dlg.c
+ M /trunk/epan/crypt/airpdcap.c
- fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7913
+ Bugfix crash caused by AirPDcap decryption. Bug 8177 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8177)
+ ------------------------------------------------------------------------
+ r47328 | mmann | 2013-01-28 13:08:14 -0800 (Mon, 28 Jan 2013) | 2 lines
+ Changed paths:
+ M /trunk/asn1/snmp/packet-snmp-template.c
+ M /trunk/epan/dissectors/packet-snmp.c
- When we create a new color filter, we prepend the color filter list with
- a default entry and launch an edit dialogue. If the user cancels, we
- have to remove this _first_ entry from the list (not the last one).
+ Allow SNMP user table entry to be re-editted even if engineID/Username remains the same.
+ Bug 2426 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2426)
------------------------------------------------------------------------
-Update the release notes.
-------------------------------------------------------------------------
-r46233 | gerald | 2012-11-27 10:19:47 -0800 (Tue, 27 Nov 2012) | 26 lines
-Changed paths:
- M /trunk-1.6
- M /trunk-1.6/docbook/release-notes.xml
- M /trunk-1.6/epan/dissectors/packet-tpncp.c
-Copy over revisions from the trunk:
+Copy over by hand:
------------------------------------------------------------------------
- r46003 | eapache | 2012-11-11 12:29:06 -0800 (Sun, 11 Nov 2012) | 7 lines
+ r46556 | pascal | 2012-12-16 00:58:46 -0800 (Sun, 16 Dec 2012) | 3 lines
Changed paths:
- M /trunk/epan/dissectors/packet-tpncp.c
-
- Fix part of https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6665
+ M /trunk/epan/dissectors/packet-gtpv2.c
- Make sure the array of names is always null-terminated, even if we have
- enough names to fill the entire thing. Also use a gboolean instead of a
- gint for one variable.
+ Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8098 :
+ Incorrect dissection of SAC and RAC in 3GPP ULI AVP
------------------------------------------------------------------------
- r46004 | eapache | 2012-11-11 12:54:12 -0800 (Sun, 11 Nov 2012) | 5 lines
+ r47277 | cmaynard | 2013-01-25 11:01:57 -0800 (Fri, 25 Jan 2013) | 5 lines
Changed paths:
- M /trunk/epan/dissectors/packet-tpncp.c
+ M /trunk/ui/gtk/packet_panes.c
- Fix the rest of https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6665
-
- Catch exceptions thrown while registering the dynamically generated tpncp
- fields, and take that as a hint that the .dat file is corrupt.
+ When searching for hex bytes from the "Find Packet" dialog, highlight the correct number of bytes. Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8085
+ #BACKPORT
+ 1.8: ui/gtk/main_proto_draw.c:packet_hex_print()
+ 1.6: gtk/main_proto_draw.c:packet_hex_print()
------------------------------------------------------------------------
Update the release notes.
------------------------------------------------------------------------
-r46234 | gerald | 2012-11-27 10:37:46 -0800 (Tue, 27 Nov 2012) | 13 lines
+r47333 | gerald | 2013-01-28 14:43:29 -0800 (Mon, 28 Jan 2013) | 12 lines
Changed paths:
- M /trunk-1.6/docbook/release-notes.xml
- M /trunk-1.6/gtk/sctp_stat.c
+ M /trunk-1.6
+ M /trunk-1.6/epan/Makefile.am
+ M /trunk-1.6/wiretap/Makefile.am
+ M /trunk-1.6/wsutil/Makefile.am
-Copy over r46153 with manual intervention:
+Copy over r47329 from the trunk:
------------------------------------------------------------------------
- r46153 | ruengeler | 2012-11-23 05:16:04 -0800 (Fri, 23 Nov 2012) | 2 lines
+ r47329 | rbalint | 2013-01-28 13:45:44 -0800 (Mon, 28 Jan 2013) | 1 line
Changed paths:
- M /trunk/ui/gtk/sctp_stat.c
+ M /trunk/epan/Makefile.am
+ M /trunk/wiretap/Makefile.am
+ M /trunk/wsutil/Makefile.am
- Fix bug reported in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8011
+ make dumpabi target build with multiple digits in library version numbers
------------------------------------------------------------------------
+------------------------------------------------------------------------
+r47339 | gerald | 2013-01-28 17:08:08 -0800 (Mon, 28 Jan 2013) | 2 lines
+Changed paths:
+ M /trunk-1.6/epan/Makefile.am
+ M /trunk-1.6/wiretap/Makefile.am
+ M /trunk-1.6/wsutil/Makefile.am
-Update the release notes.
+Use readlink instead of ls.
------------------------------------------------------------------------
|
[-]
[+]
|
Changed |
wireshark-1.6.13.tar.bz2/Makefile.am
^
|
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Wireshark
#
-# $Id: Makefile.am 45326 2012-10-04 22:51:00Z gerald $
+# $Id: Makefile.am 46269 2012-11-28 23:09:48Z gerald $
#
# Wireshark - Network traffic analyzer
# By Gerald Combs <gerald@wireshark.org>
@@ -923,7 +923,7 @@
if test x$(BASE_VERSION) != x$(PREV_VERSION) ; then \
curl -z $(PREV_FILE) -o $(PREV_FILE) $(PREV_URL) && \
tar -xjf $(PREV_FILE) && \
- diff -urN $(PREV_DIR) $(distdir) | bzip2 > patch-wireshark-$(PREV_VERSION)-to-$(VERSION).bz2 && \
+ diff -urN $(PREV_DIR) $(distdir) | bzip2 > patch-wireshark-$(PREV_VERSION)-to-$(VERSION).diff.bz2 && \
echo "Created patch-bzip2" ; \
rm -rf "$(PREV_FILE)" "$(PREV_DIR)" ; \
else \
|
[-]
[+]
|
Changed |
wireshark-1.6.13.tar.bz2/Makefile.in
^
|
@@ -17,7 +17,7 @@
# Makefile.am
# Automake file for Wireshark
#
-# $Id: Makefile.am 45326 2012-10-04 22:51:00Z gerald $
+# $Id: Makefile.am 46269 2012-11-28 23:09:48Z gerald $
#
# Wireshark - Network traffic analyzer
# By Gerald Combs <gerald@wireshark.org>
@@ -4416,7 +4416,7 @@
if test x$(BASE_VERSION) != x$(PREV_VERSION) ; then \
curl -z $(PREV_FILE) -o $(PREV_FILE) $(PREV_URL) && \
tar -xjf $(PREV_FILE) && \
- diff -urN $(PREV_DIR) $(distdir) | bzip2 > patch-wireshark-$(PREV_VERSION)-to-$(VERSION).bz2 && \
+ diff -urN $(PREV_DIR) $(distdir) | bzip2 > patch-wireshark-$(PREV_VERSION)-to-$(VERSION).diff.bz2 && \
echo "Created patch-bzip2" ; \
rm -rf "$(PREV_FILE)" "$(PREV_DIR)" ; \
else \
|
[-]
[+]
|
Changed |
wireshark-1.6.13.tar.bz2/NEWS
^
|
@@ -1,4 +1,4 @@
-Wireshark 1.6.12 Release Notes
+Wireshark 1.6.13 Release Notes
------------------------------------------------------------------
@@ -14,76 +14,108 @@
The following vulnerability has been fixed.
- o wnpa-sec-2012-31
+ o wnpa-sec-2013-01
- The USB dissector could go into an infinite loop. (Bug 7787)
+ Infinite and large loops in the Bluetooth HCI, CSN.1, DCP-ETSI
+ DOCSIS CM-STAUS, IEEE 802.3 Slow Protocols, MPLS, R3, RTPS,
+ SDP, and SIP dissectors. Reported by Laurent Butti. (Bugs
+ 8036, 8037, 8038, 8040, 8041, 8042, 8043, 8198, 8199, 8222)
- Versions affected: 1.8.0 to 1.8.3, 1.6.0 to 1.6.11.
+ Versions affected: 1.8.0 to 1.8.4, 1.6.0 to 1.6.12.
- o wnpa-sec-2012-35
+ GENERIC-MAP-NOMATCH
- The ISAKMP dissector could crash. (Bug 7855)
+ o wnpa-sec-2013-02
- Versions affected: 1.8.0 to 1.8.3, 1.6.0 to 1.6.11.
+ The CLNP dissector could crash. Discovered independently by
+ Laurent Butti and the Wireshark development team. (Bug 7871)
- o wnpa-sec-2012-36
+ Versions affected: 1.8.0 to 1.8.4, 1.6.0 to 1.6.12.
- The iSCSI dissector could go into an infinite loop. (Bug 7858)
+ GENERIC-MAP-NOMATCH
- Versions affected: 1.8.0 to 1.8.3, 1.6.0 to 1.6.11.
+ o wnpa-sec-2013-03
- o wnpa-sec-2012-37
+ The DTN dissector could crash. (Bug 7945)
- The WTP dissector could go into an infinite loop. (Bug 7869)
+ Versions affected: 1.8.0 to 1.8.4, 1.6.0 to 1.6.12.
- Versions affected: 1.8.0 to 1.8.3, 1.6.0 to 1.6.11.
+ GENERIC-MAP-NOMATCH
- o wnpa-sec-2012-38
+ o wnpa-sec-2013-04
- The RTCP dissector could go into an infinite loop. (Bug 7879)
+ The MS-MMC dissector (and possibly others) could crash. (Bug
+ 8112)
- Versions affected: 1.8.0 to 1.8.3, 1.6.0 to 1.6.11.
+ Versions affected: 1.8.0 to 1.8.4, 1.6.0 to 1.6.12.
- o wnpa-sec-2012-40
+ GENERIC-MAP-NOMATCH
- The ICMPv6 dissector could go into an infinite loop. (Bug
- 7844)
+ o wnpa-sec-2013-05
- Versions affected: 1.8.0 to 1.8.3, 1.6.0 to 1.6.11.
+ The DTLS dissector could crash. Discovered by Laurent Butti.
+ (Bug 8111)
+
+ Versions affected: 1.8.0 to 1.8.4, 1.6.0 to 1.6.12.
+
+ GENERIC-MAP-NOMATCH
+
+ o wnpa-sec-2013-07
+
+ The DCP-ETSI dissector could corrupt memory. Discovered by
+ Laurent Butti. (Bug 8213)
+
+ Versions affected: 1.8.0 to 1.8.4, 1.6.0 to 1.6.12.
+
+ GENERIC-MAP-NOMATCH
+
+ o wnpa-sec-2013-08
+
+ The Wireshark dissection engine could crash. Discovered by
+ Laurent Butti. (Bug 8197)
+
+ Versions affected: 1.8.0 to 1.8.4, 1.6.0 to 1.6.12.
+
+ GENERIC-MAP-NOMATCH
+
+ o wnpa-sec-2013-09
+
+ The NTLMSSP dissector could overflow a buffer. Discovered by
+ Ulf Härnhammar. (Bug X)
+
+ Versions affected: 1.8.0 to 1.8.4, 1.6.0 to 1.6.12.
+
+ GENERIC-MAP-NOMATCH
The following bugs have been fixed:
o The HTTP dissector does not reassemble headers when the first
TCP segment does not contain a full header line.
- o Menu and Title bars inaccessible using GTK2 (non-legacy) with
- two monitors. (Bug 553)
-
- o 802.11 Probe Response fails to parse. (Bug 1284)
+ o SNMPv3 Engine ID registration. (Bug 2426)
- o Corrupted tpncp.dat file that crashes Wireshark. (Bug 6665)
+ o Illegal character is used in temporary capture file name. (Bug
+ 7877)
- o SMB 2.x Read Request parsing is wrong starting at Channel.
- (Bug 7790)
+ o Core dumped when the file is closed. (Bug 8022)
- o Dissection of IEEE 802.11 Channel Switch Announcement element
- fails. (Bug 7797)
+ o Wrong packet bytes are selected for ISUP CUG binary code. (Bug
+ 8035)
- o Invalid memory accesses when loading radius captures. (Bug
- 7803)
+ o Decodes FCoE Group Multicast MAC address as Broadcom MAC
+ address. (Bug 8046)
- o ISUP CIC should have format BASE_DEC, not BASE_HEX. (Bug 7848)
+ o The SSL dissector stops decrypting the SSL conversation with
+ Malformed Packet:SSL error messages. (Bug 8075)
- o Error in AUXILIARY SECURITY HEADER Parsing for 802.15.4 in
- dissect_ieee802154_common function. (Bug 7864)
+ o Wrong bytes highlighted with "Find Packet...". (Bug 8085)
- o When cancelling creation of new coloring rule, old one is
- deleted. (Bug 7913)
+ o 3GPP ULI AVP. SAI is not correctly decoded. (Bug 8098)
- o Misspelling (typo) in IPv6 display filter field name. (Bug
- 8006)
+ o Warn Dissector bug, protocol JXTA. (Bug 8212)
- o Core dumped during sctp association analysis. (Bug 8011)
+ o Electromagnetic Emission Parser parses field Event Id as
+ Entity Id. (Bug 8227)
New and Updated Features
@@ -95,12 +127,13 @@
Updated Protocol Support
- FMP/NOTIFY, ICMPv6, IEEE 802.11, IEEE 802.15.4, ISAKMP, iSCSI,
- ISUP, NDPS, Prism, RADIUS, RTCP, SMB2, TPNCP, USB, WTP
+ Bluetooth HCI, CLNP, DCP-ETSI, DIS PDU, DOCSIS CM-STATUS, DTLS,
+ DTN, Fibre Channel, GTPv2, ISUP, JXTA, MPLS, MS-MMC, NTLMSSP, R3,
+ RTPS, SNMP
New and Updated Capture File Support
- CommView NCF
+ No new or updated capture file support.
Getting Wireshark
|
[-]
[+]
|
Changed |
wireshark-1.6.13.tar.bz2/asn1/snmp/packet-snmp-template.c
^
|
@@ -17,7 +17,7 @@
* See RFC 2578 for Structure of Management Information Version 2 (SMIv2)
* Copyright (C) 2007 Luis E. Garcia Ontanon <luis@ontanon.org>
*
- * $Id: packet-snmp-template.c 43869 2012-07-20 19:31:41Z gerald $
+ * $Id: packet-snmp-template.c 47332 2013-01-28 22:34:37Z gerald $
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
@@ -1632,7 +1632,7 @@
offset = dissect_ber_identifier(pinfo, 0, tvb, offset, &class, &pc, &tag);
/*Get the total octet length of the SNMP data*/
offset = dissect_ber_length(pinfo, 0, tvb, offset, &len, &ind);
- message_length = len + 2;
+ message_length = len + offset;
/*Get the SNMP version data*/
offset = dissect_ber_integer(FALSE, &asn1_ctx, 0, tvb, offset, -1, &version);
@@ -2011,7 +2011,7 @@
if ( u->user.userName.len == ue->user.userName.len
- && u->engine.len == ue->engine.len ) {
+ && u->engine.len == ue->engine.len && (u != ue)) {
if (u->engine.len > 0 && memcmp( u->engine.data, ue->engine.data, u->engine.len ) == 0) {
if ( memcmp( u->user.userName.data, ue->user.userName.data, ue->user.userName.len ) == 0 ) {
|
[-]
[+]
|
Changed |
wireshark-1.6.13.tar.bz2/config.nmake
^
|
@@ -1,4 +1,4 @@
-# $Id: config.nmake 45264 2012-10-02 19:46:57Z gerald $
+# $Id: config.nmake 46263 2012-11-28 22:27:37Z gerald $
# Some more information about the settings in this file can be found in
# the file README.windows and the Developer's Guide (available online).
@@ -13,13 +13,13 @@
##### Versions #####
# The SVN revision of our build. Updated by make-version.pl
-SVN_REVISION=46251
+SVN_REVISION=47347
# The current Wireshark version. Recommended: Leave unchanged.
# Updated by make-version.pl
VERSION_MAJOR=1
VERSION_MINOR=6
-VERSION_MICRO=12
+VERSION_MICRO=13
VERSION_BUILD=$(SVN_REVISION)
# Local build information. Recommended: Unique string for your
|
[-]
[+]
|
Changed |
wireshark-1.6.13.tar.bz2/configure
^
|
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for wireshark 1.6.12.
+# Generated by GNU Autoconf 2.68 for wireshark 1.6.13.
#
#
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -567,8 +567,8 @@
# Identity of this package.
PACKAGE_NAME='wireshark'
PACKAGE_TARNAME='wireshark'
-PACKAGE_VERSION='1.6.12'
-PACKAGE_STRING='wireshark 1.6.12'
+PACKAGE_VERSION='1.6.13'
+PACKAGE_STRING='wireshark 1.6.13'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
@@ -1505,7 +1505,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 wireshark 1.6.12 to adapt to many kinds of systems.
+\`configure' configures wireshark 1.6.13 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1576,7 +1576,7 @@
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of wireshark 1.6.12:";;
+ short | recursive ) echo "Configuration of wireshark 1.6.13:";;
esac
cat <<\_ACEOF
@@ -1769,7 +1769,7 @@
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-wireshark configure 1.6.12
+wireshark configure 1.6.13
generated by GNU Autoconf 2.68
Copyright (C) 2010 Free Software Foundation, Inc.
@@ -2309,7 +2309,7 @@
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by wireshark $as_me 1.6.12, which was
+It was created by wireshark $as_me 1.6.13, which was
generated by GNU Autoconf 2.68. Invocation command line was
$ $0 $@
@@ -3088,7 +3088,7 @@
# Define the identity of the package.
PACKAGE='wireshark'
- VERSION='1.6.12'
+ VERSION='1.6.13'
cat >>confdefs.h <<_ACEOF
@@ -26087,7 +26087,7 @@
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by wireshark $as_me 1.6.12, which was
+This file was extended by wireshark $as_me 1.6.13, which was
generated by GNU Autoconf 2.68. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -26153,7 +26153,7 @@
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-wireshark config.status 1.6.12
+wireshark config.status 1.6.13
configured by $0, generated by GNU Autoconf 2.68,
with options \\"\$ac_cs_config\\"
|
[-]
[+]
|
Changed |
wireshark-1.6.13.tar.bz2/configure.in
^
|
@@ -1,8 +1,8 @@
-# $Id: configure.in 45264 2012-10-02 19:46:57Z gerald $
+# $Id: configure.in 46263 2012-11-28 22:27:37Z gerald $
#
AC_PREREQ(2.60)
-AC_INIT(wireshark, 1.6.12)
+AC_INIT(wireshark, 1.6.13)
dnl Check for CPU / vendor / OS
dnl The user is encouraged to use either `AC_CANONICAL_BUILD', or
|
[-]
[+]
|
Changed |
wireshark-1.6.13.tar.bz2/debian/changelog
^
|
@@ -1,4 +1,4 @@
-wireshark (1.6.12) unstable; urgency=low
+wireshark (1.6.13) unstable; urgency=low
* Self-made package
|
[-]
[+]
|
Changed |
wireshark-1.6.13.tar.bz2/debian/control
^
|
@@ -6,7 +6,7 @@
X-Orig-Uploaders: Joost Yervante Damad <andete@debian.org>
Standards-Version: 3.8.1.0
Homepage: http://www.wireshark.org
-Build-Depends: libgtk2.0-dev (>=2.4.0-0), libpcap0.8-dev, flex, libz-dev, dpatch, debhelper (>= 6), libtool, python, automake1.9, autoconf, autotools-dev, libc-ares-dev, xsltproc, docbook-xsl (>= 1.64.1.0-0), libpcre3-dev, libcap-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], bison, libgnutls-dev, python-support (>= 0.3), portaudio19-dev, libkrb5-dev, liblua5.1-0-dev, libsmi2-dev, libgeoip-dev
+Build-Depends: libgtk2.0-dev (>=2.4.0-0), libpcap0.8-dev, flex, libz-dev, dpatch, debhelper (>= 6), libtool, python, automake1.9 | automake1.10 | automake, autoconf, autotools-dev, libc-ares-dev, xsltproc, docbook-xsl (>= 1.64.1.0-0), libpcre3-dev, libcap-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], bison, libgnutls-dev, python-support (>= 0.3), portaudio19-dev, libkrb5-dev, liblua5.1-0-dev, libsmi2-dev, libgeoip-dev
Build-Conflicts: libsnmp4.2-dev, libsnmp-dev
XS-Python-Version: all
|
[-]
[+]
|
Changed |
wireshark-1.6.13.tar.bz2/debian/patches/03_preferences.dpatch
^
|
@@ -5,15 +5,16 @@
## DP: use Debian sensible-browser
@DPATCH@
-diff -urNad wireshark-0.99.7~pre1~/epan/prefs.c wireshark-0.99.7~pre1/epan/prefs.c
---- wireshark-0.99.7~pre1~/epan/prefs.c 2007-11-22 17:57:25.000000000 +0100
-+++ wireshark-0.99.7~pre1/epan/prefs.c 2007-11-22 18:04:50.555226510 +0100
-@@ -1198,7 +1198,7 @@
+diff -urNad wireshark-1.6.0~/epan/prefs.c wireshark-1.6.0/epan/prefs.c
+--- wireshark-1.6.0~/epan/prefs.c 2008-10-11 22:57:25.000000000 +0100
++++ wireshark-1.6.0/epan/prefs.c 2008-10-11 22:49:01.555226510 +0100
+@@ -1286,7 +1286,7 @@
prefs.gui_ask_unsaved = TRUE;
prefs.gui_find_wrap = TRUE;
prefs.gui_use_pref_save = FALSE;
- prefs.gui_webbrowser = g_strdup(HTML_VIEWER " %s");
+ prefs.gui_webbrowser = g_strdup("sensible-browser %s");
prefs.gui_window_title = g_strdup("");
- prefs.gui_layout_type = layout_type_5;
- prefs.gui_layout_content_1 = layout_pane_content_plist;
+ prefs.gui_start_title = g_strdup("The World's Most Popular Network Protocol Analyzer");
+ prefs.gui_version_in_start_page = TRUE;
+
|
[-]
[+]
|
Changed |
wireshark-1.6.13.tar.bz2/debian/wireshark-common.files
^
|
@@ -1,13 +1,15 @@
+/usr/bin/dftest
/usr/bin/dumpcap
/usr/bin/capinfos
/usr/bin/editcap
/usr/bin/mergecap
/usr/bin/text2pcap
+/usr/bin/randpkt
/usr/bin/rawshark
/usr/lib/wireshark/libwireshark.so.1
-/usr/lib/wireshark/libwireshark.so.1.1.12
+/usr/lib/wireshark/libwireshark.so.1.1.13
/usr/lib/wireshark/libwiretap.so.1
-/usr/lib/wireshark/libwiretap.so.1.0.12
+/usr/lib/wireshark/libwiretap.so.1.0.13
/usr/lib/wireshark/libwsutil.so.1
/usr/lib/wireshark/libwsutil.so.1.0.0
/usr/lib/wireshark/plugins/*
|
[-]
[+]
|
Changed |
wireshark-1.6.13.tar.bz2/debian/wireshark-common.manpages
^
|
@@ -1,7 +1,9 @@
+doc/dftest.1
doc/dumpcap.1
doc/editcap.1
doc/mergecap.1
doc/text2pcap.1
doc/wireshark-filter.4
doc/capinfos.1
+doc/randpkt.1
doc/rawshark.1
|
[-]
[+]
|
Changed |
wireshark-1.6.13.tar.bz2/doc/rawshark.pod
^
|
@@ -47,15 +47,21 @@
uint8_t data[caplen]; /* Packet data */
};
-If B<-p> is supplied B<rawshark> expects the following format. This matches the
-pcap_pkthdr struct and packet data used in libpcap. Note that the time stamp
-value will match the previous format on some systems but not others.
+If B<-p> is supplied B<rawshark> expects the following format. This
+matches the I<struct pcap_pkthdr> structure and packet data used in
+libpcap. This structure's format is platform-dependent; the size of the
+I<tv_sec> field in the I<struct timeval> structure could be 32 bits or
+64 bits. For B<rawshark> to work, the layout of the structure in the
+input must match the layout of the structure in B<rawshark>. Note that
+this format will probably be the same as the previous format if
+B<rawshark> is a 32-bit program, but will not necessarily be the same if
+B<rawshark> is a 64-bit program.
struct rawshark_rec_s {
struct timeval ts; /* Time stamp */
uint32_t caplen; /* Length of the packet buffer */
uint32_t len; /* "On the wire" length of the packet */
- uint8_t *data; /* Packet data */
+ uint8_t data[caplen]; /* Packet data */
};
In either case, the endianness (byte ordering) of each integer must match the
|
[-]
[+]
|
Changed |
wireshark-1.6.13.tar.bz2/docbook/release-notes.xml
^
|
@@ -2,7 +2,7 @@
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
-<!-- $Id: release-notes.xml 46251 2012-11-28 18:46:38Z gerald $ -->
+<!-- $Id: release-notes.xml 47347 2013-01-29 17:09:47Z gerald $ -->
<!--
DOCUMENT SECTION
@@ -12,7 +12,7 @@
<!--
Wireshark Info
-->
-<!ENTITY WiresharkCurrentVersion "1.6.12">
+<!ENTITY WiresharkCurrentVersion "1.6.13">
]>
@@ -36,124 +36,193 @@
<listitem>
<para>
- <ulink url="http://www.wireshark.org/security/wnpa-sec-2012-31.html">wnpa-sec-2012-31</ulink>
+ <ulink url="http://www.wireshark.org/security/wnpa-sec-2013-01.html">wnpa-sec-2013-01</ulink>
</para>
<para>
- The USB dissector could go into an infinite loop.
- <!-- Fixed in trunk: r45310, r45339, r45742 -->
- <!-- Fixed in trunk-1.8: r45837 -->
- <!-- Fixed in trunk-1.6: r46225, r46227 -->
- (<ulink url="https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7787">Bug
- 7787</ulink>)
+ Infinite and large loops in the Bluetooth HCI, CSN.1, DCP-ETSI
+ DOCSIS CM-STAUS, IEEE 802.3 Slow Protocols, MPLS, R3, RTPS, SDP, and
+ SIP dissectors. Reported by Laurent Butti.
+ <!-- BTHCI -->
+ <!-- Fixed in trunk: r46345 -->
+ <!-- Fixed in trunk-1.8: r46424 -->
+ <!-- Fixed in trunk-1.6: r46425 -->
+ <!-- CM-STATUS -->
+ <!-- Fixed in trunk: r47045 -->
+ <!-- Fixed in trunk-1.8: r47054 -->
+ <!-- Fixed in trunk-1.6: r47056 -->
+ <!-- CSN.1 -->
+ <!-- Fixed in trunk: r46335 -->
+ <!-- Fixed in trunk-1.8: r46409 -->
+ <!-- DCP-ETSI -->
+ <!-- Fixed in trunk: r47123, r47125 -->
+ <!-- Fixed in trunk-1.8: r47245 -->
+ <!-- Fixed in trunk-1.6: r47246 -->
+ <!-- 802.3 Slow -->
+ <!-- Fixed in trunk: r46336 -->
+ <!-- Fixed in trunk-1.8: r46667 -->
+ <!-- Fixed in trunk-1.6: r47288 -->
+ <!-- MPLS -->
+ <!-- Fixed in trunk: r46421 -->
+ <!-- Fixed in trunk-1.8: r46421 -->
+ <!-- Fixed in trunk-1.6: r46422 -->
+ <!-- R3 -->
+ <!-- Fixed in trunk: r46415 -->
+ <!-- Fixed in trunk-1.8: r46416 -->
+ <!-- Fixed in trunk-1.6: r46417 -->
+ <!-- RTPS -->
+ <!-- Fixed in trunk: r47046 -->
+ <!-- Fixed in trunk-1.8: r47055 -->
+ <!-- Fixed in trunk-1.6: r47057 -->
+ <!-- SDP -->
+ <!-- Fixed in trunk: r46344, r46346 -->
+ <!-- Fixed in trunk-1.8: r46423 -->
+ <!-- SIP -->
+ <!-- Fixed in trunk: r46340 -->
+ <!-- Fixed in trunk-1.8: r46419 -->
+ (Bugs
+ <ulink url="https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8036">8036</ulink>,
+ <ulink url="https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8037">8037</ulink>,
+ <ulink url="https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8038">8038</ulink>,
+ <ulink url="https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8040">8040</ulink>,
+ <ulink url="https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8041">8041</ulink>,
+ <ulink url="https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8041">8042</ulink>,
+ <ulink url="https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8043">8043</ulink>,
+ <ulink url="https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8198">8198</ulink>,
+ <ulink url="https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8199">8199</ulink>,
+ <ulink url="https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8222">8222</ulink>)
</para>
- <para>Versions affected: 1.8.0 to 1.8.3, 1.6.0 to 1.6.11.</para>
-<!--
+ <para>Versions affected: 1.8.0 to 1.8.4, 1.6.0 to 1.6.12.</para>
<para>
- <ulink url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-UNASSIGNED">CVE-2012-UNASSIGNED</ulink>
+ <ulink url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=GENERIC-MAP-NOMATCH">GENERIC-MAP-NOMATCH</ulink>
</para>
--->
</listitem>
<listitem>
<para>
- <ulink url="http://www.wireshark.org/security/wnpa-sec-2012-35.html">wnpa-sec-2012-35</ulink>
+ <ulink url="http://www.wireshark.org/security/wnpa-sec-2013-02.html">wnpa-sec-2013-02</ulink>
</para>
<para>
- The ISAKMP dissector could crash.
- <!-- Fixed in trunk: r45510 -->
- <!-- Fixed in trunk-1.8: r45580 -->
- <!-- Fixed in trunk-1.6: r46228 -->
- (<ulink url="https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7855">Bug
- 7855</ulink>)
+ The CLNP dissector could crash. Discovered independently by Laurent
+ Butti and the Wireshark development team.
+ <!-- Fixed in trunk: r45646, r46645, r46646 -->
+ <!-- Fixed in trunk-1.8: r46659 -->
+ <!-- Fixed in trunk-1.6: r46726 -->
+ (<ulink url="https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7871">Bug
+ 7871</ulink>)
</para>
- <para>Versions affected: 1.8.0 to 1.8.3, 1.6.0 to 1.6.11.</para>
-<!--
+ <para>Versions affected: 1.8.0 to 1.8.4, 1.6.0 to 1.6.12.</para>
<para>
- <ulink url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-UNASSIGNED">CVE-2012-UNASSIGNED</ulink>
+ <ulink url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=GENERIC-MAP-NOMATCH">GENERIC-MAP-NOMATCH</ulink>
</para>
--->
</listitem>
<listitem>
<para>
- <ulink url="http://www.wireshark.org/security/wnpa-sec-2012-36.html">wnpa-sec-2012-36</ulink>
+ <ulink url="http://www.wireshark.org/security/wnpa-sec-2013-03.html">wnpa-sec-2013-03</ulink>
</para>
<para>
- The iSCSI dissector could go into an infinite loop.
- <!-- Fixed in trunk: r45524, r45548 -->
- <!-- Fixed in trunk-1.8: r45549 -->
- <!-- Fixed in trunk-1.6: r45550 -->
- (<ulink url="https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7858">Bug
- 7858</ulink>)
+ The DTN dissector could crash.
+ <!-- Fixed in trunk: r46577, 46579 -->
+ <!-- Fixed in trunk-1.8: r46578, r46580 -->
+ <!-- Fixed in trunk-1.6: r46581 -->
+ (<ulink url="https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7945">Bug
+ 7945</ulink>)
</para>
- <para>Versions affected: 1.8.0 to 1.8.3, 1.6.0 to 1.6.11.</para>
-<!--
+ <para>Versions affected: 1.8.0 to 1.8.4, 1.6.0 to 1.6.12.</para>
<para>
- <ulink url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-UNASSIGNED">CVE-2012-UNASSIGNED</ulink>
+ <ulink url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=GENERIC-MAP-NOMATCH">GENERIC-MAP-NOMATCH</ulink>
</para>
--->
</listitem>
<listitem>
<para>
- <ulink url="http://www.wireshark.org/security/wnpa-sec-2012-37.html">wnpa-sec-2012-37</ulink>
+ <ulink url="http://www.wireshark.org/security/wnpa-sec-2013-04.html">wnpa-sec-2013-04</ulink>
</para>
<para>
- The WTP dissector could go into an infinite loop.
- <!-- Fixed in trunk: r45614 -->
- <!-- Fixed in trunk-1.8: r45837 -->
- <!-- Fixed in trunk-1.6: r46229 -->
- (<ulink url="https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7869">Bug
- 7869</ulink>)
+ The MS-MMC dissector (and possibly others) could crash.
+ <!-- Fixed in trunk: r46705 -->
+ <!-- Fixed in trunk-1.8: r46760 -->
+ <!-- Fixed in trunk-1.6: r46813 -->
+ (<ulink url="https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8112">Bug
+ 8112</ulink>)
</para>
- <para>Versions affected: 1.8.0 to 1.8.3, 1.6.0 to 1.6.11.</para>
-<!--
+ <para>Versions affected: 1.8.0 to 1.8.4, 1.6.0 to 1.6.12.</para>
<para>
- <ulink url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-UNASSIGNED">CVE-2012-UNASSIGNED</ulink>
+ <ulink url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=GENERIC-MAP-NOMATCH">GENERIC-MAP-NOMATCH</ulink>
</para>
--->
</listitem>
<listitem>
<para>
- <ulink url="http://www.wireshark.org/security/wnpa-sec-2012-38.html">wnpa-sec-2012-38</ulink>
+ <ulink url="http://www.wireshark.org/security/wnpa-sec-2013-05.html">wnpa-sec-2013-05</ulink>
</para>
<para>
- The RTCP dissector could go into an infinite loop.
- <!-- Fixed in trunk: r45717 -->
- <!-- Fixed in trunk-1.8: r45837 -->
- <!-- Fixed in trunk-1.6: r46230 -->
- (<ulink url="https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7879">Bug
- 7879</ulink>)
+ The DTLS dissector could crash. Discovered by Laurent Butti.
+ <!-- Fixed in trunk: r46739, r46999, r47000 -->
+ <!-- Fixed in trunk-1.8: r46840, r47279 -->
+ <!-- Fixed in trunk-1.6: r46841, r47289 -->
+ (<ulink url="https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8111">Bug
+ 8111</ulink>)
</para>
- <para>Versions affected: 1.8.0 to 1.8.3, 1.6.0 to 1.6.11.</para>
-<!--
+ <para>Versions affected: 1.8.0 to 1.8.4, 1.6.0 to 1.6.12.</para>
<para>
- <ulink url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-UNASSIGNED">CVE-2012-UNASSIGNED</ulink>
+ <ulink url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=GENERIC-MAP-NOMATCH">GENERIC-MAP-NOMATCH</ulink>
</para>
--->
</listitem>
<listitem>
<para>
- <ulink url="http://www.wireshark.org/security/wnpa-sec-2012-40.html">wnpa-sec-2012-40</ulink>
+ <ulink url="http://www.wireshark.org/security/wnpa-sec-2013-07.html">wnpa-sec-2013-07</ulink>
</para>
<para>
- The ICMPv6 dissector could go into an infinite loop.
- <!-- Fixed in trunk: r45459 -->
- <!-- Fixed in trunk-1.8: r45460 -->
- <!-- Fixed in trunk-1.6: r45493 -->
- (<ulink url="https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7844">Bug
- 7844</ulink>)
+ The DCP-ETSI dissector could corrupt memory. Discovered by Laurent Butti.
+ <!-- Fixed in trunk: r47098 -->
+ <!-- Fixed in trunk-1.8: r47245 -->
+ <!-- Fixed in trunk-1.6: r47246 -->
+ (<ulink url="https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8213">Bug
+ 8213</ulink>)
</para>
- <para>Versions affected: 1.8.0 to 1.8.3, 1.6.0 to 1.6.11.</para>
-<!--
+ <para>Versions affected: 1.8.0 to 1.8.4, 1.6.0 to 1.6.12.</para>
<para>
- <ulink url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-UNASSIGNED">CVE-2012-UNASSIGNED</ulink>
+ <ulink url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=GENERIC-MAP-NOMATCH">GENERIC-MAP-NOMATCH</ulink>
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ <ulink url="http://www.wireshark.org/security/wnpa-sec-2013-08.html">wnpa-sec-2013-08</ulink>
+ </para>
+ <para>
+ The Wireshark dissection engine could crash. Discovered by Laurent Butti.
+ <!-- Fixed in trunk: r47114 -->
+ <!-- Fixed in trunk-1.8: r47281 -->
+ <!-- Fixed in trunk-1.6: r47290 -->
+ (<ulink url="https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8197">Bug
+ 8197</ulink>)
+ </para>
+ <para>Versions affected: 1.8.0 to 1.8.4, 1.6.0 to 1.6.12.</para>
+ <para>
+ <ulink url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=GENERIC-MAP-NOMATCH">GENERIC-MAP-NOMATCH</ulink>
</para>
--->
</listitem>
+ <listitem>
+ <para>
+ <ulink url="http://www.wireshark.org/security/wnpa-sec-2013-09.html">wnpa-sec-2013-09</ulink>
+ </para>
+ <para>
+ The NTLMSSP dissector could overflow a buffer. Discovered by Ulf Härnhammar.
+ <!-- Fixed in trunk: 47248 -->
+ <!-- Fixed in trunk-1.8: r47282 -->
+ <!-- Fixed in trunk-1.6: 47291 -->
+ (<ulink url="https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=X">Bug
+ X</ulink>)
+ </para>
+ <para>Versions affected: 1.8.0 to 1.8.4, 1.6.0 to 1.6.12.</para>
+ <para>
+ <ulink url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=GENERIC-MAP-NOMATCH">GENERIC-MAP-NOMATCH</ulink>
+ </para>
+ </listitem>
</itemizedlist>
</para>
@@ -179,69 +248,63 @@
-->
<listitem><para>
- Menu and Title bars inaccessible using GTK2 (non-legacy) with two monitors.
- (<ulink url="https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=553">Bug
- 553</ulink>)
- </para></listitem>
-
- <listitem><para>
- 802.11 Probe Response fails to parse.
- (<ulink url="https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1284">Bug
- 1284</ulink>)
+ SNMPv3 Engine ID registration.
+ (<ulink url="https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2426">Bug
+ 2426</ulink>)
</para></listitem>
<listitem><para>
- Corrupted tpncp.dat file that crashes Wireshark.
- (<ulink url="https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6665">Bug
- 6665</ulink>)
+ Illegal character is used in temporary capture file name.
+ (<ulink url="https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7877">Bug
+ 7877</ulink>)
</para></listitem>
<listitem><para>
- SMB 2.x Read Request parsing is wrong starting at Channel.
- (<ulink url="https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7790">Bug
- 7790</ulink>)
+ Core dumped when the file is closed.
+ (<ulink url="https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8022">Bug
+ 8022</ulink>)
</para></listitem>
<listitem><para>
- Dissection of IEEE 802.11 Channel Switch Announcement element fails.
- (<ulink url="https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7797">Bug
- 7797</ulink>)
+ Wrong packet bytes are selected for ISUP CUG binary code.
+ (<ulink url="https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8035">Bug
+ 8035</ulink>)
</para></listitem>
<listitem><para>
- Invalid memory accesses when loading radius captures.
- (<ulink url="https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7803">Bug
- 7803</ulink>)
+ Decodes FCoE Group Multicast MAC address as Broadcom MAC address.
+ (<ulink url="https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8046">Bug
+ 8046</ulink>)
</para></listitem>
<listitem><para>
- ISUP CIC should have format BASE_DEC, not BASE_HEX.
- (<ulink url="https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7848">Bug
- 7848</ulink>)
+ The SSL dissector stops decrypting the SSL conversation with Malformed Packet:SSL error messages.
+ (<ulink url="https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8075">Bug
+ 8075</ulink>)
</para></listitem>
<listitem><para>
- Error in AUXILIARY SECURITY HEADER Parsing for 802.15.4 in dissect_ieee802154_common function.
- (<ulink url="https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7864">Bug
- 7864</ulink>)
+ Wrong bytes highlighted with "Find Packet...".
+ (<ulink url="https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8085">Bug
+ 8085</ulink>)
</para></listitem>
<listitem><para>
- When cancelling creation of new coloring rule, old one is deleted.
- (<ulink url="https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7913">Bug
- 7913</ulink>)
+ 3GPP ULI AVP. SAI is not correctly decoded.
+ (<ulink url="https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8098">Bug
+ 8098</ulink>)
</para></listitem>
<listitem><para>
- Misspelling (typo) in IPv6 display filter field name.
- (<ulink url="https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8006">Bug
- 8006</ulink>)
+ Warn Dissector bug, protocol JXTA.
+ (<ulink url="https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8212">Bug
+ 8212</ulink>)
</para></listitem>
<listitem><para>
- Core dumped during sctp association analysis.
- (<ulink url="https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8011">Bug
- 8011</ulink>)
+ Electromagnetic Emission Parser parses field Event Id as Entity Id.
+ (<ulink url="https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8227">Bug
+ 8227</ulink>)
</para></listitem>
</itemizedlist>
@@ -270,21 +333,23 @@
<!-- Sort alphabetically -->
-FMP/NOTIFY,
-ICMPv6,
-IEEE 802.11,
-IEEE 802.15.4,
-ISAKMP,
-iSCSI,
+Bluetooth HCI,
+CLNP,
+DCP-ETSI,
+DIS PDU,
+DOCSIS CM-STATUS,
+DTLS,
+DTN,
+Fibre Channel,
+GTPv2,
ISUP,
-NDPS,
-Prism,
-RADIUS,
-RTCP,
-SMB2,
-TPNCP,
-USB,
-WTP
+JXTA,
+MPLS,
+MS-MMC,
+NTLMSSP,
+R3,
+RTPS,
+SNMP
</para>
</section>
@@ -292,7 +357,7 @@
<section id="NewCapture"><title>New and Updated Capture File Support</title>
<para>
-CommView NCF
+No new or updated capture file support.
</para>
</section>
|
[-]
[+]
|
Changed |
wireshark-1.6.13.tar.bz2/docbook/wsug_src/WSUG_chapter_capture.xml
^
|
@@ -1,5 +1,5 @@
-<!-- WSUG Chapter Capture -->
-<!-- $Id: WSUG_chapter_capture.xml 35299 2010-12-29 20:30:36Z cmaynard $ -->
+<!-- WSUG Chapter Capture -->
+<!-- $Id: WSUG_chapter_capture.xml 47332 2013-01-28 22:34:37Z gerald $ -->
<chapter id="ChapterCapture">
<title>Capturing Live Network Data</title>
@@ -1277,15 +1277,11 @@
</para>
</listitem>
</varlistentry>
- <varlistentry>
- <term><command>SESSIONNAME</command> (terminal server)</term>
- <listitem>
- <para>
- <remote name>
- </para>
- </listitem>
- </varlistentry>
</variablelist>
+ <para>
+ On Windows it asks the operating system if it's running in a Remote Desktop Services
+ environment.
+ </para>
</section>
</section>
|
[-]
[+]
|
Changed |
wireshark-1.6.13.tar.bz2/epan/Makefile.am
^
|
@@ -2,7 +2,7 @@
# Automake file for the EPAN library
# (Ethereal Protocol ANalyzer Library)
#
-# $Id: Makefile.am 45264 2012-10-02 19:46:57Z gerald $
+# $Id: Makefile.am 47339 2013-01-29 01:08:08Z gerald $
#
# Wireshark - Network traffic analyzer
# By Gerald Combs <gerald@wireshark.org>
@@ -54,7 +54,7 @@
noinst_LTLIBRARIES = libwireshark_generated.la libwireshark_asmopt.la
lib_LTLIBRARIES = libwireshark.la
-libwireshark_la_LDFLAGS = -version-info 2:12:1 -export-symbols libwireshark.sym @LDFLAGS_SHAREDLIB@
+libwireshark_la_LDFLAGS = -version-info 2:13:1 -export-symbols libwireshark.sym @LDFLAGS_SHAREDLIB@
include Makefile.common
@@ -326,7 +326,7 @@
abi-check-headers/dissectors/packet-idmp.h
mkdir abi-check-headers/ftypes
cp ftypes/*.h abi-check-headers/ftypes
- abi-compliance-checker -l libwireshark -v1 `ls .libs/libwireshark.so.?.?.?|sed 's/.*\.so\.//'` \
+ abi-compliance-checker -l libwireshark -v1 `readlink .libs/libwireshark.so | sed 's/.*\.so\.//'` \
-relpath $(abs_srcdir) -dump-abi abi-descriptor.xml || \
cat logs/libwireshark/[0-9]*/log.txt
cp -f abi_dumps/libwireshark/libwireshark_* .libs/
|
[-]
[+]
|
Changed |
wireshark-1.6.13.tar.bz2/epan/Makefile.in
^
|
@@ -18,7 +18,7 @@
# Automake file for the EPAN library
# (Ethereal Protocol ANalyzer Library)
#
-# $Id: Makefile.am 45264 2012-10-02 19:46:57Z gerald $
+# $Id: Makefile.am 47339 2013-01-29 01:08:08Z gerald $
#
# Wireshark - Network traffic analyzer
# By Gerald Combs <gerald@wireshark.org>
@@ -520,7 +520,7 @@
ACLOCAL_AMFLAGS = `../aclocal-flags`
noinst_LTLIBRARIES = libwireshark_generated.la libwireshark_asmopt.la
lib_LTLIBRARIES = libwireshark.la
-libwireshark_la_LDFLAGS = -version-info 2:12:1 -export-symbols libwireshark.sym @LDFLAGS_SHAREDLIB@
+libwireshark_la_LDFLAGS = -version-info 2:13:1 -export-symbols libwireshark.sym @LDFLAGS_SHAREDLIB@
LIBWIRESHARK_SRC = \
addr_and_mask.c \
addr_resolv.c \
@@ -2002,7 +2002,7 @@
abi-check-headers/dissectors/packet-idmp.h
mkdir abi-check-headers/ftypes
cp ftypes/*.h abi-check-headers/ftypes
- abi-compliance-checker -l libwireshark -v1 `ls .libs/libwireshark.so.?.?.?|sed 's/.*\.so\.//'` \
+ abi-compliance-checker -l libwireshark -v1 `readlink .libs/libwireshark.so | sed 's/.*\.so\.//'` \
-relpath $(abs_srcdir) -dump-abi abi-descriptor.xml || \
cat logs/libwireshark/[0-9]*/log.txt
cp -f abi_dumps/libwireshark/libwireshark_* .libs/
|
[-]
[+]
|
Changed |
wireshark-1.6.13.tar.bz2/epan/crypt/airpdcap.c
^
|
@@ -1,6 +1,6 @@
/* airpdcap.c
*
- * $Id: airpdcap.c 36526 2011-04-08 21:21:32Z gerald $
+ * $Id: airpdcap.c 47332 2013-01-28 22:34:37Z gerald $
* Copyright (c) 2006 CACE Technologies, Davis (California)
* All rights reserved.
*
@@ -1198,7 +1198,7 @@
PAIRPDCAP_KEY_ITEM key,
INT offset)
{
- AIRPDCAP_KEY_ITEM *tmp_key, pkt_key;
+ AIRPDCAP_KEY_ITEM *tmp_key, *tmp_pkt_key, pkt_key;
AIRPDCAP_SEC_ASSOCIATION *tmp_sa;
INT key_index;
INT ret_value=1;
@@ -1307,12 +1307,14 @@
pkt_key.UserPwd.SsidLen = ctx->pkt_ssid_len;
AirPDcapRsnaPwd2Psk(pkt_key.UserPwd.Passphrase, pkt_key.UserPwd.Ssid,
pkt_key.UserPwd.SsidLen, pkt_key.KeyData.Wpa.Psk);
- tmp_key = &pkt_key;
+ tmp_pkt_key = &pkt_key;
+ } else {
+ tmp_pkt_key = tmp_key;
}
/* derive the PTK from the BSSID, STA MAC, PMK, SNonce, ANonce */
AirPDcapRsnaPrfX(sa, /* authenticator nonce, bssid, station mac */
- tmp_key->KeyData.Wpa.Pmk, /* PMK */
+ tmp_pkt_key->KeyData.Wpa.Pmk, /* PMK */
data+offset+12, /* supplicant nonce */
512,
sa->wpa.ptk);
|
[-]
[+]
|
Changed |
wireshark-1.6.13.tar.bz2/epan/dissectors/packet-assa_r3.c
^
|
@@ -2,7 +2,7 @@
* Routines for R3 packet dissection
* Copyright (c) 2009 Assa Abloy USA <jcwren@assaabloyusa.com>
*
- * $Id: packet-assa_r3.c 42667 2012-05-16 21:37:18Z gerald $
+ * $Id: packet-assa_r3.c 46417 2012-12-06 02:11:59Z morriss $
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
@@ -4929,10 +4929,11 @@
while (offset < tvb_reported_length (payload_tvb))
{
- proto_item *alarmcfg_item = NULL;
+ proto_item *alarmcfg_item, *pi;
proto_tree *alarmcfg_tree = NULL;
const gchar *ai;
const gchar *as;
+ guint32 alarm_len;
if (!(ai = match_strval_ext (tvb_get_guint8 (payload_tvb, offset + 1), &r3_alarmidnames_ext)))
{
@@ -4945,7 +4946,14 @@
alarmcfg_item = proto_tree_add_text (alarm_tree, payload_tvb, offset, tvb_get_guint8 (payload_tvb, offset), "Alarm Item (%s, %s)", ai, as);
alarmcfg_tree = proto_item_add_subtree (alarmcfg_item, ett_r3alarmcfg);
- proto_tree_add_item (alarmcfg_tree, hf_r3_alarm_length, payload_tvb, offset + 0, 1, TRUE);
+ alarm_len = tvb_get_guint8 (payload_tvb, offset + 0);
+ pi = proto_tree_add_item (alarmcfg_tree, hf_r3_alarm_length, payload_tvb, offset + 0, 1, TRUE);
+ if (alarm_len == 0) {
+ expert_add_info_format (pinfo, pi, PI_MALFORMED, PI_WARN,
+ "Alarm length equal to 0; payload could be partially decoded");
+ break;
+ }
+ proto_tree_add_item (alarmcfg_tree, hf_r3_alarm_id, payload_tvb, offset + 1, 1, ENC_LITTLE_ENDIAN);
proto_tree_add_item (alarmcfg_tree, hf_r3_alarm_id, payload_tvb, offset + 1, 1, TRUE);
proto_tree_add_item (alarmcfg_tree, hf_r3_alarm_state, payload_tvb, offset + 2, 1, TRUE);
|
[-]
[+]
|
Changed |
wireshark-1.6.13.tar.bz2/epan/dissectors/packet-bthci_cmd.c
^
|
@@ -9,7 +9,7 @@
* Updated to HCI specification 2.1 + EDR
* Allan M. Madsen 2007
*
- * $Id: packet-bthci_cmd.c 36713 2011-04-19 08:22:58Z stig $
+ * $Id: packet-bthci_cmd.c 46425 2012-12-06 17:14:05Z pascal $
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
@@ -872,7 +872,8 @@
static int
dissect_bthci_ext_inquiry_response(tvbuff_t *tvb, int offset, packet_info *pinfo _U_, proto_tree *tree)
{
- guint8 i, j, length, type;
+ guint8 length, type;
+ guint16 i, j;
proto_item *ti_eir=NULL;
proto_tree *ti_eir_subtree=NULL;
|
[-]
[+]
|
Changed |
wireshark-1.6.13.tar.bz2/epan/dissectors/packet-clnp.c
^
|
@@ -1,7 +1,7 @@
/* packet-clnp.c
* Routines for ISO/OSI network protocol packet disassembly
*
- * $Id: packet-clnp.c 36914 2011-04-27 19:40:20Z wmeier $
+ * $Id: packet-clnp.c 46726 2012-12-24 15:23:34Z eapache $
* Laurent Deniel <laurent.deniel@free.fr>
* Ralf Schneider <Ralf.Schneider@t-online.de>
*
@@ -425,7 +425,7 @@
tvb, offset, clnp_tree );
}
- offset = cnf_hdr_len;
+ offset += opt_len;
/* If clnp_reassemble is on, this is a segment, we have all the
* data in the segment, and the checksum is valid, then just add the
|
[-]
[+]
|
Changed |
wireshark-1.6.13.tar.bz2/epan/dissectors/packet-dcp-etsi.c
^
|
@@ -2,7 +2,7 @@
* Routines for ETSI Distribution & Communication Protocol
* Copyright 2006, British Broadcasting Corporation
*
- * $Id: packet-dcp-etsi.c 44310 2012-08-07 19:33:24Z gerald $
+ * $Id: packet-dcp-etsi.c 47246 2013-01-24 03:40:21Z morriss $
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
@@ -244,6 +244,9 @@
/* Don't attempt reassembly if we have a huge number of fragments. */
#define MAX_FRAGMENTS ((1 * 1024 * 1024) / sizeof(guint32))
+/* If we missed more than this number of consecutive fragments,
+ we don't attempt reassembly */
+#define MAX_FRAG_GAP 1000
static tvbuff_t *
dissect_pft_fec_detailed(tvbuff_t * tvb, packet_info * pinfo, proto_tree * tree,
@@ -296,13 +299,11 @@
/* make a list of the findex (offset) numbers of the fragments we have */
fd = fragment_get(pinfo, seq, dcp_fragment_table);
- for (fd_head = fd; fd_head != NULL; fd_head = fd_head->next) {
+ for (fd_head = fd; fd_head != NULL && fragments < fcount; fd_head = fd_head->next) {
if(fd_head->data) {
got[fragments++] = fd_head->offset; /* this is the findex of the fragment */
}
}
- /* put a sentinel at the end */
- got[fragments++] = fcount;
/* have we got enough for Reed Solomon to try to correct ? */
if(fragments>=rx_min) { /* yes, in theory */
guint i,current_findex;
@@ -319,8 +320,13 @@
for(i=0; i<fragments; i++) {
guint next_fragment_we_have = got[i];
if (next_fragment_we_have > MAX_FRAGMENTS) {
- if (tree)
- proto_tree_add_text(tree, tvb , 0, -1, "[Reassembly of %d fragments not attempted]", next_fragment_we_have);
+ proto_tree_add_text(tree, tvb , 0, -1, "[Reassembly of %d fragments not attempted]", next_fragment_we_have);
+ return NULL;
+ }
+ if (next_fragment_we_have-current_findex > MAX_FRAG_GAP) {
+ proto_tree_add_text(tree, tvb , 0, -1,
+ "[Missing %d consecutive packets. Don't attempt reassembly]",
+ next_fragment_we_have-current_findex);
return NULL;
}
for(; current_findex<next_fragment_we_have; current_findex++) {
|
[-]
[+]
|
Changed |
wireshark-1.6.13.tar.bz2/epan/dissectors/packet-dis-pdus.c
^
|
@@ -3,7 +3,7 @@
* Copyright 2005, Scientific Research Corporation
* Initial implementation by Jeremy Ouellette <jouellet@scires.com>
*
- * $Id: packet-dis-pdus.c 36472 2011-04-05 15:09:32Z wmeier $
+ * $Id: packet-dis-pdus.c 47293 2013-01-26 01:16:32Z gerald $
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
@@ -68,7 +68,7 @@
DIS_ParserNode DIS_PARSER_ELECTROMAGNETIC_EMISSION_PDU[] =
{
{ DIS_FIELDTYPE_ENTITY_ID, "Emitting Entity ID",0,0,0,0 },
- { DIS_FIELDTYPE_ENTITY_ID, "Event ID",0,0,0,0 },
+ { DIS_FIELDTYPE_EVENT_ID, "Event ID",0,0,0,0 },
{ DIS_FIELDTYPE_UINT8, "State Update Indicator",0,0,0,0 },
{ DIS_FIELDTYPE_NUM_ELECTROMAGNETIC_EMISSION_SYSTEMS, "Number of Systems (N)",0,0,0,&numVariable },
{ DIS_FIELDTYPE_PAD16, "Padding",0,0,0,0 },
|
[-]
[+]
|
Changed |
wireshark-1.6.13.tar.bz2/epan/dissectors/packet-dtls.c
^
|
@@ -3,7 +3,7 @@
* Copyright (c) 2006, Authesserre Samuel <sauthess@gmail.com>
* Copyright (c) 2007, Mikael Magnusson <mikma@users.sourceforge.net>
*
- * $Id: packet-dtls.c 41777 2012-03-26 20:27:20Z gerald $
+ * $Id: packet-dtls.c 47289 2013-01-26 00:36:00Z gerald $
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
|
[-]
[+]
|
Changed |
wireshark-1.6.13.tar.bz2/epan/dissectors/packet-dtn.c
^
|
@@ -9,7 +9,7 @@
* names of its contributors may be used to endorse or promote products
* derived from this software without specific prior written permission.
*
- * $Id: packet-dtn.c 39541 2011-10-24 20:47:40Z gerald $
+ * $Id: packet-dtn.c 46581 2012-12-18 02:28:55Z morriss $
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
@@ -685,7 +685,6 @@
dissect_version_4_primary_header(packet_info *pinfo, proto_tree *primary_tree, tvbuff_t *tvb)
{
guint8 cosflags;
- const guint8 *dict_ptr;
int bundle_header_length;
int bundle_header_dict_length;
int offset; /*Total offset into frame (frame_offset + convergence layer size)*/
@@ -985,10 +984,11 @@
*/
/* Note: If we get this far, the offsets (and the strings) are at least within the TVB */
- dict_ptr = tvb_get_ptr(tvb, offset, bundle_header_dict_length);
col_add_fstr(pinfo->cinfo, COL_INFO, "%s:%s > %s:%s",
- dict_ptr + source_scheme_offset, dict_ptr + source_ssp_offset,
- dict_ptr + dest_scheme_offset, dict_ptr + dest_ssp_offset);
+ tvb_get_ephemeral_stringz(tvb, offset + source_scheme_offset, NULL),
+ tvb_get_ephemeral_stringz(tvb, offset + source_ssp_offset, NULL),
+ tvb_get_ephemeral_stringz(tvb, offset + dest_scheme_offset, NULL),
+ tvb_get_ephemeral_stringz(tvb, offset + dest_ssp_offset, NULL));
}
offset += bundle_header_dict_length; /*Skip over dictionary*/
@@ -1028,7 +1028,6 @@
{
guint64 bundle_processing_control_flags;
guint8 cosflags;
- const guint8 *dict_ptr;
int bundle_header_length;
int bundle_header_dict_length;
int offset; /*Total offset into frame (frame_offset + convergence layer size)*/
@@ -1464,10 +1463,11 @@
*/
/* Note: If we get this far, the offsets (and the strings) are at least within the TVB */
- dict_ptr = tvb_get_ptr(tvb, offset, bundle_header_dict_length);
col_add_fstr(pinfo->cinfo, COL_INFO, "%s:%s > %s:%s",
- dict_ptr + source_scheme_offset, dict_ptr + source_ssp_offset,
- dict_ptr + dest_scheme_offset, dict_ptr + dest_ssp_offset);
+ tvb_get_ephemeral_stringz(tvb, offset + source_scheme_offset, NULL),
+ tvb_get_ephemeral_stringz(tvb, offset + source_ssp_offset, NULL),
+ tvb_get_ephemeral_stringz(tvb, offset + dest_scheme_offset, NULL),
+ tvb_get_ephemeral_stringz(tvb, offset + dest_ssp_offset, NULL));
}
offset += bundle_header_dict_length; /*Skip over dictionary*/
|
[-]
[+]
|
Changed |
wireshark-1.6.13.tar.bz2/epan/dissectors/packet-fcp.c
^
|
@@ -2,7 +2,7 @@
* Routines for Fibre Channel Protocol for SCSI (FCP)
* Copyright 2001, Dinesh G Dutt <ddutt@cisco.com>
*
- * $Id: packet-fcp.c 35224 2010-12-20 05:35:29Z guy $
+ * $Id: packet-fcp.c 47332 2013-01-28 22:34:37Z gerald $
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
@@ -440,10 +440,10 @@
se_tree_insert32(fcp_conv_data->luns, lun, itl);
}
- proto_tree_add_item(tree, hf_fcp_crn, tvb, offset+8, 1, 0);
- proto_tree_add_item(tree, hf_fcp_taskattr, tvb, offset+9, 1, 0);
+ proto_tree_add_item(tree, hf_fcp_crn, tvb, offset+8, 1, ENC_BIG_ENDIAN);
+ proto_tree_add_item(tree, hf_fcp_taskattr, tvb, offset+9, 1, ENC_BIG_ENDIAN);
dissect_task_mgmt_flags(pinfo, tree, tvb, offset+10);
- proto_tree_add_item(tree, hf_fcp_addlcdblen, tvb, offset+11, 1, 0);
+ proto_tree_add_item(tree, hf_fcp_addlcdblen, tvb, offset+11, 1, ENC_BIG_ENDIAN);
rwflags=tvb_get_guint8(tvb, offset+11);
if(fchdr->itlq){
if(rwflags&0x02){
|
[-]
[+]
|
Changed |
wireshark-1.6.13.tar.bz2/epan/dissectors/packet-gsm_a_bssmap.c
^
|
@@ -15,7 +15,7 @@
* (GSM 08.08 version 7.7.0 Release 1998) TS 100 590 v7.7.0
* 3GPP TS 48.008 version 8.4.0 Release 8
*
- * $Id: packet-gsm_a_bssmap.c 43869 2012-07-20 19:31:41Z gerald $
+ * $Id: packet-gsm_a_bssmap.c 46797 2012-12-26 22:22:48Z guy $
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
@@ -4267,6 +4267,8 @@
NULL, /* NONE */
};
+#define NUM_BSS_ELEMENT_FCNS (int)(sizeof(bssmap_bss_to_bss_element_fcn)/(sizeof bssmap_bss_to_bss_element_fcn[0]))
+
static guint16
be_field_element_dissect(tvbuff_t *tvb, proto_tree *tree, packet_info *pinfo, guint32 offset, guint len _U_, gchar *add_string _U_, int string_len _U_)
{
@@ -4304,7 +4306,8 @@
/*
* decode field element
*/
- if (idx < 0 || (bssmap_bss_to_bss_element_fcn[idx] == NULL))
+ if (idx < 0 || idx >= NUM_BSS_ELEMENT_FCNS ||
+ (bssmap_bss_to_bss_element_fcn[idx] == NULL))
{
proto_tree_add_text(bss_to_bss_tree,
tvb, curr_offset, ie_len,
@@ -6278,7 +6281,7 @@
EXTRANEOUS_DATA_CHECK(curr_len, 0);
}
-#define NUM_GSM_BSSMAP_MSG (sizeof(gsm_a_bssmap_msg_strings)/sizeof(value_string))
+#define NUM_GSM_BSSMAP_MSG (int)(sizeof(gsm_a_bssmap_msg_strings)/sizeof(value_string))
static gint ett_gsm_bssmap_msg[NUM_GSM_BSSMAP_MSG];
static void (*bssmap_msg_fcn[])(tvbuff_t *tvb, proto_tree *tree, packet_info *pinfo, guint32 offset, guint len) = {
@@ -6405,8 +6408,16 @@
bssmap_int_ho_cmd, /* 0x72 Internal Handover Command */
bssmap_int_ho_enq, /* 0x73 Internal Handover Enquiry */
+ NULL, /* 0x74 LCLS-Connect-Control */
+ NULL, /* 0x75 LCLS-Connect-Control-Ack */
+ NULL, /* 0x76 LCLS-Notification */
+ NULL, /* 0x77 Unallocated */
+ NULL, /* 0x78 Reroute Command */
+ NULL, /* 0x79 Reroute Complete */
+
NULL, /* NONE */
};
+#define NUM_BSSMAP_MSG_FCNS (int)(sizeof(bssmap_msg_fcn)/sizeof(bssmap_msg_fcn[0]))
void
dissect_bssmap(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
@@ -6464,7 +6475,11 @@
/*
* create the protocol tree
*/
- if (str == NULL)
+ /* The first two conditions are actually the same, i.e. if str != NULL,
+ * idx >= 0, but checking idx makes it obvious we won' t use a potentially
+ * negative idx in the else case.
+ */
+ if (str == NULL || idx < 0 || idx >= NUM_GSM_BSSMAP_MSG)
{
bssmap_item =
proto_tree_add_protocol_format(tree, proto_a_bssmap, tvb, 0, len,
@@ -6503,7 +6518,7 @@
/*
* decode elements
*/
- if (idx < 0 || bssmap_msg_fcn[idx] == NULL){
+ if (idx < 0 || idx >= NUM_BSSMAP_MSG_FCNS || bssmap_msg_fcn[idx] == NULL){
proto_tree_add_text(bssmap_tree,
tvb, offset, len - offset,
"Message Elements");
|
[-]
[+]
|
Changed |
wireshark-1.6.13.tar.bz2/epan/dissectors/packet-gtpv2.c
^
|
@@ -3,7 +3,7 @@
* Routines for GTPv2 dissection
* Copyright 2009 - 2011, Anders Broman <anders.broman [at] ericcsson.com>
*
- * $Id: packet-gtpv2.c 45235 2012-10-01 17:56:38Z gerald $
+ * $Id: packet-gtpv2.c 47332 2013-01-28 22:34:37Z gerald $
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
@@ -1300,9 +1300,10 @@
part_tree = proto_item_add_subtree(fi, ett_gtpv2_uli_field);
dissect_e212_mcc_mnc(tvb, pinfo, part_tree, offset, TRUE);
offset+=3;
- proto_tree_add_item(part_tree, hf_gtpv2_uli_sai_lac, tvb, offset, 2, FALSE);
- proto_tree_add_item(part_tree, hf_gtpv2_uli_sai_sac, tvb, offset, 2, FALSE);
- offset+=4;
+ proto_tree_add_item(part_tree, hf_gtpv2_uli_sai_lac, tvb, offset, 2, ENC_BIG_ENDIAN);
+ offset += 2;
+ proto_tree_add_item(part_tree, hf_gtpv2_uli_sai_sac, tvb, offset, 2, ENC_BIG_ENDIAN);
+ offset += 2;
if(offset==length)
return;
}
@@ -1314,9 +1315,10 @@
part_tree = proto_item_add_subtree(fi, ett_gtpv2_uli_field);
dissect_e212_mcc_mnc(tvb, pinfo, part_tree, offset, TRUE);
offset+=3;
- proto_tree_add_item(part_tree, hf_gtpv2_uli_rai_lac, tvb, offset, 2, FALSE);
- proto_tree_add_item(part_tree, hf_gtpv2_uli_rai_rac, tvb, offset, 2, FALSE);
- offset+=4;
+ proto_tree_add_item(part_tree, hf_gtpv2_uli_rai_lac, tvb, offset, 2, ENC_BIG_ENDIAN);
+ offset += 2;
+ proto_tree_add_item(part_tree, hf_gtpv2_uli_rai_rac, tvb, offset, 2, ENC_BIG_ENDIAN);
+ offset += 2;
if(offset==length)
return;
}
|
[-]
[+]
|
Changed |
wireshark-1.6.13.tar.bz2/epan/dissectors/packet-isup.c
^
|
@@ -10,7 +10,7 @@
* Modified 2004-01-10 by Anders Broman to add abillity to dissect
* Content type application/ISUP RFC 3204 used in SIP-T
*
- * $Id: packet-isup.c 45466 2012-10-11 08:29:46Z guy $
+ * $Id: packet-isup.c 47293 2013-01-26 01:16:32Z gerald $
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
@@ -4130,7 +4130,7 @@
NI_digits[4] = '\0';
proto_tree_add_text(parameter_tree, parameter_tvb, 0, 2, "Network Identity: %s", NI_digits);
bin_code = tvb_get_ntohs(parameter_tvb, 2);
- proto_tree_add_text(parameter_tree, parameter_tvb, 3, 2, "Binary Code: 0x%x", bin_code);
+ proto_tree_add_text(parameter_tree, parameter_tvb, 2, 2, "Binary Code: 0x%x", bin_code);
proto_item_set_text(parameter_item, "Closed user group interlock code: NI = %s, Binary code = 0x%x", NI_digits, bin_code);
}
/* ------------------------------------------------------------------
|
[-]
[+]
|
Changed |
wireshark-1.6.13.tar.bz2/epan/dissectors/packet-jxta.c
^
|
@@ -10,7 +10,7 @@
* packet-imap.c, Copyright 1999, Richard Sharpe <rsharpe@ns.aus.com>
* Copied from packet-pop.c, packet-jabber.c, packet-udp.c, packet-http.c
*
- * $Id: packet-jxta.c 36589 2011-04-12 16:12:03Z wmeier $
+ * $Id: packet-jxta.c 47332 2013-01-28 22:34:37Z gerald $
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
@@ -1066,9 +1066,15 @@
*/
if (tree) {
guint tree_offset = 0;
- proto_item *framing_tree_item =
+ proto_item *framing_tree_item;
+ proto_tree *framing_tree;
+
+ /* Disable speed optimization because of use of append_text */
+ proto_tree_set_visible(tree, TRUE);
+
+ framing_tree_item =
proto_tree_add_none_format(tree, hf_jxta_framing, tvb, tree_offset, -1, "JXTA Message Framing Headers");
- proto_tree *framing_tree = proto_item_add_subtree(framing_tree_item, ett_jxta_framing);
+ framing_tree = proto_item_add_subtree(framing_tree_item, ett_jxta_framing);
/* parse framing headers */
do {
|
[-]
[+]
|
Changed |
wireshark-1.6.13.tar.bz2/epan/dissectors/packet-lapd.c
^
|
@@ -2,7 +2,7 @@
* Routines for LAPD frame disassembly
* Gilbert Ramirez <gram@alumni.rice.edu>
*
- * $Id: packet-lapd.c 35779 2011-02-03 08:16:08Z guy $
+ * $Id: packet-lapd.c 47332 2013-01-28 22:34:37Z gerald $
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
@@ -207,7 +207,7 @@
gboolean bit;
guint8 i, ones = 0, data[MAX_LAPD_PACKET_LEN];
int data_len = 0;
- guint offset = 0, last_packet_end_offset = 0, available;
+ gint offset = 0, last_packet_end_offset = 0, available;
guint8 *buff;
tvbuff_t *new_tvb;
|
[-]
[+]
|
Changed |
wireshark-1.6.13.tar.bz2/epan/dissectors/packet-ntlmssp.c
^
|
@@ -5,7 +5,7 @@
* Devin Heitmueller <dheitmueller@netilla.com>
* Copyright 2003, Tim Potter <tpot@samba.org>
*
- * $Id: packet-ntlmssp.c 37586 2011-06-07 06:20:37Z etxrab $
+ * $Id: packet-ntlmssp.c 47291 2013-01-26 01:02:31Z gerald $
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
@@ -2282,7 +2282,7 @@
/* Setup the buffer to decrypt to */
tvb_memcpy(tvb, packet_ntlmssp_info->verifier,
- offset, encrypted_block_length);
+ offset, MIN(encrypted_block_length, sizeof(packet_ntlmssp_info->verifier)));
/*if( !(NTLMSSP_NEGOTIATE_KEY_EXCH & packet_ntlmssp_info->flags)) {*/
if( conv_ntlmssp_info->flags & NTLMSSP_NEGOTIATE_EXTENDED_SECURITY ) {
|
[-]
[+]
|
Changed |
wireshark-1.6.13.tar.bz2/epan/dissectors/packet-pw-eth.c
^
|
@@ -5,7 +5,7 @@
*
* Francesco Fondelli <francesco dot fondelli, gmail dot com>
*
- * $Id: packet-pw-eth.c 42670 2012-05-16 23:17:25Z gerald $
+ * $Id: packet-pw-eth.c 46422 2012-12-06 15:30:39Z wmeier $
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
@@ -159,11 +159,9 @@
{
guint8 first_nibble = (tvb_get_guint8(tvb, 0) >> 4) & 0x0F;
- if (looks_like_plain_eth(tvb)) {
- call_dissector(pw_eth_handle_nocw, tvb, pinfo, tree);
- }
-
- if (first_nibble == 0)
+ if (looks_like_plain_eth(tvb))
+ call_dissector(pw_eth_handle_nocw, tvb, pinfo, tree);
+ else if (first_nibble == 0)
call_dissector(pw_eth_handle_cw, tvb, pinfo, tree);
else
call_dissector(pw_eth_handle_nocw, tvb, pinfo, tree);
|
[-]
[+]
|
Changed |
wireshark-1.6.13.tar.bz2/epan/dissectors/packet-rtps.c
^
|
@@ -15,7 +15,7 @@
* Faculty of Electrical Engineering <www.fel.cvut.cz>
* Department of Control Engineering <dce.felk.cvut.cz>
*
- * $Id: packet-rtps.c 36671 2011-04-16 21:38:21Z gerald $
+ * $Id: packet-rtps.c 47057 2013-01-14 02:26:25Z eapache $
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
@@ -2768,7 +2768,7 @@
/* Reads the bits (and format the print buffer) */
idx = 0;
- for (i = 0; i < num_bits; i += 32) {
+ for (i = 0; (i < num_bits) && (idx <= num_bits) && (idx < MAX_BITMAP_SIZE-1); i += 32) {
data = NEXT_guint32(tvb, offset, little_endian);
offset += 4;
for (j = 0; j < 32; ++j) {
|
[-]
[+]
|
Changed |
wireshark-1.6.13.tar.bz2/epan/dissectors/packet-slowprotocols.c
^
|
@@ -1,7 +1,7 @@
/* packet-slowprotocols.c
* Routines for EtherType (0x8809) Slow Protocols disassembly.
*
- * $Id: packet-slowprotocols.c 42665 2012-05-16 21:27:25Z gerald $
+ * $Id: packet-slowprotocols.c 47288 2013-01-25 23:38:34Z gerald $
*
* Copyright 2002 Steve Housley <steve_housley@3com.com>
* Copyright 2005 Dominique Bastien <dbastien@accedian.com>
@@ -1000,7 +1000,7 @@
dissect_oampdu_information(tvbuff_t *tvb, proto_tree *tree);
static void
-dissect_oampdu_event_notification(tvbuff_t *tvb, proto_tree *tree);
+dissect_oampdu_event_notification(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree);
static void
dissect_oampdu_variable_request(tvbuff_t *tvb, proto_tree *tree);
@@ -2067,7 +2067,7 @@
dissect_oampdu_information(tvb, oampdu_tree);
break;
case OAMPDU_EVENT_NOTIFICATION:
- dissect_oampdu_event_notification(tvb, oampdu_tree);
+ dissect_oampdu_event_notification(tvb, pinfo, oampdu_tree);
break;
case OAMPDU_VAR_REQUEST:
dissect_oampdu_variable_request(tvb, oampdu_tree);
@@ -2297,7 +2297,7 @@
* + add support for 802.3ah-2004.
*/
static void
-dissect_oampdu_event_notification(tvbuff_t *tvb, proto_tree *tree)
+dissect_oampdu_event_notification(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
{
guint8 raw_octet;
guint16 raw_word;
@@ -2539,12 +2539,20 @@
ett_oampdu_event_ose);
raw_octet = tvb_get_guint8(tvb, offset);
- proto_tree_add_uint(event_tree, hf_oampdu_event_length,
- tvb, offset, 1, raw_octet);
+ event_item = proto_tree_add_uint(event_tree, hf_oampdu_event_length,
+ tvb, offset, 1, raw_octet);
offset += OAMPDU_EVENT_LENGTH_SZ;
- offset += (raw_octet-2);
+ if (raw_octet < 2)
+ {
+ expert_add_info_format(pinfo, event_item, PI_MALFORMED, PI_ERROR,
+ "Event length should be at least 2");
+ }
+ else
+ {
+ offset += (raw_octet-2);
+ }
break;
}
default:
|
[-]
[+]
|
Changed |
wireshark-1.6.13.tar.bz2/epan/dissectors/packet-snmp.c
^
|
@@ -25,7 +25,7 @@
* See RFC 2578 for Structure of Management Information Version 2 (SMIv2)
* Copyright (C) 2007 Luis E. Garcia Ontanon <luis@ontanon.org>
*
- * $Id: packet-snmp.c 43886 2012-07-21 10:13:58Z pascal $
+ * $Id: packet-snmp.c 47332 2013-01-28 22:34:37Z gerald $
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
@@ -2856,7 +2856,7 @@
offset = dissect_ber_identifier(pinfo, 0, tvb, offset, &class, &pc, &tag);
/*Get the total octet length of the SNMP data*/
offset = dissect_ber_length(pinfo, 0, tvb, offset, &len, &ind);
- message_length = len + 2;
+ message_length = len + offset;
/*Get the SNMP version data*/
offset = dissect_ber_integer(FALSE, &asn1_ctx, 0, tvb, offset, -1, &version);
@@ -3235,7 +3235,7 @@
if ( u->user.userName.len == ue->user.userName.len
- && u->engine.len == ue->engine.len ) {
+ && u->engine.len == ue->engine.len && (u != ue)) {
if (u->engine.len > 0 && memcmp( u->engine.data, ue->engine.data, u->engine.len ) == 0) {
if ( memcmp( u->user.userName.data, ue->user.userName.data, ue->user.userName.len ) == 0 ) {
|
[-]
[+]
|
Changed |
wireshark-1.6.13.tar.bz2/epan/dissectors/packet-ssl.c
^
|
@@ -2,7 +2,7 @@
* Routines for ssl dissection
* Copyright (c) 2000-2001, Scott Renfro <scott@renfro.org>
*
- * $Id: packet-ssl.c 41549 2012-03-14 18:55:18Z gerald $
+ * $Id: packet-ssl.c 47293 2013-01-26 01:16:32Z gerald $
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
@@ -1383,14 +1383,13 @@
pinfo->desegment_offset = offset;
/* Don't use:
- * pinfo->desegment_len = (record_length + 5) - available_bytes;
- * as it will display two SSL subtrees when a frame contains
+ * pinfo->desegment_len = DESEGMENT_ONE_MORE_SEGMENT;
+ * it avoids some minor display glitches when a frame contains
* the continuation of a previous PDU together with a full new
- * PDU (and the info column would not show the message type
- * of the second PDU)
+ * PDU, but it completely breaks dissection for jumbo SSL frames
*/
- pinfo->desegment_len = DESEGMENT_ONE_MORE_SEGMENT;
+ pinfo->desegment_len = (record_length + 5) - available_bytes;
*need_desegmentation = TRUE;
return offset;
}
|
[-]
[+]
|
Changed |
wireshark-1.6.13.tar.bz2/epan/enterprise-numbers
^
|
@@ -1,6 +1,6 @@
PRIVATE ENTERPRISE NUMBERS
-(last updated 2012-11-22)
+(last updated 2013-01-27)
SMI Network Management Private Enterprise Codes:
@@ -859,8 +859,8 @@
netadmin&ml.hco.ntt.co.jp
211
Fujitsu Limited
- Koji Ishibashi
- ishibashi.koji&jp.fujitsu.com
+ Aki Yuuko
+ aki.yuko&jp.fujitsu.com
212
Network Peripherals Inc.
Creighton Chong
@@ -9331,8 +9331,8 @@
kevinp&isd.vsp.com
2331
Best Buy
- David Severson
- dseve&bestbuy.com
+ Adam Kirsling
+ adam.kirsling&bestbuy.com
2332
Shared Network Services (SNS)
Norman Brie
@@ -17759,8 +17759,8 @@
terren&desupernet.net
4440
Purdue University
- David A. Halsema
- halsema&purdue.edu
+ Rob Stanfield
+ iamo&purdue.edu
4441
GE Capital Fleet Services
Thomas Cooper
@@ -17911,8 +17911,8 @@
rajesh&infocomsystems.com
4478
Alacritech
- William Quigley
- wjq&alacritech.com
+ Richard Blackborow
+ richard&alacritech.com
4479
SpectraPoint Wireless LLC
Markus Weber
@@ -19794,9 +19794,9 @@
Brian L. Detweiler
brian.l.detweiler.gc2k&statefarm.com
4952
- ThinkingObjects Software
- Thomas Uhl
- thomas.uhl&to.com
+ Thinking Objects GmbH
+ Markus Klingspor
+ markus.klingspor&to.com
4953
Tecnet Teleinformatica Ltda.
Paulo Eduardo Macagnani
@@ -26143,8 +26143,8 @@
ssc&thinkit.ch
6546
ITOCHU Techno-Solutions Corporation
- Kenji Kikuchi
- kenji.kikuti&ctc-g.co.jp
+ Hidemune Inayoshi
+ hidemune.inayoshi&ctc-g.co.jp
6547
Network Management Solutions, Inc.
Dave LaDue
@@ -73356,7 +73356,7 @@
tberman&sevenl.net
18451
PC-Pool Physik, TU-Berlin
- Dr. Blersch
+ Christian Hennig
tutoren&physik.tu-berlin.de
18452
Tempod
@@ -77493,7 +77493,7 @@
Miguel Ángel Peña
pki&bde.es
19485
- art of object AG
+ art of object GmbH
Andreas Winter
andreas.winter&art-of-object.de
19486
@@ -88679,8 +88679,8 @@
iana&shiflett.us
22280
Telus Mobility
- Richard Yuan
- richard.yuan&telus.com
+ Frederick Chung
+ FREDERICK.CHUNG&TELUS.COM
22281
CODE INGENIERIA INFORMATICA
OSCAR COSCARON
@@ -94462,7 +94462,7 @@
23724
Udo Neumann
Udo Neumann
- iana&deklinierer.net
+ iana.mg&deklinierer.net
23725
Theserver Brasil / Multidiagnostica IT Team
Carlos Henrique B. F. N. Pereira
@@ -98299,8 +98299,8 @@
sykim&satech.co.kr
24683
Hutchison 3G Austria GmbH
- Christian Plagens
- Christian.Plagens&drei.com
+ Horst Kapfenberger
+ horst.kapfenberger&drei.com
24684
Helsinki Business Polytechnic
Ivonen Jukka
@@ -115208,7 +115208,7 @@
Chris Breneman
chules&cluenet.org
28907
- ViSSoL (Virtual Scientific Software Laboratory)
+ ViASSoL (Virtual Applied Scientific Software Laboratory)(previous was 'ViSSoL (Virtual Scientific Software Laboratory)')
Dr. Stanislav Koncebovski
stanislav&chimgan.net
28908
@@ -122069,9 +122069,9 @@
John Betts
john&globalholdings.org
30622
- Centre Informatique de l'Etat , Luxembourg
+ Centre des technologies de l'information de l'Etat , Luxembourg (previous was 'Centre Informatique de l'Etat , Luxembourg')
Daniel Nickels
- cie.oid&cie.etat.lu
+ cie.oid&ctie.etat.lu
30623
Federal Signal Corporation, Integrated Systems
Tim Morten
@@ -122997,9 +122997,9 @@
Jakob Simon-Gaarde
jakob&mikrov.dk
30854
- Heinlein Professional Linux Support GmbH
- Stefan Semmelroggen
- s.semmelroggen&heinlein-support.de
+ Heinlein Support GmbH
+ Peer Heinlein
+ p.heinlein&heinlein-support.de
30855
Geckologic GmbH
Steffen Schumann
@@ -129137,7 +129137,7 @@
Alistair Crooks
agc&NetBSD.org
32389
- Millennium Arts
+ MILLENNIUM ARTS Group
Andreas Bartl
iana&rz.millenniumarts.org
32390
@@ -141075,9 +141075,9 @@
Daniel Clark
clarkddc&gmail.com
35373
- Slovak Telekom a.s.
- Martin Mitro
- martin.mitro&st.sk
+ Slovak Telekom, a.s.
+ Miloslav Lehotský
+ miloslav.lehotsky&st.sk
35374
Universidade Federal do Espirito Santo
Hans-Jorg Andreas Schneebeli
@@ -141816,7 +141816,7 @@
admin&nyadendis.com
35558
IT-INTEGRATION - SOLUÇÕES INTEGRADAS EM TECNOLOGIA DA INFORMAÇÃO LTDA ME
- Bruno Camargo
+ Alex Sobral de Freitas
projetos&itin.com.br
35559
Shanda Interactive Entertainment Limited
@@ -141939,9 +141939,9 @@
Alexander Tsvyashchenko
ndl&ndl.kiev.ua
35589
- Partido PIRATA
+ Confederación Pirata (previous was 'Partido PIRATA')
Rafa Couto
- rafacouto&gmail.com
+ rafacouto&confederacionpirata.org
35590
Convergent Communications, Inc
Mike Knoblock
@@ -149768,8 +149768,8 @@
christophe.dupre&gfisolutions.com
37546
BNP Paribas Fortis group
- Bruno-Louis MATUZ
- bruno-louis.matuz&bnpparibasfortis.com
+ Patrick GUSTOT
+ patrick.gustot&bnpparibasfortis.com
37547
Europapier International GmbH
Daniel Masek
@@ -152289,7 +152289,7 @@
38176
Marken Mehrwert AG
Hajo Kliemeck
- klk&kybeidos.de
+ klk&mmw.ag
38177
iCue
Ashutosh Vighne
@@ -156589,7 +156589,7 @@
39251
NewSun Co., LTD
Yin Wenzhu
- yinwz&newsun.com.cn
+ yinwz&foxmail.com
39252
RioCard Tecnologia da Informacao S/A
Bruno Benayon
@@ -162189,7 +162189,7 @@
40651
Beijing Huasun Unicreate Technology LTD.
Bo Yang
- yangbo&bhuwireless.com
+ yangbo&bhunetworks.com
40652
Illinois Wesleyan University
Michael Zehr
@@ -163174,6 +163174,1174 @@
C.S. Veritas
Maarten Abbink
coda&veritas.nl
+40898
+ Cirries Technologies Inc.
+ Rick Aguirre
+ rick.aguirre&cirries.com
+40899
+ Evo Group Technologies, Inc.
+ Kenneth P. Hough
+ kenneth&egtech.us
+40900
+ Cybersmart Ltd
+ Shaun Courtney
+ noc&cybersmart.co.za
+40901
+ Courtney.org.za
+ Shaun Courtney
+ shaun&courtney.org.za
+40902
+ TransLink - South Coast British Columbia Transportation Authority
+ Benson Chin
+ Benson.Chin&translink.ca
+40903
+ Thongfforong.cyf
+ Geraint Jenkin
+ geraint.jenkin&gmail.com
+40904
+ Brisbane City Council
+ Russell McGregor
+ Russell.McGregor&brisbane.qld.gov.au
+40905
+ Altronix Corporation
+ Jonathan Sohnis
+ jsohnis&altronix.com
+40906
+ Divitel Development Lda
+ Diogo de Andrade
+ diogo.andrade&divitel.com
+40907
+ OOO Adicom
+ Dmitry Sokolov
+ dsokolov&adicom.ru
+40908
+ Autoritatea Naţională pentru Administrare şi Reglementare în Comunicaţii - ANCOM
+ Puiu Lucian Chitu
+ puiu.chitu&ancom.org.ro
+40909
+ BigBrother Security Systems
+ Kalle Jansen
+ kj&bigbrother.nl
+40910
+ Bradley University
+ Michael Whitlow
+ mwhitlow&fsmail.bradley.edu
+40911
+ Freedompay, Inc.
+ Stephen Oberholtzer
+ stephen.oberholtzer&freedompay.com
+40912
+ Kulcs-Soft Nyrt.
+ Zsolt Eperjesi
+ eperjesizs&kulcs-soft.hu
+40913
+ QEM Software Ltd.
+ Timo Koski
+ info&qem.fi
+40914
+ Symanitron
+ Natalia Neverova
+ neverova&symanitron.ru
+40915
+ WANdisco, Inc
+ Ian Mordey
+ ian.mordey&wandisco.com
+40916
+ Berico Technologies
+ Richard Clayton
+ rclayton&bericotechnologies.com
+40917
+ Lender Processing Service
+ Scott Manning
+ scott.manning&lpsvcs.com
+40918
+ ResponseTap Limited
+ Marius Gaubas
+ marius.gaubas&responsetap.com
+40919
+ Vnomics
+ Kenneth A. Barlow
+ kbarlow&vnomicscorp.com
+40920
+ Icahn School of Medicine at Mount Sinai
+ Jonathon Anderson
+ jonathon.anderson&mssm.edu
+40921
+ MikroM Mikroelektronik für Multimedia GmbH
+ Holger Krahn
+ it&mikrom.com
+40922
+ Telydata Cía. Ltda.
+ Alejandro Augusto Andrade Mafla
+ aandrade&telydata.net
+40923
+ Isle of Capri Casinos, Inc.
+ Montez Fitzpatrick
+ montez.fitzpatrick&islecorp.com
+40924
+ aYaline
+ Bouziane Fourka
+ bfourka&ayaline.com
+40925
+ Trenkwlader Solutions, s.r.o.
+ Miguel Lambrecht
+ m.lambrecht&trenkwalder.com
+40926
+ Majic
+ Branko Majic
+ branko&majic.rs
+40927
+ SID Solutions Inc.
+ Shinsuke Nishiyama
+ shinsuke.nishiyama&sid-sol.com
+40928
+ Esprit Digital Ltd
+ James Brenner
+ james&espritdigital.com
+40929
+ Barrett Consulting Group Pty Ltd
+ Jobst Schmalenbach
+ hostmaster&barrett.com.au
+40930
+ MAGREX Co. Ltd.
+ kazuo imoto
+ devinfo&magrex.co.jp
+40931
+ Victorian Electoral Commission
+ Shripad Joshi
+ shripad.joshi&vec.vic.gov.au
+40932
+ SuccWare (Beijing) Software System Co., Ltd
+ Wang Edward
+ wgch72&163.com
+40933
+ QiZhi Technologies
+ LiQiang Xu
+ support&shterm.com
+40934
+ LIG Nex1
+ YounYeoul Lee
+ leeyy777&lignex1.com
+40935
+ LTD "MedScann"
+ Igor Proskurjakov
+ strong2005&mail.ru
+40936
+ St. Elisabeth Convent
+ Constantin Piskounov
+ kpiskounov&obitel-minsk.by
+40937
+ Axelprod GSM Transmission
+ Luis Morales
+ webmaster&axelprod.ch
+40938
+ MobileIron Inc.
+ Mansu Kim
+ mansukim&mobileiron.com
+40939
+ Alphonso
+ Ravi Sarma
+ admin&alphonso.tv
+40940
+ ROYAL NEW ZEALAND PLUNKET SOCIETY INCORPORATED
+ Mike Kavanagh
+ IT.Helpdesk&plunket.org.nz
+40941
+ Tamara Elektronik Ltd.Sti.
+ Timuçin Anuşlu
+ timucin&tamara.com.tr
+40942
+ logic-base GmbH
+ Andreas Beyer
+ andreas.beyer&4sellers.de
+40943
+ XHONIA
+ Samuel N'Diang
+ information&xhonia.com
+40944
+ Bitlomat LLC
+ David Coleman
+ alessandro&bitlomat.com
+40945
+ Oak Solucoes em Informatica LTDA EPP
+ Leonardo Pignataro
+ leonardop&oaks.com.br
+40946
+ Yuriy Moskovets
+ Yuriy Moskovets
+ kontact&moskovets.com
+40947
+ Metromatics Pty Ltd
+ Damien Cahill
+ dcahill&metromatics.com.au
+40948
+ BiTMICRO Networks, Inc.
+ Chris Mostrales
+ cmostrales&bitmicro.com
+40949
+ Smart Grid Billing, Inc
+ Morten Lundberg
+ ml&smartgridbilling.com
+40950
+ JSC Stock Company OZNA
+ Ildar Akhmedov
+ admin&ozna.ru
+40951
+ uAnywhere
+ Ryan Verner
+ pen.admin&uanywhere.com.au
+40952
+ S3 ID Ltd
+ Jordan Morris
+ jordan.morris&S3-ID.com
+40953
+ Unassigned
+ Removed 2013-01-11
+ ---none---
+40954
+ Ivar Jacobson International AB
+ Magnus Hyllander
+ magnus.hyllander&ivarjacobson.com
+40955
+ Campbell County Hospital District
+ Paul Thomson
+ paul.thomson&ccmh.net
+40956
+ SEAKR Engineering Inc
+ Nick Couchman
+ Nick.Couchman&seakr.com
+40957
+ Dexa Systems, Inc
+ Glen Mullen
+ ghmullen&dexasystems.com
+40958
+ Geneity Ltd
+ Andre Esser
+ andre.esser&geneity.co.uk
+40959
+ Optical Zonu Corporation
+ Iftah Bratspiess
+ iftah&web-silicon.com
+40960
+ Witelcom AS
+ Fredrik Eriksen
+ info&witelcom.com
+40961
+ Axxes
+ Jérôme CALLY
+ jerome.cally&axxes.fr
+40962
+ SDL - Language Weaver
+ Dan Waddell
+ dwaddell&sdl.com
+40963
+ Jacques Ledoux
+ Jacques Ledoux
+ jcq&ledx.com
+40964
+ Stone Fifteen Design Group
+ Martin Cribbins
+ mcribbins&stonefifteen.com
+40965
+ Louisiana State Board of Medical Examiners
+ Alan W. Phillips
+ aphillips&lsbme.la.gov
+40966
+ Ronald.ORG
+ Ronald Kuehn
+ rk&ronald.org
+40967
+ SVIAT Ltd.
+ Aliaksej Zharko
+ admin&sviat.by
+40968
+ Nirvanix, Inc.
+ Bob Bawn
+ bob.bawn&nirvanix.com
+40969
+ Tobila Systems, Inc.
+ Atsushi Akita
+ akita&tobila.jp
+40970
+ LRD23 Consulting LLC
+ Christopher A Lowde
+ lowdeca&lrd23consulting.com
+40971
+ Audioptic Trade Services
+ GAUBERT Alexandre
+ alexandre.gaubert&audioptic.fr
+40972
+ SFR
+ Pedro Gasalho
+ pedro.gasalho&sfr.com
+40973
+ Freeside Atlanta
+ Alan Fay
+ admin&freesideatlanta.org
+40974
+ Kim Johnsson
+ Kim Johnsson
+ kimjohnsson&gmail.com
+40975
+ Applied Communication Sciences
+ Aileen Cheng
+ acheng&appcomsci.com
+40976
+ Videotrec Industrial Co. Ltd.
+ zhuyouming
+ zhuyouming1988&gmail.com
+40977
+ Inter-M
+ Wonho, Lee
+ whlee&inter-m.com
+40978
+ AZElectronic
+ Antoine DUMONT
+ antoine.dumont.az&gmail.com
+40979
+ Newell Rubbermaid - DYMO Corp.
+ Rui Meng
+ rui.meng&dymo.com
+40980
+ creatale GmbH
+ Sebastian Gepperth
+ iana&creatale.de
+40981
+ Facebook, Inc.
+ Tim Tickel
+ twt&fb.com
+40982
+ ROARING FORK SCHOOL DISTRICT
+ David McGavock
+ trcheshire&rfsd.k12.co.us
+40983
+ Trinity Solutions, Inc.
+ Sachiyuki Fujimura
+ fujimura&3nity-sol.com
+40984
+ Fastback Networks
+ Dan Kiewlich
+ dan.kiewlich&fastbacknetworks.com
+40985
+ Clearview Systems, LLC
+ Jason Bean
+ admin&clearviewsystems.com
+40986
+ JVL Ventures / Isis Mobile Commerce
+ Houston Hopkins
+ houston.hopkins&paywithisis.com
+40987
+ Quality Software Works
+ Ivan Montoro
+ iana&qswks.com
+40988
+ Justin Obernier
+ Justin Obernier
+ justin.obernier&gmail.com
+40989
+ GLsun Science and Tech Co.Ltd
+ pujinhuang
+ Glsnmp&ymail.com
+40990
+ Domain Name Services
+ Ed Pascoe
+ ed&dnservices.co.za
+40991
+ tedox KG
+ Torge Gipp
+ torge.gipp&tedox.de
+40992
+ vijay. Pvt. Ltd
+ Vijay Rajah
+ vijayrajah&gmail.com
+40993
+ HD Vest Inc.
+ Ken Vetter
+ ken.vetter&hdvest.com
+40994
+ LLC "AIS Gorod"
+ Roman Vavilov
+ tenno&aisgorod.ru
+40995
+ DLG Automacao Industrial Ltda
+ Ronaldo Tomazeli Duarte
+ ronaldo&dlg.com.br
+40996
+ SilverRail Technologies, Inc.
+ Will Phillipson
+ will&silverrailtech.com
+40997
+ Armonti Digital Services
+ Armin Paffrath
+ paffrath&armonti.de
+40998
+ DomaCom Pty Ltd
+ John Bird
+ john.bird&domacom.com.au
+40999
+ Ribose Inc
+ Ronald Tse
+ ronald.tse&ribose.com
+41000
+ mykarte.com
+ Ryuji Ito
+ ryujii&mykarte.com
+41001
+ Cuattro, LLC.
+ Matthew Probasco
+ mprobasco&cuattro.com
+41002
+ Biotest AG
+ Joachim Lorenz
+ joachim_lorenz&biotest.de
+41003
+ Workers' Compensation Board - Alberta
+ Wallace Wang
+ wallace.wang&wcb.ab.ca
+41004
+ Clackamas County
+ Julio Cabrera
+ jcabrera&clackamas.us
+41005
+ IntelliBatt, Inc.
+ Doug Sheppard
+ doug&intellibatt.com
+41006
+ Ineluctable Designs
+ Shane Spinuzzi
+ shane&ineluctabledesigns.com
+41007
+ IMBC GmbH
+ Frank Dornheim
+ frank.dornheim&imbc.de
+41008
+ EMTS Telecom Services Ltd.
+ Erik Melki
+ melki&012.net.il
+41009
+ Info-M Ltd.
+ András Czihó
+ cziho&info-m.hu
+41010
+ FlyingVoice Technology Ltd.
+ liuyangxin
+ liuyangxin&flyingvoice.com
+41011
+ LanPro Inc.
+ Andreas Loffler
+ lofflera&lanpro.com
+41012
+ tmakinen.com
+ Tapio Makinen
+ sysadmin&tmakinen.com
+41013
+ Miyagi University of Education
+ UGAWA, Yoshihiro
+ center&ipc.miyakyo-u.ac.jp
+41014
+ Attam Ltd
+ Wayne Marrison
+ wayne.marrison&attam.co.uk
+41015
+ Intelligenza
+ Wayne Marrison
+ wayne.marrison&intelligenza.co.uk
+41016
+ Héonium SARL
+ Christophe CRIER
+ christophe.crier&heonium.com
+41017
+ EDV-Studio Stephan Konheiser
+ Stephan Konheiser
+ s.konheiser&edv-studio.de
+41018
+ WaldiNetwork Ltd. Home
+ Ing. Walter Hoehlhubmer
+ waldinetwork.home&liwest.at
+41019
+ Acuntia S.A.
+ Diego Nuevo
+ tech.admin&acuntia.es
+41020
+ GetOnline Ltd
+ Karl Pielorz
+ iana-pen&getonline.co.uk
+41021
+ Gensicke
+ Sebastian Gensicke
+ sg2004&gensicke.de
+41022
+ van Rens IT Consultancy
+ Erwin van Rens
+ info&vanrens.nl
+41023
+ BAITS Global
+ Georges Haddad
+ georges.haddad&baitsglobal.com
+41024
+ BG Unfallklinik Murnau
+ Erwin Kinateder
+ erwin.kinateder&bgu-murnau.de
+41025
+ Lorillard Tobacco Company
+ Stephen Norat
+ stephen.norat&capgemini.com
+41026
+ DealerTrack
+ Ronald Buglione
+ ronald.buglione&dealertrack.com
+41027
+ Direct Line Insurance Group PLC
+ Ashish Surti
+ ashish.a.surti&directlinegroup.co.uk
+41028
+ Delphix Corp
+ Peng Dai
+ peng.dai&delphix.com
+41029
+ The Orvis Company Inc.
+ Armand Boudreau
+ Boudreaua&orvis.com
+41030
+ JAI Inc.
+ Avinash V. Uppuluri
+ au&jai.com
+41031
+ Axeos Services B.V.
+ Max van Biezen
+ mvanbiez&axeos.nl
+41032
+ VeriCom AB
+ Fredrik Nilsson
+ fredrik&vericom.se
+41033
+ Amor Group
+ Matthew Wicks
+ matthew.wicks&amorgroup.com
+41034
+ Systems With Intelligence Inc.
+ Fausto Della Rovere
+ fausto.dellarovere&systemswithintelligence.com
+41035
+ TM Systems, LLC
+ Anna Homyakova
+ tms&tm-sys.ru
+41036
+ Corero Network Security
+ Scott Barvick
+ scott.barvick&corero.com
+41037
+ Edgepoint IT Services
+ Thomas Schweizer-Bolzonello
+ eusupport&edgepoint.fr
+41038
+ Gridcore AB
+ Richard Säfström
+ richard&gridcore.se
+41039
+ adidas AG
+ Eric Gunter
+ eric.gunter&adidas-group.com
+41040
+ Scientific & Research Center Epsilon
+ Aleksei Lukin
+ alukin&ntc-epsilon.com
+41041
+ Fairpersonal GmbH
+ Bernhard Hess
+ bernhard.hess&fairpersonal.de
+41042
+ tinNet - Lukas Barth
+ Lukas Barth
+ mail&tinloaf.de
+41043
+ Radius, LLC
+ Michael Lopez
+ mlopez&radiustoday.com
+41044
+ SohnTech Solutions, LLC.
+ Stephen Sohn
+ ssohn&sohntechsolutions.com
+41045
+ Rover Apps, LLC
+ Jeff Garbers
+ jgarbers&roverapps.com
+41046
+ Driven Technical Solutions
+ Jonque Washington
+ jonque&driventechnical.com
+41047
+ Sestek Communications Inc.
+ Bill Lin
+ bill&sestek.com.tw
+41048
+ NETIFY
+ Olivier LE CAM
+ olc&netify.fr
+41049
+ Erudio Solutions
+ Luca Filipozzi
+ noc&erudio.ca
+41050
+ Raspmon
+ Luke Niland
+ beakersoft&gmail.com
+41051
+ MBIA Inc.
+ Jake Kim
+ jake.kim&mbia.com
+41052
+ IntraFind Software AG
+ Bernhard Messer
+ bernhard.messer&intrafind.de
+41053
+ musicute project - Rouven Raudzus
+ Rouven Raudzus
+ Rouven.Raudzus&gmx.de
+41054
+ Dinamo Networks
+ Enilton Antonio do Nascimento Junior
+ eniltonj&dinamonetworks.com
+41055
+ Esquisse Software Studio
+ Alexander Konnen
+ alex&esquisse-studio.eu
+41056
+ telco Management & Service GmbH
+ Bernhard Hess
+ bernhard.hess&telco-ms.de
+41057
+ FANCYRABBIT.ORG
+ Huaping Huang
+ sysadmin&fancyrabbit.org
+41058
+ Loggly Inc.
+ Philip O'Toole
+ philip&loggly.com
+41059
+ Petromoc
+ Boris Wiethoff
+ borisw&petromoc.co.mz
+41060
+ M-D Technology
+ Haixing Li
+ aner.li&md-technologies.com
+41061
+ SOLUTI Certificacao Digital
+ Reinaldo Borges
+ reinaldo.borges&acsoluti.com.br
+41062
+ NuScale Power LLC
+ Chris Bates
+ cbates&nuscalepower.com
+41063
+ Asynchrony, Inc.
+ Nate McKie
+ nate.mckie&asynchrony.com
+41064
+ CheckMySystems Ltd.
+ Darren Rewston
+ darren&checkmysystems.com
+41065
+ Alea Iacta Est
+ Mark Rogaski
+ admin&aie-guild.org
+41066
+ Shaanxi Tians Information & Technology Co.,Ltd.
+ Xu aiming
+ xuaiming&tianstech.com
+41067
+ Quantitative Risk Research, S.L.
+ Raul Wegmann
+ it&qrr.es
+41068
+ Shenzhen RHC technology Co.,Ltd
+ zhou li hua
+ zhoulihua&runhc.com
+41069
+ insystem
+ Oleg Morozov
+ byom&insystem.ru
+41070
+ WhereGroup Gmbh & Co. KG
+ Karim Malhas
+ karim.malhas&wheregroup.com
+41071
+ Servicios Electrónicos Universitarios, S.A.S.
+ Xavier Vila
+ xvila&firmaprofesional.com
+41072
+ Domogik
+ Maikel Punie
+ maikel.punie&gmail.com
+41073
+ Openreach
+ Mike Williamson
+ mike.williamson&openreach.co.uk
+41074
+ voestalpine group-IT GmbH
+ Thomas Schwarz
+ thomas.schwarz&voestalpine.com
+41075
+ Edge S.A.
+ Anibal Acosta
+ anibal.acosta&edge.com.py
+41076
+ The Probe Project Ltd
+ Jan-Erik Eriksson
+ info&probeproject.tv
+41077
+ iOWA AB
+ Anders Wittfeldt
+ anders.wittfeldt&iowa.se
+41078
+ Apteka Alpi Farm
+ Dragan Momcilovic
+ dragan_momcilovic&alpifarm.mk
+41079
+ autocrash.info
+ Alexander Kuznetsov
+ acca&cpan.org
+41080
+ IT-EASY Berlin
+ Sylvio Schilling
+ sylvio.schilling&it-easy.biz
+41081
+ LLC Okey
+ Prokhorov Sergey
+ sergey.prokhorov&okmarket.ru
+41082
+ Altarix-Samara
+ Vladimir Sidorov
+ vladimir.sidorov&altarix.ru
+41083
+ Shanghai Ruiyuan Information Technologies Co.,Ltd.
+ qianpingkang
+ qianpingkang&ibs-tech.com.cn
+41084
+ ALTELL Ltd.
+ Alexander Burov
+ burov&altell.ru
+41085
+ Isida-Informatica, Ltd
+ Denis Kachurin
+ master&isida.by
+41086
+ Trafikselskabet Movia
+ Lars Panton
+ lbp&moviatrafik.dk
+41087
+ Automation NV/SA
+ Kris Clottemans
+ kris.clottemans&automation.be
+41088
+ TCUBE
+ Pascal Dietsche
+ tcube&laposte.net
+41089
+ Neptune Internet Service
+ Arturo Montes
+ iana&neptune.fr
+41090
+ Shanghai HEADING Information Engineering Co., Ltd.
+ Li Ximing
+ liximing&hd123.com
+41091
+ Libra Srl
+ Paolo Frizzi
+ paolo&libra.it
+41092
+ Dynamic Systems, Inc.
+ Gary Suzumoto
+ gary.suzumoto&dynamicsystemsinc.com
+41093
+ Bareos GmbH & Co. KG
+ Marco van Wieringen
+ marco.van.wieringen&bareos.com
+41094
+ iS5 Communications Inc.
+ Gary Boardman
+ garyboardman&is5com.com
+41095
+ Evrisko Systems
+ Paul Buenger
+ pbuenger&evriskosys.com
+41096
+ Metadosis GP
+ Antonios Kanouras
+ iana&metadosis.gr
+41097
+ Magnus LTD
+ Fyodor Ustinov
+ ufm&magnus.net.ua
+41098
+ ESPEC CORP.
+ Masahiko Watanabe
+ m-watanabe&espec.co.jp
+41099
+ COMPTA - EQUIPAMENTOS E SERVIÇOS DE INFORMÁTICA S.A.
+ JORGE ESTEVES
+ jorge.esteves&compta.pt
+41100
+ Fon Wireless LTD
+ Gonzalo Becares
+ gonzalo.becares&fon.com
+41101
+ Simply Business
+ James Condron
+ james.condron&simplybusiness.co.uk
+41102
+ NS Solutions Corporation
+ Katsuhisa Inagaki
+ inagaki.katsuhisa&ns-sol.co.jp
+41103
+ Global Radio Services Limited
+ Richard Carpenter
+ noc&as39202.net
+41104
+ Transway Ltd.
+ Koby Michelsohn
+ kobym&transway.co.il
+41105
+ Lognet Billing LTD
+ Rost Bitterlikh
+ rost.bitterlikh&lognet-systems.com
+41106
+ Institute of Photonics and Electronics AS CR, v.v.i.
+ Martin Havlicek
+ it&ufe.cz
+41107
+ Transact Technologies Inc
+ Donald E. Brooks
+ dbrooks&transact-tech.com
+41108
+ Mill Software
+ Nick Bonnett
+ nick.bonnett&millsoftware.com.au
+41109
+ TriVu Media
+ Michael Sullivan
+ mike&trivu.tv
+41110
+ Good Dog Design
+ James Brooks
+ james&gooddogdesign.com
+41111
+ 66 VISION TECH CO.,LTD
+ Zuoping Tan
+ tech&66vision.com
+41112
+ Ubiquiti Networks, Inc.
+ Kestutis Barkauskas
+ keba&ubnt.com
+41113
+ Barnfind Technologies AS
+ Stian Sebastian Skjelstad
+ stian&barnfind.no
+41114
+ S2 Factory, Inc.
+ Jun Kuriyama
+ iana-pen&s2factory.co.jp
+41115
+ Glarner Kantonalbank
+ Luchsinger Ralf
+ isc&glkb.ch
+41116
+ DEBES ENGINEERING
+ Klaus Debes
+ info&debes-engineering.de
+41117
+ Richard Wolf GmbH
+ Muhammed-Ali Findik
+ muhammed-ali.findik&richard-wolf.com
+41118
+ Stadt Duisburg
+ Marc Stermann
+ marc.stermann&duit.de
+41119
+ 3 Stack Technologies
+ James Waite
+ james&3stackcloud.com
+41120
+ CMosaix
+ Daniel Batkilin
+ danielzeev&gmail.com
+41121
+ Terminal plus, LLC
+ Rudolf Zolotov
+ zrr&tdrusintel.ru
+41122
+ Pindrop Security
+ Lamar Willis
+ lamar&pindropsecurity.com
+41123
+ Sumo Logic, Inc.
+ Yongxing Wang
+ yongxing&sumologic.com
+41124
+ KfW
+ Mark Heitbrink
+ Mark.Heitbrink_extern&kfw.de
+41125
+ Mystic Video, Inc.
+ Som Ghosh
+ som&mysticvideo.net
+41126
+ SFERA
+ Alexey Klinov
+ alexey.klinov&sfera-co.ru
+41127
+ Linux Router Systems
+ Lucas Nishimura
+ lucas.nishimura&gmail.com
+41128
+ Knorst Consulting LTDA
+ Alexandre Eduardo Knorst
+ knorst&gmail.com
+41129
+ WideNet
+ Leonardo Rizzi
+ l.rizzi&wide-net.org
+41130
+ Mint Medical GmbH
+ Daniel Maleike
+ support&mint-medical.de
+41131
+ LUGO TERMINAL SPA
+ Paolo Righini
+ ict&lugoterminal.com
+41132
+ Västra Götalandsregionen
+ Christer Nygren
+ christer.nygren&vgregion.se
+41133
+ Alinean, Inc.
+ AZ Flynn Thomas
+ ops&alinean.com
+41134
+ Ronal AG
+ Dirk Wacker
+ itsupport&ronal.ch
+41135
+ Salsbury Engineering, Inc.
+ Jonathan Gauthier
+ jon&salsburyeng.com
+41136
+ Ryan Spinuzzi
+ Ryan Spinuzzi
+ ryan&ryanspinuzzi.com
+41137
+ Autotoll Limited
+ Frank Chan
+ help.it&autotoll.com.hk
+41138
+ 10gen, Inc.
+ Akshay Kumar
+ akshay&10gen.com
+41139
+ NextGenTel AS
+ Eivind Olsen
+ hostmaster&nextgentel.com
+41140
+ nplawes
+ Nick Lawes
+ iana&nplawes.com
+41141
+ Southeast Health
+ Tammy Goldsmith
+ tgoldsmith&sehealth.org
+41142
+ Instant Solutions LTDA
+ Pedro Howat Rodrigues
+ pedro&instant.com.br
+41143
+ Goodloe Consulting Group, LLC
+ Jason Goodloe
+ jason.goodloe&goodloegroup.com
+41144
+ Initra d.o.o.
+ Goran Cunjak
+ goran.cunjak&initra.com
+41145
+ Industrial Control Communications, Inc
+ Felickao Yang
+ fyang&iccdesigns.com
+41146
+ VertiCloud
+ Tucker Dewitt
+ ops&verticloud.com
+41147
+ The Southampton Hospital Association
+ William Bifulco
+ wbifulco&southamptonhospital.org
+41148
+ Binary Software Indy, llc
+ Kevin Glinski
+ kevin&binarysoftwareindy.com
+41149
+ Shandong New Beiyang Information Technology Co., Ltd. (SNBC)
+ Chen Qiuyi
+ chenqiuyi&newbeiyang.com
+41150
+ Acelis SARL
+ Aurélien Geromboux
+ aurelien&acelis.net
+41151
+ dev.ncds.eu
+ Dominik Sułkowski
+ dominik&ncds.eu
+41152
+ Cyfrowy Polsat SA
+ Przemyslaw Dlugosz
+ pdlugosz&cyfrowypolsat.pl
+41153
+ Status Nobilis SA
+ Fabio Scaccabarozzi
+ fs&statusnobilis.com
+41154
+ trojniak.net
+ Rafal Trojniak
+ pen.iana.org&trojniak.net
+41155
+ Oberlin College
+ Barron Hulver
+ Barron.Hulver&oberlin.edu
+41156
+ Solmate Group
+ Hans Donner
+ support&solmategroup.com
+41157
+ JEFFREY WALTER HEISEY
+ Jeffrey Heisey
+ jeff_heisey&hotmail.com
+41158
+ Special Services Division, NCISS
+ Colonel Ewen
+ NCISSDirectorate&gmail.com
+41159
+ Media Group LLC
+ Igor Blinov
+ supergarikk&gmail.com
+41160
+ Copper Systems Ltd
+ Paul Wearne
+ paul.wearne&copper-systems.co.uk
+41161
+ Bentsen Electronics
+ Morten Bentsen
+ spam&bentsen.org
+41162
+ Software Daten Service
+ Wolfgang Brandl
+ wolfgang.brandl&sds.at
+41163
+ INVAP S.E.
+ Ignacio Ginestet
+ iginestet&invap.com.ar
+41164
+ Tulsa Technology Center
+ Ryan Dahlgren
+ mib&tulsatech.edu
+41165
+ SKYERA Inc
+ Suresh Dussa
+ sdussa&skyera.com
+41166
+ streibelt.net
+ Florian Streibelt
+ iana-pen&streibelt.net
+41167
+ Pomona Valley Hospital Medical Center
+ Cris Tran
+ cris.tran&pvhmc.org
+41168
+ Excelitas
+ Thomas Osbrink
+ thomas.osbrink&excelitas.com
+41169
+ Scorpio IT
+ Christian Wittmer
+ info&scorpio-it.net
+41170
+ NOVXTEL
+ Emmanuel CHAUVEAU
+ e.chauveau&novxtel.com
+41171
+ MECC CO., LTD.
+ Masaya Suzuki
+ m-suzuki&mecc.co.jp
+41172
+ HEC Paris
+ Marcelo Moreira
+ sysrxadm&hec.fr
+41173
+ Dream Chip Technologies GmbH
+ Stefan Stürke
+ mibs&dreamchip.de
+41174
+ Mount Vernon Hospital Physics (UK)
+ Gerry Lowe
+ gerry.lowe&nhs.net
+41175
+ Aartesys AG
+ Andreas Grossenbacher
+ andreas.grossenbacher&aartesys.ch
+41176
+ Energy X Systems Ltd.
+ H. R. Coles
+ ianaoid.1&energy-x.com
+41177
+ Ocean Interactive (Beijing) Technology Co. Ltd
+ Shaolin Zheng
+ zhengshaolin&omusic.cc
+41178
+ Proftal Oy
+ Vesa Haimi
+ contact&proftal.com
+41179
+ DirectTrust.org Inc.
+ Scott Rea
+ Scott.Rea&DirectTrust.org
+41180
+ Process Query Systems, LLC
+ Vincent Berk
+ vberk&proquesys.com
+41181
+ conversis technologies GmbH
+ Lukas Loesche
+ l.loesche&conversis.de
+41182
+ Digital Imaging Lab.
+ Shunsaku Otsuka
+ otsuka&diljapan.com
+41183
+ Contim Automação de Sistemas Ltda
+ Thiago Ragozo Contim
+ thiago&contim.eng.br
+41184
+ FreedomVoice Systems
+ Jeremiah Gowdy
+ jeremiah.gowdy&freedomvoice.com
+41185
+ Norwia AS
+ Baard Nossum
+ bnossum&norwia.no
+41186
+ QuantuMatriX Technologies
+ Matthew Schultz
+ matt&qmxtech.com
+41187
+ Video Tech Laboratories
+ HIroshi Fujimoto
+ fujimoto&videotech.co.jp
+41188
+ University of California Hastings College of the Law
+ Ronald Proschan
+ proschan&uchastings.edu
+41189
+ Sika Informationssysteme AG
+ Oliver von Wartburg
+ vonwartburg.oliver&ch.sika.com
End of Document
|
[-]
[+]
|
Changed |
wireshark-1.6.13.tar.bz2/epan/proto.c
^
|
@@ -1,7 +1,7 @@
/* proto.c
* Routines for protocol tree
*
- * $Id: proto.c 43260 2012-06-14 18:20:13Z wmeier $
+ * $Id: proto.c 47290 2013-01-26 00:52:37Z gerald $
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
@@ -637,6 +637,7 @@
/* This is a child node. Don't free the per-tree data, but
* do free the field_info data. */
FREE_NODE_FIELD_INFO(finfo);
+ node->finfo = NULL;
}
#if 0
|
[-]
[+]
|
Changed |
wireshark-1.6.13.tar.bz2/epan/reassemble.c
^
|
@@ -1,7 +1,7 @@
/* reassemble.c
* Routines for {fragment,segment} reassembly
*
- * $Id: reassemble.c 37123 2011-05-13 14:21:58Z morriss $
+ * $Id: reassemble.c 47289 2013-01-26 00:36:00Z gerald $
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
@@ -595,7 +595,9 @@
const guint32 tot_len)
{
fragment_data *fd_head;
- fragment_key key;
+ fragment_data *fd;
+ fragment_key key;
+ guint32 max_offset = 0;
/* create key to search hash with */
key.src = pinfo->src;
@@ -603,13 +605,39 @@
key.id = id;
fd_head = g_hash_table_lookup(fragment_table, &key);
+ if (!fd_head)
+ return;
+
+ /* Verify that the length (or block sequence number) we're setting
+ * doesn't conflict with values set by existing fragments.
+ */
+ fd = fd_head;
+ if (fd_head->flags & FD_BLOCKSEQUENCE) {
+ while (fd) {
+ if (fd->offset > max_offset) {
+ max_offset = fd->offset;
+ DISSECTOR_ASSERT(max_offset <= tot_len);
+ }
+ fd = fd->next;
+ }
+ }
+ else {
+ while (fd) {
+ if (fd->offset + fd->len > max_offset) {
+ max_offset = fd->offset + fd->len;
+ DISSECTOR_ASSERT(max_offset <= tot_len);
+ }
+ fd = fd->next;
+ }
+ }
- if(fd_head){
- fd_head->datalen = tot_len;
- fd_head->flags |= FD_DATALEN_SET;
+ if (fd_head->flags & FD_DEFRAGMENTED) {
+ DISSECTOR_ASSERT(max_offset == tot_len);
}
- return;
+ /* We got this far so the value is sane. */
+ fd_head->datalen = tot_len;
+ fd_head->flags |= FD_DATALEN_SET;
}
guint32
|
[-]
[+]
|
Changed |
wireshark-1.6.13.tar.bz2/epan/sminmpec.c
^
|
@@ -4973,7 +4973,7 @@
{ 4949, "Fortress Technologies" },
{ 4950, "Luxor Software Inc." },
{ 4951, "State Farm Insurance" },
- { 4952, "ThinkingObjects Software" },
+ { 4952, "Thinking Objects GmbH" },
{ 4953, "Tecnet Teleinformatica Ltda." },
{ 4954, "Wrox Press Itd" },
{ 4955, "Asgard Technologies, Inc" },
@@ -19506,7 +19506,7 @@
{ 19482, "Waldmann" },
{ 19483, "Aqua Systems, Inc." },
{ 19484, "BANCO DE ESPA\0303\0221A" },
- { 19485, "art of object AG" },
+ { 19485, "art of object GmbH" },
{ 19486, "Venali Inc" },
{ 19487, "Lucent Technologies, Mobility IN" },
{ 19488, "Toadico, Inc" },
@@ -28928,7 +28928,7 @@
{ 28904, "Arius Software" },
{ 28905, "MeshLinx Wireless, Inc" },
{ 28906, "Cluenet" },
- { 28907, "ViSSoL (Virtual Scientific Software Laboratory)" },
+ { 28907, "ViASSoL (Virtual Applied Scientific Software Laboratory)(previous was 'ViSSoL (Virtual Scientific Software Laboratory)')" },
{ 28908, "MUJIN Systems, Inc." },
{ 28909, "4A-Securer" },
{ 28910, "Ansitaly" },
@@ -30643,7 +30643,7 @@
{ 30619, "TOSHIBA MITSUBISHI-ELECTRIC INDUSTRIAL SYSTEMS CORPORATION" },
{ 30620, "Sloka Telecom Private Limited" },
{ 30621, "Global Holdings Group" },
- { 30622, "Centre Informatique de l'Etat , Luxembourg" },
+ { 30622, "Centre des technologies de l'information de l'Etat , Luxembourg (previous was 'Centre Informatique de l'Etat , Luxembourg')" },
{ 30623, "Federal Signal Corporation, Integrated Systems" },
{ 30624, "ALALOOP SAS" },
{ 30625, "tollwerk sinnesnavigatoren" },
@@ -30875,7 +30875,7 @@
{ 30851, "Accolm" },
{ 30852, "Knipp Medien und Kommunikation GmbH" },
{ 30853, "Mikro V\0303\0246rkstedet" },
- { 30854, "Heinlein Professional Linux Support GmbH" },
+ { 30854, "Heinlein Support GmbH" },
{ 30855, "Geckologic GmbH" },
{ 30856, "Bandwidth.com, Inc." },
{ 30857, "Data Device Corporation" },
@@ -32410,7 +32410,7 @@
{ 32386, "Proxicast, LLC" },
{ 32387, "Etisalat" },
{ 32388, "The NetBSD Foundation" },
- { 32389, "Millennium Arts" },
+ { 32389, "MILLENNIUM ARTS Group" },
{ 32390, "ID7 Ltd." },
{ 32391, "Systemhuset Episteme AS" },
{ 32392, "Secure-MSP GmbH" },
@@ -35394,7 +35394,7 @@
{ 35370, "natnat inc." },
{ 35371, "Infocore.Inc" },
{ 35372, "Daniel Clark" },
- { 35373, "Slovak Telekom a.s." },
+ { 35373, "Slovak Telekom, a.s." },
{ 35374, "Universidade Federal do Espirito Santo" },
{ 35375, "UAB \"Mano numeris\"" },
{ 35376, "SOFTWAY MEDICAL" },
@@ -35610,7 +35610,7 @@
{ 35586, "Competentum" },
{ 35587, "White Birch Paper division Papier Masson" },
{ 35588, "ndl.kiev.ua" },
- { 35589, "Partido PIRATA" },
+ { 35589, "Confederaci\0303\0263n Pirata (previous was 'Partido PIRATA')" },
{ 35590, "Convergent Communications, Inc" },
{ 35591, "Limited Liability Company \"Mejregiongaz \"" },
{ 35592, "FiberSensing S.A." },
@@ -40919,6 +40919,298 @@
{ 40895, "VRVis Zentrum f\0303\0274r Virtual Reality und Visualisierung Forschungs-GmbH" },
{ 40896, "Pearson Technology" },
{ 40897, "C.S. Veritas" },
+ { 40898, "Cirries Technologies Inc." },
+ { 40899, "Evo Group Technologies, Inc." },
+ { 40900, "Cybersmart Ltd" },
+ { 40901, "Courtney.org.za" },
+ { 40902, "TransLink - South Coast British Columbia Transportation Authority" },
+ { 40903, "Thongfforong.cyf" },
+ { 40904, "Brisbane City Council" },
+ { 40905, "Altronix Corporation" },
+ { 40906, "Divitel Development Lda" },
+ { 40907, "OOO Adicom" },
+ { 40908, "Autoritatea Na\0305\0243ional\0304\0203 pentru Administrare \0305\0237i Reglementare \0303\0256n Comunica\0305\0243ii - ANCOM" },
+ { 40909, "BigBrother Security Systems" },
+ { 40910, "Bradley University" },
+ { 40911, "Freedompay, Inc." },
+ { 40912, "Kulcs-Soft Nyrt." },
+ { 40913, "QEM Software Ltd." },
+ { 40914, "Symanitron" },
+ { 40915, "WANdisco, Inc" },
+ { 40916, "Berico Technologies" },
+ { 40917, "Lender Processing Service" },
+ { 40918, "ResponseTap Limited" },
+ { 40919, "Vnomics" },
+ { 40920, "Icahn School of Medicine at Mount Sinai" },
+ { 40921, "MikroM Mikroelektronik f\0303\0274r Multimedia GmbH" },
+ { 40922, "Telydata C\0303\0255a. Ltda." },
+ { 40923, "Isle of Capri Casinos, Inc." },
+ { 40924, "aYaline" },
+ { 40925, "Trenkwlader Solutions, s.r.o." },
+ { 40926, "Majic" },
+ { 40927, "SID Solutions Inc." },
+ { 40928, "Esprit Digital Ltd" },
+ { 40929, "Barrett Consulting Group Pty Ltd" },
+ { 40930, "MAGREX Co. Ltd." },
+ { 40931, "Victorian Electoral Commission" },
+ { 40932, "SuccWare (Beijing) Software System Co., Ltd" },
+ { 40933, "QiZhi Technologies" },
+ { 40934, "LIG Nex1" },
+ { 40935, "LTD \"MedScann\"" },
+ { 40936, "St. Elisabeth Convent" },
+ { 40937, "Axelprod GSM Transmission" },
+ { 40938, "MobileIron Inc." },
+ { 40939, "Alphonso" },
+ { 40940, "ROYAL NEW ZEALAND PLUNKET SOCIETY INCORPORATED" },
+ { 40941, "Tamara Elektronik Ltd.Sti." },
+ { 40942, "logic-base GmbH" },
+ { 40943, "XHONIA" },
+ { 40944, "Bitlomat LLC" },
+ { 40945, "Oak Solucoes em Informatica LTDA EPP" },
+ { 40946, "Yuriy Moskovets" },
+ { 40947, "Metromatics Pty Ltd" },
+ { 40948, "BiTMICRO Networks, Inc." },
+ { 40949, "Smart Grid Billing, Inc" },
+ { 40950, "JSC Stock Company OZNA" },
+ { 40951, "uAnywhere" },
+ { 40952, "S3 ID Ltd" },
+ { 40953, "Unassigned" },
+ { 40954, "Ivar Jacobson International AB" },
+ { 40955, "Campbell County Hospital District" },
+ { 40956, "SEAKR Engineering Inc" },
+ { 40957, "Dexa Systems, Inc" },
+ { 40958, "Geneity Ltd" },
+ { 40959, "Optical Zonu Corporation" },
+ { 40960, "Witelcom AS" },
+ { 40961, "Axxes" },
+ { 40962, "SDL - Language Weaver" },
+ { 40963, "Jacques Ledoux" },
+ { 40964, "Stone Fifteen Design Group" },
+ { 40965, "Louisiana State Board of Medical Examiners" },
+ { 40966, "Ronald.ORG" },
+ { 40967, "SVIAT Ltd." },
+ { 40968, "Nirvanix, Inc." },
+ { 40969, "Tobila Systems, Inc." },
+ { 40970, "LRD23 Consulting LLC" },
+ { 40971, "Audioptic Trade Services" },
+ { 40972, "SFR" },
+ { 40973, "Freeside Atlanta" },
+ { 40974, "Kim Johnsson" },
+ { 40975, "Applied Communication Sciences" },
+ { 40976, "Videotrec Industrial Co. Ltd." },
+ { 40977, "Inter-M" },
+ { 40978, "AZElectronic" },
+ { 40979, "Newell Rubbermaid - DYMO Corp." },
+ { 40980, "creatale GmbH" },
+ { 40981, "Facebook, Inc." },
+ { 40982, "ROARING FORK SCHOOL DISTRICT" },
+ { 40983, "Trinity Solutions, Inc." },
+ { 40984, "Fastback Networks" },
+ { 40985, "Clearview Systems, LLC" },
+ { 40986, "JVL Ventures / Isis Mobile Commerce" },
+ { 40987, "Quality Software Works" },
+ { 40988, "Justin Obernier" },
+ { 40989, "GLsun Science and Tech Co.Ltd" },
+ { 40990, "Domain Name Services" },
+ { 40991, "tedox KG" },
+ { 40992, "vijay. Pvt. Ltd" },
+ { 40993, "HD Vest Inc." },
+ { 40994, "LLC \"AIS Gorod\"" },
+ { 40995, "DLG Automacao Industrial Ltda" },
+ { 40996, "SilverRail Technologies, Inc." },
+ { 40997, "Armonti Digital Services" },
+ { 40998, "DomaCom Pty Ltd" },
+ { 40999, "Ribose Inc" },
+ { 41000, "mykarte.com" },
+ { 41001, "Cuattro, LLC." },
+ { 41002, "Biotest AG" },
+ { 41003, "Workers' Compensation Board - Alberta" },
+ { 41004, "Clackamas County" },
+ { 41005, "IntelliBatt, Inc." },
+ { 41006, "Ineluctable Designs" },
+ { 41007, "IMBC GmbH" },
+ { 41008, "EMTS Telecom Services Ltd." },
+ { 41009, "Info-M Ltd." },
+ { 41010, "FlyingVoice Technology Ltd." },
+ { 41011, "LanPro Inc." },
+ { 41012, "tmakinen.com" },
+ { 41013, "Miyagi University of Education" },
+ { 41014, "Attam Ltd" },
+ { 41015, "Intelligenza" },
+ { 41016, "H\0303\0251onium SARL" },
+ { 41017, "EDV-Studio Stephan Konheiser" },
+ { 41018, "WaldiNetwork Ltd. Home" },
+ { 41019, "Acuntia S.A." },
+ { 41020, "GetOnline Ltd" },
+ { 41021, "Gensicke" },
+ { 41022, "van Rens IT Consultancy" },
+ { 41023, "BAITS Global" },
+ { 41024, "BG Unfallklinik Murnau" },
+ { 41025, "Lorillard Tobacco Company" },
+ { 41026, "DealerTrack" },
+ { 41027, "Direct Line Insurance Group PLC" },
+ { 41028, "Delphix Corp" },
+ { 41029, "The Orvis Company Inc." },
+ { 41030, "JAI Inc." },
+ { 41031, "Axeos Services B.V." },
+ { 41032, "VeriCom AB" },
+ { 41033, "Amor Group" },
+ { 41034, "Systems With Intelligence Inc." },
+ { 41035, "TM Systems, LLC" },
+ { 41036, "Corero Network Security" },
+ { 41037, "Edgepoint IT Services" },
+ { 41038, "Gridcore AB" },
+ { 41039, "adidas AG" },
+ { 41040, "Scientific & Research Center Epsilon" },
+ { 41041, "Fairpersonal GmbH" },
+ { 41042, "tinNet - Lukas Barth" },
+ { 41043, "Radius, LLC" },
+ { 41044, "SohnTech Solutions, LLC." },
+ { 41045, "Rover Apps, LLC" },
+ { 41046, "Driven Technical Solutions" },
+ { 41047, "Sestek Communications Inc." },
+ { 41048, "NETIFY" },
+ { 41049, "Erudio Solutions" },
+ { 41050, "Raspmon" },
+ { 41051, "MBIA Inc." },
+ { 41052, "IntraFind Software AG" },
+ { 41053, "musicute project - Rouven Raudzus" },
+ { 41054, "Dinamo Networks" },
+ { 41055, "Esquisse Software Studio" },
+ { 41056, "telco Management & Service GmbH" },
+ { 41057, "FANCYRABBIT.ORG" },
+ { 41058, "Loggly Inc." },
+ { 41059, "Petromoc" },
+ { 41060, "M-D Technology" },
+ { 41061, "SOLUTI Certificacao Digital" },
+ { 41062, "NuScale Power LLC" },
+ { 41063, "Asynchrony, Inc." },
+ { 41064, "CheckMySystems Ltd." },
+ { 41065, "Alea Iacta Est" },
+ { 41066, "Shaanxi Tians Information & Technology Co.,Ltd." },
+ { 41067, "Quantitative Risk Research, S.L." },
+ { 41068, "Shenzhen RHC technology Co.,Ltd" },
+ { 41069, "insystem" },
+ { 41070, "WhereGroup Gmbh & Co. KG" },
+ { 41071, "Servicios Electr\0303\0263nicos Universitarios, S.A.S." },
+ { 41072, "Domogik" },
+ { 41073, "Openreach" },
+ { 41074, "voestalpine group-IT GmbH" },
+ { 41075, "Edge S.A." },
+ { 41076, "The Probe Project Ltd" },
+ { 41077, "iOWA AB" },
+ { 41078, "Apteka Alpi Farm" },
+ { 41079, "autocrash.info" },
+ { 41080, "IT-EASY Berlin" },
+ { 41081, "LLC Okey" },
+ { 41082, "Altarix-Samara" },
+ { 41083, "Shanghai Ruiyuan Information Technologies Co.,Ltd." },
+ { 41084, "ALTELL Ltd." },
+ { 41085, "Isida-Informatica, Ltd" },
+ { 41086, "Trafikselskabet Movia" },
+ { 41087, "Automation NV/SA" },
+ { 41088, "TCUBE" },
+ { 41089, "Neptune Internet Service" },
+ { 41090, "Shanghai HEADING Information Engineering Co., Ltd." },
+ { 41091, "Libra Srl" },
+ { 41092, "Dynamic Systems, Inc." },
+ { 41093, "Bareos GmbH & Co. KG" },
+ { 41094, "iS5 Communications Inc." },
+ { 41095, "Evrisko Systems" },
+ { 41096, "Metadosis GP" },
+ { 41097, "Magnus LTD" },
+ { 41098, "ESPEC CORP." },
+ { 41099, "COMPTA - EQUIPAMENTOS E SERVI\0303\0207OS DE INFORM\0303\0201TICA S.A." },
+ { 41100, "Fon Wireless LTD" },
+ { 41101, "Simply Business" },
+ { 41102, "NS Solutions Corporation" },
+ { 41103, "Global Radio Services Limited" },
+ { 41104, "Transway Ltd." },
+ { 41105, "Lognet Billing LTD" },
+ { 41106, "Institute of Photonics and Electronics AS CR, v.v.i." },
+ { 41107, "Transact Technologies Inc" },
+ { 41108, "Mill Software" },
+ { 41109, "TriVu Media" },
+ { 41110, "Good Dog Design" },
+ { 41111, "66 VISION TECH CO.,LTD" },
+ { 41112, "Ubiquiti Networks, Inc." },
+ { 41113, "Barnfind Technologies AS" },
+ { 41114, "S2 Factory, Inc." },
+ { 41115, "Glarner Kantonalbank" },
+ { 41116, "DEBES ENGINEERING" },
+ { 41117, "Richard Wolf GmbH" },
+ { 41118, "Stadt Duisburg" },
+ { 41119, "3 Stack Technologies" },
+ { 41120, "CMosaix" },
+ { 41121, "Terminal plus, LLC" },
+ { 41122, "Pindrop Security" },
+ { 41123, "Sumo Logic, Inc." },
+ { 41124, "KfW" },
+ { 41125, "Mystic Video, Inc." },
+ { 41126, "SFERA" },
+ { 41127, "Linux Router Systems" },
+ { 41128, "Knorst Consulting LTDA" },
+ { 41129, "WideNet" },
+ { 41130, "Mint Medical GmbH" },
+ { 41131, "LUGO TERMINAL SPA" },
+ { 41132, "V\0303\0244stra G\0303\0266talandsregionen" },
+ { 41133, "Alinean, Inc." },
+ { 41134, "Ronal AG" },
+ { 41135, "Salsbury Engineering, Inc." },
+ { 41136, "Ryan Spinuzzi" },
+ { 41137, "Autotoll Limited" },
+ { 41138, "10gen, Inc." },
+ { 41139, "NextGenTel AS" },
+ { 41140, "nplawes" },
+ { 41141, "Southeast Health" },
+ { 41142, "Instant Solutions LTDA" },
+ { 41143, "Goodloe Consulting Group, LLC" },
+ { 41144, "Initra d.o.o." },
+ { 41145, "Industrial Control Communications, Inc" },
+ { 41146, "VertiCloud" },
+ { 41147, "The Southampton Hospital Association" },
+ { 41148, "Binary Software Indy, llc" },
+ { 41149, "Shandong New Beiyang Information Technology Co., Ltd. (SNBC)" },
+ { 41150, "Acelis SARL" },
+ { 41151, "dev.ncds.eu" },
+ { 41152, "Cyfrowy Polsat SA" },
+ { 41153, "Status Nobilis SA" },
+ { 41154, "trojniak.net" },
+ { 41155, "Oberlin College" },
+ { 41156, "Solmate Group" },
+ { 41157, "JEFFREY WALTER HEISEY" },
+ { 41158, "Special Services Division, NCISS" },
+ { 41159, "Media Group LLC" },
+ { 41160, "Copper Systems Ltd" },
+ { 41161, "Bentsen Electronics" },
+ { 41162, "Software Daten Service" },
+ { 41163, "INVAP S.E." },
+ { 41164, "Tulsa Technology Center" },
+ { 41165, "SKYERA Inc" },
+ { 41166, "streibelt.net" },
+ { 41167, "Pomona Valley Hospital Medical Center" },
+ { 41168, "Excelitas" },
+ { 41169, "Scorpio IT" },
+ { 41170, "NOVXTEL" },
+ { 41171, "MECC CO., LTD." },
+ { 41172, "HEC Paris" },
+ { 41173, "Dream Chip Technologies GmbH" },
+ { 41174, "Mount Vernon Hospital Physics (UK)" },
+ { 41175, "Aartesys AG" },
+ { 41176, "Energy X Systems Ltd." },
+ { 41177, "Ocean Interactive (Beijing) Technology Co. Ltd" },
+ { 41178, "Proftal Oy" },
+ { 41179, "DirectTrust.org Inc." },
+ { 41180, "Process Query Systems, LLC" },
+ { 41181, "conversis technologies GmbH" },
+ { 41182, "Digital Imaging Lab." },
+ { 41183, "Contim Automa\0303\0247\0303\0243o de Sistemas Ltda" },
+ { 41184, "FreedomVoice Systems" },
+ { 41185, "Norwia AS" },
+ { 41186, "QuantuMatriX Technologies" },
+ { 41187, "Video Tech Laboratories" },
+ { 41188, "University of California Hastings College of the Law" },
+ { 41189, "Sika Informationssysteme AG" },
{ 0, NULL}
};
|
[-]
[+]
|
Changed |
wireshark-1.6.13.tar.bz2/epan/tvbuff.c
^
|
@@ -9,7 +9,7 @@
* the data of a backing tvbuff, or can be a composite of
* other tvbuffs.
*
- * $Id: tvbuff.c 38002 2011-07-13 21:29:15Z gerald $
+ * $Id: tvbuff.c 46813 2012-12-27 19:42:55Z eapache $
*
* Copyright (c) 2000 by Gilbert Ramirez <gram@alumni.rice.edu>
*
@@ -2329,6 +2329,8 @@
gint tmpbuf_len;
GString *strbuf = NULL;
+ tvb_ensure_bytes_exist(tvb, offset, length);
+
strbuf = g_string_new(NULL);
for(i = 0; i < length; i += 2) {
@@ -2419,6 +2421,8 @@
gint tmpbuf_len;
emem_strbuf_t *strbuf = NULL;
+ tvb_ensure_bytes_exist(tvb, offset, length);
+
strbuf = ep_strbuf_new(NULL);
for(i = 0; i < length; i += 2) {
|
[-]
[+]
|
Changed |
wireshark-1.6.13.tar.bz2/frame_data_sequence.c
^
|
@@ -1,7 +1,7 @@
/* frame_data_sequence.c
* Implements a sequence of frame_data structures
*
- * $Id: frame_data_sequence.c 36886 2011-04-27 04:11:37Z guy $
+ * $Id: frame_data_sequence.c 46319 2012-12-01 22:45:25Z guy $
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
@@ -278,7 +278,7 @@
level2 = fds->ptree_root;
for (i = 0; i < NODES_PER_LEVEL && level2[i] != NULL; i++) {
level1 = level2[i];
- for (j = 0; j < NODES_PER_LEVEL && level1[i] != NULL; j++)
+ for (j = 0; j < NODES_PER_LEVEL && level1[j] != NULL; j++)
g_free(level1[j]);
g_free(level1);
}
@@ -292,7 +292,7 @@
level3 = fds->ptree_root;
for (i = 0; i < NODES_PER_LEVEL && level3[i] != NULL; i++) {
level2 = level3[i];
- for (j = 0; j < NODES_PER_LEVEL && level2[i] != NULL; j++) {
+ for (j = 0; j < NODES_PER_LEVEL && level2[j] != NULL; j++) {
level1 = level2[j];
for (k = 0; k < NODES_PER_LEVEL && level1[k] != NULL; k++)
g_free(level1[k]);
|
[-]
[+]
|
Changed |
wireshark-1.6.13.tar.bz2/gtk/main_proto_draw.c
^
|
@@ -1,7 +1,7 @@
/* proto_draw.c
* Routines for GTK+ packet display
*
- * $Id: main_proto_draw.c 43869 2012-07-20 19:31:41Z gerald $
+ * $Id: main_proto_draw.c 47332 2013-01-28 22:34:37Z gerald $
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
@@ -1585,7 +1585,14 @@
/* In the hex view, only highlight the target bytes or string. The entire
field can then be displayed by clicking on any of the bytes in the field. */
if (cfile.hex) {
- blen = (int)strlen(cfile.sfilter)/2;
+ char *p = cfile.sfilter;
+
+ blen = 0;
+ while (*p) {
+ if (g_ascii_isxdigit(*p++))
+ blen++;
+ }
+ blen = (blen + 1) / 2;
} else {
blen = (int)strlen(cfile.sfilter);
}
|
[-]
[+]
|
Changed |
wireshark-1.6.13.tar.bz2/make-version.pl
^
|
@@ -2,7 +2,7 @@
#
# Copyright 2004 Jörg Mayer (see AUTHORS file)
#
-# $Id: make-version.pl 45264 2012-10-02 19:46:57Z gerald $
+# $Id: make-version.pl 46263 2012-11-28 22:27:37Z gerald $
#
# Wireshark - Network traffic analyzer
# By Gerald Combs <gerald@wireshark.org>
@@ -75,7 +75,7 @@
my %version_pref = (
"version_major" => 1,
"version_minor" => 6,
- "version_micro" => 12,
+ "version_micro" => 13,
"version_build" => 0,
"enable" => 1,
|
[-]
[+]
|
Changed |
wireshark-1.6.13.tar.bz2/manuf
^
|
@@ -4,7 +4,7 @@
#
# /etc/manuf - Ethernet vendor codes, and well-known MAC addresses
#
-# $Id: manuf 46180 2012-11-25 16:04:34Z gerald $
+# $Id: manuf 47316 2013-01-27 16:04:22Z gerald $
#
# Laurent Deniel <laurent.deniel [AT] free.fr>
#
@@ -374,8 +374,8 @@
00:01:3F Neighbor # Neighbor World Co., Ltd.
00:01:40 Sendtek # Sendtek Corporation
00:01:41 CablePri # CABLE PRINT
-00:01:42 Cisco # Cisco Systems, Inc.
-00:01:43 Cisco # Cisco Systems, Inc.
+00:01:42 Cisco # CISCO SYSTEMS, INC.
+00:01:43 Cisco # CISCO SYSTEMS, INC.
00:01:44 Emc # EMC Corporation
00:01:45 Winsyste # WINSYSTEMS, INC.
00:01:46 TescoCon # Tesco Controls, Inc.
@@ -407,8 +407,8 @@
00:01:60 Elmex # ELMEX Co., LTD.
00:01:61 MetaMach # Meta Machine Technology
00:01:62 CygnetTe # Cygnet Technologies, Inc.
-00:01:63 Cisco # Cisco Systems, Inc.
-00:01:64 Cisco # Cisco Systems, Inc.
+00:01:63 Cisco # CISCO SYSTEMS, INC.
+00:01:64 Cisco # CISCO SYSTEMS, INC.
00:01:65 Airswitc # AirSwitch Corporation
00:01:66 TcGroup # TC GROUP A/S
00:01:67 HiokiEE # HIOKI E.E. CORPORATION
@@ -458,8 +458,8 @@
00:01:93 HanbyulT # Hanbyul Telecom Co., Ltd.
00:01:94 CapitalE # Capital Equipment Corporation
00:01:95 SenaTech # Sena Technologies, Inc.
-00:01:96 Cisco # Cisco Systems, Inc.
-00:01:97 Cisco # Cisco Systems, Inc.
+00:01:96 Cisco # CISCO SYSTEMS, INC.
+00:01:97 Cisco # CISCO SYSTEMS, INC.
00:01:98 DarimVis # Darim Vision
00:01:99 HeiseiEl # HeiSei Electronics
00:01:9A Leunig # LEUNIG GmbH
@@ -507,9 +507,9 @@
00:01:C4 Neowave # NeoWave, Inc.
00:01:C5 SimplerN # Simpler Networks
00:01:C6 QuarryTe # Quarry Technologies
-00:01:C7 Cisco # Cisco Systems, Inc.
+00:01:C7 Cisco # CISCO SYSTEMS, INC.
00:01:C8 ThomasCo # THOMAS CONRAD CORP.
-00:01:C9 Cisco # Cisco Systems, Inc.
+00:01:C9 Cisco # CISCO SYSTEMS, INC.
00:01:CA GeocastN # Geocast Network Systems, Inc.
00:01:CB Evr
00:01:CC JapanTot # Japan Total Design Communication Co., Ltd.
@@ -586,8 +586,8 @@
00:02:13 SDEL # S.D.E.L.
00:02:14 Dtvro
00:02:15 CotasCom # Cotas Computer Technology A/B
-00:02:16 Cisco # Cisco Systems, Inc.
-00:02:17 Cisco # Cisco Systems, Inc.
+00:02:16 Cisco # CISCO SYSTEMS, INC.
+00:02:17 Cisco # CISCO SYSTEMS, INC.
00:02:18 Advanced # Advanced Scientific Corp
00:02:19 ParalonT # Paralon Technologies
00:02:1A ZumaNetw # Zuma Networks
@@ -638,8 +638,8 @@
00:02:47 GreatDra # Great Dragon Information Technology (Group) Co., Ltd.
00:02:48 Pilz # Pilz GmbH & Co.
00:02:49 AvivInfo # Aviv Infocom Co, Ltd.
-00:02:4A Cisco # Cisco Systems, Inc.
-00:02:4B Cisco # Cisco Systems, Inc.
+00:02:4A Cisco # CISCO SYSTEMS, INC.
+00:02:4B Cisco # CISCO SYSTEMS, INC.
00:02:4C Sibyte # SiByte, Inc.
00:02:4D Mannesma # Mannesman Dematic Colby Pty. Ltd.
00:02:4E Datacard # Datacard Group
@@ -689,8 +689,8 @@
00:02:7A IoiTechn # IOI Technology Corporation
00:02:7B AmplifyN # Amplify Net, Inc.
00:02:7C Trilithi # Trilithic, Inc.
-00:02:7D Cisco # Cisco Systems, Inc.
-00:02:7E Cisco # Cisco Systems, Inc.
+00:02:7D Cisco # CISCO SYSTEMS, INC.
+00:02:7E Cisco # CISCO SYSTEMS, INC.
00:02:7F Ask-Tech # ask-technologies.com
00:02:80 MuNet # Mu Net, Inc.
00:02:81 Madge # Madge Ltd.
@@ -749,8 +749,8 @@
00:02:B6 Acrosser # Acrosser Technology Co., Ltd.
00:02:B7 Watanabe # Watanabe Electric Industry Co., Ltd.
00:02:B8 WhiKonsu # WHI KONSULT AB
-00:02:B9 Cisco # Cisco Systems, Inc.
-00:02:BA Cisco # Cisco Systems, Inc.
+00:02:B9 Cisco # CISCO SYSTEMS, INC.
+00:02:BA Cisco # CISCO SYSTEMS, INC.
00:02:BB Continuo # Continuous Computing Corp
00:02:BC Lvl7 # LVL 7 Systems, Inc.
00:02:BD Bionet # Bionet Co., Ltd.
@@ -816,8 +816,8 @@
00:02:F9 MimosSem # Mimos Semiconductor SDN BHD
00:02:FA DxAntenn # DX Antenna Co., Ltd.
00:02:FB Baumulle # Baumuller Aulugen-Systemtechnik GmbH
-00:02:FC Cisco # Cisco Systems, Inc.
-00:02:FD Cisco # Cisco Systems, Inc.
+00:02:FC Cisco # CISCO SYSTEMS, INC.
+00:02:FD Cisco # CISCO SYSTEMS, INC.
00:02:FE Viditec # Viditec, Inc.
00:02:FF HandanBr # Handan BroadInfoCom
00:03:00 Barracud # Barracuda Networks, Inc.
@@ -869,8 +869,8 @@
00:03:2E ScopeInf # Scope Information Management, Ltd.
00:03:2F GlobalSu # Global Sun Technology, Inc.
00:03:30 Imagenic # Imagenics, Co., Ltd.
-00:03:31 Cisco # Cisco Systems, Inc.
-00:03:32 Cisco # Cisco Systems, Inc.
+00:03:31 Cisco # CISCO SYSTEMS, INC.
+00:03:32 Cisco # CISCO SYSTEMS, INC.
00:03:33 Digitel # Digitel Co., Ltd.
00:03:34 NewportE # Newport Electronics
00:03:35 MiraeTec # Mirae Technology
@@ -915,7 +915,7 @@
00:03:5C SaintSon # Saint Song Corp.
00:03:5D BosungHi # Bosung Hi-Net Co., Ltd.
00:03:5E Metropol # Metropolitan Area Networks, Inc.
-00:03:5F Prueftec # Prueftechnik Condition Monitoring GmbH & Co. KG
+00:03:5F Prüftech # Prüftechnik Condition Monitoring GmbH & Co. KG
00:03:60 PacInter # PAC Interactive Technology, Inc.
00:03:61 Widcomm # Widcomm, Inc.
00:03:62 VodtelCo # Vodtel Communications, Inc.
@@ -927,8 +927,8 @@
00:03:68 Embedone # Embedone Co., Ltd.
00:03:69 NipponAn # Nippon Antenna Co., Ltd.
00:03:6A Mainnet # Mainnet, Ltd.
-00:03:6B Cisco # Cisco Systems, Inc.
-00:03:6C Cisco # Cisco Systems, Inc.
+00:03:6B Cisco # CISCO SYSTEMS, INC.
+00:03:6C Cisco # CISCO SYSTEMS, INC.
00:03:6D Runtop # Runtop, Inc.
00:03:6E NiconPty # Nicon Systems (Pty) Limited
00:03:6F Telsey # Telsey SPA
@@ -979,8 +979,8 @@
00:03:9C Optimigh # OptiMight Communications, Inc.
00:03:9D Qisda # Qisda Corporation
00:03:9E TeraSyst # Tera System Co., Ltd.
-00:03:9F Cisco # Cisco Systems, Inc.
-00:03:A0 Cisco # Cisco Systems, Inc.
+00:03:9F Cisco # CISCO SYSTEMS, INC.
+00:03:A0 Cisco # CISCO SYSTEMS, INC.
00:03:A1 HiperInf # HIPER Information & Communication, Inc.
00:03:A2 Catapult # Catapult Communications
00:03:A3 Mavix # MAVIX, Ltd.
@@ -1047,8 +1047,8 @@
00:03:E0 Motorola # Motorola, Inc.
00:03:E1 WinmateC # Winmate Communication, Inc.
00:03:E2 Comspace # Comspace Corporation
-00:03:E3 Cisco # Cisco Systems, Inc.
-00:03:E4 Cisco # Cisco Systems, Inc.
+00:03:E3 Cisco # CISCO SYSTEMS, INC.
+00:03:E4 Cisco # CISCO SYSTEMS, INC.
00:03:E5 Hermsted # Hermstedt SG
00:03:E6 Entone # Entone, Inc.
00:03:E7 Logostek # Logostek Co. Ltd.
@@ -1073,8 +1073,8 @@
00:03:FA TimetraN # TiMetra Networks
00:03:FB Enegate # ENEGATE Co.,Ltd.
00:03:FC Intertex # Intertex Data AB
-00:03:FD Cisco # Cisco Systems, Inc.
-00:03:FE Cisco # Cisco Systems, Inc.
+00:03:FD Cisco # CISCO SYSTEMS, INC.
+00:03:FE Cisco # CISCO SYSTEMS, INC.
00:03:FF Microsof # Microsoft Corporation
00:04:00 LexmarkI # LEXMARK INTERNATIONAL, INC.
00:04:01 OsakiEle # Osaki Electric Co., Ltd.
@@ -1115,8 +1115,8 @@
00:04:24 TmcSRL # TMC s.r.l.
00:04:25 Atmel # Atmel Corporation
00:04:26 Autosys
-00:04:27 Cisco # Cisco Systems, Inc.
-00:04:28 Cisco # Cisco Systems, Inc.
+00:04:27 Cisco # CISCO SYSTEMS, INC.
+00:04:28 Cisco # CISCO SYSTEMS, INC.
00:04:29 Pixord # Pixord Corporation
00:04:2A Wireless # Wireless Networks, Inc.
00:04:2B ItAccess # IT Access Co., Ltd.
@@ -1153,8 +1153,8 @@
00:04:4A IpolicyN # iPolicy Networks, Inc.
00:04:4B Nvidia
00:04:4C Jenoptik
-00:04:4D Cisco # Cisco Systems, Inc.
-00:04:4E Cisco # Cisco Systems, Inc.
+00:04:4D Cisco # CISCO SYSTEMS, INC.
+00:04:4E Cisco # CISCO SYSTEMS, INC.
00:04:4F Leukhard # Leukhardt Systemelektronik GmbH
00:04:50 DmdCompu # DMD Computers SRL
00:04:51 Medrad # Medrad, Inc.
@@ -1185,8 +1185,8 @@
00:04:6A NaviniNe # Navini Networks
00:04:6B PalmWire # Palm Wireless, Inc.
00:04:6C CyberTec # Cyber Technology Co., Ltd.
-00:04:6D Cisco # Cisco Systems, Inc.
-00:04:6E Cisco # Cisco Systems, Inc.
+00:04:6D Cisco # CISCO SYSTEMS, INC.
+00:04:6E Cisco # CISCO SYSTEMS, INC.
00:04:6F DigitelI # Digitel S/A Industria Eletronica
00:04:70 Ipunplug # ipUnplugged AB
00:04:71 Iprad
@@ -1230,8 +1230,8 @@
00:04:97 Macrosys # MacroSystem Digital Video AG
00:04:98 MahiNetw # Mahi Networks
00:04:99 Chino # Chino Corporation
-00:04:9A Cisco # Cisco Systems, Inc.
-00:04:9B Cisco # Cisco Systems, Inc.
+00:04:9A Cisco # CISCO SYSTEMS, INC.
+00:04:9B Cisco # CISCO SYSTEMS, INC.
00:04:9C Surgient # Surgient Networks, Inc.
00:04:9D IpanemaT # Ipanema Technologies
00:04:9E Wirelink # Wirelink Co., Ltd.
@@ -1268,8 +1268,8 @@
00:04:BD Motorola # Motorola Mobility, Inc.
00:04:BE Optxcon # OptXCon, Inc.
00:04:BF Versalog # VersaLogic Corp.
-00:04:C0 Cisco # Cisco Systems, Inc.
-00:04:C1 Cisco # Cisco Systems, Inc.
+00:04:C0 Cisco # CISCO SYSTEMS, INC.
+00:04:C1 Cisco # CISCO SYSTEMS, INC.
00:04:C2 Magnipix # Magnipix, Inc.
00:04:C3 CastorIn # CASTOR Informatique
00:04:C4 AllenHea # Allen & Heath Limited
@@ -1297,8 +1297,8 @@
00:04:DA RelaxTec # Relax Technology, Inc.
00:04:DB TellusGr # Tellus Group Corp.
00:04:DC NortelNe # Nortel Networks
-00:04:DD Cisco # Cisco Systems, Inc.
-00:04:DE Cisco # Cisco Systems, Inc.
+00:04:DD Cisco # CISCO SYSTEMS, INC.
+00:04:DE Cisco # CISCO SYSTEMS, INC.
00:04:DF TeracomT # Teracom Telematica Ltda.
00:04:E0 ProcketN # Procket Networks
00:04:E1 Infinior # Infinior Microsystems
@@ -1332,8 +1332,8 @@
00:04:FD JapanCon # Japan Control Engineering Co., Ltd.
00:04:FE PelagoNe # Pelago Networks
00:04:FF Acronet # Acronet Co., Ltd.
-00:05:00 Cisco # Cisco Systems, Inc.
-00:05:01 Cisco # Cisco Systems, Inc.
+00:05:00 Cisco # CISCO SYSTEMS, INC.
+00:05:01 Cisco # CISCO SYSTEMS, INC.
00:05:02 AppleCom # APPLE COMPUTER
00:05:03 Iconag
00:05:04 NarayInf # Naray Information & Communication Enterprise
@@ -1381,8 +1381,8 @@
00:05:2E CintaNet # Cinta Networks
00:05:2F LevitonN # Leviton Network Solutions
00:05:30 Andiamo # Andiamo Systems, Inc.
-00:05:31 Cisco # Cisco Systems, Inc.
-00:05:32 Cisco # Cisco Systems, Inc.
+00:05:31 Cisco # CISCO SYSTEMS, INC.
+00:05:32 Cisco # CISCO SYSTEMS, INC.
00:05:33 BrocadeC # Brocade Communications Systems, Inc.
00:05:34 Northsta # Northstar Engineering Ltd.
00:05:35 ChipPc # Chip PC Ltd.
@@ -1426,8 +1426,8 @@
00:05:5B CharlesI # Charles Industries, Ltd.
00:05:5C Kowa # Kowa Company, Ltd.
00:05:5D D-Link # D-Link Systems, Inc.
-00:05:5E Cisco # Cisco Systems, Inc.
-00:05:5F Cisco # Cisco Systems, Inc.
+00:05:5E Cisco # CISCO SYSTEMS, INC.
+00:05:5F Cisco # CISCO SYSTEMS, INC.
00:05:60 LeaderCo # LEADER COMM.CO., LTD
00:05:61 NacImage # nac Image Technology, Inc.
00:05:62 DigitalV # Digital View Limited
@@ -1447,8 +1447,8 @@
00:05:70 Baydel # Baydel Ltd.
00:05:71 SeiwaEle # Seiwa Electronics Co.
00:05:72 Deonet # Deonet Co., Ltd.
-00:05:73 Cisco # Cisco Systems, Inc.
-00:05:74 Cisco # Cisco Systems, Inc.
+00:05:73 Cisco # CISCO SYSTEMS, INC.
+00:05:74 Cisco # CISCO SYSTEMS, INC.
00:05:75 Cds-Elec # CDS-Electronics BV
00:05:76 NsmTechn # NSM Technology Ltd.
00:05:77 SmInform # SM Information & Communication
@@ -1477,7 +1477,7 @@
00:05:8E Flextron # Flextronics International GmbH & Co. Nfg. KG
00:05:8F Clcsoft # CLCsoft co.
00:05:90 Swissvoi # Swissvoice Ltd.
-00:05:91 ActiveSi # Active Silicon Ltd.
+00:05:91 ActiveSi # Active Silicon Ltd
00:05:92 Pultek # Pultek Corp.
00:05:93 GrammarE # Grammar Engine Inc.
00:05:94 IxxatAut # IXXAT Automation GmbH
@@ -1486,9 +1486,9 @@
00:05:97 EagleTra # Eagle Traffic Control Systems
00:05:98 CronosSR # CRONOS S.r.l.
00:05:99 DrsTestA # DRS Test and Energy Management or DRS-TEM
-00:05:9A Cisco # Cisco Systems, Inc.
-00:05:9B Cisco # Cisco Systems, Inc.
-00:05:9C Kleinkne # Kleinknecht GmbH, Ing. Buero
+00:05:9A Cisco # CISCO SYSTEMS, INC.
+00:05:9B Cisco # CISCO SYSTEMS, INC.
+00:05:9C Kleinkne # Kleinknecht GmbH, Ing. Büro
00:05:9D DanielCo # Daniel Computing Systems, Inc.
00:05:9E Zinwell # Zinwell Corporation
00:05:9F YottaNet # Yotta Networks, Inc.
@@ -1552,8 +1552,8 @@
00:05:D9 TechnoVa # Techno Valley, Inc.
00:05:DA ApexAuto # Apex Automationstechnik
00:05:DB PsiNente # PSI Nentec GmbH
-00:05:DC Cisco # Cisco Systems, Inc.
-00:05:DD Cisco # Cisco Systems, Inc.
+00:05:DC Cisco # CISCO SYSTEMS, INC.
+00:05:DD Cisco # CISCO SYSTEMS, INC.
00:05:DE GiFoneKo # Gi Fone Korea, Inc.
00:05:DF Electron # Electronic Innovation, Inc.
00:05:E0 Empirix # Empirix Corp.
@@ -1575,7 +1575,7 @@
00:05:F0 Satec
00:05:F1 Vrcom # Vrcom, Inc.
00:05:F2 PowerR # Power R, Inc.
-00:05:F3 Weboyn
+00:05:F3 Webyn
00:05:F4 SystemBa # System Base Co., Ltd.
00:05:F5 OyoGeosp # OYO Geospace
00:05:F6 YoungCha # Young Chang Co. Ltd.
@@ -1628,9 +1628,9 @@
00:06:25 LinksysG # The Linksys Group, Inc.
00:06:26 Mwe # MWE GmbH
00:06:27 UniwideT # Uniwide Technologies, Inc.
-00:06:28 Cisco # Cisco Systems, Inc.
+00:06:28 Cisco # CISCO SYSTEMS, INC.
00:06:29 Ibm # IBM Corp
-00:06:2A Cisco # Cisco Systems, Inc.
+00:06:2A Cisco # CISCO SYSTEMS, INC.
00:06:2B Intraser # INTRASERVER TECHNOLOGY
00:06:2C BivioNet # Bivio Networks
00:06:2D Touchsta # TouchStar Technologies, L.L.C.
@@ -1647,7 +1647,7 @@
00:06:38 SungjinC # Sungjin C&C Co., Ltd.
00:06:39 Newtec
00:06:3A DuraMicr # Dura Micro, Inc.
-00:06:3B Arcturus # Arcturus Networks, Inc.
+00:06:3B Arcturus # Arcturus Networks Inc.
00:06:3C Intrinsy # Intrinsyc Europe Ltd
00:06:3D Microwav # Microwave Data Systems Inc.
00:06:3E Opthos # Opthos Inc.
@@ -1670,13 +1670,13 @@
00:06:4F Pro-Nets # PRO-NETS Technology Corporation
00:06:50 TiburonN # Tiburon Networks, Inc.
00:06:51 AspenNet # Aspen Networks Inc.
-00:06:52 Cisco # Cisco Systems, Inc.
-00:06:53 Cisco # Cisco Systems, Inc.
+00:06:52 Cisco # CISCO SYSTEMS, INC.
+00:06:53 Cisco # CISCO SYSTEMS, INC.
00:06:54 Winpresa # Winpresa Building Automation Technologies GmbH
00:06:55 Yipee # Yipee, Inc.
00:06:56 Tactel # Tactel AB
00:06:57 MarketCe # Market Central, Inc.
-00:06:58 HelmutFi # Helmut Fischer GmbH Institut fÃÂÃÂÃÂür Elektronik und Messtechnik
+00:06:58 HelmutFi # Helmut Fischer GmbH Institut für Elektronik und Messtechnik
00:06:59 EalApeld # EAL (Apeldoorn) B.V.
00:06:5A Strix # Strix Systems
00:06:5B DellComp # Dell Computer Corp.
@@ -1754,7 +1754,7 @@
00:06:A3 Bitran # Bitran Corporation
00:06:A4 Innowell # INNOWELL Corp.
00:06:A5 Pinon # PINON Corp.
-00:06:A6 Artistic # Artistic Licence (UK) Ltd
+00:06:A6 Artistic # Artistic Licence Engineering Ltd
00:06:A7 Primario # Primarion
00:06:A8 KcTechno # KC Technology, Inc.
00:06:A9 Universa # Universal Instruments Corp.
@@ -1802,8 +1802,8 @@
00:06:D3 AlphaTel # Alpha Telecom, Inc. U.S.A.
00:06:D4 Interact # Interactive Objects, Inc.
00:06:D5 Diamond # Diamond Systems Corp.
-00:06:D6 Cisco # Cisco Systems, Inc.
-00:06:D7 Cisco # Cisco Systems, Inc.
+00:06:D6 Cisco # CISCO SYSTEMS, INC.
+00:06:D7 Cisco # CISCO SYSTEMS, INC.
00:06:D8 MapleOpt # Maple Optical Systems
00:06:D9 Ipm-NetS # IPM-Net S.p.A.
00:06:DA ItranCom # ITRAN Communications Ltd.
@@ -1834,7 +1834,7 @@
00:06:F3 Acceligh # AcceLight Networks
00:06:F4 PrimeEle # Prime Electronics & Satellitics Inc.
00:06:F5 Alps # ALPS Co,. Ltd.
-00:06:F6 Cisco # Cisco Systems
+00:06:F6 Cisco # CISCO SYSTEMS, INC.
00:06:F7 AlpsElec # ALPS Electric Co,. Ltd.
00:06:F8 CpuTechn # CPU Technology, Inc.
00:06:F9 MitsuiZo # Mitsui Zosen Systems Research Inc.
@@ -1857,8 +1857,8 @@
00:07:0A UnicomAu # Unicom Automation Co., Ltd.
00:07:0B Novabase # Novabase SGPS, SA
00:07:0C Sva-Intr # SVA-Intrusion.com Co. Ltd.
-00:07:0D Cisco # Cisco Systems Inc.
-00:07:0E Cisco # Cisco Systems Inc.
+00:07:0D Cisco # CISCO SYSTEMS, INC.
+00:07:0E Cisco # CISCO SYSTEMS, INC.
00:07:0F Fujant # Fujant, Inc.
00:07:10 Adax # Adax, Inc.
00:07:11 Acterna
@@ -1923,8 +1923,8 @@
00:07:4C Beicom # Beicom Inc.
00:07:4D ZebraTec # Zebra Technologies Corp.
00:07:4E Ipfront # IPFRONT Inc
-00:07:4F Cisco # Cisco Systems, Inc.
-00:07:50 Cisco # Cisco Systems, Inc.
+00:07:4F Cisco # CISCO SYSTEMS, INC.
+00:07:50 Cisco # CISCO SYSTEMS, INC.
00:07:51 M-U-T # m-u-t AG
00:07:52 RhythmWa # Rhythm Watch Co., Ltd.
00:07:53 BeijingQ # Beijing Qxcomm Technology Co., Ltd.
@@ -1969,15 +1969,15 @@
00:07:7A Infoware # Infoware System Co., Ltd.
00:07:7B Millimet # Millimetrix Broadband Networks
00:07:7C Westermo # Westermo Teleindustri AB
-00:07:7D Cisco # Cisco Systems
+00:07:7D Cisco # CISCO SYSTEMS, INC.
00:07:7E Elrest # Elrest GmbH
00:07:7F JCommuni # J Communications Co., Ltd.
00:07:80 Bluegiga # Bluegiga Technologies OY
00:07:81 Itron # Itron Inc.
00:07:82 Oracle # Oracle Corporation
00:07:83 SyncomNe # SynCom Network, Inc.
-00:07:84 Cisco # Cisco Systems Inc.
-00:07:85 Cisco # Cisco Systems Inc.
+00:07:84 Cisco # CISCO SYSTEMS, INC.
+00:07:85 Cisco # CISCO SYSTEMS, INC.
00:07:86 Wireless # Wireless Networks Inc.
00:07:87 IdeaSyst # Idea System Co., Ltd.
00:07:88 Clipcomm # Clipcomm, Inc.
@@ -1990,7 +1990,7 @@
00:07:8F EmkayInn # Emkay Innovative Products
00:07:90 Tri-MTec # Tri-M Technologies (s) Limited
00:07:91 Internat # International Data Communications, Inc.
-00:07:92 SuetronE # Suetron Electronic GmbH
+00:07:92 SütronEl # Sütron Electronic GmbH
00:07:93 ShinSate # Shin Satellite Public Company Limited
00:07:94 SimpleDe # Simple Devices, Inc.
00:07:95 Elitegro # Elitegroup Computer System Co. (ECS)
@@ -2023,8 +2023,8 @@
00:07:B0 OfficeDe # Office Details, Inc.
00:07:B1 EquatorT # Equator Technologies
00:07:B2 Transacc # Transaccess S.A.
-00:07:B3 Cisco # Cisco Systems Inc.
-00:07:B4 Cisco # Cisco Systems Inc.
+00:07:B3 Cisco # CISCO SYSTEMS, INC.
+00:07:B4 Cisco # CISCO SYSTEMS, INC.
00:07:B5 AnyOneWi # Any One Wireless Ltd.
00:07:B6 TelecomT # Telecom Technology Ltd.
00:07:B7 SamuraiI # Samurai Ind. Prods Eletronicos Ltda
@@ -2052,7 +2052,7 @@
00:07:CD Nmtel # NMTEL Co., Ltd.
00:07:CE Cabletim # Cabletime Limited
00:07:CF Anoto # Anoto AB
-00:07:D0 AutomatE # Automat Engenharia de Automaoa Ltda.
+00:07:D0 AutomatE # Automat Engenharia de Automação Ltda.
00:07:D1 Spectrum # Spectrum Signal Processing Inc.
00:07:D2 LogopakS # Logopak Systeme
00:07:D3 StorkPri # Stork Prints B.V.
@@ -2079,8 +2079,8 @@
00:07:E8 Edgewave
00:07:E9 Intel # Intel Corporation
00:07:EA Massana # Massana, Inc.
-00:07:EB Cisco # Cisco Systems Inc.
-00:07:EC Cisco # Cisco Systems Inc.
+00:07:EB Cisco # CISCO SYSTEMS, INC.
+00:07:EC Cisco # CISCO SYSTEMS, INC.
00:07:ED Altera # Altera Corporation
00:07:EE TelcoInf # telco Informationssysteme GmbH
00:07:EF Lockheed # Lockheed Martin Tactical Systems
@@ -2132,8 +2132,8 @@
00:08:1D Ipsil # Ipsil, Incorporated
00:08:1E Repeatit # Repeatit AB
00:08:1F PouYuenT # Pou Yuen Tech Corp. Ltd.
-00:08:20 Cisco # Cisco Systems Inc.
-00:08:21 Cisco # Cisco Systems Inc.
+00:08:20 Cisco # CISCO SYSTEMS, INC.
+00:08:21 Cisco # CISCO SYSTEMS, INC.
00:08:22 InproCom # InPro Comm
00:08:23 Texa # Texa Corp.
00:08:24 Copitrak # Copitrak Inc
@@ -2147,9 +2147,10 @@
00:08:2C Homag # Homag AG
00:08:2D IndusTeq # Indus Teqsite Private Limited
00:08:2E Multiton # Multitone Electronics PLC
-00:08:2F Cisco # Cisco Systems
-00:08:30 Cisco # Cisco Systems
-00:08:31 Cisco # Cisco Systems
+00:08:2F Cisco # CISCO SYSTEMS, INC.
+00:08:30 Cisco # CISCO SYSTEMS, INC.
+00:08:31 Cisco # CISCO SYSTEMS, INC.
+00:08:32 Cisco
00:08:4E Divergen # DivergeNet, Inc.
00:08:4F Qualstar # Qualstar Corporation
00:08:50 ArizonaI # Arizona Instrument Corp.
@@ -2196,8 +2197,8 @@
00:08:79 Cem # CEM Corporation
00:08:7A Wipotec # Wipotec GmbH
00:08:7B RtxTelec # RTX Telecom A/S
-00:08:7C Cisco # Cisco Systems, Inc.
-00:08:7D Cisco # Cisco Systems Inc.
+00:08:7C Cisco # CISCO SYSTEMS, INC.
+00:08:7D Cisco # CISCO SYSTEMS, INC.
00:08:7E BonElect # Bon Electro-Telecom Inc.
00:08:7F SpaunEle # SPAUN electronic GmbH & Co. KG
00:08:80 Broadtel # BroadTel Canada Communications inc.
@@ -2205,7 +2206,7 @@
00:08:82 Sigma # SIGMA CORPORATION
00:08:83 Hewlett- # Hewlett-Packard Company
00:08:84 IndexBra # Index Braille AB
-00:08:85 EmsDrTho # EMS Dr. Thomas Wuensche
+00:08:85 EmsDrTho # EMS Dr. Thomas Wünsche
00:08:86 HansungT # Hansung Teliann, Inc.
00:08:87 Maschine # Maschinenfabrik Reinhausen GmbH
00:08:88 OullimIn # OULLIM Information Technology Inc,.
@@ -2235,8 +2236,8 @@
00:08:A0 StotzFei # Stotz Feinmesstechnik GmbH
00:08:A1 CnetTech # CNet Technology Inc.
00:08:A2 AdiEngin # ADI Engineering, Inc.
-00:08:A3 Cisco # Cisco Systems
-00:08:A4 Cisco # Cisco Systems
+00:08:A3 Cisco # CISCO SYSTEMS, INC.
+00:08:A4 Cisco # CISCO SYSTEMS, INC.
00:08:A5 Peninsul # Peninsula Systems Inc.
00:08:A6 Multiwar # Multiware & Image Co., Ltd.
00:08:A7 Ilogic # iLogic Inc.
@@ -2266,7 +2267,7 @@
00:08:BF AptusEle # Aptus Elektronik AB
00:08:C0 Asa # ASA SYSTEMS
00:08:C1 AvistarC # Avistar Communications Corporation
-00:08:C2 Cisco # Cisco Systems
+00:08:C2 Cisco # CISCO SYSTEMS, INC.
00:08:C3 Contex # Contex A/S
00:08:C4 Hikari # Hikari Co.,Ltd.
00:08:C5 Liontech # Liontech Co., Ltd.
@@ -2298,8 +2299,8 @@
00:08:DF Alistel # Alistel Inc.
00:08:E0 AtoTechn # ATO Technology Ltd.
00:08:E1 Barix # Barix AG
-00:08:E2 Cisco # Cisco Systems
-00:08:E3 Cisco # Cisco Systems
+00:08:E2 Cisco # CISCO SYSTEMS, INC.
+00:08:E3 Cisco # CISCO SYSTEMS, INC.
00:08:E4 Envenerg # Envenergy Inc
00:08:E5 Idk # IDK Corporation
00:08:E6 Littlefe # Littlefeet
@@ -2319,7 +2320,7 @@
00:08:F4 Bluetake # Bluetake Technology Co., Ltd.
00:08:F5 Yestechn # YESTECHNOLOGY Co.,Ltd.
00:08:F6 Sumitomo # Sumitomo Electric System Solutions Co.,Ltd.
-00:08:F7 HitachiS # Hitachi Ltd, Semiconductor & Integrated Circuits Gr
+00:08:F7 HitachiS # Hitachi Ltd, Semiconductor & Integrated Circuits Gr
00:08:F8 UtcCcs # UTC CCS
00:08:F9 EmersonN # Emerson Network Power
00:08:FA KarlEBri # Karl E.Brinkmann GmbH
@@ -2345,8 +2346,8 @@
00:09:0E HelixTec # Helix Technology Inc.
00:09:0F Fortinet # Fortinet Inc.
00:09:10 SimpleAc # Simple Access Inc.
-00:09:11 Cisco # Cisco Systems
-00:09:12 Cisco # Cisco Systems
+00:09:11 Cisco # CISCO SYSTEMS, INC.
+00:09:12 Cisco # CISCO SYSTEMS, INC.
00:09:13 Systemk # SystemK Corporation
00:09:14 Computro # COMPUTROLS INC.
00:09:15 Cas # CAS Corp.
@@ -2359,7 +2360,7 @@
00:09:1C Cachevis # CacheVision, Inc
00:09:1D ProteamC # Proteam Computer Corporation
00:09:1E Firstech # Firstech Technology Corp.
-00:09:1F A&Amp;D # A&D Co., Ltd.
+00:09:1F A&D # A&D Co., Ltd.
00:09:20 EpoxComp # EpoX COMPUTER CO.,LTD.
00:09:21 Planmeca # Planmeca Oy
00:09:22 TstBiome # TST Biometrics GmbH
@@ -2395,8 +2396,8 @@
00:09:40 Agfeo # AGFEO GmbH & Co. KG
00:09:41 AlliedTe # Allied Telesis K.K.
00:09:42 Wireless # Wireless Technologies, Inc
-00:09:43 Cisco # Cisco Systems
-00:09:44 Cisco # Cisco Systems
+00:09:43 Cisco # CISCO SYSTEMS, INC.
+00:09:44 Cisco # CISCO SYSTEMS, INC.
00:09:45 Palmmicr # Palmmicro Communications Inc
00:09:46 ClusterL # Cluster Labs GmbH
00:09:47 Aztek # Aztek, Inc.
@@ -2451,8 +2452,8 @@
00:09:78 AijiSyst # AIJI System Co., Ltd.
00:09:79 Advanced # Advanced Television Systems Committee, Inc.
00:09:7A LouisDes # Louis Design Labs.
-00:09:7B Cisco # Cisco Systems
-00:09:7C Cisco # Cisco Systems
+00:09:7B Cisco # CISCO SYSTEMS, INC.
+00:09:7C Cisco # CISCO SYSTEMS, INC.
00:09:7D SecwellN # SecWell Networks Oy
00:09:7E ImiTechn # IMI TECHNOLOGY CO., LTD
00:09:7F Vsecure2 # Vsecure 2000 LTD.
@@ -2510,8 +2511,8 @@
00:09:B3 Mcm # MCM Systems Ltd
00:09:B4 KisanTel # KISAN TELECOM CO., LTD.
00:09:B5 3jTech # 3J Tech. Co., Ltd.
-00:09:B6 Cisco # Cisco Systems
-00:09:B7 Cisco # Cisco Systems
+00:09:B6 Cisco # CISCO SYSTEMS, INC.
+00:09:B7 Cisco # CISCO SYSTEMS, INC.
00:09:B8 Entise # Entise Systems
00:09:B9 ActionIm # Action Imaging Solutions
00:09:BA MakuInfo # MAKU Informationstechik GmbH
@@ -2544,7 +2545,7 @@
00:09:D5 SignalCo # Signal Communication, Inc.
00:09:D6 KncOne # KNC One GmbH
00:09:D7 DcSecuri # DC Security Products
-00:09:D8 FãÂà# FÃÂÃÂÃÂält Communications AB
+00:09:D8 FältComm # Fält Communications AB
00:09:D9 Neoscale # Neoscale Systems, Inc
00:09:DA ControlM # Control Module Inc.
00:09:DB Espace
@@ -2560,8 +2561,8 @@
00:09:E5 Hottinge # Hottinger Baldwin Messtechnik GmbH
00:09:E6 CyberSwi # Cyber Switching Inc.
00:09:E7 AdcTecho # ADC Techonology
-00:09:E8 Cisco # Cisco Systems
-00:09:E9 Cisco # Cisco Systems
+00:09:E8 Cisco # CISCO SYSTEMS, INC.
+00:09:E9 Cisco # CISCO SYSTEMS, INC.
00:09:EA Yem # YEM Inc.
00:09:EB Humandat # HuMANDATA LTD.
00:09:EC Daktroni # Daktronics, Inc.
@@ -2648,8 +2649,8 @@
00:0A:3E EadsTele # EADS Telecom
00:0A:3F DataEast # Data East Corporation
00:0A:40 CrownAud # Crown Audio -- Harmanm International
-00:0A:41 Cisco # Cisco Systems
-00:0A:42 Cisco # Cisco Systems
+00:0A:41 Cisco # CISCO SYSTEMS, INC.
+00:0A:42 Cisco # CISCO SYSTEMS, INC.
00:0A:43 Chunghwa # Chunghwa Telecom Co., Ltd.
00:0A:44 AveryDen # Avery Dennison Deutschland GmbH
00:0A:45 Audio-Te # Audio-Technica Corp.
@@ -2671,7 +2672,7 @@
00:0A:55 Markem # MARKEM Corporation
00:0A:56 HitachiM # HITACHI Maxell Ltd.
00:0A:57 Hewlett- # Hewlett-Packard Company - Standards
-00:0A:58 Ingenieu # Ingenieur-Buero Freyer & Siegel
+00:0A:58 Ingenieu # Ingenieur-Büro Freyer & Siegel
00:0A:59 HwServer # HW server
00:0A:5A Greennet # GreenNET Technologies Co.,Ltd.
00:0A:5B Power-On # Power-One as
@@ -2721,8 +2722,8 @@
00:0A:87 Integrat # Integrated Micromachines Inc.
00:0A:88 Incypher # InCypher S.A.
00:0A:89 Creval # Creval Systems, Inc.
-00:0A:8A Cisco # Cisco Systems
-00:0A:8B Cisco # Cisco Systems
+00:0A:8A Cisco # CISCO SYSTEMS, INC.
+00:0A:8B Cisco # CISCO SYSTEMS, INC.
00:0A:8C Guardwar # Guardware Systems Ltd.
00:0A:8D Eurother # EUROTHERM LIMITED
00:0A:8E Invacom # Invacom Ltd
@@ -2766,8 +2767,8 @@
00:0A:B4 EticTele # ETIC Telecommunications
00:0A:B5 DigitalE # Digital Electronic Network
00:0A:B6 Compunet # COMPUNETIX, INC
-00:0A:B7 Cisco # Cisco Systems
-00:0A:B8 Cisco # Cisco Systems
+00:0A:B7 Cisco # CISCO SYSTEMS, INC.
+00:0A:B8 Cisco # CISCO SYSTEMS, INC.
00:0A:B9 AsteraTe # Astera Technologies Corp.
00:0A:BA ArconTec # Arcon Technology Limited
00:0A:BB TaiwanSe # Taiwan Secom Co,. Ltd
@@ -2817,7 +2818,7 @@
00:0A:E7 EliopSA # ELIOP S.A.
00:0A:E8 CathayRo # Cathay Roxus Information Technology Co. LTD
00:0A:E9 AirvastT # AirVast Technology Inc.
-00:0A:EA AdamElek # ADAM ELEKTRONIK LTD.STI.
+00:0A:EA AdamElek # ADAM ELEKTRONIK LTD. ŞTI
00:0A:EB Shenzhen # Shenzhen Tp-Link Technology Co; Ltd.
00:0A:EC KoatsuGa # Koatsu Gas Kogyo Co., Ltd.
00:0A:ED Harting # HARTING Systems GmbH & Co KG
@@ -2826,8 +2827,8 @@
00:0A:F0 Shin-OhE # SHIN-OH ELECTRONICS CO., LTD. R&D
00:0A:F1 ClarityD # Clarity Design, Inc.
00:0A:F2 Neoaxiom # NeoAxiom Corp.
-00:0A:F3 Cisco # Cisco Systems
-00:0A:F4 Cisco # Cisco Systems
+00:0A:F3 Cisco # CISCO SYSTEMS, INC.
+00:0A:F4 Cisco # CISCO SYSTEMS, INC.
00:0A:F5 AirgoNet # Airgo Networks, Inc.
00:0A:F6 EmersonC # Emerson Climate Technologies Retail Solutions, Inc.
00:0A:F7 Broadcom # Broadcom Corp.
@@ -2895,7 +2896,7 @@
00:0B:35 QuadBitS # Quad Bit System co., Ltd.
00:0B:36 Producti # Productivity Systems, Inc.
00:0B:37 Manufact # MANUFACTURE DES MONTRES ROLEX SA
-00:0B:38 Knuerr # Knuerr GmbH
+00:0B:38 Knürr # Knürr GmbH
00:0B:39 KeisokuG # Keisoku Giken Co.,Ltd.
00:0B:3A Qustream # QuStream Corporation
00:0B:3B Devolo # devolo AG
@@ -2903,13 +2904,13 @@
00:0B:3D ContalOk # CONTAL OK Ltd.
00:0B:3E Bittware # BittWare, Inc
00:0B:3F Antholog # Anthology Solutions Inc.
-00:0B:40 Opnext # OpNext Inc.
-00:0B:41 IngBuero # Ing. Buero Dr. Beutlhauser
+00:0B:40 Oclaro
+00:0B:41 IngBüroD # Ing. Büro Dr. Beutlhauser
00:0B:42 Commax # commax Co., Ltd.
00:0B:43 Microsca # Microscan Systems, Inc.
00:0B:44 ConcordI # Concord IDea Corp.
-00:0B:45 Cisco
-00:0B:46 Cisco
+00:0B:45 Cisco # CISCO SYSTEMS, INC.
+00:0B:46 Cisco # CISCO SYSTEMS, INC.
00:0B:47 Advanced # Advanced Energy
00:0B:48 Sofrel
00:0B:49 Rf-LinkS # RF-Link System Inc.
@@ -2934,10 +2935,10 @@
00:0B:5C Newtech # Newtech Co.,Ltd
00:0B:5D Fujitsu # FUJITSU LIMITED
00:0B:5E AudioEng # Audio Engineering Society Inc.
-00:0B:5F Cisco # Cisco Systems
-00:0B:60 Cisco # Cisco Systems
-00:0B:61 Friedric # Friedrich LÃÂÃÂÃÂütze GmbH &Co.
-00:0B:62 Ingenieu # Ingenieurbuero fuer Elektronikdesign Ingo Mohnen
+00:0B:5F Cisco # CISCO SYSTEMS, INC.
+00:0B:60 Cisco # CISCO SYSTEMS, INC.
+00:0B:61 Friedric # Friedrich Lütze GmbH & Co. KG
+00:0B:62 Ingenieu # Ingenieurbüro für Elektronikdesign Ingo Mohnen
00:0B:63 Kaleides # Kaleidescape
00:0B:64 KiebackP # Kieback & Peter GmbH & Co KG
00:0B:65 SyACSrl # Sy.A.C. srl
@@ -2972,7 +2973,7 @@
00:0B:82 Grandstr # Grandstream Networks, Inc.
00:0B:83 Datawatt # DATAWATT B.V.
00:0B:84 Bodet
-00:0B:85 Cisco # Cisco Systems
+00:0B:85 Cisco # CISCO SYSTEMS, INC.
00:0B:86 ArubaNet # Aruba Networks
00:0B:87 American # American Reliance Inc.
00:0B:88 Vidisco # Vidisco ltd.
@@ -2983,8 +2984,8 @@
00:0B:8D AvvioNet # Avvio Networks
00:0B:8E Ascent # Ascent Corporation
00:0B:8F AkitaEle # AKITA ELECTRONICS SYSTEMS CO.,LTD.
-00:0B:90 AdvaOpti # Adva Optical Networking Inc.
-00:0B:91 AglaiaGe # Aglaia Gesellschaft fÃÂÃÂÃÂür Bildverarbeitung und Kommunikation m
+00:0B:90 AdvaOpti # ADVA Optical Networking Ltd.
+00:0B:91 AglaiaGe # Aglaia Gesellschaft für Bildverarbeitung und Kommunikation mbH
00:0B:92 AscomDan # Ascom Danmark A/S
00:0B:93 RitterEl # Ritter Elektronik
00:0B:94 DigitalM # Digital Monitoring Products, Inc.
@@ -3029,8 +3030,8 @@
00:0B:BB Etin # Etin Systems Co., Ltd
00:0B:BC EnGarde # En Garde Systems, Inc.
00:0B:BD Connexio # Connexionz Limited
-00:0B:BE Cisco # Cisco Systems
-00:0B:BF Cisco # Cisco Systems
+00:0B:BE Cisco # CISCO SYSTEMS, INC.
+00:0B:BF Cisco # CISCO SYSTEMS, INC.
00:0B:C0 ChinaIwn # China IWNComm Co., Ltd.
00:0B:C1 BayMicro # Bay Microsystems, Inc.
00:0B:C2 CorinexC # Corinex Communication Corp.
@@ -3091,8 +3092,8 @@
00:0B:F9 Gemstone # Gemstone communications, Inc.
00:0B:FA ExemysSr # EXEMYS SRL
00:0B:FB D-NetInt # D-NET International Corporation
-00:0B:FC Cisco # Cisco Systems
-00:0B:FD Cisco # Cisco Systems
+00:0B:FC Cisco # CISCO SYSTEMS, INC.
+00:0B:FD Cisco # CISCO SYSTEMS, INC.
00:0B:FE CastelBr # CASTEL Broadband Limited
00:0B:FF Berkeley # Berkeley Camera Engineering
00:0C:00 BebIndus # BEB Industrie-Elektronik AG
@@ -3143,8 +3144,8 @@
00:0C:2D Fullwave # FullWave Technology Co., Ltd.
00:0C:2E OpenetIn # Openet information technology(shenzhen) Co., Ltd.
00:0C:2F Seorimte # SeorimTechnology Co.,Ltd.
-00:0C:30 Cisco
-00:0C:31 Cisco
+00:0C:30 Cisco # CISCO SYSTEMS, INC.
+00:0C:31 Cisco # CISCO SYSTEMS, INC.
00:0C:32 AvionicD # Avionic Design Development GmbH
00:0C:33 Compucas # Compucase Enterprise Co. Ltd.
00:0C:34 Vixen # Vixen Co., Ltd.
@@ -3172,7 +3173,7 @@
00:0C:4A CygnusMi # Cygnus Microsystems (P) Limited
00:0C:4B CheopsEl # Cheops Elektronik
00:0C:4C ArcorAg& # Arcor AG&Co.
-00:0C:4D AcraCont # ACRA CONTROL
+00:0C:4D Curtiss- # Curtiss-Wright Controls Avionics & Electronics
00:0C:4E WinbestT # Winbest Technology CO,LT
00:0C:4F UdtechJa # UDTech Japan Corporation
00:0C:50 SeagateT # Seagate Technology
@@ -3228,8 +3229,8 @@
00:0C:82 NetworkT # NETWORK TECHNOLOGIES INC
00:0C:83 LogicalS # Logical Solutions
00:0C:84 Eazix # Eazix, Inc.
-00:0C:85 Cisco # Cisco Systems
-00:0C:86 Cisco # Cisco Systems
+00:0C:85 Cisco # CISCO SYSTEMS, INC.
+00:0C:86 Cisco # CISCO SYSTEMS, INC.
00:0C:87 Amd
00:0C:88 ApacheMi # Apache Micro Peripherals, Inc.
00:0C:89 AcElectr # AC Electric Vehicles, Ltd.
@@ -3301,8 +3302,8 @@
00:0C:CB DesignCo # Design Combus Ltd
00:0C:CC Aeroscou # Aeroscout Ltd.
00:0C:CD Iec-Tc57 # IEC - TC57
-00:0C:CE Cisco # Cisco Systems
-00:0C:CF Cisco # Cisco Systems
+00:0C:CE Cisco # CISCO SYSTEMS, INC.
+00:0C:CF Cisco # CISCO SYSTEMS, INC.
00:0C:D0 Symetrix
00:0C:D1 SfomTech # SFOM Technology Corp.
00:0C:D2 Schaffne # Schaffner EMV AG
@@ -3337,7 +3338,7 @@
00:0C:EF OpenNetw # Open Networks Engineering Ltd
00:0C:F0 MN # M & N GmbH
00:0C:F1 Intel # Intel Corporation
-00:0C:F2 GamesaEã # GAMESA EÃÂÃÂââ¬Ã
ÂLICA
+00:0C:F2 GamesaEó # GAMESA Eólica
00:0C:F3 CallImag # CALL IMAGE SA
00:0C:F4 Akatsuki # AKATSUKI ELECTRIC MFG.CO.,LTD.
00:0C:F5 Infoexpr # InfoExpress
@@ -3391,8 +3392,8 @@
00:0D:25 Sanden # SANDEN CORPORATION
00:0D:26 Primagra # Primagraphics Limited
00:0D:27 Microple # MICROPLEX Printware AG
-00:0D:28 Cisco
-00:0D:29 Cisco
+00:0D:28 Cisco # CISCO SYSTEMS, INC.
+00:0D:29 Cisco # CISCO SYSTEMS, INC.
00:0D:2A Scanmati # Scanmatic AS
00:0D:2B RacalIns # Racal Instruments
00:0D:2C Patapsco # Patapsco Designs Ltd
@@ -3452,9 +3453,9 @@
00:0D:62 Funkwerk # Funkwerk Dabendorf GmbH
00:0D:63 DentInst # DENT Instruments, Inc.
00:0D:64 ComagHan # COMAG Handels AG
-00:0D:65 Cisco # Cisco Systems
-00:0D:66 Cisco # Cisco Systems
-00:0D:67 BelairNe # BelAir Networks Inc.
+00:0D:65 Cisco # CISCO SYSTEMS, INC.
+00:0D:66 Cisco # CISCO SYSTEMS, INC.
+00:0D:67 Ericsson
00:0D:68 Vinci # Vinci Systems, Inc.
00:0D:69 Tmt&D # TMT&D Corporation
00:0D:6A RedwoodT # Redwood Technologies LTD
@@ -3537,10 +3538,10 @@
00:0D:B7 SankoEle # SANKO ELECTRIC CO,.LTD
00:0D:B8 Schiller # SCHILLER AG
00:0D:B9 PcEngine # PC Engines GmbH
-00:0D:BA OcãÂà # OcÃÂÃÂÃÂé Document Technologies GmbH
+00:0D:BA OcéDocum # Océ Document Technologies GmbH
00:0D:BB NipponDe # Nippon Dentsu Co.,Ltd.
-00:0D:BC Cisco # Cisco Systems
-00:0D:BD Cisco # Cisco Systems
+00:0D:BC Cisco # CISCO SYSTEMS, INC.
+00:0D:BD Cisco # CISCO SYSTEMS, INC.
00:0D:BE BelFuseE # Bel Fuse Europe Ltd.,UK
00:0D:BF TektoneS # TekTone Sound & Signal Mfg., Inc.
00:0D:C0 SpagatAs # Spagat AS
@@ -3572,7 +3573,7 @@
00:0D:DA AlliedTe # ALLIED TELESIS K.K.
00:0D:DB AirwaveT # AIRWAVE TECHNOLOGIES INC.
00:0D:DC Vac
-00:0D:DD Profã # PROFÃÂÃÂÃÂÃÂLO TELRA ELEKTRONÃÂÃÂÃÂÃÂK SANAYÃÂÃÂÃÂàVE TÃÂÃÂÃÂÃÂCARET A.ÃÂÃÂÃÂ
þ.
+00:0D:DD ProfiloT # Profilo Telra Elektronik Sanayi ve Ticaret. A.Ş
00:0D:DE Joyteck # Joyteck Co., Ltd.
00:0D:DF JapanIma # Japan Image & Network Inc.
00:0D:E0 Icpdas # ICPDAS Co.,LTD
@@ -3587,8 +3588,8 @@
00:0D:E9 Napatech # Napatech Aps
00:0D:EA KingtelT # Kingtel Telecommunication Corp.
00:0D:EB Compxs # CompXs Limited
-00:0D:EC Cisco # Cisco Systems
-00:0D:ED Cisco # Cisco Systems
+00:0D:EC Cisco # CISCO SYSTEMS, INC.
+00:0D:ED Cisco # CISCO SYSTEMS, INC.
00:0D:EE AndrewRf # Andrew RF Power Amplifier Group
00:0D:EF SocCoopB # Soc. Coop. Bilanciai
00:0D:F0 QcomTech # QCOM TECHNOLOGY INC.
@@ -3620,11 +3621,11 @@
00:0E:0A SakumaDe # SAKUMA DESIGN OFFICE
00:0E:0B NetacTec # Netac Technology Co., Ltd.
00:0E:0C Intel # Intel Corporation
-00:0E:0D HeschSch # HESCH SchrÃÂÃÂÃÂöder GmbH
+00:0E:0D HeschSch # Hesch Schröder GmbH
00:0E:0E EsaElett # ESA elettronica S.P.A.
00:0E:0F Ermme
00:0E:10 C-Guys # C-guys, Inc.
-00:0E:11 BdtBã # BDT BÃÂÃÂÃÂüro- und Datentechnik GmbH & Co. KG
+00:0E:11 BdtBüroU # BDT Büro und Datentechnik GmbH & Co.KG
00:0E:12 Adaptive # Adaptive Micro Systems Inc.
00:0E:13 Accu-Sor # Accu-Sort Systems inc.
00:0E:14 Visionar # Visionary Solutions, Inc.
@@ -3663,8 +3664,8 @@
00:0E:35 Intel # Intel Corp
00:0E:36 Heinesys # HEINESYS, Inc.
00:0E:37 HarmsWen # Harms & Wende GmbH & Co.KG
-00:0E:38 Cisco # Cisco Systems
-00:0E:39 Cisco # Cisco Systems
+00:0E:38 Cisco # CISCO SYSTEMS, INC.
+00:0E:39 Cisco # CISCO SYSTEMS, INC.
00:0E:3A CirrusLo # Cirrus Logic
00:0E:3B HawkingT # Hawking Technologies, Inc.
00:0E:3C Transact # Transact Technologies Inc
@@ -3738,8 +3739,8 @@
00:0E:80 ThomsonT # Thomson Technology Inc
00:0E:81 Devicesc # Devicescape Software, Inc.
00:0E:82 Commtech # Commtech Wireless
-00:0E:83 Cisco # Cisco Systems
-00:0E:84 Cisco # Cisco Systems
+00:0E:83 Cisco # CISCO SYSTEMS, INC.
+00:0E:84 Cisco # CISCO SYSTEMS, INC.
00:0E:85 Catalyst # Catalyst Enterprises, Inc.
00:0E:86 AlcatelN # Alcatel North America
00:0E:87 AdpGause # adp Gauselmann GmbH
@@ -3754,7 +3755,7 @@
00:0E:90 Ponico # PONICO CORP.
00:0E:91 NavicoAu # Navico Auckland Ltd
00:0E:92 Millinet # Millinet Co., Ltd.
-00:0E:93 MilãÂà # MilÃÂÃÂÃÂénio 3 Sistemas ElectrÃÂÃÂÃÂónicos, Lda.
+00:0E:93 Milénio3 # Milénio 3 Sistemas Electrónicos, Lda.
00:0E:94 MaasInte # Maas International BV
00:0E:95 FujiyaDe # Fujiya Denki Seisakusho Co.,Ltd.
00:0E:96 CubicDef # Cubic Defense Applications, Inc.
@@ -3821,8 +3822,8 @@
00:0E:D3 Epicente # Epicenter, Inc.
00:0E:D4 CresittI # CRESITT INDUSTRIE
00:0E:D5 Copan # COPAN Systems Inc.
-00:0E:D6 Cisco # Cisco Systems
-00:0E:D7 Cisco # Cisco Systems
+00:0E:D6 Cisco # CISCO SYSTEMS, INC.
+00:0E:D7 Cisco # CISCO SYSTEMS, INC.
00:0E:D8 Aktino # Aktino, Inc.
00:0E:D9 Aksys # Aksys, Ltd.
00:0E:DA C-TechUn # C-TECH UNITED CORP.
@@ -3898,8 +3899,8 @@
00:0F:20 Hewlett- # Hewlett-Packard Company
00:0F:21 Scientif # Scientific Atlanta, Inc
00:0F:22 Helius # Helius, Inc.
-00:0F:23 Cisco # Cisco Systems
-00:0F:24 Cisco # Cisco Systems
+00:0F:23 Cisco # CISCO SYSTEMS, INC.
+00:0F:24 Cisco # CISCO SYSTEMS, INC.
00:0F:25 Aimvalle # AimValley B.V.
00:0F:26 Worldacc # WorldAccxx LLC
00:0F:27 TealElec # TEAL Electronics, Inc.
@@ -3915,8 +3916,8 @@
00:0F:31 AlliedVi # Allied Vision Technologies Canada Inc
00:0F:32 LootomOp # Lootom Optoelectronic Technology (Wuxi) Co Ltd
00:0F:33 Duali # DUALi Inc.
-00:0F:34 Cisco # Cisco Systems
-00:0F:35 Cisco # Cisco Systems
+00:0F:34 Cisco # CISCO SYSTEMS, INC.
+00:0F:35 Cisco # CISCO SYSTEMS, INC.
00:0F:36 Accurate # Accurate Techhnologies, Inc.
00:0F:37 Xambala # Xambala Incorporated
00:0F:38 Netstar
@@ -4006,8 +4007,8 @@
00:0F:8C Gigawave # Gigawavetech Pte Ltd
00:0F:8D FastTv-S # FAST TV-Server AG
00:0F:8E Dongyang # DONGYANG TELECOM CO.,LTD.
-00:0F:8F Cisco # Cisco Systems
-00:0F:90 Cisco # Cisco Systems
+00:0F:8F Cisco # CISCO SYSTEMS, INC.
+00:0F:90 Cisco # CISCO SYSTEMS, INC.
00:0F:91 Aerotele # Aerotelecom Co.,Ltd.
00:0F:92 Microhar # Microhard Systems Inc.
00:0F:93 Landis+G # Landis+Gyr Ltd.
@@ -4099,7 +4100,7 @@
00:0F:E9 GwTechno # GW TECHNOLOGIES CO.,LTD.
00:0F:EA Giga-Byt # Giga-Byte Technology Co.,LTD.
00:0F:EB CylonCon # Cylon Controls
-00:0F:EC Arkus # Arkus Inc.
+00:0F:EC Arkus # ARKUS Inc.
00:0F:ED AnamElec # Anam Electronics Co., Ltd
00:0F:EE Xtec # XTec, Incorporated
00:0F:EF ThalesE- # Thales e-Transactions GmbH
@@ -4110,8 +4111,8 @@
00:0F:F4 Gunterma # Guntermann & Drunck GmbH
00:0F:F5 Gn&S # GN&S company
00:0F:F6 DarfonEl # Darfon Electronics Corp.
-00:0F:F7 Cisco # Cisco Systems
-00:0F:F8 Cisco # Cisco Systems
+00:0F:F7 Cisco # CISCO SYSTEMS, INC.
+00:0F:F8 Cisco # CISCO SYSTEMS, INC.
00:0F:F9 Valcrete # Valcretec, Inc.
00:0F:FA Optinel # Optinel Systems, Inc.
00:0F:FB NipponDe # Nippon Denso Industry Co., Ltd.
@@ -4406,8 +4407,8 @@
00:11:1D Hectrix # Hectrix Limited
00:11:1E EpsgEthe # EPSG (Ethernet Powerlink Standardization Group)
00:11:1F DoremiLa # Doremi Labs, Inc.
-00:11:20 Cisco # Cisco Systems
-00:11:21 Cisco # Cisco Systems
+00:11:20 Cisco # CISCO SYSTEMS, INC.
+00:11:21 Cisco # CISCO SYSTEMS, INC.
00:11:22 Cimsys # CIMSYS Inc
00:11:23 Appointe # Appointech, Inc.
00:11:24 AppleCom # Apple Computer
@@ -4466,8 +4467,8 @@
00:11:59 MatisseN # MATISSE NETWORKS INC
00:11:5A IvoclarV # Ivoclar Vivadent AG
00:11:5B Elitegro # Elitegroup Computer System Co. (ECS)
-00:11:5C Cisco
-00:11:5D Cisco
+00:11:5C Cisco # CISCO SYSTEMS, INC.
+00:11:5D Cisco # CISCO SYSTEMS, INC.
00:11:5E Prominen # ProMinent Dosiertechnik GmbH
00:11:5F ItxSecur # ITX Security Co., Ltd.
00:11:60 Artdio # ARTDIO Company Co., LTD
@@ -4497,7 +4498,7 @@
00:11:78 ChironTe # Chiron Technology Ltd
00:11:79 Singular # Singular Technology Co. Ltd.
00:11:7A SingimIn # Singim International Corp.
-00:11:7B BãÂà# BÃÂÃÂÃÂüchi Labortechnik AG
+00:11:7B BüchiLab # Büchi Labortechnik AG
00:11:7C E-ZyNet # e-zy.net
00:11:7D ZmdAmeri # ZMD America, Inc.
00:11:7E ProgenyA # Progeny, A division of Midmark Corp
@@ -4520,14 +4521,14 @@
00:11:8F EutechIn # EUTECH INSTRUMENTS PTE. LTD.
00:11:90 DigitalD # Digital Design Corporation
00:11:91 Cts-Clim # CTS-Clima Temperatur Systeme GmbH
-00:11:92 Cisco # Cisco Systems
-00:11:93 Cisco # Cisco Systems
+00:11:92 Cisco # CISCO SYSTEMS, INC.
+00:11:93 Cisco # CISCO SYSTEMS, INC.
00:11:94 ChiMeiCo # Chi Mei Communication Systems, Inc.
00:11:95 D-Link # D-Link Corporation
00:11:96 Actualit # Actuality Systems, Inc.
00:11:97 Monitori # Monitoring Technologies Limited
00:11:98 PrismMed # Prism Media Products Limited
-00:11:99 2wcom # 2wcom GmbH
+00:11:99 2wcom # 2wcom Systems GmbH
00:11:9A AlkeriaS # Alkeria srl
00:11:9B Telesyne # Telesynergy Research Inc.
00:11:9C Ep&TEner # EP&T Energy
@@ -4561,8 +4562,8 @@
00:11:B8 Liebherr # Liebherr - Elektronik GmbH
00:11:B9 InnerRan # Inner Range Pty. Ltd.
00:11:BA ElexolPt # Elexol Pty Ltd
-00:11:BB Cisco # Cisco Systems
-00:11:BC Cisco # Cisco Systems
+00:11:BB Cisco # CISCO SYSTEMS, INC.
+00:11:BC Cisco # CISCO SYSTEMS, INC.
00:11:BD Bombardi # Bombardier Transportation
00:11:BE AgpTelec # AGP Telecom Co. Ltd
00:11:BF AesysSPA # AESYS S.p.A.
@@ -4630,10 +4631,10 @@
00:11:FD Korg # KORG INC.
00:11:FE KeiyoSys # Keiyo System Research, Inc.
00:11:FF DigitroT # Digitro Tecnologia Ltda
-00:12:00 Cisco
-00:12:01 Cisco
+00:12:00 Cisco # CISCO SYSTEMS, INC.
+00:12:01 Cisco # CISCO SYSTEMS, INC.
00:12:02 DecraneA # Decrane Aerospace - Audio International Inc.
-00:12:03 ActivNet # Activ Networks
+00:12:03 Activnet # ActivNetworks
00:12:04 U10Netwo # u10 Networks, Inc.
00:12:05 Terrasat # Terrasat Communications, Inc.
00:12:06 IquestNz # iQuest (NZ) Ltd
@@ -4697,8 +4698,8 @@
00:12:40 AmoiElec # AMOI ELECTRONICS CO.,LTD
00:12:41 A2iMarke # a2i marketing center
00:12:42 Millenni # Millennial Net
-00:12:43 Cisco
-00:12:44 Cisco
+00:12:43 Cisco # CISCO SYSTEMS, INC.
+00:12:44 Cisco # CISCO SYSTEMS, INC.
00:12:45 Zellwege # Zellweger Analytics, Inc.
00:12:46 TOMTechn # T.O.M TECHNOLOGY INC..
00:12:47 SamsungE # Samsung Electronics Co., Ltd.
@@ -4757,8 +4758,8 @@
00:12:7C Swegon # SWEGON AB
00:12:7D Mobilear # MobileAria
00:12:7E DigitalL # Digital Lifestyles Group, Inc.
-00:12:7F Cisco
-00:12:80 Cisco
+00:12:7F Cisco # CISCO SYSTEMS, INC.
+00:12:80 Cisco # CISCO SYSTEMS, INC.
00:12:81 MarchNet # March Networks S.p.A.
00:12:82 Qovia
00:12:83 NortelNe # Nortel Networks
@@ -4847,8 +4848,8 @@
00:12:D6 JiangsuY # Jiangsu Yitong High-Tech Co.,Ltd
00:12:D7 InventoN # Invento Networks, Inc.
00:12:D8 Internat # International Games System Co., Ltd.
-00:12:D9 Cisco # Cisco Systems
-00:12:DA Cisco # Cisco Systems
+00:12:D9 Cisco # CISCO SYSTEMS, INC.
+00:12:DA Cisco # CISCO SYSTEMS, INC.
00:12:DB ZiehlInd # ZIEHL industrie-elektronik GmbH + Co KG
00:12:DC SuncorpI # SunCorp Industrial Limited
00:12:DD ShengquI # Shengqu Information Technology (Shanghai) Co., Ltd.
@@ -4911,8 +4912,8 @@
00:13:16 L-S-BBro # L-S-B Broadcast Technologies GmbH
00:13:17 GnNetcom # GN Netcom as
00:13:18 Dgstatio # DGSTATION Co., Ltd.
-00:13:19 Cisco # Cisco Systems
-00:13:1A Cisco # Cisco Systems
+00:13:19 Cisco # CISCO SYSTEMS, INC.
+00:13:1A Cisco # CISCO SYSTEMS, INC.
00:13:1B BecellIn # BeCell Innovations Corp.
00:13:1C Litetouc # LiteTouch, Inc.
00:13:1D Scanvaeg # Scanvaegt International A/S
@@ -4981,8 +4982,8 @@
00:13:5C Onsite # OnSite Systems, Inc.
00:13:5D NttpcCom # NTTPC Communications, Inc.
00:13:5E Eab/Rwi/ # EAB/RWI/K
-00:13:5F Cisco # Cisco Systems
-00:13:60 Cisco # Cisco Systems
+00:13:5F Cisco # CISCO SYSTEMS, INC.
+00:13:60 Cisco # CISCO SYSTEMS, INC.
00:13:61 Biospace # Biospace Co., Ltd.
00:13:62 Shinheun # ShinHeung Precision Co., Ltd.
00:13:63 Verascap # Verascape, Inc.
@@ -5013,8 +5014,8 @@
00:13:7C Kaicom # Kaicom co., Ltd.
00:13:7D Dynalab # Dynalab, Inc.
00:13:7E CoredgeN # CorEdge Networks, Inc.
-00:13:7F Cisco # Cisco Systems
-00:13:80 Cisco # Cisco Systems
+00:13:7F Cisco # CISCO SYSTEMS, INC.
+00:13:80 Cisco # CISCO SYSTEMS, INC.
00:13:81 Chips # CHIPS & Systems, Inc.
00:13:82 CetaceaN # Cetacea Networks Corporation
00:13:83 Applicat # Application Technologies and Engineering Research Laboratory
@@ -5023,7 +5024,7 @@
00:13:86 Abb/Tota # ABB Inc./Totalflow
00:13:87 27mTechn # 27M Technologies AB
00:13:88 WimediaA # WiMedia Alliance
-00:13:89 RedesDeT # Redes de TelefonÃÂÃÂÃÂÃÂa MÃÂÃÂÃÂóvil S.A.
+00:13:89 RedesDeT # Redes de Telefonía Móvil S.A.
00:13:8A QingdaoG # QINGDAO GOERTEK ELECTRONICS CO.,LTD.
00:13:8B PhantomT # Phantom Technologies LLC
00:13:8C Kumyoung # Kumyoung.Co.Ltd
@@ -5037,7 +5038,7 @@
00:13:94 Infohand # Infohand Co.,Ltd
00:13:95 Congatec # congatec AG
00:13:96 AcbelPol # Acbel Polytech Inc.
-00:13:97 Xsigo # Xsigo Systems, Inc.
+00:13:97 Oracle # Oracle Corporation
00:13:98 Traffics # TrafficSim Co.,Ltd
00:13:99 Stac # STAC Corporation.
00:13:9A K-Ubique # K-ubique ID Corp.
@@ -5081,8 +5082,8 @@
00:13:C0 TrixTecn # Trix Tecnologia Ltda.
00:13:C1 AsokaUsa # Asoka USA Corporation
00:13:C2 Wacom # WACOM Co.,Ltd
-00:13:C3 Cisco # Cisco Systems
-00:13:C4 Cisco # Cisco Systems
+00:13:C3 Cisco # CISCO SYSTEMS, INC.
+00:13:C4 Cisco # CISCO SYSTEMS, INC.
00:13:C5 Lightron # LIGHTRON FIBER-OPTIC DEVICES INC.
00:13:C6 Opengear # OpenGear, Inc
00:13:C7 Ionos # IONOS Co.,Ltd.
@@ -5161,7 +5162,7 @@
00:14:10 SuzhouKe # Suzhou Keda Technology CO.,Ltd
00:14:11 Deutschm # Deutschmann Automation GmbH & Co. KG
00:14:12 S-TecEle # S-TEC electronics AG
-00:14:13 TrebingH # Trebing & Himstedt Prozessautomation GmbH & Co. KG
+00:14:13 TrebingH # Trebing & Himstedt Prozeßautomation GmbH & Co. KG
00:14:14 Jumpnode # Jumpnode Systems LLC.
00:14:15 IntecAut # Intec Automation Inc.
00:14:16 ScoscheI # Scosche Industries, Inc.
@@ -5169,8 +5170,8 @@
00:14:18 C4line
00:14:19 Sidsa
00:14:1A Deicy # DEICY CORPORATION
-00:14:1B Cisco # Cisco Systems
-00:14:1C Cisco # Cisco Systems
+00:14:1B Cisco # CISCO SYSTEMS, INC.
+00:14:1C Cisco # CISCO SYSTEMS, INC.
00:14:1D LustAntr # Lust Antriebstechnik GmbH
00:14:1E PASemi # P.A. Semi, Inc.
00:14:1F Sunkwang # SunKwang Electronics Co., Ltd
@@ -5247,8 +5248,8 @@
00:14:66 Kleinhen # Kleinhenz Elektronik GmbH
00:14:67 Arrowspa # ArrowSpan Inc.
00:14:68 CelplanI # CelPlan International, Inc.
-00:14:69 Cisco # Cisco Systems
-00:14:6A Cisco # Cisco Systems
+00:14:69 Cisco # CISCO SYSTEMS, INC.
+00:14:6A Cisco # CISCO SYSTEMS, INC.
00:14:6B Anagran # Anagran, Inc.
00:14:6C Netgear # Netgear Inc.
00:14:6D RfTechno # RF Technologies
@@ -5310,12 +5311,12 @@
00:14:A5 GemtekTe # Gemtek Technology Co., Ltd.
00:14:A6 Teraneti # Teranetics, Inc.
00:14:A7 NokiaDan # Nokia Danmark A/S
-00:14:A8 Cisco # Cisco Systems
-00:14:A9 Cisco # Cisco Systems
+00:14:A8 Cisco # CISCO SYSTEMS, INC.
+00:14:A9 Cisco # CISCO SYSTEMS, INC.
00:14:AA AshlyAud # Ashly Audio, Inc.
00:14:AB SenhaiEl # Senhai Electronic Technology Co., Ltd.
00:14:AC Bountifu # Bountiful WiFi
-00:14:AD GassnerW # Gassner Wiege- u. MeÃÂÃÂÃÂ
øtechnik GmbH
+00:14:AD GassnerW # Gassner Wiege- und Meßtechnik GmbH
00:14:AE Wizlogic # Wizlogics Co., Ltd.
00:14:AF Datasym # Datasym Inc.
00:14:B0 NaeilCom # Naeil Community
@@ -5383,8 +5384,8 @@
00:14:EE WesternD # Western Digital Technologies, Inc.
00:14:EF TzeroTec # TZero Technologies, Inc.
00:14:F0 Business # Business Security OL AB
-00:14:F1 Cisco # Cisco Systems
-00:14:F2 Cisco # Cisco Systems
+00:14:F1 Cisco # CISCO SYSTEMS, INC.
+00:14:F2 Cisco # CISCO SYSTEMS, INC.
00:14:F3 Vixs # ViXS Systems Inc
00:14:F4 DektecDi # DekTec Digital Video B.V.
00:14:F5 OsiSecur # OSI Security Devices
@@ -5441,16 +5442,16 @@
00:15:28 BeaconMe # Beacon Medical Products LLC d.b.a. BeaconMedaes
00:15:29 N3 # N3 Corporation
00:15:2A Nokia # Nokia GmbH
-00:15:2B Cisco # Cisco Systems
-00:15:2C Cisco # Cisco Systems
+00:15:2B Cisco # CISCO SYSTEMS, INC.
+00:15:2C Cisco # CISCO SYSTEMS, INC.
00:15:2D TenxNetw # TenX Networks, LLC
00:15:2E Packetho # PacketHop, Inc.
00:15:2F Motorola # Motorola Mobility, Inc.
-00:15:30 Bus-Tech # Bus-Tech, Inc.
+00:15:30 Emc # EMC Corporation
00:15:31 Kocom
00:15:32 Consumer # Consumer Technologies Group, LLC
00:15:33 Nadam # NADAM.CO.,LTD
-00:15:34 ABeltrã # A BELTRÃÂÃÂââ¬Ã
ÂNICA, Companhia de ComunicaÃÂÃÂÃÂçÃÂÃÂÃÂões, Lda
+00:15:34 ABeltrón # A Beltrónica-Companhia de Comunicações, Lda
00:15:35 Ote # OTE Spa
00:15:36 Powertec # Powertech co.,Ltd
00:15:37 VentusNe # Ventus Networks
@@ -5496,8 +5497,8 @@
00:15:5F Greenpea # GreenPeak Technologies
00:15:60 Hewlett- # Hewlett-Packard Company
00:15:61 Jjplus # JJPlus Corporation
-00:15:62 Cisco # Cisco Systems
-00:15:63 Cisco # Cisco Systems
+00:15:62 Cisco # CISCO SYSTEMS, INC.
+00:15:63 Cisco # CISCO SYSTEMS, INC.
00:15:64 Behringe # BEHRINGER Spezielle Studiotechnik GmbH
00:15:65 XiamenYe # XIAMEN YEALINK NETWORK TECHNOLOGY CO.,LTD
00:15:66 A-FirstT # A-First Technology Co., Ltd.
@@ -5516,7 +5517,7 @@
00:15:73 NewsoftT # NewSoft Technology Corporation
00:15:74 HorizonS # Horizon Semiconductors Ltd.
00:15:75 NevisNet # Nevis Networks Inc.
-00:15:76 ScilAnim # scil animal care company GmbH
+00:15:76 Labitec- # LABiTec - Labor Biomedical Technologies GmbH
00:15:77 AlliedTe # Allied Telesis
00:15:78 Audio/Vi # Audio / Video Innovations
00:15:79 Lunatone # Lunatone Industrielle Elektronik GmbH
@@ -5524,7 +5525,7 @@
00:15:7B LeuzeEle # Leuze electronic GmbH + Co. KG
00:15:7C DaveNetw # Dave Networks, Inc.
00:15:7D Posdata # POSDATA CO., LTD.
-00:15:7E Weidmã # WeidmÃÂüller Interface GmbH & Co. KG
+00:15:7E Weidmüll # Weidmüller Interface GmbH & Co. KG
00:15:7F ChuangIn # ChuanG International Holding CO.,LTD.
00:15:80 U-Way # U-WAY CORPORATION
00:15:81 Makus # MAKUS Inc.
@@ -5596,8 +5597,8 @@
00:15:C3 RufTelem # Ruf Telematik AG
00:15:C4 Flovel # FLOVEL CO., LTD.
00:15:C5 Dell # Dell Inc
-00:15:C6 Cisco # Cisco Systems
-00:15:C7 Cisco # Cisco Systems
+00:15:C6 Cisco # CISCO SYSTEMS, INC.
+00:15:C7 Cisco # CISCO SYSTEMS, INC.
00:15:C8 Flexipan # FlexiPanel Ltd
00:15:C9 Gumstix # Gumstix, Inc
00:15:CA Terareco # TeraRecon, Inc.
@@ -5647,8 +5648,8 @@
00:15:F6 ScienceA # SCIENCE AND ENGINEERING SERVICES, INC.
00:15:F7 Wintecro # Wintecronics Ltd.
00:15:F8 Kingtron # Kingtronics Industrial Co. Ltd.
-00:15:F9 Cisco # Cisco Systems
-00:15:FA Cisco # Cisco Systems
+00:15:F9 Cisco # CISCO SYSTEMS, INC.
+00:15:FA Cisco # CISCO SYSTEMS, INC.
00:15:FB SetexSch # setex schermuly textile computer gmbh
00:15:FC Littelfu # Littelfuse Startco
00:15:FD Complete # Complete Media Systems
@@ -5679,7 +5680,7 @@
00:16:16 BrowanCo # BROWAN COMMUNICATION INC.
00:16:17 Msi
00:16:18 Hivion # HIVION Co., Ltd.
-00:16:19 LaFactor # La FactorÃÂÃÂÃÂÃÂa de Comunicaciones Aplicadas,S.L.
+00:16:19 LaFactor # La Factoría de Comunicaciones Aplicadas,S.L.
00:16:1A Dametric # Dametric AB
00:16:1B Micronet # Micronet Corporation
00:16:1C E:Cue
@@ -5701,7 +5702,7 @@
00:16:2C Xanboo
00:16:2D Stnet # STNet Co., Ltd.
00:16:2E SpaceShu # Space Shuttle Hi-Tech Co., Ltd.
-00:16:2F Geutebrã # GeutebrÃÂÃÂÃÂück GmbH
+00:16:2F Geutebrü # Geutebrück GmbH
00:16:30 VativTec # Vativ Technologies
00:16:31 Xteam
00:16:32 SamsungE # SAMSUNG ELECTRONICS CO., LTD.
@@ -5724,8 +5725,8 @@
00:16:43 Sunhillo # Sunhillo Corporation
00:16:44 Lite-OnT # LITE-ON Technology Corp.
00:16:45 PowerDis # Power Distribution, Inc.
-00:16:46 Cisco # Cisco Systems
-00:16:47 Cisco # Cisco Systems
+00:16:46 Cisco # CISCO SYSTEMS, INC.
+00:16:47 Cisco # CISCO SYSTEMS, INC.
00:16:48 Ssd # SSD Company Limited
00:16:49 Setone # SetOne GmbH
00:16:4A Vibratio # Vibration Technology Limited
@@ -5773,7 +5774,7 @@
00:16:74 EurocbPh # EuroCB (Phils.), Inc.
00:16:75 Motorola # Motorola Mobility, Inc.
00:16:76 Intel # Intel Corporation
-00:16:77 Bihl+Wie # Bihl+Wiedemann GmbH
+00:16:77 Bihl+Wie # Bihl + Wiedemann GmbH
00:16:78 Shenzhen # SHENZHEN BAOAN GAOKE ELECTRONICS CO., LTD
00:16:79 EonCommu # eOn Communications
00:16:7A Skyworth # Skyworth Overseas Dvelopment Ltd.
@@ -5810,8 +5811,8 @@
00:16:99 TonicDvb # Tonic DVB Marketing Ltd
00:16:9A Quadrics # Quadrics Ltd
00:16:9B AlstomTr # Alstom Transport
-00:16:9C Cisco # Cisco Systems
-00:16:9D Cisco # Cisco Systems
+00:16:9C Cisco # CISCO SYSTEMS, INC.
+00:16:9D Cisco # CISCO SYSTEMS, INC.
00:16:9E TvOne # TV One Ltd
00:16:9F VimtronE # Vimtron Electronics Co., Ltd.
00:16:A0 Auto-Mas # Auto-Maskin
@@ -5853,8 +5854,8 @@
00:16:C4 SirfTech # SiRF Technology, Inc.
00:16:C5 Shenzhen # Shenzhen Xing Feng Industry Co.,Ltd
00:16:C6 NorthAtl # North Atlantic Industries
-00:16:C7 Cisco # Cisco Systems
-00:16:C8 Cisco # Cisco Systems
+00:16:C7 Cisco # CISCO SYSTEMS, INC.
+00:16:C8 Cisco # CISCO SYSTEMS, INC.
00:16:C9 NatSeatt # NAT Seattle, Inc.
00:16:CA Nortel
00:16:CB AppleCom # Apple Computer
@@ -5924,8 +5925,8 @@
00:17:0B Contela # Contela, Inc.
00:17:0C TwigCom # Twig Com Ltd.
00:17:0D DustNetw # Dust Networks Inc.
-00:17:0E Cisco # Cisco Systems
-00:17:0F Cisco # Cisco Systems
+00:17:0E Cisco # CISCO SYSTEMS, INC.
+00:17:0F Cisco # CISCO SYSTEMS, INC.
00:17:10 Casa # Casa Systems Inc.
00:17:11 GeHealth # GE Healthcare Bio-Sciences AB
00:17:12 IscoInte # ISCO International
@@ -5999,8 +6000,8 @@
00:17:56 VinciLab # Vinci Labs Oy
00:17:57 RixTechn # RIX TECHNOLOGY LIMITED
00:17:58 Thruvisi # ThruVision Ltd
-00:17:59 Cisco # Cisco Systems
-00:17:5A Cisco # Cisco Systems
+00:17:59 Cisco # CISCO SYSTEMS, INC.
+00:17:5A Cisco # CISCO SYSTEMS, INC.
00:17:5B AcsSolut # ACS Solutions Switzerland Ltd.
00:17:5C Sharp # SHARP CORPORATION
00:17:5D DongseoS # Dongseo system.
@@ -6058,8 +6059,8 @@
00:17:91 Lintech # LinTech GmbH
00:17:92 FalcomWi # Falcom Wireless Comunications Gmbh
00:17:93 Tigi # Tigi Corporation
-00:17:94 Cisco # Cisco Systems
-00:17:95 Cisco # Cisco Systems
+00:17:94 Cisco # CISCO SYSTEMS, INC.
+00:17:95 Cisco # CISCO SYSTEMS, INC.
00:17:96 Rittmeye # Rittmeyer AG
00:17:97 TelsyEle # Telsy Elettronica S.p.A.
00:17:98 AzonicTe # Azonic Technology Co., LTD
@@ -6133,8 +6134,8 @@
00:17:DC Daemyung # DAEMYUNG ZERO1
00:17:DD ClipsalA # Clipsal Australia
00:17:DE Advantag # Advantage Six Ltd
-00:17:DF Cisco # Cisco Systems
-00:17:E0 Cisco # Cisco Systems
+00:17:DF Cisco # CISCO SYSTEMS, INC.
+00:17:E0 Cisco # CISCO SYSTEMS, INC.
00:17:E1 DacosTec # DACOS Technologies Co., Ltd.
00:17:E2 Motorola # Motorola Mobility, Inc.
00:17:E3 TexasIns # Texas Instruments
@@ -6190,8 +6191,8 @@
00:18:15 GzTechno # GZ Technologies, Inc.
00:18:16 Ubixon # Ubixon Co., Ltd.
00:18:17 DEShawRe # D. E. Shaw Research, LLC
-00:18:18 Cisco # Cisco Systems
-00:18:19 Cisco # Cisco Systems
+00:18:18 Cisco # CISCO SYSTEMS, INC.
+00:18:19 Cisco # CISCO SYSTEMS, INC.
00:18:1A Avermedi # AVerMedia Information Inc.
00:18:1B TaijinMe # TaiJin Metal Co., Ltd.
00:18:1C Exterity # Exterity Limited
@@ -6211,7 +6212,7 @@
00:18:2A TaiwanVi # Taiwan Video & Monitor
00:18:2B Softier
00:18:2C AscendNe # Ascend Networks, Inc.
-00:18:2D ArtecGro # Artec Group OÃÂÃÂÃÂ
âÂÂ
+00:18:2D ArtecDes # Artec Design
00:18:2E Xstreamh # XStreamHD, LLC
00:18:2F TexasIns # Texas Instruments
00:18:30 TexasIns # Texas Instruments
@@ -6281,8 +6282,8 @@
00:18:70 E28Shang # E28 Shanghai Limited
00:18:71 Hewlett- # Hewlett-Packard Company
00:18:72 Expertis # Expertise Engineering
-00:18:73 Cisco # Cisco Systems
-00:18:74 Cisco # Cisco Systems
+00:18:73 Cisco # CISCO SYSTEMS, INC.
+00:18:74 Cisco # CISCO SYSTEMS, INC.
00:18:75 AnaciseT # AnaCise Testnology Pte Ltd
00:18:76 Wowwee # WowWee Ltd.
00:18:77 Amplex # Amplex A/S
@@ -6351,15 +6352,15 @@
00:18:B6 S3c # S3C, Inc.
00:18:B7 D3LedLlc # D3 LED, LLC
00:18:B8 NewVoice # New Voice International AG
-00:18:B9 Cisco # Cisco Systems
-00:18:BA Cisco # Cisco Systems
+00:18:B9 Cisco # CISCO SYSTEMS, INC.
+00:18:BA Cisco # CISCO SYSTEMS, INC.
00:18:BB EliwellC # Eliwell Controls srl
00:18:BC ZaoNvpBo # ZAO NVP Bolid
00:18:BD Shenzhen # SHENZHEN DVBWORLD TECHNOLOGY CO., LTD.
00:18:BE Ansa # ANSA Corporation
00:18:BF EssenceT # Essence Technology Solution, Inc.
00:18:C0 Motorola # Motorola Mobility, Inc.
-00:18:C1 AlmitecI # Almitec InformÃÂÃÂÃÂática e ComÃÂÃÂÃÂércio Ltda.
+00:18:C1 AlmitecI # Almitec Informática e Comércio
00:18:C2 Firetide # Firetide, Inc
00:18:C3 Cs # CS Corporation
00:18:C4 RabaTech # Raba Technologies LLC
@@ -6428,8 +6429,8 @@
00:19:03 BigfootN # Bigfoot Networks Inc
00:19:04 WbElectr # WB Electronics Sp. z o.o.
00:19:05 SchrackS # SCHRACK Seconet AG
-00:19:06 Cisco # Cisco Systems
-00:19:07 Cisco # Cisco Systems
+00:19:06 Cisco # CISCO SYSTEMS, INC.
+00:19:07 Cisco # CISCO SYSTEMS, INC.
00:19:08 Duaxes # Duaxes Corporation
00:19:09 Devi # Devi A/S
00:19:0A Hasware # HASWARE INC.
@@ -6469,8 +6470,8 @@
00:19:2C Motorola # Motorola Mobility, Inc.
00:19:2D Nokia # Nokia Corporation
00:19:2E Spectral # Spectral Instruments, Inc.
-00:19:2F Cisco # Cisco Systems
-00:19:30 Cisco # Cisco Systems
+00:19:2F Cisco # CISCO SYSTEMS, INC.
+00:19:30 Cisco # CISCO SYSTEMS, INC.
00:19:31 Balluff # Balluff GmbH
00:19:32 GudeAnal # Gude Analog- und Digialsysteme GmbH
00:19:33 Strix # Strix Systems, Inc.
@@ -6507,8 +6508,8 @@
00:19:52 Acogito # ACOGITO Co., Ltd
00:19:53 Chainlea # Chainleader Communications Corp.
00:19:54 Leaf # Leaf Corporation.
-00:19:55 Cisco # Cisco Systems
-00:19:56 Cisco # Cisco Systems
+00:19:55 Cisco # CISCO SYSTEMS, INC.
+00:19:56 Cisco # CISCO SYSTEMS, INC.
00:19:57 SaafnetC # Saafnet Canada Inc.
00:19:58 Bluetoot # Bluetooth SIG, Inc.
00:19:59 Staccato # Staccato Communications Inc.
@@ -6591,8 +6592,8 @@
00:19:A6 Motorola # Motorola Mobility, Inc.
00:19:A7 Itu-T
00:19:A8 WiquestC # WiQuest Communications
-00:19:A9 Cisco # Cisco Systems
-00:19:AA Cisco # Cisco Systems
+00:19:A9 Cisco # CISCO SYSTEMS, INC.
+00:19:AA Cisco # CISCO SYSTEMS, INC.
00:19:AB Raycom # Raycom CO ., LTD
00:19:AC Gsp # GSP SYSTEMS Inc.
00:19:AD BobstSa # BOBST SA
@@ -6653,8 +6654,8 @@
00:19:E4 2wire # 2Wire, Inc
00:19:E5 LynxStud # Lynx Studio Technology, Inc.
00:19:E6 ToyoMedi # TOYO MEDIC CO.,LTD.
-00:19:E7 Cisco # Cisco Systems
-00:19:E8 Cisco # Cisco Systems
+00:19:E7 Cisco # CISCO SYSTEMS, INC.
+00:19:E8 Cisco # CISCO SYSTEMS, INC.
00:19:E9 S-Inform # S-Information Technolgy, Co., Ltd.
00:19:EA Teramage # TeraMage Technologies Co., Ltd.
00:19:EB Pyronix # Pyronix Ltd
@@ -6725,8 +6726,8 @@
00:1A:2C Satec # SATEC Co.,LTD
00:1A:2D NavvoGro # The Navvo Group
00:1A:2E ZiovaCop # Ziova Coporation
-00:1A:2F Cisco # Cisco Systems
-00:1A:30 Cisco # Cisco Systems
+00:1A:2F Cisco # CISCO SYSTEMS, INC.
+00:1A:30 Cisco # CISCO SYSTEMS, INC.
00:1A:31 ScanCoin # SCAN COIN Industries AB
00:1A:32 ActivaMu # ACTIVA MULTIMEDIA
00:1A:33 AsiCommu # ASI Communications, Inc.
@@ -6786,8 +6787,8 @@
00:1A:69 WuhanYan # Wuhan Yangtze Optical Technology CO.,Ltd.
00:1A:6A Tranzas # Tranzas, Inc.
00:1A:6B Universa # Universal Global Scientific Industrial Co., Ltd.
-00:1A:6C Cisco # Cisco Systems
-00:1A:6D Cisco # Cisco Systems
+00:1A:6C Cisco # CISCO SYSTEMS, INC.
+00:1A:6D Cisco # CISCO SYSTEMS, INC.
00:1A:6E ImproTec # Impro Technologies
00:1A:6F MiTelSRL # MI.TEL s.r.l.
00:1A:70 Cisco-Li # Cisco-Linksys, LLC
@@ -6822,7 +6823,7 @@
00:1A:8D AvecsBer # AVECS Bergen GmbH
00:1A:8E 3wayNetw # 3Way Networks Ltd
00:1A:8F Nortel
-00:1A:90 TrãÂà # TrÃÂÃÂÃÂópico Sistemas e TelecomunicaÃÂÃÂÃÂçÃÂÃÂÃÂões da AmazÃÂÃÂÃÂônia LTDA.
+00:1A:90 TrópicoS # Trópico Sistemas e Telecomunicações da Amazônia LTDA.
00:1A:91 Fusiondy # FusionDynamic Ltd.
00:1A:92 AsustekC # ASUSTek COMPUTER INC.
00:1A:93 ErcoLeuc # ERCO Leuchten GmbH
@@ -6837,10 +6838,10 @@
00:1A:9C Righthan # RightHand Technologies, Inc.
00:1A:9D SkipperW # Skipper Wireless, Inc.
00:1A:9E IconDigi # ICON Digital International Limited
-00:1A:9F A-LinkEu # A-Link Europe Ltd
+00:1A:9F A-Link # A-Link Ltd
00:1A:A0 Dell # Dell Inc
-00:1A:A1 Cisco # Cisco Systems
-00:1A:A2 Cisco # Cisco Systems
+00:1A:A1 Cisco # CISCO SYSTEMS, INC.
+00:1A:A2 Cisco # CISCO SYSTEMS, INC.
00:1A:A3 Delorme
00:1A:A4 FutureUn # Future University-Hakodate
00:1A:A5 BrnPhoen # BRN Phoenix
@@ -6904,8 +6905,8 @@
00:1A:DF Interact # Interactivetv Pty Limited
00:1A:E0 Mytholog # Mythology Tech Express Inc.
00:1A:E1 EdgeAcce # EDGE ACCESS INC
-00:1A:E2 Cisco # Cisco Systems
-00:1A:E3 Cisco # Cisco Systems
+00:1A:E2 Cisco # CISCO SYSTEMS, INC.
+00:1A:E3 Cisco # CISCO SYSTEMS, INC.
00:1A:E4 MedicisT # Medicis Technologies Corporation
00:1A:E5 MvoxTech # Mvox Technologies Inc.
00:1A:E6 AtlantaA # Atlanta Advanced Communications Holdings Limited
@@ -6946,8 +6947,8 @@
00:1B:09 MatrixTe # Matrix Telecom Pvt. Ltd.
00:1B:0A Intellig # Intelligent Distributed Controls Ltd
00:1B:0B Phidgets # Phidgets Inc.
-00:1B:0C Cisco # Cisco Systems
-00:1B:0D Cisco # Cisco Systems
+00:1B:0C Cisco # CISCO SYSTEMS, INC.
+00:1B:0D Cisco # CISCO SYSTEMS, INC.
00:1B:0E InotecOr # InoTec GmbH Organisationssysteme
00:1B:0F Petratec
00:1B:10 Shenzhen # ShenZhen Kang Hui Technology Co.,ltd
@@ -6976,8 +6977,8 @@
00:1B:27 MerlinCs # Merlin CSI
00:1B:28 PolygonJ # POLYGON, JSC
00:1B:29 Avantis # Avantis.Co.,Ltd
-00:1B:2A Cisco # Cisco Systems
-00:1B:2B Cisco # Cisco Systems
+00:1B:2A Cisco # CISCO SYSTEMS, INC.
+00:1B:2B Cisco # CISCO SYSTEMS, INC.
00:1B:2C AtronEle # ATRON electronic GmbH
00:1B:2D Med-Eng # Med-Eng Systems Inc.
00:1B:2E SinkyoEl # Sinkyo Electron Inc
@@ -7017,8 +7018,8 @@
00:1B:50 NizhnyNo # Nizhny Novgorod Factory named after M.Frunze, FSUE (NZiF)
00:1B:51 VectorTe # Vector Technology Corp.
00:1B:52 Motorola # Motorola Mobility, Inc.
-00:1B:53 Cisco # Cisco Systems
-00:1B:54 Cisco # Cisco Systems
+00:1B:53 Cisco # CISCO SYSTEMS, INC.
+00:1B:54 Cisco # CISCO SYSTEMS, INC.
00:1B:55 HurcoAut # Hurco Automation Ltd.
00:1B:56 TehutiNe # Tehuti Networks Ltd.
00:1B:57 Semindia # SEMINDIA SYSTEMS PRIVATE LIMITED
@@ -7077,8 +7078,8 @@
00:1B:8C JmicronT # JMicron Technology Corp.
00:1B:8D Electron # Electronic Computer Systems, Inc.
00:1B:8E HuluSwed # Hulu Sweden AB
-00:1B:8F Cisco # Cisco Systems
-00:1B:90 Cisco # Cisco Systems
+00:1B:8F Cisco # CISCO SYSTEMS, INC.
+00:1B:90 Cisco # CISCO SYSTEMS, INC.
00:1B:91 Efkon # EFKON AG
00:1B:92 L-Acoust # l-acoustics
00:1B:93 JcDecaux # JC Decaux SA DNT
@@ -7095,7 +7096,7 @@
00:1B:9E AskeyCom # ASKEY COMPUTER CORP
00:1B:9F Calyptec # Calyptech Pty Ltd
00:1B:A0 Awox
-00:1B:A1 ÃÂà# ÃÂÃÂââ¾mic AB
+00:1B:A1 Åmic # Åmic AB
00:1B:A2 IdsImagi # IDS Imaging Development Systems GmbH
00:1B:A3 FlexitGr # Flexit Group GmbH
00:1B:A4 SAEAfiki # S.A.E Afikim
@@ -7146,8 +7147,8 @@
00:1B:D1 Sogestma # SOGESTMATIC
00:1B:D2 Ultra-XA # ULTRA-X ASIA PACIFIC Inc.
00:1B:D3 Matsushi # Matsushita Electric Panasonic AVC
-00:1B:D4 Cisco # Cisco Systems
-00:1B:D5 Cisco # Cisco Systems
+00:1B:D4 Cisco # CISCO SYSTEMS, INC.
+00:1B:D5 Cisco # CISCO SYSTEMS, INC.
00:1B:D6 KelvinHu # Kelvin Hughes Ltd
00:1B:D7 Scientif # Scientific Atlanta, A Cisco Company
00:1B:D8 Dvtel # DVTel LTD
@@ -7179,7 +7180,7 @@
00:1B:F2 KworldCo # KWORLD COMPUTER CO., LTD
00:1B:F3 Transrad # TRANSRADIO SenderSysteme Berlin AG
00:1B:F4 KenwinIn # KENWIN INDUSTRIAL(HK) LTD.
-00:1B:F5 TellinkS # Tellink Sistemas de TelecomunicaciÃÂÃÂÃÂón S.L.
+00:1B:F5 TellinkS # Tellink Sistemas de Telecomunicación S.L.
00:1B:F6 ConwiseT # CONWISE Technology Corporation Ltd.
00:1B:F7 LundIpPr # Lund IP Products AB
00:1B:F8 Digitrax # Digitrax Inc.
@@ -7204,8 +7205,8 @@
00:1C:0B Smartant # SmartAnt Telecom
00:1C:0C Tanita # TANITA Corporation
00:1C:0D G-Techno # G-Technology, Inc.
-00:1C:0E Cisco # Cisco Systems
-00:1C:0F Cisco # Cisco Systems
+00:1C:0E Cisco # CISCO SYSTEMS, INC.
+00:1C:0F Cisco # CISCO SYSTEMS, INC.
00:1C:10 Cisco-Li # Cisco-Linksys, LLC
00:1C:11 Motorola # Motorola Mobility, Inc.
00:1C:12 Motorola # Motorola Mobility, Inc.
@@ -7277,8 +7278,8 @@
00:1C:54 Hillston # Hillstone Networks Inc
00:1C:55 Shenzhen # Shenzhen Kaifa Technology Co.
00:1C:56 Pado # Pado Systems, Inc.
-00:1C:57 Cisco # Cisco Systems
-00:1C:58 Cisco # Cisco Systems
+00:1C:57 Cisco # CISCO SYSTEMS, INC.
+00:1C:58 Cisco # CISCO SYSTEMS, INC.
00:1C:59 DevonIt # DEVON IT
00:1C:5A Advanced # Advanced Relay Corporation
00:1C:5B ChubbEle # Chubb Electronic Security Systems Ltd
@@ -7287,7 +7288,7 @@
00:1C:5E AstonFra # ASTON France
00:1C:5F WinlandE # Winland Electronics, Inc.
00:1C:60 CspFront # CSP Frontier Technologies,Inc.
-00:1C:61 GalaxyTe # Galaxy Technology (HK) Ltd.
+00:1C:61 GalaxyMi # Galaxy Microsystems LImited
00:1C:62 LgElectr # LG Electronics Inc
00:1C:63 Truen
00:1C:64 Cellnet+ # Cellnet+Hunt
@@ -7366,8 +7367,8 @@
00:1C:AD WuhanTel # Wuhan Telecommunication Devices Co.,Ltd
00:1C:AE Wichorus # WiChorus, Inc.
00:1C:AF PlatoNet # Plato Networks Inc.
-00:1C:B0 Cisco # Cisco Systems
-00:1C:B1 Cisco # Cisco Systems
+00:1C:B0 Cisco # CISCO SYSTEMS, INC.
+00:1C:B1 Cisco # CISCO SYSTEMS, INC.
00:1C:B2 Bpt # BPT SPA
00:1C:B3 Apple # APPLE, INC
00:1C:B4 IridiumS # Iridium Satellite LLC
@@ -7436,10 +7437,10 @@
00:1C:F3 EvsBroad # EVS BROADCAST EQUIPMENT
00:1C:F4 MediaTec # Media Technology Systems Inc
00:1C:F5 Wiseblue # Wiseblue Technology Limited
-00:1C:F6 Cisco # Cisco Systems
+00:1C:F6 Cisco # CISCO SYSTEMS, INC.
00:1C:F7 Audiosci # AudioScience
00:1C:F8 ParadeTe # Parade Technologies, Ltd.
-00:1C:F9 Cisco # Cisco Systems
+00:1C:F9 Cisco # CISCO SYSTEMS, INC.
00:1C:FA AlarmCom # Alarm.com
00:1C:FB Motorola # Motorola Mobility, Inc.
00:1C:FC SuminetC # Suminet Communication Technologies (Shanghai) Co., Ltd.
@@ -7515,8 +7516,8 @@
00:1D:42 Nortel
00:1D:43 Shenzhen # Shenzhen G-link Digital Technology Co., Ltd.
00:1D:44 Krohne
-00:1D:45 Cisco # Cisco Systems
-00:1D:46 Cisco # Cisco Systems
+00:1D:45 Cisco # CISCO SYSTEMS, INC.
+00:1D:46 Cisco # CISCO SYSTEMS, INC.
00:1D:47 Covote # Covote GmbH & Co KG
00:1D:48 Sensor-T # Sensor-Technik Wiedemann GmbH
00:1D:49 Innovati # Innovation Wireless Inc.
@@ -7537,7 +7538,7 @@
00:1D:58 Cq # CQ Inc
00:1D:59 MitraEne # Mitra Energy & Infrastructure
00:1D:5A 2wire # 2Wire Inc.
-00:1D:5B TecvanIn # Tecvan Informatica Ltda
+00:1D:5B TecvanIn # Tecvan Informática Ltda
00:1D:5C TomCommu # Tom Communication Industrial Co.,Ltd.
00:1D:5D ControlD # Control Dynamics Pty. Ltd.
00:1D:5E ComingMe # COMING MEDIA CORP.
@@ -7558,8 +7559,8 @@
00:1D:6D Confidan # Confidant International LLC
00:1D:6E NokiaDan # Nokia Danmark A/S
00:1D:6F Chainzon # Chainzone Technology Co., Ltd
-00:1D:70 Cisco # Cisco Systems
-00:1D:71 Cisco # Cisco Systems
+00:1D:70 Cisco # CISCO SYSTEMS, INC.
+00:1D:71 Cisco # CISCO SYSTEMS, INC.
00:1D:72 Wistron # Wistron Corporation
00:1D:73 Buffalo # Buffalo Inc.
00:1D:74 TianjinC # Tianjin China-Silicon Microelectronics Co., Ltd.
@@ -7607,8 +7608,8 @@
00:1D:9E AxionTec # AXION TECHNOLOGIES
00:1D:9F MattRPTr # MATT R.P.Traczynscy Sp.J.
00:1D:A0 HengYuEl # Heng Yu Electronic Manufacturing Company Limited
-00:1D:A1 Cisco # Cisco Systems
-00:1D:A2 Cisco # Cisco Systems
+00:1D:A1 Cisco # CISCO SYSTEMS, INC.
+00:1D:A2 Cisco # CISCO SYSTEMS, INC.
00:1D:A3 Sabioso
00:1D:A4 Hangzhou # Hangzhou System Technology CO., LTD
00:1D:A5 WbElectr # WB Electronics
@@ -7649,7 +7650,7 @@
00:1D:C8 Scadamet # ScadaMetrcs, LLC.
00:1D:C9 Gainspan # GainSpan Corp.
00:1D:CA PavElect # PAV Electronics Limited
-00:1D:CB ExãÂà # ExÃÂÃÂÃÂéns Development Oy
+00:1D:CB ExénsDev # Exéns Development Oy
00:1D:CC HetraSec # Hetra Secure Solutions
00:1D:CD ArrisGro # ARRIS Group, Inc.
00:1D:CE ArrisGro # ARRIS Group, Inc.
@@ -7675,8 +7676,8 @@
00:1D:E2 Radionor # Radionor Communications
00:1D:E3 Intuicom
00:1D:E4 Visionee # Visioneered Image Systems
-00:1D:E5 Cisco # Cisco Systems
-00:1D:E6 Cisco # Cisco Systems
+00:1D:E5 Cisco # CISCO SYSTEMS, INC.
+00:1D:E6 Cisco # CISCO SYSTEMS, INC.
00:1D:E7 MarineSo # Marine Sonic Technology, Ltd.
00:1D:E8 NikkoDen # Nikko Denki Tsushin Company(NDTC)
00:1D:E9 NokiaDan # Nokia Danmark A/S
@@ -7684,7 +7685,7 @@
00:1D:EB DinecInt # DINEC International
00:1D:EC Marusys
00:1D:ED GridNet # Grid Net, Inc.
-00:1D:EE Nextvisi # NEXTVISION SISTEMAS DIGITAIS DE TELEVISÃÂÃÂÃÂâÂÂO LTDA.
+00:1D:EE Nextvisi # NEXTVISION SISTEMAS DIGITAIS DE TELEVISÃO LTDA.
00:1D:EF Trimm # TRIMM, INC.
00:1D:F0 Vidient # Vidient Systems, Inc.
00:1D:F1 Intego # Intego Systems, Inc.
@@ -7693,7 +7694,7 @@
00:1D:F4 Magellan # Magellan Technology Pty Limited
00:1D:F5 Sunshine # Sunshine Co,LTD
00:1D:F6 SamsungE # Samsung Electronics Co.,Ltd
-00:1D:F7 RStahlSc # R. STAHL SchaltgerÃÂÃÂÃÂäte GmbH
+00:1D:F7 RStahlSc # R. STAHL Schaltgeräte GmbH
00:1D:F8 WebproVi # Webpro Vision Technology Corporation
00:1D:F9 Cybiotro # Cybiotronics (Far East) Limited
00:1D:FA FujianLa # Fujian LANDI Commercial Equipment Co.,Ltd
@@ -7721,8 +7722,8 @@
00:1E:10 Shenzhen # ShenZhen Huawei Communication Technologies Co.,Ltd.
00:1E:11 EleluxIn # ELELUX INTERNATIONAL LTD
00:1E:12 Ecolab
-00:1E:13 Cisco # Cisco Systems
-00:1E:14 Cisco # Cisco Systems
+00:1E:13 Cisco # CISCO SYSTEMS, INC.
+00:1E:14 Cisco # CISCO SYSTEMS, INC.
00:1E:15 BeechHil # Beech Hill Electronics
00:1E:16 Keytroni # Keytronix
00:1E:17 StnBv # STN BV
@@ -7775,8 +7776,8 @@
00:1E:46 Motorola # Motorola Mobility, Inc.
00:1E:47 PtHariff # PT. Hariff Daya Tunggal Engineering
00:1E:48 Wi-Links
-00:1E:49 Cisco # Cisco Systems
-00:1E:4A Cisco # Cisco Systems
+00:1E:49 Cisco # CISCO SYSTEMS, INC.
+00:1E:4A Cisco # CISCO SYSTEMS, INC.
00:1E:4B CityThea # City Theatrical
00:1E:4C HonHaiPr # Hon Hai Precision Ind.Co., Ltd.
00:1E:4D WelkinSc # Welkin Sciences, LLC
@@ -7823,8 +7824,8 @@
00:1E:76 ThermoFi # Thermo Fisher Scientific
00:1E:77 Air2app
00:1E:78 OwitekTe # Owitek Technology Ltd.,
-00:1E:79 Cisco # Cisco Systems
-00:1E:7A Cisco # Cisco Systems
+00:1E:79 Cisco # CISCO SYSTEMS, INC.
+00:1E:7A Cisco # CISCO SYSTEMS, INC.
00:1E:7B RISRL # R.I.CO. S.r.l.
00:1E:7C Taiwick # Taiwick Limited
00:1E:7D SamsungE # Samsung Electronics Co.,Ltd
@@ -7891,8 +7892,8 @@
00:1E:BA HighDens # High Density Devices AS
00:1E:BB Blueligh # BLUELIGHT TECHNOLOGY INC.
00:1E:BC WintechA # WINTECH AUTOMATION CO.,LTD.
-00:1E:BD Cisco # Cisco Systems
-00:1E:BE Cisco # Cisco Systems
+00:1E:BD Cisco # CISCO SYSTEMS, INC.
+00:1E:BE Cisco # CISCO SYSTEMS, INC.
00:1E:BF HaasAuto # Haas Automation Inc.
00:1E:C0 Microchi # Microchip Technology Inc.
00:1E:C1 3comEuro # 3COM EUROPE LTD
@@ -7948,8 +7949,8 @@
00:1E:F3 From2
00:1E:F4 L-3Commu # L-3 Communications Display Systems
00:1E:F5 HitekAut # Hitek Automated Inc.
-00:1E:F6 Cisco # Cisco Systems
-00:1E:F7 Cisco # Cisco Systems
+00:1E:F6 Cisco # CISCO SYSTEMS, INC.
+00:1E:F7 Cisco # CISCO SYSTEMS, INC.
00:1E:F8 Emfinity # Emfinity Inc.
00:1E:F9 PascomKo # Pascom Kommunikations systeme GmbH.
00:1E:FA Protei # PROTEI Ltd.
@@ -7996,8 +7997,8 @@
00:1F:23 Interaco # Interacoustics
00:1F:24 Digitvie # DIGITVIEW TECHNOLOGY CO., LTD.
00:1F:25 Mbs # MBS GmbH
-00:1F:26 Cisco # Cisco Systems
-00:1F:27 Cisco # Cisco Systems
+00:1F:26 Cisco # CISCO SYSTEMS, INC.
+00:1F:27 Cisco # CISCO SYSTEMS, INC.
00:1F:28 Procurve # ProCurve Networking by HP
00:1F:29 Hewlett- # Hewlett-Packard Company
00:1F:2A Accm
@@ -8041,7 +8042,7 @@
00:1F:50 Swissdis # Swissdis AG
00:1F:51 HdCommun # HD Communications Corp
00:1F:52 UvtUnter # UVT Unternehmensberatung fur Verkehr und Technik GmbH
-00:1F:53 GemacGes # GEMAC Gesellschaft fÃÂÃÂÃÂür Mikroelektronikanwendung Chemnitz mbH
+00:1F:53 GemacGes # GEMAC Gesellschaft für Mikroelektronikanwendung Chemnitz mbH
00:1F:54 LorexTec # Lorex Technology Inc.
00:1F:55 Honeywel # Honeywell Security (China) Co., Ltd.
00:1F:56 DigitalF # DIGITAL FORECAST
@@ -8066,8 +8067,8 @@
00:1F:69 PingoodT # Pingood Technology Co., Ltd.
00:1F:6A Packetfl # PacketFlux Technologies, Inc.
00:1F:6B LgElectr # LG Electronics
-00:1F:6C Cisco # Cisco Systems
-00:1F:6D Cisco # Cisco Systems
+00:1F:6C Cisco # CISCO SYSTEMS, INC.
+00:1F:6D Cisco # CISCO SYSTEMS, INC.
00:1F:6E VtechEng # Vtech Engineering Corporation
00:1F:6F FujianSu # Fujian Sunnada Communication Co.,Ltd.
00:1F:70 BotikTec # Botik Technologies LTD
@@ -8115,8 +8116,8 @@
00:1F:9A NortelNe # Nortel Networks
00:1F:9B Posbro
00:1F:9C Ledco
-00:1F:9D Cisco # Cisco Systems
-00:1F:9E Cisco # Cisco Systems
+00:1F:9D Cisco # CISCO SYSTEMS, INC.
+00:1F:9E Cisco # CISCO SYSTEMS, INC.
00:1F:9F ThomsonT # Thomson Telecom Belgium
00:1F:A0 A10Netwo # A10 Networks
00:1F:A1 Gtran # Gtran Inc
@@ -8159,8 +8160,8 @@
00:1F:C6 AsustekC # ASUSTek COMPUTER INC.
00:1F:C7 CasioHit # Casio Hitachi Mobile Comunications Co., Ltd.
00:1F:C8 Up-Today # Up-Today Industrial Co., Ltd.
-00:1F:C9 Cisco # Cisco Systems
-00:1F:CA Cisco # Cisco Systems
+00:1F:C9 Cisco # CISCO SYSTEMS, INC.
+00:1F:CA Cisco # CISCO SYSTEMS, INC.
00:1F:CB NiwSolut # NIW Solutions
00:1F:CC SamsungE # Samsung Electronics Co.,Ltd
00:1F:CD SamsungE # Samsung Electronics
@@ -8194,7 +8195,7 @@
00:1F:E9 Printrex # Printrex, Inc.
00:1F:EA AppliedM # Applied Media Technologies Corporation
00:1F:EB TrioData # Trio Datacom Pty Ltd
-00:1F:EC Synapseà # Synapse ÃÂÃÂÃÂélectronique
+00:1F:EC SynapseÉ # Synapse Électronique
00:1F:ED Tecan # Tecan Systems Inc.
00:1F:EE UbisysTe # ubisys technologies GmbH
00:1F:EF ShinseiI # SHINSEI INDUSTRIES CO.,LTD
@@ -8384,7 +8385,7 @@
00:20:A7 Pairgain # PAIRGAIN TECHNOLOGIES, INC.
00:20:A8 SastTech # SAST TECHNOLOGY CORP.
00:20:A9 WhiteHor # WHITE HORSE INDUSTRIAL
-00:20:AA Digimedi # DIGIMEDIA VISION LTD.
+00:20:AA Ericsson # Ericsson Television Limited
00:20:AB MicroInd # MICRO INDUSTRIES CORP.
00:20:AC Interfle # INTERFLEX DATENSYSTEME GMBH
00:20:AD Linq # LINQ SYSTEMS
@@ -8497,8 +8498,8 @@
00:21:18 AthenaTe # Athena Tech, Inc.
00:21:19 SamsungE # Samsung Electro-Mechanics
00:21:1A Lintech # LInTech Corporation
-00:21:1B Cisco # Cisco Systems
-00:21:1C Cisco # Cisco Systems
+00:21:1B Cisco # CISCO SYSTEMS, INC.
+00:21:1C Cisco # CISCO SYSTEMS, INC.
00:21:1D Dataline # Dataline AB
00:21:1E Motorola # Motorola Mobility, Inc.
00:21:1F Shinsung # SHINSUNG DELTATECH CO.,LTD.
@@ -8555,8 +8556,8 @@
00:21:52 GeneralS # General Satellite Research & Development Limited
00:21:53 Seamicro # SeaMicro Inc.
00:21:54 D-TacqSo # D-TACQ Solutions Ltd
-00:21:55 Cisco # Cisco Systems
-00:21:56 Cisco # Cisco Systems
+00:21:55 Cisco # CISCO SYSTEMS, INC.
+00:21:56 Cisco # CISCO SYSTEMS, INC.
00:21:57 National # National Datacast, Inc.
00:21:58 StyleFly # Style Flying Technology Co.
00:21:59 JuniperN # Juniper Networks
@@ -8630,8 +8631,8 @@
00:21:9D AdesysBv # Adesys BV
00:21:9E SonyEric # Sony Ericsson Mobile Communications
00:21:9F SatelOy # SATEL OY
-00:21:A0 Cisco # Cisco Systems
-00:21:A1 Cisco # Cisco Systems
+00:21:A0 Cisco # CISCO SYSTEMS, INC.
+00:21:A1 Cisco # CISCO SYSTEMS, INC.
00:21:A2 Eke-Elec # EKE-Electronics Ltd.
00:21:A3 Micromin # Micromint
00:21:A4 DbiiNetw # Dbii Networks
@@ -8685,8 +8686,8 @@
00:21:D4 VollmerW # Vollmer Werke GmbH
00:21:D5 X2e # X2E GmbH
00:21:D6 LxiConso # LXI Consortium
-00:21:D7 Cisco # Cisco Systems
-00:21:D8 Cisco # Cisco Systems
+00:21:D7 Cisco # CISCO SYSTEMS, INC.
+00:21:D8 Cisco # CISCO SYSTEMS, INC.
00:21:D9 Sekonic # SEKONIC CORPORATION
00:21:DA Automati # Automation Products Group Inc.
00:21:DB Santachi # Santachi Video Technology (Shenzhen) Co., Ltd.
@@ -8728,7 +8729,7 @@
00:21:FF CyfrowyP # Cyfrowy Polsat SA
00:22:00 Ibm # IBM Corp
00:22:01 AksysNet # Aksys Networks Inc
-00:22:02 ExcitoEl # Excito Elektronik i SkÃÂÃÂÃÂÃÂ¥ne AB
+00:22:02 ExcitoEl # Excito Elektronik i Skåne AB
00:22:03 Glensoun # Glensound Electronics Ltd
00:22:04 Koratek
00:22:05 WelinkSo # WeLink Solutions, Inc.
@@ -8738,8 +8739,8 @@
00:22:09 OmronHea # Omron Healthcare Co., Ltd
00:22:0A Onlive # OnLive, Inc
00:22:0B National # National Source Coding Center
-00:22:0C Cisco # Cisco Systems
-00:22:0D Cisco # Cisco Systems
+00:22:0C Cisco # CISCO SYSTEMS, INC.
+00:22:0D Cisco # CISCO SYSTEMS, INC.
00:22:0E IndigoSe # Indigo Security Co., Ltd.
00:22:0F MocaMult # MoCA (Multimedia over Coax Alliance)
00:22:10 Motorola # Motorola Mobility, Inc.
@@ -8811,8 +8812,8 @@
00:22:52 ZollLife # ZOLL Lifecor Corporation
00:22:53 Entorian # Entorian Technologies
00:22:54 BigelowA # Bigelow Aerospace
-00:22:55 Cisco # Cisco Systems
-00:22:56 Cisco # Cisco Systems
+00:22:55 Cisco # CISCO SYSTEMS, INC.
+00:22:56 Cisco # CISCO SYSTEMS, INC.
00:22:57 3comEuro # 3Com Europe Ltd
00:22:58 TaiyoYud # Taiyo Yuden Co., Ltd.
00:22:59 Guangzho # Guangzhou New Postcom Equipment Co.,Ltd.
@@ -8839,7 +8840,7 @@
00:22:6E GowellEl # Gowell Electronic Limited
00:22:6F 3onedata # 3onedata Technology Co. Ltd.
00:22:70 AbkNorth # ABK North America, LLC
-00:22:71 JãÂà# JÃÂÃÂÃÂäger Computergesteuerte Messtechnik GmbH
+00:22:71 JägerCom # Jäger Computergesteuerte Meßtechnik GmbH.
00:22:72 American # American Micro-Fuel Device Corp.
00:22:73 Techway
00:22:74 Familyph # FamilyPhone AB
@@ -8856,7 +8857,7 @@
00:22:7F RuckusWi # Ruckus Wireless
00:22:80 A2bElect # A2B Electronics AB
00:22:81 Daintree # Daintree Networks Inc
-00:22:82 8086 # 8086 Limited
+00:22:82 8086Cons # 8086 Consultancy
00:22:83 JuniperN # Juniper Networks
00:22:84 DesayA&V # DESAY A&V SCIENCE AND TECHNOLOGY CO.,LTD
00:22:85 NomusCom # NOMUS COMM SYSTEMS
@@ -8870,8 +8871,8 @@
00:22:8D GbsLabor # GBS Laboratories LLC
00:22:8E Tv-Numer # TV-NUMERIC
00:22:8F Cnrs
-00:22:90 Cisco # Cisco Systems
-00:22:91 Cisco # Cisco Systems
+00:22:90 Cisco # CISCO SYSTEMS, INC.
+00:22:91 Cisco # CISCO SYSTEMS, INC.
00:22:92 Cinetal
00:22:93 Zte # ZTE Corporation
00:22:94 Kyocera # Kyocera Corporation
@@ -8915,18 +8916,18 @@
00:22:BA HuthElek # HUTH Elektronik Systeme GmbH
00:22:BB Beyerdyn # beyerdynamic GmbH & Co. KG
00:22:BC JdsuFran # JDSU France SAS
-00:22:BD Cisco # Cisco Systems
-00:22:BE Cisco # Cisco Systems
+00:22:BD Cisco # CISCO SYSTEMS, INC.
+00:22:BE Cisco # CISCO SYSTEMS, INC.
00:22:BF SieampGr # SieAmp Group of Companies
00:22:C0 Shenzhen # Shenzhen Forcelink Electronic Co, Ltd
00:22:C1 ActiveSt # Active Storage Inc.
-00:22:C2 ProviewE # Proview Eletronica do Brasil LTDA
+00:22:C2 ProviewE # Proview Eletrônica do Brasil LTDA
00:22:C3 ZeeportT # Zeeport Technology Inc.
00:22:C4 Epro # epro GmbH
00:22:C5 Inforson # INFORSON Co,Ltd.
00:22:C6 Sutus # Sutus Inc
00:22:C7 SeggerMi # SEGGER Microcontroller GmbH & Co. KG
-00:22:C8 AppliedI # Applied Instruments
+00:22:C8 AppliedI # Applied Instruments B.V.
00:22:C9 LenordBa # Lenord, Bauer & Co GmbH
00:22:CA AnvizBio # Anviz Biometric Tech. Co., Ltd.
00:22:CB Ionodes # IONODES Inc.
@@ -8936,7 +8937,7 @@
00:22:CF PlanexCo # PLANEX Communications INC
00:22:D0 PolarEle # Polar Electro Oy
00:22:D1 Albrecht # Albrecht Jung GmbH & Co. KG
-00:22:D2 AllEarth # All Earth ComÃÂÃÂÃÂércio de EletrÃÂÃÂÃÂônicos LTDA.
+00:22:D2 AllEarth # All Earth Comércio de Eletrônicos LTDA.
00:22:D3 Hub-Tech
00:22:D4 Comworth # ComWorth Co., Ltd.
00:22:D5 EatonEle # Eaton Corp. Electrical Group Data Center Solutions - Pulizzi
@@ -8986,8 +8987,8 @@
00:23:01 WitronTe # Witron Technology Limited
00:23:02 CobaltDi # Cobalt Digital, Inc.
00:23:03 Lite-OnI # LITE-ON IT Corporation
-00:23:04 Cisco # Cisco Systems
-00:23:05 Cisco # Cisco Systems
+00:23:04 Cisco # CISCO SYSTEMS, INC.
+00:23:05 Cisco # CISCO SYSTEMS, INC.
00:23:06 AlpsElec # ALPS Electric Co., Ltd
00:23:07 FutureIn # FUTURE INNOVATION TECH CO.,LTD
00:23:08 Arcadyan # Arcadyan Technology Corporation
@@ -9033,8 +9034,8 @@
00:23:30 Dizipia # DIZIPIA, INC.
00:23:31 Nintendo # Nintendo Co., Ltd.
00:23:32 Apple # Apple, Inc
-00:23:33 Cisco # Cisco Systems
-00:23:34 Cisco # Cisco Systems
+00:23:33 Cisco # CISCO SYSTEMS, INC.
+00:23:34 Cisco # CISCO SYSTEMS, INC.
00:23:35 Linkflex # Linkflex Co.,Ltd
00:23:36 MetelSRO # METEL s.r.o.
00:23:37 GlobalSt # Global Star Solutions ULC
@@ -9075,8 +9076,8 @@
00:23:5A CompalIn # COMPAL INFORMATION (KUNSHAN) CO., Ltd.
00:23:5B Gulfstre # Gulfstream
00:23:5C Aprius # Aprius, Inc.
-00:23:5D Cisco # Cisco Systems
-00:23:5E Cisco # Cisco Systems
+00:23:5D Cisco # CISCO SYSTEMS, INC.
+00:23:5E Cisco # CISCO SYSTEMS, INC.
00:23:5F SiliconM # Silicon Micro Sensors GmbH
00:23:60 LookitTe # Lookit Technology Co., Ltd
00:23:61 Unigen # Unigen Corporation
@@ -9141,7 +9142,7 @@
00:23:9C JuniperN # Juniper Networks
00:23:9D MapowerE # Mapower Electronics Co., Ltd
00:23:9E JiangsuL # Jiangsu Lemote Technology Corporation Limited
-00:23:9F Institut # Institut fÃÂÃÂÃÂür PrÃÂÃÂÃÂüftechnik
+00:23:9F Institut # Institut für Prüftechnik
00:23:A0 HanaCns # Hana CNS Co., LTD.
00:23:A1 TrendEle # Trend Electronics Ltd
00:23:A2 Motorola # Motorola Mobility, Inc.
@@ -9153,8 +9154,8 @@
00:23:A8 Marshall # Marshall Electronics
00:23:A9 BeijingD # Beijing Detianquan Electromechanical Equipment Co., Ltd
00:23:AA Hfr # HFR, Inc.
-00:23:AB Cisco # Cisco Systems
-00:23:AC Cisco # Cisco Systems
+00:23:AB Cisco # CISCO SYSTEMS, INC.
+00:23:AC Cisco # CISCO SYSTEMS, INC.
00:23:AD Xmark # Xmark Corporation
00:23:AE Dell # Dell Inc.
00:23:AF Motorola # Motorola Mobility, Inc.
@@ -9216,8 +9217,8 @@
00:23:E7 Hinke # Hinke A/S
00:23:E8 Demco # Demco Corp.
00:23:E9 F5Networ # F5 Networks, Inc.
-00:23:EA Cisco # Cisco Systems
-00:23:EB Cisco # Cisco Systems
+00:23:EA Cisco # CISCO SYSTEMS, INC.
+00:23:EB Cisco # CISCO SYSTEMS, INC.
00:23:EC Algorith # Algorithmix GmbH
00:23:ED Motorola # Motorola CHS
00:23:EE Motorola # Motorola Mobility, Inc.
@@ -9257,8 +9258,8 @@
00:24:10 NueteqTe # NUETEQ Technology,Inc.
00:24:11 Pharmasm # PharmaSmart LLC
00:24:12 BenignTe # Benign Technologies Co, Ltd.
-00:24:13 Cisco # Cisco Systems
-00:24:14 Cisco # Cisco Systems
+00:24:13 Cisco # CISCO SYSTEMS, INC.
+00:24:14 Cisco # CISCO SYSTEMS, INC.
00:24:15 Magnetic # Magnetic Autocontrol GmbH
00:24:16 AnyUse # Any Use
00:24:17 ThomsonT # Thomson Telecom Belgium
@@ -9316,8 +9317,8 @@
00:24:4D Hokkaido # Hokkaido Electronics Corporation
00:24:4E Radchips # RadChips, Inc.
00:24:4F Asantron # Asantron Technologies Ltd.
-00:24:50 Cisco # Cisco Systems
-00:24:51 Cisco # Cisco Systems
+00:24:50 Cisco # CISCO SYSTEMS, INC.
+00:24:51 Cisco # CISCO SYSTEMS, INC.
00:24:52 SiliconS # Silicon Software GmbH
00:24:53 InitraDO # Initra d.o.o.
00:24:54 SamsungE # Samsung Electronics Co., LTD
@@ -9386,8 +9387,8 @@
00:24:94 Shenzhen # Shenzhen Baoxin Tech CO., Ltd.
00:24:95 Motorola # Motorola Mobility, Inc.
00:24:96 Ginzinge # Ginzinger electronic systems
-00:24:97 Cisco # Cisco Systems
-00:24:98 Cisco # Cisco Systems
+00:24:97 Cisco # CISCO SYSTEMS, INC.
+00:24:98 Cisco # CISCO SYSTEMS, INC.
00:24:99 AquilaTe # Aquila Technologies
00:24:9A BeijingZ # Beijing Zhongchuang Telecommunication Test Co., Ltd.
00:24:9B ActionSt # Action Star Enterprise Co., Ltd.
@@ -9430,8 +9431,8 @@
00:24:C0 NtiComod # NTI COMODO INC
00:24:C1 Motorola # Motorola Mobility, Inc.
00:24:C2 Asumo # Asumo Co.,Ltd.
-00:24:C3 Cisco # Cisco Systems
-00:24:C4 Cisco # Cisco Systems
+00:24:C3 Cisco # CISCO SYSTEMS, INC.
+00:24:C4 Cisco # CISCO SYSTEMS, INC.
00:24:C5 Meridian # Meridian Audio Limited
00:24:C6 HagerEle # Hager Electro SAS
00:24:C7 Mobilarm # Mobilarm Ltd
@@ -9482,9 +9483,9 @@
00:24:F4 Kaminari # Kaminario Technologies Ltd.
00:24:F5 NdsSurgi # NDS Surgical Imaging
00:24:F6 MiyoshiE # MIYOSHI ELECTRONICS CORPORATION
-00:24:F7 Cisco # Cisco Systems
+00:24:F7 Cisco # CISCO SYSTEMS, INC.
00:24:F8 Technica # Technical Solutions Company Ltd.
-00:24:F9 Cisco # Cisco Systems
+00:24:F9 Cisco # CISCO SYSTEMS, INC.
00:24:FA HilgerUK # Hilger u. Kern GMBH
00:24:FB Private
00:24:FC Quopin # QuoPin Co., Ltd.
@@ -9558,8 +9559,8 @@
00:25:42 Pittasof # Pittasoft
00:25:43 Moneytec # MONEYTECH
00:25:44 Lojack # LoJack Corporation
-00:25:45 Cisco # Cisco Systems
-00:25:46 Cisco # Cisco Systems
+00:25:45 Cisco # CISCO SYSTEMS, INC.
+00:25:46 Cisco # CISCO SYSTEMS, INC.
00:25:47 NokiaDan # Nokia Danmark A/S
00:25:48 NokiaDan # Nokia Danmark A/S
00:25:49 JeorichT # Jeorich Tech. Co.,Ltd.
@@ -9611,7 +9612,7 @@
00:25:77 D-BoxTec # D-BOX Technologies
00:25:78 Jsc"Conc # JSC "Concern "Sozvezdie"
00:25:79 JFLabs # J & F Labs
-00:25:7A CamcoPro # CAMCO Produktions- und Vertriebs-GmbH fÃÂÃÂÃÂür Beschallungs- und Beleuchtungsanlagen
+00:25:7A CamcoPro # CAMCO Produktions- und Vertriebs-GmbH für Beschallungs- und Beleuchtungsanlagen
00:25:7B StjElect # STJ ELECTRONICS PVT LTD
00:25:7C Huachent # Huachentel Technology Development Co., Ltd
00:25:7D Pointred # PointRed Telecom Private Ltd.
@@ -9620,8 +9621,8 @@
00:25:80 Equipson # Equipson S.A.
00:25:81 X-StarNe # x-star networks Inc.
00:25:82 MaksatTe # Maksat Technologies (P) Ltd
-00:25:83 Cisco # Cisco Systems
-00:25:84 Cisco # Cisco Systems
+00:25:83 Cisco # CISCO SYSTEMS, INC.
+00:25:84 Cisco # CISCO SYSTEMS, INC.
00:25:85 KokuyoS& # KOKUYO S&T Co., Ltd.
00:25:86 Tp-LinkT # TP-LINK Technologies Co., Ltd.
00:25:87 Vitality # Vitality, Inc.
@@ -9667,10 +9668,10 @@
00:25:AF ComfileT # COMFILE Technology
00:25:B0 Schmartz # Schmartz Inc
00:25:B1 Maya-Cre # Maya-Creation Corporation
-00:25:B2 Lfk-Lenk # LFK-LenkflugkÃÂÃÂÃÂörpersysteme GmbH
+00:25:B2 Lfk-Lenk # LFK-Lenkflugkörpersysteme GmbH
00:25:B3 Hewlett- # Hewlett-Packard Company
-00:25:B4 Cisco # Cisco Systems
-00:25:B5 Cisco # Cisco Systems
+00:25:B4 Cisco # CISCO SYSTEMS, INC.
+00:25:B5 Cisco # CISCO SYSTEMS, INC.
00:25:B6 TelecomF # Telecom FM
00:25:B7 CostarEl # Costar electronics, inc.,
00:25:B8 AgileCom # Agile Communications, Inc.
@@ -9732,7 +9733,7 @@
00:25:F0 SugaElec # Suga Electronics Limited
00:25:F1 Motorola # Motorola Mobility, Inc.
00:25:F2 Motorola # Motorola Mobility, Inc.
-00:25:F3 Nordwest # Nordwestdeutsche ZÃÂÃÂÃÂählerrevision
+00:25:F3 Nordwest # Nordwestdeutsche Zählerrevision
00:25:F4 KocoConn # KoCo Connector AG
00:25:F5 DvsKorea # DVS Korea, Co., Ltd
00:25:F6 NettalkC # netTALK.com, Inc.
@@ -9754,8 +9755,8 @@
00:26:07 Enabling # Enabling Technology Pty Ltd
00:26:08 Apple # Apple, Inc
00:26:09 Phyllis # Phyllis Co., Ltd.
-00:26:0A Cisco # Cisco Systems
-00:26:0B Cisco # Cisco Systems
+00:26:0A Cisco # CISCO SYSTEMS, INC.
+00:26:0B Cisco # CISCO SYSTEMS, INC.
00:26:0C Dataram
00:26:0D Micronet # Micronetics, Inc.
00:26:0E AblazeLl # Ablaze Systems, LLC
@@ -9784,7 +9785,7 @@
00:26:25 Mediaspu # MediaSputnik
00:26:26 Geophysi # Geophysical Survey Systems, Inc.
00:26:27 Truesell
-00:26:28 Companyt # companytec automaÃÂÃÂÃÂçÃÂÃÂÃÂão e controle ltda
+00:26:28 Companyt # companytec automação e controle ltda.
00:26:29 JuphoonS # Juphoon System Software Inc.
00:26:2A Proxense # Proxense, LLC
00:26:2B WongsEle # Wongs Electronics Co. Ltd.
@@ -9804,7 +9805,7 @@
00:26:39 TMElectr # T.M. Electronics, Inc.
00:26:3A Digitec # Digitec Systems
00:26:3B Onbnetec # Onbnetech
-00:26:3C Bachmann # Bachmann GmbH & Co. KG
+00:26:3C Bachmann # Bachmann Technology GmbH & Co. KG
00:26:3D Mia # MIA Corporation
00:26:3E TrapezeN # Trapeze Networks
00:26:3F LiosTech # LIOS Technology GmbH
@@ -9821,10 +9822,10 @@
00:26:4C Shanghai # Shanghai DigiVision Technology Co., Ltd.
00:26:4D Arcadyan # Arcadyan Technology Corporation
00:26:4E RailRoad # Rail & Road Protec GmbH
-00:26:4F KrãÂà # KrÃÂÃÂÃÂüger&Gothe GmbH
+00:26:4F Krüger&G # Krüger &Gothe GmbH
00:26:50 2wire
-00:26:51 Cisco # Cisco Systems
-00:26:52 Cisco # Cisco Systems
+00:26:51 Cisco # CISCO SYSTEMS, INC.
+00:26:52 Cisco # CISCO SYSTEMS, INC.
00:26:53 Dayseque # DaySequerra Corporation
00:26:54 3com # 3Com Corporation
00:26:55 Hewlett- # Hewlett-Packard Company
@@ -9865,7 +9866,7 @@
00:26:78 LogicIns # Logic Instrument SA
00:26:79 Euphonic # Euphonic Technologies, Inc.
00:26:7A WuhanHon # wuhan hongxin telecommunication technologies co.,ltd
-00:26:7B GsiHelmh # GSI Helmholtzzentrum fÃÂÃÂÃÂür Schwerionenforschung GmbH
+00:26:7B GsiHelmh # GSI Helmholtzzentrum für Schwerionenforschung GmbH
00:26:7C Metz-Wer # Metz-Werke GmbH & Co KG
00:26:7D A-MaxTec # A-Max Technology Macao Commercial Offshore Company Limited
00:26:7E ParrotSa # Parrot SA
@@ -9894,8 +9895,8 @@
00:26:95 ZtGroupI # ZT Group Int'l Inc
00:26:96 Noolix # NOOLIX Co., Ltd
00:26:97 CheetahT # Cheetah Technologies, L.P.
-00:26:98 Cisco # Cisco Systems
-00:26:99 Cisco # Cisco Systems
+00:26:98 Cisco # CISCO SYSTEMS, INC.
+00:26:99 Cisco # CISCO SYSTEMS, INC.
00:26:9A CarinaSy # carina system co., ltd.
00:26:9B Sokrat # SOKRAT Ltd.
00:26:9C ItusJapa # ITUS JAPAN CO. LTD
@@ -9944,8 +9945,8 @@
00:26:C7 IntelCor # Intel Corporate
00:26:C8 SystemSe # System Sensor
00:26:C9 Proventi # Proventix Systems, Inc.
-00:26:CA Cisco # Cisco Systems
-00:26:CB Cisco # Cisco Systems
+00:26:CA Cisco # CISCO SYSTEMS, INC.
+00:26:CB Cisco # CISCO SYSTEMS, INC.
00:26:CC NokiaDan # Nokia Danmark A/S
00:26:CD Purpleco # PurpleComm, Inc.
00:26:CE KozumiUs # Kozumi USA Corp.
@@ -10010,8 +10011,8 @@
00:27:09 Nintendo # Nintendo Co., Ltd.
00:27:0A IeeSA # IEE S.A.
00:27:0B AduraTec # Adura Technologies
-00:27:0C Cisco # Cisco Systems
-00:27:0D Cisco # Cisco Systems
+00:27:0C Cisco # CISCO SYSTEMS, INC.
+00:27:0D Cisco # CISCO SYSTEMS, INC.
00:27:0E IntelCor # Intel Corporate
00:27:0F Envision # Envisionnovation Inc
00:27:10 IntelCor # Intel Corporate
@@ -10033,8 +10034,8 @@
00:27:20 New-SolC # NEW-SOL COM
00:27:21 Shenzhen # Shenzhen Baoan Fenda Industrial Co., Ltd
00:27:22 Ubiquiti # Ubiquiti Networks
-00:27:F8 BrocadeC # Brocade Communications Systems, Inc
-00:2A:6A Cisco # Cisco Systems
+00:27:F8 BrocadeC # Brocade Communications Systems, Inc.
+00:2A:6A Cisco # CISCO SYSTEMS, INC.
00:2A:AF Larsys-A # LARsys-Automation GmbH
00:2D:76 Titech # TITECH GmbH
00:30:00 AllwellT # ALLWELL TECHNOLOGY CORP.
@@ -10150,17 +10151,17 @@
00:30:6E HewlettP # HEWLETT PACKARD
00:30:6F SeyeonTe # SEYEON TECH. CO., LTD.
00:30:70 1net # 1Net Corporation
-00:30:71 Cisco # Cisco Systems, Inc.
+00:30:71 Cisco # CISCO SYSTEMS, INC.
00:30:72 Intellib # Intellibyte Inc.
00:30:73 Internat # International Microsystems, In
00:30:74 Equiinet # EQUIINET LTD.
00:30:75 Adtech
00:30:76 Akamba # Akamba Corporation
00:30:77 OnpremNe # ONPREM NETWORKS
-00:30:78 Cisco # Cisco Systems, Inc.
+00:30:78 Cisco # CISCO SYSTEMS, INC.
00:30:79 Cqos # CQOS, INC.
00:30:7A Advanced # Advanced Technology & Systems
-00:30:7B Cisco # Cisco Systems, Inc.
+00:30:7B Cisco # CISCO SYSTEMS, INC.
00:30:7C AdidSa # ADID SA
00:30:7D GreAmeri # GRE AMERICA, INC.
00:30:7E RedflexC # Redflex Communication Systems
@@ -10185,7 +10186,7 @@
00:30:91 TaiwanFi # TAIWAN FIRST LINE ELEC. CORP.
00:30:92 Modunorm # ModuNORM GmbH
00:30:93 SonnetTe # Sonnet Technologies, Inc
-00:30:94 Cisco # Cisco Systems, Inc.
+00:30:94 Cisco # CISCO SYSTEMS, INC.
00:30:95 ProcompI # Procomp Informatics, Ltd.
00:30:96 Cisco # CISCO SYSTEMS, INC.
00:30:97 Regin # AB Regin
@@ -10249,7 +10250,7 @@
00:30:D1 Inova # INOVA CORPORATION
00:30:D2 WinTechn # WIN TECHNOLOGIES, CO., LTD.
00:30:D3 AgilentT # Agilent Technologies
-00:30:D4 Aae # AAE Systems, Inc
+00:30:D4 Aae # AAE Systems, Inc.
00:30:D5 Dresearc # DResearch GmbH
00:30:D6 MscVertr # MSC VERTRIEBS GMBH
00:30:D7 Innovati # Innovative Systems, L.L.C.
@@ -10299,11 +10300,11 @@
00:36:F8 ContiTem # Conti Temic microelectronic GmbH
00:36:FE Supervis # SuperVision
00:37:6D MurataMa # Murata Manufacturing Co., Ltd.
-00:3A:98 Cisco # Cisco Systems
-00:3A:99 Cisco # Cisco Systems
-00:3A:9A Cisco # Cisco Systems
-00:3A:9B Cisco # Cisco Systems
-00:3A:9C Cisco # Cisco Systems
+00:3A:98 Cisco # CISCO SYSTEMS, INC.
+00:3A:99 Cisco # CISCO SYSTEMS, INC.
+00:3A:9A Cisco # CISCO SYSTEMS, INC.
+00:3A:9B Cisco # CISCO SYSTEMS, INC.
+00:3A:9C Cisco # CISCO SYSTEMS, INC.
00:3A:9D NecAcces # NEC AccessTechnica, Ltd.
00:3A:AF Bluebit # BlueBit Ltd.
00:3C:C5 WonwooEn # WONWOO Engineering Co., Ltd
@@ -10737,11 +10738,11 @@
00:50:AB Naltec # NALTEC, Inc.
00:50:AC MapleCom # MAPLE COMPUTER CORPORATION
00:50:AD Communiq # CommUnique Wireless Corp.
-00:50:AE IwakiEle # IWAKI ELECTRONICS CO., LTD.
+00:50:AE Fdk # FDK Co., Ltd
00:50:AF Intergon # INTERGON, INC.
00:50:B0 Technolo # TECHNOLOGY ATLANTA CORPORATION
00:50:B1 Giddings # GIDDINGS & LEWIS
-00:50:B2 BrodelAu # BRODEL AUTOMATION
+00:50:B2 Brodel # BRODEL GmbH
00:50:B3 Voiceboa # VOICEBOARD CORPORATION
00:50:B4 Satchwel # SATCHWELL CONTROL SYSTEMS, LTD
00:50:B5 Fichet-B # FICHET-BAUCHE
@@ -10757,7 +10758,7 @@
00:50:BF Metallig # Metalligence Technology Corp.
00:50:C0 Gatan # GATAN, INC.
00:50:C1 GemflexN # GEMFLEX NETWORKS, LTD.
-00:50:C2 IeeeRegi # IEEE REGISTRATION AUTHORITY
+00:50:C2 IeeeRegi # IEEE REGISTRATION AUTHORITY - Please see IAB public listing for more information.
00:50:C2:00:00:00/36 TLS # T.L.S. Corp.
00:50:C2:00:10:00/36 JmbsDeve # JMBS Developpements
00:50:C2:00:20:00/36 Integrat # Integrated Automation Solutions
@@ -10775,7 +10776,7 @@
00:50:C2:00:E0:00/36 Tttech
00:50:C2:00:F0:00/36 Xln-T
00:50:C2:01:00:00/36 Moisture # Moisture Systems
-00:50:C2:01:10:00/36 BihlWied # BIHL & Wiedemann GmbH
+00:50:C2:01:10:00/36 Bihl+Wie # Bihl + Wiedemann GmbH
00:50:C2:01:20:00/36 FlowareS # Floware System Solutions Ltd.
00:50:C2:01:30:00/36 SensysTe # Sensys Technologies Inc.
00:50:C2:01:40:00/36 Canal+ # Canal +
@@ -10912,7 +10913,7 @@
00:50:C2:09:F0:00/36 Metawave # MetaWave Vedeo Systems
00:50:C2:0A:00:00/36 Cynaps
00:50:C2:0A:10:00/36 VisableG # Visable Genetics, Inc.
-00:50:C2:0A:20:00/36 JãÂà# JÃÂÃÂÃÂäger Computergesteuerte Messtechnik GmbH
+00:50:C2:0A:20:00/36 JägerCom # Jäger Computergesteuerte Messtechnik GmbH
00:50:C2:0A:30:00/36 Basytec # BaSyTec GmbH
00:50:C2:0A:40:00/36 BountyPt # Bounty Systems Pty Ltd.
00:50:C2:0A:50:00/36 Mobiltex # Mobiltex Data Ltd.
@@ -11243,7 +11244,7 @@
00:50:C2:1E:B0:00/36 DataResp # Data Respons A/S
00:50:C2:1E:C0:00/36 Cosmo # COSMO co.,ltd.
00:50:C2:1E:D0:00/36 Emka-Ele # EMKA-electronic AG
-00:50:C2:1E:E0:00/36 PertoPer # Perto PerifÃÂéricos de AutomaÃÂçÃÂão S.A.
+00:50:C2:1E:E0:00/36 PertoPer # Perto Periféricos de Automação S.A.
00:50:C2:1E:F0:00/36 M2Techno # M2 Technology Pty Ltd
00:50:C2:1F:00:00/36 ExiWirel # EXI Wireless Systems Inc.
00:50:C2:1F:10:00/36 SkyCompu # SKY Computers, Inc.
@@ -11252,7 +11253,7 @@
00:50:C2:1F:40:00/36 Covia # Covia, Inc
00:50:C2:1F:50:00/36 AbestCom # Abest Communication Corp.
00:50:C2:1F:60:00/36 BaeContr # BAE SYSTEMS Controls
-00:50:C2:1F:70:00/36 ArcCrã # ARC'CrÃÂéations
+00:50:C2:1F:70:00/36 ArcCréat # ARC'Créations
00:50:C2:1F:80:00/36 Ultracke # ULTRACKER TECHNOLOGY
00:50:C2:1F:90:00/36 FrSauter # Fr. Sauter AG
00:50:C2:1F:A0:00/36 SpContro # SP Controls, Inc
@@ -11277,14 +11278,14 @@
00:50:C2:20:E0:00/36 PyramidC # PYRAMID Computer Systeme GmbH
00:50:C2:20:F0:00/36 OmicronE # OMICRON electronics GmbH
00:50:C2:21:00:00/36 Innovics # Innovics Wireless Inc
-00:50:C2:21:10:00/36 Hochschu # Hochschule fÃÂür Technik, Wirtschaft und Kultur Leipzig (FH)
+00:50:C2:21:10:00/36 Hochschu # Hochschule für Technik, Wirtschaft und Kultur Leipzig (FH)
00:50:C2:21:20:00/36 4links # 4Links Limited
00:50:C2:21:30:00/36 Sysaware # SysAware S.A.R.L.
00:50:C2:21:40:00/36 OshimiSy # Oshimi System Design Inc.
00:50:C2:21:50:00/36 Voicecom # VoiceCom AG
00:50:C2:21:60:00/36 LevelCon # Level Control Systems
00:50:C2:21:70:00/36 LinnProd # Linn Products Ltd
-00:50:C2:21:80:00/36 NansenSA # Nansen S. A. - Instrumentos de PrecisÃÂão
+00:50:C2:21:80:00/36 NansenSA # Nansen S. A. - Instrumentos de Precisão
00:50:C2:21:90:00/36 Aeroflex # Aeroflex GmbH
00:50:C2:21:A0:00/36 Mst # MST SYSTEMS LIMITED
00:50:C2:21:B0:00/36 GeneralD # General Dynamics Decision Systems
@@ -11376,7 +11377,7 @@
00:50:C2:27:10:00/36 VlsipTec # VLSIP TECHNOLOGIES INC.
00:50:C2:27:20:00/36 VerexTec # Verex Technology
00:50:C2:27:30:00/36 Servicio # Servicios Condumex, S. A. de C. V.
-00:50:C2:27:40:00/36 Fundaciã # FUNDACIÃÂâÂÂN ROBOTIKER
+00:50:C2:27:40:00/36 Fundació # Fundación ROBOTIKER
00:50:C2:27:50:00/36 ExtremeE # Extreme Engineering Solutions
00:50:C2:27:60:00/36 TielineR # Tieline Research Pty Ltd
00:50:C2:27:70:00/36 T/R # T/R Systems, Inc.
@@ -11452,7 +11453,7 @@
00:50:C2:2B:E0:00/36 Lipowsky # Lipowsky Industrie-Elektronik GmbH
00:50:C2:2B:F0:00/36 Perax
00:50:C2:2C:00:00/36 Magellan # Magellan Technology Pty Ltd
-00:50:C2:2C:10:00/36 StageTec # Stage Tec Entwicklungsgesellschaft fuer professionelle Audio
+00:50:C2:2C:10:00/36 StageTec # Stage Tec Entwicklungsgesellschaft für professionelle Audio
00:50:C2:2C:20:00/36 Smarteye # smarteye corporation
00:50:C2:2C:30:00/36 DigitalS # Digital SP Ltd
00:50:C2:2C:40:00/36 Invensys # Invensys Energy Systens (NZ) Limited
@@ -11466,7 +11467,7 @@
00:50:C2:2C:C0:00/36 Embedded # EMBEDDED TOOLSMITHS
00:50:C2:2C:D0:00/36 Datawind # DataWind Research
00:50:C2:2C:E0:00/36 RossVide # Ross Video Limited
-00:50:C2:2C:F0:00/36 Diseã # DiseÃÂño de Sistemas en Silicio S.A.
+00:50:C2:2C:F0:00/36 DiseñoDe # Diseño de Sistemas en Silicio S.A.
00:50:C2:2D:00:00/36 WorthDat # Worth Data, Inc.
00:50:C2:2D:10:00/36 Miritek # Miritek, Inc.
00:50:C2:2D:20:00/36 AirnetCo # AIRNET COMMUNICATIONS CORP
@@ -11556,7 +11557,7 @@
00:50:C2:32:70:00/36 Dornier # Dornier GmbH
00:50:C2:32:80:00/36 ICSElect # I.C.S. Electronics Limited
00:50:C2:32:90:00/36 Imax
-00:50:C2:32:A0:00/36 PhytecMe # PHYTEC MeÃÂÃ
¸technik GmbH
+00:50:C2:32:A0:00/36 PhytecMe # PHYTEC Messtechnik GmbH
00:50:C2:32:B0:00/36 DigitalM # Digital Multimedia Technologies Spa
00:50:C2:32:C0:00/36 Integrat # Integrated Silicon Solution (Taiwan), Inc.
00:50:C2:32:D0:00/36 ConsensZ # Consens Zeiterfassung GMBH
@@ -11592,7 +11593,7 @@
00:50:C2:34:B0:00/36 Ecutel # Ecutel Systems, Inc.
00:50:C2:34:C0:00/36 ChuoElec # Chuo Electric Works Co., LTD.
00:50:C2:34:D0:00/36 BmkProfe # BMK professional electronics GmbH
-00:50:C2:34:E0:00/36 AbbPower # ABB Power Technologies S.p.A. UnitÃÂÃÂ Operativa SACE (PTMV)
+00:50:C2:34:E0:00/36 AbbPower # ABB Power Technologies S.p.A. Unità Operativa SACE (PTMV)
00:50:C2:34:F0:00/36 NorthPol # North Pole Engineering, Inc.
00:50:C2:35:00:00/36 KinesysP # Kinesys Projects Limited
00:50:C2:35:10:00/36 Finesyst # Finesystem Co., Ltd
@@ -11694,7 +11695,7 @@
00:50:C2:3B:10:00/36 RdcSpecs # RDC Specstroy-Svyaz Ltd
00:50:C2:3B:20:00/36 Tennesse # Tennessee Valley Authority
00:50:C2:3B:30:00/36 MediaLab # Media Lab., Inc.
-00:50:C2:3B:40:00/36 Contrã # ContrÃÂôle Analytique inc.
+00:50:C2:3B:40:00/36 Contrôle # Contrôle Analytique inc.
00:50:C2:3B:50:00/36 NecTokin # NEC TOKIN Corporation
00:50:C2:3B:60:00/36 ArecontV # Arecont Vision, LLC
00:50:C2:3B:70:00/36 Mindspee # Mindspeed Technologies
@@ -11757,7 +11758,7 @@
00:50:C2:3F:00:00/36 MegatecE # megatec electronic GmbH
00:50:C2:3F:10:00/36 SallandE # Salland Electronics Holding BV
00:50:C2:3F:20:00/36 Stl # STL GmbH
-00:50:C2:3F:30:00/36 HytecGer # Hytec Geraetebau GmbH
+00:50:C2:3F:30:00/36 HytecGer # Hytec Gerätebau GmbH
00:50:C2:3F:40:00/36 McTechno # MC TECHNOLOGY GmbH
00:50:C2:3F:50:00/36 Phaedrus # Phaedrus Limited
00:50:C2:3F:60:00/36 Daftdata # dAFTdATA Limited
@@ -11975,7 +11976,7 @@
00:50:C2:4C:A0:00/36 YargBiom # Yarg Biometrics Limited
00:50:C2:4C:B0:00/36 Verint # Verint Systems Ltd
00:50:C2:4C:C0:00/36 Impedime # ImpediMed Limited
-00:50:C2:4C:D0:00/36 Adasoft # Adasoft AG
+00:50:C2:4C:D0:00/36 Bixi # Bixi Systems AG
00:50:C2:4C:E0:00/36 OpenDate # Open Date Equipment Limited
00:50:C2:4C:F0:00/36 Ziehl-Ab # Ziehl-Abegg AG
00:50:C2:4D:00:00/36 RadfordC # Radford Control Systems
@@ -11984,7 +11985,7 @@
00:50:C2:4D:30:00/36 SoftinSp # SOFTIN sp. z o.o.
00:50:C2:4D:40:00/36 Herholdt # Herholdt Controls srl
00:50:C2:4D:50:00/36 SebaDesi # SEBA Design Pty Ltd
-00:50:C2:4D:60:00/36 Ingenieu # IngenieurbÃÂüro Schober
+00:50:C2:4D:60:00/36 Ingenieu # Ingenieurbüro Schober
00:50:C2:4D:70:00/36 DeltaTau # Delta Tau Data Systems, Inc.
00:50:C2:4D:80:00/36 Avantry # Avantry Ltd.
00:50:C2:4D:90:00/36 GeSecuri # GE Security Kampro
@@ -12073,7 +12074,7 @@
00:50:C2:52:C0:00/36 VitecMul # VITEC MULTIMEDIA
00:50:C2:52:D0:00/36 Smartcom # Smartcom-Bulgaria AD
00:50:C2:52:E0:00/36 DspDesig # DSP DESIGN
-00:50:C2:52:F0:00/36 Gesellsc # Gesellschaft fÃÂür Rationalisierung und Rechentechnik mbH
+00:50:C2:52:F0:00/36 Gesellsc # Gesellschaft für Rationalisierung und Rechentechnik mbH
00:50:C2:53:00:00/36 Innovati # Innovation, Institute, Inc
00:50:C2:53:10:00/36 OrionTec # Orion Technologies, Inc.
00:50:C2:53:20:00/36 Nve # NVE Corporation
@@ -12142,7 +12143,7 @@
00:50:C2:57:10:00/36 OberonSe # Oberon Service srl
00:50:C2:57:20:00/36 ChellIns # Chell Instruments Ltd
00:50:C2:57:30:00/36 Datamicr # DATAMICRO Co., Ltd.
-00:50:C2:57:40:00/36 Ingenier # IngenierÃÂÃÂa AlmudÃÂÃÂ S.L.
+00:50:C2:57:40:00/36 Ingenier # Ingeniería Almudà S.L.
00:50:C2:57:50:00/36 Solystic
00:50:C2:57:60:00/36 Visi-Tec # Visi-tech Systems Ltd
00:50:C2:57:70:00/36 Advanced # Advanced Software Technologies
@@ -12157,7 +12158,7 @@
00:50:C2:58:00:00/36 BuyangEl # Buyang Electronics Industrial co.,Ltd.
00:50:C2:58:10:00/36 Devitech # Devitech ApS
00:50:C2:58:20:00/36 Allsun # AllSun A/S
-00:50:C2:58:30:00/36 JãÂà# JÃÂünger Audio-Studiotechnik GmbH
+00:50:C2:58:30:00/36 JüngerAu # Jünger Audio-Studiotechnik GmbH
00:50:C2:58:40:00/36 ToyotaMo # Toyota Motorsport GmbH
00:50:C2:58:50:00/36 Wireless # Wireless Cables Inc
00:50:C2:58:60:00/36 Genetix # Genetix Ltd
@@ -12178,7 +12179,7 @@
00:50:C2:59:50:00/36 Callpod # Callpod, Inc.
00:50:C2:59:60:00/36 Spansion
00:50:C2:59:70:00/36 Nautel # Nautel Limited
-00:50:C2:59:80:00/36 Bundesam # Bundesamt fÃÂür Strahlenschutz
+00:50:C2:59:80:00/36 Bundesam # Bundesamt für Strahlenschutz
00:50:C2:59:90:00/36 FenTechn # Fen Technology Limited
00:50:C2:59:A0:00/36 Multitro # MultiTrode Pty Ltd
00:50:C2:59:B0:00/36 Sapec
@@ -12191,9 +12192,9 @@
00:50:C2:5A:20:00/36 Inet # iNET Systems Inc.
00:50:C2:5A:30:00/36 LumelSA # LUMEL S.A.
00:50:C2:5A:40:00/36 FederalS # Federal State Unitary Enterprise Experimental Factory for Sc
-00:50:C2:5A:50:00/36 EquiposD # Equipos de TelecomunicaciÃÂón Optoelectronicos, S.A.
+00:50:C2:5A:50:00/36 EquiposD # Equipos de Telecomunicación Optoelectronicos, S.A.
00:50:C2:5A:60:00/36 PlasticL # Plastic Logic
-00:50:C2:5A:70:00/36 PhytecMe # Phytec MeÃÂÃ
¸technik GmbH
+00:50:C2:5A:70:00/36 PhytecMe # Phytec Messtechnik GmbH
00:50:C2:5A:80:00/36 EtapNv # ETAP NV
00:50:C2:5A:90:00/36 AycTelec # AYC Telecom Ltd
00:50:C2:5A:A0:00/36 Transenn # Transenna AB
@@ -12268,7 +12269,7 @@
00:50:C2:5E:F0:00/36 Pikkerto # pikkerton GmbH
00:50:C2:5F:00:00/36 DiasInfr # DIAS Infrared GmbH
00:50:C2:5F:10:00/36 Technoma # Technomarine JSC
-00:50:C2:5F:20:00/36 EsemGrã # ESEM GrÃÂünau GmbH & Co. KG
+00:50:C2:5F:20:00/36 EsemGrün # ESEM Grünau GmbH & Co. KG
00:50:C2:5F:30:00/36 PosnetPo # POSNET Polska S.A.
00:50:C2:5F:40:00/36 Teamproj # TeamProjects BV
00:50:C2:5F:50:00/36 Genesis # Genesis inc
@@ -12328,7 +12329,7 @@
00:50:C2:62:B0:00/36 FirstCon # First Control Systems AB
00:50:C2:62:C0:00/36 Airmatri # AirMatrix, Inc.
00:50:C2:62:D0:00/36 ProconEl # Procon Electronics
-00:50:C2:62:E0:00/36 TdmIngã # TDM ingÃÂénierie
+00:50:C2:62:E0:00/36 TdmIngén # TDM Ingénierie
00:50:C2:62:F0:00/36 Qes
00:50:C2:63:00:00/36 AuroraFl # Aurora Flight Sciences
00:50:C2:63:10:00/36 Fraunhof # Fraunhofer IIS
@@ -12350,7 +12351,7 @@
00:50:C2:64:10:00/36 NeoInfor # NEO Information Systems Co., Ltd.
00:50:C2:64:20:00/36 StantonT # Stanton Technologies Sdn Bhd
00:50:C2:64:30:00/36 Enatel # Enatel Limited
-00:50:C2:64:40:00/36 PhytecMe # Phytec MeÃÂÃ
¸technik GmbH
+00:50:C2:64:40:00/36 PhytecMe # Phytec Messtechnik GmbH
00:50:C2:64:50:00/36 Software # The Software Group Limited
00:50:C2:64:60:00/36 Trutouch # TRUTOUCH TECHNOLOGIES INC
00:50:C2:64:70:00/36 R&DTechn # R&D Technology Solutionz Limited
@@ -12408,7 +12409,7 @@
00:50:C2:67:C0:00/36 Aircell # AirCell, Inc.
00:50:C2:67:D0:00/36 EsaMesst # ESA Messtechnik GmbH
00:50:C2:67:E0:00/36 SaiaBurg # SAIA Burgess Controls AG
-00:50:C2:67:F0:00/36 PhytecMe # Phytec MeÃÂÃ
¸technik GmbH
+00:50:C2:67:F0:00/36 PhytecMe # Phytec Messtechnik GmbH
00:50:C2:68:00:00/36 HoneyNet # Honey Network Research Limited
00:50:C2:68:10:00/36 OwasysAd # Owasys Advanced Wireless Devices
00:50:C2:68:20:00/36 Commet # Commet AB
@@ -12454,7 +12455,7 @@
00:50:C2:6A:A0:00/36 Ifox-Ind # Ifox - Industria e Comercio Ltda
00:50:C2:6A:B0:00/36 Software # Softwareentwicklung
00:50:C2:6A:C0:00/36 ThalesUk # Thales UK
-00:50:C2:6A:D0:00/36 Heim-Bã # Heim- & BÃÂürokommunikation
+00:50:C2:6A:D0:00/36 Heim-Bür # Heim- & Bürokommunikation
00:50:C2:6A:E0:00/36 Qualisys # Qualisys AB
00:50:C2:6A:F0:00/36 Nanoradi # Nanoradio AB
00:50:C2:6B:00:00/36 SmartKey # Smart Key International Limited
@@ -12481,7 +12482,7 @@
00:50:C2:6C:50:00/36 Oerlikon # Oerlikon Contraves AG
00:50:C2:6C:60:00/36 Medavant # MedAvant Healthcare Solutions
00:50:C2:6C:70:00/36 Quickcir # QuickCircuit Ltd.
-00:50:C2:6C:80:00/36 B&SMedia # B&S MEDIA Co., LTD.
+00:50:C2:6C:80:00/36 B&SMedia # B&S MEDIA CO., LTD.
00:50:C2:6C:90:00/36 Netami
00:50:C2:6C:A0:00/36 DynamicH # Dynamic Hearing Pty Ltd
00:50:C2:6C:B0:00/36 StreamPr # Stream Processors
@@ -12528,7 +12529,7 @@
00:50:C2:6F:40:00/36 Cryogeni # Cryogenic Control Systems, Inc.
00:50:C2:6F:50:00/36 KitronMi # Kitron Microelectronics AB
00:50:C2:6F:60:00/36 AvSatcom # AV SatCom AS
-00:50:C2:6F:70:00/36 Infoplan # infoplan Gesellschaft fÃÂür Informationssysteme mbH
+00:50:C2:6F:70:00/36 Infoplan # infoplan Gesellschaftfür Informationssysteme mbH
00:50:C2:6F:80:00/36 RvTechno # RV Technology Limited
00:50:C2:6F:90:00/36 Revox # Revox GmbH
00:50:C2:6F:A0:00/36 Dcn
@@ -12548,7 +12549,7 @@
00:50:C2:70:80:00/36 SmartekD # Smartek d.o.o.
00:50:C2:70:90:00/36 RoVeRLab # RO.VE.R. Laboratories S.p.A
00:50:C2:70:A0:00/36 Efficien # Efficient Channel Coding
-00:50:C2:70:B0:00/36 BEARSolu # B.E.A.R. Solutions (Australasia) Pty Ltd
+00:50:C2:70:B0:00/36 BEARSolu # B.E.A.R. Solutions (Australasia) Pty, Ltd
00:50:C2:70:C0:00/36 Exertus
00:50:C2:70:D0:00/36 Ela-Soft # ela-soft GmbH & Co. KG
00:50:C2:70:E0:00/36 AudicoOy # AUDICO SYSTEMS OY
@@ -12629,7 +12630,7 @@
00:50:C2:75:90:00/36 Sequentr # Sequentric Energy Systems, LLC
00:50:C2:75:A0:00/36 GaislerR # Gaisler Research AB
00:50:C2:75:B0:00/36 DmtSyste # DMT System S.p.A.
-00:50:C2:75:C0:00/36 StãÂâ # STÃÂâÂÂRK-TRONIC StÃÂörk GmbH&Co. KG
+00:50:C2:75:C0:00/36 Störk-Tr # STÖRK-TRONIC Störk GmbH&Co. KG
00:50:C2:75:D0:00/36 FluidAna # Fluid Analytics, Inc.
00:50:C2:75:E0:00/36 Sky-Skan # Sky-Skan, Incorporated
00:50:C2:75:F0:00/36 BRexroth # B. Rexroth the identity company GmbH
@@ -12784,7 +12785,7 @@
00:50:C2:7F:50:00/36 AceCarwa # ACE Carwash Systems
00:50:C2:7F:60:00/36 Saia-Bur # Saia-Burgess Controls AG
00:50:C2:7F:70:00/36 Mangodsp
-00:50:C2:7F:80:00/36 WiseIndu # Wise Industria de TelecomunicaÃÂçÃÂões Ldta.
+00:50:C2:7F:80:00/36 WiseIndu # Wise Industria de Telecomunicações Ldta.
00:50:C2:7F:90:00/36 KarlDung # Karl DUNGS GmbH & Co. KG
00:50:C2:7F:A0:00/36 Automati # AutomationX GmbH
00:50:C2:7F:B0:00/36 QtronPty # Qtron Pty Ltd
@@ -12848,7 +12849,7 @@
00:50:C2:83:60:00/36 DspDesig # DSP DESIGN
00:50:C2:83:70:00/36 Id-Karta # ID-KARTA s.r.o.
00:50:C2:83:80:00/36 TProjeMu # T PROJE MUHENDISLIK DIS. TIC. LTD. STI.
-00:50:C2:83:90:00/36 ImsRã # IMS RÃÂöntgensysteme GmbH
+00:50:C2:83:90:00/36 ImsRöntg # IMS Röntgensysteme GmbH
00:50:C2:83:A0:00/36 Syr-TecE # Syr-Tec Engineering & Marketing
00:50:C2:83:B0:00/36 OBay # O. Bay AG
00:50:C2:83:C0:00/36 HemaElec # hema electronic GmbH
@@ -12922,7 +12923,7 @@
00:50:C2:88:00:00/36 Creation # Creation Technologies
00:50:C2:88:10:00/36 Innotran # InnoTrans Communications, Inc.
00:50:C2:88:20:00/36 Warecube # WARECUBE,INC.
-00:50:C2:88:30:00/36 Neocontr # Neocontrol SoluÃÂçoes em AutomaÃÂçÃÂão
+00:50:C2:88:30:00/36 Neocontr # Neocontrol Soluções em Automação
00:50:C2:88:40:00/36 IpThinki # IP Thinking A/S
00:50:C2:88:50:00/36 Ooo"Ntk" # OOO "NTK "IMOS"
00:50:C2:88:60:00/36 TransasS # Transas Scandinavia AB
@@ -12935,7 +12936,7 @@
00:50:C2:88:D0:00/36 L3Commun # L3 Communications Nova Engineering
00:50:C2:88:E0:00/36 Cardinal # Cardinal Scale Mfg Co
00:50:C2:88:F0:00/36 KeynoteS # Keynote SIGOS GmbH
-00:50:C2:89:00:00/36 BaeHã # BAE Systems HÃÂägglunds AB
+00:50:C2:89:00:00/36 BaeHäggl # BAE Systems Hägglunds AB
00:50:C2:89:10:00/36 AdmiralS # Admiral Secure Products, Ltd.
00:50:C2:89:20:00/36 TrakceAS # Trakce a.s.
00:50:C2:89:30:00/36 EizoTech # EIZO Technologies GmbH
@@ -12991,7 +12992,7 @@
00:50:C2:8C:50:00/36 VortexEn # Vortex Engineering pvt ltd
00:50:C2:8C:60:00/36 GradualT # Gradual Tecnologia Ltda.
00:50:C2:8C:70:00/36 TattileS # Tattile srl
-00:50:C2:8C:80:00/36 Pumatron # Pumatronix Equipamentos EletrÃÂônicos Ltda
+00:50:C2:8C:80:00/36 Pumatron # Pumatronix Equipamentos Eletrônicos Ltda
00:50:C2:8C:90:00/36 A+SAktua # A+S Aktuatorik und Sensorik GmbH
00:50:C2:8C:A0:00/36 AltairSe # Altair semiconductor Ltd
00:50:C2:8C:B0:00/36 Beonic # Beonic Corporation
@@ -13003,7 +13004,7 @@
00:50:C2:8D:10:00/36 My-Sen # my-sen GmbH
00:50:C2:8D:20:00/36 Tti # TTi Ltd
00:50:C2:8D:30:00/36 Ifam # IFAM GmbH
-00:50:C2:8D:40:00/36 Internet # Internet Protocolo LÃÂógica SL
+00:50:C2:8D:40:00/36 Internet # Internet Protocolo Lógica SL
00:50:C2:8D:50:00/36 PeekTraf # Peek Traffic Corp
00:50:C2:8D:60:00/36 Ultravis # UltraVision Security Systems, Inc.
00:50:C2:8D:70:00/36 PolygonI # Polygon Informatics Ltd.
@@ -13018,7 +13019,7 @@
00:50:C2:8E:00:00/36 Shenzhen # Shenzhen Pennda Technologies Co., Ltd.
00:50:C2:8E:10:00/36 Deutsche # Deutscher Weterdienst
00:50:C2:8E:20:00/36 Wireless # Wireless Cables Inc
-00:50:C2:8E:30:00/36 Biomã # bioMÃÂérieux Italia S.p.A.
+00:50:C2:8E:30:00/36 Biomérie # bioMérieux Italia S.p.A.
00:50:C2:8E:40:00/36 MacapsIn # MaCaPS International Limited
00:50:C2:8E:50:00/36 Berthel # Berthel GmbH
00:50:C2:8E:60:00/36 SandelAv # Sandel Avionics, Inc.
@@ -13044,7 +13045,7 @@
00:50:C2:8F:A0:00/36 TeliumSC # TELIUM s.c.
00:50:C2:8F:B0:00/36 AlfredKu # Alfred Kuhse GmbH
00:50:C2:8F:C0:00/36 Symetric # Symetrics Industries
-00:50:C2:8F:D0:00/36 SindomaM # Sindoma MÃÂüh Mim ÃÂÃÂnÃÂþ Elk San Tic Ltd.
+00:50:C2:8F:D0:00/36 SindomaM # Sindoma Müh Mim Ýnþ Elk San Tic Ltd.
00:50:C2:8F:E0:00/36 CrossCou # Cross Country Systems AB
00:50:C2:8F:F0:00/36 Luceat # Luceat Spa
00:50:C2:90:00:00/36 MagorCom # Magor Communications Corp
@@ -13146,7 +13147,7 @@
00:50:C2:96:00:00/36 Kuroneko # kuroneko dennnou kenkyuushitsu
00:50:C2:96:10:00/36 Picsolve # Picsolve International Limited
00:50:C2:96:20:00/36 Shockfis # Shockfish SA
-00:50:C2:96:30:00/36 LãÂà# LÃÂécureux SA
+00:50:C2:96:30:00/36 Lécureux # Lécureux SA
00:50:C2:96:40:00/36 IqAutoma # IQ Automation GmbH
00:50:C2:96:50:00/36 Emitech # Emitech Corporation
00:50:C2:96:60:00/36 PcmIndus # PCM Industries
@@ -13162,7 +13163,7 @@
00:50:C2:97:00:00/36 TsujiEle # Tsuji Electronics Co.,Ltd
00:50:C2:97:10:00/36 Ipitek
00:50:C2:97:20:00/36 SwitchSc # Switch Science (Panini Keikaku)
-00:50:C2:97:30:00/36 Systã # SystÃÂèmes Pran
+00:50:C2:97:30:00/36 Systèmes # Systèmes Pran
00:50:C2:97:40:00/36 Emac # EMAC, INC.
00:50:C2:97:50:00/36 PyramidT # Pyramid Technical Consultants
00:50:C2:97:60:00/36 SandsIns # SANDS INSTRUMENTATION INDIA PVT LTD
@@ -13196,9 +13197,9 @@
00:50:C2:99:20:00/36 IdtSound # IDT Sound Processing Corporation
00:50:C2:99:30:00/36 Unetconv # UNETCONVERGENCE CO., LTD
00:50:C2:99:40:00/36 XafaxNed # Xafax Nederland bv
-00:50:C2:99:50:00/36 InterCon # Inter Control Hermann KÃÂöhler Elektrik GmbH&Co.KG
+00:50:C2:99:50:00/36 InterCon # Inter Control Hermann Köhler Elektrik GmbH&Co.KG
00:50:C2:99:60:00/36 Commerci # Commercial Timesharing Inc.
-00:50:C2:99:70:00/36 DeproEle # Depro Electronique
+00:50:C2:99:70:00/36 DeproÉle # Depro Électronique
00:50:C2:99:80:00/36 PhytecMe # Phytec Messtechnik GmbH
00:50:C2:99:90:00/36 Cambusti # Cambustion Ltd
00:50:C2:99:A0:00/36 Miromico # Miromico AG
@@ -13274,7 +13275,7 @@
00:50:C2:9E:00:00/36 DstSwiss # DST Swiss AG
00:50:C2:9E:10:00/36 Enreduce # Enreduce Energy Control AB
00:50:C2:9E:20:00/36 E-ViewsS # E-ViEWS SAFETY SYSTEMS, INC
-00:50:C2:9E:30:00/36 BeonAuto # beON Automatenmanagement GmbH
+00:50:C2:9E:30:00/36 SaiInfor # SAI Informationstechnik
00:50:C2:9E:40:00/36 PyxisCon # Pyxis Controls WLL
00:50:C2:9E:50:00/36 Hallibur # Halliburton Far East Pte Ltd
00:50:C2:9E:60:00/36 KumhoEle # Kumho Electric, Inc.
@@ -13363,7 +13364,7 @@
00:50:C2:A3:90:00/36 Industri # Industrial Data Products Ltd
00:50:C2:A3:A0:00/36 Telecor # Telecor Inc.
00:50:C2:A3:B0:00/36 Ipcontro # IPcontrols GmbH
-00:50:C2:A3:C0:00/36 BrãÂâ # BRÃÂâÂÂHLER ICS Konferenztechnik AG
+00:50:C2:A3:C0:00/36 BrählerI # Brähler ICS Konferenztechnik AG
00:50:C2:A3:D0:00/36 Owandy
00:50:C2:A3:E0:00/36 DueviSnc # DUEVI SNC DI MORA E SANTESE
00:50:C2:A3:F0:00/36 LhaCc # LHA Systems CC
@@ -13452,14 +13453,14 @@
00:50:C2:A9:20:00/36 SiconSRL # Sicon s.r.l.
00:50:C2:A9:30:00/36 SpxDehyd # SPX Dehydration & Filtration
00:50:C2:A9:40:00/36 Par-Tech # Par-Tech, Inc.
-00:50:C2:A9:50:00/36 Innovaci # INNOVACIONES MICROELECTRONICAS SL (AnaFocus)
+00:50:C2:A9:50:00/36 Innovaci # INNOVACIONES Microelectrónicas SL (AnaFocus)
00:50:C2:A9:60:00/36 FepSrl # FEP SRL
00:50:C2:A9:70:00/36 Microsys # MICROSYSTEMES
00:50:C2:A9:80:00/36 Sentry36 # Sentry 360 Security
00:50:C2:A9:90:00/36 Haivisio # Haivision Systems Inc
00:50:C2:A9:A0:00/36 Absolutr # Absolutron. LLC
00:50:C2:A9:B0:00/36 PdqManuf # PDQ Manufacturing Inc.
-00:50:C2:A9:C0:00/36 Eberspae # Eberspaecher Electronics GmbH & Co. KG
+00:50:C2:A9:C0:00/36 Eberspäc # Eberspächer Electronics GmbH & Co. KG
00:50:C2:A9:D0:00/36 JoehlKoe # Joehl & Koeferli AG
00:50:C2:A9:E0:00/36 ProconEn # Procon Engineering Limited
00:50:C2:A9:F0:00/36 Yellowso # YellowSoft Co., Ltd.
@@ -13474,7 +13475,7 @@
00:50:C2:AA:80:00/36 NexansCa # Nexans Cabling Solutions
00:50:C2:AA:90:00/36 SanGiorg # SAN GIORGIO S.E.I.N. srl
00:50:C2:AA:A0:00/36 Flexible # Flexible Picture Systems
-00:50:C2:AA:B0:00/36 BrsSiste # BRS Sistemas EletrÃÂônicos
+00:50:C2:AA:B0:00/36 BrsSiste # BRS Sistemas Eletrônicos
00:50:C2:AA:C0:00/36 Visicon # VisiCon GmbH
00:50:C2:AA:D0:00/36 Update # Update Systems Inc.
00:50:C2:AA:E0:00/36 OutlineS # OUTLINE srl
@@ -13482,7 +13483,7 @@
00:50:C2:AB:00:00/36 FrakoKon # FRAKO Kondensatoren- und Anlagenbau GmbH
00:50:C2:AB:10:00/36 Bitmanuf # Bitmanufaktur GmbH
00:50:C2:AB:20:00/36 Procom # ProCom Systems, Inc.
-00:50:C2:AB:30:00/36 Compaã # CompaÃÂñia de Instrumentacion y control, S.L.
+00:50:C2:AB:30:00/36 Compañía # Compañía de Instrumentacion y control, S.L.
00:50:C2:AB:40:00/36 N3kInfor # n3k Informatik GmbH
00:50:C2:AB:50:00/36 Mettler- # METTLER-TOLEDO HI-SPEED
00:50:C2:AB:60:00/36 GygaxEmb # Gygax Embedded Engineering GEE.ch
@@ -13589,7 +13590,7 @@
00:50:C2:B1:C0:00/36 PhytecMe # Phytec Messtechnik GmbH
00:50:C2:B1:D0:00/36 Telegeni # Telegenix
00:50:C2:B1:E0:00/36 AbbottMe # Abbott Medical Optics
-00:50:C2:B1:F0:00/36 ScaSchuc # SCA Schucker GmbH & Co.
+00:50:C2:B1:F0:00/36 ScaSchuc # SCA Schucker GmbH & Co.
00:50:C2:B2:00:00/36 Five9Net # FIVE9 NETWORK SYSTEMS LLC
00:50:C2:B2:10:00/36 Phytron- # Phytron-Elektronik GmbH
00:50:C2:B2:20:00/36 FarsiteC # FarSite Communications Limited
@@ -13675,7 +13676,7 @@
00:50:C2:B7:30:00/36 Arkray # ARKRAY, Inc.
00:50:C2:B7:40:00/36 AxedJaku # AXED Jakubowski Wojciechowski sp.j.
00:50:C2:B7:50:00/36 Blankom
-00:50:C2:B7:60:00/36 ItfFrã # ITF FrÃÂöschl GmbH
+00:50:C2:B7:60:00/36 ItfFrösc # ITF Fröschl GmbH
00:50:C2:B7:70:00/36 Kristech
00:50:C2:B7:80:00/36 Folink
00:50:C2:B7:90:00/36 MitsuyaL # MITSUYA LABORATORIES INC.
@@ -13686,14 +13687,14 @@
00:50:C2:B7:E0:00/36 Naretren # NARETRENDS
00:50:C2:B7:F0:00/36 Enatel
00:50:C2:B8:00:00/36 IscreenL # iScreen LLC
-00:50:C2:B8:10:00/36 Ghl&Amp; # GHL GmbH & Co.KG
+00:50:C2:B8:10:00/36 Ghl # GHL GmbH & Co.KG
00:50:C2:B8:20:00/36 Tanabiki # TANABIKI Inc.
00:50:C2:B8:30:00/36 Advanced # Advanced Storage Concepts, Inc.
00:50:C2:B8:40:00/36 Innovate # Innovate Software Solutions Pvt Ltd
00:50:C2:B8:50:00/36 Silverne # SilverNet
00:50:C2:B8:60:00/36 Asto
00:50:C2:B8:70:00/36 Emac # EMAC, Inc.
-00:50:C2:B8:80:00/36 Gigatron # GIgatronik KÃÂöln GmbH
+00:50:C2:B8:80:00/36 Gigatron # GIgatronik Köln GmbH
00:50:C2:B8:90:00/36 EntecEle # ENTEC Electric & Electronic Co., LTD.
00:50:C2:B8:A0:00/36 Micropoi # MicroPoise
00:50:C2:B8:B0:00/36 CstiBv # CSTI BV
@@ -13718,7 +13719,7 @@
00:50:C2:B9:E0:00/36 Saia-Bur # Saia-Burgess Controls AG
00:50:C2:B9:F0:00/36 Audiosco # AUDIOSCOPE 2K SRL
00:50:C2:BA:00:00/36 Txtr # txtr GmbH
-00:50:C2:BA:10:00/36 Transtec # Transtechnik GmbH & Co.KG
+00:50:C2:BA:10:00/36 Transtec # Transtechnik GmbH & Co.KG
00:50:C2:BA:20:00/36 LogicalT # Logical Tools s.r.l.
00:50:C2:BA:30:00/36 DspDesig # DSP DESIGN LTD
00:50:C2:BA:40:00/36 CustosMo # CUSTOS MOBILE S.L.
@@ -13813,7 +13814,7 @@
00:50:C2:BF:F0:00/36 ISASRL # I.S.A. S.r.l.
00:50:C2:C0:00:00/36 AcdElekt # ACD Elektronik GmbH
00:50:C2:C0:10:00/36 QuercusT # QUERCUS TECHNOLOGIES, S.L.
-00:50:C2:C0:20:00/36 HanningE # Hanning Elektro-Werke GmbH & Co. KG
+00:50:C2:C0:20:00/36 HanningE # Hanning Elektro-Werke GmbH & Co. KG
00:50:C2:C0:30:00/36 Volumati # Volumatic Limited.
00:50:C2:C0:40:00/36 Sogeme
00:50:C2:C0:50:00/36 DopplerL # Doppler Systems LLC
@@ -13863,11 +13864,11 @@
00:50:C2:C3:40:00/36 Kyuhen
00:50:C2:C3:50:00/36 Insitu # Insitu, Inc.
00:50:C2:C3:60:00/36 Set # SET GmbH
-00:50:C2:C3:70:00/36 BearSolu # BEAR Solutions (Australasia) Pty Ltd
+00:50:C2:C3:70:00/36 BEARSolu # B.E.A.R. Solutions (Australasia) Pty, Ltd
00:50:C2:C3:80:00/36 Computer # Computer Automation Technology Inc
00:50:C2:C3:90:00/36 SecadSa # SECAD SA
00:50:C2:C3:A0:00/36 SiconSRL # Sicon s.r.l.
-00:50:C2:C3:B0:00/36 Elektro- # ELEKTRO-AUTOMATIK GmbH & Co. KG
+00:50:C2:C3:B0:00/36 Elektro- # ELEKTRO-AUTOMATIK GmbH & Co. KG
00:50:C2:C3:C0:00/36 ElsistSR # ELSIST S.r.l.
00:50:C2:C3:D0:00/36 PlaElect # PLA ELECTRO APPLIANCES PVT. LTD.
00:50:C2:C3:E0:00/36 Sysacom
@@ -13877,8 +13878,8 @@
00:50:C2:C4:20:00/36 Saia-Bur # Saia-Burgess Controls AG
00:50:C2:C4:30:00/36 Cammegh # Cammegh Limited
00:50:C2:C4:40:00/36 BeijingZ # Beijing Zhongherongzhi Elec.&Tech.Co.,Ltd.
-00:50:C2:C4:50:00/36 Galvamat # Galvamat & Unican Technologies SA
-00:50:C2:C4:60:00/36 Qne&Amp; # QNE GmbH & Co. KG
+00:50:C2:C4:50:00/36 Galvamat # Galvamat & Unican Technologies SA
+00:50:C2:C4:60:00/36 Qne # QNE GmbH & Co. KG
00:50:C2:C4:70:00/36 WeltekTe # Weltek Technologies Co. Ltd.
00:50:C2:C4:80:00/36 CytekMed # Cytek Media Systems, INC.
00:50:C2:C4:90:00/36 Elektron # Elektronic Thoma GmbH
@@ -14047,10 +14048,10 @@
00:50:C2:CE:F0:00/36 Lupatecn # Lupatecnologia e Sistemas Ltda
00:50:C2:CF:00:00/36 InvisoBV # Inviso B.V.
00:50:C2:CF:10:00/36 Telgaas # TelGaAs, Inc.
-00:50:C2:CF:20:00/36 WeissRob # Weiss Robotics GmbH & Co. KG
+00:50:C2:CF:20:00/36 WeissRob # Weiss Robotics GmbH & Co. KG
00:50:C2:CF:30:00/36 DaikenAu # Daiken Automacao Ltda
00:50:C2:CF:40:00/36 Baudisch # Baudisch Electronic GmbH
-00:50:C2:CF:50:00/36 Aircell
+00:50:C2:CF:50:00/36 Aircell # AirCell Inc.
00:50:C2:CF:60:00/36 EpecOy # Epec Oy
00:50:C2:CF:70:00/36 ArmourHo # Armour Home Electronics LTD
00:50:C2:CF:80:00/36 BeksKomm # beks Kommunikacios Technika kft
@@ -14115,7 +14116,7 @@
00:50:C2:D3:40:00/36 GaonTech # GAON TECH corp.
00:50:C2:D3:50:00/36 Ug # UG Systems GmbH & Co. KG
00:50:C2:D3:60:00/36 Enatel # Enatel Limited
-00:50:C2:D3:70:00/36 Ljt&Amp; # LJT & Associates, Inc.
+00:50:C2:D3:70:00/36 LjtAssoc # LJT & Associates, Inc.
00:50:C2:D3:80:00/36 KyowaEle # Kyowa Electronics Co.,Ltd.
00:50:C2:D3:90:00/36 ApexNv # Apex NV
00:50:C2:D3:A0:00/36 Wellsens # WellSense Technologies
@@ -14149,7 +14150,7 @@
00:50:C2:D5:60:00/36 SelexCom # SELEX Communications Limited
00:50:C2:D5:70:00/36 Hijikata # Hijikata Denki Corp.
00:50:C2:D5:80:00/36 Nik-Elek # NIK-ELEKTRONIKA Ltd
-00:50:C2:D5:90:00/36 BuancoSy # Buanco System A/S
+00:50:C2:D5:90:00/36 BuancoSy # BUANCO SYSTEM A/S
00:50:C2:D5:A0:00/36 Embedded # Embedded Monitoring Systems Ltd.
00:50:C2:D5:B0:00/36 Infiniti # Infinition Inc.
00:50:C2:D5:C0:00/36 IbetorSL # Ibetor S.L.
@@ -14196,13 +14197,13 @@
00:50:C2:D8:50:00/36 Vitec
00:50:C2:D8:60:00/36 EcommEra # ECOMM ERA
00:50:C2:D8:70:00/36 Electrol # Electrolight Shivuk (1994) Ltd.
-00:50:C2:D8:80:00/36 T+AElekt # T+A elektroakustik GmbH & Co KG
+00:50:C2:D8:80:00/36 T+AElekt # T+A elektroakustik GmbH & Co KG
00:50:C2:D8:90:00/36 VisualTe # Visual Telecommunication Network, Inc
00:50:C2:D8:A0:00/36 Optolink # OptoLink Industria e Comercio Ltda
00:50:C2:D8:B0:00/36 SiconSrl # Sicon srl
00:50:C2:D8:C0:00/36 Irphoton # iRphotonics
00:50:C2:D8:D0:00/36 Cs-Instr # CS-Instruments
-00:50:C2:D8:E0:00/36 LsdScien # LSD Science&Technology Co.,Ltd.
+00:50:C2:D8:E0:00/36 LsdScien # LSD Science&Technology Co.,Ltd.
00:50:C2:D8:F0:00/36 SyesSrl # Syes srl
00:50:C2:D9:00:00/36 DumpsEle # Dumps Electronic
00:50:C2:D9:10:00/36 ChauvinA # CHAUVIN ARNOUX
@@ -14268,7 +14269,7 @@
00:50:C2:DC:E0:00/36 MecselOy # Mecsel Oy
00:50:C2:DC:F0:00/36 McsEngen # MCS Engenharia ltda
00:50:C2:DD:00:00/36 IdcSolut # IDC Solutions Pty Ltd
-00:50:C2:DD:10:00/36 DrIngKBr # Dr. Ing. K. Brankamp System Prozessautomation GmbH
+00:50:C2:DD:10:00/36 Brankamp # Brankamp GmbH
00:50:C2:DD:20:00/36 Electron # Electronic Applications, Inc.
00:50:C2:DD:30:00/36 RohdeSch # Rohde & Schwarz Topex SA
00:50:C2:DD:40:00/36 Systech
@@ -14461,7 +14462,7 @@
00:50:C2:E9:20:00/36 Ct # CT Company
00:50:C2:E9:30:00/36 Percepti # Perceptive Pixel Inc.
00:50:C2:E9:40:00/36 Ana-U # ANA-U GmbH
-00:50:C2:E9:50:00/36 DliteCom # Dlite Comercio, Importadora e ServiÃÂços de AutomaÃÂçÃÂão Ltda
+00:50:C2:E9:50:00/36 DliteCom # Dlite Comercio, Importadora e Serviços de Automação Ltda
00:50:C2:E9:60:00/36 Proyecso # PROYECSON S.A.
00:50:C2:E9:70:00/36 Arista # Arista Systems Corporation
00:50:C2:E9:80:00/36 I3Intern # i3 International Inc.
@@ -14555,7 +14556,7 @@
00:50:C2:EF:00:00/36 Homaetri # Homaetrix Ltd
00:50:C2:EF:10:00/36 Saia-Bur # Saia-Burgess Controls AG
00:50:C2:EF:20:00/36 Specialt # Specialty Microwave Corp
-00:50:C2:EF:30:00/36 SmartPow # Smart Power Electronics GmbH & Co. KG
+00:50:C2:EF:30:00/36 SmartPow # Smart Power Electronics GmbH & Co. KG
00:50:C2:EF:40:00/36 RoVeRLab # RO.VE.R. Laboratories S.p.A
00:50:C2:EF:50:00/36 HumanNet # Human Network Labs, Inc.
00:50:C2:EF:60:00/36 NetlineC # Netline Communication Technologies
@@ -14589,7 +14590,7 @@
00:50:C2:F1:30:00/36 PacketPl # Packet Plus, Inc.
00:50:C2:F1:40:00/36 VisionAe # VISION SYSTEMS AERONAUTIC
00:50:C2:F1:50:00/36 SascalDi # Sascal Displays Ltd
-00:50:C2:F1:60:00/36 PeterHub # Peter Huber Kältemaschinenbau GmbH
+00:50:C2:F1:60:00/36 PeterHub # Peter Huber Kältemaschinenbau GmbH
00:50:C2:F1:70:00/36 AbbTrans # ABB Transmission and Distribution Automation Equipment (Xiamen) Co., Ltd
00:50:C2:F1:80:00/36 VitecMul # Vitec Multimedia
00:50:C2:F1:90:00/36 NetlinkB # Netlink Bilisim Sistemleri San. ve Tic. Ltd. Sti.
@@ -15137,8 +15138,9 @@
00:60:FD Netics # NetICs, Inc.
00:60:FE LynxSyst # LYNX SYSTEM DEVELOPERS, INC.
00:60:FF Quvis # QuVis, Inc.
-00:64:40 Cisco # Cisco Systems
+00:64:40 Cisco # CISCO SYSTEMS, INC.
00:64:A6 MaquetCa # Maquet CardioVascular
+00:66:4B HuaweiTe # Huawei Technologies Co., Ltd
00:6B:9E Vizio # VIZIO Inc
00:6B:A0 Shenzhen # SHENZHEN UNIVERSAL INTELLISYS PTE LTD
00:6D:FB VutrixUk # Vutrix (UK) Ltd
@@ -15945,14 +15947,14 @@
00:B0:33 Oao"Izhe # OAO "Izhevskiy radiozavod"
00:B0:3B HiqNetwo # HiQ Networks
00:B0:48 MarconiC # Marconi Communications Inc.
-00:B0:4A Cisco # Cisco Systems, Inc.
+00:B0:4A Cisco # CISCO SYSTEMS, INC.
00:B0:52 AtherosC # Atheros Communications
-00:B0:64 Cisco # Cisco Systems, Inc.
+00:B0:64 Cisco # CISCO SYSTEMS, INC.
00:B0:69 Honewell # Honewell Oy
00:B0:6D JonesFut # Jones Futurex Inc.
00:B0:80 Mannesma # Mannesmann Ipulsys B.V.
00:B0:86 Locsoft # LocSoft Limited
-00:B0:8E Cisco # Cisco Systems, Inc.
+00:B0:8E Cisco # CISCO SYSTEMS, INC.
00:B0:91 Transmet # Transmeta Corp.
00:B0:94 Alaris # Alaris, Inc.
00:B0:9A MorrowTe # Morrow Technologies Corp.
@@ -15960,12 +15962,12 @@
00:B0:AC Siae-Mic # SIAE-Microelettronica S.p.A.
00:B0:AE Symmetri # Symmetricom
00:B0:B3 Xstreami # Xstreamis PLC
-00:B0:C2 Cisco # Cisco Systems, Inc.
+00:B0:C2 Cisco # CISCO SYSTEMS, INC.
00:B0:C7 TellabsO # Tellabs Operations, Inc.
00:B0:CE Technolo # TECHNOLOGY RESCUE
00:B0:D0 DellComp # Dell Computer Corp.
00:B0:DB Nextcell # Nextcell, Inc.
-00:B0:DF Reldata # RELDATA Inc
+00:B0:DF Starboar # Starboard Storage Systems
00:B0:E7 BritishF # British Federal Ltd.
00:B0:EC Eacem
00:B0:EE Ajile # Ajile Systems, Inc.
@@ -16197,7 +16199,7 @@
00:C0:D2 Syntelle # SYNTELLECT, INC.
00:C0:D3 OlympusI # OLYMPUS IMAGE SYSTEMS, INC.
00:C0:D4 AxonNetw # AXON NETWORKS, INC.
-00:C0:D5 Werbeage # Werbeagentur JÃÂÃÂÃÂürgen Siebert
+00:C0:D5 Werbeage # Werbeagentur Jürgen Siebert
00:C0:D6 J1 # J1 SYSTEMS, INC.
00:C0:D7 TaiwanTr # TAIWAN TRADING CENTER DBA
00:C0:D8 Universa # UNIVERSAL DATA SYSTEMS
@@ -16240,6 +16242,7 @@
00:C0:FD Prosum
00:C0:FE AptecCom # APTEC COMPUTER SYSTEMS, INC.
00:C0:FF DotHill # DOT HILL SYSTEMS CORPORATION
+00:C1:4F Ddl # DDL Co,.ltd.
00:C2:C6 IntelCor # Intel Corporate
00:C6:10 Apple # Apple, Inc.
00:CB:BD Cambridg # Cambridge Broadband Networks Ltd.
@@ -16384,7 +16387,7 @@
00:D0:88 Motorola # Motorola, Inc.
00:D0:89 Dynacolo # DYNACOLOR, INC.
00:D0:8A PhotronU # PHOTRON USA
-00:D0:8B AdvaOpti # ADVA Optical Networking Ltd
+00:D0:8B AdvaOpti # ADVA Optical Networking Ltd.
00:D0:8C GenoaTec # GENOA TECHNOLOGY, INC.
00:D0:8D PhoenixG # PHOENIX GROUP, INC.
00:D0:8E Nvision # NVISION INC.
@@ -16523,7 +16526,7 @@
00:DD:0D Ungerman # UNGERMANN-BASS INC.
00:DD:0E Ungerman # UNGERMANN-BASS INC.
00:DD:0F Ungerman # UNGERMANN-BASS INC.
-00:DE:FB Cisco # Cisco Systems
+00:DE:FB Cisco # CISCO SYSTEMS, INC.
00:E0:00 Fujitsu # Fujitsu Limited
00:E0:01 StrandLi # STRAND LIGHTING LIMITED
00:E0:02 Crossroa # CROSSROADS SYSTEMS, INC.
@@ -16784,6 +16787,7 @@
00:E6:66 ArimaCom # ARIMA Communications Corp.
00:E6:D3 NixdorfC # NIXDORF COMPUTER CORP.
00:E8:AB MeggittT # Meggitt Training Systems, Inc.
+00:EB:2D SonyMobi # Sony Mobile Communications AB
00:F0:51 Kwb # KWB Gmbh
00:F4:03 OrbisOy # Orbis Systems Oy
00:F4:B9 Apple # Apple, Inc.
@@ -16824,7 +16828,8 @@
04:1E:64 Apple # Apple, Inc
04:20:9A Panasoni # Panasonic AVC Networks Company
04:22:34 Wireless # Wireless Standard Extensions
-04:26:05 GfrGesel # GFR Gesellschaft fÃÂür Regelungstechnik und Energieeinsparung mbH
+04:26:05 GfrGesel # GFR Gesellschaft für Regelungstechnik und Energieeinsparung mbH
+04:26:65 Apple
04:2B:BB Picocela # PicoCELA, Inc.
04:2F:56 AtocsShe # ATOCS (Shenzhen) LTD
04:32:F4 Partron
@@ -16832,6 +16837,7 @@
04:46:65 MurataMa # Murata Manufacturing Co., Ltd.
04:4A:50 RamaxelT # Ramaxel Technology (Shenzhen) limited company
04:4B:FF Guangzho # GuangZhou Hedy Digital Technology Co., Ltd
+04:4C:EF FujianSa # Fujian Sanao Technology Co.,Ltd
04:4F:AA RuckusWi # Ruckus Wireless
04:54:53 Apple # Apple, Inc.
04:55:CA BriviewX # BriView (Xiamen) Corp.
@@ -16839,6 +16845,7 @@
04:5A:95 Nokia # Nokia Corporation
04:5C:06 ZmodoTec # Zmodo Technology Corporation
04:5D:56 CamtronI # camtron industrial inc.
+04:5F:A7 Shenzhen # Shenzhen Yichen Technology Development Co.,LTD
04:62:D7 AlstomHy # ALSTOM HYDRO FRANCE
04:63:E0 NomeOy # Nome Oy
04:6D:42 Bryston # Bryston Ltd.
@@ -16865,14 +16872,15 @@
04:C0:5B TigoEner # Tigo Energy
04:C0:6F HuaweiDe # Huawei Device Co., Ltd
04:C1:B9 Fiberhom # Fiberhome Telecommunication Tech.Co.,Ltd.
-04:C5:A4 Cisco # Cisco Systems
+04:C5:A4 Cisco # CISCO SYSTEMS, INC.
04:C8:80 Samtec # Samtec Inc
04:CE:14 Wilocity # Wilocity LTD.
04:D7:83 Y&HE&C # Y&H E&C Co.,LTD.
+04:DA:D2 Cisco
04:DD:4C Ipblaze
04:E0:C4 Triumph- # TRIUMPH-ADLER AG
-04:E1:C8 ImsSoluã # IMS SoluÃÂçÃÂões em Energia Ltda.
-04:E2:F8 AepSrl # AEP srl
+04:E1:C8 ImsSoluç # IMS Soluções em Energia Ltda.
+04:E2:F8 AepTicke # AEP Ticketing solutions srl
04:E4:51 TexasIns # Texas Instruments
04:E5:48 CohdaWir # Cohda Wireless Pty Ltd
04:E6:62 Acroname # Acroname Inc.
@@ -16884,7 +16892,7 @@
04:F7:E4 Apple
04:F8:C2 Flaircom # Flaircomm Microelectronics, Inc.
04:FE:31 SamsungE # Samsung Electronics Co.,Ltd
-04:FE:7F Cisco # Cisco Systems
+04:FE:7F Cisco # CISCO SYSTEMS, INC.
04:FF:51 Novamedi # NOVAMEDIA INNOVISION SP. Z O.O.
08:00:01 Computer # COMPUTERVISION CORPORATION
08:00:02 3Com
@@ -17028,37 +17036,47 @@
08:00:8E TandemCo # TANDEM COMPUTERS
08:00:8F Chipcom # CHIPCOM CORPORATION
08:00:90 Retix
+08:08:C2 SamsungE # Samsung Electronics
08:08:EA Amsc
08:0C:0B SysmikDr # SysMik GmbH Dresden
08:0C:C9 MissionT # Mission Technology Group, dba Magma
08:0D:84 Geco # GECO, Inc.
+08:0E:A8 VelexSRL # Velex s.r.l.
08:0F:FA Ksp # KSP INC.
08:11:96 IntelCor # Intel Corporate
08:14:43 Unibrain # UNIBRAIN S.A.
08:16:51 Shenzhen # Shenzhen Sea Star Technology Co.,Ltd
-08:17:35 Cisco # Cisco Systems
+08:17:35 Cisco # CISCO SYSTEMS, INC.
08:17:F4 Ibm # IBM Corp
08:18:1A Zte # zte corporation
08:18:4C ASThomas # A. S. Thomas, Inc.
08:19:A6 HuaweiTe # HUAWEI TECHNOLOGIES CO.,LTD
-08:1F:F3 Cisco # Cisco Systems
+08:1D:FB Shanghai # Shanghai Mexon Communication Technology Co.,Ltd
+08:1F:3F Wondalin # WondaLink Inc.
+08:1F:F3 Cisco # CISCO SYSTEMS, INC.
08:25:22 Advansee
08:2A:D0 SrdInnov # SRD Innovations Inc.
08:2E:5F HewlettP # Hewlett Packard
+08:37:3D SamsungE # Samsung Electronics Co.,Ltd
08:37:9C Topaz # Topaz Co. LTD.
08:38:A5 Funkwerk # Funkwerk plettac electronic GmbH
08:3A:B8 ShinodaP # Shinoda Plasma Co., Ltd.
08:3E:8E HonHaiPr # Hon Hai Precision Ind.Co.Ltd
+08:48:2C RaycoreT # Raycore Taiwan Co., LTD.
08:4E:1C H2aLlc # H2A Systems, LLC
08:4E:BF BroadNet # Broad Net Mux Corporation
08:51:2E OrionDia # Orion Diagnostica Oy
08:5B:0E Fortinet # Fortinet, Inc.
08:60:6E AsustekC # ASUSTek COMPUTER INC.
+08:63:61 HuaweiTe # Huawei Technologies Co., Ltd
+08:68:D0 JapanSys # Japan System Design
08:68:EA EitoElec # EITO ELECTRONICS CO., LTD.
08:75:72 ObeluxOy # Obelux Oy
08:76:18 VieTechn # ViE Technologies Sdn. Bhd.
08:76:95 AutoIndu # Auto Industrial Co., Ltd.
08:76:FF ThomsonT # Thomson Telecom Belgium
+08:79:99 Aim # AIM GmbH
+08:7A:4C HuaweiTe # Huawei Technologies Co., Ltd
08:7B:AA Svyazkom # SVYAZKOMPLEKTSERVICE, LLC
08:7C:BE Quintic # Quintic Corp.
08:7D:21 AltasecT # Altasec technology corporation
@@ -17077,7 +17095,7 @@
08:B7:EC Wireless # Wireless Seismic
08:BB:CC Ak-NordE # AK-NORD EDV VERTRIEBSGES. mbH
08:BE:09 AstrolEl # Astrol Electronic AG
-08:D0:9F Cisco # Cisco Systems
+08:D0:9F Cisco # CISCO SYSTEMS, INC.
08:D2:9A Proforma # Proformatique
08:D4:0C IntelCor # Intel Corporate
08:D4:2B SamsungE # Samsung Electronics
@@ -17093,6 +17111,7 @@
08:F6:F8 GetEngin # GET Engineering
08:FA:E0 FohhnAud # Fohhn Audio AG
08:FC:52 OpenxsBv # OpenXS BV
+08:FC:88 SamsungE # Samsung Electronics Co.,Ltd
09:00:6A AT&T
0C:13:0B Uniqoteq # Uniqoteq Ltd.
0C:14:20 SamsungE # Samsung Electronics Co.,Ltd
@@ -17108,26 +17127,30 @@
0C:46:9D MsSedco # MS Sedco
0C:4C:39 Mitrasta # Mitrastar Technology
0C:51:F7 ChauvinA # CHAUVIN ARNOUX
+0C:55:21 Axiros # Axiros GmbH
0C:56:5C HybroadV # HyBroad Vision (Hong Kong) Technology Co Ltd
0C:57:EB Mueller # Mueller Systems
0C:5A:19 AxtionSd # Axtion Sdn Bhd
0C:60:76 HonHaiPr # Hon Hai Precision Ind. Co.,Ltd.
0C:6E:4F Primevol # PrimeVOLT Co., Ltd.
0C:71:5D SamsungE # Samsung Electronics Co.,Ltd
+0C:72:2C Tp-LinkT # TP-LINK TECHNOLOGIES CO.,LTD.
0C:74:C2 Apple # Apple, Inc.
0C:75:23 BeijingG # BEIJING GEHUA CATV NETWORK CO.,LTD
0C:77:1A Apple # Apple, Inc.
0C:7D:7C KexiangI # Kexiang Information Technology Co, Ltd.
0C:81:12 Private
0C:82:30 Shenzhen # SHENZHEN MAGNUS TECHNOLOGIES CO.,LTD
+0C:82:68 Tp-LinkT # TP-LINK TECHNOLOGIES CO.,LTD.
0C:82:6A WuhanHua # Wuhan Huagong Genuine Optics Technology Co., Ltd
0C:84:11 AOSmithW # A.O. Smith Water Products
-0C:85:25 Cisco # Cisco Systems
+0C:85:25 Cisco # CISCO SYSTEMS, INC.
0C:8B:FD IntelCor # Intel Corporate
0C:8C:DC SuuntoOy # Suunto Oy
0C:8D:98 TopEight # TOP EIGHT IND CORP
0C:92:4E RiceLake # Rice Lake Weighing Systems
0C:93:FB BnsSolut # BNS Solutions
+0C:96:BF HuaweiTe # Huawei Technologies Co., Ltd
0C:9D:56 ConsortC # Consort Controls Ltd
0C:9E:91 Sankosha # Sankosha Corporation
0C:A1:38 BlinqWir # Blinq Wireless Inc.
@@ -17151,7 +17174,7 @@
0C:D5:02 Westell
0C:D6:96 Amimon # Amimon Ltd
0C:D7:C2 AxiumTec # Axium Technologies, Inc.
-0C:D9:96 Cisco # Cisco Systems
+0C:D9:96 Cisco # CISCO SYSTEMS, INC.
0C:D9:C1 JohnsonC # Johnson Controls-ASG
0C:DA:41 Hangzhou # Hangzhou H3C Technologies Co., Limited
0C:DC:CC InalaTec # Inala Technologies
@@ -17188,12 +17211,15 @@
10:13:EE JustecIn # Justec International Technology INC.
10:18:9E ElmoMoti # Elmo Motion Control
10:1B:54 HuaweiTe # HUAWEI TECHNOLOGIES CO.,LTD
+10:1C:0C Apple
10:1D:51 On-QLlcD # ON-Q LLC dba ON-Q Mesh Networks
10:1D:C0 SamsungE # Samsung Electronics Co.,Ltd
10:1F:74 Hewlett- # Hewlett-Packard Company
+10:28:31 Morion # Morion Inc.
10:2D:96 Looxcie # Looxcie Inc.
10:2E:AF TexasIns # Texas Instruments
10:37:11 SimlinkA # Simlink AS
+10:3D:EA HfcTechn # HFC Technology (Beijing) Ltd. Co.
10:40:F3 Apple # Apple, Inc.
10:43:69 Soundmax # Soundmax Electronic Limited
10:44:5A ShaanxiH # Shaanxi Hitech Electronic Co., LTD
@@ -17201,14 +17227,17 @@
10:45:F8 Lnt-Auto # LNT-Automation GmbH
10:47:80 HuaweiTe # HUAWEI TECHNOLOGIES CO.,LTD
10:48:B1 BeijingD # Beijing Duokan Technology Limited
+10:4D:77 Innovati # Innovative Computer Engineering
10:56:CA PeplinkI # Peplink International Ltd.
10:5C:BF Durobyte # DuroByte Inc
+10:5F:06 Actionte # Actiontec Electronics, Inc
10:5F:49 CiscoSpv # Cisco SPVTG
10:60:4B HewlettP # Hewlett Packard
10:62:C9 Adatis # Adatis GmbH & Co. KG
10:64:E2 AdfwebCo # ADFweb.com s.r.l.
10:65:A3 Panamax # Panamax Inc.
10:65:CF Iqsim
+10:66:82 NecAcces # NEC AccessTechnica, Ltd.
10:68:3F LgElectr # LG Electronics
10:6F:3F Buffalo # Buffalo Inc.
10:6F:EF Ad-SolNi # Ad-Sol Nissin Corp
@@ -17216,8 +17245,8 @@
10:76:8A Eocell
10:78:D2 Elitegro # ELITEGROUP COMPUTER SYSTEM CO., LTD.
10:83:D2 Microsev # Microseven Systems, LLC
-10:88:0F DarumaTe # DARUMA TELECOMUNICAÃÂÃÂââ‡ÃÂÃÂââ‰ES E INFORMÃÂÃÂÃÂÃÂTICA S/A
-10:8C:CF Cisco # Cisco Systems
+10:88:0F DarumaTe # Daruma Telecomunicações e Informática S.A.
+10:8C:CF Cisco # CISCO SYSTEMS, INC.
10:93:E9 Apple # Apple, Inc.
10:9A:DD Apple # Apple, Inc.
10:9F:A9 Actionte # Actiontec Electronics, Inc
@@ -17225,8 +17254,9 @@
10:A7:43 SkMtek # SK Mtek Limited
10:A9:32 BeijingC # Beijing Cyber Cloud Technology Co. ,Ltd.
10:B7:F6 Plastofo # Plastoform Industries Ltd.
+10:B9:FE LikaSrl # Lika srl
10:BA:A5 GanaI&C # GANA I&C CO., LTD
-10:BD:18 Cisco # Cisco Systems
+10:BD:18 Cisco # CISCO SYSTEMS, INC.
10:BF:48 AsustekC # ASUSTEK COMPUTER INC.
10:C2:BA Utt # UTT Co., Ltd.
10:C5:86 BioSound # BIO SOUND LAB CO., LTD.
@@ -17244,6 +17274,7 @@
10:E8:EE Phasespa # PhaseSpace
10:EA:59 CiscoSpv # Cisco SPVTG
10:EE:D9 CanogaPe # Canoga Perkins Corporation
+10:F3:11 Cisco
10:F3:DB Gridco # Gridco Systems, Inc.
10:F4:9A T3Innova # T3 Innovation
10:F9:6F LgElectr # LG Electronics
@@ -17260,6 +17291,7 @@
14:1A:51 Treetech # Treetech Sistemas Digitais
14:1B:BD Volex # Volex Inc.
14:1B:F0 Intellim # Intellimedia Systems Ltd
+14:23:D7 Eutronix # EUTRONIX CO., LTD.
14:2D:F5 Amphitec # Amphitech
14:30:7A Avermetr # Avermetrics
14:35:8B Mediabri # Mediabridge Products, LLC.
@@ -17286,6 +17318,7 @@
14:8A:70 Ads # ADS GmbH
14:8F:C6 Apple # Apple, Inc.
14:90:90 KongtopI # KongTop industrial(shen zhen)CO.,LTD
+14:94:48 BluCastl # BLU CASTLE S.A.
14:9F:E8 LenovoMo # Lenovo Mobile Communication Technology Ltd.
14:A6:2C SMDezacS # S.M. Dezac S.A.
14:A8:6B Shenzhen # ShenZhen Telacom Science&Technology Co., Ltd
@@ -17326,7 +17359,7 @@
18:2A:7B Nintendo # Nintendo Co., Ltd.
18:2B:05 8dTechno # 8D Technologies
18:2C:91 ConceptD # Concept Development, Inc.
-18:33:9D Cisco # Cisco Systems
+18:33:9D Cisco # CISCO SYSTEMS, INC.
18:34:51 Apple # Apple, Inc.
18:38:25 WuhanLin # Wuhan Lingjiu High-tech Co.,Ltd.
18:39:19 Unicoi # Unicoi Systems
@@ -17339,11 +17372,14 @@
18:48:D8 Fastback # Fastback Networks
18:4E:94 MessoaTe # MESSOA TECHNOLOGIES INC.
18:52:53 Pixord # Pixord Corporation
+18:53:E0 HanyangD # Hanyang Digitech Co.Ltd
18:55:0F CiscoSpv # Cisco SPVTG
18:59:33 CiscoSpv # Cisco SPVTG
+18:5A:E8 Zenotech # Zenotech.Co.,Ltd
18:66:E3 Veros # Veros Systems, Inc.
18:67:3F HanoverD # Hanover Displays Limited
18:67:51 KomegInd # KOMEG Industrielle Messtechnik GmbH
+18:67:B0 SamsungE # Samsung Electronics Co.,LTD
18:6D:99 Adanis # Adanis Inc.
18:7A:93 AmiccomE # AMICCOM Electronics Corporation
18:7C:81 ValeoVis # Valeo Vision Systems
@@ -17372,11 +17408,13 @@
18:D0:71 DasanSmc # DASAN SMC, Inc.
18:D6:6A Inmarsat
18:D9:49 QvisLabs # Qvis Labs, LLC
+18:DC:56 YulongCo # Yulong Computer Telecommunication Scientific(shenzhen)Co.,Lt
18:E2:88 SttCondi # STT Condigi
18:E2:C2 SamsungE # Samsung Electronics
18:E7:F4 Apple # Apple, Inc.
18:E8:0F VikingEl # Viking Electronics Inc.
-18:EF:63 Cisco # Cisco Systems
+18:E8:DD Modulete # MODULETEK
+18:EF:63 Cisco # CISCO SYSTEMS, INC.
18:F4:6A HonHaiPr # Hon Hai Precision Ind. Co.,Ltd.
18:F6:50 Multimed # Multimedia Pacific Limited
18:F8:7A I3Intern # i3 International Inc.
@@ -17387,15 +17425,17 @@
1C:11:E1 Wartsila # Wartsila Finland Oy
1C:12:9D IeeePesP # IEEE PES PSRC/SUB
1C:14:48 Motorola # Motorola Mobility, Inc.
-1C:17:D3 Cisco # Cisco Systems
+1C:17:D3 Cisco # CISCO SYSTEMS, INC.
1C:18:4A Shenzhen # ShenZhen RicherLink Technologies Co.,LTD
1C:19:DE Eyevis # eyevis GmbH
1C:1D:67 HuaweiDe # Huawei Device Co., Ltd
1C:33:4D ItsTelec # ITS Telecom
1C:34:77 Innovati # Innovation Wireless
1C:35:F1 NewLiftN # NEW Lift Neue Elektronische Wege Steuerungsbau GmbH
+1C:37:BF Cloudium # Cloudium Systems Ltd.
1C:3A:4F Accuspec # AccuSpec Electronics, LLC
1C:3D:E7 SigmaKok # Sigma Koki Co.,Ltd.
+1C:3E:84 HonHaiPr # Hon Hai Precision Ind. Co.,Ltd.
1C:43:EC JapanCir # JAPAN CIRCUIT CO.,LTD
1C:45:93 TexasIns # Texas Instruments
1C:4B:D6 Azurewav # AzureWave
@@ -17426,12 +17466,13 @@
1C:95:5D I-LaxEle # I-LAX ELECTRONICS INC.
1C:95:9F Veethree # Veethree Electronics And Marine LLC
1C:97:3D PricomDe # PRICOM Design
-1C:AA:07 Cisco # Cisco Systems
+1C:AA:07 Cisco # CISCO SYSTEMS, INC.
1C:AB:A7 Apple # Apple, Inc.
1C:AF:F7 D-LinkIn # D-LINK INTERNATIONAL PTE LIMITED
1C:B0:94 Htc # HTC Corporation
1C:B1:7F NecAcces # NEC AccessTechnica, Ltd.
1C:B2:43 Tdc # TDC A/S
+1C:BA:8C TexasIns # Texas Instruments
1C:BB:A8 Ojsc"Ufi # OJSC "Ufimskiy Zavod "Promsvyaz"
1C:BD:0E Amplifie # Amplified Engineering Pty Ltd
1C:BD:B9 D-LinkIn # D-LINK INTERNATIONAL PTE LIMITED
@@ -17439,7 +17480,7 @@
1C:C3:16 Milesigh # MileSight Technology Co., Ltd.
1C:C6:3C Arcadyan # Arcadyan Technology Corporation
1C:D4:0C KriwanIn # Kriwan Industrie-Elektronik GmbH
-1C:DF:0F Cisco # Cisco Systems
+1C:DF:0F Cisco # CISCO SYSTEMS, INC.
1C:E1:65 Marshal # Marshal Corporation
1C:E1:92 Qisda # Qisda Corporation
1C:E2:CC TexasIns # Texas Instruments
@@ -17447,6 +17488,7 @@
1C:F0:61 Scaps # SCAPS GmbH
1C:F4:CA Private
1C:F5:E7 TurtleIn # Turtle Industry Co., Ltd.
+1C:FA:68 Tp-LinkT # TP-LINK TECHNOLOGIES CO.,LTD.
1C:FE:A7 Identyte # IDentytech Solutins Ltd.
20:01:4F LineaRes # Linea Research Ltd
20:02:AF MurataMa # Murata Manufactuaring Co.,Ltd.
@@ -17457,11 +17499,12 @@
20:12:57 MostLuck # Most Lucky Trading Ltd
20:13:E0 SamsungE # Samsung Electronics Co.,Ltd
20:16:D8 LiteonTe # Liteon Technology Corporation
+20:1A:06 CompalIn # COMPAL INFORMATION (KUNSHAN) CO., LTD.
20:21:A5 LgElectr # LG Electronics Inc
20:25:98 Teleview
20:2B:C1 HuaweiDe # Huawei Device Co., Ltd
20:2C:B7 KongYueE # Kong Yue Electronics & Information Industry (Xinhui) Ltd.
-20:37:06 Cisco # Cisco Systems
+20:37:06 Cisco # CISCO SYSTEMS, INC.
20:37:BC KuipersE # Kuipers Electronic Engineering BV
20:3A:07 Cisco
20:40:05 Feno # feno GmbH
@@ -17486,10 +17529,11 @@
20:74:CF Shenzhen # Shenzhen Voxtech Co.,Ltd
20:76:00 Actionte # Actiontec Electronics, Inc
20:7C:8F QuantaMi # Quanta Microsystems,Inc.
+20:7D:74 Apple
20:85:8C Assa
20:89:84 CompalIn # COMPAL INFORMATION (KUNSHAN) CO., LTD
20:91:8A Profalux
-20:91:D9 I'M # I'M SPA
+20:91:D9 IM # I'M SPA
20:9B:A5 JiaxingG # JIAXING GLEAD Electronics Co.,Ltd
20:A2:E7 Lee-Dick # Lee-Dickens Ltd
20:AA:25 Ip-NetLl # IP-NET LLC
@@ -17498,6 +17542,7 @@
20:B3:99 Enterasy # Enterasys
20:B5:C6 MimosaNe # Mimosa Networks
20:B7:C0 OmicronE # Omicron electronics GmbH
+20:BB:C0 Cisco
20:BB:C6 JabilCir # Jabil Circuit Hungary Ltd.
20:BF:DB Dvl
20:C1:AF IWitDigi # i Wit Digital Co., Limited
@@ -17539,21 +17584,25 @@
24:47:0E Pentroni # PentronicAB
24:49:7B Innovati # Innovative Converged Devices Inc
24:5F:DF Kyocera # KYOCERA Corporation
+24:62:78 Sysmocom # sysmocom - systems for mobile communications GmbH
24:65:11 Avm # AVM GmbH
24:69:4A Jasmine # Jasmine Systems Inc.
+24:69:A5 HuaweiTe # Huawei Technologies Co., Ltd
24:76:7D CiscoSpv # Cisco SPVTG
24:77:03 IntelCor # Intel Corporate
+24:81:AA KshInter # KSH International Co., Ltd.
24:82:8A ProwaveT # Prowave Technologies Ltd.
24:86:F4 Ctek # Ctek, Inc.
24:87:07 Senergy # SEnergy Corporation
24:94:42 OpenRoad # OPEN ROAD SOLUTIONS , INC.
+24:95:04 Sfr
24:A4:2C KoukaamA # KOUKAAM a.s.
24:A4:3C Ubiquiti # Ubiquiti Networks, INC
24:A9:37 PureStor # PURE Storage
24:AB:81 Apple # Apple, Inc.
24:AF:4A Alcatel- # Alcatel-Lucent-IPD
24:AF:54 NexgenMe # NEXGEN Mediatech Inc.
-24:B6:57 Cisco # Cisco Systems
+24:B6:57 Cisco # CISCO SYSTEMS, INC.
24:B6:B8 Friem # FRIEM SPA
24:B6:FD Dell # Dell Inc
24:B8:8C Crenus # Crenus Co.,Ltd.
@@ -17570,11 +17619,12 @@
24:CF:21 Shenzhen # Shenzhen State Micro Technology Co., Ltd
24:D2:CC Smartdri # SmartDrive Systems Inc.
24:D9:21 Avaya # Avaya, Inc
-24:DA:B6 Sistemas # Sistemas de GestiÃÂón EnergÃÂética S.A. de C.V.
+24:DA:B6 Sistemas # Sistemas de Gestión Energética S.A. de C.V
24:DB:AC HuaweiDe # Huawei Device Co., Ltd
24:DB:AD Shoppert # ShopperTrak RCT Corporation
24:DE:C6 ArubaNet # Aruba Networks
24:E6:BA JscZavod # JSC Zavod im. Kozitsky
+24:EA:40 SystemeH # Systeme Helmholz GmbH
24:EC:99 AskeyCom # Askey Computer Corp
24:EE:3A ChengduY # Chengdu Yingji Electronic Hi-tech Co Ltd
24:F0:FF Ght # GHT Co., Ltd.
@@ -17588,9 +17638,11 @@
28:14:71 Lantis # Lantis co., LTD.
28:16:2E 2wire
28:17:CE Omnisens # Omnisense Ltd
+28:18:78 Microsof # Microsoft Corporation
28:18:FD AdityaIn # Aditya Infotech Ltd.
28:26:A6 PbrElect # PBR electronics GmbH
28:29:D9 Globalbe # GlobalBeiMing technology (Beijing)Co. Ltd
+28:31:52 HuaweiTe # HUAWEI TECHNOLOGIES CO.,LTD
28:34:10 EnigmaDi # Enigma Diagnostics Limited
28:37:37 Apple # Apple, Inc.
28:38:CF Gen2wave
@@ -17612,10 +17664,10 @@
28:72:F0 Athena
28:85:2D TouchNet # Touch Networks
28:89:15 Cashguar # CashGuard Sverige AB
-28:91:D0 StageTec # Stage Tec Entwicklungsgesellschaft fuer professionelle Audiotechnik mbH
+28:91:D0 StageTec # Stage Tec Entwicklungsgesellschaft für professionelle Audiotechnik mbH
28:92:4A HewlettP # Hewlett Packard
-28:93:FE Cisco # Cisco Systems
-28:94:0F Cisco # Cisco Systems
+28:93:FE Cisco # CISCO SYSTEMS, INC.
+28:94:0F Cisco # CISCO SYSTEMS, INC.
28:98:7B SamsungE # Samsung Electronics Co.,Ltd
28:9A:4B Steelser # SteelSeries ApS
28:9E:DF DanfossT # Danfoss Turbocor Compressors, Inc
@@ -17628,12 +17680,16 @@
28:BA:18 NextnavL # NextNav, LLC
28:BE:9B Technico # Technicolor USA Inc.
28:C0:DA JuniperN # Juniper Networks
+28:C6:8E Netgear # NETGEAR INC.,
28:C7:18 Altierre
28:C9:14 Taimag # Taimag Corporation
+28:CB:EB One
+28:CC:01 SamsungE # Samsung Electronics Co.,Ltd
28:CC:FF Corporac # Corporacion Empresarial Altra SL
28:CD:1C EspotelO # Espotel Oy
28:CD:4C Individu # Individual Computers GmbH
28:CF:DA Apple # Apple, Inc.
+28:CF:E9 Apple
28:D1:AF Nokia # Nokia Corporation
28:D2:44 LcfcHefe # LCFC(HeFei) Electronics Technology Co., Ltd.
28:D5:76 PremierW # Premier Wireless, Inc.
@@ -17657,21 +17713,25 @@
2C:19:84 IdnTelec # IDN Telecom, Inc.
2C:1E:EA Aerodev
2C:21:72 JuniperN # Juniper Networks
+2C:26:C5 Zte # zte corporation
2C:27:D7 Hewlett- # Hewlett-Packard Company
+2C:28:2D BbkCommu # BBK COMMUNICATIAO TECHNOLOGY CO.,LTD.
2C:2D:48 BctElect # bct electronic GesmbH
2C:30:68 Pantech # Pantech Co.,Ltd
-2C:34:27 Erco&Amp # ERCO & GENER
+2C:34:27 ErcoGene # ERCO & GENER
2C:35:57 ElliyPow # ELLIY Power CO..Ltd
2C:36:A0 Capisco # Capisco Limited
-2C:36:F8 Cisco # Cisco Systems
-2C:3A:28 FagorEle # Fagor ElectrÃÂónica
+2C:36:F8 Cisco # CISCO SYSTEMS, INC.
+2C:39:96 Sagemcom
+2C:3A:28 FagorEle # Fagor Electrónica
2C:3B:FD NetstorT # Netstor Technology Co., Ltd.
-2C:3F:38 Cisco # Cisco Systems
+2C:3F:38 Cisco # CISCO SYSTEMS, INC.
2C:3F:3E Alge-Tim # Alge-Timing GmbH
2C:41:38 Hewlett- # Hewlett-Packard Company
2C:44:01 SamsungE # Samsung Electronics Co.,Ltd
2C:44:1B Spectrum # Spectrum Medical Limited
-2C:54:2D Cisco # Cisco Systems
+2C:54:2D Cisco # CISCO SYSTEMS, INC.
+2C:59:E5 HewlettP # Hewlett Packard
2C:5A:A3 PromateE # PROMATE ELECTRONIC CO.LTD
2C:62:5A FinestSe # Finest Security Systems Co., Ltd
2C:62:89 Regeners # Regenersis (Glenrothes) Ltd
@@ -17679,7 +17739,7 @@
2C:6B:F5 JuniperN # Juniper networks
2C:75:0F Shanghai # Shanghai Dongzhou-Lawton Communication Technology Co. Ltd.
2C:76:8A Hewlett- # Hewlett-Packard Company
-2C:7A:FE Iee&E"Bl # IEE&E "Black" ops
+2C:7B:5A Milper # Milper Ltd
2C:7E:CF Onzo # Onzo Ltd
2C:80:65 HartingO # HARTING Inc. of North America
2C:81:58 HonHaiPr # Hon Hai Precision Ind. Co.,Ltd
@@ -17694,11 +17754,13 @@
2C:AB:25 Shenzhen # Shenzhen Gongjin Electronics Co.,Ltd
2C:B0:5D Netgear
2C:B0:DF SolitonT # Soliton Technologies Pvt Ltd
+2C:B6:93 Private
2C:B6:9D RedDigit # RED Digital Cinema
2C:BE:97 Ingenieu # Ingenieurbuero Bickele und Buehler GmbH
2C:C2:60 Ravello # Ravello Systems
2C:CD:27 Precor # Precor Inc
2C:CD:43 SummitTe # Summit Technology Group
+2C:D0:5A LiteonTe # Liteon Technology Corporation
2C:D1:DA Sanjole # Sanjole, Inc.
2C:D2:E7 Nokia # Nokia Corporation
2C:D4:44 Fujitsu # Fujitsu Limited
@@ -17708,12 +17770,15 @@
2C:E8:71 AlertMet # Alert Metalguard ApS
2C:ED:EB AlpheusD # Alpheus Digital Company Limited
2C:EE:26 Petroleu # Petroleum Geo-Services
-2C:F4:C5 Avaya # Avaya Inc
+2C:F2:03 EmkoElek # EMKO ELEKTRONIK SAN VE TIC AS
+2C:F4:C5 Avaya # Avaya, Inc
2E:2E:2E LaaLocal # LAA (Locally Administered Address) for Meditech Systems
+30:05:5C BrotherI # Brother industries, LTD.
30:0B:9C DeltaMob # Delta Mobile Systems, Inc.
30:0E:D5 HonHaiPr # Hon Hai Precision Ind.Co.Ltd
30:14:2D Piciorgr # Piciorgros GmbH
30:14:4A WistronN # Wistron Neweb Corp.
+30:15:18 Ubiquito # Ubiquitous Communication Co. ltd.
30:16:8D Prolon
30:17:C8 SonyEric # Sony Ericsson Mobile Communications AB
30:18:CF DeosCont # DEOS control systems GmbH
@@ -17722,7 +17787,7 @@
30:2D:E8 JdaLlcJd # JDA, LLC (JDA Systems)
30:32:94 W-Ie-Ne- # W-IE-NE-R Plein & Baus GmbH
30:32:D4 Hanilstm # Hanilstm Co., Ltd.
-30:37:A6 Cisco # Cisco Systems
+30:37:A6 Cisco # CISCO SYSTEMS, INC.
30:38:55 Nokia # Nokia Corporation
30:39:26 SonyEric # Sony Ericsson Mobile Communications AB
30:39:55 Shenzhen # Shenzhen Jinhengjia Electronic Co., Ltd.
@@ -17749,16 +17814,19 @@
30:7E:CB Sfr
30:85:A9 AsustekC # Asustek Computer Inc
30:87:30 HuaweiDe # Huawei Device Co., Ltd
+30:89:99 Guangdon # Guangdong East Power Co.,
30:8C:FB Dropcam
+30:90:AB Apple
30:92:F6 Shanghai # SHANGHAI SUNMON COMMUNICATION TECHNOGY CO.,LTD
30:AE:F6 RadioMob # Radio Mobile Access
30:B2:16 HytecGer # Hytec Geraetebau GmbH
30:B3:A2 Shenzhen # Shenzhen Heguang Measurement & Control Technology Co.,Ltd
30:C8:2A Wi-NextS # Wi-Next s.r.l.
+30:CD:A7 SamsungE # Samsung Electronics ITS, Printer division
30:D3:57 Logosol # Logosol, Inc.
30:DE:86 CedacSof # Cedac Software S.r.l.
30:E4:8E Vodafone # Vodafone UK
-30:E4:DB Cisco # Cisco Systems
+30:E4:DB Cisco # CISCO SYSTEMS, INC.
30:EB:25 IntekDig # INTEK DIGITAL
30:EF:D1 AlstomSt # Alstom Strongwish (Shenzhen) Co., Ltd.
30:F3:3A +PluggSr # +plugg srl
@@ -17783,6 +17851,7 @@
34:6B:D3 HuaweiTe # Huawei Technologies Co., Ltd
34:6E:8A Ecosense
34:6F:92 WhiteRod # White Rodgers Division
+34:75:C7 Avaya # Avaya, Inc
34:76:C5 I-ODataD # I-O DATA DEVICE, INC.
34:78:77 O-NetCom # O-NET Communications(Shenzhen) Limited
34:7E:39 NokiaDan # Nokia Danmark A/S
@@ -17802,6 +17871,7 @@
34:A8:4E Cisco
34:AA:99 Alcatel- # Alcatel-Lucent
34:AA:EE Mikrovis # Mikrovisatos Servisas UAB
+34:AD:E4 Shanghai # Shanghai Chint Power Systems Co., Ltd.
34:AF:2C Nintendo # Nintendo Co., Ltd.
34:B1:F7 TexasIns # Texas Instruments
34:B5:71 Plds
@@ -17818,6 +17888,7 @@
34:C7:31 AlpsElec # ALPS Electric Co,. Ltd.
34:C8:03 Nokia # Nokia Corporation
34:C9:9D EidolonC # EIDOLON COMMUNICATIONS TECHNOLOGY CO. LTD.
+34:CD:BE HuaweiTe # Huawei Technologies Co., Ltd
34:CE:94 ParsecPt # Parsec (Pty) Ltd
34:D0:9B Mobilmax # MobilMAX Technology Inc.
34:D2:C4 RenaPrin # RENA GmbH Print Systeme
@@ -17836,6 +17907,7 @@
38:0A:0A Sky-City # Sky-City Communication and Electronics Limited Company
38:0A:94 SamsungE # Samsung Electronics Co.,Ltd
38:0D:D4 PrimaxEl # Primax Electronics LTD.
+38:0F:E4 Dedicate # Dedicated Network Partners Oy
38:16:D1 SamsungE # Samsung Electronics Co.,Ltd
38:19:2F Nokia # Nokia Corporation
38:1C:4A SimcomWi # SIMCom Wireless Solutions Co.,Ltd.
@@ -17848,6 +17920,7 @@
38:43:69 PatrolPr # Patrol Products Consortium LLC
38:45:8C MycloudT # MyCloud Technology corporation
38:46:08 Zte # ZTE Corporation
+38:48:4C Apple
38:52:1A Alcatel- # Alcatel-Lucent 7705
38:58:0C Panacces # Panaccess Systems GmbH
38:59:F9 HonHaiPr # Hon Hai Precision Ind. Co.,Ltd.
@@ -17855,11 +17928,12 @@
38:60:77 Pegatron # PEGATRON CORPORATION
38:63:F6 3nodMult # 3NOD MULTIMEDIA(SHENZHEN)CO.,LTD
38:66:45 OosicTec # OOSIC Technology CO.,Ltd
+38:67:93 AsiaOpti # Asia Optical Co., Inc.
38:6B:BB Motorola # Motorola Mobility, Inc.
38:6E:21 WasionGr # Wasion Group Ltd.
38:72:C0 Comtrend
38:83:45 Tp-LinkT # TP-LINK TECHNOLOGIES CO., LTD.
-38:8A:B7 Panasoni # Panasonic Telecom Co.,Ltd
+38:8A:B7 ItcNetwo # ITC Networks
38:8E:E7 Fanhatta # Fanhattan LLC
38:91:FB XenoxBv # Xenox Holding BV
38:95:92 BeijingT # Beijing Tendyron Corporation
@@ -17879,6 +17953,7 @@
38:D1:35 EasyioSd # EasyIO Corporation Sdn. Bhd.
38:DE:60 Mohlenho # Mohlenhoff GmbH
38:E0:8E Mitsubis # Mitsubishi Electric Co.
+38:E5:95 Shenzhen # Shenzhen Gongjin Electronics Co.,Ltd
38:E7:D8 Htc # HTC Corporation
38:E8:DF BMedien+ # b gmbh medien + datenbanken
38:E9:8C RecoSPA # Reco S.p.A.
@@ -17894,6 +17969,7 @@
3C:05:AB ProductC # Product Creation Studio
3C:07:54 Apple # Apple, Inc.
3C:07:71 Sony # Sony Corporation
+3C:08:1E BeijingY # Beijing Yupont Electric Power Technology Co.,Ltd
3C:09:6D Powerhou # Powerhouse Dynamics
3C:0F:C1 KbcNetwo # KBC Networks
3C:10:6F Albahith # ALBAHITH TECHNOLOGIES
@@ -17902,7 +17978,7 @@
3C:1A:79 HuayuanT # Huayuan Technology CO.,LTD
3C:1C:BE JadakLlc # JADAK LLC
3C:26:D5 SoteraWi # Sotera Wireless
-3C:27:63 SleQuali # SLE quality engineering GmbH & Co. KG
+3C:27:63 SleQuali # SLE quality engineering GmbH & Co. KG
3C:2D:B7 TexasIns # Texas Instruments
3C:2F:3A Sforzato # SFORZATO Corp.
3C:36:3D Nokia # Nokia Corporation
@@ -17922,16 +17998,19 @@
3C:67:2C Sciovid # Sciovid Inc.
3C:6A:7D NiigataP # Niigata Power Systems Co., Ltd.
3C:6F:45 Fiberpro # Fiberpro Inc.
+3C:6F:F7 Entek # EnTek Systems, Inc.
3C:70:59 Makerbot # MakerBot Industries
3C:74:37 Rim
3C:75:4A Motorola # Motorola Mobility, Inc.
3C:7D:B1 TexasIns # Texas Instruments
3C:81:D8 Sagemcom # SAGEMCOM SAS
3C:83:B5 AdvanceV # Advance Vision Electronics Co. Ltd.
+3C:86:A8 Sangshin # Sangshin elecom .co,, LTD
3C:8A:E5 TensunIn # Tensun Information Technology(Hangzhou) Co.,LTD
3C:8B:FE SamsungE # Samsung Electronics
3C:91:57 Hangzhou # Hangzhou Yulong Conmunication Co.,Ltd
3C:91:74 AlongCom # ALONG COMMUNICATION TECHNOLOGY
+3C:94:D5 JuniperN # Juniper Networks
3C:97:0E WistronI # Wistron InfoComm(Kunshan)Co.,Ltd.
3C:98:BF QuestCon # Quest Controls, Inc.
3C:99:F7 Lansente # Lansentechnology AB
@@ -17944,16 +18023,16 @@
3C:B8:7A Private
3C:B9:A6 BeldenDe # Belden Deutschland GmbH
3C:BD:D8 LgElectr # LG ELECTRONICS INC
-3C:C0:C6 D&Amp;BA # d&b audiotechnik GmbH
+3C:C0:C6 D&BAudio # d&b audiotechnik GmbH
3C:C1:2C Aes # AES Corporation
3C:C1:F6 MelangeP # Melange Systems Pvt. Ltd.
3C:C9:9E HuiyangT # Huiyang Technology Co., Ltd
-3C:CE:73 Cisco # Cisco Systems
+3C:CE:73 Cisco # CISCO SYSTEMS, INC.
3C:D0:F8 Apple # Apple, Inc.
3C:D1:6E Telepowe # Telepower Communication Co., Ltd
3C:D7:DA SkMtekMi # SK Mtek microelectronics(shenzhen)limited
3C:D9:2B Hewlett- # Hewlett-Packard Company
-3C:DF:1E Cisco # Cisco Systems
+3C:DF:1E Cisco # CISCO SYSTEMS, INC.
3C:E0:72 Apple
3C:E5:A6 Hangzhou # Hangzhou H3C Technologies Co., Ltd.
3C:E5:B4 KidasenI # KIDASEN INDUSTRIA E COMERCIO DE ANTENAS LTDA
@@ -17963,6 +18042,7 @@
3C:F3:92 Virtualt # Virtualtek. Co. Ltd
3C:F5:2C Dspecial # DSPECIALISTS GmbH
3C:F7:2A Nokia # Nokia Corporation
+3C:FB:96 EmcraftL # Emcraft Systems LLC
40:00:03 NetWare? # Net Ware (?)
40:01:C6 3comEuro # 3COM EUROPE LTD
40:04:0C A&T
@@ -17989,8 +18069,9 @@
40:4A:03 ZyxelCom # ZyXEL Communications Corporation
40:4D:8E HuaweiDe # Huawei Device Co., Ltd
40:50:E0 MiltonSe # Milton Security Group LLC
+40:51:6C GrandexI # Grandex International Corporation
40:52:0D PicoTech # Pico Technology
-40:55:39 Cisco # Cisco Systems
+40:55:39 Cisco # CISCO SYSTEMS, INC.
40:5A:9B Anovo
40:5F:BE Rim
40:5F:C2 TexasIns # Texas Instruments
@@ -18015,7 +18096,7 @@
40:98:4C CasacomS # Casacom Solutions AG
40:98:4E TexasIns # Texas Instruments
40:98:7B Aisino # Aisino Corporation
-40:9F:C7 Baekchun # BAEKCHUN ENC Co., Ltd.
+40:9F:C7 Baekchun # BAEKCHUN I&C Co., Ltd.
40:A6:A4 Passivsy # PassivSystems Ltd
40:A6:D9 Apple # Apple, Inc.
40:AC:8D DataMana # Data Management, Inc.
@@ -18029,6 +18110,7 @@
40:BF:17 Digistar # Digistar Telecom. SA
40:C2:45 Shenzhen # Shenzhen Hexicom Technology Co., Ltd.
40:C7:C9 Naviit # Naviit Inc.
+40:CB:A8 HuaweiTe # Huawei Technologies Co., Ltd
40:CD:3A Z3Techno # Z3 Technology
40:D3:2D Apple # Apple, Inc
40:D4:0E Biodata # Biodata Ltd
@@ -18112,24 +18194,96 @@
40:D8:55:04:B0:00/36 VitalTec # Vital Tech Industria e Comercio Ltda
40:D8:55:04:C0:00/36 Serveron # Serveron Corporation
40:D8:55:04:D0:00/36 Machinep # MACHINEPERFORMANCE ApS
+40:D8:55:04:E0:00/36 Honeywel # Honeywell Aerospace/Intelligent Automation Corp.
+40:D8:55:04:F0:00/36 HaeinS&S # Haein S&S Co., Ltd
+40:D8:55:05:00:00/36 AtgUvTec # ATG UV Technology
+40:D8:55:05:10:00/36 CsInstru # CS Instruments Asia
+40:D8:55:05:20:00/36 DanElect # DAN ELECTRONICS SYSTEM (P) LIMITED
+40:D8:55:05:30:00/36 Amantys # Amantys Ltd
+40:D8:55:05:40:00/36 Vitec
+40:D8:55:05:50:00/36 Helmholt # Helmholtz Zentrum Dresden Rossendorf e.V.
+40:D8:55:05:60:00/36 Group57 # GROUP 57
+40:D8:55:05:70:00/36 Tammerma # Tammermatic Group Oy
+40:D8:55:05:80:00/36 EnergyTe # Energy Team S.p.A.
+40:D8:55:05:90:00/36 Colonial # COLONIAL ASSEMBLY and DESIGN
+40:D8:55:05:A0:00/36 UltraEle # Ultra Electronics Flightline Systems
+40:D8:55:05:B0:00/36 DataFlow # Data Flow Systems, Inc.
+40:D8:55:05:C0:00/36 Rosslare # Rosslare Enterprises Limited
+40:D8:55:05:D0:00/36 LeicaBio # Leica Biosystems
+40:D8:55:05:E0:00/36 Inoage # inoage GmbH
+40:D8:55:05:F0:00/36 Epsa # EPSa GmbH
+40:D8:55:06:00:00/36 AplexTec # Aplex Technology Inc.
+40:D8:55:06:10:00/36 Cominfo # Cominfo, Inc.
+40:D8:55:06:20:00/36 TechSour # Tech Source Inc
+40:D8:55:06:30:00/36 Protonic # Protonic Holland
+40:D8:55:06:40:00/36 Hipodrom # HIPODROMO DE AGUA CALIENTE, S.A. DE C.V.
+40:D8:55:06:50:00/36 Parallel # Parallel Wireless
+40:D8:55:06:60:00/36 Teratron # TeraTron GmbH
+40:D8:55:06:70:00/36 TronicCo # Tronic Control ltd.
+40:D8:55:06:80:00/36 OkiSeate # Oki Seatec Co., Ltd.
+40:D8:55:06:90:00/36 Smartcom # Smartcom-Bulgaria AD
+40:D8:55:06:A0:00/36 Elgris
+40:D8:55:06:B0:00/36 BrsSiste # BRS Sistemas Eletronicos
+40:D8:55:06:C0:00/36 Rohde&Sc # Rohde&Schwarz Topex SA
+40:D8:55:06:D0:00/36 Broadsof # BroadSoft, INC
+40:D8:55:06:E0:00/36 C-ComSat # C-COM Satellite Systems Inc.
+40:D8:55:06:F0:00/36 DorletSa # DORLET SA
+40:D8:55:07:00:00/36 JscElect # JSC Electrical Equipment Factory
+40:D8:55:07:10:00/36 TattileS # TATTILE SRL
+40:D8:55:07:20:00/36 Ct # CT Company
+40:D8:55:07:30:00/36 DiamondT # Diamond Technologies, Inc
+40:D8:55:07:40:00/36 SphereMe # Sphere Medical Ltd
+40:D8:55:07:50:00/36 Teraflop # Teraflops
+40:D8:55:07:60:00/36 Internet # INTERNET PROTOCOLO LOGICA SL
+40:D8:55:07:70:00/36 ToecTech # TOEC TECHNOLOGY CO.,LTD
+40:D8:55:07:80:00/36 Nachi-Fu # NACHI-FUJIKOSHI CORP
+40:D8:55:07:90:00/36 Delfisol # DelfiSolutions A/S
+40:D8:55:07:A0:00/36 4embedde # 4embedded
+40:D8:55:07:B0:00/36 IpsTechn # IPS Technology Limited
+40:D8:55:07:C0:00/36 Agramkow # Agramkow Fluid Systems A/S
+40:D8:55:07:D0:00/36 WuxiSine # Wuxi SiNeng New Energy Co., Ltd.
+40:D8:55:07:E0:00/36 Tescom # TESCOM CORPORATION
+40:D8:55:07:F0:00/36 Wheatsto # Wheatstone Corporation
+40:D8:55:08:00:00/36 Honeywel # Honeywell
+40:D8:55:08:10:00/36 SiconSrl # Sicon srl
+40:D8:55:08:20:00/36 ArdSa # ard sa
+40:D8:55:08:30:00/36 Delopt
+40:D8:55:08:40:00/36 Papendor # Papendorf Software Engineering GmbH
+40:D8:55:08:50:00/36 PeekTraf # Peek Traffic Corporation
+40:D8:55:08:60:00/36 DspDesig # DSP DESIGN
+40:D8:55:08:70:00/36 BestelCh # Bestel China
+40:D8:55:08:80:00/36 JelSyste # JEL SYSTEM CO., LTD.
+40:D8:55:08:90:00/36 WuhanXin # WUHAN XINGTUXINKE ELECTRONIC CO.,LTD
+40:D8:55:08:A0:00/36 LederEle # Leder Elektronik Design
+40:D8:55:08:B0:00/36 Meshwork # MeshWorks Wireless Oy
+40:D8:55:08:C0:00/36 Magnesca # Magnescale Co.,Ltd
+40:D8:55:08:D0:00/36 BoehmeNa # Boehme Nachrichtentechnik
+40:D8:55:08:E0:00/36 Lyngsoe # Lyngsoe Systems
+40:D8:55:08:F0:00/36 Excelita # Excelitas
+40:D8:55:09:00:00/36 AxxessId # Axxess Identification Ltd
+40:D8:55:09:10:00/36 Kdt
+40:E7:30 DeyStora # DEY Storage Systems, Inc.
40:E7:93 Shenzhen # Shenzhen Siviton Technology Co.,Ltd
40:EC:F8 Siemens # Siemens AG
40:EF:4C Fihonest # Fihonest communication co.,Ltd
40:F1:4C IseEurop # ISE Europe SPRL
40:F2:E9 Ibm
40:F4:07 Nintendo # Nintendo Co., Ltd.
-40:F4:EC Cisco # Cisco Systems
+40:F4:EC Cisco # CISCO SYSTEMS, INC.
40:F5:2E LeicaMic # Leica Microsystems (Schweiz) AG
40:FC:89 Motorola # Motorola Mobility, Inc.
44:03:A7 Cisco
44:0C:FD Netman # NetMan Co., Ltd.
44:13:19 WkkTechn # WKK TECHNOLOGY LTD.
+44:18:4F Fitview
+44:19:B6 Hangzhou # Hangzhou Hikvision Digital Technology Co.,Ltd.
44:1E:A1 Hewlett- # Hewlett-Packard Company
44:23:AA Farmage # Farmage Co., Ltd.
44:25:BB BambooEn # Bamboo Entertainment Corporation
44:2A:60 Apple # Apple, Inc.
-44:2B:03 Cisco # Cisco Systems
-44:32:2A Avaya # Avaya Inc
+44:2B:03 Cisco # CISCO SYSTEMS, INC.
+44:32:2A Avaya # Avaya, Inc
+44:33:4C Shenzhen # Shenzhen Bilian electronic CO.,LTD
44:34:8F MxtIndus # MXT INDUSTRIAL LTDA
44:37:19 2SaveEne # 2 Save Energy Ltd
44:37:6F YoungEle # Young Electric Sign Co
@@ -18180,7 +18334,7 @@
44:C9:A2 Greenwal # Greenwald Industries
44:D1:5E Shanghai # Shanghai Kingto Information Technology Ltd
44:D2:CA AnviaTvO # Anvia TV Oy
-44:D3:CA Cisco # Cisco Systems
+44:D3:CA Cisco # CISCO SYSTEMS, INC.
44:D6:3D TalariNe # Talari Networks
44:D8:32 Azurewav # Azurewave Technologies, Inc.
44:D8:84 Apple # Apple, Inc.
@@ -18188,10 +18342,11 @@
44:DC:CB Semindia # SEMINDIA SYSTEMS PVT LTD
44:E0:8E CiscoSpv # Cisco SPVTG
44:E4:9A Omnitron # OMNITRONICS PTY LTD
-44:E4:D9 Cisco # Cisco Systems
+44:E4:D9 Cisco # CISCO SYSTEMS, INC.
44:E8:A5 MyrekaTe # Myreka Technologies Sdn. Bhd.
44:ED:57 Longicor # Longicorn, inc.
44:F4:59 SamsungE # Samsung Electronics
+44:F8:49 UnionPac # Union Pacific Railroad
44:FB:42 Apple
47:54:43 GtcNotRe # GTC (Not registered!) (This number is a multicast!)
48:02:2A B-LinkEl # B-Link Electronic Limited
@@ -18220,7 +18375,7 @@
48:6F:D2 Storsimp # StorSimple Inc
48:71:19 SgbGroup # SGB GROUP LTD.
48:8E:42 Digalog # DIGALOG GmbH
-48:91:53 Weinmann # Weinmann Geräte für Medizin GmbH + Co. KG
+48:91:53 Weinmann # Weinmann Geräte für Medizin GmbH + Co. KG
48:91:F6 Shenzhen # Shenzhen Reach software technology CO.,LTD
48:9B:E2 SciInnov # SCI Innovations Ltd
48:A2:2D Shenzhen # Shenzhen Huaxuchang Telecom Technology Co.,Ltd
@@ -18229,6 +18384,7 @@
48:B2:53 Marketax # Marketaxess Corporation
48:B8:DE Homewins # HOMEWINS TECHNOLOGY CO.,LTD.
48:B9:C2 Teletics # Teletics Inc.
+48:BE:2D Symanitr # Symanitron
48:C1:AC Plantron # PLANTRONICS, INC.
48:C8:62 SimoWire # Simo Wireless,Inc.
48:C8:B6 Systec # SysTec GmbH
@@ -18248,6 +18404,7 @@
48:F7:F1 Alcatel- # Alcatel-Lucent
48:F8:B3 Cisco-Li # Cisco-Linksys, LLC
48:F8:E1 AlcatelL # Alcatel Lucent WT
+48:F9:25 Maestron # Maestronic
48:FC:B8 Woodstre # Woodstream Corporation
4C:02:2E CmrKorea # CMR KOREA CO., LTD
4C:02:89 LexCompu # LEX COMPUTECH CO., LTD
@@ -18260,8 +18417,10 @@
4C:14:80 Noregon # NOREGON SYSTEMS, INC
4C:17:EB Sagemcom
4C:1A:3A PrimaRes # PRIMA Research And Production Enterprise Ltd.
+4C:1A:95 Novakon # Novakon Co., Ltd.
4C:1F:CC HuaweiTe # HUAWEI TECHNOLOGIES CO.,LTD
4C:22:58 Cozybit # cozybit, Inc.
+4C:25:78 Nokia # Nokia Corporation
4C:2C:80 BeijingS # Beijing Skyway Technologies Co.,Ltd
4C:2F:9D IcmContr # ICM Controls
4C:30:89 ThalesTr # Thales Transportation Systems GmbH
@@ -18271,6 +18430,7 @@
4C:3B:74 VogtecHK # VOGTEC(H.K.) Co., Ltd
4C:42:4C Informat # Information Modes software modified addresses (not registered?)
4C:4B:68 MobileDe # Mobile Device, Inc.
+4C:4E:35 Cisco
4C:54:27 LineproS # Linepro Sp. z o.o.
4C:54:99 HuaweiDe # Huawei Device Co., Ltd
4C:55:85 Hamilton # Hamilton Systems
@@ -18285,9 +18445,11 @@
4C:73:A5 Kove
4C:77:4F Embedded # Embedded Wireless Labs
4C:78:97 Arrowhea # Arrowhead Alarm Products Ltd
+4C:80:4F Armstron # Armstrong Monitoring Corp
4C:80:93 IntelCor # Intel Corporate
4C:8B:55 GrupoDig # Grupo Digicon
4C:8B:EF HuaweiTe # Huawei Technologies Co., Ltd
+4C:8D:79 Apple
4C:8F:A5 Jastec
4C:98:EF Zeo
4C:9E:80 KyokkoEl # KYOKKO ELECTRIC Co., Ltd.
@@ -18305,6 +18467,8 @@
4C:C4:52 ShangHai # Shang Hai Tyd. Electon Technology Ltd.
4C:C6:02 Radios # Radios, Inc.
4C:C9:4F Alcatel- # Alcatel-Lucent
+4C:CA:53 Skyera # Skyera, Inc.
+4C:CC:34 Motorola # Motorola Solutions Inc.
4C:E6:76 Buffalo # Buffalo Inc.
4C:EB:42 IntelCor # Intel Corporate
4C:ED:DE AskeyCom # Askey Computer Corp
@@ -18312,6 +18476,7 @@
50:00:8C HongKong # Hong Kong Telecommunications (HKT) Limited
50:01:BB SamsungE # Samsung Electronics
50:05:3D CyweeGro # CyWee Group Ltd
+50:06:04 Cisco
50:0B:32 FoxdaTec # Foxda Technology Industrial(ShenZhen)Co.,LTD
50:0E:6D Trafficc # TrafficCast International
50:11:EB Silverne # SilverNet Ltd
@@ -18324,14 +18489,16 @@
50:2D:A2 IntelCor # Intel Corporate
50:2D:F4 PhytecMe # Phytec Messtechnik GmbH
50:2E:CE AsahiEle # Asahi Electronics Co.,Ltd
+50:32:75 SamsungE # Samsung Electronics Co.,Ltd
50:39:55 CiscoSpv # Cisco SPVTG
-50:3D:E5 Cisco # Cisco Systems
+50:3D:E5 Cisco # CISCO SYSTEMS, INC.
50:3F:56 Syncmold # Syncmold Enterprise Corp
50:46:5D AsustekC # ASUSTek COMPUTER INC.
50:48:EB BeijingH # BEIJING HAIHEJINSHENG NETWORK TECHNOLOGY CO. LTD.
50:4A:5E Masimo # Masimo Corporation
+50:4F:94 LoxoneEl # Loxone Electronics GmbH
50:56:63 TexasIns # Texas Instruments
-50:57:A8 Cisco # Cisco Systems
+50:57:A8 Cisco # CISCO SYSTEMS, INC.
50:60:28 Xirrus # Xirrus Inc.
50:63:13 HonHaiPr # Hon Hai Precision Ind. Co.,Ltd.
50:64:41 Greenlee
@@ -18347,11 +18514,14 @@
50:8A:42 UptmateT # Uptmate Technology Co., LTD
50:8A:CB Shenzhen # SHENZHEN MAXMADE TECHNOLOGY CO., LTD.
50:8C:77 Dirmeier # DIRMEIER Schanktechnik GmbH &Co KG
+50:8D:6F Chahoo # CHAHOO Limited
50:93:4F GradualT # Gradual Tecnologia Ltda.
50:97:72 Westingh # Westinghouse Digital
+50:9F:27 HuaweiTe # Huawei Technologies Co., Ltd
50:A4:C8 SamsungE # Samsung Electronics Co.,Ltd
50:A6:E3 DavidCla # David Clark Company
50:A7:33 RuckusWi # Ruckus Wireless
+50:AB:BF HoseoTel # Hoseo Telecom
50:AF:73 Shenzhen # Shenzhen Bitland Information Technology Co., Ltd.
50:B7:C3 SamsungE # Samsung Electronics Co.,LTD
50:C5:8D JuniperN # Juniper Networks
@@ -18362,9 +18532,10 @@
50:D6:D7 Takahata # Takahata Precision
50:E5:49 Giga-Byt # GIGA-BYTE TECHNOLOGY CO.,LTD.
50:EA:D6 Apple # Apple, Inc.
-50:EB:1A BrocadeC # Brocade Communications Systems, Inc
+50:EB:1A BrocadeC # Brocade Communications Systems, Inc.
50:ED:94 EgatelSl # Egatel SL
50:F0:03 OpenStac # Open Stack, Inc.
+50:F5:20 SamsungE # Samsung Electronics Co.,Ltd
50:F6:1A KunshanJ # Kunshan JADE Technologies co., Ltd.
50:FA:AB L-TekDOO # L-tek d.o.o.
50:FC:30 Treehous # Treehouse Labs
@@ -18377,12 +18548,14 @@
54:05:5F AlcatelL # Alcatel Lucent
54:11:5F AtamoPty # Atamo Pty Ltd
54:1D:FB Freestyl # Freestyle Energy Ltd
+54:1F:D5 Advantag # Advantage Electronics
54:20:18 TelyLabs # Tely Labs
54:26:96 Apple
54:2A:9C LsyDefen # LSY Defense, LLC.
54:31:31 RasterVi # Raster Vision Ltd
54:35:DF Symeo # Symeo GmbH
54:39:68 Edgewate # Edgewater Networks Inc
+54:3D:37 RuckusWi # Ruckus Wireless
54:42:49 Sony # Sony Corporation
54:46:6B Shenzhen # Shenzhen CZTIC Electronic Technology Co., Ltd
54:4A:05 WenglorS # wenglor sensoric gmbh
@@ -18392,12 +18565,12 @@
54:61:EA Zaplox # Zaplox AB
54:73:98 ToyoElec # Toyo Electronics Corporation
54:74:E6 WebtechW # Webtech Wireless
-54:75:D0 Cisco # Cisco Systems
+54:75:D0 Cisco # CISCO SYSTEMS, INC.
54:78:1A Cisco
54:79:75 Nokia # Nokia Corporation
54:7F:54 Ingenico
54:7F:A8 TelcoSRO # TELCO systems, s.r.o.
-54:7F:EE Cisco # Cisco Systems
+54:7F:EE Cisco # CISCO SYSTEMS, INC.
54:81:AD EagleRes # Eagle Research Corporation
54:84:7B DigitalD # Digital Devices GmbH
54:89:22 Zelfy # Zelfy Inc
@@ -18424,8 +18597,9 @@
54:FD:BF ScheidtB # Scheidt & Bachmann GmbH
56:58:57 AculabPl # Aculab plc audio bridges
58:05:56 Elettron # Elettronica GF S.r.L.
-58:08:FA FiberOpt # Fiber Optic & telecommunication INC.
+58:08:FA FiberOpt # Fiber Optic & telecommunication INC.
58:09:43 Private
+58:09:E5 Kivic # Kivic Inc.
58:12:43 AcsipTec # AcSiP Technology Corp.
58:16:26 Avaya # Avaya, Inc
58:17:0C SonyEric # Sony Ericsson Mobile Communications AB
@@ -18435,7 +18609,7 @@
58:2E:FE Lighting # Lighting Science Group
58:2F:42 Universa # Universal Electric Corporation
58:34:3B GlovastT # Glovast Technology Ltd.
-58:35:D9 Cisco # Cisco Systems
+58:35:D9 Cisco # CISCO SYSTEMS, INC.
58:3C:C6 Omnealit # Omneality Ltd.
58:42:E4 SigmaInt # Sigma International General Medical Apparatus, LLC.
58:46:E1 BaxterHe # Baxter Healthcare
@@ -18461,7 +18635,7 @@
58:84:E4 Ip500All # IP500 Alliance e.V.
58:87:4C Lite-OnC # LITE-ON CLEAN ENERGY TECHNOLOGY CORP.
58:87:E2 Shenzhen # Shenzhen Coship Electronics Co., Ltd.
-58:8D:09 Cisco # Cisco Systems
+58:8D:09 Cisco # CISCO SYSTEMS, INC.
58:91:CF IntelCor # Intel Corporate
58:92:0D KineticA # Kinetic Avionics Limited
58:93:96 RuckusWi # Ruckus Wireless
@@ -18474,9 +18648,9 @@
58:B0:35 Apple # Apple, Inc
58:B0:D4 Zunidata # ZuniData Systems Inc.
58:B9:E1 Crystalf # Crystalfontz America, Inc.
-58:BC:27 Cisco # Cisco Systems
+58:BC:27 Cisco # CISCO SYSTEMS, INC.
58:BD:A3 Nintendo # Nintendo Co., Ltd.
-58:BF:EA Cisco # Cisco Systems
+58:BF:EA Cisco # CISCO SYSTEMS, INC.
58:C2:32 Nec # NEC Corporation
58:C3:8B SamsungE # Samsung Electronics
58:CF:4B LufkinIn # Lufkin Industries
@@ -18488,6 +18662,7 @@
58:E6:36 EvrsafeT # EVRsafe Technologies
58:E7:47 Deltanet # Deltanet AG
58:E8:08 Autonics # AUTONICS CORPORATION
+58:EB:14 ProteusD # Proteus Digital Health
58:EC:E1 Newport # Newport Corporation
58:EE:CE IconTime # Icon Time Systems
58:F6:7B XiaMenUn # Xia Men UnionCore Technology LTD.
@@ -18503,6 +18678,7 @@
5C:17:37 I-ViewNo # I-View Now, LLC.
5C:17:D3 Lge
5C:18:B5 TalonCom # Talon Communications
+5C:20:D0 AsoniCom # Asoni Communication Co., Ltd.
5C:24:79 Baltech # Baltech AG
5C:26:0A Dell # Dell Inc.
5C:33:8E AlphaNet # Alpha Networkc Inc.
@@ -18513,7 +18689,7 @@
5C:43:D2 Hazemeye # HAZEMEYER
5C:4A:26 EnguityT # Enguity Technology Corp
5C:4C:A9 HuaweiDe # Huawei Device Co., Ltd
-5C:50:15 Cisco # Cisco Systems
+5C:50:15 Cisco # CISCO SYSTEMS, INC.
5C:51:4F IntelCor # Intel Corporate
5C:56:ED 3pleplay # 3pleplay Electronics Private Limited
5C:57:1A ArrisGro # ARRIS Group, Inc.
@@ -18544,10 +18720,12 @@
5C:CA:32 Theben # Theben AG
5C:CE:AD Cdyne # CDYNE Corporation
5C:D1:35 XtremePo # Xtreme Power Systems
+5C:D2:E4 IntelCor # Intel Corporate
5C:D4:1B UczoonTe # UCZOON Technology Co., LTD
5C:D4:AB Zektor
5C:D9:98 D-Link # D-Link Corporation
5C:DA:D4 MurataMa # Murata Manufacturing Co., Ltd.
+5C:E0:CA FeitianU # FeiTian United (Beijing) System Technology Co., Ltd.
5C:E0:F6 NicBr-Nu # NIC.br- Nucleo de Informacao e Coordenacao do Ponto BR
5C:E2:23 DelphinT # Delphin Technology AG
5C:E2:86 NortelNe # Nortel Networks
@@ -18557,6 +18735,7 @@
5C:EE:79 GlobalDi # Global Digitech Co LTD
5C:F2:07 SpecoTec # Speco Technologies
5C:F3:FC Ibm # IBM Corp
+5C:F8:A1 MurataMa # Murata Manufactuaring Co.,Ltd.
5C:F9:DD Dell # Dell Inc
5C:FF:35 Wistron # Wistron Corporation
60:02:B4 WistronN # Wistron NeWeb Corp.
@@ -18583,6 +18762,7 @@
60:46:16 XiamenVa # XIAMEN VANN INTELLIGENT CO., LTD
60:52:D0 FactsEng # FACTS Engineering
60:54:64 EyedroGr # Eyedro Green Solutions Inc.
+60:60:1F SzDjiTec # SZ DJI TECHNOLOGY CO.,LTD
60:63:FD Transcen # Transcend Communication Beijing Co.,Ltd.
60:67:20 IntelCor # Intel Corporate
60:6B:BD SamsungE # Samsung Electronics Co., LTD
@@ -18595,7 +18775,7 @@
60:86:45 AveryWei # Avery Weigh-Tronix, LLC
60:89:3C ThermoFi # Thermo Fisher Scientific P.O.A.
60:89:B1 KeyDigit # Key Digital Systems
-60:89:B7 KaelMã # KAEL MÃÂÃ
ÂHENDISLIK ELEKTRONIK TICARET SANAYI Limited ÃÂÃ
¾irketi
+60:89:B7 KaelMühe # KAEL MÜHENDİSLİK ELEKTRONİK TİCARET SANAYİ LİMİTED ŞİRKETİ
60:8C:2B HansonTe # Hanson Technology
60:8D:17 SentrusG # Sentrus Government Systems Division, Inc
60:90:84 Dssd # DSSD Inc
@@ -18603,10 +18783,13 @@
60:9E:64 Vivonic # Vivonic GmbH
60:9F:9D Cloudswi # CloudSwitch
60:A1:0A SamsungE # Samsung Electronics Co.,Ltd
+60:A4:4C AsustekC # ASUSTek COMPUTER INC.
+60:B1:85 AthSyste # ATH system
60:B3:C4 ElberSrl # Elber Srl
60:B6:06 Phorus
60:B9:33 DeutronE # Deutron Electronics Corp.
60:B9:82 RoVeRLab # RO.VE.R. Laboratories S.p.A.
+60:BB:0C BeijingH # Beijing HuaqinWorld Technology Co,Ltd
60:BC:4C EwmHight # EWM Hightec Welding GmbH
60:BD:91 MoveInno # Move Innovation
60:C5:47 Apple # Apple, Inc.
@@ -18632,13 +18815,14 @@
60:F6:73 Terumo # TERUMO CORPORATION
60:FA:CD Apple # Apple, Inc.
60:FB:42 Apple # Apple, Inc
-64:00:F1 Cisco # Cisco Systems
+60:FE:C5 Apple
+64:00:F1 Cisco # CISCO SYSTEMS, INC.
64:09:4C BeijingS # Beijing Superbee Wireless Technology Co.,Ltd
64:0E:36 Taztag
64:0E:94 Pluribus # Pluribus Networks, Inc.
64:0F:28 2wire
64:10:84 HexiumTe # HEXIUM Technical Development Co., Ltd.
-64:16:8D Cisco # Cisco Systems
+64:16:8D Cisco # CISCO SYSTEMS, INC.
64:16:F0 Shehzhen # Shehzhen Huawei Communication Technologies Co., Ltd.
64:1A:22 Heliospe # Heliospectra/Woodhill Investments
64:1C:67 Digibras # DIGIBRAS INDUSTRIA DO BRASILS/A
@@ -18658,6 +18842,7 @@
64:4F:74 Lenus # LENUS Co., Ltd.
64:51:7E LongBenD # LONG BEN (DONGGUAN) ELECTRONIC TECHNOLOGY CO.,LTD.
64:52:99 Chamberl # Chamberlain
+64:53:5D Frausche # Frauscher Sensortechnik
64:54:22 EquinoxP # Equinox Payments
64:55:63 Inteligh # Intelight Inc.
64:55:7F NsfocusI # NSFOCUS Information Technology Co., Ltd.
@@ -18673,8 +18858,10 @@
64:69:BC HyteraCo # Hytera Communications Co .,ltd
64:6E:6C RadioDat # Radio Datacom LLC
64:70:02 Tp-LinkT # TP-LINK TECHNOLOGIES CO., LTD.
+64:72:D8 GoowiTec # GooWi Technology Co.,Limited
64:73:E2 Arbiter # Arbiter Systems, Inc.
64:76:57 Innovati # Innovative Security Designs
+64:77:91 SamsungE # Samsung Electronics Co.,Ltd
64:7B:D4 TexasIns # Texas Instruments
64:7C:34 UbeeInte # Ubee Interactive Corp.
64:7D:81 YokotaIn # YOKOTA INDUSTRIAL CO,.LTD
@@ -18685,31 +18872,35 @@
64:87:88 JuniperN # Juniper Networks
64:87:D7 AdbBroad # ADB Broadband Italia
64:99:5D Lge
+64:99:68 Elentec
+64:99:A0 Elektron # AG Elektronik AB
64:9B:24 VTechnol # V Technology Co., Ltd.
64:9C:8E TexasIns # Texas Instruments
-64:9E:F3 Cisco # Cisco Systems
+64:9E:F3 Cisco # CISCO SYSTEMS, INC.
64:9F:F7 KoneOyj # Kone OYj
-64:A0:E7 Cisco # Cisco Systems
+64:A0:E7 Cisco # CISCO SYSTEMS, INC.
64:A2:32 OooSamli # OOO Samlight
64:A3:41 Wonderla # Wonderlan (Beijing) Technology Co., Ltd.
64:A3:CB Apple
64:A7:69 Htc # HTC Corporation
64:A8:37 JuniKore # Juni Korea Co., Ltd
-64:AE:0C Cisco # Cisco Systems
+64:AE:0C Cisco # CISCO SYSTEMS, INC.
64:AE:88 Polytec # Polytec GmbH
+64:B3:10 SamsungE # Samsung Electronics Co.,Ltd
64:B6:4A Vivotech # ViVOtech, Inc.
64:B9:E8 Apple # Apple, Inc
64:BC:11 Combiq # CombiQ AB
64:C5:AA SouthAfr # South African Broadcasting Corporation
+64:C6:67 Barnes&N # Barnes&Noble
64:C6:AF AxerraNe # AXERRA Networks Ltd
64:C9:44 LarkTech # LARK Technologies, Inc
64:D0:2D NextGene # Next Generation Integration (NGI)
64:D1:A3 SitecomE # Sitecom Europe BV
64:D2:41 KeithKoe # Keith & Koep GmbH
64:D4:DA IntelCor # Intel Corporate
-64:D8:14 Cisco # Cisco Systems
+64:D8:14 Cisco # CISCO SYSTEMS, INC.
64:D9:12 Solidica # Solidica, Inc.
-64:D9:89 Cisco # Cisco Systems
+64:D9:89 Cisco # CISCO SYSTEMS, INC.
64:DB:18 Openpatt # OpenPattern
64:DC:01 StaticGr # Static Systems Group PLC
64:DE:1C Kingneti # Kingnetic Pte Ltd
@@ -18753,6 +18944,7 @@
68:79:24 Els-Gmbh # ELS-GmbH & Co. KG
68:79:ED Sharp # SHARP Corporation
68:7F:74 Cisco-Li # Cisco-Linksys, LLC
+68:83:1A PandoraM # Pandora Mobility Corporation
68:84:70 Essys # eSSys Co.,Ltd
68:85:40 IgiMobil # IGI Mobile, Inc.
68:86:A7 Cisco
@@ -18762,19 +18954,22 @@
68:94:23 HonHaiPr # Hon Hai Precision Ind. Co.,Ltd.
68:96:7B Apple # Apple Inc
68:97:4B Shenzhen # Shenzhen Costar Electronics Co. Ltd.
+68:97:E8 SocietyO # Society of Motion Picture & Television Engineers
68:9C:5E AcsipTec # AcSiP Technology Corp.
68:A1:B7 HonghaoM # Honghao Mingchuan Technology (Beijing) CO.,Ltd.
68:A3:C4 LiteonTe # Liteon Technology Corporation
+68:A4:0E BshBosch # BSH Bosch and Siemens Home Appliances GmbH
68:A8:6D Apple # Apple, Inc.
68:AA:D2 Datecs # DATECS LTD.,
68:AB:8A RfIdeas # RF IDeas
68:AF:13 FuturaMo # Futura Mobility
+68:B0:94 InesaEle # INESA ELECTRON CO.,LTD
68:B4:3A Waterfur # WaterFurnace International, Inc.
68:B5:99 Hewlett- # Hewlett-Packard Company
68:B6:FC HitronTe # Hitron Technologies. Inc
68:B8:D9 ActKde # Act KDE, Inc.
-68:BC:0C Cisco # Cisco Systems
-68:BD:AB Cisco # Cisco Systems
+68:BC:0C Cisco # CISCO SYSTEMS, INC.
+68:BD:AB Cisco # CISCO SYSTEMS, INC.
68:CA:00 Octopus # Octopus Systems Limited
68:CC:9C MineSite # Mine Site Technologies
68:CD:0F UTek # U Tek Company Limited
@@ -18787,7 +18982,7 @@
68:EB:AE SamsungE # Samsung Electronics Co.,Ltd
68:EB:C5 Angstrem # Angstrem Telecom
68:ED:43 Research # Research In Motion
-68:EF:BD Cisco # Cisco Systems
+68:EF:BD Cisco # CISCO SYSTEMS, INC.
68:F1:25 DataCont # Data Controls Inc.
68:F8:95 Redflow # Redflow Limited
68:FB:95 Generalp # Generalplus Technology Inc.
@@ -18798,6 +18993,7 @@
6C:20:56 Cisco
6C:22:AB Ainswort # Ainsworth Game Technology
6C:23:B9 SonyEric # Sony Ericsson Mobile Communications AB
+6C:29:95 IntelCor # Intel Corporate
6C:2E:33 Accelink # Accelink Technologies Co.,Ltd.
6C:2E:85 Sagemcom
6C:32:DE IndieonT # Indieon Technologies Pvt. Ltd.
@@ -18808,7 +19004,7 @@
6C:3E:6D Apple # Apple Inc
6C:3E:9C KeKneste # KE Knestel Elektronik GmbH
6C:40:C6 NimbusDa # Nimbus Data Systems, Inc.
-6C:50:4D Cisco # Cisco Systems
+6C:50:4D Cisco # CISCO SYSTEMS, INC.
6C:5A:34 Shenzhen # Shenzhen Haitianxiong Electronic Co., Ltd.
6C:5C:DE Sunrepor # SunReports, Inc.
6C:5D:63 Shenzhen # ShenZhen Rapoo Technology Co., Ltd.
@@ -18826,7 +19022,7 @@
6C:9A:C9 Valentin # Valentine Research, Inc.
6C:9B:02 Nokia # Nokia Corporation
6C:9C:E9 NimbleSt # Nimble Storage
-6C:9C:ED Cisco # Cisco Systems
+6C:9C:ED Cisco # CISCO SYSTEMS, INC.
6C:A6:82 EdamInfo # EDAM information & communications
6C:A7:80 Nokia # Nokia Corporation
6C:A9:06 Telefiel # Telefield Ltd
@@ -18850,17 +19046,21 @@
6C:E9:07 Nokia # Nokia Corporation
6C:E9:83 Gastron # Gastron Co., LTD.
6C:F0:49 Giga-Byt # GIGA-BYTE TECHNOLOGY CO.,LTD.
+6C:F3:73 SamsungE # Samsung Electronics Co.,Ltd
6C:F3:7F ArubaNet # Aruba Networks
6C:FD:B9 ProwareT # Proware Technologies Co Ltd.
6C:FF:BE MpbCommu # MPB Communications Inc.
70:02:58 01db-Met # 01DB-METRAVIB
70:05:14 LgElectr # LG Electronics
70:0B:C0 DewavTec # Dewav Technology Company
+70:10:5C Cisco
+70:11:24 Apple
70:14:04 Liabilit # Limited Liability Company "Research Center "Bresler"
70:1A:04 LiteonTe # Liteon Tech Corp.
70:1A:ED Advas # ADVAS CO., LTD.
70:23:93 Fos4x # fos4X GmbH
70:25:26 Alcatel- # Alcatel-Lucent
+70:25:59 Cybertan # CyberTAN Technology, Inc.
70:2B:1D E-DomusI # E-Domus International Limited
70:2F:4B Polyvisi # PolyVision Inc.
70:2F:97 AavaMobi # Aava Mobile Oy
@@ -18868,13 +19068,15 @@
70:31:87 Acx # ACX GmbH
70:32:D5 AthenaWi # Athena Wireless Communications Inc
70:38:11 Invensys # Invensys Rail
-70:38:EE Avaya # Avaya Inc
+70:38:B4 LowTechS # Low Tech Solutions
+70:38:EE Avaya # Avaya, Inc
70:3A:D8 Shenzhen # Shenzhen Afoundry Electronic Co., Ltd
70:3C:39 SeawingK # SEAWING Kft
70:41:B7 EdwardsL # Edwards Lifesciences LLC
70:46:42 ChyngHon # CHYNG HONG ELECTRONIC CO., LTD.
70:4A:AE XstreamF # Xstream Flow (Pty) Ltd
70:4A:E4 Rinstrum # Rinstrum Pty Ltd
+70:52:C5 Avaya # Avaya, Inc.
70:54:D2 Pegatron # PEGATRON CORPORATION
70:54:F5 HuaweiTe # HUAWEI TECHNOLOGIES CO.,LTD
70:56:81 Apple # Apple Inc
@@ -18895,7 +19097,7 @@
70:7B:E8 HuaweiTe # HUAWEI TECHNOLOGIES CO.,LTD
70:7E:43 Motorola # Motorola Mobility, Inc.
70:7E:DE Nastec # NASTEC LTD.
-70:81:05 Cisco # Cisco Systems
+70:81:05 Cisco # CISCO SYSTEMS, INC.
70:82:8E Oleumtec # OleumTech Corporation
70:8B:78 Citygrow # citygrow technology co., ltd
70:93:F8 SpaceMon # Space Monkey, Inc.
@@ -18912,7 +19114,7 @@
70:B2:65 HiltronS # Hiltron s.r.l.
70:B5:99 Embedded # Embedded Technologies s.r.o.
70:B9:21 Fiberhom # FiberHome Telecommunication Technologies CO.,LTD
-70:CA:9B Cisco # Cisco Systems
+70:CA:9B Cisco # CISCO SYSTEMS, INC.
70:CD:60 Apple # Apple, Inc.
70:D4:F2 Rim
70:D5:7E Scalar # Scalar Corporation
@@ -18933,6 +19135,7 @@
74:14:89 SrtWirel # SRT Wireless
74:15:E2 Tri-Sen # Tri-Sen Systems Corporation
74:1E:93 Fiberhom # Fiberhome Telecommunication Tech.Co.,Ltd.
+74:25:8A Hangzhou # Hangzhou H3C Technologies Co., Limited
74:27:3C Changyan # ChangYang Technology (Nanjing) Co., LTD
74:27:EA Elitegro # Elitegroup Computer Systems Co., Ltd.
74:2B:0F Infinida # Infinidat Ltd.
@@ -18944,11 +19147,13 @@
74:38:89 AnnaxAnz # ANNAX Anzeigesysteme GmbH
74:44:01 Netgear
74:45:8A SamsungE # Samsung Electronics Co.,Ltd
+74:46:A0 HewlettP # Hewlett Packard
74:4D:79 Arrive # Arrive Systems Inc.
74:53:27 Commsen # COMMSEN CO., LIMITED
74:56:12 Motorola # Motorola Mobility, Inc.
74:57:98 TrumpfLa # TRUMPF Laser GmbH + Co. KG
74:5E:1C Pioneer # PIONEER CORPORATION
+74:5F:00 SamsungS # Samsung Semiconductor Inc.
74:5F:AE TslPpl # TSL PPL
74:63:DF Vts # VTS GmbH
74:65:D1 Atlinks
@@ -18960,6 +19165,7 @@
74:7D:B6 AliweiCo # Aliwei Communications, Inc
74:7E:1A RedEmbed # Red Embedded Design Limited
74:7E:2D BeijingT # Beijing Thomson CITIC Digital Technology Co. LTD.
+74:86:7A DellPcba # Dell Inc PCBA Test
74:88:8B AdbBroad # ADB Broadband Italia
74:8E:F8 BrocadeC # Brocade Communications Systems, Inc.
74:90:50 RenesasE # Renesas Electronics Corporation
@@ -18990,8 +19196,10 @@
74:E5:43 LiteonTe # Liteon Technology Corporation
74:E7:C6 Motorola # Motorola Mobility, Inc.
74:EA:3A Tp-LinkT # TP-LINK Technologies Co.,Ltd.
+74:EC:F1 Acumen
74:F0:6D Azurewav # AzureWave Technologies, Inc.
74:F0:7D Bncom # BnCOM Co.,Ltd
+74:F1:02 BeijingH # Beijing HCHCOM Technology Co., Ltd
74:F6:12 Motorola # Motorola Mobility, Inc.
74:F7:26 NeuronRo # Neuron Robotics
74:FD:A0 Compupal # Compupal (Group) Corporation
@@ -19007,6 +19215,7 @@
78:1C:5A Sharp # SHARP Corporation
78:1D:BA HuaweiTe # HUAWEI TECHNOLOGIES CO.,LTD
78:1D:FD Jabil # Jabil Inc
+78:1F:DB SamsungE # Samsung Electronics Co.,Ltd
78:22:3D Affirmed # Affirmed Networks
78:25:44 Omnima # Omnima Limited
78:25:AD SamsungE # SAMSUNG ELECTRONICS CO., LTD.
@@ -19023,6 +19232,8 @@
78:47:1D SamsungE # Samsung Electronics Co.,Ltd
78:51:0C Liveu # LiveU Ltd.
78:52:62 Shenzhen # Shenzhen Hojy Software Co., Ltd.
+78:54:2E D-LinkIn # D-Link International
+78:55:17 Sankyuel # SankyuElectronics
78:57:12 MobileIn # Mobile Integration Workgroup
78:59:3E Rafi # RAFI GmbH & Co.KG
78:59:5E SamsungE # Samsung Electronics Co.,Ltd
@@ -19039,6 +19250,7 @@
78:92:9C IntelCor # Intel Corporate
78:98:FD Q9Networ # Q9 Networks Inc.
78:99:5C NationzT # Nationz Technologies Inc
+78:99:66 MusilabE # Musilab Electronics (DongGuan)Co.,Ltd.
78:99:8F Mediline # MEDILINE ITALIA SRL
78:9E:D0 SamsungE # Samsung Electronics
78:9F:87 SiemensI # Siemens AG I IA PP PRM
@@ -19088,7 +19300,7 @@
7C:09:2B Bekey # Bekey A/S
7C:0A:50 J-Mex # J-MEX Inc.
7C:11:BE Apple # Apple, Inc.
-7C:14:76 DamallTe # Damall Technologies S.A.S. Di Ludovic Anselme Glaglanon & C.
+7C:14:76 DamallTe # Damall Technologies SAS
7C:16:0D Saia-Bur # Saia-Burgess Controls AG
7C:1E:52 Microsof # Microsoft
7C:1E:B3 2nTeleko # 2N TELEKOMUNIKACE a.s.
@@ -19118,15 +19330,18 @@
7C:6D:62 Apple # Apple, Inc
7C:6F:06 Caterpil # Caterpillar Trimble Control Technologies
7C:76:73 Enmas # ENMAS GmbH
-7C:7B:E4 Z'Se # Z'SEDAI KENKYUSHO CORPORATION
+7C:7A:91 IntelCor # Intel Corporate
+7C:7B:E4 ZSedaiKe # Z'SEDAI KENKYUSHO CORPORATION
7C:7D:41 JinmuyuE # Jinmuyu Electronics Co., Ltd.
7C:82:2D Nortec
7C:8E:E4 TexasIns # Texas Instruments
7C:94:B2 PhilipsH # Philips Healthcare PCCI
7C:9A:9B VseValen # VSE valencia smart energy
-7C:A2:9B DSignt&A # D.SignT GmbH & Co. KG
+7C:A1:5D GnResoun # GN ReSound A/S
+7C:A2:9B DSignt # D.SignT GmbH & Co. KG
7C:A6:1D MhlLlc # MHL, LLC
7C:AC:B2 BoschSof # Bosch Software Innovations GmbH
+7C:AD:74 Cisco
7C:B0:3E Osram # OSRAM AG
7C:B2:1B CiscoSpv # Cisco SPVTG
7C:B2:32 TclKingH # TCL King High Frequency EI,Co.,LTD
@@ -19138,9 +19353,10 @@
7C:C8:AB AcroAsso # Acro Associates, Inc.
7C:C8:D0 TianjinY # TIANJIN YAAN TECHNOLOGY CO., LTD.
7C:C8:D7 Damalisk
-7C:CB:0D AaxeonTe # Aaxeon Technologies Inc.
+7C:CB:0D AntairaT # Antaira Technologies, LLC
7C:CF:CF Shanghai # Shanghai SEARI Intelligent System Co., Ltd
7C:D1:C3 Apple # Apple Inc
+7C:D7:62 Freestyl # Freestyle Technology Pty Ltd
7C:D9:FE NewCosmo # New Cosmos Electric Co., Ltd.
7C:DA:84 Dongnian # Dongnian Networks Inc.
7C:DD:11 Chongqin # Chongqing MAS SCI&TECH.Co.,Ltd
@@ -19156,6 +19372,7 @@
7C:F0:98 BeeBeans # Bee Beans Technologies, Inc.
7C:F0:BA Linkwell # Linkwell Telesystems Pvt Ltd
7C:F4:29 Nuuo # NUUO Inc.
+7C:FA:DF Apple
7C:FE:28 Salutron # Salutron Inc.
80:00:0B IntelCor # Intel Corporate
80:00:10 AttBellL # ATT BELL LABORATORIES
@@ -19228,13 +19445,14 @@
80:D7:33 QsrAutom # QSR Automations, Inc.
80:DB:31 PowerQuo # Power Quotient International Co., Ltd.
80:EE:73 Shuttle # Shuttle Inc.
-80:F5:93 IrcoSist # IRCO Sistemas de TelecomunicaciÃÂón S.A.
+80:F5:93 IrcoSist # IRCO Sistemas de Telecomunicación S.A.
80:F6:2E Hangzhou # Hangzhou H3C Technologies Co., Limited
80:FA:5B Clevo # CLEVO CO.
80:FB:06 HuaweiTe # HUAWEI TECHNOLOGIES CO.,LTD
80:FF:A8 Unidis
84:00:D2 SonyEric # Sony Ericsson Mobile Communications AB
84:0B:2D SamsungE # SAMSUNG ELECTRO-MECHANICS CO., LTD
+84:17:15 GpElectr # GP Electronics (HK) Ltd.
84:18:88 JuniperN # Juniper Networks
84:1B:5E Netgear
84:21:41 Shenzhen # Shenzhen Ginwave Technologies Ltd.
@@ -19257,24 +19475,29 @@
84:51:81 SamsungE # Samsung Electronics Co.,Ltd
84:57:87 DvrC&C # DVR C&C Co., Ltd.
84:5D:D7 Shenzhen # Shenzhen Netcom Electronics Co.,Ltd
+84:62:23 Shenzhen # Shenzhen Coship Electronics Co., Ltd.
84:62:A6 EurocbPh # EuroCB (Phils), Inc.
84:6A:ED Wireless # Wireless Tsukamoto.,co.LTD
84:6E:B1 ParkAssi # Park Assist LLC
84:74:2A Zte # zte corporation
84:78:AC Cisco
+84:7A:88 Htc # HTC Corporation
84:7E:40 TexasIns # Texas Instruments
84:82:F4 BeijingH # Beijing Huasun Unicreate Technology Co., Ltd
84:85:06 Apple # Apple Inc
84:8D:84 Rajant # Rajant Corporation
+84:8E:96 Embertec # Embertec Pty Ltd
84:8F:69 Dell # Dell Inc.
-84:90:00 Arnold&A # Arnold & Richter Cine Technik
+84:90:00 ArnoldRi # Arnold & Richter Cine Technik
84:97:B8 Memjet # Memjet Inc.
84:9C:A6 Arcadyan # Arcadyan Technology Corporation
84:9D:C5 CenteraP # Centera Photonics Inc.
84:A6:C8 IntelCor # Intel Corporate
84:A8:E4 HuaweiDe # Huawei Device Co., Ltd
84:A9:91 CyberTra # Cyber Trans Japan Co.,Ltd.
+84:AC:A4 BeijingN # Beijing Novel Super Digital TV Technology Co., Ltd
84:AF:1F BeatSyst # Beat System Service Co,. Ltd.
+84:C2:E4 JiangsuQ # Jiangsu Qinheng Co., Ltd.
84:C7:27 Gnodal # Gnodal Ltd
84:C7:A9 C3poSA # C3PO S.A.
84:C8:B1 Incognit # Incognito Software Inc.
@@ -19287,8 +19510,10 @@
84:E7:14 LiangHer # Liang Herng Enterprise,Co.Ltd.
84:EA:99 Vieworks
84:ED:33 Bbmc # BBMC Co.,Ltd
+84:F4:93 OmsSpolS # OMS spol. s.r.o.
84:F6:4C CrossPoi # Cross Point BV
84:FC:FE Apple
+88:0D:D9 IscAppli # ISC applied systems corp
88:10:36 PanodicS # Panodic(ShenZhen) Electronics Limted
88:15:44 Meraki # Meraki, Inc.
88:18:AE Tamron # Tamron Co., Ltd
@@ -19296,9 +19521,11 @@
88:21:E3 Nebusens # Nebusens, S.L.
88:23:FE TttechCo # TTTech Computertechnik AG
88:25:2C Arcadyan # Arcadyan Technology Corporation
+88:2E:5A Storone
88:30:8A MurataMa # Murata Manufactuaring Co.,Ltd.
+88:32:9B SamsungE # Samsung Electro Mechanics co.,LTD.
88:41:C1 OrbisatD # ORBISAT DA AMAZONIA IND E AEROL SA
-88:43:E1 Cisco # Cisco Systems
+88:43:E1 Cisco # CISCO SYSTEMS, INC.
88:4B:39 SiemensH # Siemens AG, Healthcare Sector
88:51:FB HewlettP # Hewlett Packard
88:53:2E IntelCor # Intel Corporate
@@ -19306,6 +19533,7 @@
88:53:D4 HuaweiTe # Huawei Technologies Co., Ltd
88:5C:4F AlcatelL # Alcatel Lucent
88:61:5A SianoMob # Siano Mobile Silicon Ltd.
+88:68:5C Shenzhen # Shenzhen ChuangDao & Perpetual Eternal Technology Co.,Ltd
88:6B:76 ChinaHop # CHINA HOPEFUL GROUP HOPEFUL ELECTRIC CO.,LTD
88:75:56 Cisco
88:86:A0 SimtonTe # Simton Technologies, Ltd.
@@ -19330,6 +19558,7 @@
88:BF:D5 SimpleAu # Simple Audio Ltd
88:C3:6E BeijingE # Beijing Ereneben lnformation Technology Limited
88:C6:63 Apple # Apple, Inc.
+88:CB:87 Apple
88:D7:BC Dep # DEP Company
88:DC:96 SenaoNet # SENAO Networks, Inc.
88:DD:79 Voltaire
@@ -19339,11 +19568,12 @@
88:E7:A6 Iknowled # iKnowledge Integration Corp.
88:E9:17 Tamaggo
88:ED:1C CudoComm # Cudo Communication Co., Ltd.
-88:F0:77 Cisco # Cisco Systems
+88:F0:77 Cisco # CISCO SYSTEMS, INC.
88:F4:88 CellonCo # cellon communications technology(shenzhen)Co.,Ltd.
88:F4:90 Jetmobil # Jetmobile Pte Ltd
88:FD:15 Lineeye # LINEEYE CO., LTD
8C:04:FF Technico # Technicolor USA Inc.
+8C:07:8C FlowData # FLOW DATA INC
8C:0C:90 RuckusWi # Ruckus Wireless
8C:0C:A3 Amper
8C:0E:E3 Guangdon # GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD.
@@ -19368,7 +19598,7 @@
8C:59:8B CTechnol # C Technologies AB
8C:5C:A1 D-Broad # d-broad,INC
8C:5F:DF BeijingR # Beijing Railway Signal Factory
-8C:60:4F Cisco # Cisco Systems
+8C:60:4F Cisco # CISCO SYSTEMS, INC.
8C:64:0B BeyondDe # Beyond Devices d.o.o.
8C:64:22 SonyEric # Sony Ericsson Mobile Communications AB
8C:68:78 Nortek-A # Nortek-AS
@@ -19376,7 +19606,9 @@
8C:70:5A IntelCor # Intel Corporate
8C:71:F8 SamsungE # Samsung Electronics Co.,Ltd
8C:73:6E Fujitsu # Fujitsu Limited
+8C:76:C1 GodenTec # Goden Tech Limited
8C:77:12 SamsungE # Samsung Electronics Co.,Ltd
+8C:77:16 Longchee # LONGCHEER TELECOMMUNICATION LIMITED
8C:7B:9D Apple # Apple, Inc.
8C:7C:B5 HonHaiPr # Hon Hai Precision Ind. Co.,Ltd.
8C:7C:FF BrocadeC # Brocade Communications Systems, Inc.
@@ -19392,7 +19624,7 @@
8C:A0:48 BeijingN # Beijing NeTopChip Technology Co.,LTD
8C:A9:82 IntelCor # Intel Corporate
8C:AE:4C Plugable # Plugable Technologies
-8C:B6:4F Cisco # Cisco Systems
+8C:B6:4F Cisco # CISCO SYSTEMS, INC.
8C:B8:2C IpitomyC # IPitomy Communications
8C:B8:64 AcsipTec # AcSiP Technology Corp.
8C:C1:21 Panasoni # Panasonic AVC Networks Company
@@ -19427,6 +19659,7 @@
90:18:AE Shanghai # Shanghai Meridian Technologies, Co. Ltd.
90:19:00 ScsSa # SCS SA
90:1B:0E FujitsuT # Fujitsu Technology Solutions GmbH
+90:1D:27 Zte # zte corporation
90:1E:DD GreatCom # GREAT COMPUTER CORPORATION
90:21:55 Htc # HTC Corporation
90:27:E4 Apple # Apple, Inc.
@@ -19447,14 +19680,17 @@
90:55:AE Ericsson # Ericsson, EAB/RWI/K
90:56:82 Lenbrook # Lenbrook Industries Limited
90:59:AF TexasIns # Texas Instruments
+90:5F:2E TctMobil # TCT Mobile Limited
90:5F:8D Modas # modas GmbH
90:61:0C FidaInte # Fida International (S) Pte Ltd
90:67:B5 Alcatel- # Alcatel-Lucent
90:67:F3 AlcatelL # Alcatel Lucent
-90:6D:C8 DlgAutom # DLG AutomaÃÂÃÂÃÂçÃÂÃÂÃÂão Industrial Ltda
+90:6D:C8 DlgAutom # DLG Automação Industrial Ltda
90:6E:BB HonHaiPr # Hon Hai Precision Ind. Co.,Ltd.
90:70:25 GareaMic # Garea Microsys Co.,Ltd.
+90:7A:F1 SnupiTec # SNUPI Technologies
90:7F:61 ChiconyE # Chicony Electronics Co., Ltd.
+90:82:60 Ieee1904 # IEEE 1904.1 Working Group
90:84:0D Apple # Apple, Inc
90:88:A2 IonicsTe # IONICS TECHNOLOGY ME LTDA
90:8D:1D GhTechno # GH Technologies
@@ -19483,6 +19719,7 @@
90:D7:EB TexasIns # Texas Instruments
90:D8:52 Comtec # Comtec Co., Ltd.
90:D9:2C Hug-Wits # HUG-WITSCHI AG
+90:DA:4E Avanu
90:E0:F0 IeeeP172 # IEEE P1722
90:E2:BA Intel # Intel Corporation
90:E6:BA AsustekC # ASUSTek COMPUTER INC.
@@ -19493,18 +19730,19 @@
90:F7:2F Phillips # Phillips Machine & Welding Co., Inc.
90:FB:5B Avaya # Avaya, Inc
90:FB:A6 HonHaiPr # Hon Hai Precision Ind.Co.Ltd
+90:FF:79 MetroEth # Metro Ethernet Forum
94:00:70 Nokia # Nokia Corporation
94:01:49 Autohotb # AutoHotBox
94:0B:2D NetviewT # NetView Technologies(Shenzhen) Co., Ltd
94:0C:6D Tp-LinkT # TP-LINK Technologies Co.,Ltd.
-94:11:DA ItfFrosc # ITF Froschl GmbH
+94:11:DA ItfFrösc # ITF Fröschl GmbH
94:16:73 PointCor # Point Core SARL
94:1D:1C TlabWest # TLab West Systems AB
94:20:53 Nokia # Nokia Corporation
94:21:97 Stalmart # Stalmart Technology Limited
94:23:6E Shenzhen # Shenzhen Junlan Electronic Ltd
94:2E:17 Schneide # Schneider Electric Canada Inc
-94:2E:63 Finsã # FinsÃÂÃÂÃÂécur
+94:2E:63 Finsécur
94:31:9B Alphatro # Alphatronics BV
94:33:DD TacoElec # Taco Electronic Solutions, Inc.
94:39:E5 HonHaiPr # Hon Hai Precision Ind. Co.,Ltd.
@@ -19519,24 +19757,28 @@
94:61:24 Pason # Pason Systems
94:63:D1 SamsungE # Samsung Electronics Co.,Ltd
94:71:AC TctMobil # TCT Mobile Limited
+94:75:6E QinetiqN # QinetiQ North America
94:81:A4 AzurayTe # Azuray Technologies
94:85:7A Evantage # Evantage Industries Corp
94:88:54 TexasIns # Texas Instruments
94:8B:03 EagetInn # EAGET Innovation and Technology Co., Ltd.
94:8D:50 BeamexOy # Beamex Oy Ab
94:8F:EE HughesTe # Hughes Telematics, Inc.
+94:94:26 Apple
94:9B:FD TransNew # Trans New Technology, Inc.
94:9C:55 AltaData # Alta Data Technologies
94:A7:BC Bodymedi # BodyMedia, Inc.
94:AA:B8 JoviewBe # Joview(Beijing) Technology Co. Ltd.
94:AE:61 AlcatelL # Alcatel Lucent
-94:BA:31 Visionte # Visiontec da AmazÃÂÃÂÃÂônia Ltda.
+94:BA:31 Visionte # Visiontec da Amazônia Ltda.
94:C4:E9 Powerlay # PowerLayer Microsystems HongKong Limited
94:C6:EB NovaElec # NOVA electronics, Inc.
94:C7:AF RayliosT # Raylios Technology
+94:C9:62 Teseq # Teseq AG
94:CA:0F Honeywel # Honeywell Analytics
94:CC:B9 Motorola # Motorola Mobility, Inc.
94:CD:AC Creowave # Creowave Oy
+94:CE:2C SonyMobi # Sony Mobile Communications AB
94:D0:19 Cydle # Cydle Corp.
94:D7:23 Shanghai # Shanghai DareGlobal Technologies Co., Ltd
94:D9:3C Enelps
@@ -19550,6 +19792,7 @@
94:E2:26 DOrtizCo # D. ORtiz Consulting, LLC
94:E7:11 XirkaDam # Xirka Dama Persada PT
94:E8:48 FyldeMic # FYLDE MICRO LTD
+94:EB:CD Research # Research In Motion Limited
94:F6:92 Geminico # Geminico co.,Ltd.
94:F7:20 TianjinD # Tianjin Deviser Electronics Instrument Co., Ltd
94:FA:E8 Shenzhen # Shenzhen Eycom Technology Co., Ltd
@@ -19570,11 +19813,13 @@
98:30:00 BeijingK # Beijing KEMACOM Technologies Co., Ltd.
98:35:71 Sub10 # Sub10 Systems Ltd
98:35:B8 Assemble # Assembled Products Corporation
+98:3F:9F ChinaSsj # China SSJ (Suzhou) Network Technology Inc.
98:42:46 SolIndus # SOL INDUSTRY PTE., LTD
98:47:3C Shanghai # SHANGHAI SUNMON COMMUNICATION TECHNOGY CO.,LTD
98:4A:47 ChgHospi # CHG Hospital Beds
98:4B:4A Motorola # Motorola Mobility Inc.
98:4B:E1 Hewlett- # Hewlett-Packard Company
+98:4C:04 Zhangzho # Zhangzhou Keneng Electrical Equipment Co Ltd
98:4C:D3 MantisDe # Mantis Deposition
98:4E:97 Starligh # Starlight Marketing (H. K.) Ltd.
98:52:B1 SamsungE # Samsung Electronics
@@ -19592,7 +19837,7 @@
98:8B:5D SagemCom # SAGEM COMMUNICATION
98:8B:AD Corintec # Corintech Ltd.
98:8E:34 Zhejiang # ZHEJIANG BOXSAM ELECTRONIC CO.,LTD
-98:8E:DD RaychemI # Raychem International
+98:8E:DD TeConnec # TE Connectivity Limerick
98:90:80 Linkpowe # Linkpower Network System Inc Ltd.
98:94:49 Skyworth # Skyworth Wireless Technology Ltd.
98:A7:B0 McstZao # MCST ZAO
@@ -19603,6 +19848,7 @@
98:C8:45 Packetac # PacketAccess
98:D6:86 ChyiLeeI # Chyi Lee industry Co., ltd.
98:D6:BB Apple # Apple, Inc.
+98:D6:F7 LgElectr # LG Electronics
98:D8:8C NortelNe # Nortel Networks
98:DC:D9 Unitec # UNITEC Co., Ltd.
98:E1:65 Accutome
@@ -19620,17 +19866,20 @@
9C:06:6E HyteraCo # Hytera Communications Corporation Limited
9C:0D:AC Tymphany # Tymphany HK Limited
9C:18:74 NokiaDan # Nokia Danmark A/S
+9C:1C:12 ArubaNet # Aruba Networks
9C:1F:DD Accupix # Accupix Inc.
9C:20:7B Apple # Apple Inc
9C:22:0E TascanSe # TASCAN Service GmbH
9C:28:BF Continen # Continental Automotive Czech Republic s.r.o.
9C:2A:70 HonHaiPr # Hon Hai Precision Ind. Co.,Ltd.
+9C:31:78 FoshanHu # Foshan Huadian Intelligent Communications Teachnologies Co.,Ltd
9C:31:B6 KuliteSe # Kulite Semiconductor Products Inc
+9C:3A:AF SamsungE # Samsung Electronics Co.,Ltd
9C:41:7C HameTech # Hame Technology Co., Limited
9C:45:63 DimepSis # DIMEP Sistemas
9C:4A:7B Nokia # Nokia Corporation
9C:4C:AE MesaLabs # Mesa Labs
-9C:4E:20 Cisco # Cisco Systems
+9C:4E:20 Cisco # CISCO SYSTEMS, INC.
9C:4E:36 IntelCor # Intel Corporate
9C:4E:8E Alt # ALT Systems Ltd
9C:53:CD EngicamS # ENGICAM s.r.l.
@@ -19639,7 +19888,7 @@
9C:55:B4 ISESRL # I.S.E. S.r.l.
9C:57:11 FeitianX # Feitian Xunda(Beijing) Aeronautical Information Technology Co., Ltd.
9C:5B:96 Nmr # NMR Corporation
-9C:5C:8D FiremaxI # FIREMAX INDÃÂÃ
¡STRIA E COMÃÂâ°RCIO DE PRODUTOS ELETRÃÂâÂÂNICOS LTDA
+9C:5C:8D FiremaxI # FIREMAX INDÚSTRIA E COMÉRCIO DE PRODUTOS ELETRÔNICOS LTDA
9C:5D:12 Aerohive # Aerohive Networks Inc
9C:5D:95 VtcElect # VTC Electronics Corp.
9C:5E:73 CalibreU # Calibre UK Ltd
@@ -19657,11 +19906,12 @@
9C:8E:DC Teracom # Teracom Limited
9C:93:4E Xerox # Xerox Corporation
9C:95:F8 Smartdoo # SmartDoor Systems, LLC
+9C:98:11 Guangzho # Guangzhou Sunrise Electronics Development Co., Ltd
9C:9C:1D StarkeyL # Starkey Labs Inc.
9C:A1:34 Nike # Nike, Inc.
9C:A3:BA SakuraIn # SAKURA Internet Inc.
9C:AD:EF ObihaiTe # Obihai Technology, Inc.
-9C:AF:CA Cisco # Cisco Systems
+9C:AF:CA Cisco # CISCO SYSTEMS, INC.
9C:B0:08 Ubiquito # Ubiquitous Computing Technology Corporation
9C:B2:06 Procente # PROCENTEC
9C:B7:0D LiteonTe # Liteon Technology Corporation
@@ -19676,6 +19926,8 @@
9C:DF:03 Harman/B # Harman/Becker Automotive Systems GmbH
9C:E1:0E Nctech # NCTech Ltd
9C:E1:D6 JungerAu # Junger Audio-Studiotechnik GmbH
+9C:E6:35 Nintendo # Nintendo Co., Ltd.
+9C:E6:E7 SamsungE # Samsung Electronics Co.,Ltd
9C:EB:E8 BizlinkK # BizLink (Kunshan) Co.,Ltd
9C:F6:1A UtcFireA # UTC Fire and Security
9C:F6:7D RicardoP # Ricardo Prague, s.r.o.
@@ -19687,13 +19939,13 @@
A0:0A:BF WiesonTe # Wieson Technologies Co., Ltd.
A0:0B:BA SamsungE # SAMSUNG ELECTRO-MECHANICS
A0:0C:A1 Sktb"Ski # SKTB "SKiT"
-A0:13:3B Copyrigh # Copyright ÃÂé HiTi Digital, Inc.
+A0:13:3B Copyrigh # Copyright © HiTi Digital, Inc.
A0:16:5C Tangotec # TangoTec Ltd.
A0:18:59 Shenzhen # Shenzhen Yidashi Electronics Co Ltd
A0:19:17 BertelSP # Bertel S.p.a.
A0:21:95 SamsungE # Samsung Electronics Digital Imaging
A0:21:B7 Netgear
-A0:23:1B Telecomp # TeleComp R&D Corp.
+A0:23:1B Telecomp # TeleComp R&D Corp.
A0:2E:F3 UnitedIn # United Integrated Services Co., Led.
A0:36:9F Intel # Intel Corporation
A0:36:F0 Comprehe # Comprehensive Power
@@ -19719,6 +19971,7 @@
A0:6E:50 NanotekE # Nanotek Elektronik Sistemler Ltd. Sti.
A0:71:A9 Nokia # Nokia Corporation
A0:73:32 Cashmast # Cashmaster International Limited
+A0:73:FC RancoreT # Rancore Technologies Private Limited
A0:75:91 SamsungE # Samsung Electronics Co.,Ltd
A0:78:BA Pantech # Pantech Co., Ltd.
A0:82:C7 PTI # P.T.I Co.,LTD
@@ -19741,7 +19994,7 @@
A0:BA:B8 PixonIma # Pixon Imaging
A0:BF:A5 Coresys
A0:C3:DE TritonEl # Triton Electronic Systems Ltd.
-A0:CF:5B Cisco # Cisco Systems
+A0:CF:5B Cisco # CISCO SYSTEMS, INC.
A0:DC:04 Becker-A # Becker-Antriebe GmbH
A0:DD:97 Polarlin # PolarLink Technologies, Ltd
A0:DD:E5 Sharp # SHARP CORPORATION
@@ -19757,29 +20010,31 @@
A0:F3:E4 AlcatelL # Alcatel Lucent IPD
A0:F4:19 Nokia # Nokia Corporation
A0:F4:50 Htc # HTC Corporation
+A0:FE:91 AvatAuto # AVAT Automation GmbH
A4:01:30 Abisyste # ABIsystems Co., LTD
A4:0B:ED CarryTec # Carry Technology Co.,Ltd
-A4:0C:C3 Cisco # Cisco Systems
+A4:0C:C3 Cisco # CISCO SYSTEMS, INC.
A4:13:4E Luxul
A4:17:31 HonHaiPr # Hon Hai Precision Ind. Co.,Ltd.
-A4:18:75 Cisco # Cisco Systems
+A4:18:75 Cisco # CISCO SYSTEMS, INC.
A4:1B:C0 FastecIm # Fastec Imaging Corporation
A4:1F:72 Dell # Dell Inc.
A4:21:8A NortelNe # Nortel Networks
A4:24:B3 Flatfrog # FlatFrog Laboratories AB
A4:29:B7 Bluesky
+A4:2C:08 Masterwo # Masterwork Automodules
A4:33:D1 Fibrlink # Fibrlink Communications Co.,Ltd.
A4:38:FC PlasticL # Plastic Logic
A4:46:6B EocTechn # EOC Technology
A4:46:FA AmtranVi # AmTRAN Video Corporation
A4:4B:15 SunCupid # Sun Cupid Technology (HK) LTD
-A4:4C:11 Cisco # Cisco Systems
+A4:4C:11 Cisco # CISCO SYSTEMS, INC.
A4:4E:2D Adaptive # Adaptive Wireless Solutions, LLC
A4:4E:31 IntelCor # Intel Corporate
A4:50:55 BuswareD # busware.de
A4:52:6F AdbBroad # ADB Broadband Italia
A4:56:1B Mcot # MCOT Corporation
-A4:56:30 Cisco # Cisco Systems
+A4:56:30 Cisco # CISCO SYSTEMS, INC.
A4:5A:1C Smart-El # smart-electronic GmbH
A4:5C:27 Nintendo # Nintendo Co., Ltd.
A4:67:06 Apple # Apple, Inc.
@@ -19790,7 +20045,7 @@
A4:7C:1F GlobalMi # Global Microwave Systems Inc.
A4:85:6B QElectro # Q Electronics Ltd
A4:90:05 ChinaGre # CHINA GREATWALL COMPUTER SHENZHEN CO.,LTD
-A4:93:4C Cisco # Cisco Systems
+A4:93:4C Cisco # CISCO SYSTEMS, INC.
A4:97:BB HitachiI # Hitachi Industrial Equipment Systems Co.,Ltd
A4:99:47 HuaweiTe # Huawei Technologies Co., Ltd
A4:99:81 FujianEl # FuJian Elite Power Tech CO.,LTD.
@@ -19814,19 +20069,24 @@
A4:D1:8F Shenzhen # Shenzhen Skyee Optical Fiber Communication Technology Ltd.
A4:D1:D1 Ecotalit # ECOtality North America
A4:D1:D2 Apple # Apple, Inc.
+A4:D8:56 Qualcomm # Qualcomm Labs Inc.
A4:DA:3F Bionics # Bionics Corp.
A4:DB:2E Kingspan # Kingspan Environmental Ltd
A4:DE:50 TotalWal # Total Walther GmbH
-A4:E3:2E Silicon& # Silicon & Software Systems Ltd.
+A4:E3:2E SiliconS # Silicon & Software Systems Ltd.
A4:E3:91 DenyFont # DENY FONTAINE
A4:E7:31 Nokia # Nokia Corporation
A4:E7:E4 Connex # Connex GmbH
+A4:E9:91 Sistemas # SISTEMAS AUDIOVISUALES ITELSIS S.L.
+A4:EB:D3 SamsungE # Samsung Electronics Co.,Ltd
A4:ED:4E Motorola # Motorola Mobility, Inc.
A4:EE:57 SeikoEps # SEIKO EPSON CORPORATION
A4:EF:52 Telewave # Telewave Co., Ltd.
A4:F7:D0 LanAcces # LAN Accessories Co., Ltd.
+A8:01:80 ImagoTec # IMAGO Technologies GmbH
+A8:06:00 SamsungE # Samsung Electronics Co.,Ltd
A8:16:B2 LgElectr # LG Electronics
-A8:17:58 Elektron # Elektronik System i UmeÃÂ¥ AB
+A8:17:58 Elektron # Elektronik System i Umeå AB
A8:1B:18 Xts # XTS CORP
A8:1F:AF KryptonP # KRYPTON POLSKA
A8:20:66 Apple # Apple Inc
@@ -19835,14 +20095,16 @@
A8:30:AD WeiFangG # Wei Fang Goertek Electronics Co.,Ltd
A8:39:44 Actionte # Actiontec Electronics, Inc
A8:40:41 DraginoT # Dragino Technology Co., Limited
+A8:44:81 Nokia # Nokia Corporation
A8:45:E9 FirichEn # Firich Enterprises CO., LTD.
A8:49:A5 Lisantec # Lisantech Co., Ltd.
A8:54:B2 WistronN # Wistron Neweb Corp.
A8:55:6A Pocketne # Pocketnet Technology Inc.
A8:5B:B0 Shenzhen # Shenzhen Dehoo Technology Co.,Ltd
A8:5B:F3 Audivo # Audivo GmbH
+A8:61:AA Cloudvie # Cloudview Limited
A8:62:A2 Jiwumedi # JIWUMEDIA CO., LTD.
-A8:63:DF Displã # DISPLâ≢AIRE CORPORATION
+A8:63:DF Displair # DISPLAIRE CORPORATION
A8:63:F2 TexasIns # Texas Instruments
A8:65:B2 Dongguan # DONGGUAN YISHANG ELECTRONIC TECHNOLOGY CO., LIMITED
A8:6A:6F Rim
@@ -19856,19 +20118,20 @@
A8:8C:EE Micromad # MicroMade Galka i Drozdz sp.j.
A8:92:2C LgElectr # LG Electronics
A8:93:E6 JiangxiJ # JIANGXI JINGGANGSHAN CKING COMMUNICATION TECHNOLOGY CO.,LTD
+A8:95:B0 AkerSubs # Aker Subsea Ltd
A8:96:8A Apple
A8:98:C6 Shinbo # Shinbo Co., Ltd.
A8:99:5C Aizo # aizo ag
A8:9B:10 Inmotion # inMotion Ltd.
A8:AD:3D Alcatel- # Alcatel-Lucent Shanghai Bell Co., Ltd
A8:B0:AE Leoni
-A8:B1:D4 Cisco # Cisco Systems
+A8:B1:D4 Cisco # CISCO SYSTEMS, INC.
A8:BD:1A HoneyBee # Honey Bee (Hong Kong) Limited
A8:C2:22 Tm-Resea # TM-Research Inc.
A8:CB:95 EastBest # EAST BEST CO., LTD.
A8:CE:90 Cvc
A8:D0:E5 JuniperN # Juniper Networks
-A8:D3:C8 Wachendo # Wachendorff Elektronik GmbH & Co. KG
+A8:D3:C8 Wachendo # Wachendorff Elektronik GmbH & Co. KG
A8:E0:18 Nokia # Nokia Corporation
A8:E3:EE SonyComp # Sony Computer Entertainment Inc.
A8:EF:26 Tritonwa # Tritonwave
@@ -19892,16 +20155,19 @@
AC:14:D2 Wi-Daq # wi-daq, inc.
AC:16:2D HewlettP # Hewlett Packard
AC:17:02 FibarGro # Fibar Group sp. z o.o.
+AC:18:26 SeikoEps # SEIKO EPSON CORPORATION
AC:19:9F SungrowP # SUNGROW POWER SUPPLY CO.,LTD.
AC:20:AA Dmatek # DMATEK Co., Ltd.
AC:2F:A8 Humannix # Humannix Co.,Ltd.
AC:31:9D Shenzhen # Shenzhen TG-NET Botone Technology Co.,Ltd.
AC:34:CB ShanhaiG # Shanhai GBCOM Communication Technology Co. Ltd
+AC:3C:0B Apple
AC:3C:B4 Nilan # Nilan A/S
AC:3D:05 Instores # Instorescreen Aisa
AC:3D:75 Hangzhou # HANGZHOU ZHIWAY TECHNOLOGIES CO.,LTD.
AC:3F:A4 TaiyoYud # TAIYO YUDEN CO.,LTD
AC:40:EA C&TSolut # C&T Solution Inc.
+AC:41:22 EclipseE # Eclipse Electronic Systems Inc.
AC:44:F2 Revolabs # Revolabs Inc
AC:47:23 Genelec
AC:4A:FE HisenseB # Hisense Broadband Multimedia Technology Co.,Ltd.
@@ -19922,6 +20188,7 @@
AC:72:36 LexkingT # Lexking Technology Co., Ltd.
AC:72:89 IntelCor # Intel Corporate
AC:7A:42 Iconnect # iConnectivity
+AC:7B:A1 IntelCor # Intel Corporate
AC:80:D6 Hexatron # Hexatronic AB
AC:81:12 GemtekTe # Gemtek Technology Co., Ltd.
AC:81:F3 Nokia # Nokia Corporation
@@ -19936,8 +20203,9 @@
AC:9A:96 LantiqDe # Lantiq Deutschland GmbH
AC:9B:84 SmakTecn # Smak Tecnologia e Automacao
AC:9C:E4 Alcatel- # Alcatel-Lucent Shanghai Bell Co., Ltd
-AC:A0:16 Cisco # Cisco Systems
+AC:A0:16 Cisco # CISCO SYSTEMS, INC.
AC:A2:2C BaycityT # Baycity Technologies Ltd
+AC:A4:30 Peerless # Peerless AV
AC:AB:8D LyngsoMa # Lyngso Marine A/S
AC:BD:0B Imac # IMAC CO.,LTD
AC:BE:75 UfineTec # Ufine Technologies Co.,Ltd.
@@ -19954,21 +20222,26 @@
AC:D1:80 Crexendo # Crexendo Business Solutions, Inc.
AC:D3:64 AbbAbbSa # ABB SPA, ABB SACE DIV.
AC:D9:D6 Tci # tci GmbH
+AC:DB:DA Shenzhen # Shenzhen Geniatech Inc, Ltd
AC:DE:48 Private
AC:E2:15 HuaweiTe # Huawei Technologies Co., Ltd
AC:E3:48 Madgetec # MadgeTech, Inc
AC:E6:4B Shenzhen # Shenzhen Baojia Battery Technology Co., Ltd.
AC:E8:7B HuaweiTe # Huawei Technologies Co., Ltd
AC:E8:7E Bytemark # Bytemark Computer Consulting Ltd
+AC:E9:7F IotTech # IoT Tech Limited
AC:E9:AA Hay # Hay Systems Ltd
AC:EA:6A GenixInf # GENIX INFOCOMM CO., LTD.
AC:EE:3B 6harmoni # 6harmonics Inc
AC:F0:B2 BeckerEl # Becker Electronics Taiwan Ltd.
AC:F1:DF D-LinkIn # D-Link International
AC:F2:C5 Cisco
+AC:F7:F3 Xiaomi # XIAOMI CORPORATION
AC:F9:7E Elesys # ELESYS INC.
B0:12:03 Dynamics # Dynamics Hong Kong Limited
B0:12:66 Futaba-K # Futaba-Kikaku
+B0:14:08 Lightspe # LIGHTSPEED INTERNATIONAL CO.
+B0:17:43 EdisonGl # EDISON GLOBAL CIRCUITS LLC
B0:1B:7C OntrolAS # Ontrol A.S.
B0:1C:91 Elim # Elim Co
B0:35:8D Nokia # Nokia Corporation
@@ -20004,6 +20277,7 @@
B0:AC:FA Fujitsu # Fujitsu Limited
B0:B2:DC ZyxelCom # Zyxel Communications Corporation
B0:B3:2B SlicanSp # Slican Sp. z o.o.
+B0:B4:48 TexasIns # Texas Instruments
B0:B8:D5 NanjingN # Nanjing Nengrui Auto Equipment CO.,Ltd
B0:BD:6D Echostre # Echostreams Innovative Solutions
B0:BD:A1 ZakladEl # ZAKLAD ELEKTRONICZNY SIMS
@@ -20025,6 +20299,7 @@
B0:EC:71 SamsungE # Samsung Electronics Co.,Ltd
B0:EE:45 Azurewav # AzureWave Technologies, Inc.
B0:F1:BC DhemaxIn # Dhemax Ingenieros Ltda
+B0:FA:EB Cisco
B4:00:9C Cablewor # CableWorld Ltd.
B4:01:42 GciScien # GCI Science & Technology Co.,LTD
B4:04:18 Smartchi # Smartchip Integrated Inc.
@@ -20034,7 +20309,7 @@
B4:0C:25 PaloAlto # Palo Alto Networks
B4:0E:96 Heran
B4:0E:DC Lg-Erics # LG-Ericsson Co.,Ltd.
-B4:14:89 Cisco # Cisco Systems
+B4:14:89 Cisco # CISCO SYSTEMS, INC.
B4:1D:EF Internet # Internet Laboratories, Inc.
B4:21:1D BeijingG # Beijing GuangXin Technology Co., Ltd
B4:21:8A DogHunte # Dog Hunter LLC
@@ -20059,6 +20334,7 @@
B4:62:93 SamsungE # Samsung Electronics Co.,Ltd
B4:67:E9 QingdaoG # Qingdao GoerTek Technology Co., Ltd.
B4:74:9F AskeyCom # askey computer corp
+B4:7F:5E Foresigh # Foresight Manufacture (S) Pte Ltd
B4:82:55 Research # Research Products Corporation
B4:82:C5 Relay2 # Relay2, Inc.
B4:82:FE AskeyCom # Askey Computer Corp
@@ -20069,7 +20345,7 @@
B4:9D:B4 AxionTec # Axion Technologies Inc.
B4:9E:E6 Shenzhen # SHENZHEN TECHNOLOGY CO LTD
B4:A4:B5 ZenEye # Zen Eye Co.,Ltd
-B4:A4:E3 Cisco # Cisco Systems
+B4:A4:E3 Cisco # CISCO SYSTEMS, INC.
B4:A5:A9 Modi # MODI GmbH
B4:AA:4D Ensequen # Ensequence, Inc.
B4:AB:2C MtmTechn # MtM Technology Corporation
@@ -20085,6 +20361,7 @@
B4:CF:DB Shenzhen # Shenzhen Jiuzhou Electric Co.,LTD
B4:D8:A9 Betterbo # BetterBots
B4:D8:DE IotaComp # iota Computing, Inc.
+B4:DD:15 Controlt # ControlThings Oy Ab
B4:DF:3B Chromlec # Chromlech
B4:DF:FA LitemaxE # Litemax Electronics Inc.
B4:E0:CD IoTurbin # IO Turbine, Inc.
@@ -20097,20 +20374,23 @@
B4:F2:E8 Pace # Pace plc
B4:F3:23 Petatel # PETATEL INC.
B4:FC:75 SemaElec # SEMA Electronics(HK) CO.,LTD
+B4:FE:8C CentroSi # Centro Sicurezza Italia SpA
B8:03:05 IntelCor # Intel Corporate
B8:04:15 BayanAud # Bayan Audio
B8:0B:9D RopexInd # ROPEX Industrie-Elektronik GmbH
B8:14:13 KeenHigh # Keen High Holding(HK) Ltd.
+B8:16:19 Motorola # Motorola Mobility, Inc.
B8:17:C2 Apple # Apple, Inc.
B8:19:99 Nesys
B8:20:E7 Guangzho # Guangzhou Horizontal Information & Network Integration Co. Ltd
B8:24:10 MagnetiM # Magneti Marelli Slovakia s.r.o.
-B8:26:D4 Furukawa # Furukawa Industrial S.A. Produtos ElÃÂétricos
+B8:26:D4 Furukawa # Furukawa Industrial S.A. Produtos Elétricos
B8:27:EB Raspberr # Raspberry Pi Foundation
B8:28:8B ParkerHa # Parker Hannifin
B8:29:F7 BlasterT # Blaster Tech
-B8:2A:DC EfrEurop # EFR EuropÃÂäische Funk-Rundsteuerung GmbH
+B8:2A:DC EfrEurop # EFR Europäische Funk-Rundsteuerung GmbH
B8:2C:A0 Honeywel # Honeywell HomMed
+B8:38:CA KyokkoTs # Kyokko Tsushin System CO.,LTD
B8:3A:7B Worldpla # Worldplay (Canada) Inc.
B8:3D:4E Shenzhen # Shenzhen Cultraview Digital Technology Co.,Ltd Shanghai Branch
B8:3E:59 Roku # Roku, Inc
@@ -20119,25 +20399,29 @@
B8:58:10 Numera # NUMERA, INC.
B8:5A:F7 Ouya # Ouya, Inc
B8:5A:FE HandaerC # Handaer Communication Technology (Beijing) Co., Ltd
+B8:60:91 OnnetTec # Onnet Technologies and Innovations LLC
B8:61:6F AcctonWi # Accton Wireless Broadband(AWB), Corp.
-B8:62:1F Cisco # Cisco Systems
+B8:62:1F Cisco # CISCO SYSTEMS, INC.
B8:64:91 CkTeleco # CK Telecom Ltd
B8:65:3B Bolymin # Bolymin, Inc.
B8:6B:23 Toshiba
B8:70:F4 CompalIn # COMPAL INFORMATION (KUNSHAN) CO., LTD.
B8:74:24 Viessman # Viessmann Elektronik GmbH
B8:74:47 Converge # Convergence Technologies
+B8:76:3F HonHaiPr # Hon Hai Precision Ind. Co.,Ltd.
B8:77:C3 DecagonD # Decagon Devices, Inc.
+B8:78:2E Apple
B8:79:7E SecureMe # Secure Meters (UK) Limited
B8:87:1E GoodMind # Good Mind Industries Co., Ltd.
B8:88:E3 CompalIn # COMPAL INFORMATION (KUNSHAN) CO., LTD
B8:89:CA IljinEle # ILJIN ELECTRIC Co., Ltd.
+B8:8A:60 IntelCor # Intel Corporate
B8:8D:12 Apple # Apple, Inc.
B8:8E:3A Infinite # Infinite Technologies JLT
B8:8F:14 Analytic # Analytica GmbH
-B8:92:1D BgT&Amp; # BG T&A
+B8:92:1D BgT&A # BG T&A
B8:94:D2 RetailIn # Retail Innovation HTT AB
-B8:96:74 Alldsp&A # AllDSP GmbH & Co. KG
+B8:96:74 Alldsp # AllDSP GmbH & Co. KG
B8:97:5A BiostarM # BIOSTAR Microtech Int'l Corp.
B8:98:B0 Atlona # Atlona Inc.
B8:9A:ED Oceanser # OceanServer Technology, Inc
@@ -20154,7 +20438,8 @@
B8:BA:68 XiAnJizh # Xi'an Jizhong Digital Communication Co.,Ltd
B8:BA:72 Cynove
B8:BB:6D Eneres # ENERES Co.,Ltd.
-B8:BE:BF Cisco # Cisco Systems
+B8:BE:BF Cisco # CISCO SYSTEMS, INC.
+B8:C4:6F Primmcon # PRIMMCON INDUSTRIES INC
B8:C6:8E SamsungE # Samsung Electronics Co.,Ltd
B8:C7:16 Fiberhom # Fiberhome Telecommunication Technologies Co.,LTD
B8:C7:5D Apple # Apple, Inc.
@@ -20204,6 +20489,7 @@
BC:51:FE SwannCom # Swann Communications Pty Ltd
BC:52:B7 Apple # Apple Inc
BC:5F:F4 AsrockIn # ASRock Incorporation
+BC:62:9F TelenetP # Telenet Systems P. Ltd.
BC:67:78 Apple # Apple Inc
BC:67:84 Environi # Environics Oy
BC:6A:16 Tdvine
@@ -20220,6 +20506,7 @@
BC:83:A7 Shenzhen # SHENZHEN CHUANGWEI-RGB ELECTRONICS CO.,LT
BC:85:1F SamsungE # Samsung Electronics
BC:8B:55 NppEliks # NPP ELIKS America Inc. DBA T&M Atlantic
+BC:92:6B Apple
BC:99:BC FonseeTe # FonSee Technology Inc.
BC:9D:A5 DascomEu # DASCOM Europe GmbH
BC:A4:E1 Nabto
@@ -20235,6 +20522,7 @@
BC:C8:10 CiscoSpv # Cisco SPVTG
BC:CD:45 Voismart
BC:CF:CC Htc # HTC Corporation
+BC:D1:77 Tp-LinkT # TP-LINK TECHNOLOGIES CO.,LTD.
BC:D5:B6 D2dTechn # d2d technologies
BC:D9:40 Asr # ASR Co,.Ltd.
BC:E0:9D Eoslink
@@ -20246,6 +20534,7 @@
BC:FF:AC Topcon # TOPCON CORPORATION
C0:00:00 WesternD # Western Digital (may be reversed 00 00 C0?)
C0:0D:7E Additech # Additech, Inc.
+C0:11:A6 Fort-Tel # Fort-Telecom ltd.
C0:12:42 AlphaSec # Alpha Security Products
C0:14:3D HonHaiPr # Hon Hai Precision Ind. Co.,Ltd.
C0:18:85 HonHaiPr # Hon Hai Precision Ind. Co.,Ltd.
@@ -20265,17 +20554,19 @@
C0:41:F6 LgElectr # LG Electronics Inc
C0:44:E3 Shenzhen # Shenzhen Sinkna Electronics Co., LTD
C0:49:3D Maitrise # MAITRISE TECHNOLOGIQUE
+C0:4A:00 Tp-LinkT # TP-LINK TECHNOLOGIES CO.,LTD.
C0:58:A7 Pico # Pico Systems Co., Ltd.
C0:5E:6F VStonkau # V. Stonkaus firma "Kodinis Raktas"
C0:5E:79 Shenzhen # SHENZHEN HUAXUN ARK TECHNOLOGIES CO.,LTD
-C0:62:6B Cisco # Cisco Systems
+C0:62:6B Cisco # CISCO SYSTEMS, INC.
C0:6C:0F DobbsSta # Dobbs Stanford
C0:7E:40 Shenzhen # SHENZHEN XDK COMMUNICATION EQUIPMENT CO.,LTD
C0:81:70 EffigisG # Effigis GeoSolutions
C0:83:0A 2wire
C0:84:7A Apple # Apple, Inc.
+C0:88:5B SndTech # SnD Tech Co., Ltd.
C0:8A:DE RuckusWi # Ruckus Wireless
-C0:8B:6F SISistem # S I Sistemas Inteligentes Eletronicos Ltda
+C0:8B:6F SISistem # S I Sistemas Inteligentes Eletrônicos Ltda
C0:91:32 PatriotM # Patriot Memory
C0:91:34 Procurve # ProCurve Networking by HP
C0:9C:92 Coby
@@ -20289,13 +20580,14 @@
C0:AC:54 Sagemcom
C0:B3:39 Comigo # Comigo Ltd.
C0:B3:57 YoshikiE # Yoshiki Electronics Industry Ltd.
+C0:B8:B1 Bitbox # BitBox Ltd
C0:BA:E6 Applicat # Application Solutions (Safety and Security) Ltd
C0:BD:42 ZpaSmart # ZPA Smart Energy a.s.
C0:C1:C0 Cisco-Li # Cisco-Linksys, LLC
C0:C5:20 RuckusWi # Ruckus Wireless
C0:C9:46 MitsuyaL # MITSUYA LABORATORIES INC.
C0:CB:38 HonHaiPr # Hon Hai Precision Ind. Co.,Ltd.
-C0:CF:A3 Creative # Creative Electronics & Software, Inc.
+C0:CF:A3 Creative # Creative Electronics & Software, Inc.
C0:D0:44 Sagemcom
C0:D9:62 AskeyCom # Askey Computer Corp.
C0:DF:77 ConradEl # Conrad Electronic SE
@@ -20306,7 +20598,7 @@
C4:01:42 Maxmedia # MaxMedia Technology Limited
C4:01:7C RuckusWi # Ruckus Wireless
C4:01:B1 Seektech # SeekTech INC
-C4:0A:CB Cisco # Cisco Systems
+C4:0A:CB Cisco # CISCO SYSTEMS, INC.
C4:0F:09 HermesEl # Hermes electronic GmbH
C4:10:8A RuckusWi # Ruckus Wireless
C4:16:FA Prysm # Prysm Inc
@@ -20326,24 +20618,29 @@
C4:46:19 HonHaiPr # Hon Hai Precision Ind. Co.,Ltd.
C4:4A:D0 Fireflie # FIREFLIES RTLS
C4:4B:44 Omniprin # Omniprint Inc.
+C4:4E:AC Shenzhen # Shenzhen Shiningworth Technology Co., Ltd.
C4:55:A6 CadacHol # Cadac Holdings Ltd
C4:55:C2 Bach-Sim # Bach-Simpson
C4:56:00 GalleonE # Galleon Embedded Computing
+C4:58:C2 Shenzhen # Shenzhen TATFOOK Technology Co., Ltd.
C4:59:76 Fugoo
+C4:5D:D8 HdmiForu # HDMI Forum
C4:60:44 EverexEl # Everex Electronics Limited
C4:63:54 U-Raku # U-Raku, Inc.
-C4:64:13 Cisco # Cisco Systems
+C4:64:13 Cisco # CISCO SYSTEMS, INC.
C4:67:B5 Libraton # Libratone A/S
C4:6A:B7 XiaomiTe # Xiaomi Technology,Inc.
C4:6D:F1 Datagrav # DataGravity
C4:71:30 FonTechn # Fon Technology S.L.
-C4:71:FE Cisco # Cisco Systems
+C4:71:FE Cisco # CISCO SYSTEMS, INC.
C4:73:1E SamsungE # Samsung Eletronics Co., Ltd
C4:7B:2F BeijingJ # Beijing JoinHope Image Technology Ltd.
C4:7B:A3 Navis # NAVIS Inc.
-C4:7D:4F Cisco # Cisco Systems
+C4:7D:4F Cisco # CISCO SYSTEMS, INC.
+C4:7D:CC Motorola # Motorola Solutions Inc.
C4:82:3F FujianNe # Fujian Newland Auto-ID Tech. Co,.Ltd.
C4:85:08 Intel # Intel Corporation
+C4:88:E5 SamsungE # Samsung Electronics Co.,Ltd
C4:93:00 8devices
C4:93:13 100fioNe # 100fio networks technology llc
C4:95:A2 Shenzhen # SHENZHEN WEIJIU INDUSTRY AND TRADE DEVELOPMENT CO., LTD
@@ -20358,8 +20655,10 @@
C4:D4:89 JiangsuJ # JiangSu Joyque Information Industry Co.,Ltd
C4:D9:87 IntelCor # Intel Corporate
C4:DA:26 NoblexSa # NOBLEX SA
+C4:E0:32 Ieee1904 # IEEE 1904.1 Working Group
C4:E1:7C U2s # U2S co.
C4:E7:BE Scspro # SCSpro Co.,Ltd
+C4:EB:E3 RrcnSas # RRCN SAS
C4:ED:BA TexasIns # Texas Instruments
C4:EE:AE VssMonit # VSS Monitoring
C4:EE:F5 Oclaro # Oclaro, Inc.
@@ -20370,6 +20669,7 @@
C8:07:18 Tdsi
C8:0A:A9 QuantaCo # Quanta Computer Inc.
C8:0E:77 LeShiZhi # Le Shi Zhi Xin Electronic Technology (Tianjin) Co.,Ltd
+C8:0E:95 Omnilync # OmniLync Inc.
C8:19:F7 SamsungE # Samsung Electronics Co.,Ltd
C8:1A:FE Dlogic # DLOGIC GmbH
C8:1E:8E AdvSecur # ADV Security (S) Pte Ltd
@@ -20388,13 +20688,14 @@
C8:45:29 ImkNetwo # IMK Networks Co.,Ltd
C8:45:44 Shanghai # Shanghai Enlogic Electric Technology Co., Ltd.
C8:48:F5 MedisonX # MEDISON Xray Co., Ltd
-C8:4C:75 Cisco # Cisco Systems
+C8:4C:75 Cisco # CISCO SYSTEMS, INC.
C8:56:45 Intermas # Intermas France
C8:60:00 AsustekC # ASUSTek COMPUTER INC.
C8:64:C7 Zte # zte corporation
C8:6C:1E Display # Display Systems Ltd
C8:6C:87 ZyxelCom # Zyxel Communications Corp
C8:6C:B6 Optcom # Optcom Co., Ltd.
+C8:6F:1D Apple
C8:72:48 AplicomO # Aplicom Oy
C8:7B:5B Zte # zte corporation
C8:7C:BC Valink # Valink Co., Ltd.
@@ -20406,10 +20707,11 @@
C8:8A:83 Dongguan # Dongguan HuaHong Electronics Co.,Ltd
C8:8B:47 Nolangro # Nolangroup S.P.A con Socio Unico
C8:90:3E PaktonTe # Pakton Technologies
+C8:93:46 Mxchip # MXCHIP Company Limited
C8:93:83 Embedded # Embedded Automation, Inc.
C8:94:D2 JiangsuD # Jiangsu Datang Electronic Products Co., Ltd
C8:97:9F Nokia # Nokia Corporation
-C8:9C:1D Cisco # Cisco Systems
+C8:9C:1D Cisco # CISCO SYSTEMS, INC.
C8:9C:DC Elitegro # ELITEGROUP COMPUTER SYSTEM CO., LTD.
C8:9F:42 VdiiInno # VDII Innovation AB
C8:A0:30 TexasIns # Texas Instruments
@@ -20440,28 +20742,34 @@
C8:DF:7C Nokia # Nokia Corporation
C8:E1:A7 Vertu # Vertu Corporation Limited
C8:EE:08 TangtopT # TANGTOP TECHNOLOGY CO.,LTD
+C8:EE:A6 Shenzhen # Shenzhen SHX Technology Co., Ltd
C8:EF:2E BeijingG # Beijing Gefei Tech. Co., Ltd
C8:F4:06 Avaya # Avaya, Inc
C8:F7:04 Building # Building Block Video
C8:F7:33 IntelCor # Intel Corporate
C8:F9:81 SenecaSR # Seneca s.r.l.
-C8:F9:F9 Cisco # Cisco Systems
+C8:F9:F9 Cisco # CISCO SYSTEMS, INC.
C8:FB:26 CiscoSpv # Cisco SPVTG
C8:FE:30 BejingDa # Bejing DAYO Mobile Communication Technology Ltd.
CC:00:80 TrustSys # TRUST SYSTEM Co.,
+CC:04:7C G-WayMic # G-WAY Microwave
CC:05:1B SamsungE # Samsung Electronics Co.,Ltd
CC:08:E0 Apple # Apple, Inc.
CC:09:C8 Imaqliq # IMAQLIQ LTD
CC:0C:DA Miljovak # Miljovakt AS
+CC:0D:EC CiscoSpv # Cisco SPVTG
CC:14:A6 YichunMy # Yichun MyEnergy Domain, Inc
CC:18:7B Manzanit # Manzanita Systems, Inc.
CC:1E:FF Metrolog # Metrological Group BV
CC:22:18 Innodigi # InnoDigital Co., Ltd.
CC:26:2D VerifiLl # Verifi, LLC
+CC:2D:8C LgElectr # LG ELECTRONICS INC
CC:34:D7 GewissSP # GEWISS S.P.A.
CC:3A:61 SamsungE # SAMSUNG ELECTRO MECHANICS CO., LTD.
+CC:3E:5F HewlettP # Hewlett Packard
CC:43:E3 TrumpSA # Trump s.a.
CC:4B:FB Hellberg # Hellberg Safety AB
+CC:4E:24 BrocadeC # Brocade Communications Systems, Inc.
CC:50:1C KvhIndus # KVH Industries, Inc.
CC:50:76 OcomComm # Ocom Communications, Inc.
CC:52:AF Universa # Universal Global Scientific Industrial Co., Ltd.
@@ -20471,6 +20779,7 @@
CC:59:3E Toumaz # TOUMAZ LTD
CC:5C:75 Weightec # Weightech Com. Imp. Exp. Equip. Pesagem Ltda
CC:5D:4E ZyxelCom # ZyXEL Communications Corporation
+CC:5D:57 Informat # Information System Research Institute,Inc.
CC:60:BB EmpowerR # Empower RF Systems
CC:69:B0 GlobalTr # Global Traffic Technologies, LLC
CC:6B:98 MinetecW # Minetec Wireless Technologies
@@ -20478,6 +20787,7 @@
CC:6D:A0 Roku # Roku, Inc.
CC:6D:EF TjkTieto # TJK Tietolaite Oy
CC:76:69 Seetech
+CC:78:5F Apple
CC:7A:30 CmaxWire # CMAX Wireless Co., Ltd.
CC:7D:37 Motorola # Motorola Mobility, Inc.
CC:7E:E7 Panasoni # Panasonic AVC Networks Company
@@ -20511,7 +20821,7 @@
CC:E7:DF American # American Magnetics, Inc.
CC:EA:1C Dconwork # DCONWORKS Co., Ltd
CC:EE:D9 DetoMech # Deto Mechatronic GmbH
-CC:EF:48 Cisco # Cisco Systems
+CC:EF:48 Cisco # CISCO SYSTEMS, INC.
CC:F3:A5 ChiMeiCo # Chi Mei Communication Systems, Inc
CC:F6:7A AyeckaCo # Ayecka Communication Systems LTD
CC:F8:41 Lumewave
@@ -20529,6 +20839,7 @@
D0:1C:BB BeijingC # Beijing Ctimes Digital Technology Co., Ltd.
D0:23:DB Apple # Apple, Inc.
D0:27:88 HonHaiPr # Hon Hai Precision Ind.Co.Ltd
+D0:2D:B3 HuaweiTe # Huawei Technologies Co., Ltd
D0:31:10 IngenicS # Ingenic Semiconductor Co.,Ltd
D0:37:61 TexasIns # Texas Instruments
D0:46:DC Southwes # Southwest Research Institute
@@ -20536,7 +20847,7 @@
D0:51:62 SonyMobi # Sony Mobile Communications AB
D0:52:A8 Physical # Physical Graph Corporation
D0:54:2D Cambridg # Cambridge Industries(Group) Co.,Ltd.
-D0:57:4C Cisco # Cisco Systems
+D0:57:4C Cisco # CISCO SYSTEMS, INC.
D0:57:85 Pantech # Pantech Co., Ltd.
D0:58:75 ActiveCo # Active Control Technology Inc.
D0:59:C3 Ceramicr # CeraMicro Technology Corporation
@@ -20547,7 +20858,8 @@
D0:67:E5 Dell # Dell Inc
D0:69:9E LuminexL # LUMINEX Lighting Control Equipment
D0:73:8E DongOhPr # DONG OH PRECISION CO., LTD.
-D0:75:BE RenoA&Am # Reno A&E
+D0:73:D5 LifiLabs # LIFI LABS MANAGEMENT PTY LTD
+D0:75:BE RenoA&E # Reno A&E
D0:7D:E5 ForwardP # Forward Pay Systems, Inc.
D0:7E:28 HewlettP # Hewlett Packard
D0:89:99 Apcon # APCON, Inc.
@@ -20556,20 +20868,23 @@
D0:8C:FF Upwis # UPWIS AB
D0:93:F8 Stonestr # Stonestreet One LLC
D0:9B:05 Emtronix
-D0:A3:11 Neuberge # Neuberger GebÃÂïÃÂÿÃÂýudeautomation GmbH
+D0:A3:11 Neuberge # Neuberger Gebäudeautomation GmbH
D0:AE:EC AlphaNet # Alpha Networks Inc.
D0:AF:B6 LinktopT # Linktop Technology Co., LTD
D0:B3:3F Shenzhen # SHENZHEN TINNO MOBILE TECHNOLOGY CO.,LTD.
D0:B4:98 RobertBo # Robert Bosch LLC Automotive Electronics
D0:B5:3D SeproRob # SEPRO ROBOTIQUE
D0:BB:80 ShlTelem # SHL Telemedicine International Ltd.
+D0:BE:2C Cnslink # CNSLink Co., Ltd.
D0:C1:B1 SamsungE # Samsung Electronics Co.,Ltd
-D0:C2:82 Cisco # Cisco Systems
+D0:C2:82 Cisco # CISCO SYSTEMS, INC.
+D0:CD:E1 Scientec # Scientech Electronics
D0:CF:5E EnergyMi # Energy Micro AS
-D0:D0:FD Cisco # Cisco Systems
+D0:D0:FD Cisco # CISCO SYSTEMS, INC.
D0:D2:12 K2net # K2NET Co.,Ltd.
-D0:D2:86 BeckmanC # Beckman Coulter Biomedical K.K.
+D0:D2:86 BeckmanC # Beckman Coulter K.K.
D0:D3:FC Mios # Mios, Ltd.
+D0:D4:71 Mvtech # MVTECH co., Ltd
D0:D6:CC Wintop
D0:DB:32 Nokia # Nokia Corporation
D0:DF:9A LiteonTe # Liteon Technology Corporation
@@ -20584,6 +20899,7 @@
D0:F7:3B HelmutMa # Helmut Mauell GmbH
D4:00:0D PhoenixB # Phoenix Broadband Technologies, LLC.
D4:00:57 McTechno # MC Technologies GmbH
+D4:01:29 Broadcom # Broadcom Corporation
D4:02:4A Delphian # Delphian Systems LLC
D4:0F:B2 AppliedM # Applied Micro Electronics AME bv
D4:10:CF Huanshun # Huanshun Network Science and Technology Co., Ltd.
@@ -20595,7 +20911,10 @@
D4:1E:35 TohoElec # TOHO Electronics INC.
D4:1F:0C TviVisio # TVI Vision Oy
D4:20:6D Htc # HTC Corporation
+D4:22:3F LenovoMo # Lenovo Mobile Communication Technology Ltd.
+D4:27:51 Infopia # Infopia Co., Ltd
D4:28:B2 Iobridge # ioBridge, Inc.
+D4:29:EA Zimory # Zimory GmbH
D4:2C:3D SkyLight # Sky Light Digital Limited
D4:3A:E9 Dongguan # DONGGUAN ipt INDUSTRIAL CO., LTD
D4:3D:67 CarmaInd # Carma Industries Inc.
@@ -20615,14 +20934,15 @@
D4:66:A8 RiedoNet # Riedo Networks GmbH
D4:6C:BF Goodrich # Goodrich ISR
D4:6C:DA Csm # CSM GmbH
+D4:6E:5C HuaweiTe # Huawei Technologies Co., Ltd
D4:6F:42 WaxessUs # WAXESS USA Inc
-D4:79:C3 Camerone # Cameronet GmbH & Co. KG
+D4:79:C3 Camerone # Cameronet GmbH & Co. KG
D4:7B:75 HartingE # HARTING Electronics GmbH & Co. KG
D4:82:3E ArgosyTe # Argosy Technologies, Ltd.
D4:85:64 Hewlett- # Hewlett-Packard Company
D4:87:D8 SamsungE # Samsung Electronics
D4:88:90 SamsungE # Samsung Electronics Co.,Ltd
-D4:8C:B5 Cisco # Cisco Systems
+D4:8C:B5 Cisco # CISCO SYSTEMS, INC.
D4:8F:AA SogecamI # Sogecam Industrial, S.A.
D4:91:AF Electroa # Electroacustica General Iberica, S.A.
D4:93:A0 FidelixO # Fidelix Oy
@@ -20633,20 +20953,23 @@
D4:9C:28 JaybirdG # JayBird Gear LLC
D4:9C:8E Universi # University of FUKUI
D4:9E:6D WuhanZho # Wuhan Zhongyuan Huadian Science & Technology Co.,
-D4:A0:2A Cisco # Cisco Systems
+D4:A0:2A Cisco # CISCO SYSTEMS, INC.
D4:A4:25 SmaxTech # SMAX Technology Co., Ltd.
+D4:A4:99 InviewTe # InView Technology Corporation
D4:A9:28 Greenwav # GreenWave Reality Inc
D4:AA:FF MicroWor # MICRO WORLD
D4:AE:52 Dell # Dell Inc
D4:BE:D9 Dell # Dell Inc
+D4:BF:2D SeContro # SE Controls Asia Pacific Ltd
D4:C1:FC Nokia # Nokia Corporation
D4:C7:66 Acentic # Acentic GmbH
D4:CA:6D Routerbo # Routerboard.com
+D4:CA:6E U-Blox # u-blox AG
D4:CB:AF Nokia # Nokia Corporation
D4:CE:B8 Enatel # Enatel LTD
D4:D1:84 AdbBroad # ADB Broadband Italia
D4:D2:49 PowerEth # Power Ethernet
-D4:D7:48 Cisco # Cisco Systems
+D4:D7:48 Cisco # CISCO SYSTEMS, INC.
D4:D8:98 KoreaCno # Korea CNO Tech Co., Ltd
D4:DF:57 Alpinion # Alpinion Medical Systems
D4:E3:2C SSiedleS # S. Siedle & Sohne
@@ -20654,6 +20977,7 @@
D4:E8:B2 SamsungE # Samsung Electronics
D4:EA:0E Avaya # Avaya, Inc
D4:EC:0C Harley-D # Harley-Davidson Motor Company
+D4:EE:07 Hiwifi # HIWIFI Co., Ltd.
D4:F0:27 NavetasE # Navetas Energy Management
D4:F0:B4 NapcoSec # Napco Security Technologies
D4:F1:43 Iproad # IPROAD.,Inc
@@ -20669,9 +20993,11 @@
D8:19:CE Telesqua # Telesquare
D8:1B:FE Twinlinx # TWINLINX CORPORATION
D8:1C:14 Compacta # Compacta International, Ltd.
-D8:24:BD Cisco # Cisco Systems
+D8:1E:DE B&WGroup # B&W Group Ltd
+D8:24:BD Cisco # CISCO SYSTEMS, INC.
D8:26:B9 Guangdon # Guangdong Coagent Electronics S &T Co., Ltd.
D8:28:C9 GeneralE # General Electric Consumer and Industrial
+D8:29:16 AscentCo # Ascent Communication Technology
D8:29:86 BestWish # Best Wish Technology LTD
D8:2A:7E Nokia # Nokia Corporation
D8:2D:E1 Tricasca # Tricascade Inc.
@@ -20685,7 +21011,7 @@
D8:57:EF SamsungE # Samsung Electronics
D8:5D:4C Tp-LinkT # TP-LINK Technologies Co.,Ltd.
D8:5D:84 CaxSoft # CAx soft GmbH
-D8:67:D9 Cisco # Cisco Systems
+D8:67:D9 Cisco # CISCO SYSTEMS, INC.
D8:6B:F7 Nintendo # Nintendo Co., Ltd.
D8:6C:E9 Sagemcom # SAGEMCOM SAS
D8:71:57 LenovoMo # Lenovo Mobile Communication Technology Ltd.
@@ -20698,12 +21024,14 @@
D8:96:85 Gopro
D8:97:3B EmersonN # Emerson Network Power Embedded Power
D8:97:60 C2Develo # C2 Development, Inc.
+D8:9D:67 HewlettP # Hewlett Packard
D8:9D:B9 Emegatec # eMegatech International Corp.
D8:9E:3F Apple # Apple, Inc.
D8:A2:5E Apple # Apple, Inc.
D8:AE:90 ItibiaTe # Itibia Technologies
D8:AF:3B Hangzhou # Hangzhou Bigbright Integrated communications system Co.,Ltd
D8:AF:F1 Panasoni # Panasonic Appliances Company
+D8:B0:2E Guangzho # Guangzhou Zonerich Business Machine Co., Ltd
D8:B1:2A Panasoni # Panasonic Mobile Communications Co., Ltd.
D8:B3:77 Htc # HTC Corporation
D8:B6:C1 Networka # NetworkAccountant, Inc.
@@ -20732,13 +21060,15 @@
DC:02:8E Zte # zte corporation
DC:05:ED Nabtesco # Nabtesco Corporation
DC:07:C1 Hangzhou # HangZhou QiYang Technology Co.,Ltd.
-DC:0B:1A AdbBroad # ADB Broadband SpA
+DC:0B:1A AdbBroad # ADB Broadband Italia
DC:0E:A1 CompalIn # COMPAL INFORMATION (KUNSHAN) CO., LTD
DC:16:A2 Medtroni # Medtronic Diabetes
DC:17:5A HitachiH # Hitachi High-Technologies Corporation
DC:1D:9F UBTech # U & B tech
+DC:1D:D4 Microste # Microstep-MIS spol. s r.o.
DC:1E:A3 Accensus # Accensus LLC
DC:20:08 AsdElect # ASD Electronics Ltd
+DC:2A:14 Shanghai # Shanghai Longjing Technology Co.
DC:2B:61 Apple # Apple, Inc.
DC:2B:66 Infobloc # Infoblock
DC:2C:26 ItonTech # Iton Technology Limited
@@ -20753,8 +21083,9 @@
DC:45:17 Motorola # Motorola Mobility, Inc.
DC:49:C9 CascoSig # CASCO SIGNAL LTD
DC:4E:DE ShinyeiT # SHINYEI TECHNOLOGY CO., LTD.
+DC:6F:08 BayStora # Bay Storage Technology
DC:71:44 SamsungE # Samsung Electro Mechanics
-DC:7B:94 Cisco # Cisco Systems
+DC:7B:94 Cisco # CISCO SYSTEMS, INC.
DC:85:DE Azurewav # Azurewave Technologies., inc.
DC:9B:1E Intercom # Intercom, Inc.
DC:9C:52 Sapphire # Sapphire Technology Limited.
@@ -20781,13 +21112,14 @@
DC:E2:AC LumensDi # Lumens Digital Optics Inc.
DC:E7:1C AugElekt # AUG Elektronik GmbH
DC:F0:5D LettaTek # Letta Teknoloji
-DC:F8:58 LorentNe # Lorent NetworksÃÂãÃÂì Inc.
+DC:F8:58 LorentNe # Lorent Networks, Inc.
DC:FA:D5 StrongGe # STRONG Ges.m.b.H.
E0:05:C5 Tp-LinkT # TP-LINK Technologies Co.,Ltd.
E0:06:E6 HonHaiPr # Hon Hai Precision Ind. Co.,Ltd.
E0:0B:28 Inovonic # Inovonics
E0:0C:7F Nintendo # Nintendo Co., Ltd.
E0:14:3E Modoosis # Modoosis Inc.
+E0:18:77 Fujitsu # Fujitsu Limited
E0:1C:41 Aerohive # Aerohive Networks Inc.
E0:1C:EE BravoTec # Bravo Tech, Inc.
E0:1D:3B Cambridg # Cambridge Industries(Group) Co.,Ltd
@@ -20808,12 +21140,14 @@
E0:55:97 Emergent # Emergent Vision Technologies Inc.
E0:58:9E LaerdalM # Laerdal Medical
E0:5B:70 Innovid # Innovid, Co., Ltd.
-E0:5D:A6 DetlefFi # Detlef Fink Elektronik & Softwareentwicklung
-E0:5F:B9 Cisco # Cisco Systems
+E0:5D:A6 DetlefFi # Detlef Fink Elektronik & Softwareentwicklung
+E0:5F:B9 Cisco # CISCO SYSTEMS, INC.
E0:61:B2 Hangzhou # HANGZHOU ZENOINTEL TECHNOLOGY CO., LTD
E0:62:90 JinanJov # Jinan Jovision Science & Technology Co., Ltd.
E0:64:BB Digiview # DigiView S.r.l.
E0:69:95 Pegatron # PEGATRON CORPORATION
+E0:75:7D Motorola # Motorola Mobility LLC
+E0:81:77 Greenbyt # GreenBytes, Inc.
E0:87:B1 Nata-Inf # Nata-Info Ltd.
E0:8A:7E Exponent
E0:8F:EC Repotec # REPOTEC CO., LTD.
@@ -20821,6 +21155,7 @@
E0:91:F5 Netgear
E0:94:67 IntelCor # Intel Corporate
E0:95:79 Orthosof # ORTHOsoft inc, d/b/a Zimmer CAS
+E0:9D:31 IntelCor # Intel Corporate
E0:9D:B8 PlanexCo # PLANEX COMMUNICATIONS INC.
E0:A1:D7 Sfr
E0:A3:0F Pevco
@@ -20828,11 +21163,15 @@
E0:AA:B0 GeneralV # GENERAL VISION ELECTRONICS CO. LTD.
E0:AB:FE OrbNetwo # Orb Networks, Inc.
E0:AE:5E AlpsElec # ALPS Electric Co,. Ltd.
+E0:AE:ED Loenk
+E0:B7:B1 Pace # Pace plc
E0:B9:A5 Azurewav # Azurewave
E0:B9:BA Apple # Apple, Inc.
E0:BC:43 C2Micros # C2 Microsystems, Inc.
E0:C2:86 AisaiCom # Aisai Communication Technology Co., Ltd.
E0:C2:B7 Masimo # Masimo Corporation
+E0:C3:F3 Zte # ZTE Corporation
+E0:C6:B3 Mildef # MilDef AB
E0:C7:9D TexasIns # Texas Instruments
E0:C9:22 JirehEne # Jireh Energy Tech., Ltd.
E0:C9:7A Apple # Apple Inc
@@ -20850,6 +21189,7 @@
E0:E7:51 Nintendo # Nintendo Co., Ltd.
E0:E8:E8 OliveTel # Olive Telecommunication Pvt. Ltd
E0:ED:1A Vastrive # vastriver Technology Co., Ltd
+E0:ED:C7 Shenzhen # Shenzhen Friendcom Technology Development Co., Ltd
E0:EE:1B Panasoni # Panasonic Automotive Systems Company of America
E0:EF:25 LintesTe # Lintes Technology Co., Ltd.
E0:F2:11 Digitalw # Digitalwatt
@@ -20862,6 +21202,7 @@
E4:12:89 Topsyste # topsystem Systemhaus GmbH
E4:1C:4B V2Techno # V2 TECHNOLOGY, INC.
E4:1F:13 Ibm # IBM Corp
+E4:25:E7 Apple
E4:25:E9 Color-Ch # Color-Chip
E4:27:71 Smartlab # Smartlabs
E4:2A:D3 MagnetiM # Magneti Marelli S.p.A. Powertrain
@@ -20880,8 +21221,10 @@
E4:4F:5F EdsElekt # EDS Elektronik Destek San.Tic.Ltd.Sti
E4:55:EA Dedicate # Dedicated Computing
E4:56:14 SuttleAp # Suttle Apparatus
+E4:57:A8 StuartMa # Stuart Manufacturing, Inc.
E4:64:49 Motorola # Motorola Mobility, Inc.
E4:67:BA DanishIn # Danish Interpretation Systems A/S
+E4:68:A3 HuaweiTe # HUAWEI TECHNOLOGIES CO.,LTD
E4:6C:21 Messma # messMa GmbH
E4:71:85 Securifi # Securifi Ltd
E4:75:1E GetingeS # Getinge Sterilization AB
@@ -20891,6 +21234,7 @@
E4:8A:D5 RfWindow # RF WINDOW CO., LTD.
E4:8B:7F Apple
E4:90:69 Rockwell # Rockwell Automation
+E4:92:E7 Gridlink # Gridlink Tech. Co.,Ltd.
E4:96:AE Altograp # ALTOGRAPHICS Inc.
E4:97:F0 Shanghai # Shanghai VLC Technologies Ltd. Co.
E4:A5:EF TronLink # TRON LINK ELECTRONICS CO., LTD.
@@ -20916,7 +21260,7 @@
E4:FF:DD Electron # ELECTRON INDIA
E8:03:9A SamsungE # Samsung Electronics Co.,LTD
E8:04:0B Apple # Apple, Inc.
-E8:04:62 Cisco # Cisco Systems
+E8:04:62 Cisco # CISCO SYSTEMS, INC.
E8:04:F3 Throught # Throughtek Co., Ltd.
E8:05:6D NortelNe # Nortel Networks
E8:06:88 Apple # Apple, Inc.
@@ -20935,7 +21279,7 @@
E8:3E:B6 Rim
E8:3E:FB Geodesic # GEODESIC LTD.
E8:3E:FC ArrisGro # ARRIS Group, Inc
-E8:40:40 Cisco # Cisco Systems
+E8:40:40 Cisco # CISCO SYSTEMS, INC.
E8:40:F2 Pegatron # PEGATRON CORPORATION
E8:43:B6 Qnap # QNAP Systems, Inc.
E8:4E:06 EdupInte # EDUP INTERNATIONAL (HK) CO., LTD
@@ -20968,13 +21312,14 @@
E8:A4:C1 DeepSeaE # Deep Sea Electronics PLC
E8:AB:FA Shenzhen # Shenzhen Reecam Tech.Ltd.
E8:B4:AE Shenzhen # Shenzhen C&D Electronics Co.,Ltd
-E8:B7:48 Cisco # Cisco Systems
-E8:BA:70 Cisco # Cisco Systems
+E8:B7:48 Cisco # CISCO SYSTEMS, INC.
+E8:BA:70 Cisco # CISCO SYSTEMS, INC.
E8:BE:81 Sagemcom
E8:C2:29 H-Displa # H-Displays (MSC) Bhd
E8:C3:20 AustcoCo # Austco Communication Systems Pty Ltd
E8:CB:A1 Nokia # Nokia Corporation
E8:CC:32 Micronet # Micronet LTD
+E8:CD:2D HuaweiTe # Huawei Technologies Co., Ltd
E8:D0:FA MksInstr # MKS Instruments Deutschland GmbH
E8:D4:83 Ultimate # ULTIMATE Europe Transportation Equipment GmbH
E8:DA:96 ZhuhaiTi # Zhuhai Tianrui Electrical Power Tech. Co., Ltd.
@@ -20986,6 +21331,7 @@
E8:E5:D6 SamsungE # Samsung Electronics Co.,Ltd
E8:E7:32 Alcatel- # Alcatel-Lucent
E8:E7:76 Shenzhen # Shenzhen Kootion Technology Co., Ltd
+E8:E8:75 Is5Commu # iS5 Communications Inc.
E8:F1:B0 Sagemcom # SAGEMCOM SAS
E8:F9:28 RftechSr # RFTECH SRL
EC:0E:D6 ItechIns # ITECH INSTRUMENTS SAS
@@ -20996,15 +21342,17 @@
EC:1A:59 BelkinIn # Belkin International Inc.
EC:23:3D HuaweiTe # Huawei Technologies Co., Ltd
EC:23:68 Intelliv # IntelliVoice Co.,Ltd.
-EC:30:91 Cisco # Cisco Systems
+EC:2C:49 Universi # University of Tokyo
+EC:30:91 Cisco # CISCO SYSTEMS, INC.
+EC:35:86 Apple`
EC:3B:F0 Novelsat
EC:3F:05 Institut # Institute 706, The Second Academy China Aerospace Science & Industry Corp
EC:42:F0 AdlEmbed # ADL Embedded Solutions, Inc.
EC:43:E6 Awcer # AWCER Ltd.
EC:43:F6 ZyxelCom # ZyXEL Communications Corporation
-EC:44:76 Cisco # Cisco Systems
+EC:44:76 Cisco # CISCO SYSTEMS, INC.
EC:46:44 TtkSas # TTK SAS
-EC:46:70 Meinberg # Meinberg Funkuhren GmbH & Co. KG
+EC:46:70 Meinberg # Meinberg Funkuhren GmbH & Co. KG
EC:47:3C RedwireL # Redwire, LLC
EC:49:93 QihanTec # Qihan Technology Co., Ltd
EC:4C:4D ZaoNpkRo # ZAO NPK RoTeK
@@ -21013,7 +21361,7 @@
EC:5C:69 Mitsubis # MITSUBISHI HEAVY INDUSTRIES MECHATRONICS SYSTEMS,LTD.
EC:62:64 Global41 # Global411 Internet Services, LLC
EC:63:E5 EpboardD # ePBoard Design LLC
-EC:66:D1 B&Amp;WG # B&W Group LTD
+EC:66:D1 B&WGroup # B&W Group LTD
EC:6C:9F ChengduV # Chengdu Volans Technology CO.,LTD
EC:7C:74 JustoneT # Justone Technologies Co., Ltd.
EC:7D:9D Mei
@@ -21037,7 +21385,7 @@
EC:BB:AE Digivoic # Digivoice Tecnologia em Eletronica Ltda
EC:BD:09 FusionEl # FUSION Electronics Ltd
EC:C3:8A Accuener # Accuenergy (CANADA) Inc
-EC:C8:82 Cisco # Cisco Systems
+EC:C8:82 Cisco # CISCO SYSTEMS, INC.
EC:CD:6D AlliedTe # Allied Telesis, Inc.
EC:D0:0E Miraerec # MiraeRecognition Co., Ltd.
EC:D1:9A ZhuhaiLi # Zhuhai Liming Industries Co., Ltd
@@ -21054,7 +21402,7 @@
EC:F0:0E Abocom
EC:F2:36 Neomonta # NEOMONTANA ELECTRONICS
EC:FA:AA Ims # The IMS Company
-EC:FC:55 AEberle& # A. Eberle GmbH & Co. KG
+EC:FC:55 AEberle # A. Eberle GmbH & Co. KG
EC:FE:7E Blueradi # BlueRadios, Inc.
F0:00:7F Janz-Con # Janz - Contadores de Energia, SA
F0:02:2B Chrontel
@@ -21064,9 +21412,11 @@
F0:13:C3 Shenzhen # SHENZHEN FENDA TECHNOLOGY CO., LTD
F0:1C:13 LgElectr # LG Electronics
F0:21:9D Cal-Comp # Cal-Comp Electronics & Communications Company Ltd.
+F0:23:29 ShowaDen # SHOWA DENKI CO.,LTD.
F0:24:08 TalarisS # Talaris (Sweden) AB
-F0:25:72 Cisco # Cisco Systems
+F0:25:72 Cisco # CISCO SYSTEMS, INC.
F0:26:4C DrSigris # Dr. Sigrist AG
+F0:29:29 Cisco
F0:2A:61 WaldoNet # Waldo Networks, Inc.
F0:2F:D8 Bi2-Visi # Bi2-Vision
F0:3A:55 OmegaEle # Omega Elektronik AS
@@ -21077,12 +21427,15 @@
F0:4D:A2 Dell # Dell Inc.
F0:4F:7C Private
F0:58:49 Careview # CareView Communications
+F0:5A:09 SamsungE # Samsung Electronics Co.,Ltd
F0:5D:89 Dycon # Dycon Limited
+F0:5D:C8 Duracell # Duracell Powermat
F0:5F:5A Getriebe # Getriebebau NORD GmbH and Co. KG
F0:62:0D Shenzhen # Shenzhen Egreat Tech Corp.,Ltd
F0:62:81 Procurve # ProCurve Networking by HP
F0:65:DD PrimaxEl # Primax Electronics Ltd.
F0:68:53 Integrat # Integrated Corporation
+F0:6B:CA SamsungE # Samsung Electronics Co.,Ltd
F0:73:AE Peak-Sys # PEAK-System Technik
F0:77:D0 Xcellen
F0:7B:CB HonHaiPr # Hon Hai Precision Ind. Co.,Ltd.
@@ -21117,18 +21470,19 @@
F0:DE:71 Shanghai # Shanghai EDO Technologies Co.,Ltd.
F0:DE:B9 Shanghai # ShangHai Y&Y Electronics Co., Ltd
F0:DE:F1 WistronI # Wistron InfoComm (Kunshan)Co
-F0:E5:C3 Draegerw # Draegerwerk AG &amp; Co. KG aA
+F0:E5:C3 Drägerwe # Drägerwerk AG & Co. KG aA
F0:E7:7E SamsungE # Samsung Electronics Co.,Ltd
F0:EC:39 Essec
F0:ED:1E BilkonBi # Bilkon Bilgisayar Kontrollu Cih. Im.Ltd.
F0:EE:BB Vipar # VIPAR GmbH
F0:F0:02 HonHaiPr # Hon Hai Precision Ind. Co.,Ltd.
+F0:F2:60 Mobitec # Mobitec AB
F0:F6:44 Whitesky # Whitesky Science & Technology Co.,Ltd.
F0:F6:69 MotionAn # Motion Analysis Corporation
-F0:F7:55 Cisco # Cisco Systems
+F0:F7:55 Cisco # CISCO SYSTEMS, INC.
F0:F7:B3 Phorm
F0:F8:42 Keebox # KEEBOX, Inc.
-F0:F9:F7 Ies&Amp; # IES GmbH & Co. KG
+F0:F9:F7 Ies # IES GmbH & Co. KG
F0:FD:A0 AcurixNe # Acurix Networks LP
F4:03:21 BenextBV # BeNeXt B.V.
F4:04:4C Valencet # ValenceTech Limited
@@ -21154,6 +21508,7 @@
F4:55:95 Hengbao # HENGBAO Corporation LTD.
F4:55:9C HuaweiTe # Huawei Technologies Co., Ltd
F4:55:E0 NicewayC # Niceway CNC Technology Co.,Ltd.Hunan Province
+F4:58:42 BoxxTv # Boxx TV Ltd
F4:5F:D4 CiscoSpv # Cisco SPVTG
F4:5F:F7 DqTechno # DQ Technology Inc.
F4:60:0D Panoptic # Panoptic Technology, Inc
@@ -21163,7 +21518,8 @@
F4:73:CA Conversi # Conversion Sound Inc.
F4:76:26 Viltechm # Viltechmeda UAB
F4:7A:CC Solidfir # SolidFire, Inc.
-F4:7F:35 Cisco # Cisco Systems
+F4:7B:5E SamsungE # Samsung Eletronics Co., Ltd
+F4:7F:35 Cisco # CISCO SYSTEMS, INC.
F4:87:71 Infoblox
F4:8E:09 Nokia # Nokia Corporation
F4:90:EA DecisoBV # Deciso B.V.
@@ -21171,10 +21527,13 @@
F4:94:66 Countmax # CountMax, ltd
F4:9F:54 SamsungE # Samsung Electronics
F4:A5:2A HawaTech # Hawa Technologies Inc
-F4:AC:C1 Cisco # Cisco Systems
+F4:AC:C1 Cisco # CISCO SYSTEMS, INC.
F4:B1:64 Lightnin # Lightning Telecommunications Technology Co. Ltd
+F4:B3:81 Windowma # WindowMaster A/S
F4:B5:49 YeastarT # Yeastar Technology Co., Ltd.
F4:B7:2A TimeInte # TIME INTERCONNECT LTD
+F4:B7:E2 HonHaiPr # Hon Hai Precision Ind. Co.,Ltd.
+F4:C6:D7 Blackned # blackned GmbH
F4:C7:14 HuaweiDe # Huawei Device Co., Ltd
F4:C7:95 WeyElekt # WEY Elektronik AG
F4:CA:E5 FreeboxS # FREEBOX SA
@@ -21184,9 +21543,11 @@
F4:DC:DA ZhuhaiJi # Zhuhai Jiahe Communication Technology Co., limited
F4:E1:42 DeltaEle # Delta Elektronika BV
F4:E6:D7 SolarPow # Solar Power Technologies, Inc.
-F4:EA:67 Cisco # Cisco Systems
+F4:EA:67 Cisco # CISCO SYSTEMS, INC.
F4:EC:38 Tp-LinkT # TP-LINK TECHNOLOGIES CO., LTD.
+F4:F1:5A Apple
F4:FC:32 TexasIns # Texas Instruments
+F8:01:13 HuaweiTe # Huawei Technologies Co., Ltd
F8:03:32 Khomp
F8:05:1C DrsImagi # DRS Imaging and Targeting Solutions
F8:0B:BE Motorola # Motorola Mobility, Inc.
@@ -21199,7 +21560,9 @@
F8:1D:93 Longdhua # Longdhua(Beijing) Controls Technology Co.,Ltd
F8:1E:DF Apple # Apple, Inc
F8:22:85 CypressT # Cypress Technology CO., LTD.
+F8:2E:DB Rtw # RTW GmbH & Co. KG
F8:2F:5B EgaugeLl # eGauge Systems LLC
+F8:2F:A8 HonHaiPr # Hon Hai Precision Ind. Co.,Ltd.
F8:30:94 Alcatel- # Alcatel-Lucent Telecom Limited
F8:31:3E Endeavou # endeavour GmbH
F8:33:76 GoodMind # Good Mind Innovation Co., Ltd.
@@ -21211,7 +21574,7 @@
F8:50:63 Verathon
F8:52:DF VnlEurop # VNL Europe AB
F8:5F:2A Nokia # Nokia Corporation
-F8:66:F2 Cisco # Cisco Systems
+F8:66:F2 Cisco # CISCO SYSTEMS, INC.
F8:69:71 SeibuEle # Seibu Electric Co.,
F8:6E:CF Arcx # Arcx Inc
F8:71:FE GoldmanS # The Goldman Sachs Group, Inc.
@@ -21249,8 +21612,9 @@
F8:DB:4C PnyTechn # PNY Technologies, INC.
F8:DB:7F Htc # HTC Corporation
F8:DC:7A Variscit # Variscite LTD
+F8:DF:A8 Zte # ZTE Corporation
F8:E4:FB Actionte # Actiontec Electronics, Inc
-F8:E7:B5 UtechEng # uTech Engenharia e AutomaÃÂçao LTDA
+F8:E7:B5 ΜtechEng # µTech Engenharia e Automação LTDA
F8:E9:68 EgkerKft # Egker Kft.
F8:EA:0A Dipl-Mat # Dipl.-Math. Michael Rauch
F8:ED:A5 ArrisGro # ARRIS Group, Inc.
@@ -21283,6 +21647,7 @@
FC:4D:D4 Universa # Universal Global Scientific Industrial Co., Ltd.
FC:50:90 SimexSpZ # SIMEX Sp. z o.o.
FC:52:CE ControlI # Control iD
+FC:58:FA ShenZhen # Shen Zhen Shi Xin Zhong Xin Technology Co.,Ltd.
FC:5B:24 WeibelSc # Weibel Scientific A/S
FC:5B:26 Mikrobit # MikroBits
FC:61:98 NecPerso # NEC Personal Products, Ltd
@@ -21294,6 +21659,7 @@
FC:7C:E7 FciUsaLl # FCI USA LLC
FC:83:29 TreiTech # Trei technics
FC:83:99 Avaya # Avaya, Inc
+FC:8B:97 Shenzhen # Shenzhen Gongjin Electronics Co.,Ltd
FC:8E:7E Pace # Pace plc
FC:8F:C4 Intellig # Intelligent Technology Inc.
FC:94:6C Ubivelox
@@ -21303,6 +21669,7 @@
FC:A1:3E SamsungE # Samsung Electronics
FC:A8:41 Avaya # Avaya, Inc
FC:A9:B0 Miartech # MIARTECH (SHANGHAI),INC.
+FC:AD:0F QtsNetwo # QTS NETWORKS
FC:AF:6A Conemtec # Conemtech AB
FC:C2:3D Atmel # Atmel Corporation
FC:C7:34 SamsungE # Samsung Electronics Co.,Ltd
@@ -21312,6 +21679,8 @@
FC:D4:F2 CocaCola # The Coca Cola Company
FC:D4:F6 MessanaA # Messana Air.Ray Conditioning s.r.l.
FC:D6:BD RobertBo # Robert Bosch GmbH
+FC:DB:96 Enervall # ENERVALLEY CO., LTD
+FC:DD:55 Shenzhen # Shenzhen WeWins wireless Co.,Ltd
FC:E1:92 SichuanJ # Sichuan Jinwangtong Electronic Science&Technology Co,.Ltd
FC:E2:3F ClayPaky # CLAY PAKY SPA
FC:E5:57 Nokia # Nokia Corporation
@@ -21321,12 +21690,12 @@
FC:F5:28 ZyxelCom # ZyXEL Communications Corporation
FC:F8:AE IntelCor # Intel Corporate
FC:FA:F7 Shanghai # Shanghai Baud Data Communication Co.,Ltd.
-FC:FB:FB Cisco # Cisco Systems
+FC:FB:FB Cisco # CISCO SYSTEMS, INC.
#
# Well-known addresses.
#
-# $Id: manuf 46180 2012-11-25 16:04:34Z gerald $
+# $Id: manuf 47316 2013-01-27 16:04:22Z gerald $
#
# Wireshark - Network traffic analyzer
# By Gerald Combs <gerald [AT] wireshark.org>
|
[-]
[+]
|
Changed |
wireshark-1.6.13.tar.bz2/packaging/macosx/Info.plist
^
|
@@ -8,7 +8,7 @@
<key>CFBundleExecutable</key>
<string>Wireshark</string>
<key>CFBundleGetInfoString</key>
- <string>1.6.12, Copyright 1998-2012 Wireshark Development Team</string>
+ <string>1.6.13, Copyright 1998-2012 Wireshark Development Team</string>
<key>CFBundleIconFile</key>
<string>Wireshark.icns</string>
<key>CFBundleIdentifier</key>
@@ -55,11 +55,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
- <string>1.6.12</string>
+ <string>1.6.13</string>
<key>CFBundleSignature</key>
<string>Wshk</string>
<key>CFBundleVersion</key>
- <string>1.6.12</string>
+ <string>1.6.13</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright 1998-2012 Wireshark Developers, GNU General Public License.</string>
<key>LSMinimumSystemVersion</key>
|
[-]
[+]
|
Changed |
wireshark-1.6.13.tar.bz2/plugins/docsis/packet-cmstatus.c
^
|
@@ -2,7 +2,7 @@
* Routines for DOCSIS 3.0 CM-STATUS Report Message dissection.
* Copyright 2011, Hendrik Robbel <hendrik.robbel[AT]kabeldeutschland.de>
*
- * $Id: packet-cmstatus.c 35873 2011-02-08 01:15:44Z wmeier $
+ * $Id: packet-cmstatus.c 47056 2013-01-14 02:25:16Z eapache $
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
@@ -75,7 +75,7 @@
{
proto_item *it;
proto_tree *tlv_tree;
- guint8 pos = start + 1;
+ guint16 pos = start + 1;
guint8 type, length;
it = proto_tree_add_protocol_format (tree, proto_docsis_cmstatus, tvb, 0, len, "TLV Data");
|
[-]
[+]
|
Changed |
wireshark-1.6.13.tar.bz2/plugins/wimax/packet-wmx.c
^
|
@@ -5,7 +5,7 @@
*
* Author: Lu Pan <lu.pan@intel.com>
*
- * $Id: packet-wmx.c 35590 2011-01-19 22:53:46Z jake $
+ * $Id: packet-wmx.c 47332 2013-01-28 22:34:37Z gerald $
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
@@ -638,6 +638,10 @@
size_of_tlv_length_field = get_tlv_size_of_length(this);
tlv_type = get_tlv_type(this);
+ /* Make sure we're dealing with a valid TLV here */
+ if (get_tlv_type(this) < 0)
+ return tree;
+
/* display the TLV name and display the value in hex. Highlight type, length, and value. */
tlv_item = proto_tree_add_item(tree, hfindex, tvb, start, tlv_value_length, little_endian);
@@ -723,6 +727,10 @@
gchar *message = NULL;
gchar *hex_fmt;
+ /* Make sure we're dealing with a valid TLV here */
+ if (get_tlv_type(this) < 0)
+ return tree;
+
/* Retrieve the necessary TLV information */
tlv_val_offset = get_tlv_value_offset(this);
start_of_tlv = start - tlv_val_offset;
|
[-]
[+]
|
Changed |
wireshark-1.6.13.tar.bz2/services
^
|
@@ -1,6 +1,6 @@
# This is a local copy of the IANA port-numbers file.
#
-# $Id: services 46180 2012-11-25 16:04:34Z gerald $
+# $Id: services 47316 2013-01-27 16:04:22Z gerald $
#
# Wireshark uses it to resolve port numbers into human readable
# service names, e.g. TCP port 80 -> http.
@@ -14,7 +14,7 @@
# Service Name and Transport Protocol Port Number Registry
#
# Last Updated
-# 2012-11-20
+# 2013-01-24
#
# Experts
#
@@ -835,7 +835,7 @@
gist 270/udp # Q-mode encapsulation for [RFC5971]
# GIST messages
# IETF Network Endpoint
-pt-tls 271/tcp # Assessment (NEA) Posture [IESG] [IETF_Chair] 2012-07-31 [draft-ietf-nea-pt-tls-06] 1 year TEMPORARY Assignment
+pt-tls 271/tcp # Assessment (NEA) Posture [IESG] [IETF_Chair] 2012-07-31 [RFC-ietf-nea-pt-tls-08]
# Transport Protocol over TLS
# (PT-TLS)
# 271 udp Reserved
@@ -886,10 +886,10 @@
pip 321/udp # PIP [Gordon_Mohr] [Gordon_Mohr]
rtsps 322/tcp # RTSPS [Anders_Klemets] [Anders_Klemets]
rtsps 322/udp # RTSPS [Anders_Klemets] [Anders_Klemets]
-rpki-rtr 323/tcp # Resource PKI to Router [IESG] [IETF_Chair] [RFC-ietf-sidr-rpki-rtr-26]
+rpki-rtr 323/tcp # Resource PKI to Router [IESG] [IETF_Chair] [RFC6810]
# Protocol
# 323 udp Reserved
-rpki-rtr-tls 324/tcp # Resource PKI to Router [IESG] [IETF_Chair] [RFC-ietf-sidr-rpki-rtr-26]
+rpki-rtr-tls 324/tcp # Resource PKI to Router [IESG] [IETF_Chair] [RFC6810]
# Protocol over TLS
# 324 udp Reserved
# 325-332 Unassigned
@@ -3335,7 +3335,9 @@
dmdocbroker 1489/udp # dmdocbroker [Razmik_Abnous] [Razmik_Abnous]
insitu-conf 1490/tcp # insitu-conf [Paul_Blacknell] [Paul_Blacknell]
insitu-conf 1490/udp # insitu-conf [Paul_Blacknell] [Paul_Blacknell]
-# 1491 Unassigned 2009-08-05
+# Unauthorized
+# 1491 Unassigned 2009-08-05 Use Known on
+# port 1491
stone-design-1 1492/tcp # stone-design-1 [Andrew_Stone] [Andrew_Stone]
stone-design-1 1492/udp # stone-design-1 [Andrew_Stone] [Andrew_Stone]
# netmap_lm
@@ -6136,8 +6138,12 @@
gcmonitor 2660/udp # GC Monitor [Gustavo_Rodriguez_Ri] [Gustavo_Rodriguez_Ri]
olhost 2661/tcp # OLHOST [Robert_Ripberger] [Robert_Ripberger]
olhost 2661/udp # OLHOST [Robert_Ripberger] [Robert_Ripberger]
-bintec-capi 2662/tcp # BinTec-CAPI
-bintec-capi 2662/udp # BinTec-CAPI
+# Unauthorized
+bintec-capi 2662/tcp # BinTec-CAPI Use Known on
+# port 2662
+# Unauthorized
+bintec-capi 2662/udp # BinTec-CAPI Use Known on
+# port 2662
bintec-tapi 2663/tcp # BinTec-TAPI
bintec-tapi 2663/udp # BinTec-TAPI
patrol-mq-gm 2664/tcp # Patrol for MQ GM
@@ -9945,9 +9951,9 @@
gaia 4340/tcp # Gaia Connector Protocol [Philippe_Detournay] [Philippe_Detournay] 2007-11-12
gaia 4340/udp # Gaia Connector Protocol [Philippe_Detournay] [Philippe_Detournay] 2007-11-12
lisp-data 4341/tcp # LISP Data Packets [Dino_Farinacci] [Dino_Farinacci] 2007-11-12
-lisp-data 4341/udp # LISP Data Packets [IESG] [IETF_Chair] 2007-11-12 2012-04-26 [draft-ietf-lisp-22]
+lisp-data 4341/udp # LISP Data Packets [IESG] [IETF_Chair] 2007-11-12 2012-04-26 [RFC6830]
lisp-cons 4342/tcp # LISP-CONS Control
-lisp-control 4342/udp # LISP Data-Triggered Control [IESG] [IETF_Chair] 2007-05 2012-04-26 [draft-ietf-lisp-22]
+lisp-control 4342/udp # LISP Control Packets [IESG] [IETF_Chair] 2007-05 2012-04-26 [RFC6830]
unicall 4343/tcp # UNICALL [James_Powell_2] [James_Powell_2]
unicall 4343/udp # UNICALL [James_Powell_2] [James_Powell_2]
vinainstall 4344/tcp # VinaInstall [Jay_Slupesky] [Jay_Slupesky]
@@ -10469,7 +10475,11 @@
# Synchronization Protocol
fmp 4745/tcp # Funambol Mobile Push [Andrea_Gazzaniga] [Andrea_Gazzaniga] 2007-01
fmp 4745/udp # Funambol Mobile Push [Andrea_Gazzaniga] [Andrea_Gazzaniga] 2007-01
-# 4746-4748 Unassigned
+# 4746 Unassigned
+buschtrommel 4747/udp # peer-to-peer file exchange [None] [Tobias_Sturm] 2013-01-14
+# protocol
+# 4747 tcp Reserved
+# 4748-4748 Unassigned
profilemac 4749/tcp # Profile for Mac [David_Sinclair] [David_Sinclair] 2006-05
profilemac 4749/udp # Profile for Mac [David_Sinclair] [David_Sinclair] 2006-05
ssad 4750/tcp # Simple Service Auto [Dr_Horst_Herb] [Dr_Horst_Herb] 2005-12
@@ -11206,10 +11216,11 @@
# TLS
stun-behaviors 5349/udp # Reserved for a future [RFC5780]
# enhancement of STUN-BEHAVIOR
-nat-pmp-status 5350/tcp # NAT-PMP Status Announcements [Stuart_Cheshire] [Stuart_Cheshire] 2007-12-03
-nat-pmp-status 5350/udp # NAT-PMP Status Announcements [Stuart_Cheshire] [Stuart_Cheshire] 2007-12-03
-nat-pmp 5351/tcp # NAT Port Mapping Protocol [Joshua_Graessley] [Joshua_Graessley] 2004-12
-nat-pmp 5351/udp # NAT Port Mapping Protocol [Joshua_Graessley] [Joshua_Graessley] 2004-12
+# 5350 tcp Reserved
+pcp-multicast 5350/udp # Port Control Protocol [IESG] [IETF_Chair] [RFC-ietf-pcp-base-29]
+# Multicast
+# 5351 tcp Reserved
+pcp 5351/udp # Port Control Protocol [IESG] [IETF_Chair] [RFC-ietf-pcp-base-29]
dns-llq 5352/tcp # DNS Long-Lived Queries [Kiren_Sekar] [Kiren_Sekar] 2005-08
dns-llq 5352/udp # DNS Long-Lived Queries [Kiren_Sekar] [Kiren_Sekar] 2005-08
mdns 5353/tcp # Multicast DNS [IESG] [IETF_Chair] [RFC-cheshire-dnsext-multicastdns-15]
@@ -11528,7 +11539,8 @@
# SAIC NRPE
filemq 5670/tcp # ZeroMQ file [ZeroMQ.org] [Pieter_Hintjens2] 2012-11-01
# publish-subscribe protocol
-# 5670 udp Reserved
+zre-disc 5670/udp # Local area discovery and [None] [Pieter_Hintjens_3] 2012-12-17
+# messaging over ZeroMQ
amqps 5671/tcp # amqp protocol over TLS/SSL [Ted_Ross_2] [Ted_Ross_2] 2008-03-26
amqps 5671/udp # amqp protocol over TLS/SSL [Ted_Ross_2] [Ted_Ross_2] 2008-03-26
amqp 5672/tcp # AMQP [Pieter_Hintjens] [Pieter_Hintjens] 2006-01
@@ -11801,7 +11813,9 @@
msft-dpm-cert 6076/tcp # Microsoft DPM WCF [Microsoft_Corporation] [Prateek_Sharma] 2011-08-04
# Certificates
# 6076 udp Reserved
-# 6077-6081 Unassigned
+iconstructsrv 6077/tcp # iConstruct Server [iConstruct_Aus_Pty_Ltd] [Afshin_Jafari] 2012-12-21
+# 6077 udp Reserved
+# 6078-6081 Unassigned
# 6082 tcp Reserved
# APCO Project 25 Common Air
p25cai 6082/udp # Interface - UDP [APCO_Project] [APCO_Project] 2011-05-13
@@ -12756,7 +12770,9 @@
# Production
drm-production 7171/udp # Discovery and Retention Mgt [Micha_Ben_Efraim_3] [Micha_Ben_Efraim_3] 2010-02-18
# Production
-# 7172 Unassigned
+metalbend 7172/tcp # Port used for MetalBend [Micha_Ben_Efraim_4] [Micha_Ben_Efraim_4] 2012-11-27
+# programmable interface
+# 7172 udp Reserved
zsecure 7173/tcp # zSecure Server [Hans_Schoone] [Hans_Schoone] 2010-10-01
# 7173 udp Reserved
clutild 7174/tcp # Clutild [Cheryl_Stoutenburg] [Cheryl_Stoutenburg]
@@ -13437,7 +13453,10 @@
# 8446-8449 Unassigned
npmp 8450/tcp # npmp [Ian_Chard] [Ian_Chard]
npmp 8450/udp # npmp [Ian_Chard] [Ian_Chard]
-# 8451-8469 Unassigned
+# 8451-8456 Unassigned
+nexentamv 8457/tcp # Nexenta Management GUI [Nexenta] [Andrew_Galloway] 2012-12-07
+# 8457 udp Reserved
+# 8458-8469 Unassigned
cisco-avp 8470/tcp # Cisco Address Validation [Cullen_Jennings] [Cullen_Jennings] 2009-02-13
# Protocol
# 8470 udp Reserved
@@ -13503,7 +13522,11 @@
# 8676-8685 Unassigned
sun-as-jmxrmi 8686/tcp # Sun App Server - JMX/RMI [Abhijit_Kumar] [Abhijit_Kumar] 2005-11
sun-as-jmxrmi 8686/udp # Sun App Server - JMX/RMI [Abhijit_Kumar] [Abhijit_Kumar] 2005-11
-# 8687-8698 Unassigned
+# 8687 Unassigned
+openremote-ctrl 8688/tcp # OpenRemote Controller [OpenRemote_Inc] [Juha_Lindfors] 2012-12-18
+# HTTP/REST
+# 8688 udp Reserved
+# 8689-8698 Unassigned
vnyx 8699/tcp # VNYX Primary Port [Gregg_Green] [Gregg_Green] 2004-11
vnyx 8699/udp # VNYX Primary Port [Gregg_Green] [Gregg_Green] 2004-11
# 8700-8710 Unassigned
@@ -13521,7 +13544,9 @@
openqueue 8764/udp # OPENQUEUE [Matt_Jensen] [Matt_Jensen]
ultraseek-http 8765/tcp # Ultraseek HTTP [Walter_Underwood] [Walter_Underwood]
ultraseek-http 8765/udp # Ultraseek HTTP [Walter_Underwood] [Walter_Underwood]
-# 8766-8769 Unassigned
+amcs 8766/tcp # Agilent Connectivity Service [Agilent_Technologies_Inc] [Tom_Fay] 2013-01-16
+amcs 8766/udp # Agilent Connectivity Service [Agilent_Technologies_Inc] [Tom_Fay] 2013-01-16
+# 8767-8769 Unassigned
dpap 8770/tcp # Digital Photo Access [Amandeep_Jawa_2] [Amandeep_Jawa_2] 2004-11 Defined TXT keys: txtvers, Version, iPSh Version, Machine ID,
# Protocol (iPhoto) Machine Name, Password
dpap 8770/udp # Digital Photo Access [Amandeep_Jawa_2] [Amandeep_Jawa_2] 2004-11 Defined TXT keys: txtvers, Version, iPSh Version, Machine ID,
@@ -13724,7 +13749,15 @@
# 9108-9118 Unassigned
mxit 9119/tcp # MXit Instant Messaging [Marnus_Freeman] [Marnus_Freeman] 2006-02
mxit 9119/udp # MXit Instant Messaging [Marnus_Freeman] [Marnus_Freeman] 2006-02
-# 9120-9130 Unassigned
+# 9120-9121 Unassigned
+# Global Relay compliant
+grcmp 9122/tcp # mobile instant messaging [Global_Relay] [Mike_Sample] 2012-11-28
+# protocol
+# 9122 udp Reserved
+grcp 9123/tcp # Global Relay compliant [Global_Relay] [Mike_Sample] 2012-11-28
+# instant messaging protocol
+# 9123 udp Reserved
+# 9124-9130 Unassigned
dddp 9131/tcp # Dynamic Device Discovery [Shane_Dick] [Shane_Dick] 2005-08
dddp 9131/udp # Dynamic Device Discovery [Shane_Dick] [Shane_Dick] 2005-08
# 9132-9159 Unassigned
@@ -13794,7 +13827,10 @@
# 9223-9254 Unassigned
mon 9255/tcp # Manager On Network [David_Rouchet] [David_Rouchet] 2007-05
mon 9255/udp # Manager On Network [David_Rouchet] [David_Rouchet] 2007-05
-# 9256-9277 Unassigned
+# 9256-9276 Unassigned
+traingpsdata 9277/udp # GPS Data transmitted from [Alstom_Transport_Preston] [Paul_Steane] 2012-12-14
+# train to ground network
+# 9277 tcp Reserved
pegasus 9278/tcp # Pegasus GPS Platform [Nestor_A_Diaz] [Nestor_A_Diaz] 2009-05-12
pegasus 9278/udp # Pegasus GPS Platform [Nestor_A_Diaz] [Nestor_A_Diaz] 2009-05-12
pegasus-ctl 9279/tcp # Pegaus GPS System Control [Nestor_A_Diaz] [Nestor_A_Diaz] 2009-05-12
@@ -14087,7 +14123,10 @@
# Protocol
odnsp 9966/udp # OKI Data Network Setting [Masato_Sato] [Masato_Sato] 2006-05
# Protocol
-# 9967-9986 Unassigned
+# 9967-9977 Unassigned
+xybrid-rt 9978/tcp # XYBRID RT Server [Rx_Networks_Inc] [Drew_Davies] 2013-01-24
+# 9978 udp Reserved
+# 9979-9986 Unassigned
dsm-scm-target 9987/tcp # DSM/SCM Target Interface [Mike_Dyslin] [Mike_Dyslin] 2006-08
dsm-scm-target 9987/udp # DSM/SCM Target Interface [Mike_Dyslin] [Mike_Dyslin] 2006-08
nsesrvr 9988/tcp # Software Essentials Secure [Narayanan_Raju] [Narayanan_Raju] 2009-02-05
@@ -14297,7 +14336,16 @@
# 11105 udp Reserved
sgi-lk 11106/tcp # SGI LK Licensing service [Michel_Bourget] [Michel_Bourget] 2009-01-06
sgi-lk 11106/udp # SGI LK Licensing service [Michel_Bourget] [Michel_Bourget] 2009-01-06
-# 11107-11110 Unassigned
+# 11107-11108 Unassigned
+# Data migration facility
+sgi-dmfmgr 11109/tcp # Manager (DMF) is a browser [SGI] [John_Sygulla] 2013-01-07
+# based interface to DMF
+# 11109 udp Reserved
+# Data migration facility
+sgi-soap 11110/tcp # (DMF) SOAP is a web server [SGI] [John_Sygulla] 2013-01-07
+# protocol to support remote
+# access to DMF
+# 11110 udp Reserved
vce 11111/tcp # Viral Computing Environment [Fred_Cohen] [Fred_Cohen]
# (VCE)
vce 11111/udp # Viral Computing Environment [Fred_Cohen] [Fred_Cohen]
@@ -14559,7 +14607,10 @@
sua 14001/tcp # SUA [Miguel_Angel_Garcia] [Miguel_Angel_Garcia]
sua 14001/udp # De-Registered [Miguel_Angel_Garcia] [Miguel_Angel_Garcia] 2001-06-06
sua 14001/sctp # SUA [Miguel_Angel_Garcia] [Miguel_Angel_Garcia]
-# 14002-14032 Unassigned
+scotty-disc 14002/udp # Discovery of a SCOTTY [SCOTTY_Group_SE] [Patrick_Verbeek_2] 2013-01-14
+# hardware codec board
+# 14002 tcp Reserved
+# 14003-14032 Unassigned
sage-best-com1 14033/tcp # sage Best! Config Server 1 [Christian_Rubach] [Christian_Rubach]
sage-best-com1 14033/udp # sage Best! Config Server 1 [Christian_Rubach] [Christian_Rubach]
sage-best-com2 14034/tcp # sage Best! Config Server 2 [Christian_Rubach] [Christian_Rubach]
@@ -14841,7 +14892,10 @@
sxuptp 19540/udp # SXUPTP [Keiji_Okuma] [Keiji_Okuma] 2002-08
jcp 19541/tcp # JCP Client [Yuji_Sasaki] [Yuji_Sasaki]
jcp 19541/udp # JCP Client [Yuji_Sasaki] [Yuji_Sasaki]
-# 19542-19997 Unassigned
+# 19542-19787 Unassigned
+mle 19788/udp # Mesh Link Establishment [IESG] [IETF_Chair] 2012-12-18
+# 19788 tcp Reserved
+# 19789-19997 Unassigned
iec-104-sec 19998/tcp # IEC 60870-5-104 process [Grant_Gilchrist] [Grant_Gilchrist] 2010-10-18
# control - secure
# 19998 udp Reserved
@@ -15084,7 +15138,10 @@
# 24250-24320 Unassigned
ild 24321/tcp # Isolv Local Directory [Mitchell_Bass] [Mitchell_Bass] 2005-08
ild 24321/udp # Isolv Local Directory [Mitchell_Bass] [Mitchell_Bass] 2005-08
-# 24322-24385 Unassigned
+hid 24322/udp # Transport of Human Interface [Freebox_SAS] [Nicolas_Pouillon] 2012-12-14
+# Device data streams
+# 24322 tcp Reserved
+# 24323-24385 Unassigned
# Intel RCI
#
intel-rci 24386/tcp # IANA assigned this [Mark_Lewis_2] [Mark_Lewis_2]
@@ -15226,7 +15283,10 @@
# 27505-27781 Unassigned
ars-vista 27782/tcp # ARS VISTA Application [Spencer_Teran_2] [Spencer_Teran_2] 2004-11
ars-vista 27782/udp # ARS VISTA Application [Spencer_Teran_2] [Spencer_Teran_2] 2004-11
-# 27783-27998 Unassigned
+# 27783-27875 Unassigned
+astrolink 27876/tcp # Astrolink Protocol [Alanax_Technologies_Inc] [Wesley_Eddy] 2013-01-14
+# 27876 udp Reserved
+# 27877-27998 Unassigned
tw-auth-key 27999/tcp # TW Authentication/Key [Alex_Duncan_2] [Alex_Duncan_2]
# Distribution and
tw-auth-key 27999/udp # Attribute Certificate [Alex_Duncan_2] [Alex_Duncan_2]
@@ -15548,7 +15608,11 @@
candrp 42509/udp # CA discovery response [Jon_Press] [Jon_Press] 2005-08
caerpc 42510/tcp # CA eTrust RPC [Jon_Press] [Jon_Press] 2005-08
caerpc 42510/udp # CA eTrust RPC [Jon_Press] [Jon_Press] 2005-08
-# 42511-43187 Unassigned
+# 42511-42999 Unassigned
+recvr-rc 43000/tcp # Receiver Remote Control [Research_Electronics_International] [Ross_Binkley] 2012-12-20
+recvr-rc-disc 43000/udp # Receiver Remote Control [Research_Electronics_International] [Ross_Binkley] 2012-12-20
+# Discovery
+# 43001-43187 Unassigned
reachout 43188/tcp # REACHOUT [Roman_Kriis] [Roman_Kriis]
reachout 43188/udp # REACHOUT [Roman_Kriis] [Roman_Kriis]
ndm-agent-port 43189/tcp # NDM-AGENT-PORT [Roman_Kriis] [Roman_Kriis]
@@ -15580,8 +15644,9 @@
pmcd 44321/udp # PCP server (pmcd) [Ken_McDonell] [Ken_McDonell] 2010-12-20
pmcdproxy 44322/tcp # PCP server (pmcd) proxy [Ken_McDonell] [Ken_McDonell] 2003-07 2010-12-20
pmcdproxy 44322/udp # PCP server (pmcd) proxy [Ken_McDonell] [Ken_McDonell] 2003-07 2010-12-20
-# 44323 tcp Reserved
-pcp 44323/udp # Port Control Protocol [Dan_Wing] [Dan_Wing] 2011-01-11
+# 44323 tcp Unassigned
+# 44323 udp Unassigned "pcp" assignment withdrawn, moved to port 5351 per
+# RFC-ietf-pcp-base-29
# UNAUTHORIZED
# USE: Ports
# 44324-44443 Unassigned 44515 & 44516
@@ -15665,7 +15730,12 @@
winrm 47001/tcp # Windows Remote Management [Ryan_Mack] [Ryan_Mack] 2009-04-29
# Service
# 47001 udp Reserved
-# 47002-47556 Unassigned
+# 47002-47099 Unassigned
+# Configuration of motors
+jvl-mactalk 47100/udp # connected to Industrial [JVL_Industri_Elektronik] [Kim_Berthelsen] 2012-12-21
+# Ethernet
+# 47100 tcp Reserved
+# 47101-47556 Unassigned
dbbrowse 47557/tcp # Databeam Corporation [Cindy_Martin] [Cindy_Martin]
dbbrowse 47557/udp # Databeam Corporation [Cindy_Martin] [Cindy_Martin]
# 47558-47623 Unassigned
@@ -15919,6 +15989,7 @@
# Anquet map synchronization
# anquetsync between desktop and handheld [Paul_Lesurf] [Paul_Lesurf] Defined TXT keys: Proprietary
# devices
+# antrmai tcp ANT Galio web services [ANT_Software] [Simon_Middleton] 2012-12-06 Defined TXT keys: txtvers, man
# appelezvous Appelezvous [Marco_Piovanelli] [Marco_Piovanelli] Defined TXT keys: None
# apple-ausend Apple Audio Units [James_McCartney] [James_McCartney] Defined TXT keys: None
# apple-mobdev tcp Apple Mobile Device Protocol [Apple_2] [Paul_Chinn][Justin_Ko] 2011-10-20 Defined TXT keys: None
@@ -16438,10 +16509,15 @@
# protocol for NAS Monitor
# nasmon udp Proprietary communication [Infinite_Loop] [Claus_Broch2] 2012-10-09 Defined TXT keys: Proprietary
# protocol for NAS Monitor
+# nav-data tcp Navtech Radar Sensor Data [Navtech_Radar_Ltd] [Guy_Avery] 2012-12-13 Defined TXT keys: None
+# nav-data udp Navtech Radar Sensor Data [Navtech_Radar_Ltd] [Guy_Avery] 2012-12-13 Defined TXT keys: None
# ncbroadcast Network Clipboard Broadcasts [Thom_McGrath] [Thom_McGrath] Defined TXT keys: Contact The ZAZ Software <networkclipboard
# at thezaz.com>
# ncdirect Network Clipboard Direct [Thom_McGrath] [Thom_McGrath] Defined TXT keys: Contact The ZAZ Software <networkclipboard
# Transfers at thezaz.com>
+# The issuer service in the
+# ncount-issuer tcp n-Count electronic value [n-Count_Technology_BV] [Eduard_de_Jong] 2013-01-22 Defined TXT keys: None
+# transfer system
# ncsyncserver Network Clipboard Sync [Thom_McGrath] [Thom_McGrath] Defined TXT keys: Contact The ZAZ Software <networkclipboard
# Server at thezaz.com>
# neoriders udp NeoRiders Client Discovery [Jesse_W_Towner] [Jesse_W_Towner] Defined TXT keys: None
@@ -16776,6 +16852,10 @@
# splashsync SplashData Synchronization [Justin_Cepelak] [Justin_Cepelak] Defined TXT keys: Proprietary
# Service
# spres tcp SongPresenter [Tobias_Hoffmann] [Tobias_Hoffmann] 2012-10-09 Defined TXT keys: version, name
+# ss-sign tcp Samsung Smart Interaction [Samsung] [Lee_HoJun] 2013-01-03 Defined TXT keys: None
+# for Group Network
+# ss-sign-disc udp Samsung Smart Interaction [Samsung] [Lee_HoJun] 2013-01-03 Defined TXT keys: None
+# for Group Network Discovery
# Defined TXT keys: txtvers=1 cport= the port for the content
# HTTP server (secondary HTTP server used for content
# publishing) mode= the mode in which the HMP device is
@@ -16937,6 +17017,7 @@
# vue4rendercow VueProRenderCow Defined TXT keys: None
# vxi-11 VXI-11 TCP/IP Instrument [Nick_Barendt_2] [Nick_Barendt_2] Defined TXT keys: None
# Protocol
+# wakeywakey tcp Proprietary [gerry_Brown_associates] [Gerry_Brown] 2012-11-29 Defined TXT keys: None
# walkietalkie Walkie Talkie [Johan_Kool] [Johan_Kool] Defined TXT keys: None
# wd-2go tcp NAS Service Protocol [Western_Digital] [Rajesh_Batra] 2012-07-11 Defined TXT keys: None
# we-jell Proprietary collaborative [Vaughn_Amann] [Vaughn_Amann] Defined TXT keys: user=<user name> stat=<OK, DND, AWY,
@@ -16978,6 +17059,8 @@
# xcodedistcc Xcode Distributed Compiler [Scott_Tooker] [Scott_Tooker] Defined TXT keys: None
# xgate-rmi xGate Remote Management [Tim_Jobling] [Tim_Jobling] Defined TXT keys: tech=value (string) model=value (string)
# Interface version=value (string)
+# xmiserver tcp XMI Systems home terminal [XMI_Systems_SA] [CLAUDE_MALLY] 2013-01-18 Defined TXT keys: coucou
+# local connection
# xmp Xperientia Mobile Protocol [Henric_Bergh] [Henric_Bergh] 2007-01 Defined TXT keys: txtvers, user, system, nodeid, desc
# xsanclient Xsan Client [Jeff_Albouze] [Jeff_Albouze] Defined TXT keys: None
# xsanserver Xsan Server [Jeff_Albouze] [Jeff_Albouze] Defined TXT keys: None
@@ -17046,6 +17129,10 @@
# [Adwait_Sathe] Adwait Sathe mailto:asathe&sonusnet.com 2005-08
# [Aerohive_Networks] Aerohive Networks mailto:iana&aerohive.com 2012-06-04
# [Afkham_Azeez] Afkham Azeez mailto:azeez&wso2.com 2006-06
+# [Afshin_Jafari] Afshin Jafari iConstruct (Aus) Pty mailto:jafari&pdcwa.com.au 2012-12-21
+# Ltd
+# [Agilent_Technologies_Inc] Agilent Technologies, mailto:tom_fay&agilent.com 2013-01-16
+# Inc.
# [Agri_Datalog] Agri Datalog mailto:contact&agri-datalog.com
# [Ahmad_Tajuddin_Samsu] Ahmad Tajuddin Samsudin mailto:tajuddin&tmrnd.com.my 2007-02
# [Ahti_Heinla] Ahti Heinla mailto:ahti&ahti.bluemoon.ee 2002-06
@@ -17077,6 +17164,8 @@
# [Alan_Sandell] Alan Sandell mailto:alan.sandell&ist.co.uk 2008-05-01
# [Alan_Ungar] Alan Ungar mailto:aungar&farradyne.com
# [Alan_Yates] Alan Yates mailto:alany&ay.com.au
+# [Alanax_Technologies_Inc] Alanax Technologies, mailto:brian.barritt&alanax.com 2013-01-14
+# Inc
# [Albert_Berlovitch] Albert Berlovitch mailto:albertb&voltaire.com 2009-12-17
# [Albert_C_Yang] Albert C. Yang mailto:albert.yang&ezmeeting.com 2002-03
# [Albert_Cester] Albert Cester mailto:albert.cester&assyst-intl.com 2008-08-26
@@ -17151,6 +17240,8 @@
# [Alon_Tamir] Alon Tamir mailto:alon_tamir&symantec.com 2006-04
# [ALPESH_DHAMELIA] ALPESH DHAMELIA MINDARRAY SYSTEMS (P) mailto:alpesh&mindarraysystems.com 2011-10-25
# LTD.
+# [Alstom_Transport_Preston] Alstom Transport, mailto:paul.steane&transport.alstom.com 2012-12-14
+# Preston
# [Altova] Altova mailto:has&altova.com 2005-08
# [Alvaro_P_Dominguez] Alvaro P. Dominguez mailto:alpado&gmail.com 2006-02
# [Alwin_Egger] Alwin Egger mailto:alwin.egger&tegonal.com 2003-11
@@ -17222,6 +17313,7 @@
# [Andrew_Crockford] Andrew Crockford mailto:andrew.crockford&modus-interactive.co.uk
# [Andrew_Donoho] Andrew Donoho mailto:awd&us.ibm.com
# [Andrew_Draper] Andrew Draper mailto:adraper&altera.com
+# [Andrew_Galloway] Andrew Galloway Nexenta mailto:andrew.galloway&nexenta.com 2012-12-07
# [Andrew_H_Derbyshire] Andrew H Derbyshire mailto:ahd&meetingmaker.plus.kew.com 2004-12
# [Andrew_Hoddinott] Andrew Hoddinott mailto:support&artvps.com
# [Andrew_Jay_Schneider] Andrew Jay Schneider mailto:ajs&relsoft.com
@@ -17274,6 +17366,7 @@
# [Annette_Klecha] Annette Klecha mailto:annette_klecha&bbn.hp.com
# [Anoop_Tewari] Anoop Tewari mailto:anoop&next.distinct.com
# [Ansgar_Bergmann] Ansgar Bergmann mailto:Ansgar.Bergmann&etsi.fr
+# [ANT_Software] ANT Software Limited mailto:simon.middleton&antplc.com 2012-12-06
# [Anthon_van_der_Neut] Anthon van der Neut mailto:anthon&mnt.org
# [Anthony_Cake] Anthony Cake mailto:anthonyrc&lecroy.com
# [Anthony_Carrabino] Anthony Carrabino mailto:anthonyc&vistasoftware.com 2003-08
@@ -17792,6 +17885,7 @@
# [CityDisc] CityDisc mailto:citydisc&euronet.nl
# [Claes_Fredrik_Mannby] Claes-Fredrik Mannby mailto:cf&mannby.com
# [Clark_Williams] Clark Williams mailto:clark&wirespeed.com
+# [CLAUDE_MALLY] CLAUDE MALLY XMI Systems SA mailto:cma&xmisystems.com 2013-01-18
# [Claudio_Lastrucci] Claudio Lastrucci POWERSOFT S.R.L. mailto:claudio.lastrucci&powersoft.it 2012-01-03
# [Claudio_Procida] Claudio Procida mailto:claudio&emeraldion.it 2007-05
# [Claus_Broch] Claus Broch NextDay Aps mailto:nextday&infinite-loop.dk 2012-04-24
@@ -17850,7 +17944,7 @@
# [Craig_Rogers] Craig Rogers mailto:Rogers&isi.edu
# [Craig_Steffen] Craig Steffen mailto:csteffen&ncsa.uiuc.edu 2005-08
# [Craig_Weeks] Craig Weeks mailto:cweeks&syspace.co.uk
-# [Crestron_Electronics] Crestron Electronics, mailto:mtalreja@crestron.com> 2012-06-27
+# [Crestron_Electronics] Crestron Electronics, mailto:mtalreja&crestron.com 2012-06-27
# Inc.
# [Cristian_Petculescu] Cristian Petculescu mailto:cristpµsoft.com
# [Cristian_Petculescu_2] Cristian Petculescu mailto:cristp&hotmail.com 2003-04
@@ -18259,6 +18353,7 @@
# [Dr_Yair_Shapira] Dr. Yair Shapira mailto:yair&flashnetworks.com
# [Dragos_Pop] Dragos Pop mailto:dragos&cs.ubbcluj.ro
# [Drake_Bankston] Drake Bankston mailto:IANA.KingdomsOnline&gmail.com 2009-08-18
+# [Drew_Davies] Drew Davies Rx Networks Inc. mailto:ddavies&rxnetworks.com 2013-01-24
# [Drew_Wolff] Drew Wolff mailto:dwolff¢ra.net
# [Dror_Gill] Dror Gill mailto:drorgi&vnet.ibm.com
# [Dror_Harari] Dror Harari mailto:Dror.Harari&isgsoft.com
@@ -18291,6 +18386,8 @@
# [Edgar_Blum] Edgar Blum mailto:edgar.blum&swx.ch
# [Edgar_Circenis] Edgar Circenis mailto:ec&fc.hp.com
# [Edo_Yahav] Edo Yahav mailto:standards&expand.com
+# [Eduard_de_Jong] Eduard de Jong n-Count Technology mailto:domains&dejongfrz.nl 2013-01-22
+# B.V.
# [Eduardo_Fernandez] Eduardo Fernandez mailto:eduardo.fernandez&avocent.com 2003-08
# [Eduardo_Rosenberg_de] Eduardo Rosenberg de mailto:eduardor&spacenet.com.br
# Moura
@@ -18479,6 +18576,7 @@
# [Frederic_Weymann] Frederic Weymann mailto:contact&fizzban.net
# [Frederick_Parent] Frederick Parent mailto:fparent&elfiq.com 2005-11
# [Fredrik_Haglund] Fredrik Haglund mailto:fredik.haglund&boldsoft.com
+# [Freebox_SAS] Freebox SAS mailto:npouillon&freebox.fr 2012-12-14
# [Freeverse_Software] Freeverse Software mailto:info&freeverse.com
# [Friedman_Wagner_Dobl] Friedman Wagner-Dobler mailto:Friedman.Wagner-Dobler&gdc4s.com 2005-09
# [Frode_Randers] Frode Randers mailto:Frode.Randers&tietoenator.com 2006-01
@@ -18566,6 +18664,10 @@
# [Gerd_Beling] Gerd Beling mailto:GBELING&isi.edu
# [Gerg_Cole] Gerg Cole mailto:gcole&corp.borland.com
# [Gerhard_Wagner] Gerhard Wagner mailto:gw&nova-ratio.de 2009-03-10
+# [Gerry_Brown] Gerry Brown gerry Brown mailto:gerry&gbrown.com 2012-11-29
+# associates
+# [gerry_Brown_associates] gerry Brown mailto:gerry&gbrown.com 2012-11-29
+# associates
# [Gerry_Dubois] Gerry Dubois mailto:gdubois&carriustech.com 2005-08
# [Gerry_Gorman] Gerry Gorman mailto:gerry.gorman&emclock.com 2010-12-06
# [Gert_Thomasen] Gert Thomasen mailto:gert.thomasen&etsi.org 2009-12-07
@@ -18597,6 +18699,8 @@
# [Glenn_Peterson] Glenn Peterson mailto:glennpµsoft.com
# [Glenn_Reid] Glenn Reid mailto:port-reg&fiveacross.com 2004-11
# [Glenn_Russell] Glenn Russell mailto:grussell&cablelabs.com
+# [Global_Relay] Global Relay mailto:Michael.Sample&GlobalRelay.net 2012-11-28
+# Communications Inc
# [Gobby_0x539] 0x539 dev group http://darcs.0x539.de/trac/obby/cgi-bin/trac.cgi
# [Gopikrishna_Sandra] Gopikrishna Sandra mailto:v-gosandµsoft.com 2005-02
# [Goran_Runfeldt] Goeran Runfeldt mailto:goran&netadmin.se 2006-12
@@ -18657,6 +18761,7 @@
# [Gus_McNaughton] Gus McNaughton mailto:gus&chevin.com
# [Gustavo_Rodriguez_Ri] Gustavo Rodriguez-Rivera mailto:grr&geodesic.com
# [Guus_Sliepen] Guus Sliepen mailto:guus&warande3094.warande.uu.nl
+# [Guy_Avery] Guy Avery Navtech Radar Ltd mailto:guy.avery&navtechradar.com 2012-12-13
# [Guy_Cheng] Guy Cheng mailto:GCHE&kastenchase.com
# [Guy_Keren] Guy Keren mailto:Guy_Keren&mail.stil.scitex.com
# [Guy_Meyer] Guy Meyer mailto:rominar&mac.com
@@ -18808,6 +18913,8 @@
# [Ian_Wilson] Ian Wilson mailto:hsrp-info&cisco.com 2004-11
# [Ibtsam_Mahfouz] Ibtsam Mahfouz mailto:imahfouz&cisco.com
# [Ico_Doornekamp] Ico Doornekamp mailto:ico&saedra.nl
+# [iConstruct_Aus_Pty_Ltd] iConstruct (Aus) Pty mailto:jafari&pdcwa.com.au 2012-12-21
+# Ltd
# [Ido_Ben_David] Ido Ben-David mailto:dgntcom&netvision.net.il
# [Ieuan_Friend] Ieuan Friend mailto:ieuan.friend&dip.co.uk 2006-03
# [Igor_Kostic] Igor Kostic mailto:igorkoµsoft.com 2002-08
@@ -19221,6 +19328,7 @@
# [John_Schilling] John Schilling mailto:john&jschilling.net
# [John_Skidmore] John Skidmore mailto:JSkidmore&vicon-cctv.com 2002-07
# [John_Stephen] John Stephen mailto:iana&mundocani.com 2002-07
+# [John_Sygulla] John Sygulla SGI mailto:jsygulla&sgi.com 2013-01-07
# [John_T_McCann] John T. McCann mailto:jmccann&softwaremetering.com 2003-10
# [John_Tafoya] John Tafoya mailto:johntµsoft.com
# [John_Taylor] John Taylor Ingersoll Rand, Inc. mailto:john.taylor&irco.com 2011-09-28
@@ -19308,6 +19416,7 @@
# [Juan_Carlos_Luciani] Juan Carlos Luciani mailto:jluciani&novell.com
# [Juan_Carlos_Olivares] Juan Carlos Olivares mailto:jcolivares04c&cenidet.edu.mx 2006-03
# Rojas
+# [Juha_Lindfors] Juha Lindfors OpenRemote, Inc. mailto:juha&openremote.org 2012-12-18
# [Jude_George] Jude George mailto:jude&nas.nasa.gov
# [Juergen_Edelhaeuser] Juergen Edelhaeuser mailto:Juergen.Edelhaeuser&locanis.com 2002-08
# [Juergen_Fischbach] Juergen Fischbach mailto:juergen.fischbach&philips.com
@@ -19331,6 +19440,8 @@
# [Justin_Vegso] Justin Vegso mailto:jvegso&quantapoint.com 2010-07-01
# [Justin_Yu] Justin Yu mailto:yyu&mitre.org 2011-05-25
# [Justine_Higgins] Justine Higgins mailto:iana&corsof.com
+# [JVL_Industri_Elektronik] JVL Industri mailto:jvl&jvl.dk 2012-12-21
+# Elektronik
# [Jyri_J_Virkki] Jyri J. Virkki mailto:jyri.virkki&sun.com 2005-12
# [K_Arvind] K. Arvind mailto:arvind&tenornetworks.com
# [K_K_Ho] K. K Ho mailto:kk.ho&afe-solutions.com 2004-04
@@ -19454,6 +19565,8 @@
# [Khelben_Blackstaff] Khelben Blackstaff mailto:khelben&gmx.at
# [Khiem_Tran] Khiem Tran mailto:Khiem.Tran&andrew.com 2007-11-06
# [Kim_Alan_Waggoner] Kim Alan Waggoner mailto:kimw&weatherbank.com 2006-11
+# [Kim_Berthelsen] Kim Berthelsen JVL Industri mailto:kb&jvl.dk 2012-12-21
+# Elektronik
# [Kim_Hancock] Kim Hancock mailto:registry&dragondex.com 2007-10-24
# [Kim_Moraros] Kim Moraros mailto:moraros&via.enet.dec.com
# [Kim_Scott] Kim Scott mailto:kims&cup.hp.com
@@ -19548,6 +19661,7 @@
# [Lee_Breisacher] Lee Breisacher mailto:lbreisacher&seagullsw.com
# [Lee_Dolson] Lee Dolson mailto:dolson&f-net.co.kr 2006-01
# [Lee_Griffiths] Lee Griffiths mailto:lg&dataconnection.com 2004-11
+# [Lee_HoJun] Lee HoJun Samsung mailto:rcn95&samsung.com 2013-01-03
# [Lee_Howard] Lee Howard mailto:iana&hylafax.org 2002-03
# [Lee_VanTine] Lee VanTine mailto:lvantine&infiniswitc.com 2002-09
# [Lee_Wheat] Lee Wheat mailto:wheat&wg.com
@@ -19898,6 +20012,7 @@
# [Micha_Ben_Efraim] Micha Ben-Efraim mailto:benmi07&ca.com 2008-01-07
# [Micha_Ben_Efraim_2] Micha Ben-Efraim mailto:micha&metalix.net 2011-01-31
# [Micha_Ben_Efraim_3] Micha Ben-Efraim mailto:micha.ben-efraim&ca.com 2010-02-18
+# [Micha_Ben_Efraim_4] Micha Ben-Efraim mailto:micha&metalix.net 2012-11-27
# [Michael_Agishtein] Michael Agishtein mailto:misha&unx.dec.com
# [Michael_Alyn_Miller] Michael Alyn Miller mailto:iana&aeolon.com
# [Michael_Andre] Michael Andre mailto:mandre>s-tkts.com
@@ -20052,6 +20167,8 @@
# [Mike_Pontillo] Mike Pontillo mailto:pontillo&hp.com 2003-08
# [Mike_Rieker] Mike Rieker mailto:mikea&sp32.com
# [Mike_Rodbell] Mike Rodbell mailto:mrodbell&ciena.com
+# [Mike_Sample] Mike Sample Global Relay mailto:Michael.Sample&GlobalRelay.net 2012-11-28
+# Communications Inc
# [Mike_Sherrill] Mike Sherrill mailto:sherrill&commvault.com
# [Mike_Spitzer] Mike Spitzer mailto:mjs&polyserve.com 2005-08
# [Mike_St_Johns] Mike St. Johns mailto:stjohns&arpa.mil
@@ -20113,6 +20230,8 @@
# [Myk_Willis] Myk Willis mailto:myk.willis&citrix.com
# [Myron_Hattig] Myron Hattig mailto:Myron_Hattig&ccm.jf.intel.com
# [NLnet_Labs_Support] NLnet Labs Support NLnet Labs mailto:support&nlnetlabs.nl 2011-07-11
+# [n-Count_Technology_BV] n-Count Technology mailto:ncount&dejongfrz.nl 2013-01-22
+# B.V.
# [Nancy_Davoust] Nancy Davoust mailto:n.davoust&cablelabs.com
# [Nand_Kumar] Nand Kumar mailto:nkumar&triquest-da.com
# [Naoki_Hayashi] Naoki Hayashi mailto:ha&fjh.se.fujitsu.co.jp
@@ -20127,6 +20246,7 @@
# National Marine
# [National_Marine_Electronics_Association] Electronics mailto:sspitzer&nmea.org 2011-09-15
# Association
+# [Navtech_Radar_Ltd] Navtech Radar Ltd mailto:network.admin&navtechradar.com 2012-12-13
# [Neal_Taylor] Neal Taylor mailto:ianareg&apani.com
# [Nedelcho_Stanev] Nedelcho Stanev mailto:nstanev&csoft.bg
# [Nedelcho_Stanev_2] Nedelcho Stanev mailto:decho&csoft.bg
@@ -20139,6 +20259,7 @@
# [Nestor_A_Diaz] Nestor A. Diaz mailto:nestor&tiendalinux.com 2009-05-12
# [NetOp_Technical_Supp] NetOp Technical Support mailto:support&danware.dk
# [Nevil_Brownlee] Nevil Brownlee mailto:n.brownlee&auckland.ac.nz 2006-10
+# [Nexenta] John S. Howard Nexenta mailto:jsh&nexenta.com 2012-12-07
# [NexStor_India_Limite] NexStor India Limited mailto:next&nda.vsnl.net.in
# [NextDay_Aps] NextDay Aps mailto:nextday&infinite-loop.dk 2012-04-24
# [Nexum] Nexum, Inc. mailto:mfread&nexuminc.com 2012-09-21
@@ -20168,6 +20289,7 @@
# [Nicola_J_Howarth] Nicola J. Howarth mailto:njh&ansa.co.uk
# [Nicolas_Bouilleaud] Nicolas Bouilleaud mailto:nbouilleaud&lacie.com
# [Nicolas_Payette] Nicolas Payette mailto:payetten&trivialtechnology.com
+# [Nicolas_Pouillon] Nicolas Pouillon Freebox SAS mailto:npouillon&freebox.fr 2012-12-14
# [Nicolas_Williams] Nicolas Williams mailto:Nicolas.Williams&oracle.com 2010-08-09
# [Nicole_C_Ouellette] Nicole C. Ouellette mailto:nouellette&connected.com 2004-02
# [Niels_Castle] Niels Castle mailto:castle&castleandersen.dk
@@ -20238,6 +20360,7 @@
# [Open_Mobile_Alliance_Device_Management_DM_Working_Group] Device Management (DM) mailto:Technical-Comments&mail.openmobilealliance.org 2011-08-19
# Working Group
# [OpenMail_Encyclopedi] OpenMail Encyclopedia mailto:opencyc&hpopd.pwd.hp.com
+# [OpenRemote_Inc] OpenRemote, Inc. mailto:juha&openremote.org 2012-12-18
# [OPNET_Technologies_Inc] OPNET Technologies mailto:tmacomber&opnet.com 2011-09-21
# Inc
# [Oracle] Oracle Corporation mailto:Devjani.Ray&oracle.com 2012-04-20
@@ -20284,6 +20407,7 @@
# [Patrick_Robinson] Patrick Robinson mailto:probinson&plosive.com
# [Patrick_Stein] Patrick Stein mailto:Patrick.Stein&jinx.eu 2011-10-24
# [Patrick_Verbeek] Patrick Verbeek mailto:p.verbeek&scottygroup.com 2007-05
+# [Patrick_Verbeek_2] Patrick Verbeek SCOTTY Group SE mailto:p.verbeek&scottygroup.com 2013-01-14
# [Patti_Jo_Newsom] Patti Jo Newsom mailto:pjn&mcsdallas.com
# [Patty_Ho] Patty Ho mailto:rimf&core.rose.hp.com 2007-05
# [Paul_A_Suhler] Paul A. Suhler mailto:paul.suhler&quantum.com 2009-02-06
@@ -20343,6 +20467,8 @@
# [Paul_Santinelli_Jr] Paul Santinelli Jr. mailto:psantinelli&narrative.com
# [Paul_Schilling] Paul Schilling mailto:PaulS&synapsis.com
# [Paul_Snook] Paul Snook mailto:paul.snook&itheon.com
+# [Paul_Steane] Paul Steane Alstom Transport, mailto:paul.steane&transport.alstom.com 2012-12-14
+# Preston
# [Paul_Stephen_Borlie] Paul Stephen Borlie mailto:paul&icona.it
# [Paul_Sterk] Paul Sterk mailto:paul.sterk&sun.com 2006-03
# [Paul_Streatch] Paul Streatch mailto:pstreatch&marchnetworks.com 2004-06
@@ -20476,6 +20602,7 @@
# [Pieter_Ditmars] Pieter Ditmars mailto:pditmars&bbn.com
# [Pieter_Hintjens] Pieter Hintjens mailto:ph&imatix.com 2006-01
# [Pieter_Hintjens2] Pieter Hintjens mailto:ph&imatix.com 2012-11-01
+# [Pieter_Hintjens_3] Pieter Hintjens mailto:ph&imatix.com 2012-12-17
# [Pim_van_Riezen] Pim van Riezen mailto:registries&panelsix.com 2006-07
# [Piotr_Parlewicz] Piotr Parlewicz mailto:pparlewicz&queryobject.com
# [Pisharath_Krishnan] Pisharath Krishnan mailto:krishnan&axis-inc.com
@@ -20597,6 +20724,8 @@
# [Rene_Kurt] Rene Kurt mailto:rene.kurt&adasoft.ch 2005-08
# [Reprise_Software_Inc] Reprise Software, mailto:matt&reprisesoftware.com 2012-11-06
# Inc.
+# [Research_Electronics_International] Research Electronics mailto:software&reiusa.net 2012-12-20
+# International
# [Resource_Allocation] Resource Allocation Team mailto:resources&littlehall.com 2010-09-27
# [Retrospect_Inc] Retrospect, Inc. mailto:JG.Heithcock&retrospect.com 2012-02-02
# [Reuven_Harrison] Reuven Harrison mailto:rnd_ana&checkpoint.com
@@ -20824,6 +20953,8 @@
# [Rory_McClure] Rory McClure mailto:mcclurert&hotmail.com
# [Rory_McGuire] Rory McGuire mailto:rlpm&apple.com 2010-09-24
# [Rory_McGuire_2] Rory McGuire mailto:rlpm&apple.com
+# [Ross_Binkley] Ross Binkley Research Electronics mailto:software&reiusa.net 2012-12-20
+# International
# [Ross_E_Greinke] Ross E. Greinke mailto:greinker&execpc.com
# [Ross_Swithenbank] Ross Swithenbank mailto:iana&ncode.co.uk 2006-09
# [Ross_Williams] Ross Williams mailto:ross&rocksoft.com
@@ -20854,6 +20985,7 @@
# [Russell_Thrasher] Russell Thrasher mailto:rthrashe&veritas.com
# [Ruth_Slater] Ruth Slater mailto:ruth.slater&ideagen.co.uk
# [Ruwan_Linton] Ruwan Linton mailto:ruwan&wso2.com 2008-08-20
+# [Rx_Networks_Inc] Rx Networks Inc. mailto:ddavies&rxnetworks.com 2013-01-24
# [Ryan_Bolz] Ryan Bolz mailto:ryanboµsoft.com
# [Ryan_Columbus] Ryan Columbus mailto:IANA_Contact&agilent.com 2002-10
# [Ryan_Finnie] Ryan Finnie mailto:ryan&finnie.org 2010-10-06
@@ -20867,6 +20999,7 @@
# [Ryuichi_Horie] Ryuichi Horie mailto:horie&spad.sysrap.cs.fujitsu.co.jp
# [Ryuichi_Suzuki] Ryuichi Suzuki mailto:SCI00376&niftyserve.or.jp
# [Ryusuke_Okuhara] Ryusuke Okuhara Canon Inc. mailto:okuhara.ryuusuke&canon.co.jp 2012-06-08
+# [Samsung] Samsung mailto:rcn95&samsung.com 2013-01-03
# SEGGER
# [SEGGER] Microcontroller GmbH mailto:info&segger.com 2009-01-16
# & Co. KG
@@ -20874,6 +21007,7 @@
# [SEIKO_EPSON_2] SEIKO EPSON mailto:Ishida.Hitoshi&exc.epson.co.jp
# [SEIKO_EPSON_3] SEIKO EPSON mailto:Sato.Minoru3&exc.epson.co.jp 2002-10
# [SEIKO_EPSON_4] SEIKO EPSON mailto:ProjectorSoft&exc.epson.co.jp 2008-11-17
+# [SGI] SGI mailto:jsygulla&sgi.com 2013-01-07
# [SMA_Solar_Techology] SMA Solar Techology AG mailto:thomas.weber&sma.de 2011-03-08
# [SONET_Internetworkin] SONET Internetworking mailto:bwarijsman&lucent.com
# Forum (SIF)
@@ -20950,6 +21084,7 @@
# [Scott_St_Clair] Scott St. Clair mailto:stclair&ntc.adaptec.com
# [Scott_Tarone] Scott Tarone mailto:starone&proactivethought.com 2003-04
# [Scott_Tooker] Scott Tooker mailto:tooker&apple.com
+# [SCOTTY_Group_SE] SCOTTY Group SE mailto:p.verbeek&scottygroup.com 2013-01-14
# [Sean_Adams] Sean Adams mailto:sean&slimdevices.com 2002-05
# [Sean_D_Solle] Sean D. Solle VSN International mailto:sean&vsni.co.uk 2011-09-28
# Ltd.
@@ -21033,6 +21168,7 @@
# [Simon_Hovell] Simon Hovell mailto:simonh&brandcomms.com
# [Simon_J_Gerraty] Simon J. Gerraty mailto:sjg&quick.com.au
# [Simon_Jolly] Simon Jolly mailto:simon.jolly&origin-data.co.uk 2002-07
+# [Simon_Middleton] Simon Middleton ANT Software Limited mailto:simon.middleton&antplc.com 2012-12-06
# [Simon_Newton] Simon Newton mailto:simon&nomis52.net 2012-06-01
# [Simon_P_Jackson] Simon P Jackson mailto:jacko&kring.co.uk
# [Simon_Parker] Simon Parker mailto:simon.j.parker&philips.com
@@ -21411,6 +21547,7 @@
# [TiVo_Inc] TiVo Inc. mailto:devsupport&tivo.com 2011-10-18
# [Tobias_Erichsen] Tobias Erichsen mailto:erichsen&te-systems.de
# [Tobias_Hoffmann] Tobias Hoffmann mailto:th55&gmx.de 2012-10-09
+# [Tobias_Sturm] Tobias Sturm mailto:tobias.sturm&student.kit.edu 2013-01-14
# [Tobias_Wegner] Tobias Wegner mailto:wegner&novagate.de
# [Tobin_Schuster] Tobin Schuster mailto:tobin.j.schuster&jci.com
# [Toby_Hosterman] Toby Hosterman mailto:root&netspeak.com
@@ -21432,6 +21569,8 @@
# [Tom_Bougan] Tom Bougan mailto:tomb&apptechsys.com
# [Tom_Boyle] Tom Boyle mailto:tboyle&vormetric.com 2005-06
# [Tom_Emberson] Tom Emberson mailto:tom&lanworks.com
+# [Tom_Fay] Tom Fay Agilent Technologies, mailto:tom_fay&agilent.com 2013-01-16
+# Inc.
# [Tom_Findley] Tom Findley mailto:tom.findley&networksciences.net
# [Tom_Friend] Tom Friend mailto:tomfrµsoft.com
# [Tom_Haapanen] Tom Haapanen mailto:tomh&metrics.com
@@ -21632,6 +21771,8 @@
# [Wes_Doonan] Wes Doonan
# [Wes_Peters] Wes Peters mailto:wes&softweyr.com 2007-04
# [Wes_Wilson] Wes Wilson mailto:wwilson&iss.net 2003-10
+# [Wesley_Eddy] Wesley Eddy Alanax Technologies, mailto:wesley.eddy&alanax.com 2013-01-14
+# Inc
# [Westell] Westell, Inc. mailto:jronk&westell.com
# [Western_Digital] Western Digital Inc. mailto:rajesh.batra&wdc.com 2012-07-11
# [Whamb] Whamb mailto:support&whamb.com
@@ -21687,6 +21828,7 @@
# [www_nsovocal_com] www.nsovocal.com mailto:ben&nsovocal.com 2011-10-18
# [Wyatt_Williams] Wyatt Williams mailto:wyattw&icall.com
# [Xavier_Roques] Xavier Roques mailto:xroques&infovista.fr
+# [XMI_Systems_SA] XMI Systems SA mailto:cma&xmisystems.com 2013-01-18
# [XMPP_Registrar] XMPP Registrar mailto:registrar&xmpp.org
# [Xnet_Communications] Xnet Communications mailto:croco&xdsnet.de
# [XuiS_Software_Ltd] XuiS Software Ltd. mailto:100322.2376&compuserve.com
|
[-]
[+]
|
Changed |
wireshark-1.6.13.tar.bz2/svnversion.h
^
|
@@ -1,2 +1,2 @@
-#define SVNVERSION "SVN Rev 46251"
+#define SVNVERSION "SVN Rev 47347"
#define SVNPATH "/trunk-1.6"
|
[-]
[+]
|
Changed |
wireshark-1.6.13.tar.bz2/tempfile.c
^
|
@@ -1,7 +1,7 @@
/* tempfile.c
* Routines to create temporary files
*
- * $Id: tempfile.c 36767 2011-04-21 13:56:06Z etxrab $
+ * $Id: tempfile.c 47332 2013-01-28 22:34:37Z gerald $
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
@@ -154,11 +154,14 @@
/**
* Create a tempfile with the given prefix (e.g. "wireshark").
- *
+ *
* @param namebuf If not NULL, receives the full path of the temp file.
* Should NOT be freed.
* @param pfx A prefix for the temporary file.
* @return The file descriptor of the new tempfile, from mkstemp().
+ * @todo Switch from mkstemp() to something like mkstemps(), so the caller
+ * can optionally indicate that part of the pfx is actually a suffix,
+ * such as "pcap" or "pcapng".
*/
int
create_tempfile(char **namebuf, const char *pfx)
@@ -175,10 +178,24 @@
time_t current_time;
char timestr[14 + 1];
gchar *tmp_file;
+ gchar *safe_pfx;
gchar sep[2] = {0, 0};
+ /* The characters in "delimiters" come from:
+ * http://msdn.microsoft.com/en-us/library/aa365247%28VS.85%29.aspx.
+ * Add to the list as necessary for other OS's.
+ */
+ const gchar *delimiters = "<>:\"/\\|?*"
+ "\x01\x02\x03\x04\x05\x06\x07\x08\x09\x0a"
+ "\x0b\x0c\x0d\x0e\x0f\x10\x11\x12\x13\x14"
+ "\x15\x16\x17\x18\x19\x1a\x1b\x1c\x1d\x1e\x1f";
+
+ /* Sanitize the pfx to resolve bug 7877 */
+ safe_pfx = g_strdup(pfx);
+ safe_pfx = g_strdelimit(safe_pfx, delimiters, '-');
+
idx = (idx + 1) % MAX_TEMPFILES;
-
+
/*
* Allocate the buffer if it's not already allocated.
*/
@@ -198,7 +215,8 @@
current_time = time(NULL);
strftime(timestr, sizeof(timestr), "%Y%m%d%H%M%S", localtime(¤t_time));
sep[0] = G_DIR_SEPARATOR;
- tmp_file = g_strconcat(tmp_dir, sep, pfx, "_", timestr, "_", TMP_FILE_SUFFIX, NULL);
+ tmp_file = g_strconcat(tmp_dir, sep, safe_pfx, "_", timestr, "_", TMP_FILE_SUFFIX, NULL);
+ g_free(safe_pfx);
if (strlen(tmp_file) > tf[idx].len) {
tf[idx].len = (int)strlen(tmp_file) + 1;
tf[idx].path = (char *)g_realloc(tf[idx].path, tf[idx].len);
@@ -224,8 +242,8 @@
/**
* Create a directory with the given prefix (e.g. "wireshark"). The path
* is created using g_get_tmp_dir and mkdtemp.
- *
- * @param namebuf
+ *
+ * @param namebuf
* @param pfx A prefix for the temporary directory.
* @return The temporary directory path on success, or NULL on failure.
* Must NOT be freed.
@@ -239,7 +257,7 @@
const char *tmp_dir;
idx = (idx + 1) % 3;
-
+
/*
* Allocate the buffer if it's not already allocated.
*/
|
[-]
[+]
|
Changed |
wireshark-1.6.13.tar.bz2/tempfile.h
^
|
@@ -1,7 +1,7 @@
/* tempfile.h
* Declarations of routines to create temporary files
*
- * $Id: tempfile.h 28920 2009-07-02 17:20:27Z gerald $
+ * $Id: tempfile.h 47332 2013-01-28 22:34:37Z gerald $
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
@@ -37,7 +37,7 @@
/**
* Create a tempfile with the given prefix (e.g. "wireshark"). The path
* is created using g_get_tmp_dir and mkstemp.
- *
+ *
* @param namebuf If not NULL, receives the full path of the temp file.
* Must NOT be freed.
* @param pfx A prefix for the temporary file.
@@ -48,7 +48,7 @@
/**
* Create a directory with the given prefix (e.g. "wireshark"). The path
* is created using g_get_tmp_dir and mkdtemp.
- *
+ *
* @param namebuf If not NULL, receives the full path of the temp directory.
* Must NOT be freed.
* @param pfx A prefix for the temporary directory.
|
[-]
[+]
|
Changed |
wireshark-1.6.13.tar.bz2/tools/make-manuf
^
|
@@ -1,6 +1,6 @@
#!/usr/bin/perl -w
#
-# $Id: make-manuf 38979 2011-09-12 18:23:53Z gerald $
+# $Id: make-manuf 46392 2012-12-05 09:05:21Z guy $
#
# Make-manuf - Creates a file containing ethernet OUIs and their
# company IDs. It merges the databases at
@@ -15,6 +15,10 @@
# LWP is part of the standard Perl module libwww
+# As of April 2012 the IEEE content is mostly UTF-8 encoded although some
+# of the entries feature sequences listed at
+# http://www.i18nqa.com/debug/utf8-debug.html
+
use Encode;
use open ':encoding(utf8)';
@@ -23,15 +27,20 @@
die "LWP isn't installed. It is part of the standard Perl\n" .
" module libwww. Bailing.\n";
}
+
+$revision = '$Revision$';
+if ($revision !~ /[0-9]/ ) { $revision = "unknown"; }
+
$agent = LWP::UserAgent->new;
$agent->env_proxy;
+$agent->agent("Wireshark make-manuf/$revision");
$template = "manuf.tmpl";
$wkatmpl = "wka.tmpl";
$outfile = "manuf";
$inheader = 1;
-$oui_url = "http://standards.ieee.org/regauth/oui/oui.txt";
-$iab_url = "http://standards.ieee.org/regauth/oui/iab.txt";
+$oui_url = "http://standards.ieee.org/develop/regauth/oui/oui.txt";
+$iab_url = "http://standards.ieee.org/develop/regauth/iab/iab.txt";
$cb_url = "http://www.cavebear.com/archive/cavebear/Ethernet/Ethernet.txt";
%oui_list = ();
$hp = "[0-9a-fA-F]{2}";
@@ -82,7 +91,7 @@
if (!$result->is_success) {
die ("Error fetching $url: " . $result->status_line . "\n");
}
- return decode("iso-8859-1", $result->content);
+ return decode("utf-8", $result->content);
}
# Write out the header and populate the OUI list with our entries.
|
[-]
[+]
|
Changed |
wireshark-1.6.13.tar.bz2/tools/make-services.pl
^
|
@@ -2,7 +2,7 @@
# create the services file from
# http://www.iana.org/assignments/enterprise-numbers
#
-# $Id: make-services.pl 38830 2011-08-31 23:11:28Z gerald $
+# $Id: make-services.pl 46392 2012-12-05 09:05:21Z guy $
#
# Wireshark - Network traffic analyzer
# By Gerald Combs <gerald@wireshark.org>
@@ -38,6 +38,9 @@
# is XML. Perhaps we should parse that instead.
$in = $iana_port_url unless(defined $in);
+my $revision = '$Revision$';
+if ($revision !~ /[0-9]/ ) { $revision = "unknown"; }
+
my $body = "";
if($in =~ m/^http:/i) {
@@ -45,6 +48,7 @@
die "LWP isn't installed. It is part of the standard Perl module libwww." if $@;
my $agent = LWP::UserAgent->new;
+ $agent->agent("Wireshark make-services.pl/$revision");
warn "starting to fetch $in ...\n";
|
[-]
[+]
|
Changed |
wireshark-1.6.13.tar.bz2/tools/make-sminmpec.pl
^
|
@@ -2,7 +2,7 @@
# create the sminmpec.c file from
# http://www.iana.org/assignments/enterprise-numbers
#
-# $Id: make-sminmpec.pl 34269 2010-09-28 03:31:03Z sahlberg $
+# $Id: make-sminmpec.pl 46392 2012-12-05 09:05:21Z guy $
#
# Wireshark - Network traffic analyzer
# By Gerald Combs <gerald@wireshark.org>
@@ -29,11 +29,16 @@
my @in_lines;
+my $revision = '$Revision$';
+if ($revision !~ /[0-9]/ ) { $revision = "unknown"; }
+
if($in =~ m/^http:/i) {
eval "require LWP::UserAgent;";
die "LWP isn't installed. It is part of the standard Perl module libwww." if $@;
my $agent = LWP::UserAgent->new;
+ $agent->env_proxy;
+ $agent->agent("Wireshark make-sminmpec.pl/$revision");
warn "starting to fetch $in ...\n";
|
[-]
[+]
|
Changed |
wireshark-1.6.13.tar.bz2/version_info.c
^
|
@@ -1,7 +1,7 @@
/* version_info.c
* Routines to report version information for stuff used by Wireshark
*
- * $Id: version_info.c 40402 2012-01-06 20:57:11Z gerald $
+ * $Id: version_info.c 46884 2013-01-01 15:02:41Z pascal $
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
@@ -343,6 +343,9 @@
case 1:
g_string_append_printf(str, is_nt_workstation ? "Windows 7" : "Windows Server 2008 R2");
break;
+ case 2:
+ g_string_append_printf(str, is_nt_workstation ? "Windows 8" : "Windows Server 2012");
+ break;
default:
g_string_append_printf(str, "Windows NT, unknown version %lu.%lu",
info.dwMajorVersion, info.dwMinorVersion);
@@ -581,7 +584,7 @@
get_copyright_info(void)
{
return
-"Copyright 1998-2012 Gerald Combs <gerald@wireshark.org> and contributors.\n"
+"Copyright 1998-2013 Gerald Combs <gerald@wireshark.org> and contributors.\n"
"This is free software; see the source for copying conditions. There is NO\n"
"warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n";
}
|
[-]
[+]
|
Changed |
wireshark-1.6.13.tar.bz2/wiretap/Makefile.am
^
|
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Wiretap
#
-# $Id: Makefile.am 45264 2012-10-02 19:46:57Z gerald $
+# $Id: Makefile.am 47339 2013-01-29 01:08:08Z gerald $
#
# Wireshark - Network traffic analyzer
# By Gerald Combs <gerald@wireshark.org>
@@ -29,7 +29,7 @@
noinst_LTLIBRARIES = libwiretap_generated.la
lib_LTLIBRARIES = libwiretap.la
-libwiretap_la_LDFLAGS = -version-info 1:12:0 -export-symbols wtap.sym @LDFLAGS_SHAREDLIB@
+libwiretap_la_LDFLAGS = -version-info 1:13:0 -export-symbols wtap.sym @LDFLAGS_SHAREDLIB@
if HAVE_WARNINGS_AS_ERRORS
AM_NON_GENERATED_CFLAGS = -Werror
@@ -94,7 +94,7 @@
rm -rf abi-check-headers abi_dumps .libs/*.abi.tar.gz
mkdir abi-check-headers
cp *.h abi-check-headers/
- abi-compliance-checker -l libwiretap -v1 `ls .libs/libwiretap.so.?.?.?|sed 's/.*\.so\.//'` \
+ abi-compliance-checker -l libwiretap -v1 `readlink .libs/libwiretap.so | sed 's/.*\.so\.//'` \
-relpath $(abs_srcdir) -dump-abi abi-descriptor.xml || \
cat logs/libwiretap/[0-9]*/log.txt
cp -f abi_dumps/libwiretap/libwiretap_* .libs/
|
[-]
[+]
|
Changed |
wireshark-1.6.13.tar.bz2/wiretap/Makefile.in
^
|
@@ -17,7 +17,7 @@
# Makefile.am
# Automake file for Wiretap
#
-# $Id: Makefile.am 45264 2012-10-02 19:46:57Z gerald $
+# $Id: Makefile.am 47339 2013-01-29 01:08:08Z gerald $
#
# Wireshark - Network traffic analyzer
# By Gerald Combs <gerald@wireshark.org>
@@ -599,7 +599,7 @@
GENERATED_FILES = $(GENERATED_C_FILES) $(GENERATED_HEADER_FILES)
noinst_LTLIBRARIES = libwiretap_generated.la
lib_LTLIBRARIES = libwiretap.la
-libwiretap_la_LDFLAGS = -version-info 1:12:0 -export-symbols wtap.sym @LDFLAGS_SHAREDLIB@
+libwiretap_la_LDFLAGS = -version-info 1:13:0 -export-symbols wtap.sym @LDFLAGS_SHAREDLIB@
@HAVE_WARNINGS_AS_ERRORS_TRUE@AM_NON_GENERATED_CFLAGS = -Werror
INCLUDES = -I$(srcdir)/..
CLEANFILES = \
@@ -1331,7 +1331,7 @@
rm -rf abi-check-headers abi_dumps .libs/*.abi.tar.gz
mkdir abi-check-headers
cp *.h abi-check-headers/
- abi-compliance-checker -l libwiretap -v1 `ls .libs/libwiretap.so.?.?.?|sed 's/.*\.so\.//'` \
+ abi-compliance-checker -l libwiretap -v1 `readlink .libs/libwiretap.so | sed 's/.*\.so\.//'` \
-relpath $(abs_srcdir) -dump-abi abi-descriptor.xml || \
cat logs/libwiretap/[0-9]*/log.txt
cp -f abi_dumps/libwiretap/libwiretap_* .libs/
|
[-]
[+]
|
Changed |
wireshark-1.6.13.tar.bz2/wiretap/commview.c
^
|
@@ -2,7 +2,7 @@
* Routines for opening CommView file format packet captures
* Copyright 2007, Stephen Fisher (see AUTHORS file)
*
- * $Id: commview.c 45512 2012-10-12 21:52:21Z guy $
+ * $Id: commview.c 46778 2012-12-26 12:08:12Z guy $
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
@@ -98,8 +98,13 @@
{
commview_header_t cv_hdr;
- if(!commview_read_header(&cv_hdr, wth->fh, err, err_info))
+ if(!commview_read_header(&cv_hdr, wth->fh, err, err_info)) {
+ if (*err == 0 || *err == WTAP_ERR_SHORT_READ) {
+ /* This just means "not CommView" */
+ return 0;
+ }
return -1;
+ }
/* If any of these fields do not match what we expect, bail out. */
if(cv_hdr.version != 0 ||
|
[-]
[+]
|
Changed |
wireshark-1.6.13.tar.bz2/wiretap/file_access.c
^
|
@@ -1,6 +1,6 @@
/* file_access.c
*
- * $Id: file_access.c 42336 2012-04-29 17:33:03Z guy $
+ * $Id: file_access.c 46777 2012-12-26 12:07:29Z guy $
*
* Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
@@ -362,10 +362,7 @@
Initialize the data offset while we're at it. */
if (file_seek(wth->fh, 0, SEEK_SET, err) == -1) {
/* I/O error - give up */
- if (wth->random_fh != NULL)
- file_close(wth->random_fh);
- file_close(wth->fh);
- g_free(wth);
+ wtap_close(wth);
return NULL;
}
wth->data_offset = 0;
@@ -374,10 +371,7 @@
case -1:
/* I/O error - give up */
- if (wth->random_fh != NULL)
- file_close(wth->random_fh);
- file_close(wth->fh);
- g_free(wth);
+ wtap_close(wth);
return NULL;
case 0:
|
[-]
[+]
|
Changed |
wireshark-1.6.13.tar.bz2/wka.tmpl
^
|
@@ -1,7 +1,7 @@
#
# Well-known addresses.
#
-# $Id: wka.tmpl 33815 2010-08-16 17:19:42Z sfisher $
+# $Id: wka.tmpl 46393 2012-12-05 09:06:34Z guy $
#
# Wireshark - Network traffic analyzer
# By Gerald Combs <gerald [AT] wireshark.org>
@@ -62,6 +62,20 @@
01-00-81-00-00-02 Nortel-Network-Management
01-00-81-00-01-00 Nortel-autodiscovery
01-00-81-00-01-01 Nortel-autodiscovery
+#
+# As per
+#
+# http://www.t11.org/ftp/t11/pub/fc/bb-5/08-334v0.pdf
+#
+# Broadcom "donated" one of their OUIs, 00-10-18, for use for
+# Fibre Channel over Ethernet, so we add entries for the
+# addresses in that document and a group of addresses for all
+# otherwise unlisted 01-10-18-XX-XX-XX addresses.
+#
+01-10-18-01-00-00 All-FCoE-MACs
+01-10-18-01-00-01 All-ENode-MACs
+01-10-18-01-00-02 All-FCF-MACs
+01-10-18-00-00-00/24 FCoE-group
01-11-1E-00-00-01 EPLv2_SoC
01-11-1E-00-00-02 EPLv2_PRes
01-11-1E-00-00-03 EPLv2_SoA
|
[-]
[+]
|
Changed |
wireshark-1.6.13.tar.bz2/wsutil/Makefile.am
^
|
@@ -1,6 +1,6 @@
# Makefile.am
#
-# $Id: Makefile.am 43168 2012-06-08 22:43:50Z gerald $
+# $Id: Makefile.am 47339 2013-01-29 01:08:08Z gerald $
#
# Wireshark - Network traffic analyzer
# By Gerald Combs <gerald@wireshark.org>
@@ -130,7 +130,7 @@
rm -rf abi-check-headers abi_dumps .libs/*.abi.tar.gz
mkdir abi-check-headers
cp ../config.h *.h abi-check-headers/
- abi-compliance-checker -l libwsutil -v1 `ls .libs/libwsutil.so.?.?.?|sed 's/.*\.so\.//'` \
+ abi-compliance-checker -l libwsutil -v1 `readlink .libs/libwsutil.so | sed 's/.*\.so\.//'` \
-relpath $(abs_srcdir) -dump-abi abi-descriptor.xml || \
cat logs/libwsutil/[0-9]*/log.txt
cp -f abi_dumps/libwsutil/libwsutil_* .libs/
|
[-]
[+]
|
Changed |
wireshark-1.6.13.tar.bz2/wsutil/Makefile.in
^
|
@@ -16,7 +16,7 @@
# Makefile.am
#
-# $Id: Makefile.am 43168 2012-06-08 22:43:50Z gerald $
+# $Id: Makefile.am 47339 2013-01-29 01:08:08Z gerald $
#
# Wireshark - Network traffic analyzer
# By Gerald Combs <gerald@wireshark.org>
@@ -829,7 +829,7 @@
rm -rf abi-check-headers abi_dumps .libs/*.abi.tar.gz
mkdir abi-check-headers
cp ../config.h *.h abi-check-headers/
- abi-compliance-checker -l libwsutil -v1 `ls .libs/libwsutil.so.?.?.?|sed 's/.*\.so\.//'` \
+ abi-compliance-checker -l libwsutil -v1 `readlink .libs/libwsutil.so | sed 's/.*\.so\.//'` \
-relpath $(abs_srcdir) -dump-abi abi-descriptor.xml || \
cat logs/libwsutil/[0-9]*/log.txt
cp -f abi_dumps/libwsutil/libwsutil_* .libs/
|