aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--AUTHORS1
-rw-r--r--NEWS26
-rw-r--r--docbook/wsug_src/capinfos-h.txt2
-rw-r--r--docbook/wsug_src/dumpcap-h.txt2
-rw-r--r--docbook/wsug_src/editcap-T.txt3
-rw-r--r--docbook/wsug_src/editcap-h.txt2
-rw-r--r--docbook/wsug_src/mergecap-h.txt2
-rw-r--r--docbook/wsug_src/rawshark-h.txt2
-rw-r--r--docbook/wsug_src/reordercap-h.txt2
-rw-r--r--docbook/wsug_src/text2pcap-h.txt2
-rw-r--r--docbook/wsug_src/tshark-h.txt2
-rw-r--r--docbook/wsug_src/wireshark-h.txt2
-rw-r--r--enterprises.tsv39
-rw-r--r--epan/dissectors/usb.c14
-rw-r--r--epan/pci-ids.c261
-rw-r--r--manuf62
-rw-r--r--services1
-rw-r--r--ui/qt/wireshark_de.ts33
-rw-r--r--ui/qt/wireshark_en.ts24
-rw-r--r--ui/qt/wireshark_es.ts33
-rw-r--r--ui/qt/wireshark_fr.ts45
-rw-r--r--ui/qt/wireshark_it.ts55
-rw-r--r--ui/qt/wireshark_ja_JP.ts119
-rw-r--r--ui/qt/wireshark_pl.ts33
-rw-r--r--ui/qt/wireshark_ru.ts33
-rw-r--r--ui/qt/wireshark_sv.ts33
-rw-r--r--ui/qt/wireshark_tr_TR.ts69
-rw-r--r--ui/qt/wireshark_uk.ts33
-rw-r--r--ui/qt/wireshark_zh_CN.ts33
29 files changed, 734 insertions, 234 deletions
diff --git a/AUTHORS b/AUTHORS
index 1de33c8907..85fe848047 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -4485,6 +4485,7 @@ Jim Young <jim.young.ws[AT]gmail.com>
Jim Young <jyoung[AT]gsu.edu>
Jiri Pirko <jiri[AT]resnulli.us>
Jo Rueschel <wireshark[AT]rueschel.de>
+Jo-Philipp Wich <jo[AT]mein.io>
Joakim Andersson <joakim.andersson[AT]nordicsemi.no>
Joakim Andersson <joerchan[AT]gmail.com>
Joakim Karlsson <oakimk[AT]gmail.com>
diff --git a/NEWS b/NEWS
index ac3185f908..155da0dbae 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Wireshark 3.7.1 Release Notes
+Wireshark 3.7.2 Release Notes
This is an experimental release intended to test new features for
Wireshark 4.0.
@@ -175,7 +175,7 @@ Wireshark 3.7.1 Release Notes
character constants.
• Unicode universal character names are now supported with the
- escape sequences \uNNNN or \UNNNNNNNN, where N is an hexadecimal
+ escape sequences \uNNNN or \UNNNNNNNN, where N is a hexadecimal
digit.
• Unrecognized escape sequences are now treated as a syntax
@@ -226,12 +226,12 @@ Wireshark 3.7.1 Release Notes
`mergecap`, `tshark`, and the "Import from Hex Dump" option
within Wireshark, the default capture file format for `text2pcap`
is now pcapng. The `-n` flag to select pcapng (instead of the
- previous default, pcap) has been has been deprecated and will be
- removed in a future release.
+ previous default, pcap) has been deprecated and will be removed
+ in a future release.
• `text2pcap` supports selecting the encapsulation type of the
output file format using the wiretap library short names with an
- `-E` option, similiar to the `-T` option of `editcap`.
+ `-E` option, similar to the `-T` option of `editcap`.
• `text2pcap` has been updated to use the new logging output
options and the `-d` flag has been removed. The "debug" log level
@@ -251,7 +251,8 @@ Wireshark 3.7.1 Release Notes
have feature parity.
• The default main window layout has been changed so that the
- packet detail and bytes are side by side.
+ Packet Detail and Packet Bytes are side by side underneath the
+ Packet List pane.
• The HTTP2 dissector now supports using fake headers to parse the
DATAs of streams captured without first HEADERS frames of a
@@ -263,12 +264,13 @@ Wireshark 3.7.1 Release Notes
• The IEEE 802.11 dissector supports Mesh Connex (MCX).
• The “Capture Options” dialog contains the same configuration icon
- as Welcome Screen. It is now possible to configure interfaces
+ as the Welcome Screen. It is now possible to configure interfaces
there.
• The “Extcap” dialog remembers password items during runtime,
- which makes it possible to run extcaps multiple times in row.
- Passwords are never stored on disk.
+ which makes it possible to run extcaps multiple times in row
+ without having to reenter the password each time. Passwords are
+ never stored on disk.
• It is possible to set extcap passwords in `tshark` and other CLI
tools.
@@ -293,8 +295,8 @@ Wireshark 3.7.1 Release Notes
context menu in the interface list
• The Event Tracing for Windows (ETW) file reader now supports
- display IP packets from an event trace logfile or an event trace
- live session.
+ displaying IP packets from an event trace logfile or an event
+ trace live session.
Removed Features and Support
@@ -365,7 +367,7 @@ Wireshark 3.7.1 Release Notes
A complete FAQ is available on the Wireshark web site[7].
- Last updated 2022-06-27 17:03:56 UTC
+ Last updated 2022-06-29 08:19:20 UTC
References
diff --git a/docbook/wsug_src/capinfos-h.txt b/docbook/wsug_src/capinfos-h.txt
index 4c777005dc..2f7e40780b 100644
--- a/docbook/wsug_src/capinfos-h.txt
+++ b/docbook/wsug_src/capinfos-h.txt
@@ -1,4 +1,4 @@
-Capinfos (Wireshark) 3.7.1 (v3.7.1rc0-27-gf2fb1662b23b)
+Capinfos (Wireshark) 3.7.2 (v3.7.2rc0-48-gd1f7aa5acb23)
Print various information (infos) about capture files.
See https://www.wireshark.org for more information.
diff --git a/docbook/wsug_src/dumpcap-h.txt b/docbook/wsug_src/dumpcap-h.txt
index 6668cf856f..47317db883 100644
--- a/docbook/wsug_src/dumpcap-h.txt
+++ b/docbook/wsug_src/dumpcap-h.txt
@@ -1,4 +1,4 @@
-Dumpcap (Wireshark) 3.7.1 (v3.7.1rc0-27-gf2fb1662b23b)
+Dumpcap (Wireshark) 3.7.2 (v3.7.2rc0-48-gd1f7aa5acb23)
Capture network packets and dump them into a pcapng or pcap file.
See https://www.wireshark.org for more information.
diff --git a/docbook/wsug_src/editcap-T.txt b/docbook/wsug_src/editcap-T.txt
index 56f15a290d..2b20ac14cb 100644
--- a/docbook/wsug_src/editcap-T.txt
+++ b/docbook/wsug_src/editcap-T.txt
@@ -178,6 +178,9 @@ editcap: The available encapsulation types for the "-T" flag are:
unknown - Unknown
unknown-nettl - Unknown link-layer type with nettl headers
usb-20 - USB 2.0/1.1/1.0 packets
+ usb-20-full - Full-Speed USB 2.0/1.1/1.0 packets
+ usb-20-high - High-Speed USB 2.0 packets
+ usb-20-low - Low-Speed USB 2.0/1.1/1.0 packets
usb-darwin - USB packets with Darwin (macOS, etc.) headers
usb-freebsd - USB packets with FreeBSD header
usb-linux - USB packets with Linux header
diff --git a/docbook/wsug_src/editcap-h.txt b/docbook/wsug_src/editcap-h.txt
index 032ba7d981..98217ab1cc 100644
--- a/docbook/wsug_src/editcap-h.txt
+++ b/docbook/wsug_src/editcap-h.txt
@@ -1,4 +1,4 @@
-Editcap (Wireshark) 3.7.1 (v3.7.1rc0-256-g2b4878d452a5)
+Editcap (Wireshark) 3.7.2 (v3.7.2rc0-48-gd1f7aa5acb23)
Edit and/or translate the format of capture files.
See https://www.wireshark.org for more information.
diff --git a/docbook/wsug_src/mergecap-h.txt b/docbook/wsug_src/mergecap-h.txt
index 8a365db1ff..ed48a469f2 100644
--- a/docbook/wsug_src/mergecap-h.txt
+++ b/docbook/wsug_src/mergecap-h.txt
@@ -1,4 +1,4 @@
-Mergecap (Wireshark) 3.7.1 (v3.7.1rc0-256-g2b4878d452a5)
+Mergecap (Wireshark) 3.7.2 (v3.7.2rc0-48-gd1f7aa5acb23)
Merge two or more capture files into one.
See https://www.wireshark.org for more information.
diff --git a/docbook/wsug_src/rawshark-h.txt b/docbook/wsug_src/rawshark-h.txt
index e2af0e02d9..a1f9249fd4 100644
--- a/docbook/wsug_src/rawshark-h.txt
+++ b/docbook/wsug_src/rawshark-h.txt
@@ -1,4 +1,4 @@
-Rawshark (Wireshark) 3.7.1 (v3.7.1rc0-27-gf2fb1662b23b)
+Rawshark (Wireshark) 3.7.2 (v3.7.2rc0-48-gd1f7aa5acb23)
Dump and analyze network traffic.
See https://www.wireshark.org for more information.
diff --git a/docbook/wsug_src/reordercap-h.txt b/docbook/wsug_src/reordercap-h.txt
index a3da8e771e..862fe25448 100644
--- a/docbook/wsug_src/reordercap-h.txt
+++ b/docbook/wsug_src/reordercap-h.txt
@@ -1,4 +1,4 @@
-Reordercap (Wireshark) 3.7.1 (v3.7.1rc0-27-gf2fb1662b23b)
+Reordercap (Wireshark) 3.7.2 (v3.7.2rc0-48-gd1f7aa5acb23)
Reorder timestamps of input file frames into output file.
See https://www.wireshark.org for more information.
diff --git a/docbook/wsug_src/text2pcap-h.txt b/docbook/wsug_src/text2pcap-h.txt
index cee8fe3b45..53f624b903 100644
--- a/docbook/wsug_src/text2pcap-h.txt
+++ b/docbook/wsug_src/text2pcap-h.txt
@@ -1,4 +1,4 @@
-Text2pcap (Wireshark) 3.7.1 (v3.7.1rc0-27-gf2fb1662b23b)
+Text2pcap (Wireshark) 3.7.2 (v3.7.2rc0-48-gd1f7aa5acb23)
Generate a capture file from an ASCII hexdump of packets.
See https://www.wireshark.org for more information.
diff --git a/docbook/wsug_src/tshark-h.txt b/docbook/wsug_src/tshark-h.txt
index 2d6ed96d17..752ffc1072 100644
--- a/docbook/wsug_src/tshark-h.txt
+++ b/docbook/wsug_src/tshark-h.txt
@@ -1,4 +1,4 @@
-TShark (Wireshark) 3.7.1 (v3.7.1rc0-27-gf2fb1662b23b)
+TShark (Wireshark) 3.7.2 (v3.7.2rc0-48-gd1f7aa5acb23)
Dump and analyze network traffic.
See https://www.wireshark.org for more information.
diff --git a/docbook/wsug_src/wireshark-h.txt b/docbook/wsug_src/wireshark-h.txt
index c95a51142c..3181615824 100644
--- a/docbook/wsug_src/wireshark-h.txt
+++ b/docbook/wsug_src/wireshark-h.txt
@@ -1,4 +1,4 @@
-Wireshark 3.7.1 (v3.7.1rc0-27-gf2fb1662b23b)
+Wireshark 3.7.2 (v3.7.2rc0-48-gd1f7aa5acb23)
Interactively dump and analyze network traffic.
See https://www.wireshark.org for more information.
diff --git a/enterprises.tsv b/enterprises.tsv
index ebfb446dc1..c1efcf1353 100644
--- a/enterprises.tsv
+++ b/enterprises.tsv
@@ -1,11 +1,11 @@
#
# generated from https://www.iana.org/assignments/enterprise-numbers/enterprise-numbers
-# run "tools/make-sminmpec.pl [infile]" to regenerate
+# run "tools/make-sminmpec.py [infile] outfile" to regenerate
#
# The format used here is: <NUMERICAL_ID><SPACE><NAME>
# Where SPACE can be any sequence of spaces and tabs.
#
-# (last updated 2022-06-24)
+# (last updated 2022-07-03)
0 Reserved
1 NxNetworks
@@ -48252,7 +48252,7 @@
48433 Wuxi Broadlan Telecommunication Technology Co.,Ltd
48434 praclear
48435 Wuxi Neihua Network Technology Co.,(NHN)
-48436 Siemens AG - Transmission Solutions
+48436 Siemens Energy AG - Transmission
48437 Ikano Bank
48438 Trätransporter i Norrbotten AB
48439 Schönfelder Papierfabrik GmbH
@@ -58848,3 +58848,36 @@
59056 Klinikum Würzburg Mitte gGmbH
59057 TETA-CO
59058 CHSLD90
+59059 BeFoxIT
+59060 Capgemini Outsourcing Services GmbH
+59061 PRIVATE JOINT-STOCK COMPANY "UKRAINSKY GRAFIT"
+59062 e-Governance infrastructure implementation agency (EKENG)
+59063 NETWORK RAIL LIMITED
+59064 Valdosta State University
+59065 Arzeda
+59066 Lovisenberg Diakonale Sykehus
+59067 GIRD Systems, Inc.
+59068 Gxmicro
+59069 MobiFone Corporation
+59070 Minsk Central Customs
+59071 Erste Investment Hungary
+59072 Technische Hochschule Bingen
+59073 NRW Audio GmbH & Co. KG
+59074 Integrated Security Solutions, INC
+59075 Antenne Bayern GmbH & Co.KG
+59076 JCIUS
+59077 Robson da Silva Andrade - Arduinfo
+59078 Jacob Boily Network
+59079 Vard Electro AS
+59080 eBZ Tecnologia
+59081 Telonium
+59082 Slovak Academy of Sciences
+59083 Surf Telecom S/A
+59084 coreMem Limited
+59085 Meta Serviços de Informatica LTDA
+59086 Purvis Industries
+59087 Delta Media Corporation
+59088 SUNGROW AUSTRALIA GROUP PTY LTD
+59089 NTA Systemhaus GmbH & Co. KG
+59090 GreenSync
+59091 RGryncewicz
diff --git a/epan/dissectors/usb.c b/epan/dissectors/usb.c
index 2939763ddb..5d04603140 100644
--- a/epan/dissectors/usb.c
+++ b/epan/dissectors/usb.c
@@ -8866,6 +8866,7 @@ static const value_string usb_products_vals[] = {
{ 0x04dd96ca, "SHARP Corporation SH-06E" },
{ 0x04dd99d2, "SHARP Corporation SHV35 AQUOS U" },
{ 0x04dd9c90, "SHARP Corporation AndroidOne S5" },
+ { 0x04dd9d6e, "SHARP Corporation S7-SH" },
{ 0x04e10201, "Monitor Hub" },
{ 0x04e21410, "XR21V1410 USB-UART IC" },
{ 0x04e60001, "E-USB ATA Bridge" },
@@ -9993,6 +9994,7 @@ static const value_string usb_products_vals[] = {
{ 0x05023823, "Acer Z530 16GB" },
{ 0x05023841, "Acer B3-A20" },
{ 0x0502387a, "Acer A3-A40" },
+ { 0x05023886, "Acer Zest T06" },
{ 0x050238a5, "Acer Liquid Zest 4G" },
{ 0x050238bb, "Acer Liquid Zest Plus" },
{ 0x05023938, "Acer Liquid Liquid Z6E" },
@@ -14949,8 +14951,11 @@ static const value_string usb_products_vals[] = {
{ 0x091e4e05, "Garmin Forerunner 745" },
{ 0x091e4e0c, "Garmin Venu Sq Music" },
{ 0x091e4e76, "Garmin Descent Mk2/Mk2i (APAC)" },
+ { 0x091e4e78, "Garmin Venu 2s" },
{ 0x091e4e9C, "Garmin Venu Mercedes-Benz Collection" },
{ 0x091e4f42, "Garmin Fenix 7 Sapphire Solar" },
+ { 0x091e4f67, "Garmin EPIX 2" },
+ { 0x091e5027, "Garmin Tactix 7" },
{ 0x09207500, "Network Interface" },
{ 0x09211001, "GoCOM232 Serial" },
{ 0x09220007, "LabelWriter 330" },
@@ -17631,6 +17636,7 @@ static const value_string usb_products_vals[] = {
{ 0x0e794002, "Archos 101 G4" },
{ 0x0e795008, "Archos (for Tesco) Hudl (ID1)" },
{ 0x0e795009, "Archos (for Tesco) Hudl (ID2)" },
+ { 0x0e7951c6, "Archos 101d Neon" },
{ 0x0e795217, "Archos AC40DTI" },
{ 0x0e795229, "Archos 50 Helium Plus" },
{ 0x0e79522a, "Archos 50 Helium Plus (2nd ID)" },
@@ -17932,6 +17938,7 @@ static const value_string usb_products_vals[] = {
{ 0x0fce0201, "SONY Xperia 10 (I4113)" },
{ 0x0fce0205, "SONY Xperia 1 (J9110)" },
{ 0x0fce0207, "SONY Xperia I4312" },
+ { 0x0fce020a, "SONY Xperia 5" },
{ 0x0fce020d, "SONY Xperia 5 II Phone" },
{ 0x0fce0a07, "SONY Xperia XA2 (Jolla Sailfish)" },
{ 0x0fce1010, "WMC Modem" },
@@ -18018,6 +18025,7 @@ static const value_string usb_products_vals[] = {
{ 0x0fce4201, "SONY Xperia 10 (I4113) MTP+CDROM" },
{ 0x0fce4205, "SONY Xperia 1 (J9110) MTP+CDROM" },
{ 0x0fce4207, "SONY Xperia I4312 MTP+CDROM" },
+ { 0x0fce420a, "SONY Xperia 5 MTP+CDROM" },
{ 0x0fce420d, "SONY Xperia 5 II Phone MTP+CDROM" },
{ 0x0fce5146, "SonyEricsson c1605 Xperia Dual E MTP+ADB" },
{ 0x0fce514f, "SonyEricsson LT15i Xperia Arc MTP+ADB" },
@@ -18103,6 +18111,7 @@ static const value_string usb_products_vals[] = {
{ 0x0fce5201, "SONY Xperia 10 (I4113) MTP+ADB" },
{ 0x0fce5205, "SONY Xperia 1 (J9110) MTP+ADB" },
{ 0x0fce5207, "SONY Xperia I4312 MTP+ADB" },
+ { 0x0fce520a, "SONY Xperia 5 MTP+ADB" },
{ 0x0fce520d, "SONY Xperia 5 II Phone MTP+ADB" },
{ 0x0fce614f, "Xperia X12 (debug mode)" },
{ 0x0fce6166, "Xperia Mini Pro" },
@@ -21036,6 +21045,7 @@ static const value_string usb_products_vals[] = {
{ 0x17811ef2, "E1803 Compact Controller Card" },
{ 0x17823d00, "F200n mobile phone" },
{ 0x17824001, "Fly iq449" },
+ { 0x17824003, "Alldocube Smile X" },
{ 0x17840001, "eHome Infrared Transceiver" },
{ 0x17840004, "RF Combo Device" },
{ 0x17840006, "eHome Infrared Transceiver" },
@@ -21266,12 +21276,15 @@ static const value_string usb_products_vals[] = {
{ 0x17ef7a6b, "Lenovo TB-8703F" },
{ 0x17ef7ac5, "Lenovo Tab4 10" },
{ 0x17ef7ad0, "Lenovo Tab4 10 Plus" },
+ { 0x17ef7b25, "Lenovo Tab TB-X704A" },
{ 0x17ef7b3c, "Lenovo TB-7304I" },
{ 0x17ef7b84, "Lenovo TB-8304F1" },
{ 0x17ef7bc7, "Lenovo Tab4 10 (2nd ID)" },
{ 0x17ef7bd3, "Lenovo Tab P10" },
+ { 0x17ef7bdf, "Lenovo Tab M10" },
{ 0x17ef7c45, "Lenovo TB-X606F" },
{ 0x17ef7c46, "Lenovo TB-X606F (Lenovo Tab M10 FHD Plus)" },
+ { 0x17ef7cb3, "Lenovo TAB M7 Gen 3" },
{ 0x17ef9039, "Lenovo P1060X" },
{ 0x17efb000, "Virtual Keyboard and Mouse" },
{ 0x17efb001, "Ethernet" },
@@ -21518,6 +21531,7 @@ static const value_string usb_products_vals[] = {
{ 0x19490221, "Amazon Kindle Fire 7" },
{ 0x19490222, "Amazon Kindle Fire 5" },
{ 0x19490261, "Amazon Kindle Fire 8 (2nd ID)" },
+ { 0x19490262, "Amazon Kindle Fire 8 HD (7th Gen)" },
{ 0x19490271, "Amazon Kindle Fire 7 (2nd ID)" },
{ 0x19490272, "Amazon Kindle Fire Kids" },
{ 0x19490281, "Amazon Kindle Fire Tablet 10 HD" },
diff --git a/epan/pci-ids.c b/epan/pci-ids.c
index 6d2accace4..7566d0bb18 100644
--- a/epan/pci-ids.c
+++ b/epan/pci-ids.c
@@ -6,8 +6,8 @@
*
* List of PCI ID's
*
- * Version: 2022.05.18
- * Date: 2022-05-18 03:15:02
+ * Version: 2022.07.02
+ * Date: 2022-07-02 03:15:02
*
* Maintained by Albert Pool, Martin Mares, and other volunteers from
* the PCI ID Project at https://pci-ids.ucw.cz/.
@@ -133,6 +133,7 @@ pci_id_t pci_vid_01DE[] = {
{0x01DE, 0xFFFF, 0xFFFF, 0xFFFF, "Oxide Computer Company(0x01DE)"},
{0x01DE, 0x0000, 0xFFFF, 0xFFFF, "Propolis NVMe Controller(0x0000)"},
{0x01DE, 0x0001, 0xFFFF, 0xFFFF, "Propolis xHCI Controller(0x0001)"},
+{0x01DE, 0x0002, 0xFFFF, 0xFFFF, "Propolis PCI-PCI Bridge(0x0002)"},
}; /* pci_vid_01DE[] */
pci_id_t pci_vid_0200[] = {
@@ -630,6 +631,7 @@ pci_id_t pci_vid_1000[] = {
{0x1000, 0x005D, 0x1028, 0x1F4F, "PERC H730P Slim(0x1028-0x1F4F)"},
{0x1000, 0x005D, 0x1028, 0x1F54, "PERC FD33xD(0x1028-0x1F54)"},
{0x1000, 0x005D, 0x1028, 0x1FD1, "PERC H730P MX(0x1028-0x1FD1)"},
+{0x1000, 0x005D, 0x1734, 0x11F6, "PRAID EP400i(0x1734-0x11F6)"},
{0x1000, 0x005D, 0x17AA, 0x1052, "ThinkServer RAID 720i(0x17AA-0x1052)"},
{0x1000, 0x005D, 0x17AA, 0x1053, "ThinkServer RAID 720ix(0x17AA-0x1053)"},
{0x1000, 0x005D, 0x1BD4, 0x0014, "12G SAS3108 2G(0x1BD4-0x0014)"},
@@ -888,6 +890,7 @@ pci_id_t pci_vid_1000[] = {
{0x1000, 0x00A5, 0x1028, 0x2142, "HBA465e Adapter(0x1028-0x2142)"},
{0x1000, 0x00A5, 0x1028, 0x2209, "HBA465i Adapter(0x1028-0x2209)"},
{0x1000, 0x00A5, 0x1028, 0x220A, "HBA465i Front(0x1028-0x220A)"},
+{0x1000, 0x00A5, 0x1D49, 0x020A, "ThinkSystem 450W-16e SAS/SATA PCIe Gen4 24Gb HBA(0x1D49-0x020A)"},
{0x1000, 0x00AB, 0xFFFF, 0xFFFF, "SAS3516 Fusion-MPT Tri-Mode RAID On Chip (ROC)(0x00AB)"},
{0x1000, 0x00AB, 0x1000, 0x3040, "HBA 9400-8i8e(0x1000-0x3040)"},
{0x1000, 0x00AB, 0x8086, 0x3530, "Integrated RAID Module RMSP3JD160J(0x8086-0x3530)"},
@@ -965,6 +968,7 @@ pci_id_t pci_vid_1000[] = {
{0x1000, 0x00E6, 0x1028, 0x2170, "HBA350i MM(0x1028-0x2170)"},
{0x1000, 0x00E6, 0x1028, 0x2175, "HBA350i Adapter(0x1028-0x2175)"},
{0x1000, 0x00E6, 0x1028, 0x2197, "HBA350i MM LP(0x1028-0x2197)"},
+{0x1000, 0x00E6, 0x1028, 0x2212, "HBA355e-s Adapter(0x1028-0x2212)"},
{0x1000, 0x00E6, 0x1D49, 0x0205, "ThinkSystem 440-16i SAS/SATA PCIe Gen4 12Gb Internal HBA(0x1D49-0x0205)"},
{0x1000, 0x00E6, 0x1D49, 0x0206, "ThinkSystem 440-16e SAS/SATA PCIe Gen4 12Gb HBA(0x1D49-0x0206)"},
{0x1000, 0x00E6, 0x1D49, 0x0207, "ThinkSystem 440-8i SAS/SATA PCIe Gen4 12Gb HBA(0x1D49-0x0207)"},
@@ -982,6 +986,7 @@ pci_id_t pci_vid_1000[] = {
{0x1000, 0x02B0, 0x1D49, 0x0002, "ThinkSystem 810-4P NVMe Switch Adapter(0x1D49-0x0002)"},
{0x1000, 0x02B1, 0xFFFF, 0xFFFF, "Virtual Endpoint on PCIe Switch (9749)(0x02B1)"},
{0x1000, 0x02B1, 0x1D49, 0x0004, "ThinkSystem 1610-8P NVMe Switch Adapter(0x1D49-0x0004)"},
+{0x1000, 0x02B2, 0xFFFF, 0xFFFF, "Virtual PCIe Placeholder Endpoint(0x02B2)"},
{0x1000, 0x0407, 0xFFFF, 0xFFFF, "MegaRAID(0x0407)"},
{0x1000, 0x0407, 0x1000, 0x0530, "MegaRAID 530 SCSI 320-0X RAID Controller(0x1000-0x0530)"},
{0x1000, 0x0407, 0x1000, 0x0531, "MegaRAID 531 SCSI 320-4X RAID Controller(0x1000-0x0531)"},
@@ -1097,6 +1102,7 @@ pci_id_t pci_vid_1000[] = {
{0x1000, 0x10E4, 0xFFFF, 0xFFFF, "MegaRAID 12GSAS/PCIe Unsupported SAS38xx(0x10E4)"},
{0x1000, 0x10E5, 0xFFFF, 0xFFFF, "MegaRAID 12GSAS/PCIe SAS38xx(0x10E5)"},
{0x1000, 0x10E6, 0xFFFF, 0xFFFF, "MegaRAID 12GSAS/PCIe Secure SAS38xx(0x10E6)"},
+{0x1000, 0x10E6, 0x1000, 0x40E0, "MegaRAID 9540-2M2(0x1000-0x40E0)"},
{0x1000, 0x10E6, 0x1028, 0x2172, "PERC H355 Adapter(0x1028-0x2172)"},
{0x1000, 0x10E6, 0x1028, 0x2173, "PERC H355 Front(0x1028-0x2173)"},
{0x1000, 0x10E6, 0x1028, 0x2174, "PERC H350 Mini(0x1028-0x2174)"},
@@ -1120,10 +1126,29 @@ pci_id_t pci_vid_1000[] = {
{0x1000, 0x1960, 0x8086, 0x0523, "MegaRAID RAID Controller SRCS16(0x8086-0x0523)"},
{0x1000, 0x3050, 0xFFFF, 0xFFFF, "SAS2008 PCI-Express Fusion-MPT SAS-2(0x3050)"},
{0x1000, 0x6001, 0xFFFF, 0xFFFF, "DX1 Multiformat Broadcast HD/SD Encoder/Decoder(0x6001)"},
-{0x1000, 0xC010, 0xFFFF, 0xFFFF, "PEX88048 50 lane, 50 port, PCI Express Gen 4.0 ExpressFabric Platform(0xC010)"},
+{0x1000, 0xC010, 0xFFFF, 0xFFFF, "PEX880xx PCIe Gen 4 Switch(0xC010)"},
+{0x1000, 0xC010, 0x1000, 0x100B, "PEX88000 PCIe Gen 4 Virtual Upstream/Downstream Port(0x1000-0x100B)"},
+{0x1000, 0xC010, 0x1000, 0x2004, "PEX88000 Virtual PCIe TWC/NT2 Endpoint(0x1000-0x2004)"},
+{0x1000, 0xC010, 0x1000, 0x2005, "PEX88000 Virtual PCIe gDMA Endpoint(0x1000-0x2005)"},
+{0x1000, 0xC010, 0x1000, 0xA024, "PEX88024 24 lane/port PCIe Gen 4.0 Switch(0x1000-0xA024)"},
+{0x1000, 0xC010, 0x1000, 0xA032, "PEX88032 32 lane/port PCIe Gen 4 Switch(0x1000-0xA032)"},
+{0x1000, 0xC010, 0x1000, 0xA048, "PEX88048 50 lane/port PCIe Gen 4.0 Switch(0x1000-0xA048)"},
+{0x1000, 0xC010, 0x1000, 0xA064, "PEX88064 64 lane/port PCIe Gen 4 Switch(0x1000-0xA064)"},
+{0x1000, 0xC010, 0x1000, 0xA080, "PEX88080 80 lane/port PCIe Gen 4 Switch(0x1000-0xA080)"},
+{0x1000, 0xC010, 0x1000, 0xA096, "PEX88096 98 lane/port PCIe Gen 4.0 Switch(0x1000-0xA096)"},
{0x1000, 0xC012, 0xFFFF, 0xFFFF, "PEX880xx PCIe Gen 4 Switch(0xC012)"},
{0x1000, 0xC012, 0x1D49, 0x0003, "ThinkSystem 1611-8P PCIe Gen4 NVMe Switch Adapter(0x1D49-0x0003)"},
{0x1000, 0xC030, 0xFFFF, 0xFFFF, "PEX890xx PCIe Gen 5 Switch(0xC030)"},
+{0x1000, 0xC030, 0x1000, 0x0024, "PEX89024 PCIe Gen 5 24 port/lane Switch Upstream/Downstream Port(0x1000-0x0024)"},
+{0x1000, 0xC030, 0x1000, 0x0032, "PEX89032 PCIe Gen 5 32 port/lane Switch Upstream/Downstream Port(0x1000-0x0032)"},
+{0x1000, 0xC030, 0x1000, 0x0048, "PEX89048 PCIe Gen 5 48 port/lane Switch Upstream/Downstream Port(0x1000-0x0048)"},
+{0x1000, 0xC030, 0x1000, 0x0072, "PEX89072 PCIe Gen 5 36 port/72 lane Switch Upstream/Downstream Port(0x1000-0x0072)"},
+{0x1000, 0xC030, 0x1000, 0x0088, "PEX89088 PCIe Gen 5 44 port/88 lane Switch Upstream/Downstream Port(0x1000-0x0088)"},
+{0x1000, 0xC030, 0x1000, 0x0104, "PEX89104 PCIe Gen 5 52 port/104 lane Switch Upstream/Downstream Port(0x1000-0x0104)"},
+{0x1000, 0xC030, 0x1000, 0x0144, "PEX89144 PCIe Gen 5 72 port/144 lane Switch Upstream/Downstream Port(0x1000-0x0144)"},
+{0x1000, 0xC030, 0x1000, 0x100B, "PEX89000 PCIe Gen 5 Virtual Upstream/Downstream Port(0x1000-0x100B)"},
+{0x1000, 0xC030, 0x1000, 0x2004, "PEX89000 Virtual PCIe TWC/NT 2.0 Endpoint(0x1000-0x2004)"},
+{0x1000, 0xC030, 0x1000, 0x2005, "PEX89000 Virtual PCIe gDMA Endpoint(0x1000-0x2005)"},
}; /* pci_vid_1000[] */
pci_id_t pci_vid_1001[] = {
@@ -1168,7 +1193,8 @@ pci_id_t pci_vid_1002[] = {
{0x1002, 0x131B, 0xFFFF, 0xFFFF, "Kaveri [Radeon R4 Graphics](0x131B)"},
{0x1002, 0x131C, 0xFFFF, 0xFFFF, "Kaveri [Radeon R7 Graphics](0x131C)"},
{0x1002, 0x131D, 0xFFFF, 0xFFFF, "Kaveri [Radeon R6 Graphics](0x131D)"},
-{0x1002, 0x13E9, 0xFFFF, 0xFFFF, "Ariel(0x13E9)"},
+{0x1002, 0x13E9, 0xFFFF, 0xFFFF, "Ariel/Navi10Lite(0x13E9)"},
+{0x1002, 0x13F9, 0xFFFF, 0xFFFF, "Oberon/Navi12Lite(0x13F9)"},
{0x1002, 0x13FE, 0xFFFF, 0xFFFF, "Cyan Skillfish [BC-250](0x13FE)"},
{0x1002, 0x1478, 0xFFFF, 0xFFFF, "Navi 10 XL Upstream Port of PCI Express Switch(0x1478)"},
{0x1002, 0x1479, 0xFFFF, 0xFFFF, "Navi 10 XL Downstream Port of PCI Express Switch(0x1479)"},
@@ -1208,6 +1234,7 @@ pci_id_t pci_vid_1002[] = {
{0x1002, 0x1640, 0xFFFF, 0xFFFF, "Rembrandt Radeon High Definition Audio Controller(0x1640)"},
{0x1002, 0x164C, 0xFFFF, 0xFFFF, "Lucienne(0x164C)"},
{0x1002, 0x164D, 0xFFFF, 0xFFFF, "Rembrandt(0x164D)"},
+{0x1002, 0x164E, 0xFFFF, 0xFFFF, "Raphael(0x164E)"},
{0x1002, 0x164F, 0xFFFF, 0xFFFF, "Phoenix(0x164F)"},
{0x1002, 0x1681, 0xFFFF, 0xFFFF, "Rembrandt [Radeon 680M](0x1681)"},
{0x1002, 0x1714, 0xFFFF, 0xFFFF, "BeaverCreek HDMI Audio [Radeon HD 6500D and 6400G-6600G series](0x1714)"},
@@ -1725,6 +1752,7 @@ pci_id_t pci_vid_1002[] = {
{0x1002, 0x4C4D, 0x1028, 0x00BB, "Latitude CPx(0x1028-0x00BB)"},
{0x1002, 0x4C4D, 0x1179, 0xFF00, "Satellite 1715XCDS laptop(0x1179-0xFF00)"},
{0x1002, 0x4C4D, 0x13BD, 0x1019, "PC-AR10(0x13BD-0x1019)"},
+{0x1002, 0x4C4E, 0xFFFF, 0xFFFF, "Rage Mobility L AGP 2x(0x4C4E)"},
{0x1002, 0x4C50, 0xFFFF, 0xFFFF, "Rage 3 LT [3D Rage LT PRO PCI](0x4C50)"},
{0x1002, 0x4C50, 0x1002, 0x4C50, "Rage LT Pro(0x1002-0x4C50)"},
{0x1002, 0x4C52, 0xFFFF, 0xFFFF, "M1 [Rage Mobility-M1 PCI](0x4C52)"},
@@ -3894,6 +3922,7 @@ pci_id_t pci_vid_1002[] = {
{0x1002, 0x73EF, 0xFFFF, 0xFFFF, "Navi 23 [Radeon RX 6650 XT](0x73EF)"},
{0x1002, 0x73FF, 0xFFFF, 0xFFFF, "Navi 23 [Radeon RX 6600/6600 XT/6600M](0x73FF)"},
{0x1002, 0x73FF, 0x148C, 0x2412, "PowerColor Red Devil RX 6600 XT(0x148C-0x2412)"},
+{0x1002, 0x73FF, 0x1849, 0x5218, "Radeon RX 6600 Challenger ITX 8GB(0x1849-0x5218)"},
{0x1002, 0x7408, 0xFFFF, 0xFFFF, "Aldebaran(0x7408)"},
{0x1002, 0x740C, 0xFFFF, 0xFFFF, "Aldebaran(0x740C)"},
{0x1002, 0x740F, 0xFFFF, 0xFFFF, "Aldebaran(0x740F)"},
@@ -5241,6 +5270,7 @@ pci_id_t pci_vid_1022[] = {
{0x1022, 0x1629, 0xFFFF, 0xFFFF, "Arden PCIe GPP Bridge(0x1629)"},
{0x1022, 0x162A, 0xFFFF, 0xFFFF, "Arden Internal PCIe GPP Bridge 0 to bus X(0x162A)"},
{0x1022, 0x162B, 0xFFFF, 0xFFFF, "Arden PCIe Non-Transparent Bridge(0x162B)"},
+{0x1022, 0x162C, 0xFFFF, 0xFFFF, "VanGogh USB2(0x162C)"},
{0x1022, 0x1630, 0xFFFF, 0xFFFF, "Renoir/Cezanne Root Complex(0x1630)"},
{0x1022, 0x1631, 0xFFFF, 0xFFFF, "Renoir/Cezanne IOMMU(0x1631)"},
{0x1022, 0x1632, 0xFFFF, 0xFFFF, "Renoir PCIe Dummy Host Bridge(0x1632)"},
@@ -5258,7 +5288,10 @@ pci_id_t pci_vid_1022[] = {
{0x1022, 0x1642, 0xFFFF, 0xFFFF, "Renoir WLAN(0x1642)"},
{0x1022, 0x1643, 0xFFFF, 0xFFFF, "Renoir BT(0x1643)"},
{0x1022, 0x1644, 0xFFFF, 0xFFFF, "Renoir I2S(0x1644)"},
-{0x1022, 0x1648, 0xFFFF, 0xFFFF, "VanGogh Root Complex(0x1648)"},
+{0x1022, 0x1645, 0xFFFF, 0xFFFF, "VanGogh Root Complex(0x1645)"},
+{0x1022, 0x1646, 0xFFFF, 0xFFFF, "VanGogh IOMMU(0x1646)"},
+{0x1022, 0x1647, 0xFFFF, 0xFFFF, "VanGogh PCIe GPP Bridge(0x1647)"},
+{0x1022, 0x1648, 0xFFFF, 0xFFFF, "VanGogh Internal PCIe GPP Bridge to Bus(0x1648)"},
{0x1022, 0x1649, 0xFFFF, 0xFFFF, "VanGogh PSP/CCP(0x1649)"},
{0x1022, 0x164F, 0xFFFF, 0xFFFF, "Milan IOMMU(0x164F)"},
{0x1022, 0x1650, 0xFFFF, 0xFFFF, "Milan Data Fabric; Function 0(0x1650)"},
@@ -5269,6 +5302,14 @@ pci_id_t pci_vid_1022[] = {
{0x1022, 0x1655, 0xFFFF, 0xFFFF, "Milan Data Fabric; Function 5(0x1655)"},
{0x1022, 0x1656, 0xFFFF, 0xFFFF, "Milan Data Fabric; Function 6(0x1656)"},
{0x1022, 0x1657, 0xFFFF, 0xFFFF, "Milan Data Fabric; Function 7(0x1657)"},
+{0x1022, 0x1660, 0xFFFF, 0xFFFF, "VanGogh Data Fabric; Function 0(0x1660)"},
+{0x1022, 0x1661, 0xFFFF, 0xFFFF, "VanGogh Data Fabric; Function 1(0x1661)"},
+{0x1022, 0x1662, 0xFFFF, 0xFFFF, "VanGogh Data Fabric; Function 2(0x1662)"},
+{0x1022, 0x1663, 0xFFFF, 0xFFFF, "VanGogh Data Fabric; Function 3(0x1663)"},
+{0x1022, 0x1664, 0xFFFF, 0xFFFF, "VanGogh Data Fabric; Function 4(0x1664)"},
+{0x1022, 0x1665, 0xFFFF, 0xFFFF, "VanGogh Data Fabric; Function 5(0x1665)"},
+{0x1022, 0x1666, 0xFFFF, 0xFFFF, "VanGogh Data Fabric; Function 6(0x1666)"},
+{0x1022, 0x1667, 0xFFFF, 0xFFFF, "VanGogh Data Fabric; Function 7(0x1667)"},
{0x1022, 0x166A, 0xFFFF, 0xFFFF, "Cezanne Data Fabric; Function 0(0x166A)"},
{0x1022, 0x166B, 0xFFFF, 0xFFFF, "Cezanne Data Fabric; Function 1(0x166B)"},
{0x1022, 0x166C, 0xFFFF, 0xFFFF, "Cezanne Data Fabric; Function 2(0x166C)"},
@@ -9501,10 +9542,10 @@ pci_id_t pci_vid_10B5[] = {
{0x10B5, 0x9056, 0x10B5, 0x3334, "Cambridge Pixel HPx Radar Input Card(0x10B5-0x3334)"},
{0x10B5, 0x9056, 0x10B5, 0x3352, "Alpermann+Velte PCL PCIe HD: Timecode Reader Board(0x10B5-0x3352)"},
{0x10B5, 0x9056, 0x10B5, 0x3353, "Alpermann+Velte PCL PCIe D: Timecode Reader Board(0x10B5-0x3353)"},
-{0x10B5, 0x9056, 0x10B5, 0x3354, "Alpermann+Velte PCL PCIe LV: Timecode Reader Board(0x10B5-0x3354)"},
-{0x10B5, 0x9056, 0x10B5, 0x3355, "Alpermann+Velte PCL PCIe L: Timecode Reader Board(0x10B5-0x3355)"},
-{0x10B5, 0x9056, 0x10B5, 0x3415, "Alpermann+Velte PCIe TS: Time Synchronisation Board(0x10B5-0x3415)"},
-{0x10B5, 0x9056, 0x10B5, 0x3493, "Alpermann+Velte PCL PCIe 3G: Timecode Reader Board(0x10B5-0x3493)"},
+{0x10B5, 0x9056, 0x10B5, 0x3354, "Plura PCL PCIe LV: Timecode Reader Board(0x10B5-0x3354)"},
+{0x10B5, 0x9056, 0x10B5, 0x3355, "Plura PCL PCIe L: Timecode Reader Board(0x10B5-0x3355)"},
+{0x10B5, 0x9056, 0x10B5, 0x3415, "Plura PCIe TS: Time Synchronisation Board(0x10B5-0x3415)"},
+{0x10B5, 0x9056, 0x10B5, 0x3493, "Plura PCL PCIe 3G: Timecode Reader Board(0x10B5-0x3493)"},
{0x10B5, 0x9056, 0x10B5, 0x3565, "Cambridge Pixel HPx Radar Output Card(0x10B5-0x3565)"},
{0x10B5, 0x9056, 0x1369, 0xC001, "LX6464ES(0x1369-0xC001)"},
{0x10B5, 0x9056, 0x1369, 0xC201, "LX1616ES(0x1369-0xC201)"},
@@ -13061,6 +13102,7 @@ pci_id_t pci_vid_10DE[] = {
{0x10DE, 0x1F76, 0xFFFF, 0xFFFF, "TU106GLM [Quadro RTX 3000 Mobile Refresh](0x1F76)"},
{0x10DE, 0x1F81, 0xFFFF, 0xFFFF, "TU117(0x1F81)"},
{0x10DE, 0x1F82, 0xFFFF, 0xFFFF, "TU117 [GeForce GTX 1650](0x1F82)"},
+{0x10DE, 0x1F83, 0xFFFF, 0xFFFF, "TU117 [GeForce GTX 1630](0x1F83)"},
{0x10DE, 0x1F91, 0xFFFF, 0xFFFF, "TU117M [GeForce GTX 1650 Mobile / Max-Q](0x1F91)"},
{0x10DE, 0x1F92, 0xFFFF, 0xFFFF, "TU117M [GeForce GTX 1650 Mobile](0x1F92)"},
{0x10DE, 0x1F94, 0xFFFF, 0xFFFF, "TU117M [GeForce GTX 1650 Mobile](0x1F94)"},
@@ -13145,6 +13187,7 @@ pci_id_t pci_vid_10DE[] = {
{0x10DE, 0x2238, 0xFFFF, 0xFFFF, "GA102GL [A10M](0x2238)"},
{0x10DE, 0x223F, 0xFFFF, 0xFFFF, "GA102GL(0x223F)"},
{0x10DE, 0x228B, 0xFFFF, 0xFFFF, "GA104 High Definition Audio Controller(0x228B)"},
+{0x10DE, 0x228E, 0xFFFF, 0xFFFF, "GA106 High Definition Audio Controller(0x228E)"},
{0x10DE, 0x2296, 0xFFFF, 0xFFFF, "Tegra PCIe Endpoint Virtual Network(0x2296)"},
{0x10DE, 0x2302, 0xFFFF, 0xFFFF, "GH100(0x2302)"},
{0x10DE, 0x2321, 0xFFFF, 0xFFFF, "GH100(0x2321)"},
@@ -13218,6 +13261,18 @@ pci_id_t pci_vid_10DE[] = {
{0x10DE, 0x25E5, 0xFFFF, 0xFFFF, "GA107BM [GeForce RTX 3050 Mobile](0x25E5)"},
{0x10DE, 0x25F9, 0xFFFF, 0xFFFF, "GA107 [RTX A1000 Embedded GPU ](0x25F9)"},
{0x10DE, 0x25FA, 0xFFFF, 0xFFFF, "GA107 [RTX A2000 Embedded GPU](0x25FA)"},
+{0x10DE, 0x2684, 0xFFFF, 0xFFFF, "AD102 [GeForce RTX 4090](0x2684)"},
+{0x10DE, 0x2717, 0xFFFF, 0xFFFF, "GN21-X11(0x2717)"},
+{0x10DE, 0x2757, 0xFFFF, 0xFFFF, "GN21-X11(0x2757)"},
+{0x10DE, 0x2785, 0xFFFF, 0xFFFF, "AD104(0x2785)"},
+{0x10DE, 0x27A0, 0xFFFF, 0xFFFF, "GN21-X9(0x27A0)"},
+{0x10DE, 0x27E0, 0xFFFF, 0xFFFF, "GN21-X9(0x27E0)"},
+{0x10DE, 0x2820, 0xFFFF, 0xFFFF, "GN21-X6(0x2820)"},
+{0x10DE, 0x2860, 0xFFFF, 0xFFFF, "GN21-X6(0x2860)"},
+{0x10DE, 0x28A0, 0xFFFF, 0xFFFF, "GN21-X4(0x28A0)"},
+{0x10DE, 0x28A1, 0xFFFF, 0xFFFF, "GN21-X2(0x28A1)"},
+{0x10DE, 0x28E0, 0xFFFF, 0xFFFF, "GN21-X4(0x28E0)"},
+{0x10DE, 0x28E1, 0xFFFF, 0xFFFF, "GN21-X2(0x28E1)"},
}; /* pci_vid_10DE[] */
pci_id_t pci_vid_10DF[] = {
@@ -13723,12 +13778,17 @@ pci_id_t pci_vid_10EE[] = {
{0x10EE, 0x500C, 0xFFFF, 0xFFFF, "Alveo U280 XDMA Platform(0x500C)"},
{0x10EE, 0x5020, 0xFFFF, 0xFFFF, "Alveo U50 XMDA Platform(0x5020)"},
{0x10EE, 0x505C, 0xFFFF, 0xFFFF, "Alveo U55C(0x505C)"},
+{0x10EE, 0x6987, 0xFFFF, 0xFFFF, "SmartSSD(0x6987)"},
+{0x10EE, 0x6988, 0xFFFF, 0xFFFF, "SmartSSD(0x6988)"},
{0x10EE, 0x7038, 0xFFFF, 0xFFFF, "FPGA Card XC7VX690T(0x7038)"},
{0x10EE, 0x7038, 0x17AA, 0x402F, "FPGA XC7VX690T-3FFG1157E(0x17AA-0x402F)"},
{0x10EE, 0x8019, 0xFFFF, 0xFFFF, "Memory controller(0x8019)"},
{0x10EE, 0x8019, 0x1EEC, 0x0201, "VSEC10232X Dual-port 100Gb/s Etherent PCIe(0x1EEC-0x0201)"},
{0x10EE, 0x8380, 0xFFFF, 0xFFFF, "Ellips ProfiXpress Profibus Master(0x8380)"},
{0x10EE, 0x8381, 0xFFFF, 0xFFFF, "Ellips Santos Frame Grabber(0x8381)"},
+{0x10EE, 0x9134, 0xFFFF, 0xFFFF, "SmartSSD(0x9134)"},
+{0x10EE, 0x9234, 0xFFFF, 0xFFFF, "SmartSSD(0x9234)"},
+{0x10EE, 0x9434, 0xFFFF, 0xFFFF, "SmartSSD(0x9434)"},
{0x10EE, 0xD000, 0xFFFF, 0xFFFF, "Alveo U200 Golden Image(0xD000)"},
{0x10EE, 0xD004, 0xFFFF, 0xFFFF, "Alveo U250 Golden Image(0xD004)"},
{0x10EE, 0xD00C, 0xFFFF, 0xFFFF, "Alveo U280 Golden Image(0xD00C)"},
@@ -19618,7 +19678,17 @@ pci_id_t pci_vid_1344[] = {
{0x1344, 0x5191, 0xFFFF, 0xFFFF, "9200 PRO NVMe SSD(0x5191)"},
{0x1344, 0x5192, 0xFFFF, 0xFFFF, "9200 MAX NVMe SSD(0x5192)"},
{0x1344, 0x51A2, 0xFFFF, 0xFFFF, "7300 PRO NVMe SSD(0x51A2)"},
+{0x1344, 0x51A2, 0x1344, 0x2000, "960GB U.2(0x1344-0x2000)"},
+{0x1344, 0x51A2, 0x1344, 0x3000, "1920GB U.2(0x1344-0x3000)"},
+{0x1344, 0x51A2, 0x1344, 0x4000, "3480GB U.2(0x1344-0x4000)"},
+{0x1344, 0x51A2, 0x1344, 0x5000, "7680GB U.2(0x1344-0x5000)"},
{0x1344, 0x51A3, 0xFFFF, 0xFFFF, "7300 MAX NVMe SSD(0x51A3)"},
+{0x1344, 0x51A3, 0x1344, 0x1100, "400GB M.2(0x1344-0x1100)"},
+{0x1344, 0x51A3, 0x1344, 0x2000, "800GB U.2(0x1344-0x2000)"},
+{0x1344, 0x51A3, 0x1344, 0x2100, "800GB M.2(0x1344-0x2100)"},
+{0x1344, 0x51A3, 0x1344, 0x3000, "1600GB U.2(0x1344-0x3000)"},
+{0x1344, 0x51A3, 0x1344, 0x4000, "3200GB U.2(0x1344-0x4000)"},
+{0x1344, 0x51A3, 0x1344, 0x5000, "6400GB U.2(0x1344-0x5000)"},
{0x1344, 0x51B1, 0xFFFF, 0xFFFF, "9300 PRO NVMe SSD(0x51B1)"},
{0x1344, 0x51B1, 0x1344, 0x4000, "3.84TB U.2(0x1344-0x4000)"},
{0x1344, 0x51B1, 0x1344, 0x5000, "7.68TB U.2(0x1344-0x5000)"},
@@ -23335,7 +23405,7 @@ pci_id_t pci_vid_14E4[] = {
{0x14E4, 0x16D7, 0x14E4, 0x4146, "NetXtreme-E Dual-port 25G SFP28 Ethernet OCP 3.0 Adapter (BCM957414N4140C)(0x14E4-0x4146)"},
{0x14E4, 0x16D7, 0x1590, 0x020E, "Ethernet 25Gb 2-port 631SFP28 Adapter(0x1590-0x020E)"},
{0x14E4, 0x16D7, 0x1590, 0x0211, "Ethernet 25Gb 2-port 631FLR-SFP28 Adapter(0x1590-0x0211)"},
-{0x14E4, 0x16D7, 0x1EEC, 0x0101, "VSE250231S Dual-port 10Gb/25Gb Ethernet PCIe(0x1EEC-0x0101)"},
+{0x14E4, 0x16D7, 0x1EEC, 0x0101, "VSE-225-31S Dual-port 10Gb/25Gb Ethernet PCIe(0x1EEC-0x0101)"},
{0x14E4, 0x16D8, 0xFFFF, 0xFFFF, "BCM57416 NetXtreme-E Dual-Media 10G RDMA Ethernet Controller(0x16D8)"},
{0x14E4, 0x16D8, 0x1028, 0x1FEB, "NetXtreme-E 10Gb SFP+ Adapter(0x1028-0x1FEB)"},
{0x14E4, 0x16D8, 0x14E4, 0x4163, "NetXtreme-E Dual-port 10GBASE-T Ethernet OCP 2.0 Adapter (BCM957416M4163C)(0x14E4-0x4163)"},
@@ -25022,6 +25092,8 @@ pci_id_t pci_vid_15B3[] = {
{0x15B3, 0x0275, 0xFFFF, 0xFFFF, "Spectrum-4C RMA(0x0275)"},
{0x15B3, 0x0277, 0xFFFF, 0xFFFF, "Spectrum-4TOR RMA(0x0277)"},
{0x15B3, 0x0281, 0xFFFF, 0xFFFF, "NPS-600 Flash Recovery(0x0281)"},
+{0x15B3, 0x0282, 0xFFFF, 0xFFFF, "ArcusE Flash recovery(0x0282)"},
+{0x15B3, 0x0283, 0xFFFF, 0xFFFF, "ArcusE RMA(0x0283)"},
{0x15B3, 0x1002, 0xFFFF, 0xFFFF, "MT25400 Family [ConnectX-2 Virtual Function](0x1002)"},
{0x15B3, 0x1003, 0xFFFF, 0xFFFF, "MT27500 Family [ConnectX-3](0x1003)"},
{0x15B3, 0x1003, 0x1014, 0x04B5, "PCIe3 40GbE RoCE Converged Host Bus Adapter for Power(0x1014-0x04B5)"},
@@ -25189,6 +25261,7 @@ pci_id_t pci_vid_15B3[] = {
{0x15B3, 0xA2DD, 0xFFFF, 0xFFFF, "BF4 Family Crypto enabled [BlueField-4 SoC Crypto enabled](0xA2DD)"},
{0x15B3, 0xA2DE, 0xFFFF, 0xFFFF, "BF4 Family Crypto disabled [BlueField-4 SoC Crypto disabled](0xA2DE)"},
{0x15B3, 0xA2DF, 0xFFFF, 0xFFFF, "BF4 Family integrated network controller [BlueField-4 integrated network controller](0xA2DF)"},
+{0x15B3, 0xB200, 0xFFFF, 0xFFFF, "ArcusE(0xB200)"},
{0x15B3, 0xC2D2, 0xFFFF, 0xFFFF, "MT416842 BlueField SoC management interfac(0xC2D2)"},
{0x15B3, 0xC2D3, 0xFFFF, 0xFFFF, "MT42822 BlueField-2 SoC Management Interface(0xC2D3)"},
{0x15B3, 0xC2D4, 0xFFFF, 0xFFFF, "MT43162 BlueField-3 Lx SoC Management Interface(0xC2D4)"},
@@ -28193,6 +28266,7 @@ pci_id_t pci_vid_19E5[] = {
{0x19E5, 0x0212, 0xFFFF, 0xFFFF, "Hi1822 Family (2*8G FC)(0x0212)"},
{0x19E5, 0x0212, 0x19E5, 0xD303, "Hi1822 SP522 (2*8G FC)(0x19E5-0xD303)"},
{0x19E5, 0x0212, 0x19E5, 0xD306, "Hi1822 SP523 (2*8G FC)(0x19E5-0xD306)"},
+{0x19E5, 0x0222, 0xFFFF, 0xFFFF, "Hi1822 Family(0x0222)"},
{0x19E5, 0x1710, 0xFFFF, 0xFFFF, "iBMA Virtual Network Adapter(0x1710)"},
{0x19E5, 0x1711, 0xFFFF, 0xFFFF, "Hi171x Series [iBMC Intelligent Management system chip w/VGA support](0x1711)"},
{0x19E5, 0x1822, 0xFFFF, 0xFFFF, "Hi1822 Family (4*25GE)(0x1822)"},
@@ -28214,7 +28288,9 @@ pci_id_t pci_vid_19E5[] = {
{0x19E5, 0x3754, 0x19E5, 0x6214, "NVMe SSD ES3500P V6 7680GB 2.5\" U.2(0x19E5-0x6214)"},
{0x19E5, 0x3754, 0x19E5, 0x6215, "NVMe SSD ES3500P V6 15360GB 2.5\" U.2(0x19E5-0x6215)"},
{0x19E5, 0x375E, 0xFFFF, 0xFFFF, "Hi1822 Family Virtual Function(0x375E)"},
+{0x19E5, 0x375F, 0xFFFF, 0xFFFF, "Hi1822 Family Virtual Function(0x375F)"},
{0x19E5, 0x379E, 0xFFFF, 0xFFFF, "Hi1822 Family Virtual Function(0x379E)"},
+{0x19E5, 0x379F, 0xFFFF, 0xFFFF, "Hi1822 Family Virtual Function(0x379F)"},
{0x19E5, 0xA120, 0xFFFF, 0xFFFF, "HiSilicon PCIe Root Port with Gen4(0xA120)"},
{0x19E5, 0xA121, 0xFFFF, 0xFFFF, "HiSilicon PCI-PCI Bridge(0xA121)"},
{0x19E5, 0xA122, 0xFFFF, 0xFFFF, "HiSilicon Embedded DMA Engine(0xA122)"},
@@ -28684,6 +28760,10 @@ pci_id_t pci_vid_1AFA[] = {
{0x1AFA, 0xFFFF, 0xFFFF, 0xFFFF, "J & W Electronics Co., Ltd.(0x1AFA)"},
}; /* pci_vid_1AFA[] */
+pci_id_t pci_vid_1B00[] = {
+{0x1B00, 0xFFFF, 0xFFFF, 0xFFFF, "Montage Technology Co., Ltd.(0x1B00)"},
+}; /* pci_vid_1B00[] */
+
pci_id_t pci_vid_1B03[] = {
{0x1B03, 0xFFFF, 0xFFFF, 0xFFFF, "Magnum Semiconductor, Inc,(0x1B03)"},
{0x1B03, 0x6100, 0xFFFF, 0xFFFF, "DXT/DXTPro Multiformat Broadcast HD/SD Encoder/Decoder/Transcoder(0x6100)"},
@@ -28716,6 +28796,7 @@ pci_id_t pci_vid_1B21[] = {
{0x1B21, 0x0611, 0xFFFF, 0xFFFF, "ASM1061 SATA IDE Controller(0x0611)"},
{0x1B21, 0x0612, 0xFFFF, 0xFFFF, "ASM1062 Serial ATA Controller(0x0612)"},
{0x1B21, 0x0612, 0x1849, 0x0612, "Motherboard(0x1849-0x0612)"},
+{0x1B21, 0x0625, 0xFFFF, 0xFFFF, "106x SATA/RAID Controller(0x0625)"},
{0x1B21, 0x1040, 0xFFFF, 0xFFFF, "ASM1040 XHCI Controller(0x1040)"},
{0x1B21, 0x1042, 0xFFFF, 0xFFFF, "ASM1042 SuperSpeed USB Host Controller(0x1042)"},
{0x1B21, 0x1042, 0x1043, 0x1059, "K53SM motherboard(0x1043-0x1059)"},
@@ -29671,6 +29752,28 @@ pci_id_t pci_vid_1D78[] = {
{0x1D78, 0x1512, 0x1D78, 0x3103, "D5457 U.2 1.6TB NVMe SSD(0x1D78-0x3103)"},
{0x1D78, 0x1512, 0x1D78, 0x3105, "D5457 U.2 3.2TB NVMe SSD(0x1D78-0x3105)"},
{0x1D78, 0x1512, 0x1D78, 0x3107, "D5457 U.2 6.4TB NVMe SSD(0x1D78-0x3107)"},
+{0x1D78, 0x1512, 0x1D78, 0x5003, "D5447 HHHL 1.6TB NVMe SSD(0x1D78-0x5003)"},
+{0x1D78, 0x1512, 0x1D78, 0x5004, "D5427 HHHL 1.92TB NVMe SSD(0x1D78-0x5004)"},
+{0x1D78, 0x1512, 0x1D78, 0x5005, "D5447 HHHL 3.2TB NVMe SSD(0x1D78-0x5005)"},
+{0x1D78, 0x1512, 0x1D78, 0x5006, "D5427 HHHL 3.84TB NVMe SSD(0x1D78-0x5006)"},
+{0x1D78, 0x1512, 0x1D78, 0x5007, "D5447 HHHL 6.4TB NVMe SSD(0x1D78-0x5007)"},
+{0x1D78, 0x1512, 0x1D78, 0x5008, "D5427 HHHL 7.68TB NVMe SSD(0x1D78-0x5008)"},
+{0x1D78, 0x1512, 0x1D78, 0x5103, "D5447 U.2 1.6TB NVMe SSD(0x1D78-0x5103)"},
+{0x1D78, 0x1512, 0x1D78, 0x5105, "D5447 U.2 3.2TB NVMe SSD(0x1D78-0x5105)"},
+{0x1D78, 0x1512, 0x1D78, 0x5107, "D5447 U.2 6.4TB NVMe SSD(0x1D78-0x5107)"},
+{0x1D78, 0x1512, 0x1D78, 0x5114, "D5427 U.2 1.92TB NVMe SSD(0x1D78-0x5114)"},
+{0x1D78, 0x1512, 0x1D78, 0x5116, "D5427 U.2 3.84TB NVMe SSD(0x1D78-0x5116)"},
+{0x1D78, 0x1512, 0x1D78, 0x5118, "D5427 U.2 7.68TB NVMe SSD(0x1D78-0x5118)"},
+{0x1D78, 0x1513, 0xFFFF, 0xFFFF, "DERA MENG NVMe Controller(0x1513)"},
+{0x1D78, 0x1513, 0x1D78, 0x6105, "D6457 U.2 3.2TB NVMe SSD(0x1D78-0x6105)"},
+{0x1D78, 0x1513, 0x1D78, 0x6106, "D6437 U.2 3.84TB NVMe SSD(0x1D78-0x6106)"},
+{0x1D78, 0x1513, 0x1D78, 0x6107, "D6457 U.2 6.4TB NVMe SSD(0x1D78-0x6107)"},
+{0x1D78, 0x1513, 0x1D78, 0x6108, "D6437 U.2 7.68TB NVMe SSD(0x1D78-0x6108)"},
+{0x1D78, 0x1513, 0x1D78, 0x6115, "D6456 U.2 3.2TB NVMe SSD(0x1D78-0x6115)"},
+{0x1D78, 0x1513, 0x1D78, 0x6116, "D6436 U.2 3.84TB NVMe SSD(0x1D78-0x6116)"},
+{0x1D78, 0x1513, 0x1D78, 0x6117, "D6436 U.2 6.4TB NVMe SSD(0x1D78-0x6117)"},
+{0x1D78, 0x1513, 0x1D78, 0x6118, "D6436 U.2 7.68TB NVMe SSD(0x1D78-0x6118)"},
+{0x1D78, 0x1515, 0xFFFF, 0xFFFF, "DERA EMEI NVMe Controller(0x1515)"},
}; /* pci_vid_1D78[] */
pci_id_t pci_vid_1D7C[] = {
@@ -29771,8 +29874,12 @@ pci_id_t pci_vid_1DA2[] = {
pci_id_t pci_vid_1DA3[] = {
{0x1DA3, 0xFFFF, 0xFFFF, 0xFFFF, "Habana Labs Ltd.(0x1DA3)"},
{0x1DA3, 0x0001, 0xFFFF, 0xFFFF, "HL-1000 AI Inference Accelerator [Goya](0x0001)"},
+{0x1DA3, 0x0030, 0xFFFF, 0xFFFF, "Greco AI Inference Accelerator(0x0030)"},
+{0x1DA3, 0x0031, 0xFFFF, 0xFFFF, "Greco AI Inference Accelerator [secured](0x0031)"},
{0x1DA3, 0x1000, 0xFFFF, 0xFFFF, "HL-2000 AI Training Accelerator [Gaudi](0x1000)"},
{0x1DA3, 0x1010, 0xFFFF, 0xFFFF, "HL-2000 AI Training Accelerator [Gaudi secured](0x1010)"},
+{0x1DA3, 0x1020, 0xFFFF, 0xFFFF, "Gaudi2 AI Training Accelerator(0x1020)"},
+{0x1DA3, 0x1030, 0xFFFF, 0xFFFF, "Gaudi2 AI Training Accelerator [secured](0x1030)"},
}; /* pci_vid_1DA3[] */
pci_id_t pci_vid_1DA8[] = {
@@ -30041,6 +30148,7 @@ pci_id_t pci_vid_1DFC[] = {
pci_id_t pci_vid_1E0F[] = {
{0x1E0F, 0xFFFF, 0xFFFF, 0xFFFF, "KIOXIA Corporation(0x1E0F)"},
+{0x1E0F, 0x0001, 0xFFFF, 0xFFFF, "NVMe SSD Controller BG4(0x0001)"},
{0x1E0F, 0x0007, 0xFFFF, 0xFFFF, "NVMe SSD Controller Cx6(0x0007)"},
{0x1E0F, 0x0007, 0x1028, 0x2078, "DC NVMe CD6 RI 960GB(0x1028-0x2078)"},
{0x1E0F, 0x0007, 0x1028, 0x2079, "DC NVMe CD6 RI 1.92TB(0x1028-0x2079)"},
@@ -30187,6 +30295,10 @@ pci_id_t pci_vid_1E3D[] = {
{0x1E3D, 0xFFFF, 0xFFFF, 0xFFFF, "Burlywood, Inc(0x1E3D)"},
}; /* pci_vid_1E3D[] */
+pci_id_t pci_vid_1E44[] = {
+{0x1E44, 0xFFFF, 0xFFFF, 0xFFFF, "Valve Software(0x1E44)"},
+}; /* pci_vid_1E44[] */
+
pci_id_t pci_vid_1E49[] = {
{0x1E49, 0xFFFF, 0xFFFF, 0xFFFF, "Yangtze Memory Technologies Co.,Ltd(0x1E49)"},
{0x1E49, 0x0041, 0xFFFF, 0xFFFF, "ZHITAI TiPro7000(0x0041)"},
@@ -30231,6 +30343,10 @@ pci_id_t pci_vid_1E60[] = {
{0x1E60, 0x2864, 0xFFFF, 0xFFFF, "Hailo-8 AI Processor(0x2864)"},
}; /* pci_vid_1E60[] */
+pci_id_t pci_vid_1E67[] = {
+{0x1E67, 0xFFFF, 0xFFFF, 0xFFFF, "Untether AI(0x1E67)"},
+}; /* pci_vid_1E67[] */
+
pci_id_t pci_vid_1E68[] = {
{0x1E68, 0xFFFF, 0xFFFF, 0xFFFF, "Jiangsu Xinsheng Intelligent Technology Co., Ltd(0x1E68)"},
}; /* pci_vid_1E68[] */
@@ -30360,6 +30476,10 @@ pci_id_t pci_vid_1ED9[] = {
{0x1ED9, 0xFFFF, 0xFFFF, 0xFFFF, "Myrtle.ai(0x1ED9)"},
}; /* pci_vid_1ED9[] */
+pci_id_t pci_vid_1EE4[] = {
+{0x1EE4, 0xFFFF, 0xFFFF, 0xFFFF, "PETAiO, Inc(0x1EE4)"},
+}; /* pci_vid_1EE4[] */
+
pci_id_t pci_vid_1EE9[] = {
{0x1EE9, 0xFFFF, 0xFFFF, 0xFFFF, "SUSE LLC(0x1EE9)"},
}; /* pci_vid_1EE9[] */
@@ -30372,24 +30492,10 @@ pci_id_t pci_vid_1EEC[] = {
pci_id_t pci_vid_1EED[] = {
{0x1EED, 0xFFFF, 0xFFFF, 0xFFFF, "XDX Computing Technology Ltd.(0x1EED)"},
-{0x1EED, 0x1100, 0xFFFF, 0xFFFF, "XDX110 Graphic/VGA Controller(0x1100)"},
-{0x1EED, 0x1101, 0xFFFF, 0xFFFF, "XDX110 Audio Controller(0x1101)"},
-{0x1EED, 0x1200, 0xFFFF, 0xFFFF, "XDX120 Graphic/VGA Controller(0x1200)"},
-{0x1EED, 0x1201, 0xFFFF, 0xFFFF, "XDX120 Audio Controller(0x1201)"},
-{0x1EED, 0x1300, 0xFFFF, 0xFFFF, "XDX130 Graphic/VGA Controller(0x1300)"},
-{0x1EED, 0x1301, 0xFFFF, 0xFFFF, "XDX130 Audio Controller(0x1301)"},
-{0x1EED, 0x1400, 0xFFFF, 0xFFFF, "XDX140 Graphic/VGA Controller(0x1400)"},
-{0x1EED, 0x1401, 0xFFFF, 0xFFFF, "XDX140 Audio Controller(0x1401)"},
-{0x1EED, 0x1500, 0xFFFF, 0xFFFF, "XDX150 Graphic/VGA Controller(0x1500)"},
-{0x1EED, 0x1501, 0xFFFF, 0xFFFF, "XDX150 Audio Controller(0x1501)"},
-{0x1EED, 0x1600, 0xFFFF, 0xFFFF, "XDX160 Graphic/VGA Controller(0x1600)"},
-{0x1EED, 0x1601, 0xFFFF, 0xFFFF, "XDX160 Audio Controller(0x1601)"},
-{0x1EED, 0x1700, 0xFFFF, 0xFFFF, "XDX170 Graphic/VGA Controller(0x1700)"},
-{0x1EED, 0x1701, 0xFFFF, 0xFFFF, "XDX170 Audio Controller(0x1701)"},
-{0x1EED, 0x1800, 0xFFFF, 0xFFFF, "XDX180 Graphic/VGA Controller(0x1800)"},
-{0x1EED, 0x1801, 0xFFFF, 0xFFFF, "XDX180 Audio Controller(0x1801)"},
-{0x1EED, 0x1900, 0xFFFF, 0xFFFF, "XDX190 Graphic/VGA Controller(0x1900)"},
-{0x1EED, 0x1901, 0xFFFF, 0xFFFF, "XDX190 Audio Controller(0x1901)"},
+{0x1EED, 0x10A0, 0xFFFF, 0xFFFF, "XDX110 Graphic/VGA Controller(0x10A0)"},
+{0x1EED, 0x10A1, 0xFFFF, 0xFFFF, "XDX110 Audio Controller(0x10A1)"},
+{0x1EED, 0x1140, 0xFFFF, 0xFFFF, "XDX120 Graphic/VGA Controller(0x1140)"},
+{0x1EED, 0x1141, 0xFFFF, 0xFFFF, "XDX120 Audio Controller(0x1141)"},
}; /* pci_vid_1EED[] */
pci_id_t pci_vid_1EFB[] = {
@@ -31912,6 +32018,7 @@ pci_id_t pci_vid_8086[] = {
{0x8086, 0x0600, 0x8086, 0x01F7, "SCRU32(0x8086-0x01F7)"},
{0x8086, 0x061F, 0xFFFF, 0xFFFF, "80303 I/O Processor(0x061F)"},
{0x8086, 0x0684, 0xFFFF, 0xFFFF, "H470 Chipset LPC/eSPI Controller(0x0684)"},
+{0x8086, 0x0685, 0xFFFF, 0xFFFF, "Z490 Chipset LPC/eSPI Controller(0x0685)"},
{0x8086, 0x0687, 0xFFFF, 0xFFFF, "Q470 Chipset LPC/eSPI Controller(0x0687)"},
{0x8086, 0x068D, 0xFFFF, 0xFFFF, "Comet Lake LPC Controller(0x068D)"},
{0x8086, 0x06A3, 0xFFFF, 0xFFFF, "Comet Lake PCH SMBus Controller(0x06A3)"},
@@ -31922,6 +32029,8 @@ pci_id_t pci_vid_8086[] = {
{0x8086, 0x06AB, 0xFFFF, 0xFFFF, "Comet Lake PCH Serial IO SPI Controller #1(0x06AB)"},
{0x8086, 0x06AC, 0xFFFF, 0xFFFF, "Comet Lake PCI Express Root Port #21(0x06AC)"},
{0x8086, 0x06B0, 0xFFFF, 0xFFFF, "Comet Lake PCI Express Root Port #9(0x06B0)"},
+{0x8086, 0x06BA, 0xFFFF, 0xFFFF, "Comet Lake PCI Express Root Port #1(0x06BA)"},
+{0x8086, 0x06BB, 0xFFFF, 0xFFFF, "Comet Lake PCI Express Root Port #4(0x06BB)"},
{0x8086, 0x06BD, 0xFFFF, 0xFFFF, "Comet Lake PCIe Port #6(0x06BD)"},
{0x8086, 0x06C0, 0xFFFF, 0xFFFF, "Comet Lake PCI Express Root Port #17(0x06C0)"},
{0x8086, 0x06C8, 0xFFFF, 0xFFFF, "Comet Lake PCH cAVS(0x06C8)"},
@@ -32206,6 +32315,13 @@ pci_id_t pci_vid_8086[] = {
{0x8086, 0x0960, 0xFFFF, 0xFFFF, "80960RP (i960RP) Microprocessor/Bridge(0x0960)"},
{0x8086, 0x0962, 0xFFFF, 0xFFFF, "80960RM (i960RM) Bridge(0x0962)"},
{0x8086, 0x0964, 0xFFFF, 0xFFFF, "80960RP (i960RP) Microprocessor/Bridge(0x0964)"},
+{0x8086, 0x0998, 0xFFFF, 0xFFFF, "Ice Lake IEH(0x0998)"},
+{0x8086, 0x09A2, 0xFFFF, 0xFFFF, "Ice Lake Memory Map/VT-d(0x09A2)"},
+{0x8086, 0x09A3, 0xFFFF, 0xFFFF, "Ice Lake RAS(0x09A3)"},
+{0x8086, 0x09A4, 0xFFFF, 0xFFFF, "Ice Lake Mesh 2 PCIe(0x09A4)"},
+{0x8086, 0x09A6, 0xFFFF, 0xFFFF, "Ice Lake MSM(0x09A6)"},
+{0x8086, 0x09A7, 0xFFFF, 0xFFFF, "Ice Lake PMON MSM(0x09A7)"},
+{0x8086, 0x09AB, 0xFFFF, 0xFFFF, "RST VMD Managed Controller(0x09AB)"},
{0x8086, 0x0A03, 0xFFFF, 0xFFFF, "Haswell-ULT Thermal Subsystem(0x0A03)"},
{0x8086, 0x0A04, 0xFFFF, 0xFFFF, "Haswell-ULT DRAM Controller(0x0A04)"},
{0x8086, 0x0A04, 0x17AA, 0x2214, "ThinkPad X240(0x17AA-0x2214)"},
@@ -32279,6 +32395,7 @@ pci_id_t pci_vid_8086[] = {
{0x8086, 0x0A55, 0x1028, 0x1FE7, "Express Flash NVMe 3.2TB 2.5\" U.2 (P4600)(0x1028-0x1FE7)"},
{0x8086, 0x0A55, 0x1028, 0x1FE8, "Express Flash NVMe 2.0TB HHHL AIC (P4600)(0x1028-0x1FE8)"},
{0x8086, 0x0A55, 0x1028, 0x1FE9, "Express Flash NVMe 4.0TB HHHL AIC (P4600)(0x1028-0x1FE9)"},
+{0x8086, 0x0B00, 0xFFFF, 0xFFFF, "Ice Lake CBDMA [QuickData Technology](0x0B00)"},
{0x8086, 0x0B26, 0xFFFF, 0xFFFF, "Thunderbolt 4 Bridge [Goshen Ridge 2020](0x0B26)"},
{0x8086, 0x0B27, 0xFFFF, 0xFFFF, "Thunderbolt 4 USB Controller [Goshen Ridge 2020](0x0B27)"},
{0x8086, 0x0B60, 0xFFFF, 0xFFFF, "NVMe DC SSD [3DNAND, Sentinel Rock Controller](0x0B60)"},
@@ -32418,6 +32535,7 @@ pci_id_t pci_vid_8086[] = {
{0x8086, 0x0DD5, 0xFFFF, 0xFFFF, "Ethernet Adaptive Virtual Function(0x0DD5)"},
{0x8086, 0x0DDA, 0xFFFF, 0xFFFF, "Ethernet Connection X722 for 10GbE SFP+(0x0DDA)"},
{0x8086, 0x0DDA, 0x1BD4, 0x0076, "Ethernet Connection F102IX722 for 10GbE SFP(0x1BD4-0x0076)"},
+{0x8086, 0x0DDA, 0x1BD4, 0x0082, "Ethernet Connection F102IX722 for 10GbE SFP(0x1BD4-0x0082)"},
{0x8086, 0x0E00, 0xFFFF, 0xFFFF, "Xeon E7 v2/Xeon E5 v2/Core i7 DMI2(0x0E00)"},
{0x8086, 0x0E00, 0x1028, 0x04F7, "Xeon E5 v2 on PowerEdge R320 server(0x1028-0x04F7)"},
{0x8086, 0x0E00, 0x15D9, 0x066B, "X9SRL-F(0x15D9-0x066B)"},
@@ -33789,7 +33907,8 @@ pci_id_t pci_vid_8086[] = {
{0x8086, 0x159B, 0x1BD4, 0x0057, "Ethernet Network Adapter E810-XXVAM2(0x1BD4-0x0057)"},
{0x8086, 0x159B, 0x1BD4, 0x0058, "Ethernet Network Adapter E810-XXVAM2 for OCP 3.0(0x1BD4-0x0058)"},
{0x8086, 0x159B, 0x1BD4, 0x006E, "Ethernet Network Adapter E810-XXVAM2 for BD(0x1BD4-0x006E)"},
-{0x8086, 0x159B, 0x1EEC, 0x0102, "VSE250241E Dual-port 10Gb/25Gb Ethernet PCIe(0x1EEC-0x0102)"},
+{0x8086, 0x159B, 0x1BD4, 0x0083, "Ethernet Network Adapter E810-XXVAM2 for lldp(0x1BD4-0x0083)"},
+{0x8086, 0x159B, 0x1EEC, 0x0102, "VSE-225-41E Dual-port 10Gb/25Gb Etherent PCIe(0x1EEC-0x0102)"},
{0x8086, 0x159B, 0x8086, 0x0001, "Ethernet 25G 2P E810-XXV OCP(0x8086-0x0001)"},
{0x8086, 0x159B, 0x8086, 0x0002, "Ethernet 25G 2P E810-XXV Adapter(0x8086-0x0002)"},
{0x8086, 0x159B, 0x8086, 0x0003, "Ethernet Network Adapter E810-XXV-2(0x8086-0x0003)"},
@@ -37492,6 +37611,9 @@ pci_id_t pci_vid_8086[] = {
{0x8086, 0x3432, 0xFFFF, 0xFFFF, "5520/5500/X58 Chipset QuickData Technology Device(0x3432)"},
{0x8086, 0x3433, 0xFFFF, 0xFFFF, "5520/5500/X58 Chipset QuickData Technology Device(0x3433)"},
{0x8086, 0x3438, 0xFFFF, 0xFFFF, "7500/5520/5500/X58 I/O Hub Throttle Registers(0x3438)"},
+{0x8086, 0x3440, 0xFFFF, 0xFFFF, "Ice Lake UPI Misc(0x3440)"},
+{0x8086, 0x3441, 0xFFFF, 0xFFFF, "Ice Lake UPI Link/Phy0(0x3441)"},
+{0x8086, 0x3456, 0xFFFF, 0xFFFF, "Ice Lake NorthPeak(0x3456)"},
{0x8086, 0x347E, 0xFFFF, 0xFFFF, "Ice Lake Xeon Non-Transparent Bridge(0x347E)"},
{0x8086, 0x3482, 0xFFFF, 0xFFFF, "Ice Lake-LP LPC Controller(0x3482)"},
{0x8086, 0x34A3, 0xFFFF, 0xFFFF, "Ice Lake-LP SMBus Controller(0x34A3)"},
@@ -38295,6 +38417,7 @@ pci_id_t pci_vid_8086[] = {
{0x8086, 0x43C8, 0xFFFF, 0xFFFF, "Tiger Lake-H HD Audio Controller(0x43C8)"},
{0x8086, 0x43E0, 0xFFFF, 0xFFFF, "Tiger Lake-H Management Engine Interface(0x43E0)"},
{0x8086, 0x43E8, 0xFFFF, 0xFFFF, "Tiger Lake-H Serial IO I2C Controller #0(0x43E8)"},
+{0x8086, 0x43E9, 0xFFFF, 0xFFFF, "Tiger Lake-H Serial IO I2C Controller #1(0x43E9)"},
{0x8086, 0x43ED, 0xFFFF, 0xFFFF, "Tiger Lake-H USB 3.2 Gen 2x1 xHCI Host Controller(0x43ED)"},
{0x8086, 0x43EF, 0xFFFF, 0xFFFF, "Tiger Lake-H Shared SRAM(0x43EF)"},
{0x8086, 0x43F0, 0xFFFF, 0xFFFF, "Tiger Lake PCH CNVi WiFi(0x43F0)"},
@@ -38302,6 +38425,7 @@ pci_id_t pci_vid_8086[] = {
{0x8086, 0x43F0, 0x8086, 0x0074, "Wi-Fi 6 AX201 160MHz(0x8086-0x0074)"},
{0x8086, 0x43F0, 0x8086, 0x0264, "Wireless-AC 9461(0x8086-0x0264)"},
{0x8086, 0x43F0, 0x8086, 0x02A4, "Wireless-AC 9462(0x8086-0x02A4)"},
+{0x8086, 0x43FC, 0xFFFF, 0xFFFF, "Tiger Lake-H Integrated Sensor Hub(0x43FC)"},
{0x8086, 0x444E, 0xFFFF, 0xFFFF, "Turbo Memory Controller(0x444E)"},
{0x8086, 0x460D, 0xFFFF, 0xFFFF, "12th Gen Core Processor PCI Express x16 Controller #1(0x460D)"},
{0x8086, 0x461D, 0xFFFF, 0xFFFF, "Alder Lake Innovation Platform Framework Processor Participant(0x461D)"},
@@ -38317,6 +38441,7 @@ pci_id_t pci_vid_8086[] = {
{0x8086, 0x464D, 0xFFFF, 0xFFFF, "12th Gen Core Processor PCI Express x4 Controller #0(0x464D)"},
{0x8086, 0x464F, 0xFFFF, 0xFFFF, "12th Gen Core Processor Gaussian & Neural Accelerator(0x464F)"},
{0x8086, 0x4660, 0xFFFF, 0xFFFF, "12th Gen Core Processor Host Bridge/DRAM Registers(0x4660)"},
+{0x8086, 0x4668, 0xFFFF, 0xFFFF, "12th Gen Core Processor Host Bridge/DRAM Registers(0x4668)"},
{0x8086, 0x466D, 0xFFFF, 0xFFFF, "Alder Lake-P Thunderbolt 4 NHI #1(0x466D)"},
{0x8086, 0x466E, 0xFFFF, 0xFFFF, "Alder Lake-P Thunderbolt 4 PCI Express Root Port #0(0x466E)"},
{0x8086, 0x467D, 0xFFFF, 0xFFFF, "Platform Monitoring Technology(0x467D)"},
@@ -38429,6 +38554,11 @@ pci_id_t pci_vid_8086[] = {
{0x8086, 0x5201, 0x8086, 0x0001, "EtherExpress PRO/100 Server Ethernet Adapter(0x8086-0x0001)"},
{0x8086, 0x530D, 0xFFFF, 0xFFFF, "80310 (IOP) IO Processor(0x530D)"},
{0x8086, 0x5502, 0xFFFF, 0xFFFF, "Ethernet Controller (2) I225-LMvP(0x5502)"},
+{0x8086, 0x5502, 0x1AB6, 0x0225, "TS4 On-Board 2.5GbE Ethernet Adaptor(0x1AB6-0x0225)"},
+{0x8086, 0x5691, 0xFFFF, 0xFFFF, "DG2 [Arc A730M](0x5691)"},
+{0x8086, 0x5693, 0xFFFF, 0xFFFF, "DG2 [Arc A370M](0x5693)"},
+{0x8086, 0x5694, 0xFFFF, 0xFFFF, "DG2 [Arc A350M](0x5694)"},
+{0x8086, 0x56A5, 0xFFFF, 0xFFFF, "DG2 [Arc A380](0x56A5)"},
{0x8086, 0x5845, 0xFFFF, 0xFFFF, "QEMU NVM Express Controller(0x5845)"},
{0x8086, 0x5845, 0x1AF4, 0x1100, "QEMU Virtual Machine(0x1AF4-0x1100)"},
{0x8086, 0x5900, 0xFFFF, 0xFFFF, "Xeon E3-1200 v6/7th Gen Core Processor Host Bridge/DRAM Registers(0x5900)"},
@@ -38793,18 +38923,46 @@ pci_id_t pci_vid_8086[] = {
{0x8086, 0x7AA3, 0xFFFF, 0xFFFF, "Alder Lake-S PCH SMBus Controller(0x7AA3)"},
{0x8086, 0x7AA4, 0xFFFF, 0xFFFF, "Alder Lake-S PCH SPI Controller(0x7AA4)"},
{0x8086, 0x7AA7, 0xFFFF, 0xFFFF, "Alder Lake-S PCH Shared SRAM(0x7AA7)"},
+{0x8086, 0x7AA8, 0xFFFF, 0xFFFF, "Alder Lake-S PCH Serial IO UART #0(0x7AA8)"},
+{0x8086, 0x7AAB, 0xFFFF, 0xFFFF, "Alder Lake-S PCH Serial IO SPI Controller #1(0x7AAB)"},
+{0x8086, 0x7AB0, 0xFFFF, 0xFFFF, "Alder Lake-S PCH PCI Express Root Port #9(0x7AB0)"},
{0x8086, 0x7AB4, 0xFFFF, 0xFFFF, "Alder Lake-S PCH PCI Express Root Port #13(0x7AB4)"},
{0x8086, 0x7AB8, 0xFFFF, 0xFFFF, "Alder Lake-S PCH PCI Express Root Port #1(0x7AB8)"},
{0x8086, 0x7AB9, 0xFFFF, 0xFFFF, "Alder Lake-S PCH PCI Express Root Port #2(0x7AB9)"},
{0x8086, 0x7ABC, 0xFFFF, 0xFFFF, "Alder Lake-S PCH PCI Express Root Port #5(0x7ABC)"},
{0x8086, 0x7ABD, 0xFFFF, 0xFFFF, "Alder Lake-S PCH PCI Express Root Port #6(0x7ABD)"},
-{0x8086, 0x7ACC, 0xFFFF, 0xFFFF, "Alder Lake-S PCH I2C Controller #0(0x7ACC)"},
+{0x8086, 0x7ABF, 0xFFFF, 0xFFFF, "Alder Lake-S PCH PCI Express Root Port #8(0x7ABF)"},
+{0x8086, 0x7ACC, 0xFFFF, 0xFFFF, "Alder Lake-S PCH Serial IO I2C Controller #0(0x7ACC)"},
+{0x8086, 0x7ACD, 0xFFFF, 0xFFFF, "Alder Lake-S PCH Serial IO I2C Controller #1(0x7ACD)"},
+{0x8086, 0x7ACE, 0xFFFF, 0xFFFF, "Alder Lake-S PCH Serial IO I2C Controller #2(0x7ACE)"},
+{0x8086, 0x7ACF, 0xFFFF, 0xFFFF, "Alder Lake-S PCH Serial IO I2C Controller #3(0x7ACF)"},
{0x8086, 0x7AD0, 0xFFFF, 0xFFFF, "Alder Lake-S HD Audio Controller(0x7AD0)"},
{0x8086, 0x7AE0, 0xFFFF, 0xFFFF, "Alder Lake-S PCH USB 3.2 Gen 2x2 XHCI Controller(0x7AE0)"},
{0x8086, 0x7AE2, 0xFFFF, 0xFFFF, "Alder Lake-S PCH SATA Controller [AHCI Mode](0x7AE2)"},
{0x8086, 0x7AE8, 0xFFFF, 0xFFFF, "Alder Lake-S PCH HECI Controller #1(0x7AE8)"},
{0x8086, 0x7AF0, 0xFFFF, 0xFFFF, "Alder Lake-S PCH CNVi WiFi(0x7AF0)"},
{0x8086, 0x7AF0, 0x8086, 0x0094, "Wi-Fi 6 AX201 160MHz(0x8086-0x0094)"},
+{0x8086, 0x7AFC, 0xFFFF, 0xFFFF, "Alder Lake-S PCH Serial IO I2C Controller #4(0x7AFC)"},
+{0x8086, 0x7AFD, 0xFFFF, 0xFFFF, "Alder Lake-S PCH Serial IO I2C Controller #5(0x7AFD)"},
+{0x8086, 0x7E01, 0xFFFF, 0xFFFF, "Meteor Lake-P LPC/eSPI Controller(0x7E01)"},
+{0x8086, 0x7E22, 0xFFFF, 0xFFFF, "Meteor Lake-P SMBus Controller(0x7E22)"},
+{0x8086, 0x7E23, 0xFFFF, 0xFFFF, "Meteor Lake-P SPI Controller(0x7E23)"},
+{0x8086, 0x7E24, 0xFFFF, 0xFFFF, "Meteor Lake-P Trace Hub(0x7E24)"},
+{0x8086, 0x7E25, 0xFFFF, 0xFFFF, "Meteor Lake-P Serial IO UART Controller #0(0x7E25)"},
+{0x8086, 0x7E26, 0xFFFF, 0xFFFF, "Meteor Lake-P Serial IO UART Controller #1(0x7E26)"},
+{0x8086, 0x7E27, 0xFFFF, 0xFFFF, "Meteor Lake-P Serial IO SPI Controller #0(0x7E27)"},
+{0x8086, 0x7E28, 0xFFFF, 0xFFFF, "Meteor Lake-P HD Audio Controller(0x7E28)"},
+{0x8086, 0x7E30, 0xFFFF, 0xFFFF, "Meteor Lake-P Serial IO SPI Controller #1(0x7E30)"},
+{0x8086, 0x7E46, 0xFFFF, 0xFFFF, "Meteor Lake-P Serial IO SPI Controller #2(0x7E46)"},
+{0x8086, 0x7E50, 0xFFFF, 0xFFFF, "Meteor Lake-P Serial IO I2C Controller #4(0x7E50)"},
+{0x8086, 0x7E51, 0xFFFF, 0xFFFF, "Meteor Lake-P Serial IO I2C Controller #5(0x7E51)"},
+{0x8086, 0x7E52, 0xFFFF, 0xFFFF, "Meteor Lake-P Serial IO UART Controller #2(0x7E52)"},
+{0x8086, 0x7E78, 0xFFFF, 0xFFFF, "Meteor Lake-P Serial IO I2C Controller #0(0x7E78)"},
+{0x8086, 0x7E79, 0xFFFF, 0xFFFF, "Meteor Lake-P Serial IO I2C Controller #1(0x7E79)"},
+{0x8086, 0x7E7A, 0xFFFF, 0xFFFF, "Meteor Lake-P Serial IO I2C Controller #2(0x7E7A)"},
+{0x8086, 0x7E7B, 0xFFFF, 0xFFFF, "Meteor Lake-P Serial IO I2C Controller #3(0x7E7B)"},
+{0x8086, 0x7E7D, 0xFFFF, 0xFFFF, "Meteor Lake-P USB 3.2 Gen 2x1 xHCI Host Controller(0x7E7D)"},
+{0x8086, 0x7E7E, 0xFFFF, 0xFFFF, "Meteor Lake-P USB Device Controller(0x7E7E)"},
{0x8086, 0x8002, 0xFFFF, 0xFFFF, "Trusted Execution Technology Registers(0x8002)"},
{0x8086, 0x8003, 0xFFFF, 0xFFFF, "Trusted Execution Technology Registers(0x8003)"},
{0x8086, 0x8100, 0xFFFF, 0xFFFF, "US15W/US15X SCH [Poulsbo] Host Bridge(0x8100)"},
@@ -39169,6 +39327,7 @@ pci_id_t pci_vid_8086[] = {
{0x8086, 0x9B41, 0xFFFF, 0xFFFF, "CometLake-U GT2 [UHD Graphics](0x9B41)"},
{0x8086, 0x9B41, 0x1028, 0x09BD, "Latitude 7310(0x1028-0x09BD)"},
{0x8086, 0x9B41, 0x1028, 0x09BE, "Latitude 7410(0x1028-0x09BE)"},
+{0x8086, 0x9B43, 0xFFFF, 0xFFFF, "10th Gen Core Processor Host Bridge/DRAM Registers(0x9B43)"},
{0x8086, 0x9B44, 0xFFFF, 0xFFFF, "10th Gen Core Processor Host Bridge/DRAM Registers(0x9B44)"},
{0x8086, 0x9B53, 0xFFFF, 0xFFFF, "Comet Lake-S 6c Host Bridge/DRAM Controller(0x9B53)"},
{0x8086, 0x9B54, 0xFFFF, 0xFFFF, "10th Gen Core Processor Host Bridge/DRAM Registers(0x9B54)"},
@@ -39176,6 +39335,7 @@ pci_id_t pci_vid_8086[] = {
{0x8086, 0x9B61, 0x1028, 0x09BE, "Latitude 7410(0x1028-0x09BE)"},
{0x8086, 0x9B63, 0xFFFF, 0xFFFF, "10th Gen Core Processor Host Bridge/DRAM Registers(0x9B63)"},
{0x8086, 0x9B64, 0xFFFF, 0xFFFF, "10th Gen Core Processor Host Bridge/DRAM Registers(0x9B64)"},
+{0x8086, 0x9BA4, 0xFFFF, 0xFFFF, "Comet Lake-H GT1 [UHD Graphics 610](0x9BA4)"},
{0x8086, 0x9BA8, 0xFFFF, 0xFFFF, "CometLake-S GT1 [UHD Graphics 610](0x9BA8)"},
{0x8086, 0x9BC4, 0xFFFF, 0xFFFF, "CometLake-H GT2 [UHD Graphics](0x9BC4)"},
{0x8086, 0x9BC5, 0xFFFF, 0xFFFF, "CometLake-S GT2 [UHD Graphics 630](0x9BC5)"},
@@ -39493,6 +39653,7 @@ pci_id_t pci_vid_8086[] = {
{0x8086, 0xA0C5, 0xFFFF, 0xFFFF, "Tiger Lake-LP Serial IO I2C Controller #4(0xA0C5)"},
{0x8086, 0xA0C6, 0xFFFF, 0xFFFF, "Tiger Lake-LP Serial IO I2C Controller #5(0xA0C6)"},
{0x8086, 0xA0C8, 0xFFFF, 0xFFFF, "Tiger Lake-LP Smart Sound Technology Audio Controller(0xA0C8)"},
+{0x8086, 0xA0D3, 0xFFFF, 0xFFFF, "Tiger Lake-LP SATA Controller(0xA0D3)"},
{0x8086, 0xA0E0, 0xFFFF, 0xFFFF, "Tiger Lake-LP Management Engine Interface(0xA0E0)"},
{0x8086, 0xA0E3, 0xFFFF, 0xFFFF, "Tiger Lake-LP Active Management Technology - SOL(0xA0E3)"},
{0x8086, 0xA0E8, 0xFFFF, 0xFFFF, "Tiger Lake-LP Serial IO I2C Controller #0(0xA0E8)"},
@@ -39908,6 +40069,8 @@ pci_id_t pci_vid_8088[] = {
{0x8088, 0x011B, 0xFFFF, 0xFFFF, "WX1860AL1 Gigabit Ethernet Controller Virtual Function(0x011B)"},
{0x8088, 0x1000, 0xFFFF, 0xFFFF, "Ethernet Controller RP1000 Virtual Function for 10GbE SFP+(0x1000)"},
{0x8088, 0x1001, 0xFFFF, 0xFFFF, "Ethernet Controller RP1000 for 10GbE SFP+(0x1001)"},
+{0x8088, 0x1001, 0x1BD4, 0x0084, "Ethernet Controller RP1000 for 10GbE SFP+(lldp)(0x1BD4-0x0084)"},
+{0x8088, 0x1001, 0x1BD4, 0x0085, "Ethernet Controller SP1000A for 10GBASE-T(0x1BD4-0x0085)"},
{0x8088, 0x1001, 0x8088, 0x0000, "Ethernet Network Adaptor RP1000 for 10GbE SFP+(0x8088-0x0000)"},
{0x8088, 0x2000, 0xFFFF, 0xFFFF, "Ethernet Controller RP2000 Virtual Function for 10GbE SFP+(0x2000)"},
{0x8088, 0x2001, 0xFFFF, 0xFFFF, "Ethernet Controller RP2000 for 10GbE SFP+(0x2001)"},
@@ -41223,7 +41386,7 @@ pci_vid_index_t pci_vid_index[] = {
{0x0123, 1, pci_vid_0123 },
{0x0128, 1, pci_vid_0128 },
{0x018A, 2, pci_vid_018A },
-{0x01DE, 3, pci_vid_01DE },
+{0x01DE, 4, pci_vid_01DE },
{0x0200, 1, pci_vid_0200 },
{0x021B, 2, pci_vid_021B },
{0x0270, 1, pci_vid_0270 },
@@ -41251,9 +41414,9 @@ pci_vid_index_t pci_vid_index[] = {
{0x0E55, 1, pci_vid_0E55 },
{0x0EAC, 2, pci_vid_0EAC },
{0x0F62, 1, pci_vid_0F62 },
-{0x1000, 714, pci_vid_1000 },
+{0x1000, 738, pci_vid_1000 },
{0x1001, 10, pci_vid_1001 },
-{0x1002, 3178, pci_vid_1002 },
+{0x1002, 3182, pci_vid_1002 },
{0x1003, 2, pci_vid_1003 },
{0x1004, 34, pci_vid_1004 },
{0x1005, 8, pci_vid_1005 },
@@ -41283,7 +41446,7 @@ pci_vid_index_t pci_vid_index[] = {
{0x101F, 1, pci_vid_101F },
{0x1020, 1, pci_vid_1020 },
{0x1021, 1, pci_vid_1021 },
-{0x1022, 630, pci_vid_1022 },
+{0x1022, 642, pci_vid_1022 },
{0x1023, 56, pci_vid_1023 },
{0x1024, 1, pci_vid_1024 },
{0x1025, 59, pci_vid_1025 },
@@ -41465,7 +41628,7 @@ pci_vid_index_t pci_vid_index[] = {
{0x10DB, 1, pci_vid_10DB },
{0x10DC, 6, pci_vid_10DC },
{0x10DD, 3, pci_vid_10DD },
-{0x10DE, 3120, pci_vid_10DE },
+{0x10DE, 3134, pci_vid_10DE },
{0x10DF, 127, pci_vid_10DF },
{0x10E0, 7, pci_vid_10E0 },
{0x10E1, 5, pci_vid_10E1 },
@@ -41481,7 +41644,7 @@ pci_vid_index_t pci_vid_index[] = {
{0x10EB, 3, pci_vid_10EB },
{0x10EC, 227, pci_vid_10EC },
{0x10ED, 2, pci_vid_10ED },
-{0x10EE, 39, pci_vid_10EE },
+{0x10EE, 44, pci_vid_10EE },
{0x10EF, 2, pci_vid_10EF },
{0x10F0, 1, pci_vid_10F0 },
{0x10F1, 3, pci_vid_10F1 },
@@ -42063,7 +42226,7 @@ pci_vid_index_t pci_vid_index[] = {
{0x1341, 1, pci_vid_1341 },
{0x1342, 1, pci_vid_1342 },
{0x1343, 1, pci_vid_1343 },
-{0x1344, 49, pci_vid_1344 },
+{0x1344, 59, pci_vid_1344 },
{0x1345, 1, pci_vid_1345 },
{0x1347, 1, pci_vid_1347 },
{0x1349, 1, pci_vid_1349 },
@@ -42670,7 +42833,7 @@ pci_vid_index_t pci_vid_index[] = {
{0x15B0, 1, pci_vid_15B0 },
{0x15B1, 1, pci_vid_15B1 },
{0x15B2, 1, pci_vid_15B2 },
-{0x15B3, 237, pci_vid_15B3 },
+{0x15B3, 240, pci_vid_15B3 },
{0x15B4, 1, pci_vid_15B4 },
{0x15B5, 1, pci_vid_15B5 },
{0x15B6, 17, pci_vid_15B6 },
@@ -42988,7 +43151,7 @@ pci_vid_index_t pci_vid_index[] = {
{0x19DE, 1, pci_vid_19DE },
{0x19E2, 1, pci_vid_19E2 },
{0x19E3, 4, pci_vid_19E3 },
-{0x19E5, 93, pci_vid_19E5 },
+{0x19E5, 96, pci_vid_19E5 },
{0x19E7, 6, pci_vid_19E7 },
{0x19EE, 1, pci_vid_19EE },
{0x19F1, 1, pci_vid_19F1 },
@@ -43053,13 +43216,14 @@ pci_vid_index_t pci_vid_index[] = {
{0x1AF4, 23, pci_vid_1AF4 },
{0x1AF5, 1, pci_vid_1AF5 },
{0x1AFA, 1, pci_vid_1AFA },
+{0x1B00, 1, pci_vid_1B00 },
{0x1B03, 3, pci_vid_1B03 },
{0x1B08, 1, pci_vid_1B08 },
{0x1B0A, 1, pci_vid_1B0A },
{0x1B13, 1, pci_vid_1B13 },
{0x1B1A, 2, pci_vid_1B1A },
{0x1B1C, 1, pci_vid_1B1C },
-{0x1B21, 25, pci_vid_1B21 },
+{0x1B21, 26, pci_vid_1B21 },
{0x1B26, 11, pci_vid_1B26 },
{0x1B2C, 1, pci_vid_1B2C },
{0x1B36, 21, pci_vid_1B36 },
@@ -43153,7 +43317,7 @@ pci_vid_index_t pci_vid_index[] = {
{0x1D6A, 15, pci_vid_1D6A },
{0x1D6C, 35, pci_vid_1D6C },
{0x1D72, 1, pci_vid_1D72 },
-{0x1D78, 14, pci_vid_1D78 },
+{0x1D78, 36, pci_vid_1D78 },
{0x1D7C, 2, pci_vid_1D7C },
{0x1D82, 4, pci_vid_1D82 },
{0x1D87, 4, pci_vid_1D87 },
@@ -43167,7 +43331,7 @@ pci_vid_index_t pci_vid_index[] = {
{0x1D9B, 3, pci_vid_1D9B },
{0x1DA1, 1, pci_vid_1DA1 },
{0x1DA2, 2, pci_vid_1DA2 },
-{0x1DA3, 4, pci_vid_1DA3 },
+{0x1DA3, 8, pci_vid_1DA3 },
{0x1DA8, 1, pci_vid_1DA8 },
{0x1DAD, 1, pci_vid_1DAD },
{0x1DB2, 1, pci_vid_1DB2 },
@@ -43189,7 +43353,7 @@ pci_vid_index_t pci_vid_index[] = {
{0x1DF3, 29, pci_vid_1DF3 },
{0x1DF7, 4, pci_vid_1DF7 },
{0x1DFC, 2, pci_vid_1DFC },
-{0x1E0F, 35, pci_vid_1E0F },
+{0x1E0F, 36, pci_vid_1E0F },
{0x1E17, 1, pci_vid_1E17 },
{0x1E24, 8, pci_vid_1E24 },
{0x1E26, 1, pci_vid_1E26 },
@@ -43198,6 +43362,7 @@ pci_vid_index_t pci_vid_index[] = {
{0x1E39, 1, pci_vid_1E39 },
{0x1E3B, 61, pci_vid_1E3B },
{0x1E3D, 1, pci_vid_1E3D },
+{0x1E44, 1, pci_vid_1E44 },
{0x1E49, 3, pci_vid_1E49 },
{0x1E4B, 7, pci_vid_1E4B },
{0x1E4C, 3, pci_vid_1E4C },
@@ -43205,6 +43370,7 @@ pci_vid_index_t pci_vid_index[] = {
{0x1E59, 2, pci_vid_1E59 },
{0x1E5D, 3, pci_vid_1E5D },
{0x1E60, 2, pci_vid_1E60 },
+{0x1E67, 1, pci_vid_1E67 },
{0x1E68, 1, pci_vid_1E68 },
{0x1E6B, 1, pci_vid_1E6B },
{0x1E7B, 1, pci_vid_1E7B },
@@ -43228,9 +43394,10 @@ pci_vid_index_t pci_vid_index[] = {
{0x1ED5, 10, pci_vid_1ED5 },
{0x1ED8, 2, pci_vid_1ED8 },
{0x1ED9, 1, pci_vid_1ED9 },
+{0x1EE4, 1, pci_vid_1EE4 },
{0x1EE9, 1, pci_vid_1EE9 },
{0x1EEC, 3, pci_vid_1EEC },
-{0x1EED, 19, pci_vid_1EED },
+{0x1EED, 5, pci_vid_1EED },
{0x1EFB, 1, pci_vid_1EFB },
{0x1F02, 1, pci_vid_1F02 },
{0x1F03, 8, pci_vid_1F03 },
@@ -43369,8 +43536,8 @@ pci_vid_index_t pci_vid_index[] = {
{0x7FED, 1, pci_vid_7FED },
{0x8008, 4, pci_vid_8008 },
{0x807D, 1, pci_vid_807D },
-{0x8086, 8227, pci_vid_8086 },
-{0x8088, 51, pci_vid_8088 },
+{0x8086, 8282, pci_vid_8086 },
+{0x8088, 53, pci_vid_8088 },
{0x80EE, 3, pci_vid_80EE },
{0x8322, 1, pci_vid_8322 },
{0x8384, 1, pci_vid_8384 },
@@ -43493,7 +43660,7 @@ pci_vid_index_t pci_vid_index[] = {
{0xFFFD, 2, pci_vid_FFFD },
{0xFFFE, 2, pci_vid_FFFE },
{0xFFFF, 1, pci_vid_FFFF },
-}; /* We have 2284 VIDs */
+}; /* We have 2288 VIDs */
static pci_vid_index_t *get_vid_index(guint16 vid)
{
diff --git a/manuf b/manuf
index 3dcad5b8d7..7e83d3ca35 100644
--- a/manuf
+++ b/manuf
@@ -44,24 +44,24 @@
# https://gitlab.com/wireshark/wireshark/-/raw/master/manuf
# http://standards-oui.ieee.org/cid/cid.csv:
-# Content-Length: 12477
-# Last-Modified: Sun, 26 Jun 2022 16:00:31 GMT
+# Content-Length: 12547
+# Last-Modified: Sun, 03 Jul 2022 16:00:30 GMT
# http://standards-oui.ieee.org/iab/iab.csv:
-# Content-Length: 381455
-# Last-Modified: Sun, 26 Jun 2022 16:00:45 GMT
+# Content-Length: 381461
+# Last-Modified: Sun, 03 Jul 2022 16:00:43 GMT
# http://standards-oui.ieee.org/oui/oui.csv:
-# Content-Length: 2985131
-# Last-Modified: Sun, 26 Jun 2022 16:01:19 GMT
+# Content-Length: 2987653
+# Last-Modified: Sun, 03 Jul 2022 16:01:20 GMT
# http://standards-oui.ieee.org/oui28/mam.csv:
-# Content-Length: 470334
-# Last-Modified: Sun, 26 Jun 2022 16:00:52 GMT
+# Content-Length: 471041
+# Last-Modified: Sun, 03 Jul 2022 16:00:51 GMT
# http://standards-oui.ieee.org/oui36/oui36.csv:
-# Content-Length: 448429
-# Last-Modified: Sun, 26 Jun 2022 16:01:12 GMT
+# Content-Length: 449022
+# Last-Modified: Sun, 03 Jul 2022 16:01:09 GMT
00:00:00 00:00:00 Officially Xerox, but 0:0:0:0:0:0 is more common
00:00:01 Xerox Xerox Corporation
@@ -2909,7 +2909,7 @@
00:0B:37 Manufact Manufacture Des Montres Rolex Sa
00:0B:38 Knürr Knürr GmbH
00:0B:39 KeisokuG Keisoku Giken Co.,Ltd.
-00:0B:3A Pesa
+00:0B:3A PESA PESA Inc.
00:0B:3B devolo devolo AG
00:0B:3C CygnalIn Cygnal Integrated Products, Inc.
00:0B:3D CONTALOK CONTAL OK Ltd.
@@ -11448,7 +11448,7 @@
00:50:C2:1A:C0:00/36 Beckmann Beckmann+Egle GmbH
00:50:C2:1A:D0:00/36 Remiasro Remia s.r.o.
00:50:C2:1A:E0:00/36 HomeDire Home Director, Inc
-00:50:C2:1A:F0:00/36 Pesa
+00:50:C2:1A:F0:00/36 PESA PESA Inc.
00:50:C2:1B:00:00/36 BLANKOMA BLANKOM Antennentechnik GmbH
00:50:C2:1B:10:00/36 AxesTech Axes Technologies
00:50:C2:1B:20:00/36 SIGOSSys SIGOS Systemintegration GmbH
@@ -19368,6 +19368,7 @@
18:14:56 Nokia Nokia Corporation
18:14:6C Zhejiang Zhejiang Tmall Technology Co., Ltd.
18:16:C9 SamsungE Samsung Electronics Co.,Ltd
+18:16:E8 Siliconw Siliconware Precision Industries Co., Ltd.
18:17:14 Daewoois
18:17:25 CameoCom Cameo Communications, Inc.
18:18:8B FujitsuC Fujitsu Connected Technologies Limited
@@ -20634,6 +20635,7 @@
24:06:F2 SichuanT Sichuan Tianyi Comheart Telecom Co.,LTD
24:08:5D Continen Continental Aftermarket & Services GmbH
24:09:17 DevlinEl Devlin Electronics Limited
+24:09:35 SamsungE Samsung Electronics Co.,Ltd
24:09:95 HuaweiTe Huawei Technologies Co.,Ltd
24:0A:11 TCTmobil TCT mobile ltd
24:0A:63 ARRISGro ARRIS Group, Inc.
@@ -20943,6 +20945,7 @@
24:EE:3A ChengduY Chengdu Yingji Electronic Hi-tech Co Ltd
24:EE:9A IntelCor Intel Corporate
24:F0:94 Apple Apple, Inc.
+24:F0:D3 SamsungE Samsung Electronics Co.,Ltd
24:F0:FF GHT GHT Co., Ltd.
24:F1:28 Telstra
24:F1:50 Guangzho Guangzhou Qi'an Technology Co., Ltd.
@@ -22999,6 +23002,7 @@
3C:05:18 SamsungE Samsung Electronics Co.,Ltd
3C:05:AB ProductC Product Creation Studio
3C:06:30 Apple Apple, Inc.
+3C:06:64 BeijingL Beijing Leagrid Technology Co.,Ltd.
3C:06:A7 Tp-LinkT Tp-Link Technologies Co.,Ltd.
3C:07:54 Apple Apple, Inc.
3C:07:71 Sony Sony Corporation
@@ -23030,6 +23034,7 @@
3C:1A:57 Cardiopu Cardiopulmonary Corp
3C:1A:79 HuayuanT Huayuan Technology CO.,LTD
3C:1A:9E VitalThi VitalThings AS
+3C:1B:F8 Hangzhou Hangzhou Hikvision Digital Technology Co.,Ltd.
3C:1C:BE Jadak Jadak Llc
3C:1E:04 D-LinkIn D-Link International
3C:1E:13 Hangzhou Hangzhou Sunrise Technology Co., Ltd
@@ -25729,6 +25734,7 @@
50:FB:19 ChipseaT Chipsea Technologies (Shenzhen) Corp.
50:FC:30 Treehous Treehouse Labs
50:FC:9F SamsungE Samsung Electronics Co.,Ltd
+50:FD:D5 SJIIndus SJI Industry Company
50:FE:F2 SifyTech Sify Technologies Ltd
50:FF:20 Keenetic Keenetic Limited
50:FF:99 IEEERegi IEEE Registration Authority
@@ -26095,6 +26101,7 @@
58:1F:AA Apple Apple, Inc.
58:1F:EF Tuttnaer Tuttnaer LTD
58:20:59 XiaomiCo Xiaomi Communications Co Ltd
+58:20:71 SamsungE Samsung Electronics Co.,Ltd
58:20:8A IEEERegi IEEE Registration Authority
58:20:8A:00:00:00/28 Annapurn Annapurna labs
58:20:8A:20:00:00/28 MarsDigi Mars Digi Tech Co.,Ltd
@@ -26460,6 +26467,7 @@
5C:25:4C AvireGlo Avire Global Pte Ltd
5C:26:0A Dell Dell Inc.
5C:26:23 WaveLynx WaveLynx Technologies Corporation
+5C:27:63 ItibiaTe Itibia Technologies
5C:27:D4 Shenzhen Shenzhen Qihu Intelligent Technology Company Limited
5C:2A:EF r2pAsia- r2p Asia-Pacific Pty Ltd
5C:2B:F5 VivintWi Vivint Wireless Inc.
@@ -26618,6 +26626,7 @@
5C:A8:6A HuaweiTe Huawei Technologies Co.,Ltd
5C:A9:33 LumaHome Luma Home
5C:AA:FD Sonos Sonos, Inc.
+5C:AC:3D SamsungE Samsung Electronics Co.,Ltd
5C:AC:4C HonHaiPr Hon Hai Precision Ind. Co.,Ltd.
5C:AD:76 Shenzhen Shenzhen TCL New Technology Co., Ltd
5C:AD:CF Apple Apple, Inc.
@@ -26891,6 +26900,7 @@
60:6D:C7 HonHaiPr Hon Hai Precision Ind. Co.,Ltd.
60:6E:D0 Seal Seal Ag
60:6E:E8 XiaomiCo Xiaomi Communications Co Ltd
+60:70:6C Google Google, Inc.
60:70:72 Shenzhen Shenzhen Hongde Smart Link Technology Co., Ltd
60:70:C0 Apple Apple, Inc.
60:72:0B BLUProdu BLU Products Inc
@@ -27703,6 +27713,7 @@
68:B6:91 AmazonTe Amazon Technologies Inc.
68:B6:B3 Espressi Espressif Inc.
68:B6:FC HitronTe Hitron Technologies. Inc
+68:B8:BB BeijingX Beijing Xiaomi Electronics Co.,Ltd
68:B8:D9 ActKDE Act KDE, Inc.
68:B9:83 b-plus b-plus GmbH
68:B9:C2 EardaTec Earda Technologies co Ltd
@@ -27903,9 +27914,11 @@
6C:4D:51 Shenzhen Shenzhen Ceres Technology Co., Ltd.
6C:4D:73 Apple Apple, Inc.
6C:4E:86 ThirdMil Third Millennium Systems Ltd.
+6C:4E:F6 Cisco Cisco Systems, Inc
6C:50:4D Cisco Cisco Systems, Inc
6C:51:BF HuaweiDe Huawei Device Co., Ltd.
6C:54:CD LampexEl Lampex Electronics Limited
+6C:55:63 SamsungE Samsung Electronics Co.,Ltd
6C:55:8D HuaweiTe Huawei Technologies Co.,Ltd
6C:55:E8 Technico Technicolor CH USA Inc.
6C:56:40 BLUProdu BLU Products Inc
@@ -32647,6 +32660,7 @@
74:15:75 XiaomiCo Xiaomi Communications Co Ltd
74:15:E2 Tri-Sen Tri-Sen Systems Corporation
74:18:65 Shanghai Shanghai DareGlobal Technologies Co.,Ltd
+74:19:0A SamsungE Samsung Electronics Co.,Ltd
74:19:F8 IEEERegi IEEE Registration Authority
74:19:F8:00:00:00/28 Marmitek
74:19:F8:10:00:00/28 Trend-te Trend-tech Technology Co., Limited
@@ -33970,6 +33984,7 @@
80:24:8F Cisco Cisco Systems, Inc
80:25:11 ItelMobi Itel Mobile Limited
80:26:89 D-LinkIn D-Link International
+80:27:6C Cisco Cisco Systems, Inc
80:29:94 Technico Technicolor CH USA Inc.
80:2A:A8 Ubiquiti Ubiquiti Networks Inc.
80:2A:FA Germanee Germaneers GmbH
@@ -34205,6 +34220,7 @@
80:DA:13 eero eero inc.
80:DA:BC Megafone Megafone Limited
80:DA:C2 Technico Technicolor CH USA Inc.
+80:DB:17 JuniperN Juniper Networks
80:DB:31 PowerQuo Power Quotient International Co., Ltd.
80:E0:1D Cisco Cisco Systems, Inc
80:E1:BF HuaweiTe Huawei Technologies Co.,Ltd
@@ -34304,6 +34320,7 @@
84:21:41 Shenzhen Shenzhen Ginwave Technologies Ltd.
84:21:F1 HuaweiTe Huawei Technologies Co.,Ltd
84:22:5E Shenzhen Shenzhen Technewchip Technology Co.,Ltd.
+84:22:89 SamsungE Samsung Electronics Co.,Ltd
84:23:88 RuckusWi Ruckus Wireless
84:24:8D ZebraTec Zebra Technologies Inc
84:25:19 SamsungE Samsung Electronics
@@ -35147,6 +35164,7 @@
8C:1F:64:15:E0:00/36 Dynomoti Dynomotion, Inc
8C:1F:64:16:40:00/36 Revo-Tec Revo - Tec GmbH
8C:1F:64:16:60:00/36 HikariAl Hikari Alphax Inc.
+8C:1F:64:16:D0:00/36 XiamenRg Xiamen Rgblink Science & Technology Co., Ltd.
8C:1F:64:16:E0:00/36 Benchmar Benchmark Electronics BV
8C:1F:64:17:70:00/36 Emcom Emcom Systems
8C:1F:64:17:90:00/36 Agrowtek Agrowtek Inc.
@@ -35307,6 +35325,7 @@
8C:1F:64:54:C0:00/36 GeminiEl Gemini Electronics B.V.
8C:1F:64:54:F0:00/36 Toolplan Toolplanet Co., Ltd.
8C:1F:64:55:20:00/36 Proterra Proterra, Inc
+8C:1F:64:55:60:00/36 BAE BAE Systems
8C:1F:64:55:70:00/36 In-liteD In-lite Design BV
8C:1F:64:55:E0:00/36 Hanateks Hanateksystem
8C:1F:64:56:D0:00/36 Acod
@@ -35428,9 +35447,11 @@
8C:1F:64:7D:30:00/36 SuntechE Suntech Engineering
8C:1F:64:7D:60:00/36 AlgodueE Algodue Elettronica Srl
8C:1F:64:7D:80:00/36 HIROSAWA HIROSAWA ELECTRIC Co.,Ltd.
+8C:1F:64:7D:90:00/36 Noisewav Noisewave Corporation
8C:1F:64:7D:D0:00/36 TAKASAKI TAKASAKI KYODO COMPUTING CENTER Co.,LTD.
8C:1F:64:7D:E0:00/36 SOCNOCAI SOCNOC AI Inc
8C:1F:64:7E:C0:00/36 Methods2 Methods2Business B.V.
+8C:1F:64:7E:E0:00/36 OrangePr Orange Precision Measurement LLC
8C:1F:64:7F:10:00/36 AEMSinga AEM Singapore Pte Ltd
8C:1F:64:80:10:00/36 Zhejiang Zhejiang Laolan Information Technology Co., Ltd
8C:1F:64:80:70:00/36 Giordano Giordano Controls Spa
@@ -35440,6 +35461,7 @@
8C:1F:64:83:70:00/36 Rumble Rumble, Inc
8C:1F:64:83:A0:00/36 Grossenb Grossenbacher Systeme AG
8C:1F:64:83:C0:00/36 XtendTec Xtend Technologies Pvt Ltd
+8C:1F:64:83:E0:00/36 Sicon Sicon srl
8C:1F:64:84:80:00/36 Jena-Opt Jena-Optronik GmbH
8C:1F:64:84:C0:00/36 AvMapsrl AvMap srlu
8C:1F:64:84:E0:00/36 WestPhar West Pharmaceutical Services, Inc.
@@ -35716,6 +35738,7 @@
8C:1F:64:EF:80:00/36 Northwes Northwest Central Indiana Community Partnerships Inc dba Wabash Heartland Innovation Network (WHIN)
8C:1F:64:EF:B0:00/36 Warecube Warecube,Inc
8C:1F:64:F0:40:00/36 IoTSecur IoTSecure, LLC
+8C:1F:64:F1:20:00/36 CAITRON CAITRON GmbH
8C:1F:64:F2:50:00/36 MisakaNe Misaka Network, Inc.
8C:1F:64:F2:70:00/36 Tesat-Sp Tesat-Spacecom GmbH & Co. KG
8C:1F:64:F2:C0:00/36 Tunstall Tunstall A/S
@@ -38304,6 +38327,7 @@ A4:9B:4F HuaweiTe Huawei Technologies Co.,Ltd
A4:9B:CD Cisco Cisco Systems, Inc
A4:9B:F5 Hybridse Hybridserver Tec GmbH
A4:9D:49 Ketra Ketra, Inc.
+A4:9D:DD SamsungE Samsung Electronics Co.,Ltd
A4:9E:69 SiliconL Silicon Laboratories
A4:9E:DB AutoCrib AutoCrib, Inc.
A4:9F:85 LyveMind Lyve Minds, Inc
@@ -38879,6 +38903,7 @@ AC:4A:67 Cisco Cisco Systems, Inc
AC:4A:FE HisenseB Hisense Broadband Multimedia Technology Co.,Ltd.
AC:4B:1E Integri- Integri-Sys.Com LLC
AC:4B:C8 JuniperN Juniper Networks
+AC:4C:A5 Technico Technicolor CH USA Inc.
AC:4D:16 TexasIns Texas Instruments
AC:4E:2E Shenzhen Shenzhen JingHanDa Electronics Co.Ltd
AC:4E:65 Fiberhom Fiberhome Telecommunication Technologies Co.,LTD
@@ -40145,6 +40170,7 @@ BA:41:59 Anapass Anapass Inc.
BA:4D:EA Environe Environexus
BA:55:EC Ieee8021 Ieee 802.15
BA:63:12 Idteck
+BA:67:91 KandouBu Kandou Bus SA
BA:A2:D0 Wireless Wireless Broadband Alliance Ltd
BA:C4:85 Fraunhof Fraunhofer IIS
BA:F2:1C IsoTc22S Iso/Tc22/Sc31
@@ -40259,6 +40285,7 @@ BC:4D:FB HitronTe Hitron Technologies. Inc
BC:4E:3C CoreStaf Core Staff Co., Ltd.
BC:4E:5D ZhongMia ZhongMiao Technology Co., Ltd.
BC:51:FE Swanncom Swann communications Pty Ltd
+BC:52:74 SamsungE Samsung Electronics Co.,Ltd
BC:52:B4 Nokia
BC:52:B7 Apple Apple, Inc.
BC:54:2F IntelCor Intel Corporate
@@ -41271,6 +41298,7 @@ C8:25:E1 Lemobile Lemobile Information Technology (Beijing) Co., Ltd
C8:28:32 BeijingX Beijing Xiaomi Electronics Co., Ltd.
C8:29:2A BarunEle Barun Electronics
C8:2A:14 Apple Apple, Inc.
+C8:2A:DD Google Google, Inc.
C8:2A:F1 TCTmobil TCT mobile ltd
C8:2B:96 Espressi Espressif Inc.
C8:2C:2B IEEERegi IEEE Registration Authority
@@ -41786,6 +41814,7 @@ CC:78:5F Apple Apple, Inc.
CC:78:AB TexasIns Texas Instruments
CC:79:4A BLUProdu BLU Products Inc.
CC:79:CF Shenzhen Shenzhen Rf-Link Technology Co.,Ltd.
+CC:79:D7 Cisco Cisco Systems, Inc
CC:7A:30 CMAXWire CMAX Wireless Co., Ltd.
CC:7B:35 zte zte corporation
CC:7B:61 Nikkiso Nikkiso Co., Ltd.
@@ -41954,6 +41983,7 @@ CC:E1:7F JuniperN Juniper Networks
CC:E1:94 JuniperN Juniper Networks
CC:E1:D5 Buffalo Buffalo.Inc
CC:E2:36 Hangzhou Hangzhou Yaguan Technology Co. LTD
+CC:E6:86 SamsungE Samsung Electronics Co.,Ltd
CC:E7:98 MySocial My Social Stuff
CC:E7:DF American American Magnetics, Inc.
CC:E8:AC SOYEATec SOYEA Technology Co.,Ltd.
@@ -42401,10 +42431,15 @@ D4:1F:0C JAIManuf JAI Manufacturing
D4:20:00 IEEERegi IEEE Registration Authority
D4:20:00:00:00:00/28 Wattsens Wattsense
D4:20:00:10:00:00/28 ZelusHua Zelus(HuangZhou) Technology Ltd.
+D4:20:00:20:00:00/28 Shenzhen Shenzhen AI Develop & Manufacture Co.,LTD.
+D4:20:00:30:00:00/28 ArbeRobo Arbe Robotics Ltd.
D4:20:00:40:00:00/28 EVOCVINT EVOC VIN Technology Co.,Ltd
D4:20:00:50:00:00/28 Monolith Monolith Electric?Changzhou?Co.,Ltd.
+D4:20:00:60:00:00/28 HiARInfo HiAR Information Technology Co.,Ltd
D4:20:00:70:00:00/28 Annapurn Annapurna labs
D4:20:00:80:00:00/28 DalianBa Dalian Baishengyuan Technology Co.,Ltd
+D4:20:00:B0:00:00/28 Shenzhen Shenzhen Volt IoT technology co.,ltd.
+D4:20:00:C0:00:00/28 Gentec Gentec Systems Co.
D4:20:6D HTC HTC Corporation
D4:20:B0 Mist Mist Systems, Inc.
D4:21:22 Sercomm Sercomm Corporation.
@@ -43833,6 +43868,7 @@ E4:35:93 Hangzhou Hangzhou GoTo technology Co.Ltd
E4:35:C8 HuaweiTe Huawei Technologies Co.,Ltd
E4:35:FB SabreTec Sabre Technology (Hull) Ltd
E4:37:D7 HenriDep Henri Depaepe S.A.S.
+E4:38:7E Cisco Cisco Systems, Inc
E4:38:83 Ubiquiti Ubiquiti Networks Inc.
E4:38:8C DigitalP Digital Products Limited
E4:38:F2 Advantag Advantage Controls
@@ -45767,6 +45803,7 @@ F8:98:EF HuaweiTe Huawei Technologies Co.,Ltd
F8:99:10 Integrat Integrated Device Technology (Malaysia) Sdn. Bhd.
F8:99:55 Fortress Fortress Technology Inc
F8:9A:78 HuaweiTe Huawei Technologies Co.,Ltd
+F8:9B:6E NokiaSol Nokia Solutions and Networks GmbH & Co. KG
F8:9D:0D ControlT Control Technology Inc.
F8:9D:BB Tintri
F8:9E:28 CiscoMer Cisco Meraki
@@ -45781,6 +45818,7 @@ F8:A2:D6 LiteonTe Liteon Technology Corporation
F8:A3:4F zte zte corporation
F8:A4:5F XiaomiCo Xiaomi Communications Co Ltd
F8:A4:75 PTIndore PT Indoreka Jaya Wutama
+F8:A4:FB NanjingD Nanjing Decowell Automation Co.,LTD
F8:A5:C5 Cisco Cisco Systems, Inc
F8:A7:3A Cisco Cisco Systems, Inc
F8:A7:63 Zhejiang Zhejiang Tmall Technology Co., Ltd.
diff --git a/services b/services
index 44788e4979..143b75a62c 100644
--- a/services
+++ b/services
@@ -5099,6 +5099,7 @@ ms-do 7680/tcp/udp # Microsoft Delivery Optimization Peer-to-Peer
dmt 7683/tcp # Cleondris DMT
bolt 7687/tcp # Bolt database connection
collaber 7689/tcp/udp # Collaber Network Service
+sovd 7690/tcp # Service-Oriented Vehicle Diagnostics
klio 7697/tcp/udp # KLIO communications
em7-secom 7700/tcp # EM7 Secure Communications
nfapi 7701/sctp # SCF nFAPI defining MAC/PHY split
diff --git a/ui/qt/wireshark_de.ts b/ui/qt/wireshark_de.ts
index 2357776ba1..9de579fb43 100644
--- a/ui/qt/wireshark_de.ts
+++ b/ui/qt/wireshark_de.ts
@@ -1737,6 +1737,14 @@ Um zum Beispiel eine neue Datei zu jeder vollen Stunde zu haben, 1 Stunde angebe
<translation>Auftrittsreihenfolge:</translation>
</message>
<message>
+ <source>Resolve Names:</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>&lt;html&gt;&lt;head/&gt;&lt;p&gt;Show human-readable strings instead of raw values for fields. Only applicable to custom columns with fields that have value strings.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
<source>Missing fields.</source>
<translation>Fehlende Felder.</translation>
</message>
@@ -1772,6 +1780,14 @@ Um zum Beispiel eine neue Datei zu jeder vollen Stunde zu haben, 1 Stunde angebe
<translation>Feld-Auftrittsreihenfolge</translation>
</message>
<message>
+ <source>Resolved</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>&lt;html&gt;Show human-readable strings instead of raw values for fields. Only applicable to custom columns with fields that have value strings.&lt;/html&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
<source>New Column</source>
<translation>Neue Spalte</translation>
</message>
@@ -10946,11 +10962,6 @@ Um zum Beispiel eine neue Datei zu jeder vollen Stunde zu haben, 1 Stunde angebe
<translation>Abbild</translation>
</message>
<message>
- <source>JSON</source>
- <oldsource>Json</oldsource>
- <translation type="unfinished">Json</translation>
- </message>
- <message>
<source>Raw</source>
<translation>Roh</translation>
</message>
@@ -10990,6 +11001,10 @@ Um zum Beispiel eine neue Datei zu jeder vollen Stunde zu haben, 1 Stunde angebe
</translation>
</message>
<message>
+ <source>JSON</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
<source>Regex Find:</source>
<translation>Regex Suchen:</translation>
</message>
@@ -11880,6 +11895,14 @@ Um zum Beispiel eine neue Datei zu jeder vollen Stunde zu haben, 1 Stunde angebe
<translation>Auf Anzeigenfilter einschränken</translation>
</message>
<message>
+ <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Only show types matching the filter value&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Filter list for specific type</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Show absolute times in the start time column.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Absolute Zeit in der Spalte Startzeit anzeigen.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message>
diff --git a/ui/qt/wireshark_en.ts b/ui/qt/wireshark_en.ts
index bff5584928..c1f39d425d 100644
--- a/ui/qt/wireshark_en.ts
+++ b/ui/qt/wireshark_en.ts
@@ -1734,6 +1734,14 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation type="unfinished"></translation>
</message>
<message>
+ <source>Resolve Names:</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>&lt;html&gt;&lt;head/&gt;&lt;p&gt;Show human-readable strings instead of raw values for fields. Only applicable to custom columns with fields that have value strings.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
<source>Missing fields.</source>
<translation type="unfinished"></translation>
</message>
@@ -1769,6 +1777,14 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation type="unfinished"></translation>
</message>
<message>
+ <source>Resolved</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>&lt;html&gt;Show human-readable strings instead of raw values for fields. Only applicable to custom columns with fields that have value strings.&lt;/html&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
<source>New Column</source>
<translation type="unfinished"></translation>
</message>
@@ -11750,6 +11766,14 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation type="unfinished"></translation>
</message>
<message>
+ <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Only show types matching the filter value&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Filter list for specific type</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Show absolute times in the start time column.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation>
</message>
diff --git a/ui/qt/wireshark_es.ts b/ui/qt/wireshark_es.ts
index 097eb3e775..f50084ab0f 100644
--- a/ui/qt/wireshark_es.ts
+++ b/ui/qt/wireshark_es.ts
@@ -1712,6 +1712,14 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto.</
<translation type="unfinished"></translation>
</message>
<message>
+ <source>Resolve Names:</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>&lt;html&gt;&lt;head/&gt;&lt;p&gt;Show human-readable strings instead of raw values for fields. Only applicable to custom columns with fields that have value strings.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
<source>Missing fields.</source>
<translation type="unfinished"></translation>
</message>
@@ -1747,6 +1755,14 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto.</
<translation type="unfinished"></translation>
</message>
<message>
+ <source>Resolved</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>&lt;html&gt;Show human-readable strings instead of raw values for fields. Only applicable to custom columns with fields that have value strings.&lt;/html&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
<source>New Column</source>
<translation>Nueva columna</translation>
</message>
@@ -10846,11 +10862,6 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto.</
<translation>Imagen</translation>
</message>
<message>
- <source>JSON</source>
- <oldsource>Json</oldsource>
- <translation type="unfinished"></translation>
- </message>
- <message>
<source>Raw</source>
<translation>Raw</translation>
</message>
@@ -10890,6 +10901,10 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto.</
</translation>
</message>
<message>
+ <source>JSON</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
<source>Regex Find:</source>
<translation type="unfinished"></translation>
</message>
@@ -11741,6 +11756,14 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto.</
<translation>Limitar filtro de visualización</translation>
</message>
<message>
+ <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Only show types matching the filter value&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Filter list for specific type</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Show absolute times in the start time column.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Muestra tiempos absolutos en la columna de hora de inicio.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message>
diff --git a/ui/qt/wireshark_fr.ts b/ui/qt/wireshark_fr.ts
index 126acb6b2e..03dc007022 100644
--- a/ui/qt/wireshark_fr.ts
+++ b/ui/qt/wireshark_fr.ts
@@ -1737,6 +1737,14 @@ Pas exemple, inquiquez 1 heure pour avoir un nouveau fichier créé toutes les h
<translation>Occurrence :</translation>
</message>
<message>
+ <source>Resolve Names:</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>&lt;html&gt;&lt;head/&gt;&lt;p&gt;Show human-readable strings instead of raw values for fields. Only applicable to custom columns with fields that have value strings.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
<source>Missing fields.</source>
<translation>Champs manquants.</translation>
</message>
@@ -1772,6 +1780,14 @@ Pas exemple, inquiquez 1 heure pour avoir un nouveau fichier créé toutes les h
<translation>Occurrence d&apos;un champ</translation>
</message>
<message>
+ <source>Resolved</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>&lt;html&gt;Show human-readable strings instead of raw values for fields. Only applicable to custom columns with fields that have value strings.&lt;/html&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
<source>New Column</source>
<translation>Nouvelle colonne</translation>
</message>
@@ -1857,10 +1873,6 @@ Pas exemple, inquiquez 1 heure pour avoir un nouveau fichier créé toutes les h
<translation type="unfinished"></translation>
</message>
<message>
- <source>Packets B </source>
- <translation type="vanished">Paquets B</translation>
- </message>
- <message>
<source>Abs Start</source>
<translation>Début Abs</translation>
</message>
@@ -10947,11 +10959,6 @@ Pas exemple, inquiquez 1 heure pour avoir un nouveau fichier créé toutes les h
<translation>Image</translation>
</message>
<message>
- <source>JSON</source>
- <oldsource>Json</oldsource>
- <translation type="unfinished">Json</translation>
- </message>
- <message>
<source>Raw</source>
<translation>Brut</translation>
</message>
@@ -10991,6 +10998,10 @@ Pas exemple, inquiquez 1 heure pour avoir un nouveau fichier créé toutes les h
</translation>
</message>
<message>
+ <source>JSON</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
<source>Regex Find:</source>
<translation>Trouver par Regex :</translation>
</message>
@@ -11882,6 +11893,14 @@ Changer la direction de la connexion (voir le flux inverse).&lt;/p&gt;&lt;/body&
<translation>Limiter au Filtre d&apos;Affichage</translation>
</message>
<message>
+ <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Only show types matching the filter value&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Filter list for specific type</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Show absolute times in the start time column.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Afficher les heures absolues dans la colonne de l&apos;heure de début.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message>
@@ -11941,14 +11960,6 @@ Changer la direction de la connexion (voir le flux inverse).&lt;/p&gt;&lt;/body&
<translation type="unfinished"></translation>
</message>
<message>
- <source>as Json</source>
- <translation type="vanished">comme Json</translation>
- </message>
- <message>
- <source>Copy all values of this page to the clipboard in the Json data serialization format.</source>
- <translation type="vanished">Copier toutes les valeurs de cette page dans le presse-papiers au format de sérialisation des données Json.</translation>
- </message>
- <message>
<source>Save data as raw</source>
<translation>Enregistrer les données au format brut</translation>
</message>
diff --git a/ui/qt/wireshark_it.ts b/ui/qt/wireshark_it.ts
index 7ffc0614a4..e2a75e9ee4 100644
--- a/ui/qt/wireshark_it.ts
+++ b/ui/qt/wireshark_it.ts
@@ -1737,6 +1737,14 @@ Ad esempio, usa 1 ora per fare in modo che un nuovo file sia creato ogni ora.</t
<translation>Occorrenza:</translation>
</message>
<message>
+ <source>Resolve Names:</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>&lt;html&gt;&lt;head/&gt;&lt;p&gt;Show human-readable strings instead of raw values for fields. Only applicable to custom columns with fields that have value strings.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
<source>Missing fields.</source>
<translation>Campi mancanti.</translation>
</message>
@@ -1772,6 +1780,14 @@ Ad esempio, usa 1 ora per fare in modo che un nuovo file sia creato ogni ora.</t
<translation>Occorrenze del campo</translation>
</message>
<message>
+ <source>Resolved</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>&lt;html&gt;Show human-readable strings instead of raw values for fields. Only applicable to custom columns with fields that have value strings.&lt;/html&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
<source>New Column</source>
<translation>Nuova colonna</translation>
</message>
@@ -1842,7 +1858,7 @@ Ad esempio, usa 1 ora per fare in modo che un nuovo file sia creato ogni ora.</t
</message>
<message>
<source>Stream ID</source>
- <translation type="unfinished"></translation>
+ <translation>ID flusso</translation>
</message>
<message>
<source>Packets A </source>
@@ -1854,11 +1870,7 @@ Ad esempio, usa 1 ora per fare in modo che un nuovo file sia creato ogni ora.</t
</message>
<message>
<source>Bytes B </source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <source>Packets B </source>
- <translation type="vanished">Pacchetti B</translation>
+ <translation>Byte B</translation>
</message>
<message>
<source>Abs Start</source>
@@ -10950,11 +10962,6 @@ Ad esempio, usa 1 ora per fare in modo che un nuovo file sia creato ogni ora.</t
<translation>Immagine</translation>
</message>
<message>
- <source>JSON</source>
- <oldsource>Json</oldsource>
- <translation type="unfinished">Json</translation>
- </message>
- <message>
<source>Raw</source>
<translation>Grezzo</translation>
</message>
@@ -10994,6 +11001,10 @@ Ad esempio, usa 1 ora per fare in modo che un nuovo file sia creato ogni ora.</t
</translation>
</message>
<message>
+ <source>JSON</source>
+ <translation>JSON</translation>
+ </message>
+ <message>
<source>Regex Find:</source>
<translation>Trova espressione regolare:</translation>
</message>
@@ -11879,6 +11890,14 @@ Ad esempio, usa 1 ora per fare in modo che un nuovo file sia creato ogni ora.</t
<translation>Limita al filtro di visualizzazione</translation>
</message>
<message>
+ <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Only show types matching the filter value&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Filter list for specific type</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Show absolute times in the start time column.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Mostra gli orari assoluti nella colonna ora iniziale.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message>
@@ -11907,7 +11926,7 @@ Ad esempio, usa 1 ora per fare in modo che un nuovo file sia creato ogni ora.</t
</message>
<message>
<source>Filter on stream id</source>
- <translation type="unfinished"></translation>
+ <translation>Filtro su ID flusso</translation>
</message>
<message>
<source>Copy %1 table</source>
@@ -11931,19 +11950,11 @@ Ad esempio, usa 1 ora per fare in modo che un nuovo file sia creato ogni ora.</t
</message>
<message>
<source>as JSON</source>
- <translation type="unfinished"></translation>
+ <translation>come JSON</translation>
</message>
<message>
<source>Copy all values of this page to the clipboard in the JSON data serialization format.</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <source>as Json</source>
- <translation type="vanished">come Json</translation>
- </message>
- <message>
- <source>Copy all values of this page to the clipboard in the Json data serialization format.</source>
- <translation type="vanished">Copia tutti i valori di questa pagina negli appunti nel formato di serializzazione dati Json.</translation>
+ <translation>Copia tutti i valori di questa pagina negli appunti nel formato di serializzazione dati JSON.</translation>
</message>
<message>
<source>Save data as raw</source>
diff --git a/ui/qt/wireshark_ja_JP.ts b/ui/qt/wireshark_ja_JP.ts
index 7954c10d56..d97cbd50a9 100644
--- a/ui/qt/wireshark_ja_JP.ts
+++ b/ui/qt/wireshark_ja_JP.ts
@@ -1729,6 +1729,14 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation>出現位置:</translation>
</message>
<message>
+ <source>Resolve Names:</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>&lt;html&gt;&lt;head/&gt;&lt;p&gt;Show human-readable strings instead of raw values for fields. Only applicable to custom columns with fields that have value strings.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
<source>Missing fields.</source>
<translation>見つからないフィールド</translation>
</message>
@@ -1764,6 +1772,14 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation>フィールド出現位置</translation>
</message>
<message>
+ <source>Resolved</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>&lt;html&gt;Show human-readable strings instead of raw values for fields. Only applicable to custom columns with fields that have value strings.&lt;/html&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
<source>New Column</source>
<translation>新規列</translation>
</message>
@@ -1810,71 +1826,71 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<name>ConversationDataModel</name>
<message>
<source>Address A</source>
- <translation type="unfinished"></translation>
+ <translation>アドレス A</translation>
</message>
<message>
<source>Port A</source>
- <translation type="unfinished"></translation>
+ <translation>ポート A</translation>
</message>
<message>
<source>Address B</source>
- <translation type="unfinished"></translation>
+ <translation>アドレス B</translation>
</message>
<message>
<source>Port B</source>
- <translation type="unfinished"></translation>
+ <translation>ポート B</translation>
</message>
<message>
<source>Packets</source>
- <translation type="unfinished"></translation>
+ <translation>パケット</translation>
</message>
<message>
<source>Bytes</source>
- <translation type="unfinished"></translation>
+ <translation>バイト</translation>
</message>
<message>
<source>Stream ID</source>
- <translation type="unfinished"></translation>
+ <translation>ストリームID</translation>
</message>
<message>
<source>Packets A </source>
- <translation type="unfinished"></translation>
+ <translation>パケット A</translation>
</message>
<message>
<source>Bytes A </source>
- <translation type="unfinished"></translation>
+ <translation>バイト A</translation>
</message>
<message>
<source>Bytes B </source>
- <translation type="unfinished"></translation>
+ <translation>バイト B</translation>
</message>
<message>
<source>Abs Start</source>
- <translation type="unfinished"></translation>
+ <translation>絶対的な開始</translation>
</message>
<message>
<source>Rel Start</source>
- <translation type="unfinished"></translation>
+ <translation>相対的な開始</translation>
</message>
<message>
<source>Duration</source>
- <translation type="unfinished">時間</translation>
+ <translation>時間</translation>
</message>
<message>
<source>Bits/s A </source>
- <translation type="unfinished"></translation>
+ <translation>ビット毎秒 A</translation>
</message>
<message>
<source>Bits/s B </source>
- <translation type="unfinished"></translation>
+ <translation>ビット毎秒 B</translation>
</message>
<message>
<source>Total Packets</source>
- <translation type="unfinished"></translation>
+ <translation>全パケット</translation>
</message>
<message>
<source>Percent Filtered</source>
- <translation type="unfinished"></translation>
+ <translation>フィルタされた割合</translation>
</message>
</context>
<context>
@@ -2390,59 +2406,59 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<name>EndpointDataModel</name>
<message>
<source>Address</source>
- <translation type="unfinished">アドレス</translation>
+ <translation>アドレス</translation>
</message>
<message>
<source>Port</source>
- <translation type="unfinished">ポート</translation>
+ <translation>ポート</translation>
</message>
<message>
<source>Packets</source>
- <translation type="unfinished"></translation>
+ <translation>パケット</translation>
</message>
<message>
<source>Bytes</source>
- <translation type="unfinished"></translation>
+ <translation>バイト</translation>
</message>
<message>
<source>Tx Packets</source>
- <translation type="unfinished"></translation>
+ <translation>送信パケット</translation>
</message>
<message>
<source>Tx Bytes</source>
- <translation type="unfinished"></translation>
+ <translation>送信バイト</translation>
</message>
<message>
<source>Rx Packets</source>
- <translation type="unfinished"></translation>
+ <translation>受信パケット</translation>
</message>
<message>
<source>Rx Bytes</source>
- <translation type="unfinished"></translation>
+ <translation>受信バイト</translation>
</message>
<message>
<source>Country</source>
- <translation type="unfinished"></translation>
+ <translation>国</translation>
</message>
<message>
<source>City</source>
- <translation type="unfinished"></translation>
+ <translation>都市</translation>
</message>
<message>
<source>AS Number</source>
- <translation type="unfinished"></translation>
+ <translation>AS番号</translation>
</message>
<message>
<source>AS Organization</source>
- <translation type="unfinished"></translation>
+ <translation>AS 組織</translation>
</message>
<message>
<source>Total Packets</source>
- <translation type="unfinished"></translation>
+ <translation>全パケット</translation>
</message>
<message>
<source>Percent Filtered</source>
- <translation type="unfinished"></translation>
+ <translation>フィルタされた割合</translation>
</message>
</context>
<context>
@@ -7092,18 +7108,18 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<name>PathSelectionDelegate</name>
<message>
<source>Open a pipe</source>
- <translation type="unfinished"></translation>
+ <translation>パイプを開く</translation>
</message>
</context>
<context>
<name>PathSelectionEdit</name>
<message>
<source>Browse</source>
- <translation type="unfinished"></translation>
+ <translation>参照</translation>
</message>
<message>
<source>Select a path</source>
- <translation type="unfinished"></translation>
+ <translation>パスを選択</translation>
</message>
</context>
<context>
@@ -10919,11 +10935,6 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation>画像形式</translation>
</message>
<message>
- <source>JSON</source>
- <oldsource>Json</oldsource>
- <translation type="unfinished">Json</translation>
- </message>
- <message>
<source>Raw</source>
<translation>Raw(無加工)形式</translation>
</message>
@@ -10962,6 +10973,10 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</translation>
</message>
<message>
+ <source>JSON</source>
+ <translation>JSON</translation>
+ </message>
+ <message>
<source>Regex Find:</source>
<translation>正規表現検索:</translation>
</message>
@@ -11818,19 +11833,19 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<name>TrafficTab</name>
<message>
<source>Map file error</source>
- <translation type="unfinished">地図ファイルエラー</translation>
+ <translation>マップファイルエラー</translation>
</message>
<message>
<source>Could not open base file %1 for reading: %2</source>
- <translation type="unfinished"></translation>
+ <translation>%2 を読み込む際にベースファイル %1 を開くことができません。</translation>
</message>
<message>
<source>No endpoints available to map</source>
- <translation type="unfinished"></translation>
+ <translation>マップに利用できる終端がありません</translation>
</message>
<message>
<source>Unable to create temporary file</source>
- <translation type="unfinished"></translation>
+ <translation>一時ファイルを作成できません</translation>
</message>
</context>
<context>
@@ -11852,12 +11867,20 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation>表示フィルタに制限</translation>
</message>
<message>
+ <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Only show types matching the filter value&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Filter list for specific type</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Show absolute times in the start time column.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;開始時間列に絶対的な時間を表示します&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message>
<message>
<source>GroupBox</source>
- <translation type="unfinished">グループボックス</translation>
+ <translation>グループボックス</translation>
</message>
<message>
<source>Absolute start time</source>
@@ -11876,19 +11899,19 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<name>TrafficTree</name>
<message>
<source>Resize all columns to content</source>
- <translation type="unfinished"></translation>
+ <translation>すべての列を内容にあわせてリサイズします</translation>
</message>
<message>
<source>Filter on stream id</source>
- <translation type="unfinished"></translation>
+ <translation>ストリームIDに基づいてフィルタ</translation>
</message>
<message>
<source>Copy %1 table</source>
- <translation type="unfinished"></translation>
+ <translation>%1 表をコピー</translation>
</message>
<message>
<source>as CSV</source>
- <translation type="unfinished">CSVとして</translation>
+ <translation>CSVとして</translation>
</message>
<message>
<source>Copy all values of this page to the clipboard in CSV (Comma Separated Values) format.</source>
diff --git a/ui/qt/wireshark_pl.ts b/ui/qt/wireshark_pl.ts
index 4fbcca7932..d34c9bb5b5 100644
--- a/ui/qt/wireshark_pl.ts
+++ b/ui/qt/wireshark_pl.ts
@@ -1741,6 +1741,14 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation>Wystąpienia:</translation>
</message>
<message>
+ <source>Resolve Names:</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>&lt;html&gt;&lt;head/&gt;&lt;p&gt;Show human-readable strings instead of raw values for fields. Only applicable to custom columns with fields that have value strings.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
<source>Missing fields.</source>
<translation>Pominięte pola.</translation>
</message>
@@ -1776,6 +1784,14 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation type="unfinished"></translation>
</message>
<message>
+ <source>Resolved</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>&lt;html&gt;Show human-readable strings instead of raw values for fields. Only applicable to custom columns with fields that have value strings.&lt;/html&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
<source>New Column</source>
<translation type="unfinished"></translation>
</message>
@@ -10957,11 +10973,6 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation>Obraz</translation>
</message>
<message>
- <source>JSON</source>
- <oldsource>Json</oldsource>
- <translation type="unfinished"></translation>
- </message>
- <message>
<source>Raw</source>
<translation>Dane surowe</translation>
</message>
@@ -11002,6 +11013,10 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</translation>
</message>
<message>
+ <source>JSON</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
<source>Regex Find:</source>
<translation>Regex znajdź:</translation>
</message>
@@ -11887,6 +11902,14 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation>Ogranicz do filtru</translation>
</message>
<message>
+ <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Only show types matching the filter value&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Filter list for specific type</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Show absolute times in the start time column.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Pokazuj czas absolutny w kolumnie Start Czasu.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message>
diff --git a/ui/qt/wireshark_ru.ts b/ui/qt/wireshark_ru.ts
index 47d5d276ea..dabcc9a34d 100644
--- a/ui/qt/wireshark_ru.ts
+++ b/ui/qt/wireshark_ru.ts
@@ -1744,6 +1744,14 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation>Возникновение:</translation>
</message>
<message>
+ <source>Resolve Names:</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>&lt;html&gt;&lt;head/&gt;&lt;p&gt;Show human-readable strings instead of raw values for fields. Only applicable to custom columns with fields that have value strings.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
<source>Missing fields.</source>
<translation>Отсутствуют поля.</translation>
</message>
@@ -1779,6 +1787,14 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation>Вхождение Поля</translation>
</message>
<message>
+ <source>Resolved</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>&lt;html&gt;Show human-readable strings instead of raw values for fields. Only applicable to custom columns with fields that have value strings.&lt;/html&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
<source>New Column</source>
<translation>Новый Столбец</translation>
</message>
@@ -10976,11 +10992,6 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation>Изображение</translation>
</message>
<message>
- <source>JSON</source>
- <oldsource>Json</oldsource>
- <translation type="unfinished"></translation>
- </message>
- <message>
<source>Raw</source>
<translation>Raw</translation>
</message>
@@ -11021,6 +11032,10 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</translation>
</message>
<message>
+ <source>JSON</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
<source>Regex Find:</source>
<translation>Найти Регулярное Выражение:</translation>
</message>
@@ -11911,6 +11926,14 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation>Ограничить соответственно дисплейному фильтру </translation>
</message>
<message>
+ <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Only show types matching the filter value&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Filter list for specific type</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Show absolute times in the start time column.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Показывать абсолютное время в столбце времени старта.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message>
diff --git a/ui/qt/wireshark_sv.ts b/ui/qt/wireshark_sv.ts
index 53ad52fcf2..6e3bc3c3a5 100644
--- a/ui/qt/wireshark_sv.ts
+++ b/ui/qt/wireshark_sv.ts
@@ -1737,6 +1737,14 @@ Till exempel, använd 1 timma för att en ny fil skall skapas varje timma vid he
<translation>Förekomst:</translation>
</message>
<message>
+ <source>Resolve Names:</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>&lt;html&gt;&lt;head/&gt;&lt;p&gt;Show human-readable strings instead of raw values for fields. Only applicable to custom columns with fields that have value strings.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
<source>Missing fields.</source>
<translation>Saknade fält.</translation>
</message>
@@ -1772,6 +1780,14 @@ Till exempel, använd 1 timma för att en ny fil skall skapas varje timma vid he
<translation>Fältförekomst</translation>
</message>
<message>
+ <source>Resolved</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>&lt;html&gt;Show human-readable strings instead of raw values for fields. Only applicable to custom columns with fields that have value strings.&lt;/html&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
<source>New Column</source>
<translation>Ny kolumn</translation>
</message>
@@ -10946,11 +10962,6 @@ Till exempel, använd 1 timma för att en ny fil skall skapas varje timma vid he
<translation>Bild</translation>
</message>
<message>
- <source>JSON</source>
- <oldsource>Json</oldsource>
- <translation type="unfinished"></translation>
- </message>
- <message>
<source>Raw</source>
<translation>Rå</translation>
</message>
@@ -10990,6 +11001,10 @@ Till exempel, använd 1 timma för att en ny fil skall skapas varje timma vid he
</translation>
</message>
<message>
+ <source>JSON</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
<source>Regex Find:</source>
<translation>Reguttr-sök:</translation>
</message>
@@ -11880,6 +11895,14 @@ Till exempel, använd 1 timma för att en ny fil skall skapas varje timma vid he
<translation>Begränsa till visningsfilter</translation>
</message>
<message>
+ <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Only show types matching the filter value&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Filter list for specific type</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Show absolute times in the start time column.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Visa absoluta tider i starttidskolumen.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message>
diff --git a/ui/qt/wireshark_tr_TR.ts b/ui/qt/wireshark_tr_TR.ts
index 46b75ebc2d..7b66d99c52 100644
--- a/ui/qt/wireshark_tr_TR.ts
+++ b/ui/qt/wireshark_tr_TR.ts
@@ -1730,6 +1730,14 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation>Oluşum:</translation>
</message>
<message>
+ <source>Resolve Names:</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>&lt;html&gt;&lt;head/&gt;&lt;p&gt;Show human-readable strings instead of raw values for fields. Only applicable to custom columns with fields that have value strings.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
<source>Missing fields.</source>
<translation>Eksik alanlar.</translation>
</message>
@@ -1765,6 +1773,14 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation>Alan Oluşumu</translation>
</message>
<message>
+ <source>Resolved</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>&lt;html&gt;Show human-readable strings instead of raw values for fields. Only applicable to custom columns with fields that have value strings.&lt;/html&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
<source>New Column</source>
<translation>Yeni Sütun</translation>
</message>
@@ -1835,7 +1851,7 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>Stream ID</source>
- <translation type="unfinished"></translation>
+ <translation>Akış Kimliği</translation>
</message>
<message>
<source>Packets A </source>
@@ -1847,11 +1863,7 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>Bytes B </source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <source>Packets B </source>
- <translation type="vanished">Paketler B</translation>
+ <translation>Bayt B</translation>
</message>
<message>
<source>Abs Start</source>
@@ -1875,11 +1887,11 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>Total Packets</source>
- <translation type="unfinished"></translation>
+ <translation>Toplam Paket</translation>
</message>
<message>
<source>Percent Filtered</source>
- <translation type="unfinished"></translation>
+ <translation>Filtrelenmiş Yüzde</translation>
</message>
</context>
<context>
@@ -2443,11 +2455,11 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>Total Packets</source>
- <translation type="unfinished"></translation>
+ <translation>Toplam Paket</translation>
</message>
<message>
<source>Percent Filtered</source>
- <translation type="unfinished"></translation>
+ <translation>Filtrelenmiş Yüzde</translation>
</message>
</context>
<context>
@@ -10920,11 +10932,6 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation>Görüntü</translation>
</message>
<message>
- <source>JSON</source>
- <oldsource>Json</oldsource>
- <translation type="unfinished">Json</translation>
- </message>
- <message>
<source>Raw</source>
<translation>Ham</translation>
</message>
@@ -10963,6 +10970,10 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</translation>
</message>
<message>
+ <source>JSON</source>
+ <translation>JSON</translation>
+ </message>
+ <message>
<source>Regex Find:</source>
<translation>Normal İfade Bul:</translation>
</message>
@@ -11853,12 +11864,20 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation>Görüntüleme filtresini sınırla</translation>
</message>
<message>
+ <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Only show types matching the filter value&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Filter list for specific type</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Show absolute times in the start time column.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Başlangıç zamanı sütununda mutlak zamanları göster.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message>
<message>
<source>GroupBox</source>
- <translation type="unfinished">GrupKutusu</translation>
+ <translation>GrupKutusu</translation>
</message>
<message>
<source>Absolute start time</source>
@@ -11881,7 +11900,7 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>Filter on stream id</source>
- <translation type="unfinished"></translation>
+ <translation>Akış kimliğine göre filtrele</translation>
</message>
<message>
<source>Copy %1 table</source>
@@ -11905,19 +11924,11 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>as JSON</source>
- <translation type="unfinished"></translation>
+ <translation>JSON olarak</translation>
</message>
<message>
<source>Copy all values of this page to the clipboard in the JSON data serialization format.</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <source>as Json</source>
- <translation type="vanished">Json olarak</translation>
- </message>
- <message>
- <source>Copy all values of this page to the clipboard in the Json data serialization format.</source>
- <translation type="vanished">Bu sayfanın tüm değerlerini Json veri serileştirme biçiminde panoya kopyalayın.</translation>
+ <translation>Bu sayfanın tüm değerlerini JSON veri serileştirme biçiminde panoya kopyalayın.</translation>
</message>
<message>
<source>Save data as raw</source>
@@ -11932,7 +11943,7 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<name>TrafficTypesModel</name>
<message>
<source>Protocol</source>
- <translation type="unfinished">İletişim Kuralı</translation>
+ <translation>İletişim Kuralı</translation>
</message>
</context>
<context>
@@ -13506,7 +13517,7 @@ a:hover {
</message>
<message>
<source>Seconds Since First Captured Packet</source>
- <translation type="unfinished"></translation>
+ <translation>İlk Yakalanan Paketten Beri Saniye</translation>
</message>
<message>
<source>Packet &amp;Diagram</source>
diff --git a/ui/qt/wireshark_uk.ts b/ui/qt/wireshark_uk.ts
index b631a834fb..d62ba672d6 100644
--- a/ui/qt/wireshark_uk.ts
+++ b/ui/qt/wireshark_uk.ts
@@ -1717,6 +1717,14 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation type="unfinished"></translation>
</message>
<message>
+ <source>Resolve Names:</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>&lt;html&gt;&lt;head/&gt;&lt;p&gt;Show human-readable strings instead of raw values for fields. Only applicable to custom columns with fields that have value strings.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
<source>Missing fields.</source>
<translation type="unfinished"></translation>
</message>
@@ -1752,6 +1760,14 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation type="unfinished"></translation>
</message>
<message>
+ <source>Resolved</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>&lt;html&gt;Show human-readable strings instead of raw values for fields. Only applicable to custom columns with fields that have value strings.&lt;/html&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
<source>New Column</source>
<translation type="unfinished"></translation>
</message>
@@ -10854,11 +10870,6 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation type="unfinished"></translation>
</message>
<message>
- <source>JSON</source>
- <oldsource>Json</oldsource>
- <translation type="unfinished"></translation>
- </message>
- <message>
<source>Raw</source>
<translation type="unfinished"></translation>
</message>
@@ -10899,6 +10910,10 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</translation>
</message>
<message>
+ <source>JSON</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
<source>Regex Find:</source>
<translation type="unfinished"></translation>
</message>
@@ -11750,6 +11765,14 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation type="unfinished"></translation>
</message>
<message>
+ <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Only show types matching the filter value&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Filter list for specific type</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Show absolute times in the start time column.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation>
</message>
diff --git a/ui/qt/wireshark_zh_CN.ts b/ui/qt/wireshark_zh_CN.ts
index 0b56da05d8..0ab197c0c2 100644
--- a/ui/qt/wireshark_zh_CN.ts
+++ b/ui/qt/wireshark_zh_CN.ts
@@ -1728,6 +1728,14 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation>发生:</translation>
</message>
<message>
+ <source>Resolve Names:</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>&lt;html&gt;&lt;head/&gt;&lt;p&gt;Show human-readable strings instead of raw values for fields. Only applicable to custom columns with fields that have value strings.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
<source>Missing fields.</source>
<translation>缺少字段。</translation>
</message>
@@ -1763,6 +1771,14 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation type="unfinished"></translation>
</message>
<message>
+ <source>Resolved</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>&lt;html&gt;Show human-readable strings instead of raw values for fields. Only applicable to custom columns with fields that have value strings.&lt;/html&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
<source>New Column</source>
<translation type="unfinished"></translation>
</message>
@@ -10905,11 +10921,6 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation>图像</translation>
</message>
<message>
- <source>JSON</source>
- <oldsource>Json</oldsource>
- <translation type="unfinished"></translation>
- </message>
- <message>
<source>Raw</source>
<translation>原始数据</translation>
</message>
@@ -10948,6 +10959,10 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</translation>
</message>
<message>
+ <source>JSON</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
<source>Regex Find:</source>
<translation>正则表达式查找:</translation>
</message>
@@ -11834,6 +11849,14 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation>显示过滤器的限制</translation>
</message>
<message>
+ <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Only show types matching the filter value&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Filter list for specific type</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Show absolute times in the start time column.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;在开始时间列中显示绝对时间。&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message>