Version in base suite: 4.4.7-1 Version in overlay suite: 4.4.13-0+deb13u1 Base version: wireshark_4.4.13-0+deb13u1 Target version: wireshark_4.4.14-0+deb13u1 Base file: /srv/ftp-master.debian.org/ftp/pool/main/w/wireshark/wireshark_4.4.13-0+deb13u1.dsc Target file: /srv/ftp-master.debian.org/policy/pool/main/w/wireshark/wireshark_4.4.14-0+deb13u1.dsc .gitlab-ci.yml | 6 CMakeLists.txt | 2 ChangeLog | 551 ++++++---- debian/changelog | 11 debian/patches/0001-wsutil-Restore-removed-ws_base32_decode.patch | 141 -- debian/patches/series | 1 doc/attributes.adoc | 2 doc/man_pages/dumpcap.adoc | 6 doc/release-notes.adoc | 141 +- doc/wsug_src/capinfos-h.txt | 2 doc/wsug_src/dumpcap-h.txt | 2 doc/wsug_src/editcap-h.txt | 2 doc/wsug_src/mergecap-h.txt | 2 doc/wsug_src/rawshark-h.txt | 2 doc/wsug_src/reordercap-h.txt | 2 doc/wsug_src/text2pcap-h.txt | 2 doc/wsug_src/tshark-h.txt | 2 epan/CMakeLists.txt | 2 epan/dissectors/packet-artnet.c | 2 epan/dissectors/packet-nas_5gs.c | 2 epan/dissectors/packet-rf4ce-secur.c | 4 epan/dissectors/packet-socks.c | 9 epan/dissectors/packet-tds.c | 27 epan/dissectors/packet-tecmp.c | 24 epan/dissectors/packet-tls-utils.c | 23 epan/dissectors/packet-usb-hid.c | 7 epan/dissectors/packet-zbee-direct.c | 13 epan/dissectors/packet-zbee-tlv.c | 7 epan/dissectors/usb.c | 12 epan/enterprises.c | 312 +++++ epan/manuf-data.c | 370 ++++++ epan/pci-ids.c | 183 ++- epan/secrets.c | 2 epan/services-data.c | 1 extcap/ssh-base.c | 10 packaging/debian/changelog | 2 packaging/source/git-export-release.sh.in | 2 resources/protocols/diameter/dictionary.xml | 8 tools/make-version.py | 4 tools/win-setup.ps1 | 8 tshark.c | 2 ui/qt/models/expert_info_model.cpp | 8 ui/qt/models/expert_info_model.h | 1 ui/qt/models/expert_info_proxy_model.cpp | 26 ui/qt/models/expert_info_proxy_model.h | 1 ui/qt/wireshark_sv.ts | 110 - wiretap/CMakeLists.txt | 2 wiretap/blf.c | 47 wsutil/CMakeLists.txt | 2 wsutil/base32.c | 37 wsutil/base32.h | 46 wsutil/rsa.c | 2 wsutil/str_util.c | 2 53 files changed, 1588 insertions(+), 609 deletions(-) dpkg-source: warning: cannot verify inline signature for /srv/release.debian.org/tmp/tmp92t2vxog/wireshark_4.4.13-0+deb13u1.dsc: no acceptable signature found dpkg-source: warning: cannot verify inline signature for /srv/release.debian.org/tmp/tmp92t2vxog/wireshark_4.4.14-0+deb13u1.dsc: no acceptable signature found diff -Nru wireshark-4.4.13/.gitlab-ci.yml wireshark-4.4.14/.gitlab-ci.yml --- wireshark-4.4.13/.gitlab-ci.yml 2026-01-14 18:05:54.000000000 +0000 +++ wireshark-4.4.14/.gitlab-ci.yml 2026-02-25 17:40:04.000000000 +0000 @@ -879,7 +879,11 @@ - msbuild /verbosity:minimal /maxcpucount /property:Configuration=Debug test-programs.vcxproj - C:\Windows\py.exe -m pytest --disable-gui --build-type=Debug -macOS Build: +# Disable this, at least for the time being. +# GitLab's macOS builders are unreliable, and given the fact that we're +# on an old stable branch any merge requests will likely build fine on +# macOS. +.macOS Build: extends: .build-macos rules: !reference [.if-w-w-only-merge-request] script: diff -Nru wireshark-4.4.13/CMakeLists.txt wireshark-4.4.14/CMakeLists.txt --- wireshark-4.4.13/CMakeLists.txt 2026-01-14 18:05:54.000000000 +0000 +++ wireshark-4.4.14/CMakeLists.txt 2026-02-25 17:40:04.000000000 +0000 @@ -57,7 +57,7 @@ # Updated by tools/make-version.py set(PROJECT_MAJOR_VERSION 4) set(PROJECT_MINOR_VERSION 4) -set(PROJECT_PATCH_VERSION 13) +set(PROJECT_PATCH_VERSION 14) set(PROJECT_BUILD_VERSION 0) set(PROJECT_VERSION_EXTENSION "") diff -Nru wireshark-4.4.13/ChangeLog wireshark-4.4.14/ChangeLog --- wireshark-4.4.13/ChangeLog 2026-01-14 18:05:54.000000000 +0000 +++ wireshark-4.4.14/ChangeLog 2026-02-25 17:40:04.000000000 +0000 @@ -1,362 +1,487 @@ -commit 44ddc25520 +commit d0dba79a90 Author: Gerald Combs -Date: Tue Jan 13 14:47:31 2026 -0800 +Date: Wed Feb 25 09:20:43 2026 -0800 - Prep for 4.4.13 [skip ci] + Build: 4.4.14 [skip ci] -commit 825b83e1ed -Author: Gerald Combs -Date: Mon Jan 12 17:01:48 2026 -0800 +commit 16fdb087a6 +Author: Giovanni Musto +Date: Wed Feb 25 13:51:23 2026 +0100 - SOME/IP-SD: Fix a buffer overflow + BLF: Avoid error in case of truncated log container - Make sure we don't write past the end of our option port array. Make our - option count unsigned. + (cherry picked from commit 84fbadc5229ee785a1610ccb349a90f7e8fd854e) - Fixes #20945 + Co-authored-by: Giovanni Musto - (cherry picked from commit 55ec8b3db4968c97115f014fb5974206cdf57454) +commit 6647382977 +Author: Gerald Combs +Date: Tue Feb 24 15:46:08 2026 -0800 - Conflicts: - epan/dissectors/packet-someip-sd.c + Windows: Update GnuTLS to 3.8.12 -commit e8f38ce4c6 -Author: Pascal Quantin -Date: Tue Jan 13 09:16:09 2026 +0100 + AI-Assisted: no + (cherry picked from commit d3fba774c1a00b17d3d0c6f964ad92285ee59f85) - NAS 5GS: fix extended CAG information list dissection +commit a2afba4f62 +Author: Gerald Combs +Date: Mon Feb 23 13:15:54 2026 -0800 - Some bits were inverted. Fixes #20946 + extcap: Update our SSH configuration location on Windows - (cherry picked from commit f3ef7faabddbaaab92406461dd65b149227f0db0) + "%d" expands to the user's home directory, so we need to append + ".ssh\config" instead of "config". - Conflicts: - epan/dissectors/packet-nas_5gs.c + AI-Assisted: no + (cherry picked from commit 81b24a356cd6e487d8f975c8c93be5817ddfb9c1) -commit f31123dcdb +commit bc76b56480 Author: John Thacker -Date: Mon Jan 12 15:28:22 2026 +0000 +Date: Fri Oct 17 16:27:18 2025 -0400 - QUIC: Update reassembly ID for a new MSP + extcap: Do not try to read c:\etc\ssh\ssh_config on Windows - When a QUIC frame has more than one MSP, the reassembly id for the - second MSP has to be used when adding or looking it up, instead of - the original reassembly id of the first MSP. + libssh by default tries to read /etc/ssh/ssh_config on all OSes. + OpenSSH Portable for Windows by default doesn't create a systemwide + ssh_config, and if it does, it puts it in %ProgramData%\ssh and + has to check permissions because it might be owned and writable + by a non-admin user. Since C:\etc does not exist by default on + Windows, that's a possible security issue. - Fixes reassembly of the file in #20944 in most cases, outside of issues - with out of order UDP packets / QUIC packets. + https://github.com/PowerShell/openssh-portable/blob/latestw_all/ssh.c#L591-L597 + https://github.com/PowerShell/openssh-portable/blob/latestw_all/contrib/win32/openssh/config.h.vs#L1723 - (cherry picked from commit 562c3c070c6f58d01904d42338489b1a64ad7655) + Only read from the OpenSSH default configuration file in the user + home directory on Windows. - Co-authored-by: John Thacker + Fix #20806. -commit 5bfd4035f5 -Author: John Thacker -Date: Sun Jan 11 03:11:02 2026 +0000 + (cherry picked from commit 845c005ab8549b4a84a11d1d2505effad2c00528) - ieee80211: Avoid using a fixed array for multi-link per-STA subelements +commit 926a14ba0e +Author: Gerald Combs +Date: Tue Feb 24 11:32:08 2026 -0800 - Since this processes to the end of the TVB, there might be more than 16. - Simplify the logic and only test for a set link_id in one place. This - also gets rid of a possible use of an uninitialized value on error. + GitLab CI: Disable the macOS Build merge request job for now - Fix #20939, OSS-Fuzz 474458885 +commit 855ed48688 +Author: Gerald Combs +Date: Mon Feb 23 14:57:39 2026 -0800 - (cherry picked from commit 4b48ee36f1829d6d3d009bf9871af523ce8e3ace) + Prep for 4.4.14 - Co-authored-by: John Thacker +commit 955f647114 +Author: Gerald Combs +Date: Sun Feb 22 10:17:45 2026 +0000 -commit afda96c2dd + [Automatic update for 2026-02-22] + + Update manuf, services enterprise numbers, translations, and other items. + +commit ad6a3c83c8 Author: Gerald Combs -Date: Sun Jan 11 10:17:56 2026 +0000 +Date: Fri Feb 20 15:34:33 2026 -0800 + + Windows: Update libssh to 0.11.4 + +commit 5e76149c8c +Author: Guy Harris +Date: Tue Feb 17 17:21:26 2026 -0800 + + tshark: fix exit status. - [Automatic update for 2026-01-11] + Exit with WS_EXIT_INVALID_FILTER, not WS_EXIT_INVALID_INTERFACE, if the + read filter isn't valid. + + (cherry picked from commit e53cc35bc7fa3740ead1b3afa6c210f59c12e54b) + +commit 2d7abdc17a +Author: Gerald Combs +Date: Sun Feb 15 10:22:35 2026 +0000 + + [Automatic update for 2026-02-15] Update manuf, services enterprise numbers, translations, and other items. -commit b5ae6aaa25 -Author: John Thacker -Date: Tue Jan 6 12:17:20 2026 -0500 +commit 2aad4e27dc +Author: Jaap Keuter +Date: Thu Feb 12 18:24:13 2026 +0000 - IDN: Use the 0 array index to avoid a buffer overrun + Fix const pointer usage for gcc. - Instead of starting a loop variable at 1 and ignoring index 0 of the - precision array, start at 0 and test with less than. This fixes a - buffer overrun. + AI-Assisted: no - Add some comments. + (cherry picked from commit 96d27343151d90a3de642d6544f969392ccffe73) - Fix #20936 + Co-authored-by: Dexter Gerig - (backported from commit 06a915ef8c901e9d0eaf55cde4bd50cdbbe5696c) +commit e70f956c3e +Author: Pascal Quantin +Date: Tue Feb 10 19:33:18 2026 +0100 + + Diameter: add a missing 3GPP RAT-Type AVP value + + AI-Assisted: no + + (cherry picked from commit 822055418e407d9cd9ca94384431fe388498aa4c) + + Co-authored-by: Pascal Quantin + +commit eedc5cb41a +Author: Pascal Quantin +Date: Mon Feb 9 23:32:31 2026 +0100 + + Diameter update 3GPP RAT-Type AVP values + + Based on 3GPP 29.212 v19.1.0. + Fixes #21012 + + AI-Assisted: no + + (cherry picked from commit a4ace7abcb885463108e96171d6ef2bf96cbe659) -commit e5065834c3 + Co-authored-by: Pascal Quantin + +commit 502ddd2d6e Author: Gerald Combs -Date: Sun Jan 4 10:17:28 2026 +0000 +Date: Sun Feb 8 10:18:05 2026 +0000 - [Automatic update for 2026-01-04] + [Automatic update for 2026-02-08] Update manuf, services enterprise numbers, translations, and other items. -commit 3c049ad03d +commit b25886fa6e Author: John Thacker -Date: Sat Jan 3 13:23:51 2026 +0000 +Date: Sun Feb 8 00:21:08 2026 +0000 + + SOCKS: Create a proxy conversation for each outer conversation - QCustomPlot: Qt 6.9 deprecation of QImage::mirrored + To support multiple SOCKS over TCP connections on the same outer + 5-tuple (consecutively, of course, not concurrently), associate the + inner proxy conversation with the outer conversation, and create + a new inner conversation when the outer conversation changes. - QImage::mirrored(bool, bool) has been replaced with - QImage::flipped(Qt::Orientations) in Qt 6.9, and it warns - when using the former. Scheduled for deprecation in Qt 6.13. + Fix #21006 - This can be seen in the Fedora package CI pipelines. + AI-Assisted: no - (cherry picked from commit b9427cf48111e6466935442c97695be941132a0f) + (cherry picked from commit 624e46fb5545503ea42cfa26cabeb093f01502bf) Co-authored-by: John Thacker -commit 63030db97c +commit d487e0e07b Author: John Thacker -Date: Sat Jan 3 12:57:39 2026 +0000 +Date: Sat Feb 7 02:51:04 2026 +0000 - H.248: Fix a NULL pointer dereference + RF4CE: Check that the input data is long enough - dissect_ber_octet_string can return a non-NULL 0 zero length tvb. - The code here checks for a zero length, but doesn't assign anything - to curr_info.term->buffer or curr_info.term->str in the zero-length - case, unlike in the NULL tvb case, where a zero length is also - assigned. + Prevent illegal memory access. - Use the same default values for the zero-length tvb case. + Fix: #21009 - Fixes a NULL pointer dereference in #20932 + AI-Assisted: no - (cherry picked from commit 2988e4b91c5a44445abbe6815b7b66995774c912) + (cherry picked from commit 17215397c1a5fbb2ef8764b3ec29ec45cde9c153) Co-authored-by: John Thacker -commit 0cfb509d28 -Author: Stig Bjørlykke -Date: Thu Jan 1 11:03:48 2026 +0000 +commit b571934a30 +Author: John Thacker +Date: Fri Feb 6 05:55:03 2026 -0500 - Happy New Year 2026 + TDS: Fix dissection of variable-length data types in RPC - (cherry picked from commit 6fd52d7432accfb0a491f479c0181abdc381859a) + DATENTYPE does not have a column maximum length (TYPE_VARLEN) because + the length is fixed at 3 if non-NULL. - Co-authored-by: Stig Bjørlykke + Retrieve the SCALE value and pass it to dissect_tds_type_varbyte so that + the types which have a length that depends on the SCALE (TIMENTYPE, + DATETIME2NTYPE, and DATETIMEOFFSETNTYPE) are dissected correctly. -commit 303efedef2 -Author: John Thacker -Date: Sun Dec 28 21:40:23 2025 +0000 + Fix the retrieval and display of variable length integers when 64-bit + and of variable length floats; the incorrect offset (the offset of the + length value) was being used instead. - thrift: Check for failure in dissect_thrift_t_map + https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-tds/cbe9c510-eae6-4b1f-9893-a098944d430a - dissect_thrift_t_field_header can return a failure value that - needs to be checked here as done elseewhere in the dissector. + Fix: #21001 - Coverity CID 1677843 + AI-Assisted: no + (backported from commit 15ffb508bba4945beba8df98bc32c486e6a8ec23) - (cherry picked from commit 5d3b200a7a42a99d9ee1ad759a461d2e52e77b93) +commit fee713500f +Author: Balint Reczey +Date: Fri Dec 5 12:30:10 2025 +0100 - Co-authored-by: John Thacker + wsutil: Restore removed ws_base32_decode() to fix ABI breakage -commit bfe9d00e0b -Author: Gerald Combs -Date: Sun Dec 28 10:17:29 2025 +0000 + (cherry picked from commit e502c94a5df9a0575ebc568051eb85e106e2725f) - [Automatic update for 2025-12-28] + Conflicts: + wsutil/CMakeLists.txt - Update manuf, services enterprise numbers, translations, and other items. +commit 960359b754 +Author: Alexis La Goutte +Date: Wed Feb 4 10:14:34 2026 +0100 + + artnet: Fix wrong RDM Status for Output Status + + Fix: #20980 + + (cherry picked from commit 7551171435761167d44f8b37ec2fef9502ca7daf) -commit f21c559d0d + Co-authored-by: Alexis La Goutte + +commit ca20762cf1 Author: John Thacker -Date: Sat Dec 27 20:44:12 2025 +0000 +Date: Wed Feb 4 03:01:32 2026 +0000 + + Zigbee Direct: Set necessary packet pointer to the global short_table + + The Zigbee NWK dissector requires a ieee802154_packet structure to be + passed as dissector data. When Zigbee Direct is used to tunnel Zigbee + NPDUs, there is no IEEE 802.15.4 MAC layer and header to fill that out. - DCT2000: Fix uninitialized variable + A zeroed out packet structure has been passed in, but apparently that + packet structure should always contain a pointer to a global lookup + table. (The Zigbee NWK dissector might need some checking to see if + the address is already set, etc.) - In the unlikely case of a frame going from IPv4 to IPv6, fix the - test of which address length is checked in one place. + Also set the COL_PROTOCOL fence immediately before calling the + Zigbee NWK dissector, and insert a separator. - Coverity CID 1677954 + Fix #20977 - (cherry picked from commit 8aec610670a1f2b8fdf1b9a6b5059719edd3fbcc) + AI-Assisted: no + + (cherry picked from commit 029738e8f7736fe65cda10c1995d343fc7cd2751) Co-authored-by: John Thacker -commit b15e208cd6 +commit bce1b764ed Author: John Thacker -Date: Tue Dec 23 16:00:07 2025 +0000 +Date: Tue Feb 3 21:57:37 2026 +0000 - dfilter: Convert FT_SCALAR to FT_UINT64 for non Number types + Zigbee Direct: Make sure a loop iterates - Character constants, and literals and strings (the latter two if - there's a value string) can be converted to FT_INT64 but not - FT_DOUBLE. So if a FT_SCALAR is requested, try to convert to - FT_INT64. This prevents some crashes with filters that try to - divide a FT_ABSOLUTE_TIME or FT_RELATIVE_TIME by character constants, - literals, or strings: + The loop variable i was not advanced when a test was false, resulting + in an infinite loop. Use for loops for clarity. Also switch to using + a GHashTableIter, which is faster than creating a list of all the values + and also doesn't require freeing. (It was previously leaking.) - frame.time_relative > ${frame.time_relative} / 0.:5 - frame.time_relative > ${frame.time_relative} / "foo" - frame.time_relative > ${frame.time_relative} / '\x47' + AI-Assisted: no - Before: - [(none) ERROR] epan/ftypes/ftypes.c:503 -- fvalue_new(): assertion failed: ftype < FT_NUM_TYPES + (cherry picked from commit e9183fadd2266dfd64d4984c293301cc247ca5d2) - [Compiled in Debug mode; a different error if compiled in Release mode - where asserts are not compiled in] + Co-authored-by: John Thacker - for all three. +commit 21546744bc +Author: Pascal Quantin +Date: Tue Feb 3 20:34:44 2026 +0100 - After: - $ ./run/dftest $(cat bad-filter-crash2) - Filter: - frame.time_relative > ${frame.time_relative} / "foo" + NAS-5GS: correction of Rejected NSSAI - Error: Signed integer (64 bits) cannot be converted from a string ("foo"). - frame.time_relative > ${frame.time_relative} / "foo" - ^~~~~ + Use of correct offset value - for the first two and success for the third: + (cherry picked from commit 1f2a9840894498f9b8226a305f66b465013f21ab) - ./run/dftest $(cat bad-filter-crash3) - Filter: - frame.time_relative > ${frame.time_relative} / '\x47' + Co-authored-by: Joakim Karlsson - Instructions: - 0000 READ_TREE frame.time_relative -> R0 - 0001 IF_FALSE_GOTO 6 - 0002 READ_REFERENCE ${frame.time_relative} -> R1 - 0003 IF_FALSE_GOTO 6 - 0004 DIVIDE R1 / 71 -> R2 - 0005 ANY_GT R0 > R2 - 0006 RETURN +commit 93a3ba774f +Author: John Thacker +Date: Sun Feb 1 15:30:20 2026 +0000 + + rsa: Use proper free function + + gnutls_x509_privkey_export_rsa_raw() allocates buffers with + gnutls_malloc() and they must be freed with gnutls_free(). - The error messages are perhaps not ideal, but this is better than - crashing. + AI-Assisted: no - (cherry picked from commit 86e6a478b071b068f718742bdfa57eb72e9d5b4d) + (cherry picked from commit 5b1dfffd1869c5c08859b01c1e21bedb82ce3799) Co-authored-by: John Thacker -commit 251d065a8c -Author: John Thacker -Date: Mon Dec 22 00:28:43 2025 +0000 +commit 947a937b68 +Author: Gerald Combs +Date: Sun Feb 1 10:17:43 2026 +0000 - H.265: Fix unintentional integer truncation + [Automatic update for 2026-02-01] - Rec. ITU-T H.265 5.2 Arithmetic operators + Update manuf, services enterprise numbers, translations, and other items. - / Integer division with truncation of the result toward zero. - ÷ Used to denote division in mathematical equations where no - truncation or rounding is intended +commit 7c7b861a44 +Author: John Thacker +Date: Fri Jan 30 14:47:29 2026 +0000 - 7.4.3.2.1 General sequence parameter set RBSP semantics + secrets: Fix return type - PicWidthInCtbsY = Ceil( pic_width_in_luma_samples ÷ CtbSizeY ) (7-15) - PicHeightInCtbsY = Ceil( pic_height_in_luma_samples ÷ CtbSizeY ) (7-17) + The GnuTLS return types are ints and negative on error. Casting it to a + bool makes all errors into positive one, which obscures the failure. - As this indicates that no truncation or rounding is intended, cast to double - first to avoid integer truncation. + This probably worked ok before converting to C99 types + ( 2562674df0d294223d49ee9dfea7cc9680b00098 ) because a gboolean is + really a int, and casting back and forth between an int and a + gboolean doesn't coerce the value into 1 the way it does with a + stdbool bool. - Coverity CID 1450796 + AI-Assisted: no - (cherry picked from commit 34a022afe8f88b3ea282a38428be10fd0fc7bbef) + (cherry picked from commit 806af16d88d0fc7adbaa24f984995e4779a40604) Co-authored-by: John Thacker -commit 8dbc762c70 +commit 5e80615ebc +Author: Michael Mann +Date: Mon Jan 26 16:44:58 2026 +0000 + + USB-HID: Bugfix resource exhaustion in parse_report_descriptor() + + Sanity range check was removed in 739666a7f5acc270204980e01b4069caf5060f30, restore it + + AI-Assisted: no + Fixes #20972 + + (cherry picked from commit 6f753c79b7c8ac382e6383dfabd7d5be6e2b722c) + + Co-authored-by: Michael Mann + +commit 710b5bc1fc Author: Gerald Combs -Date: Sun Dec 21 10:17:24 2025 +0000 +Date: Sun Jan 25 10:17:20 2026 +0000 - [Automatic update for 2025-12-21] + [Automatic update for 2026-01-25] Update manuf, services enterprise numbers, translations, and other items. -commit 82ef856b14 -Author: John Thacker -Date: Sat Dec 20 11:51:44 2025 +0000 +commit 1652adaaa1 +Author: Dr. Lars Völker +Date: Sat Jan 24 19:12:29 2026 +0100 - Qt: Fix QCustomPlot adaptive sampling in one more place + TECMP: Fixing FlexRay Replay format - The fix in 92e652ebfaa65fc31747cf1036fa4ca6832d4527 made two correct - changes in one branch but missed one of the changes in the second - branch. Make a change to avoid a possibility of dividing by zero. + The Replay Format was not implemented correctly and is being fixed. - (cherry picked from commit 74f51240d0af7c262e26a0776cdcb98e3ed7a6c5) +commit 820da2a82f +Author: Anders Broman +Date: Sat Jan 24 09:49:27 2026 +0100 - Co-authored-by: John Thacker + Qt: Speed up expert info proxy model -commit 43e159aa5c -Author: John Thacker -Date: Sun Dec 14 16:00:37 2025 +0000 + When opening the Expert Dialog, the tap information and GUI is + periodically updated to avoid the program looking frozen. Since + expert infos have been added, this causes a relayout. Part of a + relayout is querying for the existence of children (partly to + add the indicator). - netscreen: Fix return value of parse_netscreen_packet in one case + The normal process of querying for children in a QSortFilterProxyModel + calculates, if necessary, the mapping from the source model to the + proxy model. This mapping is cached so it can be used later, including + in other member functions. However, the mapping has to be recalculated + each time new items have been added and the model reset in TapDraw. + The mapping involves sorting the rows added to the model. It is expensiv + to repeatedly periodically sort as items are added. - Commit 6a140eca7b78b230f1f90a739a32257476513c78 changed a return - value from an int, with -1 representing failure, to a boolean, but - -1 is still returned in one place. + Determining whether or not there are children does not require + sorting, nor counting all the children, as it can stop as soon as + one visible child is found. Override the hasChildren function to + calculate whether or not there are children in a much faster way, + without calculating and caching the mapping. This reduces the time + to open the Expert Dialog dramatically, and also makes it O(N) in + average time instead of something like O(N^2 log N). - Thanks to Fatih Çelik for reporting this. + Fixes #20970 - (cherry picked from commit d801ac3b780c809b859cde019cd196e5dad95aa4) + AI-Assisted: no + + (cherry picked from commit f2791659ed855ca7e8699e00666f003561201b47) Co-authored-by: John Thacker -commit 9e851855ee -Author: Gerald Combs -Date: Sun Dec 14 10:17:42 2025 +0000 +commit a148b08f21 +Author: Anders Broman +Date: Sat Jan 24 08:39:43 2026 +0100 - [Automatic update for 2025-12-14] + Qt: Speed up expert info item row calculation - Update manuf, services enterprise numbers, translations, and other items. + The childItems_ list is only appended to, the items are not sorted + or removed (until destruction). An item is only added as the child + of a single parent, which determines its row from that point onwards. + So we can cache the row upon insertion instead of using indexOf_ and + searching for the child in the parent's list of children. That + reduces a frequently called O(N) operation to O(1). -commit 6290eabc5b -Author: John Thacker -Date: Mon Dec 8 13:31:55 2025 +0000 + Ping #20970 - observer: Fix saving files + AI-Assisted: no - The tlv_time_info struct does not need to contain the type and length - fields, which are already contained in the tlv_header struct. They - are never initialized, and their size is erroneously used to increase - the TLV size indicated in the TLV header that is written before the - extra type and length fields. This causes any file written by libwiretap - to fail to open, with a message like: + (cherry picked from commit be66fffbaae3915d25462fd82b96999b774cffdc) - The file "observer_bad.bfr" appears to be damaged or corrupt. - (Observer: bad record (time information TLV length 12 != 8)) + Co-authored-by: John Thacker - Cf. with the other tlv value structures, like tlv_network_load, - tlv_wireless_info, and tlv_capture_start_stop, none of which contain - the T or L from the TLV, just the V. +commit 6416718af6 +Author: John Thacker +Date: Wed Jan 21 23:28:27 2026 +0000 - Fix writing Network Instruments/JDSU/Viavi Observer files + TLS Utils: For JA4, test if ALPN characters are alphanumeric - Coverity CID 1499434 + The JA4 technical details indicate that the hex representation is + used when the first and last characters are non (ASCII) alphanumeric, + not non (ASCII) printable. - (cherry picked from commit 7ce96f017a72299f92e175a7732532382f4951ca) + https://github.com/FoxIO-LLC/ja4/blob/main/technical_details/JA4.md#alpn-extension-value + + Fix #20966 + + AI-Assisted: no + + (cherry picked from commit c074ae7e74ee59b408bf99c2a25419ecc4fcdda2) Co-authored-by: John Thacker -commit 4810187195 +commit 983aadac63 Author: Gerald Combs -Date: Sun Dec 7 10:17:29 2025 +0000 +Date: Sun Jan 18 10:17:18 2026 +0000 - [Automatic update for 2025-12-07] + [Automatic update for 2026-01-18] Update manuf, services enterprise numbers, translations, and other items. -commit 17d44bba93 -Author: Gerald Combs -Date: Fri Dec 5 12:30:48 2025 -0800 +commit f9fc043271 +Author: Guy Harris +Date: Wed Jan 14 23:47:29 2026 -0800 + + dumpcap man page: fix glitches. - Add back "BLF: Validate length of uncompressed segments." + Remove stray > after option names. Remove an extra space. - This reverts commit a76a30a5b099db5e104bd2e25c1bce2e6e8dd250, which - reverted c99f1188693ddad1e6ff0244ca0cd095619bdda7. + AI-Assisted: no + + (cherry picked from commit 7a08b32b59e2164d5fe9ee5ba0e9f5f7a97189ea) + +commit 03932a881b +Author: John Thacker +Date: Thu Jan 15 21:58:12 2026 +0000 + + tls-utils: Update TLS 1.3 SignatureScheme list + + Update the value string for the TLS SignatureScheme for recent + registrations, primarily post quantum cryptography. + + https://www.iana.org/assignments/tls-parameters/tls-parameters.xhtml#tls-signaturescheme + + Note that the various private use range used by OpenQuantumSafe could be + updated, but this commit does not do so (but does update the URL to + point to the current location.) + + Fix #20953 + + (cherry picked from commit c5bb3f71d6e8efeaf97fbbd20bd92fc8681e3bbe) + + Co-authored-by: John Thacker -commit 316ae7383f +commit 73f1cf9c56 Author: Gerald Combs -Date: Fri Dec 5 12:26:47 2025 -0800 +Date: Wed Jan 14 12:08:46 2026 -0800 - Version: 4.4.12 → 4.4.13 [skip ci] + Version: 4.4.13 → 4.4.14 [skip ci] diff -Nru wireshark-4.4.13/debian/changelog wireshark-4.4.14/debian/changelog --- wireshark-4.4.13/debian/changelog 2026-01-30 14:29:15.000000000 +0000 +++ wireshark-4.4.14/debian/changelog 2026-03-01 16:46:20.000000000 +0000 @@ -1,3 +1,14 @@ +wireshark (4.4.14-0+deb13u1) trixie; urgency=medium + + * Non-maintainer upload. + * New upstream release. + - CVE-2026-3201: USB HID dissector memory exhaustion + - CVE-2026-3203: RF4CE Profile dissector crash + - Drop 0001-wsutil-Restore-removed-ws_base32_decode.patch, + applied upstream. + + -- Adrian Bunk Sun, 01 Mar 2026 18:46:20 +0200 + wireshark (4.4.13-0+deb13u1) trixie-security; urgency=medium * Team upload. diff -Nru wireshark-4.4.13/debian/patches/0001-wsutil-Restore-removed-ws_base32_decode.patch wireshark-4.4.14/debian/patches/0001-wsutil-Restore-removed-ws_base32_decode.patch --- wireshark-4.4.13/debian/patches/0001-wsutil-Restore-removed-ws_base32_decode.patch 2026-01-30 14:29:15.000000000 +0000 +++ wireshark-4.4.14/debian/patches/0001-wsutil-Restore-removed-ws_base32_decode.patch 1970-01-01 00:00:00.000000000 +0000 @@ -1,141 +0,0 @@ -From: Balint Reczey -Date: Fri, 5 Dec 2025 12:30:10 +0100 -Subject: wsutil: Restore removed ws_base32_decode() to fix ABI breakage - -(cherry picked from commit e502c94a5df9a0575ebc568051eb85e106e2725f) - -Conflicts: - wsutil/CMakeLists.txt ---- - wsutil/CMakeLists.txt | 2 ++ - ui/cli/tap-exportobject.h => wsutil/base32.c | 30 ++++++++++------------- - wsutil/{wmem/wmem_allocator_simple.h => base32.h} | 24 ++++++++++-------- - 3 files changed, 29 insertions(+), 27 deletions(-) - copy ui/cli/tap-exportobject.h => wsutil/base32.c (52%) - copy wsutil/{wmem/wmem_allocator_simple.h => base32.h} (51%) - -diff --git a/wsutil/CMakeLists.txt b/wsutil/CMakeLists.txt -index 6e002d2..bee0923 100644 ---- a/wsutil/CMakeLists.txt -+++ b/wsutil/CMakeLists.txt -@@ -82,6 +82,7 @@ set(WSUTIL_PUBLIC_HEADERS - 802_11-utils.h - adler32.h - array.h -+ base32.h - bits_count_ones.h - bits_ctz.h - bitswap.h -@@ -157,6 +158,7 @@ set(WSUTIL_PUBLIC_HEADERS - set(WSUTIL_COMMON_FILES - 802_11-utils.c - adler32.c -+ base32.c - bitswap.c - buffer.c - clopts_common.c -diff --git a/ui/cli/tap-exportobject.h b/wsutil/base32.c -similarity index 52% -copy from ui/cli/tap-exportobject.h -copy to wsutil/base32.c -index 9c279d0..6e9b558 100644 ---- a/ui/cli/tap-exportobject.h -+++ b/wsutil/base32.c -@@ -1,4 +1,5 @@ --/** @file -+/* base32.c -+ * Stub for removed base-32 conversion - * - * Wireshark - Network traffic analyzer - * By Gerald Combs -@@ -7,25 +8,20 @@ - * SPDX-License-Identifier: GPL-2.0-or-later - */ - --#ifndef __TAP_EXPORT_OBJECT_H__ --#define __TAP_EXPORT_OBJECT_H__ -+#include "config.h" -+#include "base32.h" - --#ifdef __cplusplus --extern "C" { --#endif /* __cplusplus */ -+#include - --void eo_list_object_types(void); -- --/* will be called by main each time a --export-objects option is found */ --bool eo_tap_opt_add(const char *ws_optarg); -- --void start_exportobjects(void); -- --#ifdef __cplusplus -+int ws_base32_decode(uint8_t* output, const uint32_t outputLength, -+ const uint8_t* in, const uint32_t inputLength) -+{ -+ (void)output; -+ (void)outputLength; -+ (void)in; -+ (void)inputLength; -+ return -1; - } --#endif /* __cplusplus */ -- --#endif /* __TAP_EXPORT_OBJECT_H__ */ - - /* - * Editor modelines - https://www.wireshark.org/tools/modelines.html -diff --git a/wsutil/wmem/wmem_allocator_simple.h b/wsutil/base32.h -similarity index 51% -copy from wsutil/wmem/wmem_allocator_simple.h -copy to wsutil/base32.h -index a843525..b77f785 100644 ---- a/wsutil/wmem/wmem_allocator_simple.h -+++ b/wsutil/base32.h -@@ -1,7 +1,5 @@ - /** @file -- * -- * Definitions for the Wireshark Memory Manager Simple Allocator -- * Copyright 2012, Evan Huus -+ * Base-32 conversion - * - * Wireshark - Network traffic analyzer - * By Gerald Combs -@@ -9,24 +7,30 @@ - * - * SPDX-License-Identifier: GPL-2.0-or-later - */ -+#ifndef __BASE32_H__ -+#define __BASE32_H__ - --#ifndef __WMEM_ALLOCATOR_SIMPLE_H__ --#define __WMEM_ALLOCATOR_SIMPLE_H__ -- --#include "wmem_core.h" -+#include - - #ifdef __cplusplus - extern "C" { - #endif /* __cplusplus */ - --void --wmem_simple_allocator_init(wmem_allocator_t *allocator); -+/** Returned by base32_decode() if the input is not valid base32. */ -+#define Base32_BAD_INPUT -1 -+#define Base32_TOO_BIG -2 -+ -+/* Always return -1. The functionality has been removed due to a possible licensing -+ * issue, but the symbol is kept to not break the ABI. */ -+WS_DLL_PUBLIC -+int ws_base32_decode(uint8_t* output, const uint32_t outputLength, -+ const uint8_t* in, const uint32_t inputLength); - - #ifdef __cplusplus - } - #endif /* __cplusplus */ - --#endif /* __WMEM_ALLOCATOR_SIMPLE_H__ */ -+#endif /* __BASE32_H__ */ - - /* - * Editor modelines - https://www.wireshark.org/tools/modelines.html diff -Nru wireshark-4.4.13/debian/patches/series wireshark-4.4.14/debian/patches/series --- wireshark-4.4.13/debian/patches/series 2026-01-30 14:29:15.000000000 +0000 +++ wireshark-4.4.14/debian/patches/series 2026-03-01 16:46:20.000000000 +0000 @@ -1,3 +1,2 @@ 09_idl2wrs.patch 0004-Use-packaged-JS-and-CSS-resources-instead-of-pulling.patch -0001-wsutil-Restore-removed-ws_base32_decode.patch diff -Nru wireshark-4.4.13/doc/attributes.adoc wireshark-4.4.14/doc/attributes.adoc --- wireshark-4.4.13/doc/attributes.adoc 2026-01-14 18:05:54.000000000 +0000 +++ wireshark-4.4.14/doc/attributes.adoc 2026-02-25 17:40:04.000000000 +0000 @@ -1,6 +1,6 @@ // Common attributes -:wireshark-version: 4.4.13 +:wireshark-version: 4.4.14 :logray-version: 0.9.0 // Required for btn, kbd:, and menu: macros. diff -Nru wireshark-4.4.13/doc/man_pages/dumpcap.adoc wireshark-4.4.14/doc/man_pages/dumpcap.adoc --- wireshark-4.4.13/doc/man_pages/dumpcap.adoc 2026-01-14 18:05:54.000000000 +0000 +++ wireshark-4.4.14/doc/man_pages/dumpcap.adoc 2026-02-25 17:40:04.000000000 +0000 @@ -264,11 +264,11 @@ *-P* is specified. -- ---ifdescr> :: +--ifdescr :: Use __description__ as the description in the capture file for the interface or pipe specified before it with *-i*. ---ifname> :: +--ifname :: Use __name__ as the name in the capture file for the interface or pipe specified before it with *-i*. @@ -451,7 +451,7 @@ the default capture link type is used if provided. -- ---capture-comment :: +--capture-comment :: + -- Add a capture comment to the output file, if supported by the output diff -Nru wireshark-4.4.13/doc/release-notes.adoc wireshark-4.4.14/doc/release-notes.adoc --- wireshark-4.4.13/doc/release-notes.adoc 2026-01-14 18:05:54.000000000 +0000 +++ wireshark-4.4.14/doc/release-notes.adoc 2026-02-25 17:40:04.000000000 +0000 @@ -22,48 +22,27 @@ The following vulnerabilities have been fixed: -* wssalink:2026-01[] {notable} -BLF file parser crash. -wsbuglink:20880[]. -// cveidlink:2026-xxx[]. -// Fixed in master: 516ba22c34 -// Fixed in release-4.6: 4d879508dc -// Fixed in release-4.4: c99f118869 -// CVSS AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H -// CWE-787 -// * Out-of-bounds heap write in blf_pull_logcontainer_into_memory. wsbuglink:20880[]. - -* wssalink:2026-02[] {notable} -IEEE 802.11 dissector crash. -wsbuglink:20939[]. -// cveidlink:2026-xxx[]. -// Fixed in master: 4b48ee36f1 -// Fixed in release-4.2: e3ea9fb6e7 -// Fixed in release-4.0: 5bfd4035f5 -// CVSS AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H -// CWE-787 -// * OSS-Fuzz 474458885: Stack-buffer-overflow in dissect_multi_link. wsbuglink:20939[]. - -* wssalink:2026-03[] {notable} -SOME/IP-SD dissector crash. -wsbuglink:20945[]. -// cveidlink:2026-xxx[]. -// Fixed in master: xxx -// Fixed in release-4.6: xxx -// Fixed in release-4.4: xxx -// CVSS AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H -// CWE-787 -// * SOME/IP-SD buffer overflow. wsbuglink:20945[]. - -// * wssalink:2026-04[] {notable} -// Foo dissector {crash,infinite loop,memory leak}. -// wsbuglink:xxx[]. -// cveidlink:2026-xxx[]. -// Fixed in master: xxx -// Fixed in release-4.6: xxx -// Fixed in release-4.4: xxx -// CVSS AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H -// CWE-824 +* wssalink:2026-05[] {notable} +USB HID dissector memory exhaustion. +wsbuglink:20972[]. +cveidlink:2026-3201[]. +// Fixed in master: f87c426b30 +// Fixed in release-4.6: 168bf05775 +// Fixed in release-4.4: 5e80615ebc +// CVSS AV:L/AC:H/PR:N/UI:R/S:U/C:N/I:N/A:H +// CWE-1325 +// * USB-HID: Resource exhaustion in parse_report_descriptor() due to missing array size limit. wsbuglink:20972[]. + +* wssalink:2026-07[] {notable} +RF4CE Profile dissector crash. +wsbuglink:21009[]. +cveidlink:2026-3203[]. +// Fixed in master: 17215397c1 +// Fixed in release-4.6: 0c4c5a531f +// Fixed in release-4.4: d487e0e07b +// CVSS AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H +// CWE-126 +// * Fuzz job crash: fuzz-2026-02-06-13021968622.pcap. wsbuglink:21009[]. The following bugs have been fixed: @@ -73,6 +52,16 @@ //* Wireshark took a bite out of each of your freshly baked muffins until it found the perfect one. {notable} * Bug in decoding 5G NAS message - Extended CAG information list IE. wsbuglink:20946[]. +* PQC signature algorithm not reported in signature_algorithms. wsbuglink:20953[]. +* Unexpected JA4 ALPN values when space characters sent. wsbuglink:20966[]. +* Expert Info seems to have quadratic performance (gets slower and slower) wsbuglink:20970[]. +* USB-HID: Resource exhaustion in parse_report_descriptor() due to missing array size limit. wsbuglink:20972[]. +* Fuzz job crash: fuzz-2026-02-01-12944805400.pcap [Zigbee Direct Tunneling Zigbee NWK PDUs NULL hash table] wsbuglink:20977[]. +* RDM status in Output Status (GoodOutputB) field incorrectly decoded in Art-Net PollReply dissector. wsbuglink:20980[]. +* TDS dissector desynchronizes on RPC DATENTYPE (0x28) due to incorrect expectation of TYPE_VARLEN (MaxLen) wsbuglink:21001[]. +* Only first HTTP POST is parsed inside SOCKS with "Decode As" wsbuglink:21006[]. +* Fuzz job crash: fuzz-2026-02-06-13021968622.pcap. wsbuglink:21009[]. +* New Diameter RAT-Types in TS 29.212 not decoded. wsbuglink:21012[]. // == Known Bugs @@ -89,18 +78,16 @@ === Updated Protocol Support // Add one protocol per line between the -- delimiters. -// rg -A1 '(define PSNAME|proto_register_protocol[^_])' $(git diff --name-only v4.4.12.. | rg packet- | sort -u) +// rg -A1 '(define PSNAME|proto_register_protocol[^_])' $(git diff --name-only v4.4.13.. | rg packet- | sort -u) [commaize] -- -DCT2000 -H.248 -H.265 -IDN -IEEE 802.11 +Art-Net NAS-5GS -QUIC -SOME/IP-SD -Thrift +TDS +TECMP +USB HID +ZBD +ZB TLV -- === New and Updated Capture File Support @@ -110,8 +97,6 @@ [commaize] -- BLF -NetScreen -Viavi Observer -- === New and Updated File Format Decoding Support @@ -130,17 +115,55 @@ == Prior Versions +Wireshark 4.4.13 included the following changes. +See the +https://www.wireshark.org/docs/relnotes/wireshark-4.4.13.html[release notes] +for details: + +* wssalink:2026-01[] +BLF file parser crash. +wsbuglink:20880[]. +// cveidlink:2026-xxx[]. +// Fixed in master: 516ba22c34 +// Fixed in release-4.6: 4d879508dc +// Fixed in release-4.4: c99f118869 +// CVSS AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H +// CWE-787 +// * Out-of-bounds heap write in blf_pull_logcontainer_into_memory. wsbuglink:20880[]. + +* wssalink:2026-02[] +IEEE 802.11 dissector crash. +wsbuglink:20939[]. +// cveidlink:2026-xxx[]. +// Fixed in master: 4b48ee36f1 +// Fixed in release-4.2: e3ea9fb6e7 +// Fixed in release-4.0: 5bfd4035f5 +// CVSS AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H +// CWE-787 +// * OSS-Fuzz 474458885: Stack-buffer-overflow in dissect_multi_link. wsbuglink:20939[]. + +* wssalink:2026-03[] +SOME/IP-SD dissector crash. +wsbuglink:20945[]. +// cveidlink:2026-xxx[]. +// Fixed in master: xxx +// Fixed in release-4.6: xxx +// Fixed in release-4.4: xxx +// CVSS AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H +// CWE-787 +// * SOME/IP-SD buffer overflow. wsbuglink:20945[]. + Wireshark 4.4.12 included the following changes. See the https://www.wireshark.org/docs/relnotes/wireshark-4.4.12.html[release notes] for details: -* wssalink:2025-07[] {notable} +* wssalink:2025-07[] HTTP3 dissector crash. wsbuglink:20860[]. cveidlink:2025-13945[]. -* wssalink:2025-08[] {notable} +* wssalink:2025-08[] MEGACO dissector infinite loop. wsbuglink:20884[]. cveidlink:2025-13945[]. @@ -171,11 +194,11 @@ for details: * Using wslog parameters in command line applications leads to freeing invalid memory. wsbuglink:20500[]. -* On macOS a lower resolution Wireshark icon is displayed in the App Switcher and Launchpad. sbuglink:20544[]. {notable} +* On macOS a lower resolution Wireshark icon is displayed in the App Switcher and Launchpad. sbuglink:20544[]. // misdissection, but no crash. * Fuzz job crash: fuzz-2025-08-06-10932469456.pcap. wsbuglink:20666[]. -* Encoding on NAS5GS- NASDL Transport Message-Multiple Container contains inconsistencies. wsbuglink:20679]. {notable} -* Bad resolver in Delegated Credential (RFC 9345) of TLS 1.3 CertificateRequest message. wsbuglink:20728]. {notable} +* Encoding on NAS5GS- NASDL Transport Message-Multiple Container contains inconsistencies. wsbuglink:20679]. +* Bad resolver in Delegated Credential (RFC 9345) of TLS 1.3 CertificateRequest message. wsbuglink:20728]. * Fuzz job UTF-8 encoding issue: fuzz-2025-10-03-11586692659.pcap. wsbuglink:20744[]. Wireshark 4.4.9 included the following changes. @@ -185,7 +208,7 @@ * RDM Product Detail List ID Disect incorrect. wsbuglink:20612[]. * SCCP LUDT segmentation decoding fails. wsbuglink:20647[]. -* Ciscodump fails to start capture on Cisco IOS. wsbuglink:20655[]. {notable} +* Ciscodump fails to start capture on Cisco IOS. wsbuglink:20655[]. * [BACnet] WritePropertyMultiple closing context tag 1 not showing. wsbuglink:20665[]. * Bug in LZ77 decoder; reads a 16-bit length when it should read a 32-bit length. wsbuglink:20671[]. diff -Nru wireshark-4.4.13/doc/wsug_src/capinfos-h.txt wireshark-4.4.14/doc/wsug_src/capinfos-h.txt --- wireshark-4.4.13/doc/wsug_src/capinfos-h.txt 2026-01-14 18:05:54.000000000 +0000 +++ wireshark-4.4.14/doc/wsug_src/capinfos-h.txt 2026-02-25 17:40:04.000000000 +0000 @@ -1,4 +1,4 @@ -Capinfos (Wireshark) 4.4.13 (v4.4.13rc0-1-g17d44bba9306) +Capinfos (Wireshark) 4.4.14 (v4.4.14rc0-2-gf9fc04327122) Print various information (infos) about capture files. See https://www.wireshark.org for more information. diff -Nru wireshark-4.4.13/doc/wsug_src/dumpcap-h.txt wireshark-4.4.14/doc/wsug_src/dumpcap-h.txt --- wireshark-4.4.13/doc/wsug_src/dumpcap-h.txt 2026-01-14 18:05:54.000000000 +0000 +++ wireshark-4.4.14/doc/wsug_src/dumpcap-h.txt 2026-02-25 17:40:04.000000000 +0000 @@ -1,4 +1,4 @@ -Dumpcap (Wireshark) 4.4.13 (v4.4.13rc0-1-g17d44bba9306) +Dumpcap (Wireshark) 4.4.14 (v4.4.14rc0-2-gf9fc04327122) Capture network packets and dump them into a pcapng or pcap file. See https://www.wireshark.org for more information. diff -Nru wireshark-4.4.13/doc/wsug_src/editcap-h.txt wireshark-4.4.14/doc/wsug_src/editcap-h.txt --- wireshark-4.4.13/doc/wsug_src/editcap-h.txt 2026-01-14 18:05:54.000000000 +0000 +++ wireshark-4.4.14/doc/wsug_src/editcap-h.txt 2026-02-25 17:40:04.000000000 +0000 @@ -1,4 +1,4 @@ -Editcap (Wireshark) 4.4.13 (v4.4.13rc0-1-g17d44bba9306) +Editcap (Wireshark) 4.4.14 (v4.4.14rc0-2-gf9fc04327122) Edit and/or translate the format of capture files. See https://www.wireshark.org for more information. diff -Nru wireshark-4.4.13/doc/wsug_src/mergecap-h.txt wireshark-4.4.14/doc/wsug_src/mergecap-h.txt --- wireshark-4.4.13/doc/wsug_src/mergecap-h.txt 2026-01-14 18:05:54.000000000 +0000 +++ wireshark-4.4.14/doc/wsug_src/mergecap-h.txt 2026-02-25 17:40:04.000000000 +0000 @@ -1,4 +1,4 @@ -Mergecap (Wireshark) 4.4.13 (v4.4.13rc0-1-g17d44bba9306) +Mergecap (Wireshark) 4.4.14 (v4.4.14rc0-2-gf9fc04327122) Merge two or more capture files into one. See https://www.wireshark.org for more information. diff -Nru wireshark-4.4.13/doc/wsug_src/rawshark-h.txt wireshark-4.4.14/doc/wsug_src/rawshark-h.txt --- wireshark-4.4.13/doc/wsug_src/rawshark-h.txt 2026-01-14 18:05:54.000000000 +0000 +++ wireshark-4.4.14/doc/wsug_src/rawshark-h.txt 2026-02-25 17:40:04.000000000 +0000 @@ -1,4 +1,4 @@ -Rawshark (Wireshark) 4.4.13 (v4.4.13rc0-1-g17d44bba9306) +Rawshark (Wireshark) 4.4.14 (v4.4.14rc0-2-gf9fc04327122) Dump and analyze network traffic. See https://www.wireshark.org for more information. diff -Nru wireshark-4.4.13/doc/wsug_src/reordercap-h.txt wireshark-4.4.14/doc/wsug_src/reordercap-h.txt --- wireshark-4.4.13/doc/wsug_src/reordercap-h.txt 2026-01-14 18:05:54.000000000 +0000 +++ wireshark-4.4.14/doc/wsug_src/reordercap-h.txt 2026-02-25 17:40:04.000000000 +0000 @@ -1,4 +1,4 @@ -Reordercap (Wireshark) 4.4.13 (v4.4.13rc0-1-g17d44bba9306) +Reordercap (Wireshark) 4.4.14 (v4.4.14rc0-2-gf9fc04327122) Reorder timestamps of input file frames into output file. See https://www.wireshark.org for more information. diff -Nru wireshark-4.4.13/doc/wsug_src/text2pcap-h.txt wireshark-4.4.14/doc/wsug_src/text2pcap-h.txt --- wireshark-4.4.13/doc/wsug_src/text2pcap-h.txt 2026-01-14 18:05:54.000000000 +0000 +++ wireshark-4.4.14/doc/wsug_src/text2pcap-h.txt 2026-02-25 17:40:04.000000000 +0000 @@ -1,4 +1,4 @@ -Text2pcap (Wireshark) 4.4.13 (v4.4.13rc0-1-g17d44bba9306) +Text2pcap (Wireshark) 4.4.14 (v4.4.14rc0-2-gf9fc04327122) Generate a capture file from an ASCII hexdump of packets. See https://www.wireshark.org for more information. diff -Nru wireshark-4.4.13/doc/wsug_src/tshark-h.txt wireshark-4.4.14/doc/wsug_src/tshark-h.txt --- wireshark-4.4.13/doc/wsug_src/tshark-h.txt 2026-01-14 18:05:54.000000000 +0000 +++ wireshark-4.4.14/doc/wsug_src/tshark-h.txt 2026-02-25 17:40:04.000000000 +0000 @@ -1,4 +1,4 @@ -TShark (Wireshark) 4.4.13 (v4.4.13rc0-1-g17d44bba9306) +TShark (Wireshark) 4.4.14 (v4.4.14rc0-2-gf9fc04327122) Dump and analyze network traffic. See https://www.wireshark.org for more information. diff -Nru wireshark-4.4.13/epan/CMakeLists.txt wireshark-4.4.14/epan/CMakeLists.txt --- wireshark-4.4.13/epan/CMakeLists.txt 2026-01-14 18:05:54.000000000 +0000 +++ wireshark-4.4.14/epan/CMakeLists.txt 2026-02-25 17:40:04.000000000 +0000 @@ -316,7 +316,7 @@ set_target_properties(epan PROPERTIES COMPILE_DEFINITIONS "WS_BUILD_DLL" LINK_FLAGS "${WS_LINK_FLAGS}" - VERSION "18.0.13" SOVERSION 18 + VERSION "18.0.14" SOVERSION 18 INSTALL_RPATH "${LIBRARY_INSTALL_RPATH}" # By default the name for a library with target name epan will be libepan, # but Ethereal is now named Wireshark diff -Nru wireshark-4.4.13/epan/dissectors/packet-artnet.c wireshark-4.4.14/epan/dissectors/packet-artnet.c --- wireshark-4.4.13/epan/dissectors/packet-artnet.c 2026-01-14 18:05:54.000000000 +0000 +++ wireshark-4.4.14/epan/dissectors/packet-artnet.c 2026-02-25 17:40:04.000000000 +0000 @@ -7819,7 +7819,7 @@ { &hf_artnet_poll_reply_good_output_rdm, { "RDM", "artnet.poll_reply.good_output_rdm", - FT_BOOLEAN, 8, TFS(&tfs_enabled_disabled), 0x80, + FT_BOOLEAN, 8, TFS(&tfs_disabled_enabled), 0x80, NULL, HFILL }}, { &hf_artnet_poll_reply_swin, diff -Nru wireshark-4.4.13/epan/dissectors/packet-nas_5gs.c wireshark-4.4.14/epan/dissectors/packet-nas_5gs.c --- wireshark-4.4.13/epan/dissectors/packet-nas_5gs.c 2026-01-14 18:05:54.000000000 +0000 +++ wireshark-4.4.14/epan/dissectors/packet-nas_5gs.c 2026-02-25 17:40:04.000000000 +0000 @@ -4398,7 +4398,7 @@ continue; } /* Mapped HPLMN SD */ - proto_tree_add_item(sub_rejected_tree, hf_nas_5gs_mm_mapped_hplmn_ssd, tvb, offset, 3, ENC_BIG_ENDIAN); + proto_tree_add_item(sub_rejected_tree, hf_nas_5gs_mm_mapped_hplmn_ssd, tvb, curr_offset, 3, ENC_BIG_ENDIAN); curr_offset += 3; } num_partial_items++; diff -Nru wireshark-4.4.13/epan/dissectors/packet-rf4ce-secur.c wireshark-4.4.14/epan/dissectors/packet-rf4ce-secur.c --- wireshark-4.4.13/epan/dissectors/packet-rf4ce-secur.c 2026-01-14 18:05:54.000000000 +0000 +++ wireshark-4.4.14/epan/dissectors/packet-rf4ce-secur.c 2026-02-25 17:40:04.000000000 +0000 @@ -614,6 +614,10 @@ return false; } + if (*len < payload_offset + RF4CE_CCM_M) { + return false; + } + while (idx < RF4CE_NWK_KEY_STORAGE_SIZE) { if (nwk_key_storage[idx].is_used) diff -Nru wireshark-4.4.13/epan/dissectors/packet-socks.c wireshark-4.4.14/epan/dissectors/packet-socks.c --- wireshark-4.4.13/epan/dissectors/packet-socks.c 2026-01-14 18:05:54.000000000 +0000 +++ wireshark-4.4.14/epan/dissectors/packet-socks.c 2026-02-25 17:40:04.000000000 +0000 @@ -156,6 +156,7 @@ } sock_state_t; typedef struct { + conversation_t *proxy_conv; enum ClientState clientState; enum ServerState serverState; int version; @@ -997,8 +998,12 @@ *ptr = hash_info->port; - tcpd = get_tcp_conversation_data(NULL, pinfo); -/* 2003-09-18 JCFoster Fixed problem with socks tunnel in socks tunnel */ + if (hash_info->proxy_conv == NULL) { + hash_info->proxy_conv = conversation_new(pinfo->num, &pinfo->src, &pinfo->dst, + CONVERSATION_TCP /* CONVERSATION_SOCKS? */, pinfo->srcport, pinfo->destport, 0); + } + + tcpd = get_tcp_conversation_data(hash_info->proxy_conv, pinfo); state_info->in_socks_dissector_flag = 1; /* avoid recursive overflow */ CLEANUP_PUSH(clear_in_socks_dissector_flag, state_info); diff -Nru wireshark-4.4.13/epan/dissectors/packet-tds.c wireshark-4.4.14/epan/dissectors/packet-tds.c --- wireshark-4.4.13/epan/dissectors/packet-tds.c 2026-01-14 18:05:54.000000000 +0000 +++ wireshark-4.4.14/epan/dissectors/packet-tds.c 2026-02-25 17:40:04.000000000 +0000 @@ -2124,6 +2124,9 @@ proto_tree *sub_tree = NULL; proto_item *item = NULL, *length_item = NULL; int32_t data_value; + int64_t data64_value; + double double_value; + float float_value; item = proto_tree_add_item(tree, hf, tvb, *offset, 0, ENC_NA); sub_tree = proto_item_add_subtree(item, ett_tds_type_varbyte); @@ -2365,8 +2368,8 @@ proto_item_append_text(item, " (%d)", data_value); break; case 8: - proto_tree_add_item(sub_tree, hf_tds_type_varbyte_data_int8, tvb, *offset + 1, 8, ENC_LITTLE_ENDIAN); - proto_item_append_text(item, " (%"PRId64")", tvb_get_letoh64(tvb, *offset)); + proto_tree_add_item_ret_int64(sub_tree, hf_tds_type_varbyte_data_int8, tvb, *offset + 1, 8, ENC_LITTLE_ENDIAN, &data64_value); + proto_item_append_text(item, " (%"PRId64")", data64_value); break; default: expert_add_info(pinfo, length_item, &ei_tds_invalid_length); @@ -2382,12 +2385,12 @@ proto_tree_add_item(sub_tree, hf_tds_type_varbyte_data_null, tvb, *offset, 0, ENC_NA); break; case 4: - proto_tree_add_item(sub_tree, hf_tds_type_varbyte_data_float, tvb, *offset + 1, 4, ENC_LITTLE_ENDIAN); - proto_item_append_text(item, " (%f)", tvb_get_letohieee_float(tvb, *offset)); + proto_tree_add_item_ret_float(sub_tree, hf_tds_type_varbyte_data_float, tvb, *offset + 1, 4, ENC_LITTLE_ENDIAN, &float_value); + proto_item_append_text(item, " (%f)", float_value); break; case 8: - proto_tree_add_item(sub_tree, hf_tds_type_varbyte_data_double, tvb, *offset + 1, 8, ENC_LITTLE_ENDIAN); - proto_item_append_text(item, " (%f)", tvb_get_letohieee_double(tvb, *offset)); + proto_tree_add_item_ret_double(sub_tree, hf_tds_type_varbyte_data_double, tvb, *offset + 1, 8, ENC_LITTLE_ENDIAN, &double_value); + proto_item_append_text(item, " (%f)", double_value); break; default: expert_add_info(pinfo, length_item, &ei_tds_invalid_length); @@ -6365,7 +6368,7 @@ } static uint8_t -dissect_tds_type_info(tvbuff_t *tvb, int *offset, packet_info *pinfo, proto_tree *tree, bool *plp, bool variantprop) +dissect_tds_type_info(tvbuff_t *tvb, int *offset, packet_info *pinfo, proto_tree *tree, uint8_t *scale, bool *plp, bool variantprop) { proto_item *item = NULL, *item1 = NULL, *data_type_item = NULL; proto_tree *sub_tree = NULL, *collation_tree; @@ -6373,6 +6376,7 @@ uint8_t data_type; *plp = false; /* most types are not Partially Length-Prefixed */ + *scale = 0; item = proto_tree_add_item(tree, hf_tds_type_info, tvb, *offset, 0, ENC_NA); data_type = tvb_get_uint8(tvb, *offset); proto_item_append_text(item, " (%s)", val_to_str(data_type, tds_data_type_names, "Invalid data type: %02X")); @@ -6401,6 +6405,8 @@ case TDS_DATA_TYPE_FLT8: /* Float (8 byte data representation) */ case TDS_DATA_TYPE_MONEY: /* Money (8 byte data representation) */ case TDS_DATA_TYPE_DATETIME: /* DateTime (8 byte data representation) */ + /* BYTELEN_TYPE with fixed length if non-null */ + case TDS_DATA_TYPE_DATEN: /* (introduced in TDS 7.3) */ /* BYTELEN_TYPE with length determined by SCALE */ case TDS_DATA_TYPE_TIMEN: /* (introduced in TDS 7.3) */ case TDS_DATA_TYPE_DATETIME2N: /* (introduced in TDS 7.3) */ @@ -6418,7 +6424,6 @@ case TDS_DATA_TYPE_FLTN: case TDS_DATA_TYPE_MONEYN: case TDS_DATA_TYPE_DATETIMN: - case TDS_DATA_TYPE_DATEN: /* (introduced in TDS 7.3) */ case TDS_DATA_TYPE_CHAR: /* Char (TDS 4/5) */ case TDS_DATA_TYPE_VARCHAR: /* VarChar (TDS 4/5) */ case TDS_DATA_TYPE_BINARY: /* Binary (TDS 4/5) */ @@ -6483,6 +6488,7 @@ case TDS_DATA_TYPE_DATETIME2N: /* (introduced in TDS 7.3) */ case TDS_DATA_TYPE_DATETIMEOFFSETN: /* (introduced in TDS 7.3) */ proto_tree_add_item(sub_tree, hf_tds_type_info_scale, tvb, *offset, 1, ENC_LITTLE_ENDIAN); + *scale = tvb_get_uint8(tvb, *offset); *offset += 1; break; /* COLLATION */ @@ -6565,6 +6571,7 @@ /* dissect parameters */ while(tvb_reported_length_remaining(tvb, offset) > 0) { + uint8_t scale; bool plp; len = tvb_get_uint8(tvb, offset); @@ -6588,11 +6595,11 @@ proto_tree_add_item(status_sub_tree, hf_tds_rpc_parameter_status_by_ref, tvb, offset, 1, ENC_LITTLE_ENDIAN); proto_tree_add_item(status_sub_tree, hf_tds_rpc_parameter_status_default, tvb, offset, 1, ENC_LITTLE_ENDIAN); ++offset; - data_type = dissect_tds_type_info(tvb, &offset, pinfo, sub_tree, &plp, false); + data_type = dissect_tds_type_info(tvb, &offset, pinfo, sub_tree, &scale, &plp, false); if (data_type == TDS_DATA_TYPE_INVALID) break; dissect_tds_type_varbyte(tvb, &offset, pinfo, sub_tree, hf_tds_rpc_parameter_value, tds_info, - data_type, 0, plp, -1, NULL); /* TODO: Precision needs setting? */ + data_type, scale, plp, -1, NULL); /* TODO: Precision needs setting? */ proto_item_set_end(param_item, tvb, offset); } } diff -Nru wireshark-4.4.13/epan/dissectors/packet-tecmp.c wireshark-4.4.14/epan/dissectors/packet-tecmp.c --- wireshark-4.4.13/epan/dissectors/packet-tecmp.c 2026-01-14 18:05:54.000000000 +0000 +++ wireshark-4.4.14/epan/dissectors/packet-tecmp.c 2026-02-25 17:40:04.000000000 +0000 @@ -1,7 +1,7 @@ /* packet-tecmp.c * Technically Enhanced Capture Module Protocol (TECMP) dissector. * By - * Copyright 2019-2025 Dr. Lars Voelker + * Copyright 2019-2026 Dr. Lars Völker * Copyright 2020 Ayoub Kaanich * * Wireshark - Network traffic analyzer @@ -195,6 +195,7 @@ static int hf_tecmp_payload_data_frame_id; static int hf_tecmp_payload_data_header_crc; static int hf_tecmp_payload_data_frame_crc; +static int hf_tecmp_payload_data_cycle_repetition; /* Analog */ static int hf_tecmp_payload_data_analog_value_raw; @@ -340,6 +341,7 @@ /*** expert info items ***/ static expert_field ei_tecmp_payload_length_mismatch; static expert_field ei_tecmp_payload_header_crc_overflow; +static expert_field ei_tecmp_payload_invalid_cycle_repetition; /* TECMP Type Names */ @@ -2067,7 +2069,7 @@ } /* new for TECMP 1.6 */ - if (tvb_captured_length_remaining(sub_tvb, offset2) >= 5) { + if (tecmp_msg_type == TECMP_MSG_TYPE_LOG_STREAM && tvb_captured_length_remaining(sub_tvb, offset2) >= 5) { uint32_t header_crc = 0; ti = proto_tree_add_item_ret_uint(tecmp_tree, hf_tecmp_payload_data_header_crc, sub_tvb, offset2, 2, ENC_BIG_ENDIAN, &header_crc); if (header_crc > DATA_FR_HEADER_CRC_MAX) { @@ -2075,6 +2077,19 @@ } offset2 += 2; proto_tree_add_item(tecmp_tree, hf_tecmp_payload_data_frame_crc, sub_tvb, offset2, 3, ENC_BIG_ENDIAN); + } else if (tecmp_msg_type == TECMP_MSG_TYPE_REPLAY_DATA && tvb_captured_length_remaining(sub_tvb, offset2) >= 3) { + uint32_t cycle_rep = 0; + ti = proto_tree_add_item_ret_uint(tecmp_tree, hf_tecmp_payload_data_cycle_repetition, sub_tvb, offset2, 1, ENC_BIG_ENDIAN, &cycle_rep); + if (cycle_rep != 1 && cycle_rep != 2 && cycle_rep != 4 && cycle_rep != 8 && cycle_rep != 16 && cycle_rep != 32 && cycle_rep != 64) { + expert_add_info(pinfo, ti, &ei_tecmp_payload_invalid_cycle_repetition); + } + offset2 += 1; + + uint32_t header_crc = 0; + ti = proto_tree_add_item_ret_uint(tecmp_tree, hf_tecmp_payload_data_header_crc, sub_tvb, offset2, 2, ENC_BIG_ENDIAN, &header_crc); + if (header_crc > DATA_FR_HEADER_CRC_MAX) { + expert_add_info(pinfo, ti, &ei_tecmp_payload_header_crc_overflow); + } } break; @@ -2497,6 +2512,9 @@ { &hf_tecmp_payload_data_frame_crc, { "Frame CRC", "tecmp.payload.data.frame_crc", FT_UINT24, BASE_HEX, NULL, 0x0, NULL, HFILL }}, + { &hf_tecmp_payload_data_cycle_repetition, + { "Cycle Repetition", "tecmp.payload.data.cycle_repetition", + FT_UINT8, BASE_DEC, NULL, 0x0, NULL, HFILL } }, { &hf_tecmp_payload_data_length, { "Payload Length", "tecmp.payload.data.payload_length", @@ -2980,6 +2998,8 @@ PI_PROTOCOL, PI_WARN, "Payload Length and the length of Payload present in packet do not match!", EXPFILL }}, { &ei_tecmp_payload_header_crc_overflow, { "tecmp.payload.header_crc_overflow", PI_PROTOCOL, PI_WARN, "Header CRC may only be up to 0x07ff!", EXPFILL }}, + { &ei_tecmp_payload_invalid_cycle_repetition, { "tecmp.payload.invalid_cycle_repetition", + PI_PROTOCOL, PI_WARN, "Cycle Repetition can only be 1, 2, 4, 8, 16, 32, or 64!", EXPFILL }}, }; proto_tecmp_payload = proto_register_protocol("Technically Enhanced Capture Module Protocol Payload", diff -Nru wireshark-4.4.13/epan/dissectors/packet-tls-utils.c wireshark-4.4.14/epan/dissectors/packet-tls-utils.c --- wireshark-4.4.13/epan/dissectors/packet-tls-utils.c 2026-01-14 18:05:54.000000000 +0000 +++ wireshark-4.4.14/epan/dissectors/packet-tls-utils.c 2026-02-25 17:40:04.000000000 +0000 @@ -1493,6 +1493,10 @@ { 0x0601, "rsa_pkcs1_sha512" }, { 0x0603, "ecdsa_secp521r1_sha512" }, { 0x0620, "rsa_pkcs1_sha512_legacy" }, /* draft-davidben-tls13-pkcs1-01 */ + { 0x0704, "eccsi_sha256" }, /* draft-wang-tls-raw-public-key-with-ibc-02 */ + { 0x0705, "iso_ibs1" }, /* draft-wang-tls-raw-public-key-with-ibc-02 */ + { 0x0706, "iso_ibs2" }, /* draft-wang-tls-raw-public-key-with-ibc-02 */ + { 0x0707, "iso_chinese_ibs" }, /* draft-wang-tls-raw-public-key-with-ibc-02 */ { 0x0708, "sm2sig_sm3" }, { 0x0709, "gostr34102012_256a" }, /* RFC9367 */ { 0x070a, "gostr34102012_256b" }, /* RFC9367 */ @@ -1512,8 +1516,23 @@ { 0x081a, "ecdsa_brainpoolP256r1tls13_sha256" }, /* RFC8734 */ { 0x081b, "ecdsa_brainpoolP384r1tls13_sha384" }, /* RFC8734 */ { 0x081c, "ecdsa_brainpoolP512r1tls13_sha512" }, /* RFC8734 */ + { 0x0904, "mldsa44" }, /* draft-ietf-tls-mldsa-00 */ + { 0x0905, "mldsa65" }, /* draft-ietf-tls-mldsa-00 */ + { 0x0906, "mldsa87" }, /* draft-ietf-tls-mldsa-00 */ + { 0x0911, "slhdsa_sha2_128s" }, /* draft-reddy-tls-slhdsa-01 */ + { 0x0912, "slhdsa_sha2_128f" }, /* draft-reddy-tls-slhdsa-01 */ + { 0x0913, "slhdsa_sha2_192s" }, /* draft-reddy-tls-slhdsa-01 */ + { 0x0914, "slhdsa_sha2_192f" }, /* draft-reddy-tls-slhdsa-01 */ + { 0x0915, "slhdsa_sha2_256s" }, /* draft-reddy-tls-slhdsa-01 */ + { 0x0916, "slhdsa_sha2_256f" }, /* draft-reddy-tls-slhdsa-01 */ + { 0x0917, "slhdsa_shake_128s" }, /* draft-reddy-tls-slhdsa-01 */ + { 0x0918, "slhdsa_shake_128f" }, /* draft-reddy-tls-slhdsa-01 */ + { 0x0919, "slhdsa_shake_192s" }, /* draft-reddy-tls-slhdsa-01 */ + { 0x091a, "slhdsa_shake_192f" }, /* draft-reddy-tls-slhdsa-01 */ + { 0x091b, "slhdsa_shake_256s" }, /* draft-reddy-tls-slhdsa-01 */ + { 0x091c, "slhdsa_shake_256f" }, /* draft-reddy-tls-slhdsa-01 */ /* PQC digital signature algorithms from OQS-OpenSSL, - see https://github.com/open-quantum-safe/openssl/blob/OQS-OpenSSL_1_1_1-stable/oqs-template/oqs-sig-info.md */ + see https://github.com/open-quantum-safe/oqs-provider/blob/main/oqs-template/oqs-sig-info.md */ { 0xfea0, "dilithium2" }, { 0xfea1, "p256_dilithium2" }, { 0xfea2, "rsa3072_dilithium2" }, @@ -7743,7 +7762,7 @@ if (ja4_data && wmem_strbuf_get_len(ja4_data->alpn) == 0) { const char alpn_first_char = (char)tvb_get_uint8(tvb,offset); const char alpn_last_char = (char)tvb_get_uint8(tvb,offset + name_length - 1); - if ((g_ascii_isprint(alpn_first_char)) && g_ascii_isprint(alpn_last_char)) { + if ((g_ascii_isalnum(alpn_first_char)) && g_ascii_isalnum(alpn_last_char)) { wmem_strbuf_append_printf(ja4_data->alpn, "%c%c", alpn_first_char, alpn_last_char); } else { diff -Nru wireshark-4.4.13/epan/dissectors/packet-usb-hid.c wireshark-4.4.14/epan/dissectors/packet-usb-hid.c --- wireshark-4.4.13/epan/dissectors/packet-usb-hid.c 2026-01-14 18:05:54.000000000 +0000 +++ wireshark-4.4.14/epan/dissectors/packet-usb-hid.c 2026-02-25 17:40:04.000000000 +0000 @@ -3729,6 +3729,7 @@ return false; } +#define MAX_REPORT_DESCRIPTOR_COUNT 100000 // Arbitrary static bool parse_report_descriptor(report_descriptor_t *rdesc) { @@ -3910,7 +3911,7 @@ } /* Usage min and max must be on the same page */ - if (USAGE_PAGE(usage_min) != USAGE_PAGE(usage_max)) { + if (USAGE_PAGE(usage_min) != USAGE_PAGE(usage_max)) { goto err; } @@ -3918,6 +3919,10 @@ goto err; } + if (wmem_array_get_count(field.usages) + usage_max - usage_min >= MAX_REPORT_DESCRIPTOR_COUNT) { + goto err; + } + /* min and max are inclusive */ wmem_array_grow(field.usages, usage_max - usage_min + 1); for (uint32_t j = usage_min; j <= usage_max; j++) { diff -Nru wireshark-4.4.13/epan/dissectors/packet-zbee-direct.c wireshark-4.4.14/epan/dissectors/packet-zbee-direct.c --- wireshark-4.4.13/epan/dissectors/packet-zbee-direct.c 2026-01-14 18:05:54.000000000 +0000 +++ wireshark-4.4.14/epan/dissectors/packet-zbee-direct.c 2026-02-25 17:40:04.000000000 +0000 @@ -725,7 +725,7 @@ bool success = false; uint16_t size = tvb_reported_length_remaining(*tvb, offset); uint8_t *decrypted = (uint8_t *)wmem_alloc(pinfo->pool, 512); - GList *pan_keyring; + GSList **pan_keyring; GSList *i = zbee_pc_keyring; uint16_t init_size = size; @@ -762,14 +762,13 @@ /* Retrieve all pan-specific nwk keyrings from the hash table */ if (!success && zbee_table_nwk_keyring) { - pan_keyring = (GList*)g_hash_table_get_values(zbee_table_nwk_keyring); + GHashTableIter keyring_iter; + g_hash_table_iter_init(&keyring_iter, zbee_table_nwk_keyring); - while (!success && pan_keyring) + while (!success && g_hash_table_iter_next(&keyring_iter, NULL, (void*)&pan_keyring)) { - i = *((GSList**)pan_keyring->data); - /* Iterate over keys in the keyring */ - while (!success && i) + for (i = *pan_keyring; !success && i; i = g_slist_next(i)) { if (!ignore_late_keys || ((key_record_t*)i->data)->frame_num > pinfo->num) { @@ -778,14 +777,12 @@ decrypted, &size, ieee, NULL, ((key_record_t*)i->data)->key); - i = g_slist_next(i); if (!success) { size = init_size; } } } - pan_keyring = g_list_next(i); } } diff -Nru wireshark-4.4.13/epan/dissectors/packet-zbee-tlv.c wireshark-4.4.14/epan/dissectors/packet-zbee-tlv.c --- wireshark-4.4.13/epan/dissectors/packet-zbee-tlv.c 2026-01-14 18:05:54.000000000 +0000 +++ wireshark-4.4.14/epan/dissectors/packet-zbee-tlv.c 2026-02-25 17:40:04.000000000 +0000 @@ -1670,7 +1670,13 @@ ieee802154_packet packet; memset(&packet, 0, sizeof(packet)); + /* XXX - Every packet having a pointer to a global table seems odd. */ + packet.short_table = ieee802154_map.short_table; + /* XXX - Ideally src_pan, etc. should be set with information from + * ZBD commissioning messages. */ + col_append_str(pinfo->cinfo, COL_PROTOCOL, "/"); + col_set_fence(pinfo->cinfo, COL_PROTOCOL); call_dissector_with_data(zbee_nwk_handle, tvb_new_subset_length(tvb, offset + 2, npdu_len), pinfo, @@ -1852,7 +1858,6 @@ { case ZBEE_TLV_TYPE_TUNNELING_NPDU_MESSAGE: { - col_set_fence(pinfo->cinfo, COL_PROTOCOL); offset = dissect_zbee_tlv_tunneling_npdu_msg(tvb, pinfo, tree, offset, length); break; } diff -Nru wireshark-4.4.13/epan/dissectors/usb.c wireshark-4.4.14/epan/dissectors/usb.c --- wireshark-4.4.13/epan/dissectors/usb.c 2026-01-14 18:05:54.000000000 +0000 +++ wireshark-4.4.14/epan/dissectors/usb.c 2026-02-25 17:40:04.000000000 +0000 @@ -8016,6 +8016,7 @@ { 0x04a93313, "Canon EOS R1" }, { 0x04a93314, "Canon EOS 5Rm2" }, { 0x04a93320, "Canon EOS R50 V" }, + { 0x04a93323, "Canon EOS R6 Mark III" }, { 0x04ad2501, "Bluetooth Device" }, { 0x04b00102, "Coolpix 990" }, { 0x04b00103, "Coolpix 880" }, @@ -8115,6 +8116,7 @@ { 0x04b00229, "Nikon Coolpix P7800" }, { 0x04b00231, "Nikon Coolpix B700" }, { 0x04b00232, "Nikon Coolpix P1000" }, + { 0x04b00234, "Nikon Coolpix P1100" }, { 0x04b00301, "Coolpix 2000 (storage)" }, { 0x04b00302, "Nikon Coolpix 2000" }, { 0x04b00305, "Nikon Coolpix L4" }, @@ -8218,7 +8220,7 @@ { 0x04b00452, "Nikon Z30" }, { 0x04b00453, "Nikon Zf" }, { 0x04b00454, "Nikon Z6 III" }, - { 0x04b00455, "Z50II" }, + { 0x04b00455, "Nikon Z50_2" }, { 0x04b00601, "Nikon V1" }, { 0x04b00602, "Nikon J1" }, { 0x04b00603, "Nikon J2" }, @@ -8800,6 +8802,7 @@ { 0x04cb0241, "FinePix S3200 Digital Camera" }, { 0x04cb0250, "Fuji FinePix JX370" }, { 0x04cb0263, "Fuji FinePix X10" }, + { 0x04cb0264, "Fuji FinePix S4200" }, { 0x04cb0265, "Fuji FinePix S4300" }, { 0x04cb026e, "Fuji FinePix X-S1" }, { 0x04cb0271, "Fuji FinePix HS30EXR" }, @@ -8844,6 +8847,7 @@ { 0x04cb02fe, "Fuji Fujifilm GFX100 II" }, { 0x04cb0305, "Fuji Fujifilm X100VI" }, { 0x04cb030c, "Fuji Fujifilm X-M5" }, + { 0x04cb0313, "Fuji Fujifilm X-E5" }, { 0x04cb5006, "ASK-300" }, { 0x04cb5007, "DX100" }, { 0x04cc1122, "Hub" }, @@ -10834,6 +10838,7 @@ { 0x054c0df2, "DualSense Edge wireless controller (PS5)" }, { 0x054c0e0c, "Sony ILCE-7RM5" }, { 0x054c0e6e, "Sony NW-A306" }, + { 0x054c0e6f, "Sony NW-ZX700Series" }, { 0x054c0e78, "Sony A6700" }, { 0x054c0e80, "Sony ILCE-9M3" }, { 0x054c0e90, "Sony ILX-LR1" }, @@ -15334,6 +15339,7 @@ { 0x091e4b48, "Garmin Forerunner 645 Music" }, { 0x091e4b54, "Garmin Fenix 5/5S/5X Plus" }, { 0x091e4bac, "Garmin Vivoactive 3" }, + { 0x091e4bf9, "Garmin Drivesmart 55" }, { 0x091e4bfa, "Garmin Vivoactive 3 Music LTE" }, { 0x091e4c05, "Garmin Forerunner 245 Music" }, { 0x091e4c29, "Garmin Forerunner 945" }, @@ -15395,6 +15401,7 @@ { 0x091e51be, "Garmin Tactix 7 AMOLED" }, { 0x091e51d5, "Garmin Forerunner 970" }, { 0x091e51de, "Garmin Forerunner 570" }, + { 0x091e51fb, "Garmin Venu X1" }, { 0x091e5211, "Garmin Vivoactive 6" }, { 0x091e521a, "Garmin Edge 850" }, { 0x091e5224, "Garmin Venu 4 - 41mm" }, @@ -22243,6 +22250,7 @@ { 0x1a982041, "Leica SL" }, { 0x1a982083, "Leica M11 Monochrom" }, { 0x1a982376, "Leica Q3" }, + { 0x1a982382, "Leica SL3" }, { 0x1aab7736, "sceye (Gen 2)" }, { 0x1aab7737, "sceye (Gen 3)" }, { 0x1aab7738, "sceye (Gen 4, 3 Mpix)" }, @@ -23027,7 +23035,7 @@ { 0x1d6b0002, "2.0 root hub" }, { 0x1d6b0003, "3.0 root hub" }, { 0x1d6b0100, "PTP Gadget" }, - { 0x1d6b0101, "Audio Gadget" }, + { 0x1d6b0101, "Hawkeye Ai15" }, { 0x1d6b0102, "EEM Gadget" }, { 0x1d6b0103, "NCM (Ethernet) Gadget" }, { 0x1d6b0104, "Multifunction Composite Gadget" }, diff -Nru wireshark-4.4.13/epan/enterprises.c wireshark-4.4.14/epan/enterprises.c --- wireshark-4.4.13/epan/enterprises.c 2026-01-14 18:05:54.000000000 +0000 +++ wireshark-4.4.14/epan/enterprises.c 2026-02-25 17:40:04.000000000 +0000 @@ -8,7 +8,7 @@ * SPDX-License-Identifier: GPL-2.0-or-later */ -/* (last updated 2026-01-09) */ +/* (last updated 2026-02-20) */ #include "config.h" @@ -1520,7 +1520,7 @@ "Ukiah Software Solutions/EDS/HDS", // 1498 "STERIA", // 1499 "ATI Australia Pty Limited", // 1500 - "The Aerospace Corporation Michael", // 1501 + "The Aerospace Corporation", // 1501 "Orckit Communications Ltd.", // 1502 "Tertio Limited", // 1503 "Frequentis Comsoft GmbH", // 1504 @@ -3366,7 +3366,7 @@ "Helsinki Televisio Oy", // 3344 "Nemetschek SE", // 3345 "Vocom", // 3346 - "Hitachi Kokusai Electric Inc.", // 3347 + "KOKUSAI DENKI Electric Inc.", // 3347 "Reliable Network Solutions", // 3348 "Vogo Networks", // 3349 "beusen", // 3350 @@ -10342,7 +10342,7 @@ "Amherst College", // 10320 "AUNet", // 10321 "Centre For Advanced Technology", // 10322 - "Convergence Network Research Ltd.", // 10323 + "Balan Software Ltd", // 10323 "CrabusLDAP", // 10324 "EarthConnect Corporation", // 10325 "Ecole Nationale Superieure des Mines de Paris", // 10326 @@ -18949,7 +18949,7 @@ "tandav enterprises", // 18927 "Areca Technology Corporation", // 18928 "Interwise, Inc.", // 18929 - "OXW", // 18930 + "NEFA.IO", // 18930 "cybersekkin", // 18931 "Naeilnet Inc.", // 18932 "ActivNetworks", // 18933 @@ -22304,7 +22304,7 @@ "Qualys, Inc.", // 22282 "Gutemberg Medeiros Ltda", // 22283 "Dimensao Digital Desenvolvimento Ltd.", // 22284 - "Teracue", // 22285 + "GSS Smart Solutions GmbH", // 22285 "SYSTEMA", // 22286 "TRS SpA", // 22287 "EXTIS GmbH", // 22288 @@ -22905,7 +22905,7 @@ "OPENLiMiT SignCubes GmbH", // 22883 "Western Gas Resources, Inc.", // 22884 "GIP CPAGE", // 22885 - "Astro Strobel Kommunikationssysteme GmbH", // 22886 + "Astro Bit GmbH", // 22886 "PC-Ware Information Technologies AG", // 22887 "Interface Business GmbH", // 22888 "Zenprise, Inc.", // 22889 @@ -29362,7 +29362,7 @@ "joncaves.com", // 29340 "Ingenieurbuero Schmid", // 29341 "Browave Inc.", // 29342 - "Grundig SAT-Systems GmbH", // 29343 + "GSS Smart Solutions GmbH", // 29343 "ShangHai HuaBo Taifu Internet Technology Co.,Ltd", // 29344 "Softing AG", // 29345 "UKN Group Limited", // 29346 @@ -34110,7 +34110,7 @@ "Visioneer Inc", // 34088 "Newport Electronics, Inc.", // 34089 "TFB Technology Ltd.", // 34090 - "Benchlabs Limited", // 34091 + "CW Business Group Limited", // 34091 "MyMail PLC", // 34092 "UAB Profimus", // 34093 "Fanamoj (JSC)", // 34094 @@ -35897,7 +35897,7 @@ "JX2 Technology Pty Ltd", // 35875 "WHITECODE,.LTD", // 35876 "High Technology Industries B.V.", // 35877 - "Conseil général de l'Aube", // 35878 + "Département de l'Aube", // 35878 "WellDoc, Inc.", // 35879 "JSC Mediafon", // 35880 "Ionis group", // 35881 @@ -38079,7 +38079,7 @@ "D&B Germany GmbH", // 38057 "Cyanide Studio", // 38058 "Banking production center", // 38059 - "Sempla Srl", // 38060 + NULL, // 38060 "Edistar Srl", // 38061 "Marathon Oil Corporation", // 38062 "Suomen Asiakastieto Oy", // 38063 @@ -38118,7 +38118,7 @@ "CyclopusCAD s.r.l.", // 38096 "Universidade Estadual de Goiás", // 38097 "Rostov region office of Federal service of state registration cadaster and cartography",// 38098 - "Transglobal Secure Collaboration Participation Inc. (TSCP)", // 38099 + "TSCP LLC", // 38099 "CAMI Research Inc.", // 38100 "Roalter International", // 38101 "Szechenyi Istvan University", // 38102 @@ -40505,7 +40505,7 @@ "Volta electronics srl", // 40483 "Auroville Foundation", // 40484 "Online.net", // 40485 - "State of Nevada Dept of Employment Training and Rehabilitation", // 40486 + "State of Nevada, Dept of Employment Training and Rehabilitation", // 40486 "Timesafer Inc.", // 40487 "Staiger, Schwald & Partner AG", // 40488 "Mintlab B.V.", // 40489 @@ -48085,7 +48085,7 @@ "Anna Jaques Cancer Center", // 48063 "Grupo MSA S.A.", // 48064 "Talentnet Corporation", // 48065 - "Linkforce Engineering", // 48066 + "Linkforce", // 48066 "UnifyID, Inc.", // 48067 "CSE Transtel", // 48068 "Demmich IT Service", // 48069 @@ -49532,7 +49532,7 @@ "Pragmatik", // 49510 "Arcom Digital, LLC.", // 49511 "ipHouse", // 49512 - "AgResearch Ltd", // 49513 + "New Zealand Institute for Bioeconomy Science Limited", // 49513 "EPK Solutions", // 49514 "SQLTreeo", // 49515 "Jesse Friedman", // 49516 @@ -57289,7 +57289,7 @@ "Bravas Sistemas Ltda", // 57267 "Unitac Technology Ltd.", // 57268 "Energy Queensland", // 57269 - "JRC Mobility Inc.", // 57270 + NULL, // 57270 "Open SDN & NFV Lab (OSNL)", // 57271 "highstreet technologies USA Corp.", // 57272 "highstreet technologies GmbH", // 57273 @@ -60324,7 +60324,7 @@ "ev-lution-charger", // 60302 "ev-lution-chargeur", // 60303 "Metaverse Multiverse", // 60304 - "Tendaworld", // 60305 + "Tendaworld Ltd.", // 60305 "Christopher Spivey", // 60306 "Entrack AS", // 60307 "Alder Holdings LLC", // 60308 @@ -61105,7 +61105,7 @@ "Marcel Metzen", // 61083 "Cleverbase", // 61084 "Terra Sound", // 61085 - "Chengdu BeiZhongWangXin Technology Co.Ltd", // 61086 + "Chengdu NorthLink Technology Co., Ltd.", // 61086 "shenzhen real linkShenzhen Real Link Technology Co.,Ltd", // 61087 "MTNSAT", // 61088 "Lighthouse Credit Union", // 61089 @@ -61165,7 +61165,7 @@ "STN BANK", // 61143 "Shenzhen Xijia Medical Technology Co., Ltd.", // 61144 "Steadfast Financial LP", // 61145 - "Puzzle ITC GmbH", // 61146 + "Puzzle ITC", // 61146 "Telefónica IoT & Big Data Tech, S.A.U.", // 61147 "Indorama Ventures Mobility Obernburg GmbH", // 61148 "SevenTrust Zrt.", // 61149 @@ -64925,7 +64925,279 @@ "Smagtronics Private Limited", // 64903 "Kokkolan Energia Oy", // 64904 "FMS Group S.r.l.", // 64905 - "Verbandswasserwerk Langenfeld-Monheim GmbH & Co. KG" // 64906 + "Verbandswasserwerk Langenfeld-Monheim GmbH & Co. KG", // 64906 + "ASB Bank Corp S.A.", // 64907 + "MaiaEdge", // 64908 + "ETHERNEXION NETWORKS PTE. LTD.", // 64909 + "Maptek Pty Limited", // 64910 + "CHENLE", // 64911 + "Maven Securities Ltd", // 64912 + "NS123.Net Service Ink", // 64913 + "SecureIT Georgia", // 64914 + "Max Sports Analysis", // 64915 + "Running on Nutshells Lab", // 64916 + "AffianceTech", // 64917 + "Richard Munson", // 64918 + "SCSDC (Super Cool Software Development Company)", // 64919 + "Gaeltec Utilities Limited", // 64920 + "MK Smart Joint Stock Company", // 64921 + "Tianjin Yingdaxin Technology Co., Ltd.", // 64922 + "Goldcard Water Technology Co.,Ltd.", // 64923 + "Ferdinand Porsche FERNFH", // 64924 + "HAMEEM VENTURES", // 64925 + "Chongqing Hua Hong Metering Co., Ltd.", // 64926 + "齐犇科技集团有限公司 (Qiben Technology Group Co., Ltd.)", // 64927 + "Grant Gossett", // 64928 + "3DBackup Limited", // 64929 + "Beijing Noah Shield Technology Co., Ltd.", // 64930 + "Partaharjun Puutarha Oy 2061174-9", // 64931 + "Vantageo Private Limited", // 64932 + "Gotlandsflis Aktiebolag", // 64933 + "Commercial Credit Adjusters Ltd.", // 64934 + "Cooperative Computing Alliance LLC", // 64935 + "CoralCMD Inc.", // 64936 + "Cilicia", // 64937 + "Advanzio", // 64938 + "Hausbetreuung Attensam GmbH", // 64939 + "AGJ-Fachverband für Prävention und Rehabilitation in der Erzdiözese Freiburg e.V.", // 64940 + "First Community Bank", // 64941 + "Gridware Technologies Inc.", // 64942 + "TULLOCH", // 64943 + "Property Management People, Inc.", // 64944 + "CBC CORPORATION INDIA PVT LTD", // 64945 + "武汉明歌网络科技有限公司 (Wuhan Mingge Network Technology Co., Ltd.)", // 64946 + "Michael Ulrich edv-beratung.net", // 64947 + "Advita, Inc", // 64948 + "GLPH", // 64949 + "visigate Software GmbH", // 64950 + "TRALLES GmbH", // 64951 + "Instituto Antártico Chileno", // 64952 + "Institute for Research Education and Social Development", // 64953 + "Patrick Boyne", // 64954 + "Ricardo Jaña", // 64955 + "Trustels GmbH", // 64956 + "Bywaysoft LLC", // 64957 + "Neural Designs Inc.", // 64958 + "blackcorp.me", // 64959 + "GGO", // 64960 + "Mimaki Electronics Components Co., Ltd.", // 64961 + "WolfieTech", // 64962 + "Cybrent Technology Solutions (OPC) Pvt. Ltd.", // 64963 + "Error404Net", // 64964 + "kayeff", // 64965 + "Kaya Security LLC", // 64966 + "ALPHABET CAPITAL SDN. BHD.", // 64967 + "Integrity Logic Corporation", // 64968 + "DN-Systems Enterprise Internet Solutions GmbH", // 64969 + "Radian Generation", // 64970 + "Nepegnik", // 64971 + "Jarda Nedved", // 64972 + "Xeront", // 64973 + "Wanstorm", // 64974 + "ShieldWorks OT System Pvt Ltd", // 64975 + "ev.energy", // 64976 + "Divyanshu Pandey", // 64977 + "swabian.net", // 64978 + "EES Clemessy AST", // 64979 + "Alliance Broadband", // 64980 + "Wecan-IT Aps", // 64981 + "AUMOVIO SE", // 64982 + "Hayden AI", // 64983 + "PROBECOM", // 64984 + "Shaanxi Probecom Microwave Technology Co., Ltd", // 64985 + "广州市森锐科技股份有限公司(Guang Zhou Sunrise Technology Co., Ltd.)", // 64986 + "Telconic", // 64987 + "Kyrene School District", // 64988 + "Flexmail", // 64989 + "NextMeta co.,ltd", // 64990 + "Temco Controls", // 64991 + "Arendt Digital Services", // 64992 + "Quantum Encryption", // 64993 + "SSE Gridtech Sistemas e Soluções Ltda", // 64994 + "ProNova Solutions, LLC", // 64995 + "Meridian Digital Systems Inc.", // 64996 + "Cattyatty Inc", // 64997 + "JP VY Limited", // 64998 + "Digito Financial Technology Group, LLC", // 64999 + "Cooler Master Co., Ltd", // 65000 + "Tactile Metrology B.V.", // 65001 + "ICT Rijk van Nijmegen", // 65002 + "Blahaj Studio", // 65003 + "CaveFox LLC", // 65004 + "evroc", // 65005 + "Wuxi Hongsheng heat exchanger", // 65006 + "Abhishek Kasaudhan", // 65007 + "Vermont Public Co.", // 65008 + "LUNEXTLABS GmbH", // 65009 + "Caesar Chen", // 65010 + "Acenes Immobilien GmbH", // 65011 + "Silver Bay Seafoods", // 65012 + "QDynamics Pty Ltd", // 65013 + "Arslooper", // 65014 + "Ash network", // 65015 + "Ishtiaque Ahmed Rafin", // 65016 + "Intuitive Machines, LLC", // 65017 + "Evergreen Labs", // 65018 + "Authentic, Inc.", // 65019 + "SUNSYNK AUSTRALIA PTY LTD", // 65020 + "thice", // 65021 + "Bravilor Bonamat BV", // 65022 + "iJack", // 65023 + "CloudSecure Ltd", // 65024 + "miela", // 65025 + "Bürgerspital Wertheim gGmbH", // 65026 + "Truora INC", // 65027 + "Stromnetz Berlin GmbH", // 65028 + "TRIPLE-STONE TECHNOLOGY CO.,LTD.", // 65029 + "visuaFUSION Systems Solutions", // 65030 + "The Skupper Project", // 65031 + "Speco Technologies", // 65032 + "CrossBar, Inc.", // 65033 + "CyGO Entrepreneurs", // 65034 + "Yuldi.io", // 65035 + "ZERO TO N", // 65036 + "Schweizerische Südostbahn AG", // 65037 + "Ferenc Matyas", // 65038 + "Hanse- und Universitätsstadt Rostock", // 65039 + "Kraken", // 65040 + "ITS Business Lab", // 65041 + "Fibervision Networks", // 65042 + "Ulverston Victoria High School", // 65043 + "DEBUGALIA S.L.", // 65044 + "NyaLake", // 65045 + "Quiot Security Inc.", // 65046 + "Tamara Alana Barber", // 65047 + "Jiaxun Yang", // 65048 + "Bruno Briante", // 65049 + "Vedmaster", // 65050 + "Elizabeth Peraza Slator", // 65051 + "DMEGC RENEWABLE ENERGY AUSTRALIA PTY LTD", // 65052 + "Shanwei BYD Auto Co., Ltd.", // 65053 + "Relcom, Ltd.", // 65054 + "COSMIKAL", // 65055 + "Myto Limited", // 65056 + "CrosSystems MX", // 65057 + "Pantherx Rare Pharmacy", // 65058 + "Prisma Technologies SRL", // 65059 + "ECI Networks", // 65060 + "Banque Centrale Luxembourg", // 65061 + "Université de Picardie Jules Verne", // 65062 + "Essendant Co.", // 65063 + "WestJet Airline Ltd.", // 65064 + "Kelco Industries", // 65065 + "yamanju LLC", // 65066 + "Alpha Software Dienstleistungs ASD GmbH", // 65067 + "Institut Dr. Foerster GmbH & Co. KG", // 65068 + "Meestgroup", // 65069 + "Tida Skogsvård", // 65070 + "Physical Security Interoperability Alliance", // 65071 + "Keyfactor Federal", // 65072 + "GCVE", // 65073 + "Writerslogic Inc", // 65074 + "Beijing Loong Network Technology Co., Ltd.", // 65075 + "Tonghua Dongchang Superzhao Information Technology Consulting Studio", // 65076 + "Polytec GmbH", // 65077 + "SATELCOM TELEKOMÜNİKASYON, BİLGİ VE İLETİŞİM TEKNOLOJİLERİ İTHALAT İHRACAT SANAYİ ANONİM ŞİRKETİ",// 65078 + "BeVoiceAI", // 65079 + "RAFI Group", // 65080 + "PCS Elektronik d.o.o.", // 65081 + "Akademischer Verein an der TU Darmstadt", // 65082 + "LIMITED LIABILITY COMPANY ALTSIGHT", // 65083 + "Aria Barak", // 65084 + "ZTX6D Studio", // 65085 + "Evolution Tool", // 65086 + "doll 41666", // 65087 + "CreeperNET Consulting", // 65088 + "Instituto de Administração da Saúde, IP-RAM", // 65089 + "SLAL", // 65090 + "Asapien", // 65091 + "LUPUS-Electronics GmbH", // 65092 + "Ondarea Holding", // 65093 + "Kva Indústria e Comércio Ltda", // 65094 + "Madriam Services", // 65095 + "Aunalytics", // 65096 + "天津星诺信息科技有限公司 (Tianjin Xingnuo Information Technology Co., Ltd.)", // 65097 + "NorthC Schweiz AG", // 65098 + "Brown Rook", // 65099 + "Aumayr GmbH", // 65100 + "Stefeli OÜ", // 65101 + "Derek Bond", // 65102 + "PCI Private Limited", // 65103 + "Ooredoo Tunisie", // 65104 + "Neniel", // 65105 + "Bolsa de Valores Nacional, S.A.", // 65106 + "Sintegradas, S.A.", // 65107 + "Open Industry 4.0 Alliance Implementation GmbH", // 65108 + "Teamly Digital", // 65109 + "Stellar Science Ltd Co", // 65110 + "Alfred Weirich", // 65111 + "Tobias Boge", // 65112 + "Astronomer, inc.", // 65113 + "HAND - The Universal Talent Identifier, Inc.", // 65114 + "QBit Labs Private Limited", // 65115 + "ARBOE", // 65116 + "DEEPNOID Inc.", // 65117 + "Tyson Grangers", // 65118 + "Dark Grant", // 65119 + "Healthcode LTD", // 65120 + "Nils Neurath", // 65121 + "Jason Shiflet", // 65122 + "BrainQuant Ltd", // 65123 + "Silicon Valley Power", // 65124 + "Mindskill Software AB", // 65125 + "Causality Check AB", // 65126 + "C. Rudolf Salfer GmbH", // 65127 + "WISITH TUN-YHONG", // 65128 + "Falcon Watch Group", // 65129 + "Huawei FANO group", // 65130 + "Huawei FANO group", // 65131 + "ProvenRun", // 65132 + "FITFAK", // 65133 + "TechRunes", // 65134 + "Sygnature Discovery Canada", // 65135 + "TECHSQUARE SOFTWARE SPÓŁKA Z OGRANICZONĄ ODPOWIEDZIALNOŚCIĄ", // 65136 + "Entertainment Identifier Registry (EIDR)", // 65137 + "Ruvion Robotics", // 65138 + "Wolters Kluwer Tax & Accounting Deutschland GmbH", // 65139 + "intive GmbH", // 65140 + "Admiral Packaging In.", // 65141 + "Bertie County Schools", // 65142 + "SMART", // 65143 + "LTD Technology Solutions, Inc", // 65144 + "Dark Bio AG", // 65145 + "IOWIS GmbH", // 65146 + "Solör Bioenergi Pellets AB", // 65147 + "BILGE TOPLULUK YAZILIM BILISIM TELEKOMUNIKASYON SANAYI TICARET LIMITED SIRKETI", // 65148 + "Champaign-Urbana Mass Transit District (MTD)", // 65149 + "Monitoreal Ltd", // 65150 + "STC PIK, Ltd", // 65151 + "Advanced Drone Technology", // 65152 + "Dennis Graiani", // 65153 + "EnVayo Systems LTD", // 65154 + "ZS1-Wankowicz-Blonie", // 65155 + "NovaVanguard (Tianjin) Technology Co., Ltd.", // 65156 + "上海钜安协程科技有限公司 (Shanghai Ju'an Xiecheng Technology Co., Ltd.)", // 65157 + "UCS IT Solutions AB", // 65158 + "Roland Kistler", // 65159 + "Aretiico, Inc.", // 65160 + "Aveira Security Research", // 65161 + "Povodi Moravy, statni podnik (Vltava river basin, state enterprise)", // 65162 + "ToolsOnAir Broadcast Engineering GmbH", // 65163 + "Sorbus ursina", // 65164 + "Family Farm and Home, Inc.", // 65165 + "Secure Tech Cards (Pvt) Ltd", // 65166 + "The Durable Slate Co.", // 65167 + "Vaughan Williams", // 65168 + "Holy Spirit Roman Catholic School Division", // 65169 + "CONISKING SA", // 65170 + "Shielded Site", // 65171 + "Ufone", // 65172 + "HaPy Schul-IT", // 65173 + "Latvaenergia Oy", // 65174 + "Scrive AB", // 65175 + "DokiSpace", // 65176 + "Secure Element Solutions, LLC", // 65177 + "TruPoint Technology Services Ltd." // 65178 }; const char* global_enterprises_lookup(uint32_t value) diff -Nru wireshark-4.4.13/epan/manuf-data.c wireshark-4.4.14/epan/manuf-data.c --- wireshark-4.4.13/epan/manuf-data.c 2026-01-14 18:05:54.000000000 +0000 +++ wireshark-4.4.14/epan/manuf-data.c 2026-02-25 17:40:04.000000000 +0000 @@ -30,6 +30,7 @@ { { 0x04, 0xD1, 0x6E }, MA_M }, { { 0x04, 0xEE, 0xE8 }, MA_M }, { { 0x08, 0x26, 0xAE }, MA_M }, + { { 0x08, 0x3C, 0x03 }, MA_M }, { { 0x08, 0x63, 0x32 }, MA_M }, { { 0x08, 0xDA, 0x33 }, MA_M }, { { 0x08, 0xED, 0x02 }, MA_M }, @@ -56,6 +57,7 @@ { { 0x18, 0x74, 0xE2 }, MA_M }, { { 0x18, 0x9B, 0xA5 }, MA_M }, { { 0x18, 0xA5, 0x9C }, MA_M }, + { { 0x18, 0xC3, 0xE4 }, MA_M }, { { 0x18, 0xC3, 0xF4 }, MA_M }, { { 0x18, 0xD7, 0x93 }, MA_M }, { { 0x18, 0xFD, 0xCB }, MA_M }, @@ -111,6 +113,7 @@ { { 0x34, 0xB5, 0xF3 }, MA_M }, { { 0x34, 0xC8, 0xD6 }, MA_M }, { { 0x34, 0xD0, 0xB8 }, MA_M }, + { { 0x34, 0xD7, 0xF5 }, MA_M }, { { 0x34, 0xE1, 0xD1 }, MA_M }, { { 0x38, 0x05, 0x25 }, MA_M }, { { 0x38, 0x1F, 0x26 }, MA_M }, @@ -197,6 +200,7 @@ { { 0x6C, 0x15, 0x24 }, MA_M }, { { 0x6C, 0x27, 0xC8 }, MA_M }, { { 0x6C, 0x2A, 0xDF }, MA_M }, + { { 0x6C, 0x47, 0x80 }, MA_M }, { { 0x6C, 0x5C, 0x3D }, MA_M }, { { 0x6C, 0x93, 0x08 }, MA_M }, { { 0x6C, 0xDF, 0xFB }, MA_M }, @@ -1901,7 +1905,7 @@ { { 0x00, 0x05, 0xB7 }, "ArborTechnol", "Arbor Technology Corp." }, { { 0x00, 0x05, 0xB8 }, "ElectronicDe", "Electronic Design Associates, Inc." }, { { 0x00, 0x05, 0xB9 }, "Airvana", "Airvana, Inc." }, - { { 0x00, 0x05, 0xBA }, "AreaNetwoeks", "Area Netwoeks, Inc." }, + { { 0x00, 0x05, 0xBA }, "XK22Enterpri", "XK22 Enterprises, LLC" }, { { 0x00, 0x05, 0xBB }, "Myspace", "Myspace AB" }, { { 0x00, 0x05, 0xBC }, "ResourceData", "Resource Data Management Ltd" }, { { 0x00, 0x05, 0xBD }, "Roax", "Roax Bv" }, @@ -2928,7 +2932,7 @@ { { 0x00, 0x09, 0xD5 }, "SignalCommun", "Signal Communication, Inc." }, { { 0x00, 0x09, 0xD6 }, "KNCOne", "KNC One GmbH" }, { { 0x00, 0x09, 0xD7 }, "DCSecurityPr", "DC Security Products" }, - { { 0x00, 0x09, 0xD8 }, "FältCommunic", "Fält Communications AB" }, + { { 0x00, 0x09, 0xD8 }, "Telia", "Telia Company AB" }, { { 0x00, 0x09, 0xD9 }, "Neoscale", "Neoscale Systems, Inc" }, { { 0x00, 0x09, 0xDA }, "ControlModul", "Control Module Inc." }, { { 0x00, 0x09, 0xDB }, "eSpace", "eSpace" }, @@ -3347,7 +3351,7 @@ { { 0x00, 0x0B, 0x79 }, "XCOM", "X-COM, Inc." }, { { 0x00, 0x0B, 0x7A }, "L3Linkabit", "L-3 Linkabit" }, { { 0x00, 0x0B, 0x7B }, "TestUm", "Test-Um Inc." }, - { { 0x00, 0x0B, 0x7C }, "TelexCommuni", "Telex Communications" }, + { { 0x00, 0x0B, 0x7C }, "ElectroVoice", "Electro-Voice Dynacord LLC" }, { { 0x00, 0x0B, 0x7D }, "SolomonExtre", "Solomon Extreme International Ltd." }, { { 0x00, 0x0B, 0x7E }, "SAGINOMIYASe", "SAGINOMIYA Seisakusho Inc." }, { { 0x00, 0x0B, 0x7F }, "AlignEnginee", "Align Engineering LLC" }, @@ -6378,7 +6382,7 @@ { { 0x00, 0x17, 0x50 }, "GSIGroupMicr", "GSI Group, MicroE Systems" }, { { 0x00, 0x17, 0x51 }, "Online", "Online Corporation" }, { { 0x00, 0x17, 0x52 }, "DAGS", "DAGS, Inc" }, - { { 0x00, 0x17, 0x53 }, "nForeTechnol", "nFore Technology Inc." }, + { { 0x00, 0x17, 0x53 }, "nForeTechnol", "nFore Technology Co., Ltd." }, { { 0x00, 0x17, 0x54 }, "ArkinoHiTOP", "Arkino HiTOP Corporation Limited" }, { { 0x00, 0x17, 0x55 }, "GESecurity", "GE Security" }, { { 0x00, 0x17, 0x56 }, "VinciLabs", "Vinci Labs Oy" }, @@ -7642,7 +7646,7 @@ { { 0x00, 0x1C, 0x41 }, "scemtecTrans", "scemtec Transponder Technology GmbH" }, { { 0x00, 0x1C, 0x42 }, "Parallels", "Parallels, Inc." }, { { 0x00, 0x1C, 0x43 }, "SamsungElect", "Samsung Electronics Co.,Ltd" }, - { { 0x00, 0x1C, 0x44 }, "BoschSecurit", "Bosch Security Systems BV" }, + { { 0x00, 0x1C, 0x44 }, "ElectroVoice", "Electro Voice Dynacord BV" }, { { 0x00, 0x1C, 0x45 }, "ChenbroMicom", "Chenbro Micom Co., Ltd." }, { { 0x00, 0x1C, 0x46 }, "Qtum", "Qtum" }, { { 0x00, 0x1C, 0x47 }, "HollysysAuto", "Hangzhou Hollysys Automation Co., Ltd" }, @@ -12521,6 +12525,7 @@ { { 0x00, 0xB7, 0x8D }, "NanjingShini", "Nanjing Shining Electric Automation Co., Ltd" }, { { 0x00, 0xB7, 0xA8 }, "Heinzingerel", "Heinzinger electronic GmbH" }, { { 0x00, 0xB8, 0x10 }, "YichipMicroe", "Yichip Microelectronics (Hangzhou) Co.,Ltd" }, + { { 0x00, 0xB8, 0x1D }, "ExtremeNetwo", "Extreme Networks Headquarters" }, { { 0x00, 0xB8, 0x81 }, "Newplatforms", "New platforms LLC" }, { { 0x00, 0xB8, 0xB3 }, "Cisco", "Cisco Systems, Inc" }, { { 0x00, 0xB8, 0xB6 }, "MotorolaMobi", "Motorola Mobility LLC, a Lenovo Company" }, @@ -13311,7 +13316,7 @@ { { 0x00, 0xE0, 0xAA }, "Electrosonic", "Electrosonic Ltd." }, { { 0x00, 0xE0, 0xAB }, "Dimat", "Dimat S.A." }, { { 0x00, 0xE0, 0xAC }, "Midsco", "Midsco, Inc." }, - { { 0x00, 0xE0, 0xAD }, "EesTechnolog", "Ees Technology, Ltd." }, + { { 0x00, 0xE0, 0xAD }, "BrandywineCo", "Brandywine Communications UK Ltd." }, { { 0x00, 0xE0, 0xAE }, "Xaqti", "Xaqti Corporation" }, { { 0x00, 0xE0, 0xAF }, "GeneralDynam", "General Dynamics Information Systems" }, { { 0x00, 0xE0, 0xB0 }, "Cisco", "Cisco Systems, Inc" }, @@ -13522,6 +13527,7 @@ { { 0x04, 0x21, 0x44 }, "SunitecEnter", "Sunitec Enterprise Co.,Ltd" }, { { 0x04, 0x21, 0x4C }, "InsightEnerg", "Insight Energy Ventures LLC" }, { { 0x04, 0x22, 0x34 }, "WirelessStan", "Wireless Standard Extensions" }, + { { 0x04, 0x22, 0xE7 }, "FiberhomeTel", "Fiberhome Telecommunication Technologies Co.,LTD" }, { { 0x04, 0x23, 0x22 }, "TexasInstrum", "Texas Instruments" }, { { 0x04, 0x24, 0x05 }, "OppoMobileTe", "Guangdong Oppo Mobile Telecommunications Corp.,Ltd" }, { { 0x04, 0x25, 0xC5 }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" }, @@ -13719,6 +13725,7 @@ { { 0x04, 0xA3, 0x16 }, "TexasInstrum", "Texas Instruments" }, { { 0x04, 0xA3, 0xF3 }, "Emicon", "Emicon" }, { { 0x04, 0xA5, 0x26 }, "Nokia", "Nokia" }, + { { 0x04, 0xA6, 0xC8 }, "Intel", "Intel Corporate" }, { { 0x04, 0xA7, 0x41 }, "Cisco", "Cisco Systems, Inc" }, { { 0x04, 0xA8, 0x1C }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" }, { { 0x04, 0xA8, 0x2A }, "Nokia", "Nokia Corporation" }, @@ -13823,6 +13830,7 @@ { { 0x04, 0xDA, 0xD2 }, "Cisco", "Cisco Systems, Inc" }, { { 0x04, 0xDB, 0x56 }, "Apple", "Apple, Inc." }, { { 0x04, 0xDB, 0x8A }, "SuntechInter", "Suntech International Ltd." }, + { { 0x04, 0xDB, 0xD9 }, "OppoMobileTe", "Guangdong Oppo Mobile Telecommunications Corp.,Ltd" }, { { 0x04, 0xDD, 0x4C }, "Velocytech", "Velocytech" }, { { 0x04, 0xDE, 0xDB }, "RockportNetw", "Rockport Networks Inc" }, { { 0x04, 0xDE, 0xF2 }, "ECOMTechnolo", "Shenzhen ECOM Technology Co. Ltd" }, @@ -14111,6 +14119,7 @@ { { 0x08, 0x33, 0xED }, "AskeyCompute", "Askey Computer Corp" }, { { 0x08, 0x35, 0x1B }, "JialihuaElec", "Shenzhen Jialihua Electronic Technology Co., Ltd" }, { { 0x08, 0x35, 0x71 }, "CASwell", "CASwell INC." }, + { { 0x08, 0x35, 0x7D }, "Microsoft", "Microsoft Corporation" }, { { 0x08, 0x35, 0xB2 }, "CoreEdgeNetw", "CoreEdge Networks Co., Ltd" }, { { 0x08, 0x36, 0xC9 }, "Netgear", "Netgear" }, { { 0x08, 0x37, 0x3D }, "SamsungElect", "Samsung Electronics Co.,Ltd" }, @@ -14254,8 +14263,10 @@ { { 0x08, 0x92, 0x04 }, "Dell", "Dell Inc." }, { { 0x08, 0x92, 0x72 }, "Espressif", "Espressif Inc." }, { { 0x08, 0x93, 0x56 }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" }, + { { 0x08, 0x94, 0xEC }, "HuaweiDevice", "Huawei Device Co., Ltd." }, { { 0x08, 0x94, 0xEF }, "WistronInfoc", "Wistron Infocomm (Zhongshan) Corporation" }, { { 0x08, 0x95, 0x2A }, "VantivaUSA", "Vantiva USA LLC" }, + { { 0x08, 0x95, 0x36 }, "ActiontecEle", "Actiontec Electronics Inc." }, { { 0x08, 0x95, 0x42 }, "Apple", "Apple, Inc." }, { { 0x08, 0x96, 0xAD }, "Cisco", "Cisco Systems, Inc" }, { { 0x08, 0x96, 0xD7 }, "AVM", "AVM GmbH" }, @@ -14265,6 +14276,7 @@ { { 0x08, 0x97, 0x98 }, "CompalInform", "Compal Information (Kunshan) Co., Ltd." }, { { 0x08, 0x99, 0xE8 }, "KEMAS", "KEMAS GmbH" }, { { 0x08, 0x9A, 0xC7 }, "zte", "zte corporation" }, + { { 0x08, 0x9B, 0x27 }, "GsdVietNamTe", "Gsd Viet Nam Technology Company Limited" }, { { 0x08, 0x9B, 0x4B }, "iKuaiNetwork", "iKuai Networks" }, { { 0x08, 0x9B, 0xB9 }, "NokiaSolutio", "Nokia Solutions and Networks GmbH & Co. KG" }, { { 0x08, 0x9B, 0xF1 }, "eero", "eero inc." }, @@ -14420,6 +14432,7 @@ { { 0x0A, 0x87, 0x36 }, "IEEE1901Work", "IEEE 1901 Working Group" }, { { 0x0A, 0x8E, 0x62 }, "DeltaSolutio", "Delta Solutions LLC" }, { { 0x0A, 0x93, 0x26 }, "Qorvo", "Qorvo, Inc." }, + { { 0x0A, 0x9E, 0x66 }, "DistanceTech", "Distance Technologies Ltd" }, { { 0x0A, 0xA2, 0x3B }, "Vitex", "Vitex LLC" }, { { 0x0A, 0xAB, 0x8C }, "MidwestMicro", "Midwest Microwave Solutions Inc." }, { { 0x0A, 0xCD, 0x8F }, "CiscoNorway", "Cisco Systems Norway" }, @@ -14439,6 +14452,7 @@ { { 0x0C, 0x07, 0xF3 }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" }, { { 0x0C, 0x08, 0xB4 }, "HUMAX", "HUMAX Co., Ltd." }, { { 0x0C, 0x0A, 0xDF }, "TexasInstrum", "Texas Instruments" }, + { { 0x0C, 0x0C, 0xEA }, "BLUProducts", "BLU Products Inc" }, { { 0x0C, 0x0E, 0x76 }, "DLinkInterna", "D-Link International" }, { { 0x0C, 0x0E, 0xCB }, "HuaweiDevice", "Huawei Device Co., Ltd." }, { { 0x0C, 0x0F, 0xD8 }, "GsdVietNamTe", "Gsd Viet Nam Technology Company Limited" }, @@ -14534,6 +14548,7 @@ { { 0x0C, 0x51, 0x7E }, "Apple", "Apple, Inc." }, { { 0x0C, 0x51, 0xF7 }, "ChauvinArnou", "Chauvin Arnoux" }, { { 0x0C, 0x52, 0x03 }, "AgmGroup", "Agm Group Limited" }, + { { 0x0C, 0x52, 0x7F }, "CheckPointSo", "Check Point Software Technologies Ltd." }, { { 0x0C, 0x53, 0x31 }, "ETHZurich", "ETH Zurich" }, { { 0x0C, 0x53, 0xB7 }, "Apple", "Apple, Inc." }, { { 0x0C, 0x54, 0x15 }, "Intel", "Intel Corporate" }, @@ -14567,6 +14582,7 @@ { { 0x0C, 0x6A, 0xC4 }, "Apple", "Apple, Inc." }, { { 0x0C, 0x6A, 0xE6 }, "StanleySecur", "Stanley Security Solutions" }, { { 0x0C, 0x6E, 0x4F }, "PrimeVOLT", "PrimeVOLT Co., Ltd." }, + { { 0x0C, 0x6F, 0x8B }, "Apple", "Apple, Inc." }, { { 0x0C, 0x6F, 0x9C }, "ShawCommunic", "Shaw Communications Inc." }, { { 0x0C, 0x70, 0x43 }, "SonyInteract", "Sony Interactive Entertainment Inc." }, { { 0x0C, 0x70, 0x4A }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" }, @@ -14607,16 +14623,19 @@ { { 0x0C, 0x83, 0x06 }, "HuaweiDevice", "Huawei Device Co., Ltd." }, { { 0x0C, 0x83, 0x9A }, "HuaweiDevice", "Huawei Device Co., Ltd." }, { { 0x0C, 0x83, 0xCC }, "AlphaNetwork", "Alpha Networks Inc." }, + { { 0x0C, 0x83, 0xF4 }, "CanopyWorks", "Canopy Works, Inc." }, { { 0x0C, 0x84, 0x08 }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" }, { { 0x0C, 0x84, 0x11 }, "AOSmithWater", "A.O. Smith Water Products" }, { { 0x0C, 0x84, 0x47 }, "FiberhomeTel", "Fiberhome Telecommunication Technologies Co.,LTD" }, { { 0x0C, 0x84, 0x84 }, "ZenoviaElect", "Zenovia Electronics Inc." }, { { 0x0C, 0x84, 0xDC }, "HonHaiPrecis", "Hon Hai Precision Ind. Co.,Ltd." }, + { { 0x0C, 0x85, 0x09 }, "ShenZhenTend", "Shen Zhen Tenda Technology Co.,Ltd" }, { { 0x0C, 0x85, 0x25 }, "Cisco", "Cisco Systems, Inc" }, { { 0x0C, 0x85, 0xE1 }, "Apple", "Apple, Inc." }, { { 0x0C, 0x86, 0x10 }, "JuniperNetwo", "Juniper Networks" }, { { 0x0C, 0x86, 0xC7 }, "JabilCircuit", "Jabil Circuit (Guangzhou) Limited" }, { { 0x0C, 0x87, 0x72 }, "FujianStarNe", "Fujian Star-Net Communication Co.,Ltd" }, + { { 0x0C, 0x88, 0x2F }, "FrogInnovati", "Frog Innovations Limited" }, { { 0x0C, 0x88, 0x32 }, "NokiaSolutio", "Nokia Solutions and Networks India Private Limited" }, { { 0x0C, 0x89, 0x10 }, "SamsungElect", "Samsung Electronics Co.,Ltd" }, { { 0x0C, 0x8A, 0x87 }, "AgLogicaHold", "AgLogica Holdings, Inc" }, @@ -14674,6 +14693,7 @@ { { 0x0C, 0xAA, 0xEE }, "AnsjerElectr", "Ansjer Electronics Co., Ltd." }, { { 0x0C, 0xAC, 0x05 }, "UnitendTechn", "Unitend Technologies Inc." }, { { 0x0C, 0xAC, 0x8A }, "SagemcomBroa", "Sagemcom Broadband SAS" }, + { { 0x0C, 0xAE, 0x39 }, "Intel", "Intel Corporate" }, { { 0x0C, 0xAE, 0x5F }, "SiliconLabor", "Silicon Laboratories" }, { { 0x0C, 0xAE, 0x7D }, "TexasInstrum", "Texas Instruments" }, { { 0x0C, 0xAE, 0xBD }, "EdifierInter", "Edifier International" }, @@ -14724,6 +14744,7 @@ { { 0x0C, 0xC7, 0x63 }, "eero", "eero inc." }, { { 0x0C, 0xC8, 0x1F }, "SummerInfant", "Summer Infant, Inc." }, { { 0x0C, 0xC8, 0x44 }, "CambridgeMob", "Cambridge Mobile Telematics, Inc." }, + { { 0x0C, 0xC9, 0x8A }, "Intel", "Intel Corporate" }, { { 0x0C, 0xC9, 0xC6 }, "SamwinHongKo", "Samwin Hong Kong Limited" }, { { 0x0C, 0xCA, 0xFB }, "TPVisionEuro", "TPVision Europe B.V" }, { { 0x0C, 0xCB, 0x0C }, "iSYSRTS", "iSYS RTS GmbH" }, @@ -14732,6 +14753,7 @@ { { 0x0C, 0xCC, 0x26 }, "Airenetworks", "Airenetworks" }, { { 0x0C, 0xCC, 0x5D }, "Apple", "Apple, Inc." }, { { 0x0C, 0xCD, 0xB4 }, "SichuanAILin", "Sichuan AI-Link Technology Co., Ltd." }, + { { 0x0C, 0xCD, 0xD0 }, "ChinaDragonT", "China Dragon Technology Limited" }, { { 0x0C, 0xCD, 0xD3 }, "EastriverTec", "Eastriver Technology Co., Ltd." }, { { 0x0C, 0xCD, 0xFB }, "EDIC", "EDIC Systems Inc." }, { { 0x0C, 0xCE, 0xF6 }, "GuizhouFortu", "Guizhou Fortuneship Technology Co., Ltd" }, @@ -15098,6 +15120,7 @@ { { 0x10, 0xA7, 0x43 }, "SKMtek", "SK Mtek Limited" }, { { 0x10, 0xA7, 0x93 }, "VantivaUSA", "Vantiva USA LLC" }, { { 0x10, 0xA8, 0x29 }, "Cisco", "Cisco Systems, Inc" }, + { { 0x10, 0xA8, 0x79 }, "Intel", "Intel Corporate" }, { { 0x10, 0xA9, 0x32 }, "CyberCloudTe", "Beijing Cyber Cloud Technology Co. ,Ltd." }, { { 0x10, 0xAB, 0xC9 }, "SamsungElect", "Samsung Electronics Co.,Ltd" }, { { 0x10, 0xAE, 0x60 }, "AmazonTechno", "Amazon Technologies Inc." }, @@ -15130,6 +15153,7 @@ { { 0x10, 0xBD, 0x3A }, "Apple", "Apple, Inc." }, { { 0x10, 0xBD, 0x43 }, "RobertBoschE", "Robert Bosch Elektronikai Kft." }, { { 0x10, 0xBD, 0x55 }, "QLab", "Q-Lab Corporation" }, + { { 0x10, 0xBD, 0xA3 }, "Espressif", "Espressif Inc." }, { { 0x10, 0xBE, 0x99 }, "Netberg", "Netberg" }, { { 0x10, 0xBE, 0xF5 }, "DLinkInterna", "D-Link International" }, { { 0x10, 0xBF, 0x48 }, "ASUSTekCOMPU", "ASUSTek COMPUTER INC." }, @@ -15178,6 +15202,8 @@ { { 0x10, 0xD6, 0x57 }, "SiemensIndus", "Siemens Industrial Automation Products Ltd., Chengdu" }, { { 0x10, 0xD6, 0x80 }, "Tendyron", "Tendyron Corporation" }, { { 0x10, 0xD7, 0xB0 }, "SagemcomBroa", "Sagemcom Broadband SAS" }, + { { 0x10, 0xD8, 0xB1 }, "AUO", "AUO Corporation" }, + { { 0x10, 0xD8, 0xCC }, "GuangzhouFii", "Guangzhou FiiO Electronics Technology CO., LTD" }, { { 0x10, 0xD9, 0xA2 }, "Google", "Google, Inc." }, { { 0x10, 0xDA, 0x43 }, "Netgear", "Netgear" }, { { 0x10, 0xDA, 0x49 }, "HuaweiDevice", "Huawei Device Co., Ltd." }, @@ -15317,6 +15343,7 @@ { { 0x14, 0x2D, 0x79 }, "FiberhomeTel", "Fiberhome Telecommunication Technologies Co.,LTD" }, { { 0x14, 0x2D, 0x8B }, "IncipioTechn", "Incipio Technologies, Inc" }, { { 0x14, 0x2D, 0xF5 }, "Amphitech", "Amphitech" }, + { { 0x14, 0x2E, 0x43 }, "Hisensebroad", "Hisense broadband multimedia technology Co.,Ltd" }, { { 0x14, 0x2E, 0x5E }, "Sercomm", "Sercomm Corporation." }, { { 0x14, 0x2F, 0xFD }, "LtSecurity", "Lt Security Inc" }, { { 0x14, 0x30, 0x04 }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" }, @@ -15362,6 +15389,7 @@ { { 0x14, 0x49, 0x20 }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" }, { { 0x14, 0x49, 0x78 }, "DigitalContr", "Digital Control Incorporated" }, { { 0x14, 0x49, 0xBC }, "DrayTek", "DrayTek Corp." }, + { { 0x14, 0x49, 0xC5 }, "HuaweiDevice", "Huawei Device Co., Ltd." }, { { 0x14, 0x49, 0xD4 }, "XiaomiCommun", "Xiaomi Communications Co Ltd" }, { { 0x14, 0x49, 0xE0 }, "SamsungElect", "Samsung Electro-Mechanics(Thailand)" }, { { 0x14, 0x4C, 0x1A }, "MaxCommunica", "Max Communication GmbH" }, @@ -15405,6 +15433,7 @@ { { 0x14, 0x61, 0x2F }, "Avaya", "Avaya Inc" }, { { 0x14, 0x61, 0xA4 }, "HonorDevice", "Honor Device Co., Ltd." }, { { 0x14, 0x63, 0x08 }, "JabilCircuit", "Jabil Circuit (Shanghai) Ltd." }, + { { 0x14, 0x63, 0x93 }, "Espressif", "Espressif Inc." }, { { 0x14, 0x65, 0x6A }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" }, { { 0x14, 0x66, 0xB7 }, "AdvancedDesi", "Advanced Design Technology Pty Ltd" }, { { 0x14, 0x69, 0xA2 }, "SichuanTiany", "Sichuan Tianyi Comheart Telecom Co.,LTD" }, @@ -15458,6 +15487,7 @@ { { 0x14, 0x8F, 0x34 }, "TecnoMobile", "Tecno Mobile Limited" }, { { 0x14, 0x8F, 0x79 }, "Apple", "Apple, Inc." }, { { 0x14, 0x8F, 0xC6 }, "Apple", "Apple, Inc." }, + { { 0x14, 0x90, 0x7A }, "XiaomiMobile", "Beijing Xiaomi Mobile Software Co., Ltd" }, { { 0x14, 0x90, 0x90 }, "KongTopindus", "KongTop industrial(shen zhen)CO.,LTD" }, { { 0x14, 0x91, 0x38 }, "AmazonTechno", "Amazon Technologies Inc." }, { { 0x14, 0x91, 0x82 }, "BelkinIntern", "Belkin International Inc." }, @@ -15646,6 +15676,7 @@ { { 0x18, 0x12, 0x12 }, "CeptonTechno", "Cepton Technologies" }, { { 0x18, 0x13, 0x2D }, "zte", "zte corporation" }, { { 0x18, 0x14, 0x20 }, "TebSas", "Teb Sas" }, + { { 0x18, 0x14, 0x54 }, "CigShanghai", "Cig Shanghai Co Ltd" }, { { 0x18, 0x14, 0x56 }, "Nokia", "Nokia Corporation" }, { { 0x18, 0x14, 0x6C }, "ZhejiangTmal", "Zhejiang Tmall Technology Co., Ltd." }, { { 0x18, 0x14, 0xAE }, "Nokia", "Nokia" }, @@ -15746,7 +15777,7 @@ { { 0x18, 0x4E, 0xCB }, "SamsungElect", "Samsung Electronics Co.,Ltd" }, { { 0x18, 0x4F, 0x32 }, "HonHaiPrecis", "Hon Hai Precision Ind. Co.,Ltd." }, { { 0x18, 0x4F, 0x43 }, "UnionmanTech", "Unionman Technology Co.,Ltd" }, - { { 0x18, 0x4F, 0x5D }, "JRCMobility", "JRC Mobility Inc." }, + { { 0x18, 0x4F, 0x5D }, "JapanRadio", "Japan Radio Co., Ltd" }, { { 0x18, 0x50, 0x2A }, "Soarnex", "Soarnex" }, { { 0x18, 0x50, 0x73 }, "TianjinHuaLa", "Tianjin HuaLai Technology CO., Ltd." }, { { 0x18, 0x51, 0x11 }, "UniversalEle", "Universal Electronics, Inc." }, @@ -15776,6 +15807,7 @@ { { 0x18, 0x5D, 0x9A }, "BobjGear", "BobjGear LLC" }, { { 0x18, 0x5E, 0x0B }, "zte", "zte corporation" }, { { 0x18, 0x5E, 0x0F }, "Intel", "Intel Corporate" }, + { { 0x18, 0x5F, 0x27 }, "MotorolaMobi", "Motorola Mobility LLC, a Lenovo Company" }, { { 0x18, 0x60, 0x24 }, "HewlettPacka", "Hewlett Packard" }, { { 0x18, 0x60, 0x41 }, "Arcadyan", "Arcadyan Corporation" }, { { 0x18, 0x61, 0xC7 }, "lemonbeat", "lemonbeat GmbH" }, @@ -15880,6 +15912,7 @@ { { 0x18, 0x9E, 0x2D }, "AllwinnerTec", "Allwinner Technology Co., Ltd" }, { { 0x18, 0x9E, 0xAD }, "ChengqianInf", "Shenzhen Chengqian Information Technology Co., Ltd" }, { { 0x18, 0x9E, 0xFC }, "Apple", "Apple, Inc." }, + { { 0x18, 0xA0, 0x84 }, "Apple", "Apple, Inc." }, { { 0x18, 0xA2, 0x8A }, "EsselT", "Essel-T Co., Ltd" }, { { 0x18, 0xA3, 0xE8 }, "FiberhomeTel", "Fiberhome Telecommunication Technologies Co.,LTD" }, { { 0x18, 0xA4, 0xA9 }, "Vanu", "Vanu Inc." }, @@ -15918,6 +15951,7 @@ { { 0x18, 0xB6, 0xF7 }, "NewPosTechno", "New Pos Technology Limited" }, { { 0x18, 0xB7, 0x9E }, "Invoxia", "Invoxia" }, { { 0x18, 0xB8, 0x1F }, "Commscope", "Commscope" }, + { { 0x18, 0xB8, 0x42 }, "Apple", "Apple, Inc." }, { { 0x18, 0xB9, 0x05 }, "HongKongBouf", "Hong Kong Bouffalo Lab Limited" }, { { 0x18, 0xB9, 0x6E }, "DongguanLies", "Dongguan Liesheng Electronic Co., Ltd." }, { { 0x18, 0xBB, 0x1C }, "HuaweiDevice", "Huawei Device Co., Ltd." }, @@ -16193,6 +16227,7 @@ { { 0x1C, 0x67, 0x60 }, "Phonesuite", "Phonesuite" }, { { 0x1C, 0x68, 0x7E }, "QihuIntellig", "Shenzhen Qihu Intelligent Technology Company Limited" }, { { 0x1C, 0x69, 0x20 }, "Espressif", "Espressif Inc." }, + { { 0x1C, 0x69, 0x32 }, "HisenseHomeA", "Hisense Home Appliances Group Co., Ltd. Qingdao Branch" }, { { 0x1C, 0x69, 0x7A }, "EliteGroupCo", "EliteGroup Computer Systems Co., LTD" }, { { 0x1C, 0x69, 0xA5 }, "BlackBerryRT", "BlackBerry RTS" }, { { 0x1C, 0x6A, 0x1B }, "Ubiquiti", "Ubiquiti Inc" }, @@ -16249,10 +16284,12 @@ { { 0x1C, 0x88, 0x0C }, "SkyworthDigi", "Shenzhen Skyworth Digital Technology CO., Ltd" }, { { 0x1C, 0x8B, 0x76 }, "Calix", "Calix Inc." }, { { 0x1C, 0x8B, 0xEF }, "XiaomiElectr", "Beijing Xiaomi Electronics Co.,Ltd" }, + { { 0x1C, 0x8C, 0x6E }, "AristaNetwor", "Arista Networks" }, { { 0x1C, 0x8E, 0x2A }, "Apple", "Apple, Inc." }, { { 0x1C, 0x8E, 0x5C }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" }, { { 0x1C, 0x8E, 0x8E }, "DBCommunicat", "DB Communication & Systems Co., ltd." }, { { 0x1C, 0x8E, 0xE6 }, "VtechTelecom", "Vtech Telecommunications Limited" }, + { { 0x1C, 0x8F, 0x57 }, "Espressif", "Espressif Inc." }, { { 0x1C, 0x8F, 0x8A }, "PhaseMotionC", "Phase Motion Control SpA" }, { { 0x1C, 0x90, 0xBE }, "Ericsson", "Ericsson AB" }, { { 0x1C, 0x90, 0xFF }, "TuyaSmart", "Tuya Smart Inc." }, @@ -16487,6 +16524,7 @@ { { 0x20, 0x32, 0x33 }, "BilianElectr", "Shenzhen Bilian Electronic Co.,Ltd" }, { { 0x20, 0x32, 0x6C }, "SamsungElect", "Samsung Electronics Co.,Ltd" }, { { 0x20, 0x32, 0xC6 }, "Apple", "Apple, Inc." }, + { { 0x20, 0x33, 0x89 }, "Google", "Google, Inc." }, { { 0x20, 0x34, 0x62 }, "XiaomiCommun", "Xiaomi Communications Co Ltd" }, { { 0x20, 0x34, 0xFB }, "XiaomiCommun", "Xiaomi Communications Co Ltd" }, { { 0x20, 0x35, 0x43 }, "SagemcomBroa", "Sagemcom Broadband SAS" }, @@ -16943,6 +16981,7 @@ { { 0x24, 0x62, 0xAB }, "Espressif", "Espressif Inc." }, { { 0x24, 0x62, 0xC6 }, "HuaweiDevice", "Huawei Device Co., Ltd." }, { { 0x24, 0x62, 0xCE }, "HewlettPacka", "Hewlett Packard Enterprise" }, + { { 0x24, 0x64, 0x77 }, "XiaomiMobile", "Beijing Xiaomi Mobile Software Co., Ltd" }, { { 0x24, 0x64, 0x9F }, "HuaweiDevice", "Huawei Device Co., Ltd." }, { { 0x24, 0x64, 0xEF }, "CygSunri", "Cyg Sunri Co.,Ltd." }, { { 0x24, 0x65, 0x11 }, "AVM", "AVM GmbH" }, @@ -17005,6 +17044,7 @@ { { 0x24, 0x87, 0x07 }, "SEnergy", "SEnergy Corporation" }, { { 0x24, 0x88, 0x94 }, "lensunCommun", "shenzhen lensun Communication Technology LTD" }, { { 0x24, 0x8A, 0x07 }, "MellanoxTech", "Mellanox Technologies, Inc." }, + { { 0x24, 0x8A, 0xB3 }, "ICTK", "ICTK Co., Ltd." }, { { 0x24, 0x8B, 0xE0 }, "SichuanTiany", "Sichuan Tianyi Comheart Telecom Co.,LTD" }, { { 0x24, 0x90, 0x38 }, "UniversalBio", "Universal Biosensors Pty Ltd" }, { { 0x24, 0x91, 0xBB }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" }, @@ -17019,6 +17059,7 @@ { { 0x24, 0x96, 0xD5 }, "NEXCONTechno", "NEXCON Technology Co.,ltd." }, { { 0x24, 0x97, 0x45 }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" }, { { 0x24, 0x97, 0xED }, "TechvisionIn", "Techvision Intelligent Technology Limited" }, + { { 0x24, 0x99, 0x00 }, "FRITZ!Techno", "FRITZ! Technology GmbH" }, { { 0x24, 0x9A, 0xC8 }, "SkyworthDigi", "Shenzhen Skyworth Digital Technology CO., Ltd" }, { { 0x24, 0x9A, 0xD8 }, "YealinkNetwo", "Yealink(Xiamen) Network Technology Co.,Ltd." }, { { 0x24, 0x9D, 0x2A }, "LinkDataTech", "LinkData Technology (Tianjin) Co., LTD" }, @@ -17074,6 +17115,7 @@ { { 0x24, 0xBE, 0x05 }, "HewlettPacka", "Hewlett Packard" }, { { 0x24, 0xBE, 0x18 }, "Dadoutek", "Dadoutek Company Limited" }, { { 0x24, 0xBF, 0x74 }, "HamamatsuPho", "Hamamatsu Photonics K.K." }, + { { 0x24, 0xC0, 0x13 }, "zte", "zte corporation" }, { { 0x24, 0xC0, 0xB3 }, "Rsf", "Rsf" }, { { 0x24, 0xC1, 0x7A }, "IactiveNetwo", "Beijing Iactive Network Co.,Ltd" }, { { 0x24, 0xC1, 0xBD }, "CrrcDalianR&", "Crrc Dalian R&D Co.,Ltd." }, @@ -17106,6 +17148,7 @@ { { 0x24, 0xD5, 0x1C }, "Zhongtianbro", "Zhongtian broadband technology co., LTD" }, { { 0x24, 0xD5, 0x3B }, "MotorolaMobi", "Motorola Mobility LLC, a Lenovo Company" }, { { 0x24, 0xD5, 0xE4 }, "Cisco", "Cisco Systems, Inc" }, + { { 0x24, 0xD6, 0x60 }, "SiliconLabor", "Silicon Laboratories" }, { { 0x24, 0xD7, 0x6B }, "Syntronic", "Syntronic AB" }, { { 0x24, 0xD7, 0x9C }, "Cisco", "Cisco Systems, Inc" }, { { 0x24, 0xD7, 0xEB }, "Espressif", "Espressif Inc." }, @@ -17386,6 +17429,7 @@ { { 0x28, 0x83, 0x35 }, "SamsungElect", "Samsung Electronics Co.,Ltd" }, { { 0x28, 0x83, 0xC9 }, "Apple", "Apple, Inc." }, { { 0x28, 0x84, 0x0E }, "siliconvalle", "silicon valley immigration service" }, + { { 0x28, 0x84, 0x85 }, "Espressif", "Espressif Inc." }, { { 0x28, 0x84, 0xFA }, "SHARP", "SHARP Corporation" }, { { 0x28, 0x85, 0x2D }, "TouchNetwork", "Touch Networks" }, { { 0x28, 0x85, 0xBB }, "ZenExim", "Zen Exim Pvt. Ltd." }, @@ -17416,6 +17460,7 @@ { { 0x28, 0x9A, 0xF7 }, "ADVAOpticalN", "ADVA Optical Networking Ltd." }, { { 0x28, 0x9A, 0xFA }, "TCTmobile", "TCT mobile ltd" }, { { 0x28, 0x9C, 0x6E }, "HighFlyingEl", "Shanghai High-Flying Electronics Technology Co., Ltd" }, + { { 0x28, 0x9E, 0x1E }, "TexasInstrum", "Texas Instruments" }, { { 0x28, 0x9E, 0x97 }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" }, { { 0x28, 0x9E, 0xDF }, "DanfossTurbo", "Danfoss Turbocor Compressors, Inc" }, { { 0x28, 0x9E, 0xFC }, "SagemcomBroa", "Sagemcom Broadband SAS" }, @@ -17656,6 +17701,7 @@ { { 0x2C, 0x1B, 0x3A }, "HuiZhouGaosh", "Hui Zhou Gaoshengda Technology Co.,LTD" }, { { 0x2C, 0x1B, 0xC8 }, "HunanTopview", "Hunan Topview Network System CO.,LTD" }, { { 0x2C, 0x1C, 0xF6 }, "AlienGreen", "Alien Green LLC" }, + { { 0x2C, 0x1C, 0xF7 }, "Apple", "Apple, Inc." }, { { 0x2C, 0x1D, 0xB8 }, "Commscope", "Commscope" }, { { 0x2C, 0x1E, 0x4F }, "QianliNetwor", "Chengdu Qianli Network Technology Co., Ltd." }, { { 0x2C, 0x1E, 0xEA }, "Aerodev", "Aerodev" }, @@ -17676,6 +17722,7 @@ { { 0x2C, 0x28, 0x2D }, "BbkEducation", "Bbk Educational Electronics Corp.,Ltd." }, { { 0x2C, 0x28, 0xB7 }, "Ruiyingtechn", "Hangzhou Ruiying technology co., LTD" }, { { 0x2C, 0x29, 0x97 }, "Microsoft", "Microsoft Corporation" }, + { { 0x2C, 0x2B, 0xDB }, "eero", "eero inc." }, { { 0x2C, 0x2B, 0xF9 }, "LGInnotek", "LG Innotek" }, { { 0x2C, 0x2D, 0x48 }, "CommendInter", "Commend International GmbH" }, { { 0x2C, 0x2F, 0xF4 }, "eero", "eero inc." }, @@ -17775,6 +17822,7 @@ { { 0x2C, 0x62, 0x5A }, "FinestSecuri", "Finest Security Systems Co., Ltd" }, { { 0x2C, 0x62, 0x89 }, "Regenersis", "Regenersis (Glenrothes) Ltd" }, { { 0x2C, 0x63, 0x73 }, "SichuanTiany", "Sichuan Tianyi Comheart Telecom Co.,LTD" }, + { { 0x2C, 0x63, 0xA1 }, "HuaweiDevice", "Huawei Device Co., Ltd." }, { { 0x2C, 0x64, 0x1F }, "Vizio", "Vizio, Inc" }, { { 0x2C, 0x64, 0xF6 }, "WuQiTechnolo", "Wu Qi Technologies,Inc." }, { { 0x2C, 0x65, 0x8D }, "Cisco", "Cisco Systems, Inc" }, @@ -17891,6 +17939,7 @@ { { 0x2C, 0xB0, 0xDF }, "SolitonTechn", "Soliton Technologies Pvt Ltd" }, { { 0x2C, 0xB0, 0xFD }, "MiaoMingInte", "Shenzhen MiaoMing Intelligent Technology Co.,Ltd" }, { { 0x2C, 0xB1, 0x15 }, "IntegratedDe", "Integrated Device Technology (Malaysia) Sdn. Bhd." }, + { { 0x2C, 0xB1, 0xB7 }, "MellanoxTech", "Mellanox Technologies, Inc." }, { { 0x2C, 0xB2, 0x1A }, "Phicomm", "Phicomm (Shanghai) Co., Ltd." }, { { 0x2C, 0xB3, 0x01 }, "HonorDevice", "Honor Device Co., Ltd." }, { { 0x2C, 0xB4, 0x3A }, "Apple", "Apple, Inc." }, @@ -17961,10 +18010,12 @@ { { 0x2C, 0xDD, 0xA3 }, "PointGreyRes", "Point Grey Research Inc." }, { { 0x2C, 0xDD, 0xE9 }, "AristaNetwor", "Arista Networks" }, { { 0x2C, 0xDE, 0xDF }, "KonaixinPrec", "Guangxi Konaixin Precision Technology Co., Ltd" }, + { { 0x2C, 0xDE, 0xF5 }, "TVSREGZA", "TVS REGZA Corporation" }, { { 0x2C, 0xDF, 0x68 }, "Apple", "Apple, Inc." }, { { 0x2C, 0xDF, 0xE6 }, "RaisecomTech", "Raisecom Technology CO., LTD" }, { { 0x2C, 0xE0, 0x32 }, "TCLKingElect", "TCL King Electrical Appliances(Huizhou)Co.,Ltd" }, { { 0x2C, 0xE0, 0x99 }, "FujianStarNe", "Fujian Star-Net Communication Co.,Ltd" }, + { { 0x2C, 0xE1, 0x87 }, "NewH3CTechno", "New H3C Technologies Co., Ltd" }, { { 0x2C, 0xE2, 0xA8 }, "DeviceDesign", "DeviceDesign" }, { { 0x2C, 0xE2, 0xD9 }, "HuaweiDevice", "Huawei Device Co., Ltd." }, { { 0x2C, 0xE3, 0x10 }, "Stratacache", "Stratacache" }, @@ -17994,6 +18045,7 @@ { { 0x2C, 0xF7, 0xF1 }, "SeeedTechnol", "Seeed Technology Inc." }, { { 0x2C, 0xF8, 0x14 }, "Cisco", "Cisco Systems, Inc" }, { { 0x2C, 0xF8, 0x9B }, "Cisco", "Cisco Systems, Inc" }, + { { 0x2C, 0xF8, 0xEC }, "QuectelWirel", "Quectel Wireless Solutions Co.,Ltd." }, { { 0x2C, 0xFA, 0xA2 }, "AlcatelLucen", "Alcatel-Lucent Enterprise" }, { { 0x2C, 0xFB, 0x0F }, "SagemcomBroa", "Sagemcom Broadband SAS" }, { { 0x2C, 0xFC, 0x8B }, "OppoMobileTe", "Guangdong Oppo Mobile Telecommunications Corp.,Ltd" }, @@ -18427,6 +18479,7 @@ { { 0x34, 0x10, 0xF4 }, "SiliconLabor", "Silicon Laboratories" }, { { 0x34, 0x12, 0x90 }, "Treeview", "Treeview Co.,Ltd." }, { { 0x34, 0x12, 0x98 }, "Apple", "Apple, Inc." }, + { { 0x34, 0x12, 0xDC }, "QingdaoHaier", "Qingdao HaierTechnology Co.,Ltd" }, { { 0x34, 0x12, 0xF9 }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" }, { { 0x34, 0x13, 0x43 }, "GELighting", "GE Lighting" }, { { 0x34, 0x13, 0xA8 }, "Mediplan", "Mediplan Limited" }, @@ -18450,6 +18503,7 @@ { { 0x34, 0x1F, 0xC4 }, "VLinkTechnol", "Shenzhen V-Link Technology CO., LTD." }, { { 0x34, 0x1F, 0xE4 }, "Commscope", "Commscope" }, { { 0x34, 0x20, 0x03 }, "FeitengyunTe", "Shenzhen Feitengyun Technology Co.,LTD" }, + { { 0x34, 0x20, 0xD3 }, "IpComNetwork", "Shenzhen Ip-Com Networks Co.,Ltd." }, { { 0x34, 0x20, 0xE3 }, "RuckusWirele", "Ruckus Wireless" }, { { 0x34, 0x21, 0x09 }, "JensenScandi", "Jensen Scandinavia AS" }, { { 0x34, 0x23, 0x87 }, "HonHaiPrecis", "Hon Hai Precision Ind. Co.,Ltd." }, @@ -18496,6 +18550,7 @@ { { 0x34, 0x3C, 0x30 }, "NXPSemicondu", "NXP Semiconductor (Tianjin) LTD." }, { { 0x34, 0x3D, 0x7F }, "KlipschGroup", "Klipsch Group, Inc." }, { { 0x34, 0x3D, 0x98 }, "JinQianMaoTe", "JinQianMao Technology Co.,Ltd." }, + { { 0x34, 0x3D, 0xA9 }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" }, { { 0x34, 0x3D, 0xC4 }, "Buffalo", "Buffalo.Inc" }, { { 0x34, 0x3E, 0x25 }, "Ohsung", "Ohsung" }, { { 0x34, 0x3E, 0xA4 }, "Ring", "Ring LLC" }, @@ -18511,6 +18566,7 @@ { { 0x34, 0x49, 0x51 }, "Eliyan", "Eliyan Corp." }, { { 0x34, 0x49, 0x5B }, "SagemcomBroa", "Sagemcom Broadband SAS" }, { { 0x34, 0x4A, 0x1B }, "zte", "zte corporation" }, + { { 0x34, 0x4A, 0x86 }, "HonorDevice", "Honor Device Co., Ltd." }, { { 0x34, 0x4A, 0xC3 }, "HuNanZiKunIn", "HuNan ZiKun Information Technology CO., Ltd" }, { { 0x34, 0x4B, 0x3D }, "FiberhomeTel", "Fiberhome Telecommunication Technologies Co.,LTD" }, { { 0x34, 0x4B, 0x50 }, "zte", "zte corporation" }, @@ -18578,6 +18634,7 @@ { { 0x34, 0x6E, 0x9D }, "Ericsson", "Ericsson AB" }, { { 0x34, 0x6F, 0x11 }, "QingdaoZhipa", "Qingdao Zhipai Information Technology Co., Ltd." }, { { 0x34, 0x6F, 0x24 }, "AzureWaveTec", "AzureWave Technology Inc." }, + { { 0x34, 0x6F, 0x3F }, "HonHaiPrecis", "Hon Hai Precision Industry Co.,LTD" }, { { 0x34, 0x6F, 0x71 }, "TenaFe", "TenaFe Inc." }, { { 0x34, 0x6F, 0x90 }, "Cisco", "Cisco Systems, Inc" }, { { 0x34, 0x6F, 0x92 }, "WhiteRodgers", "White Rodgers Division" }, @@ -19550,8 +19607,10 @@ { { 0x3C, 0xBD, 0x69 }, "NokiaShangha", "Nokia Shanghai Bell Co., Ltd." }, { { 0x3C, 0xBD, 0xC5 }, "Arcadyan", "Arcadyan Corporation" }, { { 0x3C, 0xBD, 0xD8 }, "LgElectronic", "Lg Electronics Inc" }, + { { 0x3C, 0xBE, 0x8E }, "GuangzhouShi", "Guangzhou Shiyuan Electronic Technology Company Limited" }, { { 0x3C, 0xBE, 0xE1 }, "Nikon", "Nikon Corporation" }, { { 0x3C, 0xBF, 0x60 }, "Apple", "Apple, Inc." }, + { { 0x3C, 0xBF, 0xD7 }, "Apple", "Apple, Inc." }, { { 0x3C, 0xC0, 0x3E }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" }, { { 0x3C, 0xC0, 0x79 }, "OneNineIntel", "Shenzhen One-Nine Intelligent Electronic Science and Technology Co., Ltd" }, { { 0x3C, 0xC0, 0xC6 }, "d&baudiotech", "d&b audiotechnik GmbH" }, @@ -19566,6 +19625,7 @@ { { 0x3C, 0xC9, 0x9E }, "HuiyangTechn", "Huiyang Technology Co., Ltd" }, { { 0x3C, 0xCA, 0x61 }, "TecnoMobile", "Tecno Mobile Limited" }, { { 0x3C, 0xCA, 0x87 }, "Iders", "Iders Incorporated" }, + { { 0x3C, 0xCB, 0x01 }, "Lingjiinnova", "Beijing Lingji innovations Technology Co., LTD." }, { { 0x3C, 0xCB, 0x4D }, "Avikus", "Avikus Co., Ltd" }, { { 0x3C, 0xCB, 0x7C }, "TCTmobile", "TCT mobile ltd" }, { { 0x3C, 0xCD, 0x36 }, "Apple", "Apple, Inc." }, @@ -19633,6 +19693,7 @@ { { 0x3C, 0xF6, 0x92 }, "HuaweiDevice", "Huawei Device Co., Ltd." }, { { 0x3C, 0xF7, 0x2A }, "Nokia", "Nokia Corporation" }, { { 0x3C, 0xF7, 0x48 }, "LinsnTechnol", "Shenzhen Linsn Technology Development Co.,Ltd" }, + { { 0x3C, 0xF7, 0x5D }, "ZyxelCommuni", "Zyxel Communications Corporation" }, { { 0x3C, 0xF7, 0xA4 }, "SamsungElect", "Samsung Electronics Co.,Ltd" }, { { 0x3C, 0xF7, 0xD1 }, "OMRON", "OMRON Corporation" }, { { 0x3C, 0xF8, 0x08 }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" }, @@ -19802,6 +19863,7 @@ { { 0x40, 0x66, 0x7A }, "mediolaconne", "mediola - connected living AG" }, { { 0x40, 0x67, 0x9B }, "SkyworthDigi", "Shenzhen Skyworth Digital Technology CO., Ltd" }, { { 0x40, 0x68, 0x26 }, "ThalesUK", "Thales UK Limited" }, + { { 0x40, 0x68, 0xF9 }, "SuperElectro", "Shenzhen SuperElectron Technology Co.,Ltd." }, { { 0x40, 0x69, 0x18 }, "EMMicroelect", "EM Microelectronic" }, { { 0x40, 0x6A, 0x8E }, "PuwellOETech", "Hangzhou Puwell OE Tech Ltd." }, { { 0x40, 0x6A, 0xAB }, "Rim", "Rim" }, @@ -20004,6 +20066,7 @@ { { 0x40, 0xEA, 0xCE }, "FounderBroad", "Founder Broadband Network Service Co.,Ltd" }, { { 0x40, 0xEB, 0x21 }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" }, { { 0x40, 0xEC, 0x99 }, "Intel", "Intel Corporate" }, + { { 0x40, 0xEC, 0xBD }, "Intel", "Intel Corporate" }, { { 0x40, 0xEC, 0xF8 }, "Siemens", "Siemens AG" }, { { 0x40, 0xED, 0x00 }, "TPLink", "TP-Link Systems Inc" }, { { 0x40, 0xED, 0xCF }, "Apple", "Apple, Inc." }, @@ -20055,9 +20118,11 @@ { { 0x44, 0x09, 0xC6 }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" }, { { 0x44, 0x09, 0xDA }, "Apple", "Apple, Inc." }, { { 0x44, 0x0B, 0xAB }, "PositivoTecn", "Positivo Tecnologia S.A." }, + { { 0x44, 0x0C, 0x4B }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" }, { { 0x44, 0x0C, 0xEE }, "RobertBoschE", "Robert Bosch Elektronikai Kft." }, { { 0x44, 0x0C, 0xFD }, "NetMan", "NetMan Co., Ltd." }, { { 0x44, 0x0F, 0xB4 }, "GsdVietNamTe", "Gsd Viet Nam Technology Company Limited" }, + { { 0x44, 0x10, 0x30 }, "Google", "Google, Inc." }, { { 0x44, 0x10, 0xFE }, "HuizhouForyo", "Huizhou Foryou General Electronics Co., Ltd." }, { { 0x44, 0x11, 0x02 }, "EDMIEurope", "EDMI Europe Ltd" }, { { 0x44, 0x11, 0x46 }, "ChamberlainG", "The Chamberlain Group, Inc" }, @@ -20193,8 +20258,10 @@ { { 0x44, 0x5F, 0x8C }, "IntercelGrou", "Intercel Group Limited" }, { { 0x44, 0x61, 0x32 }, "ecobee", "ecobee inc" }, { { 0x44, 0x61, 0x9C }, "FONsystem", "FONsystem co. ltd." }, + { { 0x44, 0x61, 0xDF }, "SkyquadElect", "Skyquad Electronics & Appliances Pvt. Ltd." }, { { 0x44, 0x62, 0x46 }, "Comat", "Comat AG" }, { { 0x44, 0x63, 0x70 }, "LCFCElectron", "LCFC(Hefei) Electronics Technology co., ltd" }, + { { 0x44, 0x63, 0xC2 }, "ZyxelCommuni", "Zyxel Communications Corporation" }, { { 0x44, 0x64, 0x3C }, "Cisco", "Cisco Systems, Inc" }, { { 0x44, 0x65, 0x0D }, "AmazonTechno", "Amazon Technologies Inc." }, { { 0x44, 0x65, 0x6A }, "MegaVideoEle", "Mega Video Electronic(HK) Industry Co., Ltd" }, @@ -20241,6 +20308,7 @@ { { 0x44, 0x80, 0xEB }, "MotorolaMobi", "Motorola Mobility LLC, a Lenovo Company" }, { { 0x44, 0x82, 0xE5 }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" }, { { 0x44, 0x83, 0x12 }, "StarNet", "Star-Net" }, + { { 0x44, 0x83, 0x46 }, "TexasInstrum", "Texas Instruments" }, { { 0x44, 0x85, 0x00 }, "Intel", "Intel Corporate" }, { { 0x44, 0x85, 0x02 }, "SuperElectro", "Shenzhen SuperElectron Technology Co.,Ltd." }, { { 0x44, 0x85, 0xDA }, "SkyworthDigi", "Shenzhen Skyworth Digital Technology CO., Ltd" }, @@ -20281,6 +20349,7 @@ { { 0x44, 0x9E, 0x8B }, "Apple", "Apple, Inc." }, { { 0x44, 0x9E, 0xF9 }, "vivoMobileCo", "vivo Mobile Communication Co., Ltd." }, { { 0x44, 0x9F, 0x46 }, "HuaweiDevice", "Huawei Device Co., Ltd." }, + { { 0x44, 0x9F, 0x79 }, "onsemi", "onsemi" }, { { 0x44, 0x9F, 0x7F }, "DataCoreSoft", "DataCore Software Corporation" }, { { 0x44, 0x9F, 0xDA }, "SiliconLabor", "Silicon Laboratories" }, { { 0x44, 0xA0, 0x38 }, "HuaweiDevice", "Huawei Device Co., Ltd." }, @@ -20520,6 +20589,7 @@ { { 0x48, 0x3E, 0x5E }, "SernetTechno", "Sernet (Suzhou) Technologies Corporation" }, { { 0x48, 0x3F, 0xDA }, "Espressif", "Espressif Inc." }, { { 0x48, 0x3F, 0xE9 }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" }, + { { 0x48, 0x40, 0xD5 }, "Intel", "Intel Corporate" }, { { 0x48, 0x41, 0x7B }, "NokiaSolutio", "Nokia Solutions and Networks GmbH & Co. KG" }, { { 0x48, 0x43, 0x5A }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" }, { { 0x48, 0x43, 0x7C }, "Apple", "Apple, Inc." }, @@ -20611,6 +20681,7 @@ { { 0x48, 0x77, 0x06 }, "NXPSemicondu", "NXP Semiconductor (Tianjin) LTD." }, { { 0x48, 0x77, 0x46 }, "Calix", "Calix Inc." }, { { 0x48, 0x77, 0xBD }, "OppoMobileTe", "Guangdong Oppo Mobile Telecommunications Corp.,Ltd" }, + { { 0x48, 0x78, 0x5B }, "HikvisionDig", "Hangzhou Hikvision Digital Technology Co.,Ltd." }, { { 0x48, 0x78, 0x5E }, "AmazonTechno", "Amazon Technologies Inc." }, { { 0x48, 0x79, 0x4D }, "SamsungElect", "Samsung Electronics Co.,Ltd" }, { { 0x48, 0x7A, 0x55 }, "ALEInternati", "ALE International" }, @@ -20656,6 +20727,7 @@ { { 0x48, 0x91, 0x53 }, "WeinmannGerä", "Weinmann Geräte für Medizin GmbH + Co. KG" }, { { 0x48, 0x91, 0xD5 }, "Cisco", "Cisco Systems, Inc" }, { { 0x48, 0x91, 0xF6 }, "Reachsoftwar", "Shenzhen Reach software technology CO.,LTD" }, + { { 0x48, 0x92, 0xC1 }, "Ohsung", "Ohsung" }, { { 0x48, 0x93, 0xDC }, "UniwayInfoco", "Uniway Infocom Pvt Ltd" }, { { 0x48, 0x95, 0x07 }, "OppoMobileTe", "Guangdong Oppo Mobile Telecommunications Corp.,Ltd" }, { { 0x48, 0x96, 0xD9 }, "zte", "zte corporation" }, @@ -20915,6 +20987,7 @@ { { 0x4C, 0x2F, 0x7B }, "AltoBeam", "AltoBeam Inc." }, { { 0x4C, 0x2F, 0x9D }, "ICMControls", "ICM Controls" }, { { 0x4C, 0x2F, 0xD7 }, "HuaweiDevice", "Huawei Device Co., Ltd." }, + { { 0x4C, 0x30, 0x6A }, "Nintendo", "Nintendo Co.,Ltd" }, { { 0x4C, 0x30, 0x89 }, "HitachiRailG", "Hitachi Rail GTS Deutschland GmbH" }, { { 0x4C, 0x31, 0x2D }, "SichuanAILin", "Sichuan AI-Link Technology Co., Ltd." }, { { 0x4C, 0x32, 0x2D }, "TeledataNetw", "Teledata Networks" }, @@ -20950,6 +21023,7 @@ { { 0x4C, 0x49, 0x68 }, "RuijieNetwor", "Ruijie Networks Co.,LTD" }, { { 0x4C, 0x49, 0x6C }, "Intel", "Intel Corporate" }, { { 0x4C, 0x49, 0xE3 }, "XiaomiCommun", "Xiaomi Communications Co Ltd" }, + { { 0x4C, 0x4B, 0x1F }, "CloudNetwork", "Cloud Network Technology Singapore Pte. Ltd." }, { { 0x4C, 0x4B, 0x68 }, "MobileDevice", "Mobile Device, Inc." }, { { 0x4C, 0x4C, 0xD8 }, "zte", "zte corporation" }, { { 0x4C, 0x4D, 0x66 }, "NanjingJiaha", "Nanjing Jiahao Technology Co., Ltd." }, @@ -21263,6 +21337,7 @@ { { 0x50, 0x0E, 0x6D }, "TrafficCastI", "TrafficCast International" }, { { 0x50, 0x0F, 0x59 }, "STMicrolectr", "STMicrolectronics International NV" }, { { 0x50, 0x0F, 0x80 }, "Cisco", "Cisco Systems, Inc" }, + { { 0x50, 0x0F, 0xC6 }, "solum", "solum" }, { { 0x50, 0x0F, 0xF5 }, "TendaTechnol", "Tenda Technology Co.,Ltd.Dongguan branch" }, { { 0x50, 0x11, 0xEB }, "SilverNet", "SilverNet Ltd" }, { { 0x50, 0x13, 0x1D }, "MotorolaMobi", "Motorola Mobility LLC, a Lenovo Company" }, @@ -21440,6 +21515,7 @@ { { 0x50, 0x70, 0x43 }, "SkyUk", "Sky Uk Limited" }, { { 0x50, 0x70, 0x97 }, "ChinaMobileG", "China Mobile Group Device Co.,Ltd." }, { { 0x50, 0x70, 0xE5 }, "HeShanWorldF", "He Shan World Fair Electronics Technology Limited" }, + { { 0x50, 0x71, 0x64 }, "Cisco", "Cisco Systems, Inc" }, { { 0x50, 0x72, 0x24 }, "TexasInstrum", "Texas Instruments" }, { { 0x50, 0x72, 0x4D }, "BEGBrueckEle", "BEG Brueck Electronic GmbH" }, { { 0x50, 0x75, 0xF1 }, "Commscope", "Commscope" }, @@ -21509,6 +21585,7 @@ { { 0x50, 0x9E, 0xA7 }, "SamsungElect", "Samsung Electronics Co.,Ltd" }, { { 0x50, 0x9F, 0x27 }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" }, { { 0x50, 0x9F, 0x3B }, "OiElectric", "Oi Electric Co.,Ltd" }, + { { 0x50, 0x9F, 0xB9 }, "SkyworthDigi", "Shenzhen Skyworth Digital Technology CO., Ltd" }, { { 0x50, 0xA0, 0x09 }, "XiaomiCommun", "Xiaomi Communications Co Ltd" }, { { 0x50, 0xA0, 0x15 }, "YipingfangNe", "Shenzhen Yipingfang Network Technology Co., Ltd." }, { { 0x50, 0xA0, 0x54 }, "Actineon", "Actineon" }, @@ -21557,7 +21634,7 @@ { { 0x50, 0xC2, 0x75 }, "GNAudio", "GN Audio A/S" }, { { 0x50, 0xC2, 0xE8 }, "CloudNetwork", "Cloud Network Technology Singapore Pte. Ltd." }, { { 0x50, 0xC2, 0xED }, "GNAudio", "GN Audio A/S" }, - { { 0x50, 0xC3, 0xA2 }, "nForeTechnol", "nFore Technology Co.,Ltd." }, + { { 0x50, 0xC3, 0xA2 }, "nForeTechnol", "nFore Technology Co., Ltd." }, { { 0x50, 0xC4, 0xDD }, "Buffalo", "Buffalo.Inc" }, { { 0x50, 0xC5, 0x8D }, "JuniperNetwo", "Juniper Networks" }, { { 0x50, 0xC6, 0x8E }, "BiwinSemicon", "Biwin Semiconductor (HK) Company Limted" }, @@ -21624,6 +21701,8 @@ { { 0x50, 0xED, 0x78 }, "ChangzhouYon", "Changzhou Yongse Infotech Co.,Ltd" }, { { 0x50, 0xED, 0x94 }, "EgatelSl", "Egatel Sl" }, { { 0x50, 0xEE, 0x32 }, "HonHaiPrecis", "Hon Hai Precision Industry Co.,LTD" }, + { { 0x50, 0xEE, 0x87 }, "Hpro", "Hpro" }, + { { 0x50, 0xEE, 0x9B }, "AltoBeam", "AltoBeam Inc." }, { { 0x50, 0xF0, 0x03 }, "OpenStack", "Open Stack, Inc." }, { { 0x50, 0xF0, 0xD3 }, "SamsungElect", "Samsung Electronics Co.,Ltd" }, { { 0x50, 0xF1, 0x4A }, "TexasInstrum", "Texas Instruments" }, @@ -21652,6 +21731,7 @@ { { 0x50, 0xFE, 0x39 }, "XiaomiMobile", "Beijing Xiaomi Mobile Software Co., Ltd" }, { { 0x50, 0xFE, 0xF2 }, "SifyTechnolo", "Sify Technologies Ltd" }, { { 0x50, 0xFF, 0x20 }, "Keenetic", "Keenetic Limited" }, + { { 0x54, 0x01, 0x4A }, "GuangzhouShi", "Guangzhou Shiyuan Electronic Technology Company Limited" }, { { 0x54, 0x02, 0x37 }, "Teltronic", "Teltronic AG" }, { { 0x54, 0x02, 0x95 }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" }, { { 0x54, 0x03, 0x84 }, "HongkongNano", "Hongkong Nano IC Technologies Co., Ltd" }, @@ -21727,6 +21807,7 @@ { { 0x54, 0x27, 0x8D }, "NXPManagemen", "NXP (China) Management Ltd." }, { { 0x54, 0x29, 0x06 }, "Apple", "Apple, Inc." }, { { 0x54, 0x2A, 0x1B }, "Sonos", "Sonos, Inc." }, + { { 0x54, 0x2A, 0x43 }, "Apple", "Apple, Inc." }, { { 0x54, 0x2A, 0x9C }, "LSYDefense", "LSY Defense, LLC." }, { { 0x54, 0x2A, 0xA2 }, "AlphaNetwork", "Alpha Networks Inc." }, { { 0x54, 0x2B, 0x1C }, "AmazonTechno", "Amazon Technologies Inc." }, @@ -21901,6 +21982,7 @@ { { 0x54, 0x9F, 0xC6 }, "Cisco", "Cisco Systems, Inc" }, { { 0x54, 0xA0, 0x4F }, "tmacTechnolo", "t-mac Technologies Ltd" }, { { 0x54, 0xA0, 0x50 }, "ASUSTekCOMPU", "ASUSTek COMPUTER INC." }, + { { 0x54, 0xA0, 0xAB }, "MaiyueFuture", "Maiyue Future Intelligent Technology (Suzhou) Co.,Ltd." }, { { 0x54, 0xA1, 0x04 }, "OPTOWL", "OPTOWL Co.,Ltd" }, { { 0x54, 0xA2, 0x45 }, "Digisol", "Digisol Systems Limited" }, { { 0x54, 0xA2, 0x74 }, "Cisco", "Cisco Systems, Inc" }, @@ -22095,6 +22177,7 @@ { { 0x58, 0x26, 0x3A }, "SiliconLabor", "Silicon Laboratories" }, { { 0x58, 0x27, 0x45 }, "AngelbirdTec", "Angelbird Technologies GmbH" }, { { 0x58, 0x27, 0x8C }, "Buffalo", "Buffalo.Inc" }, + { { 0x58, 0x2A, 0x93 }, "Apple", "Apple, Inc." }, { { 0x58, 0x2A, 0xF7 }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" }, { { 0x58, 0x2B, 0x0A }, "TexasInstrum", "Texas Instruments" }, { { 0x58, 0x2B, 0xDB }, "Pax", "Pax AB" }, @@ -22148,6 +22231,7 @@ { { 0x58, 0x55, 0x95 }, "Apple", "Apple, Inc." }, { { 0x58, 0x55, 0xCA }, "Apple", "Apple, Inc." }, { { 0x58, 0x56, 0x9F }, "Cisco", "Cisco Systems, Inc" }, + { { 0x58, 0x56, 0xAA }, "Apple", "Apple, Inc." }, { { 0x58, 0x56, 0xC2 }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" }, { { 0x58, 0x56, 0xE8 }, "Commscope", "Commscope" }, { { 0x58, 0x57, 0x0D }, "DanfossSolar", "Danfoss Solar Inverters" }, @@ -22221,6 +22305,7 @@ { { 0x58, 0x8B, 0x1C }, "Cisco", "Cisco Systems, Inc" }, { { 0x58, 0x8B, 0xF3 }, "ZyxelCommuni", "Zyxel Communications Corporation" }, { { 0x58, 0x8C, 0x81 }, "Espressif", "Espressif Inc." }, + { { 0x58, 0x8C, 0xCF }, "SiliconLabor", "Silicon Laboratories" }, { { 0x58, 0x8D, 0x09 }, "Cisco", "Cisco Systems, Inc" }, { { 0x58, 0x8D, 0x39 }, "MitsubishiEl", "Mitsubishi Electric Automation (China) Ltd." }, { { 0x58, 0x8D, 0x64 }, "XianClevbeeT", "Xi'an Clevbee Technology Co.,Ltd" }, @@ -22340,6 +22425,7 @@ { { 0x58, 0xDB, 0x8D }, "Fast", "Fast Co., Ltd." }, { { 0x58, 0xDC, 0x6D }, "ExceptionalI", "Exceptional Innovation, Inc." }, { { 0x58, 0xDF, 0x59 }, "Cisco", "Cisco Systems, Inc" }, + { { 0x58, 0xDF, 0x70 }, "Private", "Private" }, { { 0x58, 0xE0, 0x2C }, "MicroTechnic", "Micro Technic A/S" }, { { 0x58, 0xE1, 0x6C }, "YingHuaInfor", "Ying Hua Information Technology (Shanghai)Co., LTD" }, { { 0x58, 0xE2, 0x8F }, "Apple", "Apple, Inc." }, @@ -22910,6 +22996,7 @@ { { 0x60, 0x45, 0xCD }, "SagemcomBroa", "Sagemcom Broadband SAS" }, { { 0x60, 0x45, 0xE8 }, "Arcadyan", "Arcadyan Corporation" }, { { 0x60, 0x46, 0x16 }, "XiamenVannIn", "Xiamen Vann Intelligent Co., Ltd" }, + { { 0x60, 0x46, 0x4C }, "LigentTech", "Ligent Tech,Inc" }, { { 0x60, 0x47, 0x0A }, "ZenithIntell", "Shenzhen Zenith Intelligent Technology Co., Ltd." }, { { 0x60, 0x47, 0x62 }, "SensoroTechn", "Beijing Sensoro Technology Co.,Ltd." }, { { 0x60, 0x47, 0xD4 }, "FORICSElectr", "FORICS Electronic Technology Co., Ltd." }, @@ -22991,6 +23078,7 @@ { { 0x60, 0x76, 0x88 }, "Velodyne", "Velodyne" }, { { 0x60, 0x77, 0x71 }, "TexasInstrum", "Texas Instruments" }, { { 0x60, 0x77, 0xE2 }, "SamsungElect", "Samsung Electronics Co.,Ltd" }, + { { 0x60, 0x7A, 0xD8 }, "GDMideaAirCo", "GD Midea Air-Conditioning Equipment Co.,Ltd." }, { { 0x60, 0x7D, 0x09 }, "LuxsharePrec", "Luxshare Precision Industry Co., Ltd" }, { { 0x60, 0x7D, 0xDD }, "ShichuangyiE", "Shenzhen Shichuangyi Electronics Co.,Ltd" }, { { 0x60, 0x7E, 0xA4 }, "ImilabTechno", "Shanghai Imilab Technology Co.Ltd" }, @@ -23053,6 +23141,7 @@ { { 0x60, 0x9F, 0x9D }, "CloudSwitch", "CloudSwitch" }, { { 0x60, 0xA1, 0x0A }, "SamsungElect", "Samsung Electronics Co.,Ltd" }, { { 0x60, 0xA1, 0x1E }, "MaxsineElect", "Wuhan Maxsine Electric Co.,Ltd." }, + { { 0x60, 0xA1, 0xFE }, "Hpro", "Hpro" }, { { 0x60, 0xA2, 0xC6 }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" }, { { 0x60, 0xA3, 0x7D }, "Apple", "Apple, Inc." }, { { 0x60, 0xA3, 0xE3 }, "TpLinkTechno", "Tp-Link Technologies Co.,Ltd." }, @@ -23260,6 +23349,7 @@ { { 0x64, 0x1A, 0x22 }, "Heliospectra", "Heliospectra AB" }, { { 0x64, 0x1A, 0xBA }, "DryadNetwork", "Dryad Networks GmbH" }, { { 0x64, 0x1B, 0x2F }, "SamsungElect", "Samsung Electronics Co.,Ltd" }, + { { 0x64, 0x1B, 0x85 }, "VantivaUSA", "Vantiva USA LLC" }, { { 0x64, 0x1C, 0x10 }, "TexasInstrum", "Texas Instruments" }, { { 0x64, 0x1C, 0x67 }, "DigibrasIndu", "Digibras Industria Do Brasils/A" }, { { 0x64, 0x1C, 0xAE }, "SamsungElect", "Samsung Electronics Co.,Ltd" }, @@ -23341,6 +23431,7 @@ { { 0x64, 0x55, 0xB1 }, "Commscope", "Commscope" }, { { 0x64, 0x56, 0x01 }, "TpLinkTechno", "Tp-Link Technologies Co.,Ltd." }, { { 0x64, 0x57, 0x25 }, "HuiZhouGaosh", "Hui Zhou Gaoshengda Technology Co.,LTD" }, + { { 0x64, 0x57, 0xBA }, "Intel", "Intel Corporate" }, { { 0x64, 0x57, 0xE5 }, "Royaltech", "Beijing Royaltech Co.,Ltd" }, { { 0x64, 0x58, 0xAD }, "ChinaMobileI", "China Mobile IOT Company Limited" }, { { 0x64, 0x59, 0xF8 }, "VodafoneOmni", "Vodafone Omnitel B.V." }, @@ -23379,6 +23470,7 @@ { { 0x64, 0x69, 0xBC }, "HyteraCommun", "Hytera Communications Co.,ltd" }, { { 0x64, 0x6A, 0x52 }, "Avaya", "Avaya Inc" }, { { 0x64, 0x6A, 0x74 }, "AuthServers", "Auth-Servers, Llc" }, + { { 0x64, 0x6B, 0xE7 }, "QingdaoIntel", "Qingdao Intelligent&Precise Electronics Co.,Ltd." }, { { 0x64, 0x6C, 0x80 }, "ChongqingFug", "Chongqing Fugui Electronics Co.,Ltd." }, { { 0x64, 0x6C, 0xB2 }, "SamsungElect", "Samsung Electronics Co.,Ltd" }, { { 0x64, 0x6D, 0x2F }, "Apple", "Apple, Inc." }, @@ -23393,6 +23485,7 @@ { { 0x64, 0x70, 0x02 }, "TpLinkTechno", "Tp-Link Technologies Co.,Ltd." }, { { 0x64, 0x70, 0x33 }, "Apple", "Apple, Inc." }, { { 0x64, 0x70, 0x60 }, "TexasInstrum", "Texas Instruments" }, + { { 0x64, 0x70, 0x84 }, "AltoBeam", "AltoBeam Inc." }, { { 0x64, 0x72, 0xD8 }, "GooWiTechnol", "GooWi Technology Co.,Limited" }, { { 0x64, 0x73, 0x66 }, "SieraTechnol", "Shenzhen Siera Technology Ltd" }, { { 0x64, 0x73, 0xE2 }, "Arbiter", "Arbiter Systems, Inc." }, @@ -23444,6 +23537,7 @@ { { 0x64, 0x9A, 0x63 }, "Ring", "Ring LLC" }, { { 0x64, 0x9A, 0xBE }, "Apple", "Apple, Inc." }, { { 0x64, 0x9B, 0x24 }, "VTechnology", "V Technology Co., Ltd." }, + { { 0x64, 0x9B, 0x8F }, "TexasInstrum", "Texas Instruments" }, { { 0x64, 0x9C, 0x81 }, "Qualcomm", "Qualcomm Inc." }, { { 0x64, 0x9C, 0x8E }, "TexasInstrum", "Texas Instruments" }, { { 0x64, 0x9C, 0xF3 }, "FiberhomeTel", "Fiberhome Telecommunication Technologies Co.,LTD" }, @@ -23518,6 +23612,7 @@ { { 0x64, 0xC6, 0xD2 }, "SeikoEpson", "Seiko Epson Corporation" }, { { 0x64, 0xC7, 0x53 }, "Apple", "Apple, Inc." }, { { 0x64, 0xC9, 0x01 }, "INVENTEC", "INVENTEC Corporation" }, + { { 0x64, 0xC9, 0x05 }, "Apple", "Apple, Inc." }, { { 0x64, 0xC9, 0x44 }, "LARKTechnolo", "LARK Technologies, Inc" }, { { 0x64, 0xCB, 0x5D }, "SIATeleSet", "SIA \"TeleSet\"" }, { { 0x64, 0xCB, 0x9F }, "TecnoMobile", "Tecno Mobile Limited" }, @@ -23541,6 +23636,7 @@ { { 0x64, 0xD4, 0xBD }, "Alpsalpine", "Alpsalpine Co,.Ltd" }, { { 0x64, 0xD4, 0xDA }, "Intel", "Intel Corporate" }, { { 0x64, 0xD4, 0xF0 }, "Netvue,Inc", "Netvue,Inc." }, + { { 0x64, 0xD5, 0x62 }, "HuaweiDevice", "Huawei Device Co., Ltd." }, { { 0x64, 0xD6, 0x9A }, "Intel", "Intel Corporate" }, { { 0x64, 0xD7, 0xC0 }, "HuaweiDevice", "Huawei Device Co., Ltd." }, { { 0x64, 0xD8, 0x14 }, "Cisco", "Cisco Systems, Inc" }, @@ -23625,9 +23721,11 @@ { { 0x68, 0x07, 0x0A }, "TPVisionEuro", "TPVision Europe B.V" }, { { 0x68, 0x07, 0x15 }, "Intel", "Intel Corporate" }, { { 0x68, 0x09, 0x27 }, "Apple", "Apple, Inc." }, + { { 0x68, 0x09, 0x47 }, "Espressif", "Espressif Inc." }, { { 0x68, 0x0A, 0xD7 }, "YanchengKech", "Yancheng Kecheng Optoelectronic Technology Co., Ltd" }, { { 0x68, 0x0A, 0xE2 }, "SiliconLabor", "Silicon Laboratories" }, { { 0x68, 0x12, 0x2D }, "SpecialInstr", "Special Instrument Development Co., Ltd." }, + { { 0x68, 0x12, 0x68 }, "QuectelWirel", "Quectel Wireless Solutions Co.,Ltd." }, { { 0x68, 0x12, 0x95 }, "LupineLighti", "Lupine Lighting Systems GmbH" }, { { 0x68, 0x13, 0x24 }, "HuaweiDevice", "Huawei Device Co., Ltd." }, { { 0x68, 0x13, 0xE2 }, "EltexEnterpr", "Eltex Enterprise LTD" }, @@ -23651,6 +23749,7 @@ { { 0x68, 0x1D, 0x64 }, "SunwaveCommu", "Sunwave Communications Co., Ltd" }, { { 0x68, 0x1D, 0xEF }, "CYXTechnolog", "Shenzhen CYX Technology Co., Ltd." }, { { 0x68, 0x1E, 0x8B }, "InfoSight", "InfoSight Corporation" }, + { { 0x68, 0x1E, 0xA3 }, "SichuanTiany", "Sichuan Tianyi Comheart Telecom Co.,LTD" }, { { 0x68, 0x1F, 0x40 }, "BluWirelessT", "Blu Wireless Technology Ltd" }, { { 0x68, 0x1F, 0xD8 }, "SiemensIndus", "Siemens Industry, Inc." }, { { 0x68, 0x21, 0x5F }, "EdgecoreNetw", "Edgecore Networks Corporation" }, @@ -23757,6 +23856,7 @@ { { 0x68, 0x5E, 0x1C }, "TexasInstrum", "Texas Instruments" }, { { 0x68, 0x5E, 0x6B }, "PowerRay", "PowerRay Co., Ltd." }, { { 0x68, 0x5E, 0xDD }, "Apple", "Apple, Inc." }, + { { 0x68, 0x5E, 0xDF }, "NXPSemicondu", "NXP Semiconductors Taiwan Ltd." }, { { 0x68, 0x62, 0x8A }, "vivoMobileCo", "vivo Mobile Communication Co., Ltd." }, { { 0x68, 0x63, 0x50 }, "HellaIndiaAu", "Hella India Automotive Pvt Ltd" }, { { 0x68, 0x63, 0x59 }, "AdvancedDigi", "Advanced Digital Broadcast SA" }, @@ -23784,6 +23884,7 @@ { { 0x68, 0x77, 0xDA }, "zte", "zte corporation" }, { { 0x68, 0x78, 0x48 }, "Westunitis", "Westunitis Co., Ltd." }, { { 0x68, 0x78, 0x4C }, "NortelNetwor", "Nortel Networks" }, + { { 0x68, 0x78, 0xA8 }, "FiberhomeTel", "Fiberhome Telecommunication Technologies Co.,LTD" }, { { 0x68, 0x79, 0x09 }, "Cisco", "Cisco Systems, Inc" }, { { 0x68, 0x79, 0x24 }, "ELS", "ELS-GmbH & Co. KG" }, { { 0x68, 0x79, 0xC4 }, "MXCHIPInform", "Shanghai MXCHIP Information Technology Co., Ltd." }, @@ -23985,6 +24086,7 @@ { { 0x68, 0xF7, 0x28 }, "LCFCElectron", "LCFC(Hefei) Electronics Technology co., ltd" }, { { 0x68, 0xF7, 0xD8 }, "Microsoft", "Microsoft Corporation" }, { { 0x68, 0xF8, 0x95 }, "Redflow", "Redflow Limited" }, + { { 0x68, 0xF9, 0x0F }, "Intel", "Intel Corporate" }, { { 0x68, 0xF9, 0x56 }, "ObjetivosySe", "Objetivos y Servicio de Valor Añadido" }, { { 0x68, 0xFB, 0x7E }, "Apple", "Apple, Inc." }, { { 0x68, 0xFB, 0x95 }, "GeneralplusT", "Generalplus Technology Inc." }, @@ -24034,6 +24136,7 @@ { { 0x6C, 0x0F, 0x0B }, "ChinaMobileG", "China Mobile Group Device Co.,Ltd." }, { { 0x6C, 0x0F, 0x61 }, "Hypervolt", "Hypervolt Ltd" }, { { 0x6C, 0x0F, 0x6A }, "JDCTech", "JDC Tech Co., Ltd." }, + { { 0x6C, 0x10, 0x41 }, "SkyworthDigi", "Shenzhen Skyworth Digital Technology CO., Ltd" }, { { 0x6C, 0x10, 0x8B }, "WeLinkCommun", "WeLink Communications" }, { { 0x6C, 0x11, 0xB3 }, "WuQiTechnolo", "Wu Qi Technologies,Inc." }, { { 0x6C, 0x11, 0xBA }, "zte", "zte corporation" }, @@ -24076,6 +24179,7 @@ { { 0x6C, 0x25, 0xB9 }, "BbkEducation", "Bbk Educational Electronics Corp.,Ltd." }, { { 0x6C, 0x26, 0x36 }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" }, { { 0x6C, 0x27, 0x79 }, "MicrosoftMob", "Microsoft Mobile Oy" }, + { { 0x6C, 0x28, 0x13 }, "nForeTechnol", "nFore Technology Co., Ltd." }, { { 0x6C, 0x29, 0x90 }, "WiZConnected", "WiZ Connected Lighting Company Limited" }, { { 0x6C, 0x29, 0x95 }, "Intel", "Intel Corporate" }, { { 0x6C, 0x29, 0xD2 }, "Cisco", "Cisco Systems, Inc" }, @@ -24112,6 +24216,7 @@ { { 0x6C, 0x3E, 0x6D }, "Apple", "Apple, Inc." }, { { 0x6C, 0x3E, 0x9C }, "KEKnestelEle", "KE Knestel Elektronik GmbH" }, { { 0x6C, 0x40, 0x08 }, "Apple", "Apple, Inc." }, + { { 0x6C, 0x40, 0x33 }, "MegwangTechn", "Beijing Megwang Technology Co., Ltd." }, { { 0x6C, 0x40, 0xC6 }, "NimbusData", "Nimbus Data, Inc." }, { { 0x6C, 0x40, 0xE8 }, "vivoMobileCo", "vivo Mobile Communication Co., Ltd." }, { { 0x6C, 0x41, 0x0E }, "Cisco", "Cisco Systems, Inc" }, @@ -24236,6 +24341,7 @@ { { 0x6C, 0x8F, 0xB5 }, "MicrosoftMob", "Microsoft Mobile Oy" }, { { 0x6C, 0x90, 0xB1 }, "SanLogic", "SanLogic Inc" }, { { 0x6C, 0x91, 0x06 }, "KatenaComput", "Katena Computing Technologies" }, + { { 0x6C, 0x91, 0x88 }, "Nokia", "Nokia" }, { { 0x6C, 0x92, 0xBF }, "IEIT", "IEIT SYSTEMS Co., Ltd." }, { { 0x6C, 0x92, 0xCF }, "Broadcom", "Broadcom Limited" }, { { 0x6C, 0x93, 0x54 }, "YaojinTechno", "Yaojin Technology (Shenzhen) Co., LTD." }, @@ -24658,6 +24764,7 @@ { { 0x70, 0x93, 0x83 }, "IntelligentO", "Intelligent Optical Network High Tech CO.,LTD." }, { { 0x70, 0x93, 0xC1 }, "eero", "eero inc." }, { { 0x70, 0x93, 0xF8 }, "SpaceMonkey", "Space Monkey, Inc." }, + { { 0x70, 0x96, 0x84 }, "Apple", "Apple, Inc." }, { { 0x70, 0x97, 0x41 }, "Arcadyan", "Arcadyan Corporation" }, { { 0x70, 0x97, 0x51 }, "XiaomiMobile", "Beijing Xiaomi Mobile Software Co., Ltd" }, { { 0x70, 0x97, 0x56 }, "Happyelectro", "Happyelectronics Co.,Ltd" }, @@ -24674,6 +24781,7 @@ { { 0x70, 0x9E, 0x86 }, "X6D", "X6D Limited" }, { { 0x70, 0x9F, 0x2D }, "zte", "zte corporation" }, { { 0x70, 0x9F, 0xA9 }, "TecnoMobile", "Tecno Mobile Limited" }, + { { 0x70, 0xA0, 0x4B }, "Intel", "Intel Corporate" }, { { 0x70, 0xA1, 0x91 }, "TrendsetterM", "Trendsetter Medical, LLC" }, { { 0x70, 0xA2, 0xB3 }, "Apple", "Apple, Inc." }, { { 0x70, 0xA3, 0xA4 }, "GumingCommun", "Beijing Guming Communication Technology Co., Ltd." }, @@ -24694,7 +24802,9 @@ { { 0x70, 0xAC, 0xD7 }, "YOUHUATechno", "Shenzhen YOUHUA Technology Co., Ltd" }, { { 0x70, 0xAD, 0x43 }, "BlinkbyAmazo", "Blink by Amazon" }, { { 0x70, 0xAD, 0x54 }, "MalvernInstr", "Malvern Instruments Ltd" }, + { { 0x70, 0xAE, 0x2A }, "Apple", "Apple, Inc." }, { { 0x70, 0xAE, 0xD5 }, "Apple", "Apple, Inc." }, + { { 0x70, 0xAF, 0x09 }, "Espressif", "Espressif Inc." }, { { 0x70, 0xAF, 0x24 }, "TPVisionBelg", "TP Vision Belgium NV" }, { { 0x70, 0xAF, 0x25 }, "NishiyamaInd", "Nishiyama Industry Co.,LTD." }, { { 0x70, 0xAF, 0x6A }, "FenglianTech", "Shenzhen Fenglian Technology Co., Ltd." }, @@ -24983,6 +25093,7 @@ { { 0x74, 0x68, 0x59 }, "SunitecTechn", "Sunitec Technology Co.,Limited" }, { { 0x74, 0x69, 0x4A }, "SichuanTiany", "Sichuan Tianyi Comheart Telecom Co.,LTD" }, { { 0x74, 0x6A, 0x3A }, "Aperi", "Aperi Corporation" }, + { { 0x74, 0x6A, 0x84 }, "TexasInstrum", "Texas Instruments" }, { { 0x74, 0x6A, 0x89 }, "Rezolt", "Rezolt Corporation" }, { { 0x74, 0x6A, 0x8F }, "VSVision", "VS Vision Systems GmbH" }, { { 0x74, 0x6A, 0xB3 }, "MICIUSLabora", "MICIUS Laboratory" }, @@ -25073,6 +25184,7 @@ { { 0x74, 0x97, 0x79 }, "CloudNetwork", "Cloud Network Technology Singapore Pte. Ltd." }, { { 0x74, 0x97, 0x81 }, "zte", "zte corporation" }, { { 0x74, 0x97, 0x8E }, "NovaLabs", "Nova Labs" }, + { { 0x74, 0x98, 0xF4 }, "Buffalo", "Buffalo.Inc" }, { { 0x74, 0x99, 0x75 }, "IBM", "IBM Corporation" }, { { 0x74, 0x9A, 0xC0 }, "Cachengo", "Cachengo, Inc." }, { { 0x74, 0x9B, 0x89 }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" }, @@ -25181,6 +25293,7 @@ { { 0x74, 0xDA, 0xDA }, "DLinkInterna", "D-Link International" }, { { 0x74, 0xDA, 0xEA }, "TexasInstrum", "Texas Instruments" }, { { 0x74, 0xDB, 0xD1 }, "Ebay", "Ebay Inc" }, + { { 0x74, 0xDC, 0x13 }, "TelinkMicro", "Telink Micro LLC" }, { { 0x74, 0xDD, 0xCB }, "ChinaLeadshi", "China Leadshine Technology Co.,Ltd" }, { { 0x74, 0xDE, 0x2B }, "LiteonTechno", "Liteon Technology Corporation" }, { { 0x74, 0xDF, 0xBF }, "LiteonTechno", "Liteon Technology Corporation" }, @@ -25458,6 +25571,7 @@ { { 0x78, 0x75, 0x3E }, "Apple", "Apple, Inc." }, { { 0x78, 0x76, 0x89 }, "eero", "eero inc." }, { { 0x78, 0x76, 0xD9 }, "EXARAGroup", "EXARA Group" }, + { { 0x78, 0x78, 0x71 }, "TexasInstrum", "Texas Instruments" }, { { 0x78, 0x79, 0x84 }, "Apple", "Apple, Inc." }, { { 0x78, 0x7A, 0x6F }, "JuiceTechnol", "Juice Technology AG" }, { { 0x78, 0x7B, 0x8A }, "Apple", "Apple, Inc." }, @@ -25614,6 +25728,7 @@ { { 0x78, 0xD2, 0x94 }, "Netgear", "Netgear" }, { { 0x78, 0xD3, 0x47 }, "Ericsson", "Ericsson AB" }, { { 0x78, 0xD3, 0x4F }, "PaceOMatic", "Pace-O-Matic, Inc." }, + { { 0x78, 0xD3, 0x66 }, "GuangZhouDaz", "GuangZhou Dazzleview Intelligent Technology Co., Ltd" }, { { 0x78, 0xD3, 0x8D }, "HongkongYunl", "Hongkong Yunlink Technology Limited" }, { { 0x78, 0xD3, 0xED }, "Norma", "Norma" }, { { 0x78, 0xD5, 0xB5 }, "NavielektroK", "Navielektro Ky" }, @@ -25840,6 +25955,7 @@ { { 0x7C, 0x61, 0x30 }, "Apple", "Apple, Inc." }, { { 0x7C, 0x61, 0x66 }, "AmazonTechno", "Amazon Technologies Inc." }, { { 0x7C, 0x61, 0x93 }, "HTC", "HTC Corporation" }, + { { 0x7C, 0x62, 0xE7 }, "Cisco", "Cisco Systems, Inc" }, { { 0x7C, 0x63, 0x05 }, "AmazonTechno", "Amazon Technologies Inc." }, { { 0x7C, 0x64, 0x56 }, "SamsungElect", "Samsung Electronics Co.,Ltd" }, { { 0x7C, 0x64, 0x6C }, "LGElectronic", "LG Electronics" }, @@ -25974,6 +26090,7 @@ { { 0x7C, 0xB3, 0x0A }, "zte", "zte corporation" }, { { 0x7C, 0xB3, 0x53 }, "Cisco", "Cisco Systems, Inc" }, { { 0x7C, 0xB3, 0x7B }, "QingdaoIntel", "Qingdao Intelligent&Precise Electronics Co.,Ltd." }, + { { 0x7C, 0xB4, 0x0F }, "FibocomWirel", "Fibocom Wireless Inc." }, { { 0x7C, 0xB5, 0x42 }, "ACESTechnolo", "ACES Technology" }, { { 0x7C, 0xB5, 0x66 }, "Intel", "Intel Corporate" }, { { 0x7C, 0xB5, 0x9B }, "TpLinkTechno", "Tp-Link Technologies Co.,Ltd." }, @@ -26030,6 +26147,7 @@ { { 0x7C, 0xCC, 0xFC }, "QuectelWirel", "Quectel Wireless Solutions Co.,Ltd." }, { { 0x7C, 0xCD, 0x11 }, "MSMagnet", "MS-Magnet" }, { { 0x7C, 0xCD, 0x3C }, "GuangzhouJuz", "Guangzhou Juzing Technology Co., Ltd" }, + { { 0x7C, 0xCF, 0x0F }, "LCFCElectron", "LCFC(Hefei) Electronics Technology co., ltd" }, { { 0x7C, 0xCF, 0x4E }, "FineTriumphT", "Fine Triumph Technology Corp.,Ltd." }, { { 0x7C, 0xCF, 0xCF }, "SEARIIntelli", "Shanghai SEARI Intelligent System Co., Ltd" }, { { 0x7C, 0xD1, 0xAD }, "Apple", "Apple, Inc." }, @@ -26313,6 +26431,7 @@ { { 0x80, 0x79, 0x33 }, "AigentecTech", "Aigentec Technology(Zhejiang) Co., Ltd." }, { { 0x80, 0x79, 0x5D }, "Infinixmobil", "Infinix mobility limited" }, { { 0x80, 0x79, 0xAE }, "ShanDongTecs", "ShanDong Tecsunrise Co.,Ltd" }, + { { 0x80, 0x79, 0xEF }, "SubZeroGroup", "Sub-Zero Group, Inc." }, { { 0x80, 0x7A, 0x7F }, "ABBGenwayXia", "ABB Genway Xiamen Electrical Equipment CO., LTD" }, { { 0x80, 0x7A, 0xBF }, "HTC", "HTC Corporation" }, { { 0x80, 0x7B, 0x1E }, "CorsairMemor", "Corsair Memory, Inc." }, @@ -26403,6 +26522,7 @@ { { 0x80, 0xB3, 0x2A }, "UKGridSoluti", "UK Grid Solutions Ltd" }, { { 0x80, 0xB5, 0x4E }, "Espressif", "Espressif Inc." }, { { 0x80, 0xB5, 0x75 }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" }, + { { 0x80, 0xB5, 0xC6 }, "OMRON", "OMRON Corporation" }, { { 0x80, 0xB6, 0x24 }, "Ivs", "Ivs" }, { { 0x80, 0xB6, 0x55 }, "Intel", "Intel Corporate" }, { { 0x80, 0xB6, 0x86 }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" }, @@ -26424,8 +26544,10 @@ { { 0x80, 0xBF, 0x21 }, "vivoMobileCo", "vivo Mobile Communication Co., Ltd." }, { { 0x80, 0xC0, 0x1E }, "Intel", "Intel Corporate" }, { { 0x80, 0xC1, 0x6E }, "HewlettPacka", "Hewlett Packard" }, + { { 0x80, 0xC2, 0xF0 }, "XiamenYeasta", "Xiamen Yeastar Digital Technology Co.,Ltd" }, { { 0x80, 0xC3, 0xBA }, "SonovaConsum", "Sonova Consumer Hearing GmbH" }, { { 0x80, 0xC4, 0x1B }, "TexasInstrum", "Texas Instruments" }, + { { 0x80, 0xC4, 0x29 }, "RenesasElect", "Renesas Electronics Operations Services Limited" }, { { 0x80, 0xC4, 0x5D }, "IPGLaser", "IPG Laser GmbH" }, { { 0x80, 0xC5, 0x01 }, "OctoGateITSe", "OctoGate IT Security Systems GmbH" }, { { 0x80, 0xC5, 0x48 }, "ZoweeTechnol", "Shenzhen Zowee Technology Co.,Ltd" }, @@ -26480,6 +26602,7 @@ { { 0x80, 0xE6, 0x50 }, "Apple", "Apple, Inc." }, { { 0x80, 0xE7, 0x69 }, "RealmeChongq", "Realme Chongqing Mobile Telecommunications Corp.,Ltd." }, { { 0x80, 0xE8, 0x2C }, "HewlettPacka", "Hewlett Packard" }, + { { 0x80, 0xE8, 0x69 }, "AltoBeam", "AltoBeam Inc." }, { { 0x80, 0xE8, 0x6F }, "Cisco", "Cisco Systems, Inc" }, { { 0x80, 0xE9, 0x4A }, "LEAPSsro", "LEAPS s.r.o." }, { { 0x80, 0xEA, 0x07 }, "TpLinkTechno", "Tp-Link Technologies Co.,Ltd." }, @@ -26555,6 +26678,7 @@ { { 0x84, 0x1B, 0x5E }, "Netgear", "Netgear" }, { { 0x84, 0x1B, 0x77 }, "Intel", "Intel Corporate" }, { { 0x84, 0x1C, 0x70 }, "zte", "zte corporation" }, + { { 0x84, 0x1D, 0xE8 }, "CJintelligen", "CJ intelligent technology LTD." }, { { 0x84, 0x1E, 0x26 }, "KERNELI", "KERNEL-I Co.,LTD" }, { { 0x84, 0x1E, 0xA3 }, "SagemcomBroa", "Sagemcom Broadband SAS" }, { { 0x84, 0x1F, 0xE8 }, "Espressif", "Espressif Inc." }, @@ -26633,6 +26757,7 @@ { { 0x84, 0x4D, 0x4C }, "Adtran", "Adtran Inc" }, { { 0x84, 0x4D, 0xBE }, "FiberhomeTel", "Fiberhome Telecommunication Technologies Co.,LTD" }, { { 0x84, 0x4F, 0x03 }, "AblelinkElec", "Ablelink Electronics Ltd" }, + { { 0x84, 0x50, 0x29 }, "AristaNetwor", "Arista Networks" }, { { 0x84, 0x50, 0x75 }, "HuaweiDevice", "Huawei Device Co., Ltd." }, { { 0x84, 0x50, 0x9A }, "EasySoftTV", "Easy Soft TV Co., Ltd" }, { { 0x84, 0x51, 0x81 }, "SamsungElect", "Samsung Electronics Co.,Ltd" }, @@ -26696,6 +26821,7 @@ { { 0x84, 0x7B, 0x57 }, "Intel", "Intel Corporate" }, { { 0x84, 0x7B, 0xEB }, "Dell", "Dell Inc." }, { { 0x84, 0x7C, 0x9B }, "GDMideaAirCo", "GD Midea Air-Conditioning Equipment Co.,Ltd." }, + { { 0x84, 0x7C, 0xEE }, "Cisco", "Cisco Systems, Inc" }, { { 0x84, 0x7D, 0x50 }, "HolleyMeteri", "Holley Metering Limited" }, { { 0x84, 0x7E, 0x40 }, "TexasInstrum", "Texas Instruments" }, { { 0x84, 0x7F, 0x3D }, "IntegratedDe", "Integrated Device Technology (Malaysia) Sdn. Bhd." }, @@ -26811,6 +26937,7 @@ { { 0x84, 0xC2, 0xE4 }, "JiangsuQinhe", "Jiangsu Qinheng Co., Ltd." }, { { 0x84, 0xC3, 0xE8 }, "Vaillant", "Vaillant GmbH" }, { { 0x84, 0xC5, 0xA6 }, "Intel", "Intel Corporate" }, + { { 0x84, 0xC6, 0x65 }, "TaicangT&WEl", "Taicang T&W Electronics" }, { { 0x84, 0xC6, 0x92 }, "TexasInstrum", "Texas Instruments" }, { { 0x84, 0xC7, 0x27 }, "Gnodal", "Gnodal Ltd" }, { { 0x84, 0xC7, 0x8F }, "APSNetworks", "APS Networks GmbH" }, @@ -26911,6 +27038,7 @@ { { 0x84, 0xFE, 0x9E }, "RTCIndustrie", "RTC Industries, Inc." }, { { 0x84, 0xFE, 0xDC }, "BorqsBeijing", "Borqs Beijing Ltd." }, { { 0x84, 0xFF, 0xC2 }, "Cisco", "Cisco Systems, Inc" }, + { { 0x88, 0x00, 0xC6 }, "SichuanTiany", "Sichuan Tianyi Comheart Telecom Co.,LTD" }, { { 0x88, 0x01, 0x0C }, "SichuanTiany", "Sichuan Tianyi Comheart Telecom Co.,LTD" }, { { 0x88, 0x01, 0x18 }, "BLT", "BLT Co" }, { { 0x88, 0x01, 0xF2 }, "VitecSystemE", "Vitec System Engineering Inc." }, @@ -27093,6 +27221,7 @@ { { 0x88, 0x6E, 0xEB }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" }, { { 0x88, 0x6F, 0x29 }, "PocketbookIn", "Pocketbook International SA" }, { { 0x88, 0x6F, 0xD4 }, "Dell", "Dell Inc." }, + { { 0x88, 0x70, 0x15 }, "Apple", "Apple, Inc." }, { { 0x88, 0x70, 0x33 }, "SilanMicroel", "Hangzhou Silan Microelectronic Inc" }, { { 0x88, 0x70, 0x8C }, "LenovoMobile", "Lenovo Mobile Communication Technology Ltd." }, { { 0x88, 0x70, 0xEF }, "SCProfession", "SC Professional Trading Co., Ltd." }, @@ -27111,7 +27240,9 @@ { { 0x88, 0x7A, 0x31 }, "VelankaniEle", "Velankani Electronics Pvt. Ltd." }, { { 0x88, 0x7A, 0xBC }, "Cisco", "Cisco Systems, Inc" }, { { 0x88, 0x7B, 0x2C }, "zte", "zte corporation" }, + { { 0x88, 0x7C, 0xC1 }, "ZebronicsInd", "Zebronics India Pvt Ltd" }, { { 0x88, 0x7E, 0x25 }, "ExtremeNetwo", "Extreme Networks Headquarters" }, + { { 0x88, 0x7E, 0x9B }, "Apple", "Apple, Inc." }, { { 0x88, 0x7F, 0x03 }, "ComperTechno", "Comper Technology Investment Limited" }, { { 0x88, 0x7F, 0xD5 }, "zte", "zte corporation" }, { { 0x88, 0x81, 0x87 }, "UmeoxInnovat", "Umeox Innovations Co.,Ltd" }, @@ -27210,6 +27341,7 @@ { { 0x88, 0xB8, 0xD0 }, "DongguanKopp", "Dongguan Koppo Electronic Co.,Ltd" }, { { 0x88, 0xB9, 0x45 }, "Apple", "Apple, Inc." }, { { 0x88, 0xB9, 0x51 }, "XiaomiCommun", "Xiaomi Communications Co Ltd" }, + { { 0x88, 0xBA, 0x74 }, "SiliconLabor", "Silicon Laboratories" }, { { 0x88, 0xBA, 0x7F }, "Qfiednet", "Qfiednet Co., Ltd." }, { { 0x88, 0xBC, 0xAC }, "ZebraTechnol", "Zebra Technologies Inc." }, { { 0x88, 0xBC, 0xC1 }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" }, @@ -27220,6 +27352,7 @@ { { 0x88, 0xBF, 0xD5 }, "SimpleAudio", "Simple Audio Ltd" }, { { 0x88, 0xBF, 0xE4 }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" }, { { 0x88, 0xC0, 0x8B }, "Apple", "Apple, Inc." }, + { { 0x88, 0xC0, 0x93 }, "Gigamedia", "Gigamedia" }, { { 0x88, 0xC1, 0x74 }, "zte", "zte corporation" }, { { 0x88, 0xC2, 0x27 }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" }, { { 0x88, 0xC2, 0x42 }, "Poynt", "Poynt Co." }, @@ -27308,6 +27441,7 @@ { { 0x88, 0xFC, 0x5D }, "Cisco", "Cisco Systems, Inc" }, { { 0x88, 0xFC, 0xA6 }, "devolo", "devolo AG" }, { { 0x88, 0xFD, 0x15 }, "Lineeye", "Lineeye Co., Ltd" }, + { { 0x88, 0xFE, 0xB6 }, "AskeyCompute", "Askey Computer Corp" }, { { 0x88, 0xFE, 0xD6 }, "WangYongSoft", "ShangHai WangYong Software Co., Ltd." }, { { 0x8A, 0x00, 0xB0 }, "EoptolinkTec", "Eoptolink Technology Inc. Ltd," }, { { 0x8A, 0x07, 0x75 }, "HorysTechnol", "Horys Technologies Llc" }, @@ -27349,6 +27483,7 @@ { { 0x8C, 0x0E, 0x60 }, "NanjingJupli", "Nanjing Juplink Intelligent Technologies Co., Ltd." }, { { 0x8C, 0x0E, 0xE3 }, "OppoMobileTe", "Guangdong Oppo Mobile Telecommunications Corp.,Ltd" }, { { 0x8C, 0x0F, 0x6F }, "Pegatron", "Pegatron Corporation" }, + { { 0x8C, 0x0F, 0x7E }, "TCLKingElect", "TCL King Electrical Appliances(Huizhou)Co.,Ltd" }, { { 0x8C, 0x0F, 0x83 }, "AngieHospita", "Angie Hospitality LLC" }, { { 0x8C, 0x0F, 0xA0 }, "disoric", "di-soric GmbH & Co. KG" }, { { 0x8C, 0x0F, 0xC9 }, "HuaweiDevice", "Huawei Device Co., Ltd." }, @@ -27387,6 +27522,7 @@ { { 0x8C, 0x29, 0x37 }, "Apple", "Apple, Inc." }, { { 0x8C, 0x2A, 0x85 }, "AmazonTechno", "Amazon Technologies Inc." }, { { 0x8C, 0x2A, 0x8E }, "DongGuanRama", "DongGuan Ramaxel Memory Technology" }, + { { 0x8C, 0x2A, 0xC1 }, "GsdVietNamTe", "Gsd Viet Nam Technology Company Limited" }, { { 0x8C, 0x2D, 0xAA }, "Apple", "Apple, Inc." }, { { 0x8C, 0x2E, 0x72 }, "SamsungElect", "Samsung Electronics Co.,Ltd" }, { { 0x8C, 0x2F, 0x39 }, "IBADosimetry", "IBA Dosimetry GmbH" }, @@ -27403,6 +27539,7 @@ { { 0x8C, 0x35, 0x79 }, "QDIQOSp", "QDIQO Sp. z o.o." }, { { 0x8C, 0x35, 0x92 }, "GuangzhouShi", "Guangzhou Shiyuan Electronic Technology Company Limited" }, { { 0x8C, 0x36, 0x7A }, "PaloAltoNetw", "Palo Alto Networks" }, + { { 0x8C, 0x37, 0xB7 }, "HosinGlobalE", "Hosin Global Electronics Co.,Ltd" }, { { 0x8C, 0x39, 0x5C }, "Bit4id", "Bit4id Srl" }, { { 0x8C, 0x3A, 0x7E }, "UniversalEle", "Universal Electronics, Inc." }, { { 0x8C, 0x3A, 0xE3 }, "LGElectronic", "LG Electronics (Mobile Communications)" }, @@ -27436,6 +27573,7 @@ { { 0x8C, 0x4D, 0xB9 }, "Unmonday", "Unmonday Ltd" }, { { 0x8C, 0x4D, 0xEA }, "Cerio", "Cerio Corporation" }, { { 0x8C, 0x4E, 0x46 }, "MotorolaMobi", "Motorola Mobility LLC, a Lenovo Company" }, + { { 0x8C, 0x4E, 0xBB }, "AmazonTechno", "Amazon Technologies Inc." }, { { 0x8C, 0x4F, 0x00 }, "Espressif", "Espressif Inc." }, { { 0x8C, 0x50, 0x1A }, "Private", "Private" }, { { 0x8C, 0x51, 0x05 }, "ireadygoInfo", "Shenzhen ireadygo Information Technology CO.,LTD." }, @@ -27488,6 +27626,7 @@ { { 0x8C, 0x68, 0x3A }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" }, { { 0x8C, 0x68, 0x78 }, "NortekAS", "Nortek-AS" }, { { 0x8C, 0x68, 0xC8 }, "zte", "zte corporation" }, + { { 0x8C, 0x69, 0x14 }, "FreeboxSas", "Freebox Sas" }, { { 0x8C, 0x6A, 0x3B }, "SamsungElect", "Samsung Electronics Co.,Ltd" }, { { 0x8C, 0x6A, 0x8D }, "VantivaUSA", "Vantiva USA LLC" }, { { 0x8C, 0x6A, 0xE4 }, "Viogem", "Viogem Limited" }, @@ -27556,6 +27695,7 @@ { { 0x8C, 0x8B, 0x48 }, "SiliconLabor", "Silicon Laboratories" }, { { 0x8C, 0x8B, 0x5B }, "WNC", "WNC Corporation" }, { { 0x8C, 0x8B, 0x83 }, "TexasInstrum", "Texas Instruments" }, + { { 0x8C, 0x8C, 0x29 }, "Espressif", "Espressif Inc." }, { { 0x8C, 0x8C, 0xAA }, "LCFCElectron", "LCFC(Hefei) Electronics Technology co., ltd" }, { { 0x8C, 0x8D, 0x28 }, "Intel", "Intel Corporate" }, { { 0x8C, 0x8E, 0x0D }, "zte", "zte corporation" }, @@ -27578,6 +27718,7 @@ { { 0x8C, 0x94, 0x6A }, "NewH3CTechno", "New H3C Technologies Co., Ltd" }, { { 0x8C, 0x94, 0xCC }, "Sfr", "Sfr" }, { { 0x8C, 0x94, 0xCF }, "EncellTechno", "Encell Technology, Inc." }, + { { 0x8C, 0x94, 0xDF }, "Espressif", "Espressif Inc." }, { { 0x8C, 0x96, 0x5F }, "ShandongZhon", "Shandong Zhongan Technology Co., Ltd." }, { { 0x8C, 0x96, 0xA5 }, "NewH3CTechno", "New H3C Technologies Co., Ltd" }, { { 0x8C, 0x97, 0xEA }, "FreeboxSas", "Freebox Sas" }, @@ -27649,6 +27790,7 @@ { { 0x8C, 0xCF, 0x09 }, "DellEMC", "Dell EMC" }, { { 0x8C, 0xCF, 0x5C }, "BEFEGA", "BEFEGA GmbH" }, { { 0x8C, 0xCF, 0x8F }, "ITC", "ITC Systems" }, + { { 0x8C, 0xD0, 0x66 }, "TexasInstrum", "Texas Instruments" }, { { 0x8C, 0xD0, 0x8B }, "WuXiRigosysT", "WuXi Rigosys Technology Co.,LTD" }, { { 0x8C, 0xD0, 0xB2 }, "XiaomiMobile", "Beijing Xiaomi Mobile Software Co., Ltd" }, { { 0x8C, 0xD1, 0x7B }, "CGMobile", "CG Mobile" }, @@ -27743,6 +27885,7 @@ { { 0x90, 0x0A, 0x39 }, "Wiio", "Wiio, Inc." }, { { 0x90, 0x0A, 0x3A }, "PSGPlasticSe", "PSG Plastic Service GmbH" }, { { 0x90, 0x0A, 0x62 }, "InventusPowe", "Inventus Power Eletronica do Brasil LTDA" }, + { { 0x90, 0x0A, 0x75 }, "NewH3CTechno", "New H3C Technologies Co., Ltd" }, { { 0x90, 0x0A, 0x84 }, "MellanoxTech", "Mellanox Technologies, Inc." }, { { 0x90, 0x0B, 0xC1 }, "SprocommTech", "Sprocomm Technologies CO.,Ltd" }, { { 0x90, 0x0C, 0xB4 }, "AlinketElect", "Alinket Electronic Technology Co., Ltd" }, @@ -27845,6 +27988,7 @@ { { 0x90, 0x47, 0x16 }, "Rorze", "Rorze Corporation" }, { { 0x90, 0x47, 0x3C }, "ChinaMobileG", "China Mobile Group Device Co.,Ltd." }, { { 0x90, 0x47, 0x48 }, "SonyInteract", "Sony Interactive Entertainment Inc." }, + { { 0x90, 0x47, 0xC2 }, "Intel", "Intel Corporate" }, { { 0x90, 0x48, 0x46 }, "TexasInstrum", "Texas Instruments" }, { { 0x90, 0x48, 0x6C }, "Ring", "Ring LLC" }, { { 0x90, 0x48, 0x9A }, "HonHaiPrecis", "Hon Hai Precision Ind. Co.,Ltd." }, @@ -27905,7 +28049,7 @@ { { 0x90, 0x6D, 0x62 }, "CambiumNetwo", "Cambium Networks Limited" }, { { 0x90, 0x6D, 0xC8 }, "DLGAutomação", "DLG Automação Industrial Ltda" }, { { 0x90, 0x6E, 0xBB }, "HonHaiPrecis", "Hon Hai Precision Ind. Co.,Ltd." }, - { { 0x90, 0x6F, 0x18 }, "Private", "Private" }, + { { 0x90, 0x6F, 0x18 }, "Afero", "Afero, Inc." }, { { 0x90, 0x6F, 0xA7 }, "FunshionOnli", "Funshion Online Technologies Co.,Ltd" }, { { 0x90, 0x6F, 0xA9 }, "NanjingPutia", "Nanjing Putian Telecommunications Technology Co.,Ltd." }, { { 0x90, 0x70, 0x25 }, "GareaMicrosy", "Garea Microsys Co.,Ltd." }, @@ -28028,6 +28172,7 @@ { { 0x90, 0xB1, 0x1C }, "Dell", "Dell Inc." }, { { 0x90, 0xB1, 0x34 }, "Commscope", "Commscope" }, { { 0x90, 0xB1, 0x44 }, "SamsungElect", "Samsung Electronics Co.,Ltd" }, + { { 0x90, 0xB1, 0x76 }, "Intel", "Intel Corporate" }, { { 0x90, 0xB1, 0xE0 }, "NebulaLinkTe", "Beijing Nebula Link Technology Co., Ltd" }, { { 0x90, 0xB2, 0x1F }, "Apple", "Apple, Inc." }, { { 0x90, 0xB4, 0xDD }, "ZptR&D", "Zpt R&D" }, @@ -28087,6 +28232,7 @@ { { 0x90, 0xDB, 0x46 }, "ELeadElectro", "E-Lead Electronic Co., Ltd" }, { { 0x90, 0xDD, 0x5D }, "Apple", "Apple, Inc." }, { { 0x90, 0xDE, 0x80 }, "CenturyXinya", "Shenzhen Century Xinyang Technology Co., Ltd" }, + { { 0x90, 0xDF, 0x06 }, "Ciena", "Ciena Corporation" }, { { 0x90, 0xDF, 0x7D }, "RealmeChongq", "Realme Chongqing Mobile Telecommunications Corp.,Ltd." }, { { 0x90, 0xDF, 0xB7 }, "smssmartmicr", "s.m.s smart microwave sensors GmbH" }, { { 0x90, 0xDF, 0xFB }, "Homerider", "Homerider Systems" }, @@ -28179,6 +28325,7 @@ { { 0x94, 0x0E, 0xE7 }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" }, { { 0x94, 0x10, 0x3E }, "BelkinIntern", "Belkin International Inc." }, { { 0x94, 0x10, 0x42 }, "FanoxElectro", "Fanox Electronic S.L." }, + { { 0x94, 0x10, 0x5A }, "Dell", "Dell Inc." }, { { 0x94, 0x11, 0xDA }, "ITFFröschl", "ITF Fröschl GmbH" }, { { 0x94, 0x14, 0x57 }, "SundrayTechn", "Shenzhen Sundray Technologies company Limited" }, { { 0x94, 0x14, 0x7A }, "vivoMobileCo", "vivo Mobile Communication Co., Ltd." }, @@ -28372,6 +28519,7 @@ { { 0x94, 0x9B, 0x2C }, "ExtremeNetwo", "Extreme Networks Headquarters" }, { { 0x94, 0x9B, 0xFD }, "TransNewTech", "Trans New Technology, Inc." }, { { 0x94, 0x9C, 0x55 }, "AltaDataTech", "Alta Data Technologies" }, + { { 0x94, 0x9C, 0xBE }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" }, { { 0x94, 0x9D, 0x57 }, "PanasonicdoB", "Panasonic do Brasil Limitada" }, { { 0x94, 0x9F, 0x3E }, "Sonos", "Sonos, Inc." }, { { 0x94, 0x9F, 0x3F }, "OptekDigital", "Optek Digital Technology company limited" }, @@ -28404,7 +28552,7 @@ { { 0x94, 0xAC, 0xCA }, "trivumtechno", "trivum technologies GmbH" }, { { 0x94, 0xAD, 0x23 }, "Apple", "Apple, Inc." }, { { 0x94, 0xAE, 0x61 }, "AlcatelLucen", "Alcatel Lucent" }, - { { 0x94, 0xAE, 0xE3 }, "BeldenHirsch", "Belden Hirschmann Industries (Suzhou) Ltd." }, + { { 0x94, 0xAE, 0xE3 }, "BeldenHirsch", "Belden Hirschmann industries (Suzhou) Limited" }, { { 0x94, 0xAE, 0xF0 }, "Cisco", "Cisco Systems, Inc" }, { { 0x94, 0xB0, 0x1F }, "Apple", "Apple, Inc." }, { { 0x94, 0xB1, 0x0A }, "SamsungElect", "Samsung Electronics Co.,Ltd" }, @@ -28573,6 +28721,7 @@ { { 0x98, 0x03, 0xA0 }, "ABBPowerQual", "ABB n.v. Power Quality Products" }, { { 0x98, 0x03, 0xCF }, "BilianElectr", "Shenzhen Bilian Electronic Co.,Ltd" }, { { 0x98, 0x03, 0xD8 }, "Apple", "Apple, Inc." }, + { { 0x98, 0x04, 0x5F }, "HuaweiDevice", "Huawei Device Co., Ltd." }, { { 0x98, 0x06, 0x3A }, "HomeControlS", "Home Control Singapore Pte Ltd" }, { { 0x98, 0x06, 0x3C }, "SamsungElect", "Samsung Electronics Co.,Ltd" }, { { 0x98, 0x07, 0x09 }, "HuaweiDevice", "Huawei Device Co., Ltd." }, @@ -28804,6 +28953,7 @@ { { 0x98, 0xA1, 0x4A }, "QuectelWirel", "Quectel Wireless Solutions Co.,Ltd." }, { { 0x98, 0xA2, 0xC0 }, "Cisco", "Cisco Systems, Inc" }, { { 0x98, 0xA3, 0x16 }, "Espressif", "Espressif Inc." }, + { { 0x98, 0xA3, 0x75 }, "HuaweiDevice", "Huawei Device Co., Ltd." }, { { 0x98, 0xA4, 0x04 }, "Ericsson", "Ericsson AB" }, { { 0x98, 0xA4, 0x0E }, "Snap", "Snap, Inc." }, { { 0x98, 0xA4, 0x4E }, "IECTechnolog", "IEC Technologies S. de R.L de C.V." }, @@ -28909,6 +29059,7 @@ { { 0x98, 0xEE, 0x94 }, "XiaomiCommun", "Xiaomi Communications Co Ltd" }, { { 0x98, 0xEE, 0xCB }, "WistronInfoc", "Wistron Infocomm (Zhongshan) Corporation" }, { { 0x98, 0xEF, 0x9B }, "Ohsung", "Ohsung" }, + { { 0x98, 0xF0, 0x4C }, "Cisco", "Cisco Systems, Inc" }, { { 0x98, 0xF0, 0x58 }, "LynxspringIn", "Lynxspring, Incl." }, { { 0x98, 0xF0, 0x7B }, "TexasInstrum", "Texas Instruments" }, { { 0x98, 0xF0, 0x83 }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" }, @@ -29050,6 +29201,7 @@ { { 0x9C, 0x44, 0xA6 }, "SwiftTest", "SwiftTest, Inc." }, { { 0x9C, 0x45, 0x63 }, "DIMEPSistema", "DIMEP Sistemas" }, { { 0x9C, 0x45, 0xF0 }, "SkylarkElect", "Skylark Electronics Pvt Ltd" }, + { { 0x9C, 0x47, 0x11 }, "AcctonTechno", "Accton Technology Corporation" }, { { 0x9C, 0x47, 0x82 }, "TpLinkTechno", "Tp-Link Technologies Co.,Ltd." }, { { 0x9C, 0x47, 0xF4 }, "Nokia", "Nokia" }, { { 0x9C, 0x47, 0xF9 }, "LJUAutomatis", "LJU Automatisierungstechnik GmbH" }, @@ -29194,6 +29346,7 @@ { { 0x9C, 0x96, 0x13 }, "LenovoFuture", "Lenovo Future Communication Technology (Chongqing) Company Limited" }, { { 0x9C, 0x97, 0x1B }, "Intel", "Intel Corporate" }, { { 0x9C, 0x97, 0x26 }, "VantivaTechn", "Vantiva Technologies Belgium" }, + { { 0x9C, 0x97, 0x74 }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" }, { { 0x9C, 0x97, 0x89 }, "1More", "1More" }, { { 0x9C, 0x97, 0x93 }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" }, { { 0x9C, 0x98, 0x11 }, "GuangzhouSun", "Guangzhou Sunrise Electronics Development Co., Ltd" }, @@ -29343,6 +29496,7 @@ { { 0x9C, 0xF9, 0x38 }, "AREVANP", "AREVA NP GmbH" }, { { 0x9C, 0xFA, 0x3C }, "DaeyoungElec", "Daeyoung Electronics" }, { { 0x9C, 0xFA, 0x76 }, "Apple", "Apple, Inc." }, + { { 0x9C, 0xFA, 0x96 }, "T3Technology", "T3 Technology Co., Ltd." }, { { 0x9C, 0xFB, 0x77 }, "OppoMobileTe", "Guangdong Oppo Mobile Telecommunications Corp.,Ltd" }, { { 0x9C, 0xFB, 0xD5 }, "vivoMobileCo", "vivo Mobile Communication Co., Ltd." }, { { 0x9C, 0xFB, 0xF1 }, "MESOMATIC", "MESOMATIC GmbH & Co.KG" }, @@ -29407,6 +29561,7 @@ { { 0xA0, 0x24, 0x42 }, "ShenzhenshiX", "Shenzhenshi Xinzhongxin Technology Co.Ltd" }, { { 0xA0, 0x24, 0xF9 }, "InnovaTestTe", "Chengdu InnovaTest Technology Co., Ltd" }, { { 0xA0, 0x25, 0xD7 }, "HewlettPacka", "Hewlett Packard Enterprise" }, + { { 0xA0, 0x26, 0x05 }, "BeldenHirsch", "Belden Hirschmann industries (Suzhou) Limited" }, { { 0xA0, 0x27, 0xB6 }, "SamsungElect", "Samsung Electronics Co.,Ltd" }, { { 0xA0, 0x28, 0x84 }, "GarminIntern", "Garmin International" }, { { 0xA0, 0x28, 0xED }, "HMDGlobal", "HMD Global Oy" }, @@ -29761,7 +29916,7 @@ { { 0xA4, 0x01, 0xDE }, "SercommPhili", "Sercomm Philippines Inc" }, { { 0xA4, 0x02, 0xB7 }, "AmazonTechno", "Amazon Technologies Inc." }, { { 0xA4, 0x02, 0xB9 }, "Intel", "Intel Corporate" }, - { { 0xA4, 0x04, 0x50 }, "nForeTechnol", "nFore Technology Inc." }, + { { 0xA4, 0x04, 0x50 }, "nForeTechnol", "nFore Technology Co., Ltd." }, { { 0xA4, 0x05, 0x6E }, "Tiinlab", "Tiinlab Corporation" }, { { 0xA4, 0x05, 0x9E }, "STAInfinityL", "STA Infinity LLP" }, { { 0xA4, 0x05, 0xD6 }, "Commscope", "Commscope" }, @@ -29769,6 +29924,7 @@ { { 0xA4, 0x06, 0xE9 }, "TexasInstrum", "Texas Instruments" }, { { 0xA4, 0x07, 0xB6 }, "SamsungElect", "Samsung Electronics Co.,Ltd" }, { { 0xA4, 0x08, 0x01 }, "AmazonTechno", "Amazon Technologies Inc." }, + { { 0xA4, 0x08, 0x53 }, "NokiaSolutio", "Nokia Solutions and Networks India Private Limited" }, { { 0xA4, 0x08, 0xEA }, "MurataManufa", "Murata Manufacturing Co., Ltd." }, { { 0xA4, 0x08, 0xF5 }, "SagemcomBroa", "Sagemcom Broadband SAS" }, { { 0xA4, 0x09, 0x87 }, "Apple", "Apple, Inc." }, @@ -29800,7 +29956,7 @@ { { 0xA4, 0x17, 0x8B }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" }, { { 0xA4, 0x17, 0x91 }, "DecntaTechno", "Shenzhen Decnta Technology Co.,LTD." }, { { 0xA4, 0x18, 0x75 }, "Cisco", "Cisco Systems, Inc" }, - { { 0xA4, 0x18, 0x94 }, "BoschSecurit", "Bosch Security Systems B.V." }, + { { 0xA4, 0x18, 0x94 }, "Iqsight", "Iqsight B.V." }, { { 0xA4, 0x19, 0x08 }, "FiberhomeTel", "Fiberhome Telecommunication Technologies Co.,LTD" }, { { 0xA4, 0x1A, 0x3A }, "TpLinkTechno", "Tp-Link Technologies Co.,Ltd." }, { { 0xA4, 0x1A, 0x6E }, "zte", "zte corporation" }, @@ -29897,6 +30053,7 @@ { { 0xA4, 0x56, 0xCC }, "VantivaUSA", "Vantiva USA LLC" }, { { 0xA4, 0x57, 0xA0 }, "SAMJIN", "SAMJIN Co., Ltd." }, { { 0xA4, 0x58, 0x02 }, "ShinIlTech", "Shin-Il Tech" }, + { { 0xA4, 0x59, 0xBF }, "SiliconLabor", "Silicon Laboratories" }, { { 0xA4, 0x5A, 0x1C }, "smartelectro", "smart-electronic GmbH" }, { { 0xA4, 0x5C, 0x25 }, "TexasInstrum", "Texas Instruments" }, { { 0xA4, 0x5C, 0x27 }, "Nintendo", "Nintendo Co., Ltd." }, @@ -29909,6 +30066,7 @@ { { 0xA4, 0x5F, 0xB9 }, "DreamBigSemi", "DreamBig Semiconductor, Inc." }, { { 0xA4, 0x60, 0x11 }, "Verifone", "Verifone, Inc." }, { { 0xA4, 0x60, 0x32 }, "MRVCommunica", "MRV Communications (Networks) LTD" }, + { { 0xA4, 0x61, 0x77 }, "Amosense", "Amosense" }, { { 0xA4, 0x61, 0x85 }, "ToolsforHuma", "Tools for Humanity Corporation" }, { { 0xA4, 0x61, 0x91 }, "NamJunSa", "NamJunSa" }, { { 0xA4, 0x62, 0xDF }, "DSGlobal", "DS Global. Co., LTD" }, @@ -30016,6 +30174,7 @@ { { 0xA4, 0xA4, 0xD3 }, "BluebankComm", "Bluebank Communication Technology Co.Ltd" }, { { 0xA4, 0xA5, 0x28 }, "SichuanTiany", "Sichuan Tianyi Comheart Telecom Co.,LTD" }, { { 0xA4, 0xA5, 0x84 }, "Cisco", "Cisco Systems, Inc" }, + { { 0xA4, 0xA6, 0x4E }, "MellanoxTech", "Mellanox Technologies, Inc." }, { { 0xA4, 0xA6, 0xA9 }, "Private", "Private" }, { { 0xA4, 0xA8, 0x0F }, "CoshipElectr", "Shenzhen Coship Electronics Co., Ltd." }, { { 0xA4, 0xA9, 0x30 }, "XiaomiMobile", "Beijing Xiaomi Mobile Software Co., Ltd" }, @@ -30080,6 +30239,7 @@ { { 0xA4, 0xC7, 0xF6 }, "ExtremeNetwo", "Extreme Networks Headquarters" }, { { 0xA4, 0xC9, 0x39 }, "OppoMobileTe", "Guangdong Oppo Mobile Telecommunications Corp.,Ltd" }, { { 0xA4, 0xCA, 0xA0 }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" }, + { { 0xA4, 0xCB, 0x8F }, "Espressif", "Espressif Inc." }, { { 0xA4, 0xCC, 0x32 }, "Inficomm", "Inficomm Co., Ltd" }, { { 0xA4, 0xCC, 0xB3 }, "XiaomiCommun", "Xiaomi Communications Co Ltd" }, { { 0xA4, 0xCC, 0xB9 }, "RealmeChongq", "Realme Chongqing Mobile Telecommunications Corp.,Ltd." }, @@ -30160,6 +30320,7 @@ { { 0xA4, 0xF6, 0xE8 }, "Apple", "Apple, Inc." }, { { 0xA4, 0xF7, 0xD0 }, "LANAccessori", "LAN Accessories Co., Ltd." }, { { 0xA4, 0xF8, 0x41 }, "Apple", "Apple, Inc." }, + { { 0xA4, 0xF8, 0xFF }, "Ubiquiti", "Ubiquiti Inc" }, { { 0xA4, 0xF9, 0x21 }, "Apple", "Apple, Inc." }, { { 0xA4, 0xF9, 0x33 }, "Intel", "Intel Corporate" }, { { 0xA4, 0xF9, 0xE4 }, "AirVineScien", "AirVine Scientific, Inc." }, @@ -30308,10 +30469,12 @@ { { 0xA8, 0x5E, 0x45 }, "ASUSTekCOMPU", "ASUSTek COMPUTER INC." }, { { 0xA8, 0x5E, 0xE4 }, "12SidedTechn", "12Sided Technology, LLC" }, { { 0xA8, 0x5E, 0xF2 }, "TecnoMobile", "Tecno Mobile Limited" }, + { { 0xA8, 0x5F, 0x61 }, "Apple", "Apple, Inc." }, { { 0xA8, 0x60, 0xB6 }, "Apple", "Apple, Inc." }, { { 0xA8, 0x61, 0x0A }, "Arduino", "Arduino Ag" }, { { 0xA8, 0x61, 0xAA }, "Cloudview", "Cloudview Limited" }, { { 0xA8, 0x61, 0xDF }, "ChinaMobileG", "China Mobile Group Device Co.,Ltd." }, + { { 0xA8, 0x61, 0xEC }, "TexasInstrum", "Texas Instruments" }, { { 0xA8, 0x62, 0xA2 }, "Jiwumedia", "Jiwumedia Co., Ltd." }, { { 0xA8, 0x63, 0x08 }, "Avutec", "Avutec" }, { { 0xA8, 0x63, 0x7D }, "DLinkInterna", "D-Link International" }, @@ -30339,6 +30502,7 @@ { { 0xA8, 0x70, 0x5D }, "Commscope", "Commscope" }, { { 0xA8, 0x70, 0xA5 }, "UniComm", "UniComm Inc." }, { { 0xA8, 0x71, 0x16 }, "EardaTechnol", "Earda Technologies co Ltd" }, + { { 0xA8, 0x72, 0x4D }, "Intel", "Intel Corporate" }, { { 0xA8, 0x72, 0x7E }, "WISDRIAutoma", "WISDRI (wuhan) Automation Company Limited" }, { { 0xA8, 0x72, 0x85 }, "Idt", "Idt, Inc." }, { { 0xA8, 0x74, 0x1D }, "PhoenixConta", "Phoenix Contact GmbH & Co. KG" }, @@ -30468,6 +30632,7 @@ { { 0xA8, 0xC9, 0x8A }, "NewH3CTechno", "New H3C Technologies Co., Ltd" }, { { 0xA8, 0xCA, 0x77 }, "AmazonTechno", "Amazon Technologies Inc." }, { { 0xA8, 0xCA, 0x7B }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" }, + { { 0xA8, 0xCA, 0x87 }, "ZhejiangDahu", "Zhejiang Dahua Zhilian Co.,Ltd" }, { { 0xA8, 0xCA, 0xB9 }, "SamsungElect", "Samsung Electro Mechanics Co., Ltd." }, { { 0xA8, 0xCB, 0x95 }, "EastBest", "East Best Co., Ltd." }, { { 0xA8, 0xCC, 0x6F }, "HMDGlobal", "HMD Global Oy" }, @@ -31044,6 +31209,7 @@ { { 0xB0, 0x35, 0x8D }, "Nokia", "Nokia Corporation" }, { { 0xB0, 0x35, 0x9F }, "Intel", "Intel Corporate" }, { { 0xB0, 0x35, 0xB5 }, "Apple", "Apple, Inc." }, + { { 0xB0, 0x37, 0x31 }, "FujianStarNe", "Fujian Star-Net Communication Co.,Ltd" }, { { 0xB0, 0x37, 0x95 }, "LGElectronic", "LG Electronics" }, { { 0xB0, 0x38, 0x29 }, "SiliconwareP", "Siliconware Precision Industries Co., Ltd." }, { { 0xB0, 0x38, 0x50 }, "NanjingCASZD", "Nanjing CAS-ZDC IOT SYSTEM CO.,LTD" }, @@ -31145,6 +31311,7 @@ { { 0xB0, 0x79, 0x08 }, "CummingsEngi", "Cummings Engineering" }, { { 0xB0, 0x79, 0x3C }, "Revolv", "Revolv Inc" }, { { 0xB0, 0x79, 0x94 }, "MotorolaMobi", "Motorola Mobility LLC, a Lenovo Company" }, + { { 0xB0, 0x7A, 0x16 }, "Roehn", "Roehn" }, { { 0xB0, 0x7A, 0xDF }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" }, { { 0xB0, 0x7B, 0x25 }, "Dell", "Dell Inc." }, { { 0xB0, 0x7C, 0x51 }, "RuckusWirele", "Ruckus Wireless" }, @@ -31174,6 +31341,7 @@ { { 0xB0, 0x8B, 0xCF }, "Cisco", "Cisco Systems, Inc" }, { { 0xB0, 0x8B, 0xD0 }, "Cisco", "Cisco Systems, Inc" }, { { 0xB0, 0x8C, 0x75 }, "Apple", "Apple, Inc." }, + { { 0xB0, 0x8C, 0xB3 }, "FNLINKTECHNO", "FN-LINK TECHNOLOGY Ltd." }, { { 0xB0, 0x8D, 0x57 }, "Cisco", "Cisco Systems, Inc" }, { { 0xB0, 0x8E, 0x1A }, "URadio", "URadio Systems Co., Ltd" }, { { 0xB0, 0x90, 0x74 }, "FulanElectro", "Fulan Electronics Limited" }, @@ -31185,6 +31353,7 @@ { { 0xB0, 0x92, 0x00 }, "Apple", "Apple, Inc." }, { { 0xB0, 0x92, 0x4A }, "SagemcomBroa", "Sagemcom Broadband SAS" }, { { 0xB0, 0x93, 0x5B }, "Commscope", "Commscope" }, + { { 0xB0, 0x95, 0x01 }, "EMMicroelect", "EM Microelectronic" }, { { 0xB0, 0x95, 0x75 }, "TpLinkTechno", "Tp-Link Technologies Co.,Ltd." }, { { 0xB0, 0x95, 0x8E }, "TpLinkTechno", "Tp-Link Technologies Co.,Ltd." }, { { 0xB0, 0x96, 0x6C }, "LanbowanTech", "Lanbowan Technology Ltd." }, @@ -31479,6 +31648,7 @@ { { 0xB4, 0x52, 0x7E }, "Sony", "Sony Corporation" }, { { 0xB4, 0x52, 0xA9 }, "TexasInstrum", "Texas Instruments" }, { { 0xB4, 0x54, 0x59 }, "ChinaMobileI", "China Mobile (Hangzhou) Information Technology Co., Ltd." }, + { { 0xB4, 0x54, 0xF2 }, "HuaweiDevice", "Huawei Device Co., Ltd." }, { { 0xB4, 0x55, 0x70 }, "Borea", "Borea" }, { { 0xB4, 0x55, 0x75 }, "Apple", "Apple, Inc." }, { { 0xB4, 0x56, 0x5D }, "ChipseaTechn", "Chipsea Technologies (Shenzhen) Corp." }, @@ -31559,6 +31729,7 @@ { { 0xB4, 0x8A, 0x5F }, "JuniperNetwo", "Juniper Networks" }, { { 0xB4, 0x8B, 0x19 }, "Apple", "Apple, Inc." }, { { 0xB4, 0x8C, 0x9D }, "AzureWaveTec", "AzureWave Technology Inc." }, + { { 0xB4, 0x91, 0x07 }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" }, { { 0xB4, 0x92, 0xFE }, "AristaNetwor", "Arista Network, Inc." }, { { 0xB4, 0x94, 0x4E }, "WeTelecom", "WeTelecom Co., Ltd." }, { { 0xB4, 0x96, 0x91 }, "Intel", "Intel Corporate" }, @@ -31634,6 +31805,7 @@ { { 0xB4, 0xBC, 0x7C }, "TexasInstrum", "Texas Instruments" }, { { 0xB4, 0xBF, 0xE9 }, "Espressif", "Espressif Inc." }, { { 0xB4, 0xBF, 0xF6 }, "SamsungElect", "Samsung Electronics Co.,Ltd" }, + { { 0xB4, 0xC0, 0xC3 }, "TPLink", "TP-Link Systems Inc." }, { { 0xB4, 0xC0, 0xF5 }, "TINNOMobileT", "Shenzhen TINNO Mobile Technology Corp." }, { { 0xB4, 0xC1, 0x70 }, "YichipMicroe", "Yi chip Microelectronics (Hangzhou) Co., Ltd" }, { { 0xB4, 0xC2, 0x6A }, "GarminIntern", "Garmin International" }, @@ -31775,6 +31947,7 @@ { { 0xB8, 0x19, 0x99 }, "Nesys", "Nesys" }, { { 0xB8, 0x1D, 0x1F }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" }, { { 0xB8, 0x1D, 0xAA }, "LGElectronic", "LG Electronics (Mobile Communications)" }, + { { 0xB8, 0x1E, 0x0B }, "ExtremeNetwo", "Extreme Networks Headquarters" }, { { 0xB8, 0x1E, 0x61 }, "TellescomInd", "Tellescom Industria E Comercio Em Telecomunicacao" }, { { 0xB8, 0x1E, 0x9E }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" }, { { 0xB8, 0x1E, 0xA4 }, "LiteonTechno", "Liteon Technology Corporation" }, @@ -31855,6 +32028,7 @@ { { 0xB8, 0x53, 0x84 }, "XiaomiCommun", "Xiaomi Communications Co Ltd" }, { { 0xB8, 0x53, 0xAC }, "Apple", "Apple, Inc." }, { { 0xB8, 0x55, 0x10 }, "ZioncomElect", "Zioncom Electronics (Shenzhen) Ltd." }, + { { 0xB8, 0x55, 0xEA }, "YantaiJahpor", "Yantai Jahport Electronic Technology Co., Ltd." }, { { 0xB8, 0x56, 0x00 }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" }, { { 0xB8, 0x56, 0xBD }, "Itt", "Itt Llc" }, { { 0xB8, 0x57, 0x76 }, "lignex1", "lignex1" }, @@ -31901,6 +32075,7 @@ { { 0xB8, 0x70, 0xF4 }, "CompalInform", "Compal Information (Kunshan) Co., Ltd." }, { { 0xB8, 0x74, 0x24 }, "ViessmannEle", "Viessmann Elektronik GmbH" }, { { 0xB8, 0x74, 0x47 }, "ConvergenceT", "Convergence Technologies" }, + { { 0xB8, 0x75, 0x2E }, "HuaweiDevice", "Huawei Device Co., Ltd." }, { { 0xB8, 0x75, 0xC0 }, "PayPal", "PayPal, Inc." }, { { 0xB8, 0x76, 0x3F }, "HonHaiPrecis", "Hon Hai Precision Ind. Co.,Ltd." }, { { 0xB8, 0x77, 0xC3 }, "METERGroup", "METER Group" }, @@ -31929,6 +32104,7 @@ { { 0xB8, 0x86, 0x87 }, "LiteonTechno", "Liteon Technology Corporation" }, { { 0xB8, 0x87, 0x1E }, "GoodMindIndu", "Good Mind Industries Co., Ltd." }, { { 0xB8, 0x87, 0x6E }, "IntertechSer", "Intertech Services AG" }, + { { 0xB8, 0x87, 0x88 }, "HP", "HP Inc." }, { { 0xB8, 0x87, 0xA8 }, "StepAheadInn", "Step Ahead Innovations Inc." }, { { 0xB8, 0x87, 0xC6 }, "PrudentialTe", "Prudential Technology co.,LTD" }, { { 0xB8, 0x88, 0x80 }, "ImilabTechno", "Shanghai Imilab Technology Co.Ltd" }, @@ -32052,7 +32228,9 @@ { { 0xB8, 0xCA, 0x3A }, "Dell", "Dell Inc." }, { { 0xB8, 0xCB, 0x29 }, "Dell", "Dell Inc." }, { { 0xB8, 0xCB, 0x93 }, "IcBossComTec", "Ic Boss.Com Tech Inc" }, + { { 0xB8, 0xCC, 0x38 }, "YinwangIntel", "Shenzhen Yinwang Intelligent Technologies Co., Ltd." }, { { 0xB8, 0xCC, 0x5F }, "iCommSemicon", "Shenzhen iComm Semiconductor CO.,LTD" }, + { { 0xB8, 0xCD, 0x58 }, "SuperElectro", "Shenzhen SuperElectron Technology Co.,Ltd." }, { { 0xB8, 0xCD, 0x93 }, "Penetek", "Penetek, Inc" }, { { 0xB8, 0xCD, 0xA7 }, "MaxelerTechn", "Maxeler Technologies Ltd." }, { { 0xB8, 0xCE, 0xED }, "Broadcom", "Broadcom" }, @@ -32152,6 +32330,7 @@ { { 0xBA, 0xF2, 0x1C }, "IsoTc22Sc31", "Iso/Tc22/Sc31" }, { { 0xBA, 0xFE, 0x3A }, "Denso", "Denso Corporation" }, { { 0xBC, 0x00, 0x04 }, "FiberhomeTel", "Fiberhome Telecommunication Technologies Co.,LTD" }, + { { 0xBC, 0x00, 0x23 }, "HonorDevice", "Honor Device Co., Ltd." }, { { 0xBC, 0x02, 0x00 }, "StewartAudio", "Stewart Audio" }, { { 0xBC, 0x02, 0x4A }, "HMDGlobal", "HMD Global Oy" }, { { 0xBC, 0x02, 0x6E }, "SiliconLabor", "Silicon Laboratories" }, @@ -32340,6 +32519,7 @@ { { 0xBC, 0x73, 0xA4 }, "AndaTelecom", "Anda Telecom Pvt Ltd" }, { { 0xBC, 0x74, 0x4B }, "Nintendo", "Nintendo Co.,Ltd" }, { { 0xBC, 0x74, 0xD7 }, "JuRuTechnolo", "HangZhou JuRu Technology CO.,LTD" }, + { { 0xBC, 0x74, 0xEA }, "Apple", "Apple, Inc." }, { { 0xBC, 0x75, 0x36 }, "Alpsalpine", "Alpsalpine Co,.Ltd" }, { { 0xBC, 0x75, 0x74 }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" }, { { 0xBC, 0x75, 0x96 }, "BroadwitTech", "Beijing Broadwit Technology Co., Ltd." }, @@ -32382,6 +32562,7 @@ { { 0xBC, 0x8C, 0xCD }, "SamsungElect", "Samsung Electro-Mechanics(Thailand)" }, { { 0xBC, 0x8D, 0x0E }, "Nokia", "Nokia" }, { { 0xBC, 0x8D, 0x1F }, "Cisco", "Cisco Systems, Inc" }, + { { 0xBC, 0x8D, 0x2D }, "FiberhomeTel", "Fiberhome Telecommunication Technologies Co.,LTD" }, { { 0xBC, 0x8D, 0x7E }, "SiliconLabor", "Silicon Laboratories" }, { { 0xBC, 0x90, 0x3A }, "RobertBosch", "Robert Bosch GmbH" }, { { 0xBC, 0x91, 0xB5 }, "Infinixmobil", "Infinix mobility limited" }, @@ -32404,6 +32585,7 @@ { { 0xBC, 0x9B, 0x5E }, "HikvisionDig", "Hangzhou Hikvision Digital Technology Co.,Ltd." }, { { 0xBC, 0x9B, 0x68 }, "VantivaUSA", "Vantiva USA LLC" }, { { 0xBC, 0x9C, 0x31 }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" }, + { { 0xBC, 0x9C, 0x8D }, "RuckusWirele", "Ruckus Wireless" }, { { 0xBC, 0x9C, 0xC5 }, "HuafeiTechno", "Beijing Huafei Technology Co., Ltd." }, { { 0xBC, 0x9D, 0x37 }, "TelinkMicro", "Telink Micro LLC" }, { { 0xBC, 0x9D, 0x42 }, "RfLinkTechno", "Shenzhen Rf-Link Technology Co.,Ltd." }, @@ -32607,6 +32789,7 @@ { { 0xC0, 0x2C, 0x5C }, "Apple", "Apple, Inc." }, { { 0xC0, 0x2C, 0x7A }, "HornAudio", "Shenzhen Horn Audio Co.,Ltd." }, { { 0xC0, 0x2C, 0xED }, "SiliconLabor", "Silicon Laboratories" }, + { { 0xC0, 0x2D, 0x10 }, "MohanElectro", "Mohan Electronics And Systems" }, { { 0xC0, 0x2D, 0x2E }, "ChinaMobileG", "China Mobile Group Device Co.,Ltd." }, { { 0xC0, 0x2D, 0xEE }, "Cuff", "Cuff" }, { { 0xC0, 0x2E, 0x1D }, "NokiaSolutio", "Nokia Solutions and Networks GmbH & Co. KG" }, @@ -32614,6 +32797,7 @@ { { 0xC0, 0x2E, 0x26 }, "iRhythmTechn", "iRhythm Technologies, Inc." }, { { 0xC0, 0x2E, 0x5F }, "ZyxelCommuni", "Zyxel Communications Corporation" }, { { 0xC0, 0x2E, 0xDF }, "AltoBeam", "AltoBeam Inc." }, + { { 0xC0, 0x2F, 0xCD }, "OppoMobileTe", "Guangdong Oppo Mobile Telecommunications Corp.,Ltd" }, { { 0xC0, 0x2F, 0xF1 }, "VoltaNetwork", "Volta Networks" }, { { 0xC0, 0x33, 0x5E }, "Microsoft", "Microsoft" }, { { 0xC0, 0x33, 0x79 }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" }, @@ -32629,6 +32813,7 @@ { { 0xC0, 0x38, 0xF9 }, "NokiaDanmark", "Nokia Danmark A/S" }, { { 0xC0, 0x39, 0x37 }, "GreeElectric", "Gree Electric Appliances, Inc. Of Zhuhai" }, { { 0xC0, 0x39, 0x5A }, "ZhejiangDahu", "Zhejiang Dahua Technology Co., Ltd." }, + { { 0xC0, 0x3A, 0x55 }, "TPLink", "TP-Link Systems Inc." }, { { 0xC0, 0x3B, 0x8F }, "MinicomDigit", "Minicom Digital Signage" }, { { 0xC0, 0x3C, 0x04 }, "SagemcomBroa", "Sagemcom Broadband SAS" }, { { 0xC0, 0x3C, 0x59 }, "Intel", "Intel Corporate" }, @@ -32682,6 +32867,7 @@ { { 0xC0, 0x57, 0xBC }, "Avaya", "Avaya Inc" }, { { 0xC0, 0x58, 0xA7 }, "Pico", "Pico Systems Co., Ltd." }, { { 0xC0, 0x5B, 0x44 }, "XiaomiMobile", "Beijing Xiaomi Mobile Software Co., Ltd" }, + { { 0xC0, 0x5B, 0xBD }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" }, { { 0xC0, 0x5D, 0x39 }, "JiangsuHuito", "Jiangsu Huitong Group Co.,Ltd." }, { { 0xC0, 0x5D, 0x89 }, "Espressif", "Espressif Inc." }, { { 0xC0, 0x5E, 0x6F }, "VStonkausfir", "V. Stonkaus firma \"Kodinis Raktas\"" }, @@ -32992,6 +33178,7 @@ { { 0xC4, 0x2B, 0x44 }, "HuaweiDevice", "Huawei Device Co., Ltd." }, { { 0xC4, 0x2C, 0x03 }, "Apple", "Apple, Inc." }, { { 0xC4, 0x2C, 0x4F }, "QingdaoHisen", "Qingdao Hisense Mobile Communication Technology Co,Ltd" }, + { { 0xC4, 0x2C, 0x7B }, "VietnamPostA", "Vietnam Post And Telecommunication Industry Technology Join Stock Company" }, { { 0xC4, 0x2F, 0x90 }, "HikvisionDig", "Hangzhou Hikvision Digital Technology Co.,Ltd." }, { { 0xC4, 0x30, 0x18 }, "MCSLogic", "MCS Logic Inc." }, { { 0xC4, 0x30, 0xCA }, "SDBiosensor", "SD Biosensor" }, @@ -33129,6 +33316,7 @@ { { 0xC4, 0x7B, 0x2F }, "JoinHopeImag", "Beijing JoinHope Image Technology Ltd." }, { { 0xC4, 0x7B, 0x80 }, "Protempis", "Protempis, LLC" }, { { 0xC4, 0x7B, 0xA3 }, "NAVIS", "NAVIS Inc." }, + { { 0xC4, 0x7B, 0xE3 }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" }, { { 0xC4, 0x7D, 0x46 }, "Fujitsu", "Fujitsu Limited" }, { { 0xC4, 0x7D, 0x4F }, "Cisco", "Cisco Systems, Inc" }, { { 0xC4, 0x7D, 0x9F }, "SamsungElect", "Samsung Electronics Co.,Ltd" }, @@ -33144,6 +33332,7 @@ { { 0xC4, 0x82, 0xE1 }, "TuyaSmart", "Tuya Smart Inc." }, { { 0xC4, 0x83, 0x6F }, "Ciena", "Ciena Corporation" }, { { 0xC4, 0x84, 0x66 }, "Apple", "Apple, Inc." }, + { { 0xC4, 0x84, 0xC0 }, "MotorolaMobi", "Motorola Mobility LLC, a Lenovo Company" }, { { 0xC4, 0x84, 0xFC }, "Apple", "Apple, Inc." }, { { 0xC4, 0x85, 0x08 }, "Intel", "Intel Corporate" }, { { 0xC4, 0x86, 0x4F }, "BitIntellige", "Beijing BitIntelligence Information Technology Co. Ltd." }, @@ -33316,6 +33505,7 @@ { { 0xC4, 0xF1, 0x74 }, "eero", "eero inc." }, { { 0xC4, 0xF1, 0xD1 }, "SogouTechnol", "Beijing Sogou Technology Development Co., Ltd." }, { { 0xC4, 0xF3, 0x12 }, "TexasInstrum", "Texas Instruments" }, + { { 0xC4, 0xF4, 0x45 }, "Apple", "Apple, Inc." }, { { 0xC4, 0xF4, 0x64 }, "Spicainterna", "Spica international" }, { { 0xC4, 0xF5, 0x7C }, "BrocadeCommu", "Brocade Communications Systems LLC" }, { { 0xC4, 0xF5, 0xA5 }, "Kumalift", "Kumalift Co., Ltd." }, @@ -33828,6 +34018,7 @@ { { 0xCC, 0x34, 0xD7 }, "Gewiss", "Gewiss S.P.A." }, { { 0xCC, 0x35, 0x40 }, "VantivaUSA", "Vantiva USA LLC" }, { { 0xCC, 0x35, 0x5A }, "SecuGen", "SecuGen Corporation" }, + { { 0xCC, 0x35, 0xD9 }, "Ubiquiti", "Ubiquiti Inc" }, { { 0xCC, 0x36, 0xBB }, "SiliconLabor", "Silicon Laboratories" }, { { 0xCC, 0x36, 0xCF }, "Cisco", "Cisco Systems, Inc" }, { { 0xCC, 0x37, 0xAB }, "EdgecoreNetw", "Edgecore Networks Corporation" }, @@ -33888,6 +34079,7 @@ { { 0xCC, 0x55, 0xAD }, "Rim", "Rim" }, { { 0xCC, 0x57, 0x63 }, "PanasonicAut", "Panasonic Automotive Systems Co.,Ltd" }, { { 0xCC, 0x58, 0x30 }, "SagemcomBroa", "Sagemcom Broadband SAS" }, + { { 0xCC, 0x58, 0xC7 }, "Nokia", "Nokia" }, { { 0xCC, 0x59, 0x3E }, "SensiumHealt", "Sensium Healthcare Limited" }, { { 0xCC, 0x5A, 0x53 }, "Cisco", "Cisco Systems, Inc" }, { { 0xCC, 0x5B, 0x31 }, "Nintendo", "Nintendo Co.,Ltd" }, @@ -34033,6 +34225,7 @@ { { 0xCC, 0xB5, 0xD1 }, "XiaomiMobile", "Beijing Xiaomi Mobile Software Co., Ltd" }, { { 0xCC, 0xB6, 0x91 }, "NECMagnusCom", "NECMagnusCommunications" }, { { 0xCC, 0xB6, 0xC8 }, "Cisco", "Cisco Systems, Inc" }, + { { 0xCC, 0xB7, 0x75 }, "HuaweiDevice", "Huawei Device Co., Ltd." }, { { 0xCC, 0xB7, 0x77 }, "zte", "zte corporation" }, { { 0xCC, 0xB7, 0xC4 }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" }, { { 0xCC, 0xB8, 0x5E }, "PhatenTech", "Shenzhen Phaten Tech. LTD" }, @@ -34048,6 +34241,7 @@ { { 0xCC, 0xBD, 0x35 }, "Steinel", "Steinel GmbH" }, { { 0xCC, 0xBD, 0xD3 }, "Ultimaker", "Ultimaker B.V." }, { { 0xCC, 0xBE, 0x59 }, "Calix", "Calix Inc." }, + { { 0xCC, 0xBE, 0x61 }, "Apple", "Apple, Inc." }, { { 0xCC, 0xBE, 0x71 }, "OptiLogix", "OptiLogix BV" }, { { 0xCC, 0xBF, 0x0C }, "FendaTechnol", "Shenzhen Fenda Technology Co., Ltd" }, { { 0xCC, 0xC0, 0x79 }, "MurataManufa", "Murata Manufacturing Co., Ltd." }, @@ -34056,6 +34250,7 @@ { { 0xCC, 0xC3, 0xEA }, "MotorolaMobi", "Motorola Mobility LLC, a Lenovo Company" }, { { 0xCC, 0xC4, 0xB2 }, "TrolinkTechn", "Shenzhen Trolink Technology Co.,LTD" }, { { 0xCC, 0xC5, 0x0A }, "DajiahaoTech", "Shenzhen Dajiahao Technology Co.,Ltd" }, + { { 0xCC, 0xC5, 0x30 }, "AzureWaveTec", "AzureWave Technology Inc." }, { { 0xCC, 0xC5, 0xE5 }, "Dell", "Dell Inc." }, { { 0xCC, 0xC5, 0xEF }, "CoCommServic", "Co-Comm Servicios Telecomunicaciones S.L." }, { { 0xCC, 0xC6, 0x2B }, "Tri", "Tri-Systems Corporation" }, @@ -34358,6 +34553,7 @@ { { 0xD0, 0x8B, 0x7E }, "PassifSemico", "Passif Semiconductor" }, { { 0xD0, 0x8C, 0xB5 }, "TexasInstrum", "Texas Instruments" }, { { 0xD0, 0x8C, 0xFF }, "Upwis", "Upwis Ab" }, + { { 0xD0, 0x8E, 0x17 }, "AcctonTechno", "Accton Technology Corporation" }, { { 0xD0, 0x8E, 0x79 }, "Dell", "Dell Inc." }, { { 0xD0, 0x91, 0x68 }, "ChuangweiRgb", "Shenzhen Chuangwei-Rgb Electronics Co.,Ltd" }, { { 0xD0, 0x92, 0x00 }, "FiRaConsorti", "FiRa Consortium" }, @@ -34434,6 +34630,7 @@ { { 0xD0, 0xC6, 0x37 }, "Intel", "Intel Corporate" }, { { 0xD0, 0xC6, 0x5B }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" }, { { 0xD0, 0xC6, 0x7F }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" }, + { { 0xD0, 0xC6, 0xBE }, "HPROVideo", "HPRO-Video" }, { { 0xD0, 0xC7, 0x30 }, "zte", "zte corporation" }, { { 0xD0, 0xC7, 0x89 }, "Cisco", "Cisco Systems, Inc" }, { { 0xD0, 0xC7, 0xC0 }, "TpLinkTechno", "Tp-Link Technologies Co.,Ltd." }, @@ -34742,6 +34939,7 @@ { { 0xD4, 0x88, 0x3F }, "Hdpro", "Hdpro Co., Ltd." }, { { 0xD4, 0x88, 0x66 }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" }, { { 0xD4, 0x88, 0x90 }, "SamsungElect", "Samsung Electronics Co.,Ltd" }, + { { 0xD4, 0x89, 0xC1 }, "Ubiquiti", "Ubiquiti Inc" }, { { 0xD4, 0x8A, 0x39 }, "SamsungElect", "Samsung Electronics Co.,Ltd" }, { { 0xD4, 0x8A, 0x3B }, "HunanFnLinkT", "Hunan Fn-Link Technology Limited" }, { { 0xD4, 0x8A, 0xFC }, "Espressif", "Espressif Inc." }, @@ -34858,6 +35056,7 @@ { { 0xD4, 0xCA, 0x6E }, "ublox", "u-blox AG" }, { { 0xD4, 0xCB, 0xAF }, "Nokia", "Nokia Corporation" }, { { 0xD4, 0xCB, 0xCC }, "vivoMobileCo", "vivo Mobile Communication Co., Ltd." }, + { { 0xD4, 0xCE, 0x40 }, "Apple", "Apple, Inc." }, { { 0xD4, 0xCE, 0xB8 }, "Enatel", "Enatel LTD" }, { { 0xD4, 0xCF, 0x37 }, "SymbolicIO", "Symbolic IO" }, { { 0xD4, 0xCF, 0xF9 }, "SEIRobotics", "Shenzhen SEI Robotics Co.,Ltd" }, @@ -35094,6 +35293,7 @@ { { 0xD8, 0x59, 0x82 }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" }, { { 0xD8, 0x5A, 0x49 }, "INGCHIPSTech", "INGCHIPS Technology Co., Ltd" }, { { 0xD8, 0x5B, 0x22 }, "HohunetTechn", "Shenzhen Hohunet Technology Co., Ltd" }, + { { 0xD8, 0x5B, 0x27 }, "WNC", "WNC Corporation" }, { { 0xD8, 0x5B, 0x2A }, "SamsungElect", "Samsung Electronics Co.,Ltd" }, { { 0xD8, 0x5D, 0x4C }, "TpLinkTechno", "Tp-Link Technologies Co.,Ltd." }, { { 0xD8, 0x5D, 0x84 }, "CAxsoft", "CAx soft GmbH" }, @@ -35398,6 +35598,7 @@ { { 0xDC, 0x10, 0x57 }, "Apple", "Apple, Inc." }, { { 0xDC, 0x12, 0x1D }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" }, { { 0xDC, 0x15, 0x2D }, "ChinaMobileG", "China Mobile Group Device Co.,Ltd." }, + { { 0xDC, 0x15, 0x5C }, "AnntecTechno", "Anntec (Beijing) Technology Co.,Ltd." }, { { 0xDC, 0x15, 0xC8 }, "AVMAudiovisu", "AVM Audiovisuelles Marketing und Computersysteme GmbH" }, { { 0xDC, 0x15, 0xDB }, "GeRuiliIntel", "Ge Ruili Intelligent Technology ( Beijing ) Co., Ltd." }, { { 0xDC, 0x16, 0xA2 }, "MedtronicDia", "Medtronic Diabetes" }, @@ -35500,6 +35701,7 @@ { { 0xDC, 0x57, 0x26 }, "PowerOne", "Power-One" }, { { 0xDC, 0x57, 0x5C }, "PRElectronic", "PR Electronics A/S" }, { { 0xDC, 0x58, 0xBC }, "ThomasKrenn", "Thomas-Krenn.AG" }, + { { 0xDC, 0x5D, 0x31 }, "ItelMobile", "Itel Mobile Limited" }, { { 0xDC, 0x5E, 0x36 }, "PatersonTech", "Paterson Technology" }, { { 0xDC, 0x60, 0xA1 }, "TeledyneDALS", "Teledyne DALSA Professional Imaging" }, { { 0xDC, 0x61, 0x80 }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" }, @@ -35517,6 +35719,7 @@ { { 0xDC, 0x68, 0x80 }, "zte", "zte corporation" }, { { 0xDC, 0x68, 0xEB }, "Nintendo", "Nintendo Co.,Ltd" }, { { 0xDC, 0x69, 0xB5 }, "eero", "eero inc." }, + { { 0xDC, 0x69, 0xCC }, "LGInnotek", "LG Innotek" }, { { 0xDC, 0x69, 0xE2 }, "SamsungElect", "Samsung Electronics Co.,Ltd" }, { { 0xDC, 0x6A, 0xE7 }, "XiaomiCommun", "Xiaomi Communications Co Ltd" }, { { 0xDC, 0x6A, 0xEA }, "Infinixmobil", "Infinix mobility limited" }, @@ -35545,6 +35748,7 @@ { { 0xDC, 0x7B, 0x94 }, "Cisco", "Cisco Systems, Inc" }, { { 0xDC, 0x7C, 0xF7 }, "ChinaMobileG", "China Mobile Group Device Co.,Ltd." }, { { 0xDC, 0x7E, 0x1D }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" }, + { { 0xDC, 0x7E, 0xF5 }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" }, { { 0xDC, 0x7F, 0xA4 }, "2Wire", "2Wire Inc" }, { { 0xDC, 0x80, 0x84 }, "Apple", "Apple, Inc." }, { { 0xDC, 0x81, 0x3D }, "XiangchengCo", "Shanghai Xiangcheng Communication Technology Co., Ltd" }, @@ -35628,6 +35832,7 @@ { { 0xDC, 0xB1, 0x31 }, "HuaruianTech", "Shenzhen Huaruian Technology Co.,Ltd" }, { { 0xDC, 0xB3, 0x47 }, "FastTechnolo", "Shenzhen Fast Technologies Co.,Ltd" }, { { 0xDC, 0xB3, 0xB4 }, "HoneywellEnv", "Honeywell Environmental & Combustion Controls (Tianjin) Co., Ltd." }, + { { 0xDC, 0xB4, 0x3F }, "eero", "eero inc." }, { { 0xDC, 0xB4, 0xAC }, "FlextronicsM", "Flextronics Manufacturing(Zhuhai)Co.,Ltd." }, { { 0xDC, 0xB4, 0xC4 }, "MicrosoftXCG", "Microsoft XCG" }, { { 0xDC, 0xB4, 0xCA }, "OppoMobileTe", "Guangdong Oppo Mobile Telecommunications Corp.,Ltd" }, @@ -35697,6 +35902,7 @@ { { 0xDC, 0xDD, 0x24 }, "EnergicaMoto", "Energica Motor Company SpA" }, { { 0xDC, 0xDE, 0x4F }, "GioneeCommun", "Gionee Communication Equipment Co Ltd" }, { { 0xDC, 0xDE, 0xCA }, "Akyllor", "Akyllor" }, + { { 0xDC, 0xDE, 0xE3 }, "TexasInstrum", "Texas Instruments" }, { { 0xDC, 0xDF, 0xD6 }, "zte", "zte corporation" }, { { 0xDC, 0xE0, 0x26 }, "PatrolTag", "Patrol Tag, Inc" }, { { 0xDC, 0xE0, 0xEB }, "NanjingAozhe", "Nanjing Aozheng Information Technology Co.Ltd" }, @@ -35729,6 +35935,7 @@ { { 0xDC, 0xF0, 0x90 }, "NubiaTechnol", "Nubia Technology Co.,Ltd." }, { { 0xDC, 0xF1, 0x10 }, "Nokia", "Nokia Corporation" }, { { 0xDC, 0xF3, 0x1C }, "TexasInstrum", "Texas Instruments" }, + { { 0xDC, 0xF3, 0x4C }, "PtHanSungEle", "Pt Han Sung Electoronics Indonesia" }, { { 0xDC, 0xF4, 0x01 }, "Dell", "Dell Inc." }, { { 0xDC, 0xF4, 0xCA }, "Apple", "Apple, Inc." }, { { 0xDC, 0xF5, 0x05 }, "AzureWaveTec", "AzureWave Technology Inc." }, @@ -35977,6 +36184,7 @@ { { 0xE0, 0x9C, 0x8D }, "Seakeeper", "Seakeeper, Inc." }, { { 0xE0, 0x9C, 0xE5 }, "TricheerTech", "Shanghai Tricheer Technology Co.,Ltd." }, { { 0xE0, 0x9D, 0x13 }, "SamsungElect", "Samsung Electronics Co.,Ltd" }, + { { 0xE0, 0x9D, 0x1E }, "zte", "zte corporation" }, { { 0xE0, 0x9D, 0x31 }, "Intel", "Intel Corporate" }, { { 0xE0, 0x9D, 0x73 }, "MellanoxTech", "Mellanox Technologies, Inc." }, { { 0xE0, 0x9D, 0xB8 }, "PlanexCommun", "Planex Communications Inc." }, @@ -36146,6 +36354,7 @@ { { 0xE4, 0x04, 0x39 }, "TomTomSoftwa", "TomTom Software Ltd" }, { { 0xE4, 0x05, 0xF8 }, "Bytedance", "Bytedance" }, { { 0xE4, 0x06, 0xBF }, "SiliconLabor", "Silicon Laboratories" }, + { { 0xE4, 0x06, 0xE0 }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" }, { { 0xE4, 0x07, 0x2B }, "HuaweiDevice", "Huawei Device Co., Ltd." }, { { 0xE4, 0x08, 0xE7 }, "QuectelWirel", "Quectel Wireless Solutions Co.,Ltd." }, { { 0xE4, 0x0A, 0x16 }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" }, @@ -36307,6 +36516,7 @@ { { 0xE4, 0x6F, 0x13 }, "DLinkInterna", "D-Link International" }, { { 0xE4, 0x70, 0xB8 }, "Intel", "Intel Corporate" }, { { 0xE4, 0x71, 0x85 }, "Securifi", "Securifi Ltd" }, + { { 0xE4, 0x72, 0x9D }, "NokiaShangha", "Nokia Shanghai Bell Co., Ltd." }, { { 0xE4, 0x72, 0xE2 }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" }, { { 0xE4, 0x73, 0x05 }, "INVTElectric", "Shenzhen INVT Electric CO.,Ltd" }, { { 0xE4, 0x73, 0x19 }, "HuaweiDevice", "Huawei Device Co., Ltd." }, @@ -36515,6 +36725,7 @@ { { 0xE4, 0xFD, 0xA1 }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" }, { { 0xE4, 0xFE, 0x43 }, "XiaomiMobile", "Beijing Xiaomi Mobile Software Co., Ltd" }, { { 0xE4, 0xFE, 0xD9 }, "EDMIEurope", "EDMI Europe Ltd" }, + { { 0xE4, 0xFE, 0xE4 }, "Ciena", "Ciena Corporation" }, { { 0xE4, 0xFF, 0xDD }, "ElectronIndi", "Electron India" }, { { 0xE8, 0x00, 0x36 }, "Befs", "Befs co,. ltd" }, { { 0xE8, 0x01, 0x15 }, "COOCAANetwor", "COOCAA Network Technology CO.,TD." }, @@ -36722,6 +36933,7 @@ { { 0xE8, 0x8E, 0x60 }, "NSD", "NSD Corporation" }, { { 0xE8, 0x8F, 0x16 }, "Skullcandy", "Skullcandy" }, { { 0xE8, 0x8F, 0x6F }, "TCTmobile", "TCT mobile ltd" }, + { { 0xE8, 0x8F, 0x8E }, "HoagsTechnol", "Hoags Technologies India Private Limited" }, { { 0xE8, 0x8F, 0xC4 }, "MobiwireMobi", "Mobiwire Mobiles(Ningbo) Co.,Ltd" }, { { 0xE8, 0x91, 0x0F }, "FiberhomeTel", "Fiberhome Telecommunication Technologies Co.,LTD" }, { { 0xE8, 0x91, 0x20 }, "MotorolaMobi", "Motorola Mobility LLC, a Lenovo Company" }, @@ -36771,6 +36983,7 @@ { { 0xE8, 0xA7, 0x88 }, "XiamenLeelen", "Xiamen Leelen Technology Co., Ltd" }, { { 0xE8, 0xA7, 0xF2 }, "sTraffic", "sTraffic" }, { { 0xE8, 0xA8, 0x48 }, "Wacom", "Wacom Co.,Ltd." }, + { { 0xE8, 0xA9, 0x27 }, "Lear", "Lear" }, { { 0xE8, 0xAA, 0xCB }, "SamsungElect", "Samsung Electronics Co.,Ltd" }, { { 0xE8, 0xAB, 0xF3 }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" }, { { 0xE8, 0xAB, 0xFA }, "ReecamTech", "Shenzhen Reecam Tech.Ltd." }, @@ -36880,6 +37093,7 @@ { { 0xE8, 0xE9, 0x8E }, "SOLARcontrol", "SOLAR controls s.r.o." }, { { 0xE8, 0xEA, 0x4D }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" }, { { 0xE8, 0xEA, 0x6A }, "StarTechcom", "StarTech.com" }, + { { 0xE8, 0xEA, 0x7C }, "AmazwearHold", "Shenzhen Amazwear Holdings Co., Ltd" }, { { 0xE8, 0xEA, 0xDA }, "DenkoviAssem", "Denkovi Assembly Electronics LTD" }, { { 0xE8, 0xEA, 0xFA }, "QingdaoHaier", "Qingdao Haier Technology Co.,Ltd" }, { { 0xE8, 0xEB, 0x11 }, "TexasInstrum", "Texas Instruments" }, @@ -36896,6 +37110,7 @@ { { 0xE8, 0xEF, 0x22 }, "SiemensNumer", "Siemens Numerical Control Ltd., Nanjing" }, { { 0xE8, 0xEF, 0x89 }, "OPMEXTech", "OPMEX Tech." }, { { 0xE8, 0xF0, 0x85 }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" }, + { { 0xE8, 0xF0, 0x94 }, "GDMideaAirCo", "GD Midea Air-Conditioning Equipment Co.,Ltd." }, { { 0xE8, 0xF0, 0xA4 }, "AntoniosACha", "Antonios A. Chariton" }, { { 0xE8, 0xF1, 0xB0 }, "SagemcomBroa", "Sagemcom Broadband SAS" }, { { 0xE8, 0xF2, 0x26 }, "MillsonCusto", "Millson Custom Solutions Inc." }, @@ -37010,8 +37225,10 @@ { { 0xEC, 0x30, 0x8E }, "LierdaScienc", "Lierda Science & Technology Group Co., Ltd" }, { { 0xEC, 0x30, 0x91 }, "Cisco", "Cisco Systems, Inc" }, { { 0xEC, 0x30, 0xB3 }, "XiaomiCommun", "Xiaomi Communications Co Ltd" }, + { { 0xEC, 0x30, 0xDD }, "eero", "eero inc." }, { { 0xEC, 0x31, 0x11 }, "SichuanAILin", "Sichuan AI-Link Technology Co., Ltd." }, { { 0xEC, 0x31, 0x4A }, "QuanjingInte", "Chengdu Quanjing Intelligent Technology Co.,Ltd" }, + { { 0xEC, 0x31, 0x5F }, "AmazonTechno", "Amazon Technologies Inc." }, { { 0xEC, 0x31, 0x6D }, "Hansgrohe", "Hansgrohe" }, { { 0xEC, 0x34, 0xE2 }, "Private", "Private" }, { { 0xEC, 0x35, 0x32 }, "Tactrix", "Tactrix Inc." }, @@ -37056,6 +37273,7 @@ { { 0xEC, 0x4D, 0x3E }, "XiaomiMobile", "Beijing Xiaomi Mobile Software Co., Ltd" }, { { 0xEC, 0x4D, 0x47 }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" }, { { 0xEC, 0x4F, 0x82 }, "Calix", "Calix Inc." }, + { { 0xEC, 0x50, 0xA6 }, "SagemcomBroa", "Sagemcom Broadband SAS" }, { { 0xEC, 0x50, 0xAA }, "HewlettPacka", "Hewlett Packard Enterprise" }, { { 0xEC, 0x51, 0xBC }, "OppoMobileTe", "Guangdong Oppo Mobile Telecommunications Corp.,Ltd" }, { { 0xEC, 0x52, 0xDC }, "WORLDMEDIAAN", "WORLD MEDIA AND TECHNOLOGY Corp." }, @@ -37067,6 +37285,7 @@ { { 0xEC, 0x55, 0xF9 }, "HonHaiPrecis", "Hon Hai Precision Ind. Co.,Ltd." }, { { 0xEC, 0x56, 0x23 }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" }, { { 0xEC, 0x57, 0x0D }, "AFE", "AFE Inc." }, + { { 0xEC, 0x58, 0x65 }, "XinguoduTech", "Shenzhen Xinguodu Technology Co., Ltd" }, { { 0xEC, 0x58, 0xEA }, "RuckusWirele", "Ruckus Wireless" }, { { 0xEC, 0x59, 0xE7 }, "Microsoft", "Microsoft Corporation" }, { { 0xEC, 0x5A, 0x31 }, "Buffalo", "Buffalo.Inc" }, @@ -37104,6 +37323,7 @@ { { 0xEC, 0x72, 0x5B }, "zte", "zte corporation" }, { { 0xEC, 0x73, 0x59 }, "CloudskyTech", "Shenzhen Cloudsky Technologies Co., Ltd." }, { { 0xEC, 0x73, 0x79 }, "Apple", "Apple, Inc." }, + { { 0xEC, 0x73, 0xF6 }, "SichuanAILin", "Sichuan AI-Link Technology Co., Ltd." }, { { 0xEC, 0x74, 0x27 }, "eero", "eero inc." }, { { 0xEC, 0x74, 0x8C }, "SonyInteract", "Sony Interactive Entertainment Inc." }, { { 0xEC, 0x74, 0xBA }, "HirschmannAu", "Hirschmann Automation and Control GmbH" }, @@ -37172,6 +37392,7 @@ { { 0xEC, 0x9A, 0x74 }, "HewlettPacka", "Hewlett Packard" }, { { 0xEC, 0x9B, 0x2D }, "ChinaMobileG", "China Mobile Group Device Co.,Ltd." }, { { 0xEC, 0x9B, 0x5B }, "Nokia", "Nokia Corporation" }, + { { 0xEC, 0x9B, 0x75 }, "Roku", "Roku, Inc" }, { { 0xEC, 0x9B, 0x8B }, "HewlettPacka", "Hewlett Packard Enterprise" }, { { 0xEC, 0x9B, 0xF3 }, "SamsungElect", "Samsung Electro-Mechanics(Thailand)" }, { { 0xEC, 0x9C, 0x32 }, "SichuanAILin", "Sichuan AI-Link Technology Co., Ltd." }, @@ -37289,6 +37510,7 @@ { { 0xEC, 0xF0, 0xFE }, "zte", "zte corporation" }, { { 0xEC, 0xF2, 0x2B }, "TecnoMobile", "Tecno Mobile Limited" }, { { 0xEC, 0xF2, 0x36 }, "NeomontanaEl", "Neomontana Electronics" }, + { { 0xEC, 0xF3, 0x3C }, "Intel", "Intel Corporate" }, { { 0xEC, 0xF3, 0x42 }, "OppoMobileTe", "Guangdong Oppo Mobile Telecommunications Corp.,Ltd" }, { { 0xEC, 0xF3, 0x5B }, "Nokia", "Nokia Corporation" }, { { 0xEC, 0xF3, 0x7A }, "ForecrOU", "Forecr OU" }, @@ -37323,6 +37545,7 @@ { { 0xF0, 0x08, 0xD1 }, "Espressif", "Espressif Inc." }, { { 0xF0, 0x08, 0xF1 }, "SamsungElect", "Samsung Electronics Co.,Ltd" }, { { 0xF0, 0x09, 0x0D }, "TPLink", "TP-Link Systems Inc" }, + { { 0xF0, 0x0C, 0x51 }, "zte", "zte corporation" }, { { 0xF0, 0x0D, 0x5C }, "JinQianMaoTe", "JinQianMao Technology Co.,Ltd." }, { { 0xF0, 0x0D, 0xF5 }, "ACOMAMedical", "ACOMA Medical Industry Co,. Ltd." }, { { 0xF0, 0x0E, 0x1D }, "Megafone", "Megafone Limited" }, @@ -37463,6 +37686,7 @@ { { 0xF0, 0x6C, 0x5D }, "XiaomiCommun", "Xiaomi Communications Co Ltd" }, { { 0xF0, 0x6C, 0x73 }, "Nokia", "Nokia" }, { { 0xF0, 0x6D, 0x78 }, "OppoMobileTe", "Guangdong Oppo Mobile Telecommunications Corp.,Ltd" }, + { { 0xF0, 0x6D, 0x93 }, "EMMicroelect", "EM Microelectronic" }, { { 0xF0, 0x6E, 0x0B }, "Microsoft", "Microsoft Corporation" }, { { 0xF0, 0x6E, 0x32 }, "MicrotelInno", "Microtel Innovation S.R.L." }, { { 0xF0, 0x6F, 0x46 }, "Ubiik", "Ubiik" }, @@ -37475,6 +37699,7 @@ { { 0xF0, 0x74, 0x85 }, "NGD", "NGD Systems, Inc." }, { { 0xF0, 0x74, 0x8D }, "RuijieNetwor", "Ruijie Networks Co.,LTD" }, { { 0xF0, 0x74, 0xBF }, "SiliconLabor", "Silicon Laboratories" }, + { { 0xF0, 0x74, 0xC1 }, "BlinkbyAmazo", "Blink by Amazon" }, { { 0xF0, 0x74, 0xE4 }, "ThundercommT", "Thundercomm Technology Co., Ltd" }, { { 0xF0, 0x76, 0x1C }, "CompalInform", "Compal Information (Kunshan) Co., Ltd." }, { { 0xF0, 0x76, 0x6F }, "Apple", "Apple, Inc." }, @@ -37930,6 +38155,7 @@ { { 0xF4, 0x9E, 0xEF }, "TaicangT&WEl", "Taicang T&W Electronics" }, { { 0xF4, 0x9F, 0x54 }, "SamsungElect", "Samsung Electronics Co.,Ltd" }, { { 0xF4, 0x9F, 0xF3 }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" }, + { { 0xF4, 0xA1, 0x57 }, "HuaweiDevice", "Huawei Device Co., Ltd." }, { { 0xF4, 0xA1, 0x7F }, "MarquardtEle", "Marquardt Electronics Technology (Shanghai) Co.Ltd" }, { { 0xF4, 0xA2, 0x94 }, "EagleWorldDe", "Eagle World Development Co., Limited" }, { { 0xF4, 0xA3, 0x10 }, "Apple", "Apple, Inc." }, @@ -38132,6 +38358,7 @@ { { 0xF8, 0x1D, 0x0F }, "HitronTechno", "Hitron Technologies. Inc" }, { { 0xF8, 0x1D, 0x90 }, "Solidwintech", "Solidwintech" }, { { 0xF8, 0x1D, 0x93 }, "LongdhuaCont", "Longdhua(Beijing) Controls Technology Co.,Ltd" }, + { { 0xF8, 0x1E, 0x49 }, "Apple", "Apple, Inc." }, { { 0xF8, 0x1E, 0x6F }, "EBGcompleo", "EBG compleo GmbH" }, { { 0xF8, 0x1E, 0xDF }, "Apple", "Apple, Inc." }, { { 0xF8, 0x1F, 0x32 }, "MotorolaMobi", "Motorola Mobility LLC, a Lenovo Company" }, @@ -38310,6 +38537,7 @@ { { 0xF8, 0x81, 0x1A }, "Overkiz", "Overkiz" }, { { 0xF8, 0x82, 0x00 }, "CaptionCall", "CaptionCall" }, { { 0xF8, 0x83, 0x06 }, "XiaomiMobile", "Beijing Xiaomi Mobile Software Co., Ltd" }, + { { 0xF8, 0x84, 0x75 }, "i5LED", "i5LED, LLC" }, { { 0xF8, 0x84, 0x79 }, "YaojinTechno", "Yaojin Technology(Shenzhen)Co.,Ltd" }, { { 0xF8, 0x84, 0xF2 }, "SamsungElect", "Samsung Electronics Co.,Ltd" }, { { 0xF8, 0x85, 0xF9 }, "Calix", "Calix Inc." }, @@ -38429,6 +38657,7 @@ { { 0xF8, 0xCA, 0x59 }, "NetCommWirel", "NetComm Wireless" }, { { 0xF8, 0xCA, 0x85 }, "NEC", "NEC Corporation" }, { { 0xF8, 0xCA, 0xB8 }, "Dell", "Dell Inc." }, + { { 0xF8, 0xCB, 0x15 }, "Apple", "Apple, Inc." }, { { 0xF8, 0xCC, 0x6E }, "DEPOElectron", "DEPO Electronics Ltd" }, { { 0xF8, 0xCD, 0xC8 }, "SichuanTiany", "Sichuan Tianyi Comheart Telecom Co.,LTD" }, { { 0xF8, 0xCE, 0x07 }, "ZhejiangDahu", "Zhejiang Dahua Technologyco.,Ltd" }, @@ -38713,6 +38942,7 @@ { { 0xFC, 0x64, 0xBA }, "XiaomiCommun", "Xiaomi Communications Co Ltd" }, { { 0xFC, 0x65, 0xB3 }, "HuaweiDevice", "Huawei Device Co., Ltd." }, { { 0xFC, 0x65, 0xDE }, "AmazonTechno", "Amazon Technologies Inc." }, + { { 0xFC, 0x66, 0x37 }, "SagemcomBroa", "Sagemcom Broadband SAS" }, { { 0xFC, 0x66, 0xCF }, "Apple", "Apple, Inc." }, { { 0xFC, 0x67, 0x1F }, "TuyaSmart", "Tuya Smart Inc." }, { { 0xFC, 0x68, 0x3E }, "DirectedPerc", "Directed Perception, Inc" }, @@ -38763,6 +38993,7 @@ { { 0xFC, 0x8E, 0x7E }, "Commscope", "Commscope" }, { { 0xFC, 0x8F, 0x7D }, "GongjinElect", "Shenzhen Gongjin Electronics Co.,Lt" }, { { 0xFC, 0x8F, 0x90 }, "SamsungElect", "Samsung Electronics Co.,Ltd" }, + { { 0xFC, 0x8F, 0xA4 }, "NXPSemicondu", "NXP Semiconductors Taiwan Ltd." }, { { 0xFC, 0x8F, 0xC4 }, "IntelligentT", "Intelligent Technology Inc." }, { { 0xFC, 0x90, 0xFA }, "IndependentT", "Independent Technologies" }, { { 0xFC, 0x91, 0x14 }, "VantivaUSA", "Vantiva USA LLC" }, @@ -38910,6 +39141,7 @@ { { 0xFC, 0xEC, 0xDA }, "Ubiquiti", "Ubiquiti Inc" }, { { 0xFC, 0xED, 0xB9 }, "Arrayent", "Arrayent" }, { { 0xFC, 0xEE, 0xE6 }, "FormikeElect", "Formike Electronic Co., Ltd" }, + { { 0xFC, 0xEF, 0xD7 }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" }, { { 0xFC, 0xF1, 0x36 }, "SamsungElect", "Samsung Electronics Co.,Ltd" }, { { 0xFC, 0xF1, 0x52 }, "Sony", "Sony Corporation" }, { { 0xFC, 0xF1, 0xCD }, "OptexFa", "Optex-Fa Co.,Ltd." }, @@ -39042,7 +39274,7 @@ { { 0x04, 0xA1, 0x6F, 0x10 }, "iENSO", "iENSO Inc." }, { { 0x04, 0xA1, 0x6F, 0x20 }, "SuzhouLiansh", "Suzhou Lianshichuangzhi Technology Co.,Ltd" }, { { 0x04, 0xA1, 0x6F, 0x30 }, "Crypto4ATech", "Crypto4A Technologies" }, - { { 0x04, 0xA1, 0x6F, 0x40 }, "XiamenAkubel", "Xiamen Akubela Innovation Technology CO., Ltd." }, + { { 0x04, 0xA1, 0x6F, 0x40 }, "Akubela", "Akubela Co., Ltd." }, { { 0x04, 0xA1, 0x6F, 0x50 }, "DOMSecurity", "DOM Security" }, { { 0x04, 0xA1, 0x6F, 0x60 }, "GyFxSas", "Gy-Fx Sas" }, { { 0x04, 0xA1, 0x6F, 0x70 }, "NDWRollers", "NDW Rollers B.V." }, @@ -39128,6 +39360,21 @@ { { 0x08, 0x26, 0xAE, 0xC0 }, "BrannstromSw", "Brannstrom Sweden AB" }, { { 0x08, 0x26, 0xAE, 0xD0 }, "VethPropulsi", "Veth Propulsion bv" }, { { 0x08, 0x26, 0xAE, 0xE0 }, "MassElectron", "Mass Electronics Pty Ltd" }, + { { 0x08, 0x3C, 0x03, 0x00 }, "FederalSigna", "Federal Signal SSG" }, + { { 0x08, 0x3C, 0x03, 0x10 }, "SNMTechnolog", "SNM Technology" }, + { { 0x08, 0x3C, 0x03, 0x20 }, "Wildtech", "Wildtech" }, + { { 0x08, 0x3C, 0x03, 0x30 }, "GlobalXtreme", "GlobalXtreme" }, + { { 0x08, 0x3C, 0x03, 0x40 }, "NewMatrixInf", "Beijing New Matrix Information Technology CO., Ltd" }, + { { 0x08, 0x3C, 0x03, 0x50 }, "LeadtekBiome", "Leadtek Biomed Inc." }, + { { 0x08, 0x3C, 0x03, 0x60 }, "JiaxingUPhot", "Jiaxing UPhoton Optoelectronics Technology Co., Ltd." }, + { { 0x08, 0x3C, 0x03, 0x70 }, "GInnovations", "G-Innovations Vietnam" }, + { { 0x08, 0x3C, 0x03, 0x80 }, "GSIndustrieE", "GS Industrie-Elektronik GmbH" }, + { { 0x08, 0x3C, 0x03, 0x90 }, "InnosTechnol", "Innos Technologies Inc." }, + { { 0x08, 0x3C, 0x03, 0xA0 }, "LuxsharePrec", "Luxshare Precision Industry Co., Ltd." }, + { { 0x08, 0x3C, 0x03, 0xB0 }, "Private", "Private" }, + { { 0x08, 0x3C, 0x03, 0xC0 }, "DongguanDeve", "Dongguan Development Security Intelligent Tech Co., Ltd" }, + { { 0x08, 0x3C, 0x03, 0xD0 }, "YinglianTech", "Yinglian Technology Co.,Ltd" }, + { { 0x08, 0x3C, 0x03, 0xE0 }, "Prozone", "Prozone" }, { { 0x08, 0x63, 0x32, 0x00 }, "Eaton", "Eaton Corporation" }, { { 0x08, 0x63, 0x32, 0x10 }, "eCloudTechno", "Shanghai eCloud Technologies Co.,ltd" }, { { 0x08, 0x63, 0x32, 0x20 }, "innovativesp", "innovative specialized security solutions" }, @@ -39520,6 +39767,19 @@ { { 0x18, 0xA5, 0x9C, 0xC0 }, "BlueEyesTech", "BlueEyes Technology" }, { { 0x18, 0xA5, 0x9C, 0xD0 }, "Annapurnalab", "Annapurna labs" }, { { 0x18, 0xA5, 0x9C, 0xE0 }, "BMCMesssyste", "BMC Messsysteme GmbH" }, + { { 0x18, 0xC3, 0xE4, 0x10 }, "HuiTongintel", "HuiTong intelligence Company" }, + { { 0x18, 0xC3, 0xE4, 0x20 }, "Duress", "Duress Pty Ltd" }, + { { 0x18, 0xC3, 0xE4, 0x30 }, "Proximusspzo", "Proximus sp. z.o.o." }, + { { 0x18, 0xC3, 0xE4, 0x40 }, "TrustedTechn", "Trusted Technology Solutions, Inc." }, + { { 0x18, 0xC3, 0xE4, 0x50 }, "iXtech", "iX-tech GmbH" }, + { { 0x18, 0xC3, 0xE4, 0x60 }, "ClicksTechno", "Clicks Technology Ltd" }, + { { 0x18, 0xC3, 0xE4, 0x70 }, "BRSSistemasE", "BRS Sistemas Eletrônicos" }, + { { 0x18, 0xC3, 0xE4, 0x80 }, "xDevelop", "xDevelop GmbH" }, + { { 0x18, 0xC3, 0xE4, 0x90 }, "38220", "38220" }, + { { 0x18, 0xC3, 0xE4, 0xB0 }, "CascadiaMoti", "Cascadia Motion LLC" }, + { { 0x18, 0xC3, 0xE4, 0xC0 }, "BitPart", "Bit Part LLC" }, + { { 0x18, 0xC3, 0xE4, 0xD0 }, "CASEDeutschl", "CASE Deutschland GmbH" }, + { { 0x18, 0xC3, 0xE4, 0xE0 }, "MegmeetElect", "Shenzhen Megmeet Electrical Co., Ltd" }, { { 0x18, 0xC3, 0xF4, 0x00 }, "ScatiLabs", "Scati Labs, S.A." }, { { 0x18, 0xC3, 0xF4, 0x10 }, "EnertexBayer", "Enertex Bayern GmbH" }, { { 0x18, 0xC3, 0xF4, 0x20 }, "ChangshaKilo", "Changsha Kiloview Electronics Co., Ltd." }, @@ -40351,6 +40611,21 @@ { { 0x34, 0xD0, 0xB8, 0xC0 }, "GloryMarkEle", "Glory Mark Electronic Ltd. Taiwan Branch (B.V.I.)" }, { { 0x34, 0xD0, 0xB8, 0xD0 }, "NTXEmbedded", "NTX Embedded" }, { { 0x34, 0xD0, 0xB8, 0xE0 }, "Kongqiguanji", "Kongqiguanjia (Beijing)Technology co.,ltd" }, + { { 0x34, 0xD7, 0xF5, 0x00 }, "InricoTechno", "Inrico Technologies Co.,Ltd" }, + { { 0x34, 0xD7, 0xF5, 0x10 }, "C&DElectroni", "ShenZhen C&D Electronics CO.Ltd." }, + { { 0x34, 0xD7, 0xF5, 0x20 }, "Venture", "Venture Corporation Limited" }, + { { 0x34, 0xD7, 0xF5, 0x30 }, "CasselMesste", "Cassel Messtechnik GmbH" }, + { { 0x34, 0xD7, 0xF5, 0x40 }, "HuchiTechnol", "Shenzhen Huchi Technology Co.,Ltd." }, + { { 0x34, 0xD7, 0xF5, 0x50 }, "AcellentTech", "Acellent Technologies, Inc." }, + { { 0x34, 0xD7, 0xF5, 0x60 }, "Dreamtech", "Dreamtech" }, + { { 0x34, 0xD7, 0xF5, 0x70 }, "Softel", "Softel" }, + { { 0x34, 0xD7, 0xF5, 0x80 }, "AIoTrust", "AIoTrust" }, + { { 0x34, 0xD7, 0xF5, 0x90 }, "Optikinetics", "Optikinetics Ltd" }, + { { 0x34, 0xD7, 0xF5, 0xA0 }, "HefeiPanyuan", "Hefei Panyuan Intelligent Technology Co., Ltd" }, + { { 0x34, 0xD7, 0xF5, 0xB0 }, "ResnicsTechn", "Resnics Technology (Shanghai), lnc." }, + { { 0x34, 0xD7, 0xF5, 0xC0 }, "LucyElectric", "Lucy Electric Manufacturing and Technologies India Pvt Ltd" }, + { { 0x34, 0xD7, 0xF5, 0xD0 }, "SchenkerStor", "Schenker Storen AG" }, + { { 0x34, 0xD7, 0xF5, 0xE0 }, "CatapultSpor", "Catapult Sports Inc" }, { { 0x34, 0xE1, 0xD1, 0x00 }, "TianjinSublu", "Tianjin Sublue Ocean Science & Technology Co., Ltd" }, { { 0x34, 0xE1, 0xD1, 0x10 }, "SAMANextGenP", "SAMA NextGen PTE Limited" }, { { 0x34, 0xE1, 0xD1, 0x20 }, "TetonCamera", "Teton Camera LLC" }, @@ -41628,6 +41903,20 @@ { { 0x6C, 0x2A, 0xDF, 0xC0 }, "VnetsInforma", "Vnets Information Technology Ltd." }, { { 0x6C, 0x2A, 0xDF, 0xD0 }, "SichuanHuidi", "Sichuan Huidian Qiming Intelligent Technology Co.,Ltd" }, { { 0x6C, 0x2A, 0xDF, 0xE0 }, "WeatherFlowT", "WeatherFlow-Tempest, Inc" }, + { { 0x6C, 0x47, 0x80, 0x00 }, "KEISYSTEM", "KEI SYSTEM Co., Ltd." }, + { { 0x6C, 0x47, 0x80, 0x10 }, "HdHyundaiEne", "Hd Hyundai Energy Solutions Co., Ltd." }, + { { 0x6C, 0x47, 0x80, 0x20 }, "CAFPowerandA", "CAF Power and Automation" }, + { { 0x6C, 0x47, 0x80, 0x30 }, "EatonBussman", "Eaton Bussmann" }, + { { 0x6C, 0x47, 0x80, 0x40 }, "BatteryManag", "Battery Management Technology Corporation" }, + { { 0x6C, 0x47, 0x80, 0x50 }, "Monnit", "Monnit Corporation" }, + { { 0x6C, 0x47, 0x80, 0x60 }, "CTHINGSsp", "CTHINGS.CO sp. z o.o." }, + { { 0x6C, 0x47, 0x80, 0x70 }, "Onicon", "Onicon" }, + { { 0x6C, 0x47, 0x80, 0x80 }, "Private", "Private" }, + { { 0x6C, 0x47, 0x80, 0x90 }, "Private", "Private" }, + { { 0x6C, 0x47, 0x80, 0xA0 }, "ProlinkSurve", "Prolink Surveillance Technology Co.Ltd" }, + { { 0x6C, 0x47, 0x80, 0xB0 }, "CardioSistem", "Cardio Sistemas Comercial E Industrial Ltda" }, + { { 0x6C, 0x47, 0x80, 0xC0 }, "ZVK", "ZVK GmbH" }, + { { 0x6C, 0x47, 0x80, 0xD0 }, "JEL", "JEL Corporation" }, { { 0x6C, 0x5C, 0x3D, 0x00 }, "HugsunTechno", "ShenZhen Hugsun Technology Co.,Ltd." }, { { 0x6C, 0x5C, 0x3D, 0x10 }, "JustekTechno", "Shenzhen Justek Technology Co., Ltd" }, { { 0x6C, 0x5C, 0x3D, 0x20 }, "VertivIndust", "Vertiv Industrial Systems" }, @@ -42153,6 +42442,7 @@ { { 0x80, 0x77, 0x86, 0x30 }, "Demeas", "Demeas" }, { { 0x80, 0x77, 0x86, 0x40 }, "RealtimeBiom", "Realtime Biometrics India (P) limited" }, { { 0x80, 0x77, 0x86, 0x50 }, "AdianceTechn", "Adiance Technologies Pvt Ltd" }, + { { 0x80, 0x77, 0x86, 0x60 }, "Glorious", "Glorious, LLC" }, { { 0x80, 0x77, 0x86, 0x70 }, "PartronicseB", "Partronics eBoards Pvt Ltd" }, { { 0x80, 0x77, 0x86, 0x80 }, "YSTenTechnol", "YSTen Technology Co., Ltd." }, { { 0x80, 0x77, 0x86, 0x90 }, "SMWAutoblokS", "SMW-Autoblok Spannsysteme" }, @@ -42160,6 +42450,7 @@ { { 0x80, 0x77, 0x86, 0xB0 }, "Mach", "Mach" }, { { 0x80, 0x77, 0x86, 0xC0 }, "CornerstoneT", "Cornerstone Technology (Shenzhen) Limited" }, { { 0x80, 0x77, 0x86, 0xD0 }, "AppliedEnerg", "Applied Energy Technologies Pvt Ltd" }, + { { 0x80, 0x77, 0x86, 0xE0 }, "Arcnetworks", "Arc networks pvt ltd" }, { { 0x80, 0x7B, 0x85, 0x00 }, "ShiroshitaIn", "Shiroshita Industrial Co., Ltd." }, { { 0x80, 0x7B, 0x85, 0x10 }, "SynwayInform", "Hangzhou Synway Information Engineering Co., Ltd" }, { { 0x80, 0x7B, 0x85, 0x20 }, "Phoenix", "Phoenix Co.,Ltd." }, @@ -44547,7 +44838,7 @@ { { 0xE8, 0x18, 0x63, 0xD0 }, "DigitalDynam", "Digital Dynamics, Inc." }, { { 0xE8, 0x18, 0x63, 0xE0 }, "AcopianTechn", "Acopian Technical Company" }, { { 0xE8, 0x18, 0x63, 0xF0 }, "Private", "Private" }, - { { 0xE8, 0x6C, 0xC7, 0x00 }, "TrapezeSwitz", "Trapeze Switzerland GmbH" }, + { { 0xE8, 0x6C, 0xC7, 0x00 }, "ebbloWestern", "ebblo Western Europe" }, { { 0xE8, 0x6C, 0xC7, 0x10 }, "ASSAABLOYSma", "ASSA ABLOY(GuangZhou) Smart Technology Co., Ltd" }, { { 0xE8, 0x6C, 0xC7, 0x20 }, "XirgoTechnol", "Xirgo Technologies LLC" }, { { 0xE8, 0x6C, 0xC7, 0x30 }, "YibaifenIndu", "Shenzhen Yibaifen Industrial Co.,Ltd." }, @@ -51391,7 +51682,7 @@ { { 0x70, 0xB3, 0xD5, 0x5C, 0x60 }, "C4I", "C4I Systems Ltd" }, { { 0x70, 0xB3, 0xD5, 0x5C, 0x70 }, "QSnetVisualT", "QSnet Visual Technologies Ltd" }, { { 0x70, 0xB3, 0xD5, 0x5C, 0x80 }, "YUYAMAMFG", "YUYAMA MFG Co.,Ltd" }, - { { 0x70, 0xB3, 0xD5, 0x5C, 0x90 }, "ICTKHoldings", "ICTK Holdings" }, + { { 0x70, 0xB3, 0xD5, 0x5C, 0x90 }, "ICTK", "ICTK Co., Ltd." }, { { 0x70, 0xB3, 0xD5, 0x5C, 0xA0 }, "ACDElekronik", "ACD Elekronik GmbH" }, { { 0x70, 0xB3, 0xD5, 0x5C, 0xB0 }, "ECoCoMS", "ECoCoMS Ltd." }, { { 0x70, 0xB3, 0xD5, 0x5C, 0xC0 }, "AKSE", "AKSE srl" }, @@ -54017,6 +54308,7 @@ { { 0x8C, 0x1F, 0x64, 0x01, 0x70 }, "Farmote", "Farmote Limited" }, { { 0x8C, 0x1F, 0x64, 0x01, 0x80 }, "RaxTechInter", "Rax-Tech International" }, { { 0x8C, 0x1F, 0x64, 0x01, 0xA0 }, "Paragraf", "Paragraf" }, + { { 0x8C, 0x1F, 0x64, 0x01, 0xC0 }, "SuzhouNihone", "Suzhou Nihone Electronic Technology Co.,Ltd." }, { { 0x8C, 0x1F, 0x64, 0x01, 0xD0 }, "Nordson", "Nordson Corporation" }, { { 0x8C, 0x1F, 0x64, 0x01, 0xE0 }, "SCIREQScient", "SCIREQ Scientific Respiratory Equipment Inc" }, { { 0x8C, 0x1F, 0x64, 0x01, 0xF0 }, "DualcommTech", "Dualcomm Technology, Inc." }, @@ -54031,9 +54323,11 @@ { { 0x8C, 0x1F, 0x64, 0x02, 0xA0 }, "DEUTAWerke", "DEUTA Werke GmbH" }, { { 0x8C, 0x1F, 0x64, 0x02, 0xD0 }, "TezeskEnergy", "Shenzhen Tezesk Energy Technology Co.,LTD" }, { { 0x8C, 0x1F, 0x64, 0x02, 0xF0 }, "SOLIDpower", "SOLIDpower SpA" }, + { { 0x8C, 0x1F, 0x64, 0x03, 0x00 }, "AvanTimes", "AvanTimes" }, { { 0x8C, 0x1F, 0x64, 0x03, 0x10 }, "Ektos", "Ektos A/S" }, { { 0x8C, 0x1F, 0x64, 0x03, 0x30 }, "IQHomeKft", "IQ Home Kft." }, { { 0x8C, 0x1F, 0x64, 0x03, 0x50 }, "RealWear", "RealWear" }, + { { 0x8C, 0x1F, 0x64, 0x03, 0x60 }, "PhotonCounti", "Photon Counting Systems LLC" }, { { 0x8C, 0x1F, 0x64, 0x03, 0xA0 }, "OrionCompute", "Orion Computers" }, { { 0x8C, 0x1F, 0x64, 0x03, 0xB0 }, "OrionPower", "Orion Power Systems, Inc." }, { { 0x8C, 0x1F, 0x64, 0x03, 0xC0 }, "SonaBusiness", "Sona Business B.V." }, @@ -54050,6 +54344,7 @@ { { 0x8C, 0x1F, 0x64, 0x04, 0xE0 }, "Auditdata", "Auditdata" }, { { 0x8C, 0x1F, 0x64, 0x04, 0xF0 }, "ISILINE", "ISILINE srl" }, { { 0x8C, 0x1F, 0x64, 0x05, 0x10 }, "CPcontechele", "CP contech electronic GmbH" }, + { { 0x8C, 0x1F, 0x64, 0x05, 0x20 }, "Sensus", "Sensus" }, { { 0x8C, 0x1F, 0x64, 0x05, 0x30 }, "HScomKft", "HS.com Kft" }, { { 0x8C, 0x1F, 0x64, 0x05, 0x40 }, "Watter", "Watter" }, { { 0x8C, 0x1F, 0x64, 0x05, 0x50 }, "Intercreate", "Intercreate" }, @@ -54070,9 +54365,11 @@ { { 0x8C, 0x1F, 0x64, 0x06, 0xB0 }, "SanwaSupply", "Sanwa Supply Inc." }, { { 0x8C, 0x1F, 0x64, 0x06, 0xC0 }, "COBES", "COBES GmbH" }, { { 0x8C, 0x1F, 0x64, 0x06, 0xD0 }, "Monnit", "Monnit Corporation" }, + { { 0x8C, 0x1F, 0x64, 0x06, 0xE0 }, "InternetProt", "Internet Protocolo Logica Sl" }, { { 0x8C, 0x1F, 0x64, 0x07, 0x10 }, "DorletSau", "Dorlet Sau" }, { { 0x8C, 0x1F, 0x64, 0x07, 0x20 }, "Eyecloud", "Eyecloud, Inc" }, { { 0x8C, 0x1F, 0x64, 0x07, 0x30 }, "PotterElectr", "Potter Electric Signal Co. LLC" }, + { { 0x8C, 0x1F, 0x64, 0x07, 0x50 }, "MBconnectlin", "MB connect line GmbH" }, { { 0x8C, 0x1F, 0x64, 0x07, 0x60 }, "PackR", "Pack'R" }, { { 0x8C, 0x1F, 0x64, 0x07, 0x70 }, "EngageTechno", "Engage Technologies" }, { { 0x8C, 0x1F, 0x64, 0x07, 0x80 }, "SalienceLabs", "Salience Labs" }, @@ -54103,6 +54400,7 @@ { { 0x8C, 0x1F, 0x64, 0x09, 0x90 }, "PantherunTec", "Pantherun Technologies Pvt Ltd" }, { { 0x8C, 0x1F, 0x64, 0x09, 0xA0 }, "ShinetechEle", "Shinetech Electronics Co., Ltd." }, { { 0x8C, 0x1F, 0x64, 0x09, 0xB0 }, "Taiv", "Taiv" }, + { { 0x8C, 0x1F, 0x64, 0x09, 0xC0 }, "Dsan", "Dsan Corporation" }, { { 0x8C, 0x1F, 0x64, 0x09, 0xD0 }, "FlextronicsI", "Flextronics International Kft" }, { { 0x8C, 0x1F, 0x64, 0x09, 0xE0 }, "IWSGlobal", "IWS Global Pty Ltd" }, { { 0x8C, 0x1F, 0x64, 0x09, 0xF0 }, "MBconnectlin", "MB connect line GmbH Fernwartungssysteme" }, @@ -54122,6 +54420,7 @@ { { 0x8C, 0x1F, 0x64, 0x0B, 0x70 }, "Tiama", "Tiama" }, { { 0x8C, 0x1F, 0x64, 0x0B, 0x80 }, "Signatrol", "Signatrol Ltd" }, { { 0x8C, 0x1F, 0x64, 0x0B, 0x90 }, "NewinTech", "Newin Tech" }, + { { 0x8C, 0x1F, 0x64, 0x0B, 0xA0 }, "SungjinDSP", "SungjinDSP Co., LTD" }, { { 0x8C, 0x1F, 0x64, 0x0B, 0xB0 }, "InfraChenTec", "InfraChen Technology Co., Ltd." }, { { 0x8C, 0x1F, 0x64, 0x0B, 0xD0 }, "Solace", "Solace Systems Inc." }, { { 0x8C, 0x1F, 0x64, 0x0B, 0xE0 }, "Bnb", "Bnb" }, @@ -54251,6 +54550,7 @@ { { 0x8C, 0x1F, 0x64, 0x18, 0xA0 }, "NetworkRail", "Network Rail" }, { { 0x8C, 0x1F, 0x64, 0x18, 0xB0 }, "MPulse", "M-Pulse GmbH & Co.KG" }, { { 0x8C, 0x1F, 0x64, 0x18, 0xE0 }, "J1LEDIntelli", "J1-LED Intelligent Transport Systems Pty Ltd" }, + { { 0x8C, 0x1F, 0x64, 0x19, 0x00 }, "Wesync", "Wesync" }, { { 0x8C, 0x1F, 0x64, 0x19, 0x30 }, "Sicon", "Sicon srl" }, { { 0x8C, 0x1F, 0x64, 0x19, 0x40 }, "Tiflex", "Tiflex" }, { { 0x8C, 0x1F, 0x64, 0x19, 0x50 }, "VERIDASDigit", "VERIDAS Digital Authentication Solutions S.L" }, @@ -54299,9 +54599,11 @@ { { 0x8C, 0x1F, 0x64, 0x1D, 0xB0 }, "Cycle", "Cycle GmbH" }, { { 0x8C, 0x1F, 0x64, 0x1D, 0xD0 }, "Shengtongnaa", "Beijing Shengtongnaan Technology Development Co., Ltd" }, { { 0x8C, 0x1F, 0x64, 0x1D, 0xE0 }, "PowerElectro", "Power Electronics Espana, S.L." }, + { { 0x8C, 0x1F, 0x64, 0x1E, 0x00 }, "I2V", "I2V Systems Pvt. Ltd." }, { { 0x8C, 0x1F, 0x64, 0x1E, 0x10 }, "VAF", "VAF Co." }, { { 0x8C, 0x1F, 0x64, 0x1E, 0x20 }, "PotterElectr", "Potter Electric Signal Co. LLC" }, { { 0x8C, 0x1F, 0x64, 0x1E, 0x30 }, "WBNet", "WBNet" }, + { { 0x8C, 0x1F, 0x64, 0x1E, 0x40 }, "AEvisoVideoS", "AEviso Video Solution Co., Ltd." }, { { 0x8C, 0x1F, 0x64, 0x1E, 0x60 }, "RadianResear", "Radian Research, Inc." }, { { 0x8C, 0x1F, 0x64, 0x1E, 0x70 }, "CanonElectro", "Canon Electron Tubes & Devices Co., Ltd." }, { { 0x8C, 0x1F, 0x64, 0x1E, 0x80 }, "HaptechDefen", "Haptech Defense Systems" }, @@ -54387,6 +54689,7 @@ { { 0x8C, 0x1F, 0x64, 0x27, 0x40 }, "InvixiumAcce", "Invixium Access Inc" }, { { 0x8C, 0x1F, 0x64, 0x27, 0x50 }, "IDANorthAmer", "IDA North America Inc." }, { { 0x8C, 0x1F, 0x64, 0x27, 0x70 }, "AngstromExce", "Shenzhen Angstrom Excellence Technology Co., Ltd" }, + { { 0x8C, 0x1F, 0x64, 0x27, 0xA0 }, "RudolfRieste", "Rudolf Riester GmbH" }, { { 0x8C, 0x1F, 0x64, 0x27, 0xB0 }, "Oriux", "Oriux" }, { { 0x8C, 0x1F, 0x64, 0x27, 0xC0 }, "TacticalBlue", "Tactical Blue Space Ventures LLC" }, { { 0x8C, 0x1F, 0x64, 0x27, 0xD0 }, "Pneumax", "Pneumax Spa" }, @@ -54470,6 +54773,7 @@ { { 0x8C, 0x1F, 0x64, 0x2F, 0x20 }, "EnlessWirele", "Enless Wireless" }, { { 0x8C, 0x1F, 0x64, 0x2F, 0x40 }, "ScameSistemi", "Scame Sistemi srl" }, { { 0x8C, 0x1F, 0x64, 0x2F, 0x50 }, "FloridaR&DAs", "Florida R&D Associates LLC" }, + { { 0x8C, 0x1F, 0x64, 0x2F, 0x70 }, "SealinkTechn", "Sealink Technology B.V" }, { { 0x8C, 0x1F, 0x64, 0x2F, 0x90 }, "TSSsro", "TSS COMPANY s.r.o." }, { { 0x8C, 0x1F, 0x64, 0x2F, 0xA0 }, "Rfengine", "Rfengine Co., Ltd." }, { { 0x8C, 0x1F, 0x64, 0x2F, 0xB0 }, "MBconnectlin", "MB connect line GmbH Fernwartungssysteme" }, @@ -54671,6 +54975,7 @@ { { 0x8C, 0x1F, 0x64, 0x42, 0xD0 }, "JemacSweden", "Jemac Sweden AB" }, { { 0x8C, 0x1F, 0x64, 0x42, 0xF0 }, "TomorrowComp", "Tomorrow Companies Inc" }, { { 0x8C, 0x1F, 0x64, 0x43, 0x20 }, "Rebel", "Rebel Systems" }, + { { 0x8C, 0x1F, 0x64, 0x43, 0x40 }, "netmon", "netmon" }, { { 0x8C, 0x1F, 0x64, 0x43, 0x70 }, "GogoBA", "Gogo BA" }, { { 0x8C, 0x1F, 0x64, 0x43, 0x80 }, "Integerpl", "Integer.pl S.A." }, { { 0x8C, 0x1F, 0x64, 0x43, 0x90 }, "Bornico", "Bornico" }, @@ -54804,6 +55109,7 @@ { { 0x8C, 0x1F, 0x64, 0x50, 0x20 }, "SamwellInter", "Samwell International Inc" }, { { 0x8C, 0x1F, 0x64, 0x50, 0x30 }, "TualcomElekt", "Tualcom Elektronik A.S." }, { { 0x8C, 0x1F, 0x64, 0x50, 0x40 }, "EAElektroaut", "EA Elektroautomatik GmbH & Co. KG" }, + { { 0x8C, 0x1F, 0x64, 0x50, 0x50 }, "HitachiEnerg", "Hitachi Energy Australia Pty. Ltd." }, { { 0x8C, 0x1F, 0x64, 0x50, 0x60 }, "UrbanChainGr", "UrbanChain Group Co., Ltd" }, { { 0x8C, 0x1F, 0x64, 0x50, 0x70 }, "IdneoTechnol", "Idneo Technologies,S.A.U." }, { { 0x8C, 0x1F, 0x64, 0x50, 0x80 }, "KiteRiseTech", "Kite Rise Technologies GmbH" }, @@ -54834,6 +55140,7 @@ { { 0x8C, 0x1F, 0x64, 0x52, 0xD0 }, "CubicITSdbaG", "Cubic ITS, Inc. dba GRIDSMART Technologies" }, { { 0x8C, 0x1F, 0x64, 0x52, 0xE0 }, "CLOUDTELECOM", "CLOUD TELECOM Inc." }, { { 0x8C, 0x1F, 0x64, 0x53, 0x00 }, "SIPazon", "SIPazon AB" }, + { { 0x8C, 0x1F, 0x64, 0x53, 0x10 }, "EAElektroAut", "EA Elektro-Automatik GmbH" }, { { 0x8C, 0x1F, 0x64, 0x53, 0x30 }, "BoeingIndiaP", "Boeing India Private Limited" }, { { 0x8C, 0x1F, 0x64, 0x53, 0x40 }, "SuryaElectro", "Surya Electronics" }, { { 0x8C, 0x1F, 0x64, 0x53, 0x50 }, "ColumbusMcKi", "Columbus McKinnon" }, @@ -54878,6 +55185,8 @@ { { 0x8C, 0x1F, 0x64, 0x57, 0x30 }, "IngeniousTec", "Ingenious Technology LLC" }, { { 0x8C, 0x1F, 0x64, 0x57, 0x40 }, "FlockAudio", "Flock Audio Inc." }, { { 0x8C, 0x1F, 0x64, 0x57, 0x50 }, "YuHengElectr", "Yu Heng Electric CO. TD" }, + { { 0x8C, 0x1F, 0x64, 0x57, 0x60 }, "SmartDynamic", "Smart Dynamics SIA" }, + { { 0x8C, 0x1F, 0x64, 0x57, 0x80 }, "OES", "OES Inc." }, { { 0x8C, 0x1F, 0x64, 0x57, 0xA0 }, "NPOECOINTECH", "NPO ECO-INTECH Ltd." }, { { 0x8C, 0x1F, 0x64, 0x57, 0xB0 }, "PotterElectr", "Potter Electric Signal Co. LLC" }, { { 0x8C, 0x1F, 0x64, 0x57, 0xD0 }, "ISDI", "ISDI Ltd" }, @@ -54894,6 +55203,7 @@ { { 0x8C, 0x1F, 0x64, 0x59, 0x30 }, "BrillianNetw", "Brillian Network & Automation Integrated System Co., Ltd." }, { { 0x8C, 0x1F, 0x64, 0x59, 0x50 }, "InspiniaTech", "Inspinia Technology s.r.o." }, { { 0x8C, 0x1F, 0x64, 0x59, 0x60 }, "RFCode", "RF Code" }, + { { 0x8C, 0x1F, 0x64, 0x59, 0x70 }, "BectonDickin", "Becton Dickinson" }, { { 0x8C, 0x1F, 0x64, 0x59, 0x80 }, "TirasoftTech", "Tirasoft Technology" }, { { 0x8C, 0x1F, 0x64, 0x59, 0xA0 }, "Primalucelab", "Primalucelab isrl" }, { { 0x8C, 0x1F, 0x64, 0x59, 0xC0 }, "Private", "Private" }, @@ -54933,6 +55243,7 @@ { { 0x8C, 0x1F, 0x64, 0x5C, 0xF0 }, "YUYAMAMFG", "YUYAMA MFG Co.,Ltd" }, { { 0x8C, 0x1F, 0x64, 0x5D, 0x00 }, "ImageEnginee", "Image Engineering" }, { { 0x8C, 0x1F, 0x64, 0x5D, 0x10 }, "TwinDevelopm", "Twin Development" }, + { { 0x8C, 0x1F, 0x64, 0x5D, 0x20 }, "TaliusServic", "Talius Services Pty Ltd" }, { { 0x8C, 0x1F, 0x64, 0x5D, 0x30 }, "EloyWater", "Eloy Water" }, { { 0x8C, 0x1F, 0x64, 0x5D, 0x60 }, "PortraitDisp", "Portrait Displays, Inc." }, { { 0x8C, 0x1F, 0x64, 0x5D, 0x90 }, "Opditex", "Opdi-tex GmbH" }, @@ -55018,6 +55329,7 @@ { { 0x8C, 0x1F, 0x64, 0x65, 0x70 }, "BrightSoluti", "Bright Solutions PTE LTD" }, { { 0x8C, 0x1F, 0x64, 0x65, 0xA0 }, "YUYAMAMFG", "YUYAMA MFG Co.,Ltd" }, { { 0x8C, 0x1F, 0x64, 0x65, 0xB0 }, "SUS", "SUS Corporation" }, + { { 0x8C, 0x1F, 0x64, 0x65, 0xC0 }, "CyberCubeApS", "CyberCube ApS" }, { { 0x8C, 0x1F, 0x64, 0x65, 0xD0 }, "ActionStream", "Action Streamer LLC" }, { { 0x8C, 0x1F, 0x64, 0x65, 0xF0 }, "AstrometricI", "Astrometric Instruments, Inc." }, { { 0x8C, 0x1F, 0x64, 0x66, 0x00 }, "LlcNtpc", "Llc Ntpc" }, @@ -55065,6 +55377,7 @@ { { 0x8C, 0x1F, 0x64, 0x69, 0xE0 }, "ATAutomation", "AT-Automation Technology GmbH" }, { { 0x8C, 0x1F, 0x64, 0x69, 0xF0 }, "Insightec", "Insightec" }, { { 0x8C, 0x1F, 0x64, 0x6A, 0x00 }, "Avionica", "Avionica" }, + { { 0x8C, 0x1F, 0x64, 0x6A, 0x10 }, "Ocarina", "Ocarina" }, { { 0x8C, 0x1F, 0x64, 0x6A, 0x30 }, "BectonDickin", "Becton Dickinson" }, { { 0x8C, 0x1F, 0x64, 0x6A, 0x40 }, "Automata", "Automata Spa" }, { { 0x8C, 0x1F, 0x64, 0x6A, 0x60 }, "Q", "Q (Cue), Inc." }, @@ -55085,6 +55398,7 @@ { { 0x8C, 0x1F, 0x64, 0x6B, 0xD0 }, "IoTWaterAnal", "IoT Water Analytics S.L." }, { { 0x8C, 0x1F, 0x64, 0x6B, 0xF0 }, "Automata", "Automata GmbH & Co. KG" }, { { 0x8C, 0x1F, 0x64, 0x6C, 0x10 }, "GogoBA", "Gogo BA" }, + { { 0x8C, 0x1F, 0x64, 0x6C, 0x30 }, "BrightSoluti", "Bright Solutions PTE LTD" }, { { 0x8C, 0x1F, 0x64, 0x6C, 0x40 }, "inmediQ", "inmediQ GmbH" }, { { 0x8C, 0x1F, 0x64, 0x6C, 0x60 }, "Fit", "Fit" }, { { 0x8C, 0x1F, 0x64, 0x6C, 0x80 }, "TaikoAudio", "Taiko Audio B.V." }, @@ -55141,6 +55455,7 @@ { { 0x8C, 0x1F, 0x64, 0x71, 0x90 }, "delResearch", "delResearch, LLC" }, { { 0x8C, 0x1F, 0x64, 0x71, 0xA0 }, "ChellInstrum", "Chell Instruments Ltd" }, { { 0x8C, 0x1F, 0x64, 0x71, 0xB0 }, "Adasky", "Adasky Ltd." }, + { { 0x8C, 0x1F, 0x64, 0x71, 0xC0 }, "NeberoPrivat", "Nebero Systems Private Limted" }, { { 0x8C, 0x1F, 0x64, 0x71, 0xD0 }, "Epigonspolsr", "Epigon spol. s r.o." }, { { 0x8C, 0x1F, 0x64, 0x72, 0x00 }, "HuasuTechnol", "Hangzhou Huasu Technology CO., LTD." }, { { 0x8C, 0x1F, 0x64, 0x72, 0x10 }, "MSMilindRama", "M/S Milind Ramachandra Rajwade" }, @@ -55183,6 +55498,7 @@ { { 0x8C, 0x1F, 0x64, 0x75, 0x90 }, "Systel", "Systel Inc" }, { { 0x8C, 0x1F, 0x64, 0x75, 0xB0 }, "MeijiElectri", "Meiji Electric Industry" }, { { 0x8C, 0x1F, 0x64, 0x75, 0xC0 }, "AmericanEner", "American Energy Storage Innovations" }, + { { 0x8C, 0x1F, 0x64, 0x75, 0xD0 }, "PotterElectr", "Potter Electric Signal Co. LLC" }, { { 0x8C, 0x1F, 0x64, 0x75, 0xE0 }, "YonnetBilisi", "Yonnet Bilisim Yaz. Egt. Ve Dan. Hiz. Tic. A.S." }, { { 0x8C, 0x1F, 0x64, 0x75, 0xF0 }, "ASTRACOM", "ASTRACOM Co. Ltd" }, { { 0x8C, 0x1F, 0x64, 0x76, 0x00 }, "QLightAS", "Q-Light AS" }, @@ -55200,6 +55516,7 @@ { { 0x8C, 0x1F, 0x64, 0x76, 0xE0 }, "develogic", "develogic GmbH" }, { { 0x8C, 0x1F, 0x64, 0x76, 0xF0 }, "INVENTIASp", "INVENTIA Sp. z o.o." }, { { 0x8C, 0x1F, 0x64, 0x77, 0x10 }, "Automatizaci", "Automatizacion Y Conectividad" }, + { { 0x8C, 0x1F, 0x64, 0x77, 0x30 }, "PowerElectro", "Power Electronics Espana, S.L." }, { { 0x8C, 0x1F, 0x64, 0x77, 0x40 }, "navXperience", "navXperience GmbH" }, { { 0x8C, 0x1F, 0x64, 0x77, 0x50 }, "BectonDickin", "Becton Dickinson" }, { { 0x8C, 0x1F, 0x64, 0x77, 0x60 }, "Visiosoft", "Visiosoft Pty Ltd" }, @@ -55291,6 +55608,7 @@ { { 0x8C, 0x1F, 0x64, 0x7F, 0x80 }, "FleetSafeInd", "FleetSafe India Private Limited" }, { { 0x8C, 0x1F, 0x64, 0x7F, 0x90 }, "CopelionInte", "Copelion International Inc" }, { { 0x8C, 0x1F, 0x64, 0x7F, 0xC0 }, "MitsubishiEl", "Mitsubishi Electric Klimat Transportation Systems S.p.A." }, + { { 0x8C, 0x1F, 0x64, 0x7F, 0xD0 }, "SECUREAAi", "SECUREAAi" }, { { 0x8C, 0x1F, 0x64, 0x7F, 0xE0 }, "KonvisonTech", "Shenzhen Konvison Technology Co.,Ltd." }, { { 0x8C, 0x1F, 0x64, 0x80, 0x00 }, "SDGTelecomEq", "Shenzhen SDG Telecom Equipment Co.,Ltd." }, { { 0x8C, 0x1F, 0x64, 0x80, 0x10 }, "ZhejiangLaol", "Zhejiang Laolan Information Technology Co., Ltd" }, @@ -55319,6 +55637,7 @@ { { 0x8C, 0x1F, 0x64, 0x82, 0x20 }, "IPDevices", "IP Devices" }, { { 0x8C, 0x1F, 0x64, 0x82, 0x40 }, "Logicube", "Logicube Inc" }, { { 0x8C, 0x1F, 0x64, 0x82, 0x50 }, "MTUAeroEngin", "MTU Aero Engines AG" }, + { { 0x8C, 0x1F, 0x64, 0x82, 0x70 }, "Meisol", "Meisol Co., Ltd." }, { { 0x8C, 0x1F, 0x64, 0x82, 0x80 }, "AurcoreTechn", "Aurcore Technology Inc." }, { { 0x8C, 0x1F, 0x64, 0x82, 0xB0 }, "FlowPower", "Flow Power" }, { { 0x8C, 0x1F, 0x64, 0x82, 0xC0 }, "PowerElectro", "Power Electronics Espana, S.L." }, @@ -55440,6 +55759,7 @@ { { 0x8C, 0x1F, 0x64, 0x8E, 0x90 }, "Vesperix", "Vesperix Corporation" }, { { 0x8C, 0x1F, 0x64, 0x8E, 0xB0 }, "NumaProducts", "Numa Products LLC" }, { { 0x8C, 0x1F, 0x64, 0x8E, 0xC0 }, "LMSServices", "LMS Services GmbH & Co. KG" }, + { { 0x8C, 0x1F, 0x64, 0x8E, 0xD0 }, "QMTechnologi", "QM Technologies aps" }, { { 0x8C, 0x1F, 0x64, 0x8E, 0xE0 }, "AbbottDiagno", "Abbott Diagnostics Technologies AS" }, { { 0x8C, 0x1F, 0x64, 0x8F, 0x00 }, "Igl", "Igl" }, { { 0x8C, 0x1F, 0x64, 0x8F, 0x40 }, "Loadrite", "Loadrite (Auckland) Limited" }, @@ -55487,6 +55807,7 @@ { { 0x8C, 0x1F, 0x64, 0x93, 0x70 }, "H2OkInnovati", "H2Ok Innovations" }, { { 0x8C, 0x1F, 0x64, 0x93, 0x90 }, "SPITTechnolo", "SPIT Technology, Inc" }, { { 0x8C, 0x1F, 0x64, 0x93, 0xA0 }, "RejåsSweden", "Rejås of Sweden AB" }, + { { 0x8C, 0x1F, 0x64, 0x93, 0xB0 }, "ComputerExpr", "Computer Express LLC" }, { { 0x8C, 0x1F, 0x64, 0x93, 0xF0 }, "Temcoline", "Temcoline" }, { { 0x8C, 0x1F, 0x64, 0x94, 0x10 }, "Lorenz", "Lorenz GmbH & Co. KG" }, { { 0x8C, 0x1F, 0x64, 0x94, 0x30 }, "Autark", "Autark GmbH" }, @@ -55516,9 +55837,11 @@ { { 0x8C, 0x1F, 0x64, 0x96, 0x80 }, "IavEngineeri", "Iav Engineering Sarl" }, { { 0x8C, 0x1F, 0x64, 0x96, 0xA0 }, "EAElektroAut", "EA Elektro-Automatik GmbH" }, { { 0x8C, 0x1F, 0x64, 0x96, 0xB0 }, "VantageoPriv", "Vantageo Private Limited" }, + { { 0x8C, 0x1F, 0x64, 0x96, 0xE0 }, "inomatic", "inomatic GmbH" }, { { 0x8C, 0x1F, 0x64, 0x96, 0xF0 }, "VortixNetwor", "Vortix Networks" }, { { 0x8C, 0x1F, 0x64, 0x97, 0x00 }, "PotterElectr", "Potter Electric Signal Co. LLC" }, { { 0x8C, 0x1F, 0x64, 0x97, 0x10 }, "InfrasafeAdv", "Infrasafe/ Advantor Systems" }, + { { 0x8C, 0x1F, 0x64, 0x97, 0x20 }, "Federant", "Federant LLC" }, { { 0x8C, 0x1F, 0x64, 0x97, 0x30 }, "DorsettTechn", "Dorsett Technologies Inc" }, { { 0x8C, 0x1F, 0x64, 0x97, 0x80 }, "PlanetInnova", "Planet Innovation Products Inc." }, { { 0x8C, 0x1F, 0x64, 0x97, 0x90 }, "ArktisRadiat", "Arktis Radiation Detectors" }, @@ -55541,6 +55864,7 @@ { { 0x8C, 0x1F, 0x64, 0x99, 0x40 }, "uHaveControl", "uHave Control, Inc" }, { { 0x8C, 0x1F, 0x64, 0x99, 0x80 }, "EVLOStockage", "EVLO Stockage Énergie" }, { { 0x8C, 0x1F, 0x64, 0x99, 0x90 }, "AdvancedTech", "Advanced Techne" }, + { { 0x8C, 0x1F, 0x64, 0x99, 0xB0 }, "Grossenbache", "Grossenbacher Systeme AG" }, { { 0x8C, 0x1F, 0x64, 0x99, 0xC0 }, "i2A", "i2A Systems Co., Ltd." }, { { 0x8C, 0x1F, 0x64, 0x99, 0xE0 }, "EIDOS", "EIDOS s.r.l." }, { { 0x8C, 0x1F, 0x64, 0x9A, 0x10 }, "PacificSoftw", "Pacific Software Development Co., Ltd." }, @@ -55669,6 +55993,7 @@ { { 0x8C, 0x1F, 0x64, 0xA6, 0x00 }, "ActiveOptica", "Active Optical Systems, LLC" }, { { 0x8C, 0x1F, 0x64, 0xA6, 0x10 }, "BreasMedical", "Breas Medical AB" }, { { 0x8C, 0x1F, 0x64, 0xA6, 0x40 }, "VigorElectri", "Vigor Electric Corp." }, + { { 0x8C, 0x1F, 0x64, 0xA6, 0x60 }, "vtt", "vtt systems Inc." }, { { 0x8C, 0x1F, 0x64, 0xA6, 0x70 }, "Electrovymir", "Electrovymir LLC" }, { { 0x8C, 0x1F, 0x64, 0xA6, 0xA0 }, "SphereComSer", "Sphere Com Services Pvt Ltd" }, { { 0x8C, 0x1F, 0x64, 0xA6, 0xD0 }, "CyberneX", "CyberneX Co., Ltd" }, @@ -55681,6 +56006,7 @@ { { 0x8C, 0x1F, 0x64, 0xA7, 0x50 }, "ProconElectr", "Procon Electronics Pty Ltd" }, { { 0x8C, 0x1F, 0x64, 0xA7, 0x60 }, "DEUTAWERKE", "DEUTA-WERKE GmbH" }, { { 0x8C, 0x1F, 0x64, 0xA7, 0x70 }, "RaxTechInter", "Rax-Tech International" }, + { { 0x8C, 0x1F, 0x64, 0xA7, 0x80 }, "TAITGlobal", "TAIT Global LLC" }, { { 0x8C, 0x1F, 0x64, 0xA7, 0xB0 }, "CPATFlex", "CPAT Flex Inc." }, { { 0x8C, 0x1F, 0x64, 0xA7, 0xC0 }, "ProprietaryC", "Proprietary Controls Systems Corporation" }, { { 0x8C, 0x1F, 0x64, 0xA8, 0x00 }, "NEXTtec", "NEXTtec srl" }, @@ -55739,6 +56065,7 @@ { { 0x8C, 0x1F, 0x64, 0xAD, 0x60 }, "Internationa", "International Security Systems W.L.L." }, { { 0x8C, 0x1F, 0x64, 0xAD, 0x70 }, "Monnit", "Monnit Corporation" }, { { 0x8C, 0x1F, 0x64, 0xAD, 0x80 }, "NovantaIMS", "Novanta IMS" }, + { { 0x8C, 0x1F, 0x64, 0xAD, 0x90 }, "VisionSafety", "Vision Systems Safety Tech" }, { { 0x8C, 0x1F, 0x64, 0xAD, 0xB0 }, "HebeiWeijiEl", "Hebei Weiji Electric Co.,Ltd" }, { { 0x8C, 0x1F, 0x64, 0xAD, 0xC0 }, "MotorProtect", "Motor Protection Electronics" }, { { 0x8C, 0x1F, 0x64, 0xAE, 0x10 }, "YUYAMAMFG", "YUYAMA MFG Co.,Ltd" }, @@ -55812,9 +56139,12 @@ { { 0x8C, 0x1F, 0x64, 0xB4, 0xC0 }, "PicocomTechn", "Picocom Technology Ltd" }, { { 0x8C, 0x1F, 0x64, 0xB4, 0xF0 }, "VaunixTechno", "Vaunix Technology Corporation" }, { { 0x8C, 0x1F, 0x64, 0xB5, 0x00 }, "Kinemetrics", "Kinemetrics, Inc." }, + { { 0x8C, 0x1F, 0x64, 0xB5, 0x10 }, "VojenskyTech", "Vojensky Technicky Ustav, s.p." }, + { { 0x8C, 0x1F, 0x64, 0xB5, 0x30 }, "Asi", "Asi" }, { { 0x8C, 0x1F, 0x64, 0xB5, 0x40 }, "Framatome", "Framatome Inc." }, { { 0x8C, 0x1F, 0x64, 0xB5, 0x50 }, "SancharTeles", "Sanchar Telesystems limited" }, { { 0x8C, 0x1F, 0x64, 0xB5, 0x60 }, "Arcvideo", "Arcvideo" }, + { { 0x8C, 0x1F, 0x64, 0xB5, 0x80 }, "EltvorInstru", "Eltvor Instruments" }, { { 0x8C, 0x1F, 0x64, 0xB5, 0x90 }, "VisionSafety", "Vision Systems Safety Tech" }, { { 0x8C, 0x1F, 0x64, 0xB5, 0xA0 }, "YUYAMAMFG", "YUYAMA MFG Co.,Ltd" }, { { 0x8C, 0x1F, 0x64, 0xB5, 0xB0 }, "TrilightWuha", "Tri-light Wuhan Electronics Technology Co.,Ltd" }, @@ -55855,6 +56185,7 @@ { { 0x8C, 0x1F, 0x64, 0xB9, 0x10 }, "ClealinkTech", "Clealink Technology" }, { { 0x8C, 0x1F, 0x64, 0xB9, 0x20 }, "Neurable", "Neurable" }, { { 0x8C, 0x1F, 0x64, 0xB9, 0x30 }, "ModernServer", "Modern Server Solutions LLP" }, + { { 0x8C, 0x1F, 0x64, 0xB9, 0x40 }, "Private", "Private" }, { { 0x8C, 0x1F, 0x64, 0xB9, 0x60 }, "ObservableSp", "Observable Space" }, { { 0x8C, 0x1F, 0x64, 0xB9, 0x70 }, "GeminiElectr", "Gemini Electronics B.V." }, { { 0x8C, 0x1F, 0x64, 0xB9, 0x80 }, "Calamity", "Calamity, Inc." }, @@ -55913,6 +56244,7 @@ { { 0x8C, 0x1F, 0x64, 0xBD, 0xF0 }, "MasTechnolog", "Mas Technology" }, { { 0x8C, 0x1F, 0x64, 0xBE, 0x10 }, "Geolux", "Geolux" }, { { 0x8C, 0x1F, 0x64, 0xBE, 0x30 }, "Reo", "Reo Ag" }, + { { 0x8C, 0x1F, 0x64, 0xBE, 0x50 }, "Blackline", "Blackline Systems Corp." }, { { 0x8C, 0x1F, 0x64, 0xBE, 0x80 }, "Technologies", "Technologies Bacmove Inc." }, { { 0x8C, 0x1F, 0x64, 0xBE, 0xA0 }, "MicrochipTec", "Microchip Technologies Inc" }, { { 0x8C, 0x1F, 0x64, 0xBE, 0xD0 }, "GeniusSports", "Genius Sports SS LLC" }, @@ -55968,6 +56300,7 @@ { { 0x8C, 0x1F, 0x64, 0xC3, 0x50 }, "PeterHuberKa", "Peter Huber Kaeltemaschinenbau SE" }, { { 0x8C, 0x1F, 0x64, 0xC3, 0x60 }, "ODTech", "ODTech Co., Ltd." }, { { 0x8C, 0x1F, 0x64, 0xC3, 0x80 }, "EcoAdapt", "Eco-Adapt" }, + { { 0x8C, 0x1F, 0x64, 0xC3, 0x90 }, "ExpromoEurop", "Expromo Europe A/S" }, { { 0x8C, 0x1F, 0x64, 0xC3, 0xA0 }, "YUSURTechnol", "YUSUR Technology Co., Ltd." }, { { 0x8C, 0x1F, 0x64, 0xC3, 0xE0 }, "ISMAMicrosol", "ISMA Microsolutions INC" }, { { 0x8C, 0x1F, 0x64, 0xC3, 0xF0 }, "Sonic", "Sonic Corporation" }, @@ -56076,6 +56409,7 @@ { { 0x8C, 0x1F, 0x64, 0xCE, 0x40 }, "SlUsa", "Sl Usa, Llc" }, { { 0x8C, 0x1F, 0x64, 0xCE, 0x50 }, "Private", "Private" }, { { 0x8C, 0x1F, 0x64, 0xCE, 0x90 }, "LandisGyrEqu", "Landis+Gyr Equipamentos de Medição Ltda" }, + { { 0x8C, 0x1F, 0x64, 0xCE, 0xA0 }, "MootekTechno", "Mootek Technologies Private Limited" }, { { 0x8C, 0x1F, 0x64, 0xCE, 0xB0 }, "EurekaForSma", "Eureka For Smart Properties Co. W.L.L" }, { { 0x8C, 0x1F, 0x64, 0xCE, 0xC0 }, "ZhuhaiHuayam", "Zhuhai Huaya machinery Technology Co., LTD" }, { { 0x8C, 0x1F, 0x64, 0xCE, 0xD0 }, "NhaTrangHite", "Nha Trang Hitech Company, Ltd" }, @@ -56086,6 +56420,7 @@ { { 0x8C, 0x1F, 0x64, 0xCF, 0x40 }, "Nt", "Nt" }, { { 0x8C, 0x1F, 0x64, 0xCF, 0x60 }, "NYBSYS", "NYBSYS Inc" }, { { 0x8C, 0x1F, 0x64, 0xCF, 0x70 }, "BusPas", "BusPas" }, + { { 0x8C, 0x1F, 0x64, 0xCF, 0x80 }, "Paso", "Paso Spa" }, { { 0x8C, 0x1F, 0x64, 0xCF, 0x90 }, "VeoTech", "VeoTech" }, { { 0x8C, 0x1F, 0x64, 0xCF, 0xA0 }, "YUYAMAMFG", "YUYAMA MFG Co.,Ltd" }, { { 0x8C, 0x1F, 0x64, 0xCF, 0xB0 }, "YUYAMAMFG", "YUYAMA MFG Co.,Ltd" }, @@ -56119,6 +56454,7 @@ { { 0x8C, 0x1F, 0x64, 0xD2, 0x20 }, "NineFives", "Nine Fives LLC" }, { { 0x8C, 0x1F, 0x64, 0xD2, 0x30 }, "PLX", "PLX Inc." }, { { 0x8C, 0x1F, 0x64, 0xD2, 0x40 }, "R3IoT", "R3 IoT Ltd." }, + { { 0x8C, 0x1F, 0x64, 0xD2, 0x50 }, "therlys", "therlys GmbH" }, { { 0x8C, 0x1F, 0x64, 0xD2, 0x70 }, "Taiv", "Taiv Inc" }, { { 0x8C, 0x1F, 0x64, 0xD2, 0x80 }, "MapleCloudTe", "MapleCloud Technologies" }, { { 0x8C, 0x1F, 0x64, 0xD2, 0x90 }, "SecureBits", "Secure Bits" }, @@ -56312,6 +56648,7 @@ { { 0x8C, 0x1F, 0x64, 0xE6, 0x40 }, "Indefac", "Indefac company" }, { { 0x8C, 0x1F, 0x64, 0xE6, 0x60 }, "EnlessWirele", "Enless Wireless" }, { { 0x8C, 0x1F, 0x64, 0xE6, 0x80 }, "LHA", "LHA Systems (Pty) Ltd" }, + { { 0x8C, 0x1F, 0x64, 0xE6, 0xB0 }, "TerratelTech", "Terratel Technology s.r.o." }, { { 0x8C, 0x1F, 0x64, 0xE6, 0xE0 }, "HumanDgm", "Human Dgm. Co., Ltd." }, { { 0x8C, 0x1F, 0x64, 0xE6, 0xF0 }, "VisionSafety", "Vision Systems Safety Tech" }, { { 0x8C, 0x1F, 0x64, 0xE7, 0x00 }, "TelfiTechnol", "Telfi Technologies Private Limited" }, @@ -56327,6 +56664,7 @@ { { 0x8C, 0x1F, 0x64, 0xE7, 0xC0 }, "AshinneTechn", "Ashinne Technology Co., Ltd" }, { { 0x8C, 0x1F, 0x64, 0xE7, 0xD0 }, "AudioVisualD", "Audio Visual Digital Systems" }, { { 0x8C, 0x1F, 0x64, 0xE8, 0x00 }, "PowerElectro", "Power Electronics Espana, S.L." }, + { { 0x8C, 0x1F, 0x64, 0xE8, 0x20 }, "SMITEC", "SMITEC S.p.A." }, { { 0x8C, 0x1F, 0x64, 0xE8, 0x60 }, "ComVetia", "ComVetia AG" }, { { 0x8C, 0x1F, 0x64, 0xE8, 0x70 }, "ChemiCon", "Chemi-Con" }, { { 0x8C, 0x1F, 0x64, 0xE8, 0x80 }, "SiFive", "SiFive Inc" }, @@ -56351,6 +56689,7 @@ { { 0x8C, 0x1F, 0x64, 0xEA, 0xC0 }, "MiracleHealt", "Miracle Healthcare, Inc." }, { { 0x8C, 0x1F, 0x64, 0xEA, 0xD0 }, "Messung", "Messung Systems Pvt Ltd" }, { { 0x8C, 0x1F, 0x64, 0xEA, 0xE0 }, "TrafficPolsk", "Traffic Polska sp. z o. o." }, + { { 0x8C, 0x1F, 0x64, 0xEA, 0xF0 }, "YUYAMAMFG", "YUYAMA MFG Co.,Ltd" }, { { 0x8C, 0x1F, 0x64, 0xEB, 0x00 }, "ExyteTechnol", "Exyte Technology GmbH" }, { { 0x8C, 0x1F, 0x64, 0xEB, 0x20 }, "AquaBroadcas", "Aqua Broadcast Ltd" }, { { 0x8C, 0x1F, 0x64, 0xEB, 0x40 }, "1Finity", "1Finity Inc." }, @@ -56514,6 +56853,7 @@ { { 0x8C, 0x1F, 0x64, 0xFB, 0x70 }, "GraceDesignL", "Grace Design/Lunatec LLC" }, { { 0x8C, 0x1F, 0x64, 0xFB, 0x90 }, "IWSGlobal", "IWS Global Pty Ltd" }, { { 0x8C, 0x1F, 0x64, 0xFB, 0xA0 }, "OntoInnovati", "Onto Innovation" }, + { { 0x8C, 0x1F, 0x64, 0xFB, 0xB0 }, "Telica", "Telica" }, { { 0x8C, 0x1F, 0x64, 0xFB, 0xD0 }, "SANAIElectro", "SAN-AI Electronic Industries Co.,Ltd." }, { { 0x8C, 0x1F, 0x64, 0xFC, 0x10 }, "Nidecasi", "Nidec asi spa" }, { { 0x8C, 0x1F, 0x64, 0xFC, 0x20 }, "IOControls", "I/O Controls" }, diff -Nru wireshark-4.4.13/epan/pci-ids.c wireshark-4.4.14/epan/pci-ids.c --- wireshark-4.4.13/epan/pci-ids.c 2026-01-14 18:05:54.000000000 +0000 +++ wireshark-4.4.14/epan/pci-ids.c 2026-02-25 17:40:04.000000000 +0000 @@ -6,8 +6,8 @@ * * List of PCI IDs * - * Version: 2026.01.11 - * Date: 2026-01-11 03:15:02 + * Version: 2026.01.25 + * Date: 2026-01-25 03:15:01 * * Maintained by Albert Pool, Martin Mares, and other volunteers from * the PCI ID Project at https://pci-ids.ucw.cz/. @@ -4129,8 +4129,9 @@ {0x1002, 0x731F, 0x1DA2, 0xE409, "Sapphire Technology Limited Navi 10 [Radeon RX 5600 OEM/5600 XT / 5700/5700 XT](0x1DA2-0xE409)"}, {0x1002, 0x731F, 0x1DA2, 0xE410, "Sapphire NITRO+ RX 5700 XT(0x1DA2-0xE410)"}, {0x1002, 0x731F, 0x1DA2, 0xE411, "Navi 10 [Radeon RX 5600 OEM/5600 XT / 5700/5700 XT]Navi 10 [Radeon RX 5600 OEM/5600 XT / 5700/5700 XT](0x1DA2-0xE411)"}, -{0x1002, 0x7340, 0xFFFF, 0xFFFF, "Navi 14 [Radeon RX 5500/5500M / Pro 5500M](0x7340)"}, +{0x1002, 0x7340, 0xFFFF, 0xFFFF, "Navi 14 [Radeon RX 5500/5500M / Pro 5300/5500M](0x7340)"}, {0x1002, 0x7340, 0x106B, 0x0210, "Radeon Pro 5300M(0x106B-0x0210)"}, +{0x1002, 0x7340, 0x106B, 0x0219, "iMac (Retina 5K, 27-inch, 2020) [Radeon Pro 5300](0x106B-0x0219)"}, {0x1002, 0x7341, 0xFFFF, 0xFFFF, "Navi 14 [Radeon Pro W5500](0x7341)"}, {0x1002, 0x7347, 0xFFFF, 0xFFFF, "Navi 14 [Radeon Pro W5500M](0x7347)"}, {0x1002, 0x734F, 0xFFFF, 0xFFFF, "Navi 14 [Radeon Pro W5300M](0x734F)"}, @@ -4244,6 +4245,7 @@ {0x1002, 0x7550, 0x1DA2, 0xE490, "Navi 48 XTX [Sapphire Pulse Radeon RX 9070 XT](0x1DA2-0xE490)"}, {0x1002, 0x7551, 0xFFFF, 0xFFFF, "Navi 48 [Radeon AI PRO R9700](0x7551)"}, {0x1002, 0x7590, 0xFFFF, 0xFFFF, "Navi 44 [Radeon RX 9060 XT](0x7590)"}, +{0x1002, 0x7590, 0x1458, 0x2429, "GV-R9060XTGAMING OC-16GD [Radeon RX 9060 XT GAMING OC 16G](0x1458-0x2429)"}, {0x1002, 0x7590, 0x1EAE, 0x8601, "RX-96TS316W7 [SWIFT RX 9060 XT OC White Triple Fan Gaming Edition 16GB](0x1EAE-0x8601)"}, {0x1002, 0x75A0, 0xFFFF, 0xFFFF, "Aqua Vanjaram [Instinct MI350X](0x75A0)"}, {0x1002, 0x75A3, 0xFFFF, 0xFFFF, "Aqua Vanjaram [Instinct MI355X](0x75A3)"}, @@ -25592,6 +25594,8 @@ {0x14F1, 0x1815, 0x0E11, 0x0022, "Grizzly(0x0E11-0x0022)"}, {0x14F1, 0x1815, 0x0E11, 0x0042, "Yogi(0x0E11-0x0042)"}, {0x14F1, 0x1830, 0xFFFF, 0xFFFF, "CX861xx Integrated Host Bridge(0x1830)"}, +{0x14F1, 0x1F86, 0xFFFF, 0xFFFF, "DBH CX11880 Codec(0x1F86)"}, +{0x14F1, 0x1F87, 0xFFFF, 0xFFFF, "SMIC CX11880 Codec(0x1F87)"}, {0x14F1, 0x2003, 0xFFFF, 0xFFFF, "HSF 56k Data/Fax Modem(0x2003)"}, {0x14F1, 0x2004, 0xFFFF, 0xFFFF, "HSF 56k Data/Fax/Voice Modem(0x2004)"}, {0x14F1, 0x2005, 0xFFFF, 0xFFFF, "HSF 56k Data/Fax/Voice/Spkp (w/Handset) Modem(0x2005)"}, @@ -27776,9 +27780,14 @@ static pci_id_t const pci_vid_168C[] = { {0x168C, 0xFFFF, 0xFFFF, 0xFFFF, "Qualcomm Atheros(0x168C)"}, {0x168C, 0x0007, 0xFFFF, 0xFFFF, "AR5210 Wireless Network Adapter [AR5000 802.11a](0x0007)"}, +{0x168C, 0x0007, 0x1186, 0x3A00, "DWL-A650 5GHz Wireless CardBus Adapter(0x1186-0x3A00)"}, +{0x168C, 0x0007, 0x1186, 0x3A02, "DWL-A520 5GHz Wireless PCI Adapter(0x1186-0x3A02)"}, +{0x168C, 0x0007, 0x1668, 0x0429, "802CA Wireless PC Card(0x1668-0x0429)"}, {0x168C, 0x0007, 0x1737, 0x0007, "WPC54A Wireless PC Card(0x1737-0x0007)"}, {0x168C, 0x0007, 0x1B47, 0x0100, "Harmony 8450CN Wireless CardBus Module(0x1B47-0x0100)"}, {0x168C, 0x0007, 0x1B47, 0x0110, "Skyline 4030 / Harmony 8450 802.11a Wireless CardBus Adapter(0x1B47-0x0110)"}, +{0x168C, 0x0007, 0x1B47, 0x0400, "PC50E-8-FC/A Wireless Access Point Radio Card(0x1B47-0x0400)"}, +{0x168C, 0x0007, 0x8086, 0x2500, "PRO/Wireless 5000 LAN CardBus Adapter(0x8086-0x2500)"}, {0x168C, 0x0007, 0x8086, 0x2501, "PRO/Wireless 5000 LAN PCI Adapter Module(0x8086-0x2501)"}, {0x168C, 0x0011, 0xFFFF, 0xFFFF, "AR5211 Wireless Network Adapter [AR5001A 802.11a](0x0011)"}, {0x168C, 0x0012, 0xFFFF, 0xFFFF, "AR5211 Wireless Network Adapter [AR5001X 802.11ab](0x0012)"}, @@ -29236,6 +29245,7 @@ static pci_id_t const pci_vid_1849[] = { {0x1849, 0xFFFF, 0xFFFF, 0xFFFF, "ASRock Incorporation(0x1849)"}, +{0x1849, 0x1150, 0xFFFF, 0xFFFF, "ASPEED AST1150 PCI-to-PCI Bridge(0x1150)"}, {0x1849, 0x9602, 0xFFFF, 0xFFFF, "RS780/RS880 PCI to PCI bridge (int gfx)(0x9602)"}, }; /* pci_vid_1849[] */ @@ -30407,7 +30417,7 @@ {0x1A03, 0x2000, 0x15D9, 0x086B, "X10DRS (AST2400 BMC)(0x15D9-0x086B)"}, {0x1A03, 0x2000, 0x15D9, 0x1B95, "H12SSL-i (AST2500 BMC)(0x15D9-0x1B95)"}, {0x1A03, 0x2000, 0x15D9, 0x1D50, "X14DBG-AP (AST2600 BMC)(0x15D9-0x1D50)"}, -{0x1A03, 0x2000, 0x1849, 0x2000, "ROME2D32LM3 (AST2500 BMC)(0x1849-0x2000)"}, +{0x1A03, 0x2000, 0x1849, 0x2000, "Onboard Graphics(0x1849-0x2000)"}, }; /* pci_vid_1A03[] */ static pci_id_t const pci_vid_1A05[] = { @@ -31544,6 +31554,8 @@ {0x1C00, 0x3250, 0xFFFF, 0xFFFF, "CH384 Dual Port Serial and Parallel Port Adapter(0x3250)"}, {0x1C00, 0x3252, 0xFFFF, 0xFFFF, "CH382 PCIe Dual Port Serial Adapter(0x3252)"}, {0x1C00, 0x3253, 0xFFFF, 0xFFFF, "CH352/CH382 PCI/PCIe Dual Port Serial Adapter(0x3253)"}, +{0x1C00, 0x3470, 0xFFFF, 0xFFFF, "CH384 Serial Adapter, 4-port mode(0x3470)"}, +{0x1C00, 0x3853, 0xFFFF, 0xFFFF, "CH384 Serial Adapter, 8-port mode(0x3853)"}, }; /* pci_vid_1C00[] */ static pci_id_t const pci_vid_1C09[] = { @@ -31966,7 +31978,7 @@ {0x1CC1, 0x1202, 0xFFFF, 0xFFFF, "IM2P32A8 NVMe SSD (DRAM-less)(0x1202)"}, {0x1CC1, 0x1602, 0xFFFF, 0xFFFF, "LEGEND 900 NVMe SSD (DRAM-less)(0x1602)"}, {0x1CC1, 0x2263, 0xFFFF, 0xFFFF, "XPG SX6000 Lite NVMe SSD (DRAM-less)(0x2263)"}, -{0x1CC1, 0x2708, 0xFFFF, 0xFFFF, "Premier Extreme SDXC SD 7.0 / microSDXC SD7.1 Express Card (DRAM-less)(0x2708)"}, +{0x1CC1, 0x2708, 0xFFFF, 0xFFFF, "Premier Extreme SDXC SD 7.0 / microSDXC SD 7.1 Express Card (DRAM-less)(0x2708)"}, {0x1CC1, 0x32A8, 0xFFFF, 0xFFFF, "SM2P32A8 NVMe SSD (DRAM-less)(0x32A8)"}, {0x1CC1, 0x33F3, 0xFFFF, 0xFFFF, "IM2P33F3 NVMe SSD (DRAM-less)(0x33F3)"}, {0x1CC1, 0x33F4, 0xFFFF, 0xFFFF, "IM2P33F4 NVMe SSD (DRAM-less)(0x33F4)"}, @@ -32028,6 +32040,12 @@ {0x1CC4, 0x5201, 0xFFFF, 0xFFFF, "AM520 PCIe 3.0 NVMe SSD 128GB(0x5201)"}, {0x1CC4, 0x5212, 0xFFFF, 0xFFFF, "AM521 PCIe 3.0 NVMe SSD 256GB(0x5212)"}, {0x1CC4, 0x5414, 0xFFFF, 0xFFFF, "AM541 PCIe 4.0 NVMe SSD 1024GB(0x5414)"}, +{0x1CC4, 0x6020, 0xFFFF, 0xFFFF, "NVMe SSD Controller UM3X1X series(0x6020)"}, +{0x1CC4, 0x6020, 0x1CC4, 0x8320, "NVMe SSD UM301a M.2 480GB(0x1CC4-0x8320)"}, +{0x1CC4, 0x6020, 0x1CC4, 0x8321, "NVMe SSD UM301a M.2 960GB(0x1CC4-0x8321)"}, +{0x1CC4, 0x6020, 0x1CC4, 0x8322, "NVMe SSD UM301a M.2 1.92TB(0x1CC4-0x8322)"}, +{0x1CC4, 0x6020, 0x1EA0, 0x8320, "NVMe SSD TM1300 M.2 480GB(0x1EA0-0x8320)"}, +{0x1CC4, 0x6020, 0x1EA0, 0x8322, "NVMe SSD TM1300 M.2 1.92TB(0x1EA0-0x8322)"}, {0x1CC4, 0x6201, 0xFFFF, 0xFFFF, "AM620 PCIe 3.0 NVMe SSD 128GB(0x6201)"}, {0x1CC4, 0x6202, 0xFFFF, 0xFFFF, "AM620 PCIe 3.0 NVMe SSD 256GB(0x6202)"}, {0x1CC4, 0x6203, 0xFFFF, 0xFFFF, "AM620 PCIe 3.0 NVMe SSD 512GB(0x6203)"}, @@ -32106,6 +32124,8 @@ {0x1CC4, 0x8030, 0x1EA0, 0x6125, "NVMe SSD TP3510 U.2 15.36TB(0x1EA0-0x6125)"}, {0x1CC4, 0x8030, 0x1EA0, 0x6224, "NVMe SSD TP3510 E3.S 7.68TB(0x1EA0-0x6224)"}, {0x1CC4, 0x8030, 0x1EA0, 0x6225, "NVMe SSD TP3510 E3.S 15.36TB(0x1EA0-0x6225)"}, +{0x1CC4, 0x8030, 0x1EA0, 0x7124, "NVMe SSD TP3512 U.2 7.68TB(0x1EA0-0x7124)"}, +{0x1CC4, 0x8030, 0x1EA0, 0x7125, "NVMe SSD TP3512 U.2 15.36TB(0x1EA0-0x7125)"}, }; /* pci_vid_1CC4[] */ static pci_id_t const pci_vid_1CC5[] = { @@ -33217,6 +33237,7 @@ {0x1DE5, 0xFFFF, 0xFFFF, 0xFFFF, "Eideticom, Inc(0x1DE5)"}, {0x1DE5, 0x1000, 0xFFFF, 0xFFFF, "IO Memory Controller(0x1000)"}, {0x1DE5, 0x2000, 0xFFFF, 0xFFFF, "NoLoad Hardware Development Kit(0x2000)"}, +{0x1DE5, 0x2100, 0xFFFF, 0xFFFF, "NoLoad Accelerator Platform(0x2100)"}, {0x1DE5, 0x3000, 0xFFFF, 0xFFFF, "eBPF-based PCIe Accelerator(0x3000)"}, }; /* pci_vid_1DE5[] */ @@ -33362,6 +33383,10 @@ {0x1DFC, 0x1181, 0xFFFF, 0xFFFF, "TDM 8 Port E1/T1/J1 Adapter(0x1181)"}, }; /* pci_vid_1DFC[] */ +static pci_id_t const pci_vid_1E0B[] = { +{0x1E0B, 0xFFFF, 0xFFFF, 0xFFFF, "Shenzhen Decenta Technology Co.,LTD(0x1E0B)"}, +}; /* pci_vid_1E0B[] */ + static pci_id_t const pci_vid_1E0D[] = { {0x1E0D, 0xFFFF, 0xFFFF, 0xFFFF, "SambaNova Systems, Inc(0x1E0D)"}, }; /* pci_vid_1E0D[] */ @@ -33832,6 +33857,10 @@ {0x1E3D, 0xFFFF, 0xFFFF, 0xFFFF, "Burlywood, Inc(0x1E3D)"}, }; /* pci_vid_1E3D[] */ +static pci_id_t const pci_vid_1E3E[] = { +{0x1E3E, 0xFFFF, 0xFFFF, 0xFFFF, "Shanghai Iluvatar CoreX Semiconductor Co., Ltd.(0x1E3E)"}, +}; /* pci_vid_1E3E[] */ + static pci_id_t const pci_vid_1E43[] = { {0x1E43, 0xFFFF, 0xFFFF, 0xFFFF, "MaxLinear Inc(0x1E43)"}, {0x1E43, 0x8904, 0xFFFF, 0xFFFF, "MxL8904(0x8904)"}, @@ -34181,6 +34210,7 @@ {0x1EC8, 0x8810, 0x1EC8, 0x12A2, "Fantasy I Device(0x1EC8-0x12A2)"}, {0x1EC8, 0x8900, 0xFFFF, 0xFFFF, "GR308(0x8900)"}, {0x1EC8, 0x8902, 0xFFFF, 0xFFFF, "GR3 Audio(0x8902)"}, +{0x1EC8, 0x8904, 0xFFFF, 0xFFFF, "GR308(0x8904)"}, {0x1EC8, 0x9800, 0xFFFF, 0xFFFF, "Fantasy II(0x9800)"}, {0x1EC8, 0x9800, 0x1EC8, 0x12A2, "Fantasy II Device(0x1EC8-0x12A2)"}, {0x1EC8, 0x9802, 0xFFFF, 0xFFFF, "Fantasy II(0x9802)"}, @@ -35344,6 +35374,10 @@ {0x2048, 0xFFFF, 0xFFFF, 0xFFFF, "Beijing SpaceControl Technology Co.Ltd(0x2048)"}, }; /* pci_vid_2048[] */ +static pci_id_t const pci_vid_2052[] = { +{0x2052, 0xFFFF, 0xFFFF, 0xFFFF, "Frontgrade Gaisler AB(0x2052)"}, +}; /* pci_vid_2052[] */ + static pci_id_t const pci_vid_2058[] = { {0x2058, 0xFFFF, 0xFFFF, 0xFFFF, "Lime Microsystems Ltd.(0x2058)"}, }; /* pci_vid_2058[] */ @@ -35361,6 +35395,24 @@ {0x205D, 0xFFFF, 0xFFFF, 0xFFFF, "Shanghai Zijing Xinjie Intelligent Technology Co., Ltd.(0x205D)"}, }; /* pci_vid_205D[] */ +static pci_id_t const pci_vid_205E[] = { +{0x205E, 0xFFFF, 0xFFFF, 0xFFFF, "SDTECH(0x205E)"}, +{0x205E, 0x0000, 0xFFFF, 0xFFFF, "SD85xxx PCIe Gen5 Switch(0x0000)"}, +{0x205E, 0x0000, 0x205E, 0x0048, "SD85048 PCIe Gen 5 48 lane Switch Upstream/Downstream Port(0x205E-0x0048)"}, +{0x205E, 0x0000, 0x205E, 0x0096, "SD85096 PCIe Gen 5 96 lane Switch Upstream/Downstream Port(0x205E-0x0096)"}, +{0x205E, 0x0000, 0x205E, 0x0104, "SD85104 PCIe Gen 5 104 lane Switch Upstream/Downstream Port(0x205E-0x0104)"}, +{0x205E, 0x0000, 0x205E, 0x0105, "SD85104 PCIe Gen 5 104 lane Switch Upstream/Downstream Port(0x205E-0x0105)"}, +{0x205E, 0x0000, 0x205E, 0x0144, "SD85144 PCIe Gen 5 144 lane Switch Upstream/Downstream Port(0x205E-0x0144)"}, +{0x205E, 0x0000, 0x205E, 0x2004, "SD85000 PCIe NT Endpoint(0x205E-0x2004)"}, +{0x205E, 0x0000, 0x205E, 0x2005, "SD85000 PCIe gDMA Endpoint(0x205E-0x2005)"}, +{0x205E, 0x0000, 0x205E, 0x2006, "SD85000 PCIe Management Endpoint(0x205E-0x2006)"}, +{0x205E, 0x5048, 0xFFFF, 0xFFFF, "SD85048 PCIe Gen 5 48 lane Switch Upstream/Downstream Port(0x5048)"}, +{0x205E, 0x5096, 0xFFFF, 0xFFFF, "SD85096 PCIe Gen 5 96 lane Switch Upstream/Downstream Port(0x5096)"}, +{0x205E, 0x5104, 0xFFFF, 0xFFFF, "SD85104 PCIe Gen 5 104 lane Switch Upstream/Downstream Port(0x5104)"}, +{0x205E, 0x5105, 0xFFFF, 0xFFFF, "SD85104 PCIe Gen 5 104 lane Switch Upstream/Downstream Port(0x5105)"}, +{0x205E, 0x5144, 0xFFFF, 0xFFFF, "SD85144 PCIe Gen 5 144 lane Switch Upstream/Downstream Port(0x5144)"}, +}; /* pci_vid_205E[] */ + static pci_id_t const pci_vid_2061[] = { {0x2061, 0xFFFF, 0xFFFF, 0xFFFF, "Unis Flash Memory(0x2061)"}, {0x2061, 0x4000, 0xFFFF, 0xFFFF, "E4000 controller(0x4000)"}, @@ -35399,6 +35451,12 @@ {0x2061, 0x5300, 0x2061, 0x2044, "E5300 NVMe SSD 7.68TB PCIe 5.0 U.2(0x2061-0x2044)"}, {0x2061, 0x5300, 0x2061, 0x2045, "E5300 NVMe SSD 12.8TB PCIe 5.0 U.2(0x2061-0x2045)"}, {0x2061, 0x5300, 0x2061, 0x2046, "E5300 NVMe SSD 15.36TB PCIe 5.0 U.2(0x2061-0x2046)"}, +{0x2061, 0x5300, 0x2061, 0x2085, "E5300 NVMe SSD 3.2TB PCIe 5.0 U.2(0x2061-0x2085)"}, +{0x2061, 0x5300, 0x2061, 0x2086, "E5300 NVMe SSD 3.84TB PCIe 5.0 U.2(0x2061-0x2086)"}, +{0x2061, 0x5300, 0x2061, 0x2087, "E5300 NVMe SSD 6.4TB PCIe 5.0 U.2(0x2061-0x2087)"}, +{0x2061, 0x5300, 0x2061, 0x2088, "E5300 NVMe SSD 7.68TB PCIe 5.0 U.2(0x2061-0x2088)"}, +{0x2061, 0x5300, 0x2061, 0x2089, "E5300 NVMe SSD 12.8TB PCIe 5.0 U.2(0x2061-0x2089)"}, +{0x2061, 0x5300, 0x2061, 0x208A, "E5300 NVMe SSD 15.36TB PCIe 5.0 U.2(0x2061-0x208A)"}, }; /* pci_vid_2061[] */ static pci_id_t const pci_vid_2063[] = { @@ -35598,6 +35656,15 @@ {0x20F4, 0xFFFF, 0xFFFF, 0xFFFF, "TRENDnet(0x20F4)"}, }; /* pci_vid_20F4[] */ +static pci_id_t const pci_vid_20F6[] = { +{0x20F6, 0xFFFF, 0xFFFF, 0xFFFF, "Shenzhen Zhishi Network Technology Co., Ltd.(0x20F6)"}, +{0x20F6, 0x0001, 0xFFFF, 0xFFFF, "MPU H1(0x0001)"}, +}; /* pci_vid_20F6[] */ + +static pci_id_t const pci_vid_20F9[] = { +{0x20F9, 0xFFFF, 0xFFFF, 0xFFFF, "Shenzhen Silicon Dynamic Networks Co., Ltd.(0x20F9)"}, +}; /* pci_vid_20F9[] */ + static pci_id_t const pci_vid_2116[] = { {0x2116, 0xFFFF, 0xFFFF, 0xFFFF, "ZyDAS Technology Corp.(0x2116)"}, }; /* pci_vid_2116[] */ @@ -37679,6 +37746,8 @@ {0x8086, 0x0DC5, 0xFFFF, 0xFFFF, "Ethernet Connection (23) I219-LM(0x0DC5)"}, {0x8086, 0x0DC5, 0x1028, 0x0C06, "Precision 3580(0x1028-0x0C06)"}, {0x8086, 0x0DC6, 0xFFFF, 0xFFFF, "Ethernet Connection (23) I219-V(0x0DC6)"}, +{0x8086, 0x0DC7, 0xFFFF, 0xFFFF, "Ethernet Connection I219-LM(0x0DC7)"}, +{0x8086, 0x0DC8, 0xFFFF, 0xFFFF, "Ethernet Connection I219-V(0x0DC8)"}, {0x8086, 0x0DCD, 0xFFFF, 0xFFFF, "Ethernet Connection C825-X(0x0DCD)"}, {0x8086, 0x0DD2, 0xFFFF, 0xFFFF, "Ethernet Network Adapter I710(0x0DD2)"}, {0x8086, 0x0DD2, 0x1137, 0x0000, "I710T4LG 4x1 GbE RJ45 PCIe NIC(0x1137-0x0000)"}, @@ -44510,6 +44579,19 @@ {0x8086, 0x65FA, 0xFFFF, 0xFFFF, "5100 Chipset PCI Express x16 Port 4-7(0x65FA)"}, {0x8086, 0x65FF, 0xFFFF, 0xFFFF, "5100 Chipset DMA Engine(0x65FF)"}, {0x8086, 0x674C, 0xFFFF, 0xFFFF, "CRI(0x674C)"}, +{0x8086, 0x6E23, 0xFFFF, 0xFFFF, "Nova Lake PCH-S SMbus Controller(0x6E23)"}, +{0x8086, 0x6E24, 0xFFFF, 0xFFFF, "Nova Lake PCH-S SPI Controller(0x6E24)"}, +{0x8086, 0x6E28, 0xFFFF, 0xFFFF, "Nova Lake PCH-S Serial IO UART Controller #0(0x6E28)"}, +{0x8086, 0x6E29, 0xFFFF, 0xFFFF, "Nova Lake PCH-S Serial IO UART Controller #1(0x6E29)"}, +{0x8086, 0x6E2A, 0xFFFF, 0xFFFF, "Nova Lake PCH-S Serial IO SPI Controller #0(0x6E2A)"}, +{0x8086, 0x6E2B, 0xFFFF, 0xFFFF, "Nova Lake PCH-S Serial IO SPI Controller #1(0x6E2B)"}, +{0x8086, 0x6E4C, 0xFFFF, 0xFFFF, "Nova Lake PCH-S Serial IO I2C Controller #0(0x6E4C)"}, +{0x8086, 0x6E4D, 0xFFFF, 0xFFFF, "Nova Lake PCH-S Serial IO I2C Controller #1(0x6E4D)"}, +{0x8086, 0x6E4E, 0xFFFF, 0xFFFF, "Nova Lake PCH-S Serial IO I2C Controller #2(0x6E4E)"}, +{0x8086, 0x6E4F, 0xFFFF, 0xFFFF, "Nova Lake PCH-S Serial IO I2C Controller #3(0x6E4F)"}, +{0x8086, 0x6E5E, 0xFFFF, 0xFFFF, "Nova Lake PCH-S Serial IO SPI Controller #2(0x6E5E)"}, +{0x8086, 0x6E7A, 0xFFFF, 0xFFFF, "Nova Lake PCH-S Serial IO I2C Controller #4(0x6E7A)"}, +{0x8086, 0x6E7B, 0xFFFF, 0xFFFF, "Nova Lake PCH-S Serial IO I2C Controller #5(0x6E7B)"}, {0x8086, 0x6F00, 0xFFFF, 0xFFFF, "Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D DMI2(0x6F00)"}, {0x8086, 0x6F00, 0x15D9, 0x0832, "X10SRL-F(0x15D9-0x0832)"}, {0x8086, 0x6F01, 0xFFFF, 0xFFFF, "Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D PCI Express Root Port 0(0x6F01)"}, @@ -45892,7 +45974,7 @@ {0x8086, 0xA170, 0x103C, 0x825B, "OMEN-17-w001nv(0x103C-0x825B)"}, {0x8086, 0xA170, 0x1043, 0x86C7, "H110I-PLUS Motherboard(0x1043-0x86C7)"}, {0x8086, 0xA170, 0x1462, 0xF994, "H110M ECO/GAMING(0x1462-0xF994)"}, -{0x8086, 0xA171, 0xFFFF, 0xFFFF, "CM238 HD Audio Controller(0xA171)"}, +{0x8086, 0xA171, 0xFFFF, 0xFFFF, "HM175/QM175/CM238 HD Audio Controller(0xA171)"}, {0x8086, 0xA182, 0xFFFF, 0xFFFF, "C620 Series Chipset Family SATA Controller [AHCI mode](0xA182)"}, {0x8086, 0xA186, 0xFFFF, 0xFFFF, "C620 Series Chipset Family SATA Controller [RAID mode](0xA186)"}, {0x8086, 0xA190, 0xFFFF, 0xFFFF, "C620 Series Chipset Family PCI Express Root Port #1(0xA190)"}, @@ -46218,7 +46300,11 @@ {0x8086, 0xAE4C, 0xFFFF, 0xFFFF, "Arrow Lake-HX Gauss Newton Algorithm (GNA)(0xAE4C)"}, {0x8086, 0xAE4D, 0xFFFF, 0xFFFF, "Arrow Lake-HX PCIe Root Port #13(0xAE4D)"}, {0x8086, 0xAE7F, 0xFFFF, 0xFFFF, "Arrow Lake-HX Shared SRAM (SOC-S)(0xAE7F)"}, +{0x8086, 0xB002, 0xFFFF, 0xFFFF, "Panther Lake Host Bridge/DRAM Controller(0xB002)"}, +{0x8086, 0xB01D, 0xFFFF, 0xFFFF, "Panther Lake Innovation Platform Framework Processor Participant(0xB01D)"}, {0x8086, 0xB03E, 0xFFFF, 0xFFFF, "Panther Lake NPU(0xB03E)"}, +{0x8086, 0xB05D, 0xFFFF, 0xFFFF, "Panther Lake IPU(0xB05D)"}, +{0x8086, 0xB07D, 0xFFFF, 0xFFFF, "Panther Lake Platform Monitoring Technology (PMT)(0xB07D)"}, {0x8086, 0xB080, 0xFFFF, 0xFFFF, "Panther Lake [Arc B390](0xB080)"}, {0x8086, 0xB081, 0xFFFF, 0xFFFF, "Panther Lake [Arc B370](0xB081)"}, {0x8086, 0xB082, 0xFFFF, 0xFFFF, "Panther Lake [Arc B390](0xB082)"}, @@ -46268,6 +46354,11 @@ {0x8086, 0xD156, 0xFFFF, 0xFFFF, "Core Processor Semaphore and Scratchpad Registers(0xD156)"}, {0x8086, 0xD157, 0xFFFF, 0xFFFF, "Core Processor System Control and Status Registers(0xD157)"}, {0x8086, 0xD158, 0xFFFF, 0xFFFF, "Core Processor Miscellaneous Registers(0xD158)"}, +{0x8086, 0xD431, 0xFFFF, 0xFFFF, "Nova Lake-S Thunderbolt 5 USB Controller(0xD431)"}, +{0x8086, 0xD433, 0xFFFF, 0xFFFF, "Nova Lake-S Thunderbolt 5 NHI #0(0xD433)"}, +{0x8086, 0xD44E, 0xFFFF, 0xFFFF, "Nova Lake-S Thunderbolt 5 PCI Express Root Port #0(0xD44E)"}, +{0x8086, 0xD44F, 0xFFFF, 0xFFFF, "Nova Lake-S Thunderbolt 5 PCI Express Root Port #1(0xD44F)"}, +{0x8086, 0xD460, 0xFFFF, 0xFFFF, "Nova Lake-S Thunderbolt 5 PCI Express Root Port #2(0xD460)"}, {0x8086, 0xD740, 0xFFFF, 0xFFFF, "NVL-S(0xD740)"}, {0x8086, 0xD741, 0xFFFF, 0xFFFF, "NVL-U(0xD741)"}, {0x8086, 0xD742, 0xFFFF, 0xFFFF, "NVL-H(0xD742)"}, @@ -46287,6 +46378,52 @@ {0x8086, 0xE221, 0xFFFF, 0xFFFF, "Battlemage G31 [Intel Graphics](0xE221)"}, {0x8086, 0xE222, 0xFFFF, 0xFFFF, "Battlemage G31 [Intel Graphics](0xE222)"}, {0x8086, 0xE223, 0xFFFF, 0xFFFF, "Battlemage G31 [Intel Graphics](0xE223)"}, +{0x8086, 0xE302, 0xFFFF, 0xFFFF, "Panther Lake LPC/eSPI Controller(0xE302)"}, +{0x8086, 0xE322, 0xFFFF, 0xFFFF, "Panther Lake SMBus Controller(0xE322)"}, +{0x8086, 0xE323, 0xFFFF, 0xFFFF, "Panther Lake SPI(flash) Controller(0xE323)"}, +{0x8086, 0xE325, 0xFFFF, 0xFFFF, "Panther Lake Serial IO UART Controller #0(0xE325)"}, +{0x8086, 0xE326, 0xFFFF, 0xFFFF, "Panther Lake Serial IO UART Controller #1(0xE326)"}, +{0x8086, 0xE327, 0xFFFF, 0xFFFF, "Panther Lake Serial IO SPI Host Controller #0(0xE327)"}, +{0x8086, 0xE328, 0xFFFF, 0xFFFF, "Panther Lake Smart Sound Technology BUS(0xE328)"}, +{0x8086, 0xE330, 0xFFFF, 0xFFFF, "Panther Lake Serial IO SPI Host Controller #1(0xE330)"}, +{0x8086, 0xE331, 0xFFFF, 0xFFFF, "Panther Lake TCSS USB3 xHCI Controller(0xE331)"}, +{0x8086, 0xE333, 0xFFFF, 0xFFFF, "Panther Lake Thunderbolt 4 NHI #0(0xE333)"}, +{0x8086, 0xE334, 0xFFFF, 0xFFFF, "Panther Lake Thunderbolt 4 NHI #1(0xE334)"}, +{0x8086, 0xE338, 0xFFFF, 0xFFFF, "Panther Lake PCI Express Root Port A1(0xE338)"}, +{0x8086, 0xE339, 0xFFFF, 0xFFFF, "Panther Lake PCI Express Root Port A2(0xE339)"}, +{0x8086, 0xE33A, 0xFFFF, 0xFFFF, "Panther Lake PCI Express Root Port A3(0xE33A)"}, +{0x8086, 0xE33B, 0xFFFF, 0xFFFF, "Panther Lake PCI Express Root Port A4(0xE33B)"}, +{0x8086, 0xE33C, 0xFFFF, 0xFFFF, "Panther Lake PCI Express Root Port B1(0xE33C)"}, +{0x8086, 0xE33D, 0xFFFF, 0xFFFF, "Panther Lake PCI Express Root Port B2(0xE33D)"}, +{0x8086, 0xE33E, 0xFFFF, 0xFFFF, "Panther Lake PCI Express Root Port B3(0xE33E)"}, +{0x8086, 0xE33F, 0xFFFF, 0xFFFF, "Panther Lake PCI Express Root Port B4(0xE33F)"}, +{0x8086, 0xE340, 0xFFFF, 0xFFFF, "Panther Lake PCH CNVi WiFi(0xE340)"}, +{0x8086, 0xE340, 0x8086, 0x0094, "Wi-Fi 6E AX211 160MHz(0x8086-0x0094)"}, +{0x8086, 0xE34E, 0xFFFF, 0xFFFF, "Panther Lake Thunderbolt 4 PCI Express Root Port #0(0xE34E)"}, +{0x8086, 0xE35D, 0xFFFF, 0xFFFF, "Panther Lake CSME HECI #1(0xE35D)"}, +{0x8086, 0xE360, 0xFFFF, 0xFFFF, "Panther Lake Thunderbolt 4 PCI Express Root Port #2(0xE360)"}, +{0x8086, 0xE361, 0xFFFF, 0xFFFF, "Panther Lake PCI Express Root Port C1(0xE361)"}, +{0x8086, 0xE362, 0xFFFF, 0xFFFF, "Panther Lake Primary to Sideband (P2SB) Bridge IOE(0xE362)"}, +{0x8086, 0xE363, 0xFFFF, 0xFFFF, "Panther Lake PCI Express Root Port C3(0xE363)"}, +{0x8086, 0xE364, 0xFFFF, 0xFFFF, "Panther Lake PCI Express Root Port C4(0xE364)"}, +{0x8086, 0xE365, 0xFFFF, 0xFFFF, "Panther Lake PCI Express Root Port D1(0xE365)"}, +{0x8086, 0xE366, 0xFFFF, 0xFFFF, "Panther Lake PCI Express Root Port D2(0xE366)"}, +{0x8086, 0xE367, 0xFFFF, 0xFFFF, "Panther Lake PCI Express Root Port D3(0xE367)"}, +{0x8086, 0xE368, 0xFFFF, 0xFFFF, "Panther Lake PCI Express Root Port D4(0xE368)"}, +{0x8086, 0xE369, 0xFFFF, 0xFFFF, "Panther Lake PCI Express Root Port D5(0xE369)"}, +{0x8086, 0xE36A, 0xFFFF, 0xFFFF, "Panther Lake PCI Express Root Port D6(0xE36A)"}, +{0x8086, 0xE36B, 0xFFFF, 0xFFFF, "Panther Lake PCI Express Root Port D7(0xE36B)"}, +{0x8086, 0xE36C, 0xFFFF, 0xFFFF, "Panther Lake PCI Express Root Port D8(0xE36C)"}, +{0x8086, 0xE36F, 0xFFFF, 0xFFFF, "Panther Lake I3C Host Controller #0(0xE36F)"}, +{0x8086, 0xE370, 0xFFFF, 0xFFFF, "Panther Lake MEI Controller(0xE370)"}, +{0x8086, 0xE376, 0xFFFF, 0xFFFF, "Panther Lake Bluetooth PCI Enumerator(0xE376)"}, +{0x8086, 0xE378, 0xFFFF, 0xFFFF, "Panther Lake Serial IO I2C Controller #0(0xE378)"}, +{0x8086, 0xE379, 0xFFFF, 0xFFFF, "Panther Lake Serial IO I2C Controller #1(0xE379)"}, +{0x8086, 0xE37A, 0xFFFF, 0xFFFF, "Panther Lake Serial IO I2C Controller #2(0xE37A)"}, +{0x8086, 0xE37B, 0xFFFF, 0xFFFF, "Panther Lake Serial IO I2C Controller #3(0xE37B)"}, +{0x8086, 0xE37C, 0xFFFF, 0xFFFF, "Panther Lake I3C Host Controller #1(0xE37C)"}, +{0x8086, 0xE37D, 0xFFFF, 0xFFFF, "Panther Lake USB 3.2 xHCI Controller(0xE37D)"}, +{0x8086, 0xE37F, 0xFFFF, 0xFFFF, "Panther Lake Shared SRAM(0xE37F)"}, {0x8086, 0xF1A5, 0xFFFF, 0xFFFF, "SSD 600P Series(0xF1A5)"}, {0x8086, 0xF1A5, 0x8086, 0x390A, "SSDPEKKW256G7 256GB(0x8086-0x390A)"}, {0x8086, 0xF1A6, 0xFFFF, 0xFFFF, "SSD DC P4101/Pro 7600p/760p/E 6100p Series(0xF1A6)"}, @@ -46380,8 +46517,12 @@ {0x8088, 0x2001, 0x8088, 0x2400, "Ethernet Network Adaptor RP2000-A04 for 10GbE SFP+(0x8088-0x2400)"}, {0x8088, 0x5025, 0xFFFF, 0xFFFF, "Ethernet Controller WX5025 for 25GbE SFP28(0x5025)"}, {0x8088, 0x5025, 0x8088, 0x1000, "Dual-Port Ethernet Network Adapter FF5025-DDATACXX(0x8088-0x1000)"}, +{0x8088, 0x5040, 0xFFFF, 0xFFFF, "Ethernet Controller WX5040 for 40GbE QSFP+(0x5040)"}, +{0x8088, 0x5040, 0x8088, 0x1000, "Dual-Port Ethernet Network Adapter FF5040-DDBTACXX(0x8088-0x1000)"}, {0x8088, 0x5125, 0xFFFF, 0xFFFF, "Ethernet Controller WX5025AL for 25GbE SFP28(0x5125)"}, {0x8088, 0x5125, 0x8088, 0x3000, "Dual-Port Ethernet Network Adapter FF5025-DDATAIXX(0x8088-0x3000)"}, +{0x8088, 0x5140, 0xFFFF, 0xFFFF, "Ethernet Controller WX5040AL for 40GbE QSFP+(0x5140)"}, +{0x8088, 0x5140, 0x8088, 0x3000, "Dual-Port Ethernet Network Adapter FF5040-DDBTAIXX(0x8088-0x3000)"}, }; /* pci_vid_8088[] */ static pci_id_t const pci_vid_80EE[] = { @@ -47963,7 +48104,7 @@ {0x0F62, 1, pci_vid_0F62 }, {0x1000, 839, pci_vid_1000 }, {0x1001, 10, pci_vid_1001 }, -{0x1002, 3295, pci_vid_1002 }, +{0x1002, 3297, pci_vid_1002 }, {0x1003, 2, pci_vid_1003 }, {0x1004, 34, pci_vid_1004 }, {0x1005, 8, pci_vid_1005 }, @@ -49189,7 +49330,7 @@ {0x14EE, 1, pci_vid_14EE }, {0x14EF, 1, pci_vid_14EF }, {0x14F0, 1, pci_vid_14F0 }, -{0x14F1, 284, pci_vid_14F1 }, +{0x14F1, 286, pci_vid_14F1 }, {0x14F2, 6, pci_vid_14F2 }, {0x14F3, 5, pci_vid_14F3 }, {0x14F4, 1, pci_vid_14F4 }, @@ -49497,7 +49638,7 @@ {0x1682, 1, pci_vid_1682 }, {0x1688, 2, pci_vid_1688 }, {0x168A, 7, pci_vid_168A }, -{0x168C, 246, pci_vid_168C }, +{0x168C, 251, pci_vid_168C }, {0x1695, 1, pci_vid_1695 }, {0x169C, 2, pci_vid_169C }, {0x169D, 1, pci_vid_169D }, @@ -49603,7 +49744,7 @@ {0x1830, 5, pci_vid_1830 }, {0x183B, 5, pci_vid_183B }, {0x1846, 1, pci_vid_1846 }, -{0x1849, 2, pci_vid_1849 }, +{0x1849, 3, pci_vid_1849 }, {0x184A, 2, pci_vid_184A }, {0x1850, 2, pci_vid_1850 }, {0x1851, 1, pci_vid_1851 }, @@ -49822,7 +49963,7 @@ {0x1BF5, 2, pci_vid_1BF5 }, {0x1BFC, 1, pci_vid_1BFC }, {0x1BFD, 1, pci_vid_1BFD }, -{0x1C00, 7, pci_vid_1C00 }, +{0x1C00, 9, pci_vid_1C00 }, {0x1C09, 13, pci_vid_1C09 }, {0x1C19, 4, pci_vid_1C19 }, {0x1C1C, 2, pci_vid_1C1C }, @@ -49849,7 +49990,7 @@ {0x1CB5, 2, pci_vid_1CB5 }, {0x1CB8, 1, pci_vid_1CB8 }, {0x1CC1, 40, pci_vid_1CC1 }, -{0x1CC4, 101, pci_vid_1CC4 }, +{0x1CC4, 109, pci_vid_1CC4 }, {0x1CC5, 3, pci_vid_1CC5 }, {0x1CC7, 3, pci_vid_1CC7 }, {0x1CCF, 2, pci_vid_1CCF }, @@ -49924,7 +50065,7 @@ {0x1DE0, 6, pci_vid_1DE0 }, {0x1DE1, 5, pci_vid_1DE1 }, {0x1DE4, 2, pci_vid_1DE4 }, -{0x1DE5, 4, pci_vid_1DE5 }, +{0x1DE5, 5, pci_vid_1DE5 }, {0x1DED, 8, pci_vid_1DED }, {0x1DEE, 27, pci_vid_1DEE }, {0x1DEF, 27, pci_vid_1DEF }, @@ -49934,6 +50075,7 @@ {0x1DF8, 12, pci_vid_1DF8 }, {0x1DFA, 3, pci_vid_1DFA }, {0x1DFC, 2, pci_vid_1DFC }, +{0x1E0B, 1, pci_vid_1E0B }, {0x1E0D, 1, pci_vid_1E0D }, {0x1E0E, 2, pci_vid_1E0E }, {0x1E0F, 134, pci_vid_1E0F }, @@ -49948,6 +50090,7 @@ {0x1E3A, 2, pci_vid_1E3A }, {0x1E3B, 252, pci_vid_1E3B }, {0x1E3D, 1, pci_vid_1E3D }, +{0x1E3E, 1, pci_vid_1E3E }, {0x1E43, 4, pci_vid_1E43 }, {0x1E44, 1, pci_vid_1E44 }, {0x1E48, 1, pci_vid_1E48 }, @@ -49989,7 +50132,7 @@ {0x1EB9, 2, pci_vid_1EB9 }, {0x1EBD, 2, pci_vid_1EBD }, {0x1EC6, 49, pci_vid_1EC6 }, -{0x1EC8, 16, pci_vid_1EC8 }, +{0x1EC8, 17, pci_vid_1EC8 }, {0x1EC9, 1, pci_vid_1EC9 }, {0x1ECA, 2, pci_vid_1ECA }, {0x1ED0, 2, pci_vid_1ED0 }, @@ -50071,10 +50214,12 @@ {0x203B, 1, pci_vid_203B }, {0x2046, 1, pci_vid_2046 }, {0x2048, 1, pci_vid_2048 }, +{0x2052, 1, pci_vid_2052 }, {0x2058, 1, pci_vid_2058 }, {0x205C, 6, pci_vid_205C }, {0x205D, 1, pci_vid_205D }, -{0x2061, 37, pci_vid_2061 }, +{0x205E, 15, pci_vid_205E }, +{0x2061, 43, pci_vid_2061 }, {0x2063, 33, pci_vid_2063 }, {0x206D, 1, pci_vid_206D }, {0x2077, 1, pci_vid_2077 }, @@ -50103,6 +50248,8 @@ {0x20E3, 1, pci_vid_20E3 }, {0x20E7, 1, pci_vid_20E7 }, {0x20F4, 1, pci_vid_20F4 }, +{0x20F6, 2, pci_vid_20F6 }, +{0x20F9, 1, pci_vid_20F9 }, {0x2116, 1, pci_vid_2116 }, {0x21B4, 1, pci_vid_21B4 }, {0x21C3, 1, pci_vid_21C3 }, @@ -50248,8 +50395,8 @@ {0x8008, 4, pci_vid_8008 }, {0x807D, 1, pci_vid_807D }, {0x8080, 2, pci_vid_8080 }, -{0x8086, 9450, pci_vid_8086 }, -{0x8088, 82, pci_vid_8088 }, +{0x8086, 9520, pci_vid_8086 }, +{0x8088, 86, pci_vid_8088 }, {0x80EE, 3, pci_vid_80EE }, {0x8164, 2, pci_vid_8164 }, {0x8322, 1, pci_vid_8322 }, @@ -50391,7 +50538,7 @@ {0xFFFD, 2, pci_vid_FFFD }, {0xFFFE, 2, pci_vid_FFFE }, {0xFFFF, 1, pci_vid_FFFF }, -}; /* We have 2483 VIDs */ +}; /* We have 2489 VIDs */ static int vid_search(const void *key, const void *tbl_entry) { diff -Nru wireshark-4.4.13/epan/secrets.c wireshark-4.4.14/epan/secrets.c --- wireshark-4.4.13/epan/secrets.c 2026-01-14 18:05:54.000000000 +0000 +++ wireshark-4.4.14/epan/secrets.c 2026-02-25 17:40:04.000000000 +0000 @@ -630,7 +630,7 @@ int secrets_rsa_decrypt(const cert_key_id_t *key_id, const uint8_t *encr, int encr_len, uint8_t **out, int *out_len) { - bool ret; + int ret; gnutls_datum_t ciphertext = { (unsigned char *)encr, encr_len }; gnutls_datum_t plain = { 0 }; diff -Nru wireshark-4.4.13/epan/services-data.c wireshark-4.4.14/epan/services-data.c --- wireshark-4.4.13/epan/services-data.c 2026-01-14 18:05:54.000000000 +0000 +++ wireshark-4.4.14/epan/services-data.c 2026-02-25 17:40:04.000000000 +0000 @@ -5822,6 +5822,7 @@ { 11175, "oemcacao-websvc", "OEM cacao web service access point" }, { 11202, "dcsl-backup", "DCSL Network Backup Services" }, { 11235, "xcompute", "numerical systems messaging" }, + { 11434, "ollama", "Ollama" }, { 11489, "asgcypresstcps", "ASG Cypress Secure Only" }, { 11623, "emc-xsw-dconfig", "EMC XtremSW distributed config" }, { 11796, "lanschool", "LanSchool" }, diff -Nru wireshark-4.4.13/extcap/ssh-base.c wireshark-4.4.14/extcap/ssh-base.c --- wireshark-4.4.13/extcap/ssh-base.c 2026-01-14 18:05:54.000000000 +0000 +++ wireshark-4.4.14/extcap/ssh-base.c 2026-02-25 17:40:04.000000000 +0000 @@ -128,7 +128,17 @@ /* Load the configurations already present in the system configuration file. */ /* They will be overwritten by the user-provided configurations. */ +#ifdef _WIN32 + /* libssh < 0.11.4 tries to read C:\etc\ssh\ssh_config by default + * on Windows (i.e., if the second parameter is NULL.), and later + * versions try to read from %PROGRAMDATA%\ssh\ssh_config. Neither + * of those is a good choice for us, since anyone can create them + * if they don't exist. Just look for %HOME%\.ssh\config instead. + */ + if (ssh_options_parse_config(sshs, "%d/.ssh/config") != 0) { +#else if (ssh_options_parse_config(sshs, NULL) != 0) { +#endif *err_info = g_strdup("Unable to load the configuration file"); goto failure; } diff -Nru wireshark-4.4.13/packaging/debian/changelog wireshark-4.4.14/packaging/debian/changelog --- wireshark-4.4.13/packaging/debian/changelog 2026-01-14 18:05:54.000000000 +0000 +++ wireshark-4.4.14/packaging/debian/changelog 2026-02-25 17:40:04.000000000 +0000 @@ -1,4 +1,4 @@ -wireshark (4.4.13) UNRELEASED; urgency=low +wireshark (4.4.14) UNRELEASED; urgency=low * Self-made package diff -Nru wireshark-4.4.13/packaging/source/git-export-release.sh.in wireshark-4.4.14/packaging/source/git-export-release.sh.in --- wireshark-4.4.13/packaging/source/git-export-release.sh.in 2026-01-14 18:05:54.000000000 +0000 +++ wireshark-4.4.14/packaging/source/git-export-release.sh.in 2026-02-25 17:40:04.000000000 +0000 @@ -44,7 +44,7 @@ # A tarball produced by 'git archive' will have the $Format string # substituted due to the use of 'export-subst' in .gitattributes. # shellcheck disable=SC2016 -COMMIT='a997d82a4239e452657a74db424551528ef37eb4' +COMMIT='2e231b8d9926750a68f69a0ed5f80af3cacfe9c3' if [[ $COMMIT != \$F* ]] ; then # This file was extracted from a tarball produced by git archive diff -Nru wireshark-4.4.13/resources/protocols/diameter/dictionary.xml wireshark-4.4.14/resources/protocols/diameter/dictionary.xml --- wireshark-4.4.13/resources/protocols/diameter/dictionary.xml 2026-01-14 18:05:54.000000000 +0000 +++ wireshark-4.4.14/resources/protocols/diameter/dictionary.xml 2026-02-25 17:40:04.000000000 +0000 @@ -4045,7 +4045,7 @@ - + @@ -4060,6 +4060,12 @@ + + + + + + diff -Nru wireshark-4.4.13/tools/make-version.py wireshark-4.4.14/tools/make-version.py --- wireshark-4.4.13/tools/make-version.py 2026-01-14 18:05:54.000000000 +0000 +++ wireshark-4.4.14/tools/make-version.py 2026-02-25 17:40:04.000000000 +0000 @@ -44,8 +44,8 @@ # If the text "$Format" is still present, it means that # git archive did not replace the $Format string, which # means that this not a git archive. -GIT_EXPORT_SUBST_H = 'a997d82a4239e452657a74db424551528ef37eb4' -GIT_EXPORT_SUBST_D = 'tag: v4.4.13, refs/keep-around/a997d82a4239e452657a74db424551528ef37eb4' +GIT_EXPORT_SUBST_H = '2e231b8d9926750a68f69a0ed5f80af3cacfe9c3' +GIT_EXPORT_SUBST_D = 'tag: v4.4.14, refs/merge-requests/23702/head, refs/keep-around/2e231b8d9926750a68f69a0ed5f80af3cacfe9c3' IS_GIT_ARCHIVE = not GIT_EXPORT_SUBST_H.startswith('$Format') diff -Nru wireshark-4.4.13/tools/win-setup.ps1 wireshark-4.4.14/tools/win-setup.ps1 --- wireshark-4.4.13/tools/win-setup.ps1 2026-01-14 18:05:54.000000000 +0000 +++ wireshark-4.4.14/tools/win-setup.ps1 2026-02-25 17:40:04.000000000 +0000 @@ -77,14 +77,14 @@ "c-ares/c-ares-1.28.1-1-x64-windows-ws.zip" = "6509df8e15ed67e87fac84a3b0acaa7b804b59f272fdf9decfb6157d241e73da"; "falcosecurity-libs/falcosecurity-libs-0.17.1-1-x64-ws.zip" = "371278147543e4b92dc404040b01aeacf221347f434f7b67143acd474555eecf"; "falcosecurity-libs/falcosecurity-plugins-2024-06-05-1-x64-ws.zip" = "3d19595f4ef9de77fef2ec2233000432b7b1e5a0f9353f6c8d99859205e113f8"; - "gnutls/gnutls-3.8.10-1-x64-mingw-dynamic-ws.7z" = "3f62c512a5973277ee03a51cecf876b102066ffb5588d87841cbe239f15f9680"; + "gnutls/gnutls-3.8.12-1-x64-mingw-dynamic-ws.7z" = "f7719be59d8bbf95367946647e888e48df8764e9cb9ee3dc494592f7f979a6a6"; "krb5/krb5-1.22.1-1-x64-windows-ws.7z" = "087c0b2a0df3b8adcb0f3458b290df0adab3ce85b57a328501fe4206ef62915d"; "libgcrypt/libgcrypt-bundle-1.11.2-1-x64-mingw-dynamic-ws.zip" = "0f623b221e84817f68ed8c692a0722607cf52c2573691222b6c981d04fa9ee4c"; "libilbc/libilbc-2.0.2-4-x64-windows-ws.zip" = "4f35a1ffa03c89bf473f38249282a7867b203988d2b6d3d2f0924764619fd5f5"; "libmaxminddb/libmaxminddb-1.4.3-1-win64ws.zip" = "ee89944a19ab6e1c873bdecb9fc6205d317c41e6da6ec1d30bc892fddfd143da"; "libpcap/libpcap-1.10.4-1-x64-windows-ws.zip" = "ad18ee1da72ce9df524b8baf9c185f237e534ef8e356c0b3eb3a5d6762004656"; "libsmi/libsmi-2021-01-15-2-x64-windows-ws.zip" = "ee8e349427d2a4ee9c18fc6b5839bd6df41685ecba03506179c21425e04f3413"; - "libssh/libssh-0.11.3-1-x64-mingw-dynamic-ws.7z" = "26324f2758ec4110d94f37e63f59c99619ac03eb0a37c4e818868ac6c061d241"; + "libssh/libssh-0.11.4-1-x64-mingw-dynamic-ws.7z" = "86a2ded014cfd3bffda2394c2c4e608ec36e8a0b8aef777edf3e8b79c3eabfad"; "lua/lua-5.4.6-unicode-win64-vc14.zip" = "f0c6c7eb28733425b16717beb338d44c041dfbb5c6807e618d96bd754276aaff"; "lz4/lz4-1.10.0-1-x64-windows-ws.zip" = "8b838f68cc90efa2d7c37f2bc651d153487bc336525d67f9c224a3e4bccf3583"; "minizip/minizip-1.3-1-x64-windows-ws.zip" = "eb0bb5fffda5328e192d0d7951ff0254e64dcd736d46909fde7db792c1c53bcc"; @@ -110,14 +110,14 @@ "c-ares/c-ares-1.28.1-1-arm64-windows-ws.zip" = "84954f593d02d1af0ff5c7af1646b0fec5af3260fecda6cda7bbc84f9e343e10"; "falcosecurity-libs/falcosecurity-libs-0.17.1-2-arm64-ws.zip" = "c9a2e0ae1636b53fd843c87bb136eebe24595d658eb7a82ca9aff2d25b185902"; "falcosecurity-libs/falcosecurity-plugins-2024-06-05-1-arm64-ws.zip" = "81f7b5a918c3b4cd1c0e08d8e2fadd6859363897d9d6a48f8b408aa67f072b5c"; - "gnutls/gnutls-3.8.10-1-arm64-mingw-dynamic-ws.7z" = "6174219a79c061874c7bf5cf89b13d0542c37f91f91fbc79c8f0a419a415121e"; + "gnutls/gnutls-3.8.12-1-arm64-mingw-dynamic-ws.7z" = "ab709ade4b389c91caa888bd12304c1b222a7d8a6670a53db8f3b50a583d8e8d"; "krb5/krb5-1.22.1-1-arm64-windows-ws.7z" = "916d6a7a8063c00c4c586f338ec9d0b956f7acb50b93408500a7814fb1ebf851"; "libgcrypt/libgcrypt-bundle-1.11.2-1-arm64-mingw-dynamic-ws.zip" = "2919c991794e83d8ab3c90caa441889bf60e973ca464d483ccb06567ff3f0b34"; "libilbc/libilbc-2.0.2-4-arm64-windows-ws.zip" = "00a506cc1aac8a2e31856e463a555d899b5a6ccf376485a124104858ccf0be6d"; "libmaxminddb/libmaxminddb-1.4.3-1-win64armws.zip" = "9996327f301cb4a4de797bc024ad0471acd95c1850a2afc849c57fcc93360610"; "libpcap/libpcap-1.10.4-1-arm64-windows-ws.zip" = "98dbac265e3617eb0ab1a690902a4989e022d0761098c2753bff4cd0189419b3"; "libsmi/libsmi-2021-01-15-2-arm64-windows-ws.zip" = "3f5b7507a19436bd6494e2cbc89856a5980950f931f7cf0d637a8e764914d015"; - "libssh/libssh-0.11.3-1-arm64-mingw-dynamic-ws.7z" = "6ee3fba9ea3fb22b8f200f65c4ae49a8965efc31698dc8b92d5787c2b18226f5"; + "libssh/libssh-0.11.4-1-arm64-mingw-dynamic-ws.7z" = "82b81aab9c91583a11399b6d042af3f15817a8e3ed6173ec37111271a5696869"; "lua/lua-5.4.6-unicode-arm64-windows-vc14.zip" = "a28c38acde71de5c495420cd8bf480e2e41f1a14bac81503b700fc64a9679b95"; "lz4/lz4-1.10.0-1-arm64-windows-ws.zip" = "ee51fbf87bf359fa7835be89797c3488daf502e36e26337b0e649030aab7a09b"; "minizip/minizip-1.3-1-arm64-windows-ws.zip" = "e5b35d064ff10f1ab1ee9193a0965fd1eb3d1e16eab5a905ab3fea9b14fb5afe"; diff -Nru wireshark-4.4.13/tshark.c wireshark-4.4.14/tshark.c --- wireshark-4.4.13/tshark.c 2026-01-14 18:05:54.000000000 +0000 +++ wireshark-4.4.14/tshark.c 2026-02-25 17:40:04.000000000 +0000 @@ -2435,7 +2435,7 @@ warn_about_capture_filter(rfilter); #endif - exit_status = WS_EXIT_INVALID_INTERFACE; + exit_status = WS_EXIT_INVALID_FILTER; goto clean_exit; } } diff -Nru wireshark-4.4.13/ui/qt/models/expert_info_model.cpp wireshark-4.4.14/ui/qt/models/expert_info_model.cpp --- wireshark-4.4.13/ui/qt/models/expert_info_model.cpp 2026-01-14 18:05:54.000000000 +0000 +++ wireshark-4.4.14/ui/qt/models/expert_info_model.cpp 2026-02-25 17:40:04.000000000 +0000 @@ -18,6 +18,7 @@ group_(expert_info.group), severity_(expert_info.severity), hf_id_(expert_info.hf_index), + row_(0), protocol_(expert_info.protocol), summary_(expert_info.summary), parentItem_(parent) @@ -55,6 +56,8 @@ void ExpertPacketItem::appendChild(ExpertPacketItem* child, QString hash) { + // childItems_ is only appended to, so this row never changes. + child->row_ = static_cast(childItems_.size()); childItems_.append(child); hashChild_[hash] = child; } @@ -76,10 +79,7 @@ int ExpertPacketItem::row() const { - if (parentItem_) - return static_cast(parentItem_->childItems_.indexOf(const_cast(this))); - - return 0; + return row_; } ExpertPacketItem* ExpertPacketItem::parentItem() diff -Nru wireshark-4.4.13/ui/qt/models/expert_info_model.h wireshark-4.4.14/ui/qt/models/expert_info_model.h --- wireshark-4.4.13/ui/qt/models/expert_info_model.h 2026-01-14 18:05:54.000000000 +0000 +++ wireshark-4.4.14/ui/qt/models/expert_info_model.h 2026-02-25 17:40:04.000000000 +0000 @@ -53,6 +53,7 @@ int group_; int severity_; int hf_id_; + int row_; // Half-hearted attempt at conserving memory. If this isn't sufficient, // PacketListRecord interns column strings in a GStringChunk. QByteArray protocol_; diff -Nru wireshark-4.4.13/ui/qt/models/expert_info_proxy_model.cpp wireshark-4.4.14/ui/qt/models/expert_info_proxy_model.cpp --- wireshark-4.4.13/ui/qt/models/expert_info_proxy_model.cpp 2026-01-14 18:05:54.000000000 +0000 +++ wireshark-4.4.14/ui/qt/models/expert_info_proxy_model.cpp 2026-02-25 17:40:04.000000000 +0000 @@ -226,6 +226,32 @@ return colProxyLast; } +bool ExpertInfoProxyModel::hasChildren(const QModelIndex &parent) const +{ + QModelIndex source_parent = mapToSource(parent); + if (parent.isValid() && !source_parent.isValid()) + return false; + if (!sourceModel()->hasChildren(source_parent)) + return false; + + if (sourceModel()->canFetchMore(source_parent)) + return true; //we assume we might have children that can be fetched + + // The base QSortFilterProxyModel::hasChildren creates a full mapping here, + // which can be reused by other functions, but does an expensive sort that + // isn't necessary just to see if there's children. When new expert infos + // get added to the model during tappping it invalidates that mapping, and + // don't want to keep calculating it. + // XXX - It might be ok to use the base function if we're not currently + // tapping. + for (int source_row = 0; source_row < sourceModel()->rowCount(source_parent); ++source_row) { + if (filterAcceptsRow(source_row, source_parent)) { + return true; + } + } + return false; +} + bool ExpertInfoProxyModel::filterAcceptItem(ExpertPacketItem& item) const { if (hidden_severities_.contains(item.severity())) diff -Nru wireshark-4.4.13/ui/qt/models/expert_info_proxy_model.h wireshark-4.4.14/ui/qt/models/expert_info_proxy_model.h --- wireshark-4.4.13/ui/qt/models/expert_info_proxy_model.h 2026-01-14 18:05:54.000000000 +0000 +++ wireshark-4.4.14/ui/qt/models/expert_info_proxy_model.h 2026-02-25 17:40:04.000000000 +0000 @@ -39,6 +39,7 @@ QVariant headerData(int section, Qt::Orientation orientation, int role = Qt::DisplayRole) const; int columnCount(const QModelIndex &parent = QModelIndex()) const; + bool hasChildren(const QModelIndex &parent = QModelIndex()) const; virtual bool filterAcceptsRow(int sourceRow, const QModelIndex &sourceParent) const; diff -Nru wireshark-4.4.13/ui/qt/wireshark_sv.ts wireshark-4.4.14/ui/qt/wireshark_sv.ts --- wireshark-4.4.13/ui/qt/wireshark_sv.ts 2026-01-14 18:05:54.000000000 +0000 +++ wireshark-4.4.14/ui/qt/wireshark_sv.ts 2026-02-25 17:40:04.000000000 +0000 @@ -840,8 +840,8 @@ %Ln day(s) - %Ln dygn - %Ln dygn + %Ln dag + %Ln dagar @@ -1059,8 +1059,8 @@ %Ln day(s) - %Ln dygn - %Ln dygn + %Ln dag + %Ln dagar @@ -1129,7 +1129,7 @@ Comment %1: - Kommentar %1: + Kommentar %1: Decryption Secrets @@ -1209,7 +1209,7 @@ <p>Frame %1: - <p>Ram %1: + <p>Ram %1: Created by Wireshark %1 @@ -2021,19 +2021,19 @@ Packets A - Paket A + Paket A Bytes A - Byte A + Byte A Packets B - Paket B + Paket B Bytes B - Byte B + Byte B Abs Start @@ -2049,11 +2049,11 @@ Bits/s A - Bitar/s A + Bitar/s A Bits/s B - Bitar/s B + Bitar/s B Flows @@ -2183,7 +2183,7 @@ Copy packet bytes as printable ASCII characters and escape sequences. - Kopiera paketbyte som skrivbara ASCII-tecken och styrsekvenser + Kopiera paketbyte som skrivbara ASCII-tecken och styrsekvenser. …as Go literal @@ -2199,7 +2199,7 @@ Copy packet bytes as C Array. - Kopiera paketbyte som en C-vektor + Kopiera paketbyte som en C-vektor. …as a Hex Stream @@ -2711,7 +2711,7 @@ Draw IPv4 or IPv6 endpoints on a map. - Rita IPv4- och IPv6-ändpunkter på en karta + Rita IPv4- och IPv6-ändpunkter på en karta. Open in browser @@ -3618,7 +3618,7 @@ Click to select. - Klicka för att välja. + Klicka för att välja. Regex Find: @@ -4536,7 +4536,7 @@ %1 Intervals - %1 Intervall + %1 Intervall Move to top left @@ -4763,7 +4763,7 @@ G: Go to packet, N: Next problem packet - G: gå till paket, N: nästa problempaket + G: gå till paket, N: nästa problempaket Portable Document Format (*.pdf) @@ -5274,7 +5274,7 @@ Interfaces not loaded (due to preference). Go to Capture - Gränssnitt inte inlästa (på grund av inställningar). Gå till fångst + Gränssnitt inte inlästa (på grund av inställningar). Gå till fångst Start capture @@ -6750,7 +6750,7 @@ %1 Displayed: %2 (%3%) - %1 visade: %2 (%3 %) + %1 visade: %2 (%3 %) Manage Profiles… @@ -6831,7 +6831,7 @@ Selected Packet: %1 %2 - Välj paket: %1 %2 + Valt paket: %1 %2 Selected Event: %1 %2 @@ -6843,7 +6843,7 @@ %1 Selected: %2 (%3%) - %1 valda: %2 (%3 %) + %1 valda: %2 (%3 %) %1 Marked: %2 (%3%) @@ -6860,7 +6860,7 @@ %1 Comments: %2 - %1 kommentarer: %2 + %1 kommentarer: %2 %1 Load time: %2:%3.%4 @@ -7002,7 +7002,7 @@ Language: - Språk: + Språk: Use system setting @@ -7439,7 +7439,7 @@ [%1 closed] - [%1 stängd] + [%1 stängd] Byte %1 @@ -7783,7 +7783,7 @@ Open %1 preferences… - Öppna %1 inställningar … + Öppna %1-inställningar … Invalid value. @@ -8453,7 +8453,7 @@ Open %1 preferences… - Öppna %1 inställningar … + Öppna %1-inställningar … @@ -8564,7 +8564,7 @@ Any - Godtycklig + Godtycklig Don't show this message again. @@ -8864,7 +8864,7 @@ No remote interfaces found. - Inga fjärrgränssnitt hittades + Inga fjärrgränssnitt hittades. PCAP not found @@ -9014,7 +9014,7 @@ No remote interfaces found. - Inga fjärrgränssnitt hittades + Inga fjärrgränssnitt hittades. PCAP not found @@ -9057,7 +9057,7 @@ 1 every - 1 var + 1 var milliseconds @@ -9204,7 +9204,7 @@ # # Kommentarer # -# +# @@ -9484,7 +9484,7 @@ %1 streams, - %1 strömmar, + %1 strömmar, Save one stream CSV @@ -9548,7 +9548,7 @@ Save tables as CSV. - Spara tabeller som CSV + Spara tabeller som CSV. Current Tab Stream CSV @@ -9556,7 +9556,7 @@ Save the table on the current tab as CSV. - Spara tabellen för den aktuella fliken som CSV + Spara tabellen för den aktuella fliken som CSV. All Tab Streams CSV @@ -9564,7 +9564,7 @@ Save the table from all tabs as CSV. - Spara tabellen från alla flikar som CSV + Spara tabellen från alla flikar som CSV. Save Graph @@ -9612,7 +9612,7 @@ Prepare a filter matching current tab. - Förbered ett filter som matchar den aktuella fliken + Förbered ett filter som matchar den aktuella fliken. &All Tabs @@ -9620,7 +9620,7 @@ Prepare a filter matching all tabs. - Förbered ett filter som matchar alla flikar + Förbered ett filter som matchar alla flikar. RTP Stream Analysis @@ -9632,7 +9632,7 @@ G: Go to packet, N: Next problem packet - G: gå till paket, N: nästa problempaket + G: gå till paket, N: nästa problempaket Portable Document Format (*.pdf) @@ -10540,7 +10540,7 @@ Number of Data Chunks from EP2 to EP1: - Antal datastycken från EP2 till EP1: + Antal datastycken från EP2 till EP1: Checksum Type: @@ -10548,7 +10548,7 @@ Number of Data Chunks from EP1 to EP2: - Antal datastycken från EP1 till EP2: + Antal datastycken från EP1 till EP2: Number of Data Bytes from EP1 to EP2: @@ -10556,7 +10556,7 @@ Number of Data Bytes from EP2 to EP1: - Antal databyte från EP2 till EP1: + Antal databyte från EP2 till EP1: Endpoint 1 @@ -11240,7 +11240,7 @@ Reset the diagram to its initial state. - Återställ diagrammet till sitt ursprungsläge + Återställ diagrammet till sitt ursprungsläge. 0 @@ -12284,7 +12284,7 @@ [not enough data] - [inte tillräckligt med data] + [inte tillräckligt med data] for %1:%2 %3 %4:%5 @@ -12418,7 +12418,7 @@ Copy a text representation of the tree to the clipboard - Kopiera en textrepresentation av trädet till urklipp. + Kopiera en textrepresentation av trädet till urklipp Save as… @@ -13080,7 +13080,7 @@ You are sniffing the glue that holds the Internet together using Wireshark - Du luktar på limmet som håller samman Internet med Wireshark + Du luktar på limmet som håller samman Internet med Wireshark You are sniffing the glue that holds your system together using Logray @@ -13088,7 +13088,7 @@ You are running Wireshark - Du kör Wireshark + Du kör Wireshark You are running Logray @@ -13096,11 +13096,11 @@ You receive automatic updates. - Du får automatiska uppdateringar. + Du får automatiska uppdateringar. You have disabled automatic updates. - Du har avaktiverat automatiska uppdateringar. + Du har inaktiverat automatiska uppdateringar. not found @@ -15289,7 +15289,7 @@ Configure all extcaps before start of capture. - Konfigurera alla extcap:ar före start av fångst + Konfigurera alla extcap:ar före start av fångst. Invalid capture filter. @@ -15320,9 +15320,9 @@ Delete comments from %Ln packet(s) - - - + + Ta bort kommentarer från %Ln paket + Ta bort kommentarer från %Ln paket @@ -15331,7 +15331,7 @@ before reloading Lua plugins - före Lua-insticksmodulen laddas om + före Lua-insticksmodulen laddas om Please wait while Wireshark is initializing… @@ -15339,7 +15339,7 @@ before updating - före uppdatering + före uppdatering There are no TLS Session Keys to save. diff -Nru wireshark-4.4.13/wiretap/CMakeLists.txt wireshark-4.4.14/wiretap/CMakeLists.txt --- wireshark-4.4.13/wiretap/CMakeLists.txt 2026-01-14 18:05:54.000000000 +0000 +++ wireshark-4.4.14/wiretap/CMakeLists.txt 2026-02-25 17:40:04.000000000 +0000 @@ -178,7 +178,7 @@ PREFIX "lib" COMPILE_DEFINITIONS "WS_BUILD_DLL" LINK_FLAGS "${WS_LINK_FLAGS}" - VERSION "15.0.13" SOVERSION 15 + VERSION "15.0.14" SOVERSION 15 FOLDER "DLLs" INSTALL_RPATH "${LIBRARY_INSTALL_RPATH}" ) diff -Nru wireshark-4.4.13/wiretap/blf.c wireshark-4.4.14/wiretap/blf.c --- wireshark-4.4.13/wiretap/blf.c 2026-01-14 18:05:54.000000000 +0000 +++ wireshark-4.4.14/wiretap/blf.c 2026-02-25 17:40:04.000000000 +0000 @@ -777,14 +777,6 @@ /* Skip empty container */ if (!wtap_read_bytes_or_eof(params->fh, NULL, (unsigned int)data_length, err, err_info)) { if (*err == WTAP_ERR_SHORT_READ) { - /* - * XXX - our caller will turn this into an EOF. - * How *should* it be treated? - * For now, we turn it into Yet Another Internal Error, - * pending having better documentation of the file - * format. - */ - *err = WTAP_ERR_INTERNAL; *err_info = ws_strdup("blf_pull_logcontainer_into_memory: short read on 0-length container"); } return false; @@ -808,13 +800,9 @@ g_free(buf); if (*err == WTAP_ERR_SHORT_READ) { /* - * XXX - our caller will turn this into an EOF. - * How *should* it be treated? - * For now, we turn it into Yet Another Internal Error, - * pending having better documentation of the file - * format. + * XXX - Possible improvement: read as much as we can, instead of + * skipping the last log container entirely. */ - *err = WTAP_ERR_INTERNAL; *err_info = ws_strdup("blf_pull_logcontainer_into_memory: short read on uncompressed data"); } return false; @@ -835,13 +823,10 @@ g_free(compressed_data); if (*err == WTAP_ERR_SHORT_READ) { /* - * XXX - our caller will turn this into an EOF. - * How *should* it be treated? - * For now, we turn it into Yet Another Internal Error, - * pending having better documentation of the file - * format. + * XXX - Possible improvement: read as much as we can, instead of + * skipping the last log container entirely. + * In this case, we also need to handle potential errors when inflating. */ - *err = WTAP_ERR_INTERNAL; *err_info = ws_strdup("blf_pull_logcontainer_into_memory: short read on compressed data"); } return false; @@ -1161,17 +1146,31 @@ container = &g_array_index(params->blf_data->log_containers, blf_log_container_t, params->blf_data->log_containers->len - 1); if (!blf_pull_logcontainer_into_memory(params, container, err, err_info)) { - if (*err == WTAP_ERR_DECOMPRESS) { + if (*err == WTAP_ERR_DECOMPRESS || *err == WTAP_ERR_SHORT_READ) { report_warning("Error while decompressing BLF log container number %u (file pos. 0x%" PRIx64 "): %s", - params->blf_data->log_containers->len - 1, container->infile_start_pos, *err_info ? *err_info : "(none)"); + params->blf_data->log_containers->len - 1, container->infile_start_pos, *err_info ? *err_info : "(none)"); *err = 0; g_free(*err_info); *err_info = NULL; - /* Skip this log container and try to get the next one. */ + /* Skip this log container. */ g_array_remove_index(params->blf_data->log_containers, params->blf_data->log_containers->len - 1); - /* Calling blf_pull_logcontainer_into_memory advances the file pointer. Eventually we will reach the end of the file and stop recursing. */ + } + switch (*err) { + case WTAP_ERR_DECOMPRESS: + /* + * Try to get the next log container. Calling blf_pull_logcontainer_into_memory advances + * the file pointer: eventually we will reach the end of the file and stop recursing. + */ return blf_pull_next_logcontainer(params, err, err_info); + case WTAP_ERR_SHORT_READ: + /* + * This can happen if the log container (and consequently the file) was abruptly truncated for any reason. + * We can go on, since the file pointer has already been advanced, so we're already at EOF. + */ + return true; + default: + break; } return false; diff -Nru wireshark-4.4.13/wsutil/CMakeLists.txt wireshark-4.4.14/wsutil/CMakeLists.txt --- wireshark-4.4.13/wsutil/CMakeLists.txt 2026-01-14 18:05:54.000000000 +0000 +++ wireshark-4.4.14/wsutil/CMakeLists.txt 2026-02-25 17:40:04.000000000 +0000 @@ -82,6 +82,7 @@ 802_11-utils.h adler32.h array.h + base32.h bits_count_ones.h bits_ctz.h bitswap.h @@ -157,6 +158,7 @@ set(WSUTIL_COMMON_FILES 802_11-utils.c adler32.c + base32.c bitswap.c buffer.c clopts_common.c diff -Nru wireshark-4.4.13/wsutil/base32.c wireshark-4.4.14/wsutil/base32.c --- wireshark-4.4.13/wsutil/base32.c 1970-01-01 00:00:00.000000000 +0000 +++ wireshark-4.4.14/wsutil/base32.c 2026-02-25 17:40:04.000000000 +0000 @@ -0,0 +1,37 @@ +/* base32.c + * Stub for removed base-32 conversion + * + * Wireshark - Network traffic analyzer + * By Gerald Combs + * Copyright 1998 Gerald Combs + * + * SPDX-License-Identifier: GPL-2.0-or-later + */ + +#include "config.h" +#include "base32.h" + +#include + +int ws_base32_decode(uint8_t* output, const uint32_t outputLength, + const uint8_t* in, const uint32_t inputLength) +{ + (void)output; + (void)outputLength; + (void)in; + (void)inputLength; + return -1; +} + +/* + * Editor modelines - https://www.wireshark.org/tools/modelines.html + * + * Local variables: + * c-basic-offset: 8 + * tab-width: 8 + * indent-tabs-mode: t + * End: + * + * vi: set shiftwidth=8 tabstop=8 noexpandtab: + * :indentSize=8:tabSize=8:noTabs=false: + */ diff -Nru wireshark-4.4.13/wsutil/base32.h wireshark-4.4.14/wsutil/base32.h --- wireshark-4.4.13/wsutil/base32.h 1970-01-01 00:00:00.000000000 +0000 +++ wireshark-4.4.14/wsutil/base32.h 2026-02-25 17:40:04.000000000 +0000 @@ -0,0 +1,46 @@ +/** @file + * Base-32 conversion + * + * Wireshark - Network traffic analyzer + * By Gerald Combs + * Copyright 1998 Gerald Combs + * + * SPDX-License-Identifier: GPL-2.0-or-later + */ +#ifndef __BASE32_H__ +#define __BASE32_H__ + +#include + +#ifdef __cplusplus +extern "C" { +#endif /* __cplusplus */ + +/** Returned by base32_decode() if the input is not valid base32. */ +#define Base32_BAD_INPUT -1 +#define Base32_TOO_BIG -2 + +/* Always return -1. The functionality has been removed due to a possible licensing + * issue, but the symbol is kept to not break the ABI. */ +WS_DLL_PUBLIC +int ws_base32_decode(uint8_t* output, const uint32_t outputLength, + const uint8_t* in, const uint32_t inputLength); + +#ifdef __cplusplus +} +#endif /* __cplusplus */ + +#endif /* __BASE32_H__ */ + +/* + * Editor modelines - https://www.wireshark.org/tools/modelines.html + * + * Local variables: + * c-basic-offset: 4 + * tab-width: 8 + * indent-tabs-mode: nil + * End: + * + * vi: set shiftwidth=4 tabstop=8 expandtab: + * :indentSize=4:tabSize=8:noTabs=true: + */ diff -Nru wireshark-4.4.13/wsutil/rsa.c wireshark-4.4.14/wsutil/rsa.c --- wireshark-4.4.13/wsutil/rsa.c 2026-01-14 18:05:54.000000000 +0000 +++ wireshark-4.4.14/wsutil/rsa.c 2026-02-25 17:40:04.000000000 +0000 @@ -53,7 +53,7 @@ for(i=0; i