aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS9
-rw-r--r--docbook/wsug_src/text2pcap-h.txt14
-rw-r--r--enterprises.tsv26
-rw-r--r--epan/dissectors/usb.c32
-rw-r--r--epan/pci-ids.c30
-rw-r--r--manuf68
-rw-r--r--services2
-rw-r--r--ui/qt/wireshark_de.ts3
-rw-r--r--ui/qt/wireshark_es.ts273
-rw-r--r--ui/qt/wireshark_fr.ts1
-rw-r--r--ui/qt/wireshark_it.ts3
-rw-r--r--ui/qt/wireshark_ja_JP.ts7
-rw-r--r--ui/qt/wireshark_pl.ts1
-rw-r--r--ui/qt/wireshark_ru.ts1
-rw-r--r--ui/qt/wireshark_sv.ts3
-rw-r--r--ui/qt/wireshark_tr_TR.ts7
-rw-r--r--ui/qt/wireshark_uk.ts1
-rw-r--r--ui/qt/wireshark_zh_CN.ts1
18 files changed, 288 insertions, 194 deletions
diff --git a/NEWS b/NEWS
index 622aafe225..df9aff730e 100644
--- a/NEWS
+++ b/NEWS
@@ -50,6 +50,13 @@ Wireshark 3.7.0 Release Notes
minimal. Some exotic patterns may now be invalid and require
rewriting.
+ • Adds a new strict equality operator "===" or "all_eq". The
+ expression "a === b" is true if and only if all a’s are equal to
+ b. The negation of "===" can now be written as "!==" (any_ne), in
+ adittion to "~=" (introduced in Wireshark 3.6.0).
+
+ • Adds the aliases "any_eq" for "==" and "all_ne" for "!=".
+
• HTTP2 dissector now supports using fake headers to parse the
DATAs of streams captured without first HEADERS frames of a
long-lived stream (like gRPC streaming call which allows sending
@@ -117,7 +124,7 @@ Wireshark 3.7.0 Release Notes
A complete FAQ is available on the Wireshark web site[5].
- Last updated 2021-12-19 16:06:51 UTC
+ Last updated 2021-12-26 16:06:41 UTC
References
diff --git a/docbook/wsug_src/text2pcap-h.txt b/docbook/wsug_src/text2pcap-h.txt
index 843b306d8a..42232e1f1b 100644
--- a/docbook/wsug_src/text2pcap-h.txt
+++ b/docbook/wsug_src/text2pcap-h.txt
@@ -1,4 +1,4 @@
-Text2pcap (Wireshark) 3.7.0 (v3.7.0rc0-33-g0d276b47d120)
+Text2pcap (Wireshark) 3.7.0 (v3.7.0rc0-826-gb3215d99cacb)
Generate a capture file from an ASCII hexdump of packets.
See https://www.wireshark.org for more information.
@@ -8,16 +8,14 @@ where <infile> specifies input filename (use - for standard input)
<outfile> specifies output filename (use - for standard output)
Input:
- -o hex|oct|dec parse offsets as (h)ex, (o)ctal or (d)ecimal;
+ -o hex|oct|dec|none parse offsets as (h)ex, (o)ctal, (d)ecimal, or (n)one;
default is hex.
-t <timefmt> treat the text before the packet as a date/time code;
- the specified argument is a format string of the sort
- supported by strptime.
+ <timefmt> is a format string supported by strptime,
+ with an optional %f descriptor for fractional seconds.
Example: The time "10:15:14.5476" has the format code
- "%H:%M:%S."
- NOTE: The subsecond component delimiter, '.', must be
- given, but no pattern is required; the remaining
- number is assumed to be fractions of a second.
+ "%H:%M:%S.%f"
+ The special format string ISO supports ISO-8601 times.
NOTE: Date/time fields from the current date/time are
used as the default for unspecified fields.
-D the text before the packet starts with an I or an O,
diff --git a/enterprises.tsv b/enterprises.tsv
index 51e9cfd431..b7b0a1b496 100644
--- a/enterprises.tsv
+++ b/enterprises.tsv
@@ -5,7 +5,7 @@
# The format used here is: <NUMERICAL_ID><SPACE><NAME>
# Where SPACE can be any sequence of spaces and tabs.
#
-# (last updated 2021-12-17)
+# (last updated 2021-12-24)
0 Reserved
1 NxNetworks
@@ -22305,7 +22305,7 @@
22459 QVidia Technologies, Inc.
22460 Tangtop Technology Co.,Ltd
22461 JeeF Software
-22462 NixSys BVBA
+22462 Alternative Enterprises (HK) Limited
22463 heidemann.org
22464 01map
22465 G.I.E. AXA Technology Services Belgium
@@ -58044,3 +58044,25 @@
58251 Småland Timber Aktiebolag
58252 Marine Radio LLC
58253 NetSeT Global Solutions
+58254 北京吉视汇通科技有限责任公司 (Beijing Jishihuitong Technology Co., Ltd.)
+58255 gaelicWizard.LLC
+58256 Rebio AB
+58257 Siemens Shenzhen Magnetic Resonance Ltd.
+58258 Defensya ingenieria Internacional S.L.
+58259 Mississippi County Electric Cooperative, Inc.
+58260 MergeBase
+58261 Nuvve Holding Corp
+58262 Zamiri Page
+58263 Tealcommunications inc.
+58264 Simon's Personal Information Infrastructure
+58265 Cornerstone Christian College
+58266 Hebei Jiaxu Fumei data information Co., Ltd
+58267 BT EdenNET
+58268 Vastuu Group Oy
+58269 MicroSpunk LLC
+58270 Profian Inc.
+58271 StreamSource.org
+58272 Waterford Consultants, LLC
+58273 Cellhire plc
+58274 HILO.CZ
+58275 Eternalplanet Energy Ltd
diff --git a/epan/dissectors/usb.c b/epan/dissectors/usb.c
index 18ff4aea6c..9386325d4a 100644
--- a/epan/dissectors/usb.c
+++ b/epan/dissectors/usb.c
@@ -6086,6 +6086,8 @@ static const value_string usb_products_vals[] = {
{ 0x046d0845, "ConferenceCam CC3000e Camera" },
{ 0x046d0846, "ConferenceCam CC3000e Speakerphone" },
{ 0x046d084b, "ConferenceCam Connect Video" },
+ { 0x046d084c, "ConferenceCam Connect Audio" },
+ { 0x046d084e, "ConferenceCam Connect" },
{ 0x046d0850, "QuickCam Web" },
{ 0x046d0857, "Logi Group Speakerphone" },
{ 0x046d085c, "C922 Pro Stream Webcam" },
@@ -6138,7 +6140,7 @@ static const value_string usb_products_vals[] = {
{ 0x046d08d7, "QuickCam Communicate STX" },
{ 0x046d08d8, "QuickCam for Notebook Deluxe" },
{ 0x046d08d9, "QuickCam IM/Connect" },
- { 0x046d08da, "QuickCam Messanger" },
+ { 0x046d08da, "QuickCam Messenger" },
{ 0x046d08dd, "QuickCam for Notebooks" },
{ 0x046d08e0, "QuickCam Express" },
{ 0x046d08e1, "Labtec Webcam" },
@@ -6277,7 +6279,7 @@ static const value_string usb_products_vals[] = {
{ 0x046dc06a, "USB Optical Mouse" },
{ 0x046dc06b, "G700 Wireless Gaming Mouse" },
{ 0x046dc06c, "Optical Mouse" },
- { 0x046dc077, "M105 Optical Mouse" },
+ { 0x046dc077, "Mouse" },
{ 0x046dc07c, "M-R0017 [G700s Rechargeable Gaming Mouse]" },
{ 0x046dc07d, "G502 Mouse" },
{ 0x046dc07e, "G402 Gaming Mouse" },
@@ -6285,7 +6287,7 @@ static const value_string usb_products_vals[] = {
{ 0x046dc083, "G403 Prodigy Gaming Mouse" },
{ 0x046dc084, "G203 Gaming Mouse" },
{ 0x046dc08b, "G502 SE HERO Gaming Mouse" },
- { 0x046dc092, "G203 LIGHTSYNC Gaming Mouse" },
+ { 0x046dc092, "G102/G203 LIGHTSYNC Gaming Mouse" },
{ 0x046dc101, "UltraX Media Remote" },
{ 0x046dc110, "Harmony 785/880/885 Remote" },
{ 0x046dc111, "Harmony 525 Remote" },
@@ -6434,6 +6436,7 @@ static const value_string usb_products_vals[] = {
{ 0x046dc532, "Unifying Receiver" },
{ 0x046dc534, "Unifying Receiver" },
{ 0x046dc537, "Cordless Mouse Receiver" },
+ { 0x046dc539, "Cordless Mouse Receiver" },
{ 0x046dc53a, "PowerPlay Wireless Charging System" },
{ 0x046dc53d, "G631 Keyboard" },
{ 0x046dc603, "3Dconnexion Spacemouse Plus XT" },
@@ -20824,10 +20827,11 @@ static const value_string usb_products_vals[] = {
{ 0x1a865512, "CH341 in EPP/MEM/I2C mode, EPP/I2C adapter" },
{ 0x1a865523, "CH341 in serial mode, usb to serial port converter" },
{ 0x1a865584, "CH341 in parallel mode, usb to printer port converter" },
+ { 0x1a867522, "CH340 serial converter" },
{ 0x1a867523, "CH340 serial converter" },
{ 0x1a86752d, "CH345 MIDI adapter" },
{ 0x1a867584, "CH340S" },
- { 0x1a86e008, "HID-based serial adapater" },
+ { 0x1a86e008, "HID-based serial adapter" },
{ 0x1a8d1002, "BandLuxe 3.5G HSDPA Adapter" },
{ 0x1a8d1009, "BandLuxe 3.5G HSPA Adapter" },
{ 0x1a8d100d, "4G LTE adapter" },
@@ -21422,7 +21426,7 @@ static const value_string usb_products_vals[] = {
{ 0x1d506052, "APB Team Robotic Development Board" },
{ 0x1d506053, "Darkgame Controller" },
{ 0x1d506054, "Satlab/AAUSAT3 BlueBox" },
- { 0x1d506055, "RADiuS ER900TRS-02 transciever with SMA Connector" },
+ { 0x1d506055, "RADiuS ER900TRS-02 transceiver with SMA Connector" },
{ 0x1d506056, "The Glitch" },
{ 0x1d506057, "OpenPipe MIDI Shield" },
{ 0x1d506058, "Novena OTG port" },
@@ -21559,10 +21563,10 @@ static const value_string usb_products_vals[] = {
{ 0x1d5060ec, "Duet 2 WiFi or Duet 2 Ethernet 3D printer control electronics" },
{ 0x1d5060ed, "Duet 2 Maestro 3D printer control electronics" },
{ 0x1d5060ee, "Duet 3 motion control electronics" },
- { 0x1d5060f0, "UDAD-T1 data aquisition device (boot)" },
- { 0x1d5060f1, "UDAD-T1 data aquisition device" },
- { 0x1d5060f2, "UDAD-T2 data aquisition device (boot)" },
- { 0x1d5060f3, "UDAD-T2 data aquisition device" },
+ { 0x1d5060f0, "UDAD-T1 data acquisition device (boot)" },
+ { 0x1d5060f1, "UDAD-T1 data acquisition device" },
+ { 0x1d5060f2, "UDAD-T2 data acquisition device (boot)" },
+ { 0x1d5060f3, "UDAD-T2 data acquisition device" },
{ 0x1d5060f4, "Uniti ARC motor controller" },
{ 0x1d5060f5, "EightByEight Blinky Badge (DFU)" },
{ 0x1d5060f6, "EightByEight Blinky Badge" },
@@ -21578,6 +21582,7 @@ static const value_string usb_products_vals[] = {
{ 0x1d506118, "Thomson MO5 keyboard" },
{ 0x1d506122, "Ultimate Hacking Keyboard" },
{ 0x1d50614c, "dwtk In-Circuit Emulator" },
+ { 0x1d50614d, "Generic Display" },
{ 0x1d508085, "Box0 (box0-v5)" },
{ 0x1d50cc15, "rad1o badge for CCC summer camp 2015" },
{ 0x1d570005, "Wireless Receiver (Keyboard and Mouse)" },
@@ -21594,7 +21599,7 @@ static const value_string usb_products_vals[] = {
{ 0x1d57ad03, "[T3] 2.4GHz and IR Air Mouse Remote Control" },
{ 0x1d57af01, "AUVIO Universal Remote Receiver for PlayStation 3" },
{ 0x1d57af03, "Wireless Receiver" },
- { 0x1d57fa20, "2.4GHz Wireless Reciever (Mini Keyboard & Mouse)" },
+ { 0x1d57fa20, "2.4GHz Wireless Receiver (Mini Keyboard & Mouse)" },
{ 0x1d5c2000, "FL2000/FL2000DX VGA/DVI/HDMI Adapter" },
{ 0x1d6b0001, "1.1 root hub" },
{ 0x1d6b0002, "2.0 root hub" },
@@ -21846,7 +21851,12 @@ static const value_string usb_products_vals[] = {
{ 0x1fae0040, "M311 Fingerprint Scanner" },
{ 0x1fae212c, "M30x (Mercury) fingerprint sensor" },
{ 0x1fb20001, "Wi-Fi Body Scale (WBS01)" },
- { 0x1fbd0001, "Expert Key - Data aquisition system" },
+ { 0x1fbd0001, "Expert Key - Data acquisition system" },
+ { 0x1fbd0004, "MetiOS Device (RNDIS)" },
+ { 0x1fbd0005, "Loggito" },
+ { 0x1fbd0006, "LoggitoLab 8 AI-RTD" },
+ { 0x1fbd0007, "LoggitoLab 8 TC" },
+ { 0x1fbd0008, "LoggitoLab 4 AI-RTD 4 TC" },
{ 0x1fc90003, "LPC1343" },
{ 0x1fc9000c, "LPC4330FET180 [ARM Cortex M4 + M0] (device firmware upgrade mode)" },
{ 0x1fc90082, "LPC4330FET180 [ARM Cortex M4 + M0] (mass storage controller mode)" },
diff --git a/epan/pci-ids.c b/epan/pci-ids.c
index ff12ee19bc..9921588c33 100644
--- a/epan/pci-ids.c
+++ b/epan/pci-ids.c
@@ -6,8 +6,8 @@
*
* List of PCI ID's
*
- * Version: 2021.12.15
- * Date: 2021-12-15 03:15:02
+ * Version: 2021.12.25
+ * Date: 2021-12-25 03:15:02
*
* Maintained by Albert Pool, Martin Mares, and other volunteers from
* the PCI ID Project at https://pci-ids.ucw.cz/.
@@ -3841,6 +3841,7 @@ pci_id_t pci_vid_1002[] = {
{0x1002, 0x73A4, 0xFFFF, 0xFFFF, "Navi 21 USB(0x73A4)"},
{0x1002, 0x73AB, 0xFFFF, 0xFFFF, "Navi 21 Pro-XLA [Radeon Pro W6800X/Radeon Pro W6800X Duo](0x73AB)"},
{0x1002, 0x73AF, 0xFFFF, 0xFFFF, "Navi 21 [Radeon RX 6900 XT](0x73AF)"},
+{0x1002, 0x73AF, 0x148C, 0x2414, "Navi 21 XTXH [PowerColor Red Devil RX 6900 XT Ultimate](0x148C-0x2414)"},
{0x1002, 0x73BF, 0xFFFF, 0xFFFF, "Navi 21 [Radeon RX 6800/6800 XT / 6900 XT](0x73BF)"},
{0x1002, 0x73BF, 0x1002, 0x0E3A, "Radeon RX 6900 XT(0x1002-0x0E3A)"},
{0x1002, 0x73BF, 0x1EAE, 0x6701, "XFX Speedster MERC 319 AMD Radeon RX 6800 XT Black(0x1EAE-0x6701)"},
@@ -12979,6 +12980,7 @@ pci_id_t pci_vid_10DE[] = {
{0x10DE, 0x1EF5, 0xFFFF, 0xFFFF, "TU104GLM [Quadro RTX 5000 Mobile Refresh](0x1EF5)"},
{0x10DE, 0x1F02, 0xFFFF, 0xFFFF, "TU106 [GeForce RTX 2070](0x1F02)"},
{0x10DE, 0x1F02, 0x1043, 0x8673, "TURBO RTX 2070(0x1043-0x8673)"},
+{0x10DE, 0x1F03, 0xFFFF, 0xFFFF, "TU106 [GeForce RTX 2060 12GB](0x1F03)"},
{0x10DE, 0x1F04, 0xFFFF, 0xFFFF, "TU106(0x1F04)"},
{0x10DE, 0x1F06, 0xFFFF, 0xFFFF, "TU106 [GeForce RTX 2060 SUPER](0x1F06)"},
{0x10DE, 0x1F07, 0xFFFF, 0xFFFF, "TU106 [GeForce RTX 2070 Rev. A](0x1F07)"},
@@ -13012,6 +13014,7 @@ pci_id_t pci_vid_10DE[] = {
{0x10DE, 0x1F99, 0xFFFF, 0xFFFF, "TU117M(0x1F99)"},
{0x10DE, 0x1F9C, 0xFFFF, 0xFFFF, "TU117M [GeForce MX450](0x1F9C)"},
{0x10DE, 0x1F9D, 0xFFFF, 0xFFFF, "TU117M [GeForce GTX 1650 Mobile / Max-Q](0x1F9D)"},
+{0x10DE, 0x1F9F, 0xFFFF, 0xFFFF, "TU117M [GeForce MX550](0x1F9F)"},
{0x10DE, 0x1FAE, 0xFFFF, 0xFFFF, "TU117GL(0x1FAE)"},
{0x10DE, 0x1FB0, 0xFFFF, 0xFFFF, "TU117GLM [Quadro T1000 Mobile](0x1FB0)"},
{0x10DE, 0x1FB1, 0xFFFF, 0xFFFF, "TU117GL [T600](0x1FB1)"},
@@ -13104,8 +13107,10 @@ pci_id_t pci_vid_10DE[] = {
{0x10DE, 0x2520, 0xFFFF, 0xFFFF, "GA106M [GeForce RTX 3060 Mobile / Max-Q](0x2520)"},
{0x10DE, 0x2523, 0xFFFF, 0xFFFF, "GA106M [GeForce RTX 3050 Ti Mobile / Max-Q](0x2523)"},
{0x10DE, 0x252F, 0xFFFF, 0xFFFF, "GA106 [GeForce RTX 3060 Engineering Sample](0x252F)"},
+{0x10DE, 0x2531, 0xFFFF, 0xFFFF, "GA106 [RTX A2000](0x2531)"},
{0x10DE, 0x2560, 0xFFFF, 0xFFFF, "GA106M [GeForce RTX 3060 Mobile / Max-Q](0x2560)"},
{0x10DE, 0x2563, 0xFFFF, 0xFFFF, "GA106M [GeForce RTX 3050 Ti Mobile / Max-Q](0x2563)"},
+{0x10DE, 0x2571, 0xFFFF, 0xFFFF, "GA106 [RTX A2000 12GB](0x2571)"},
{0x10DE, 0x2583, 0xFFFF, 0xFFFF, "GA107 [GeForce RTX 3050](0x2583)"},
{0x10DE, 0x25A0, 0xFFFF, 0xFFFF, "GA107M [GeForce RTX 3050 Ti Mobile](0x25A0)"},
{0x10DE, 0x25A2, 0xFFFF, 0xFFFF, "GA107M [GeForce RTX 3050 Mobile](0x25A2)"},
@@ -18885,6 +18890,7 @@ pci_id_t pci_vid_12D8[] = {
{0x12D8, 0x0303, 0xFFFF, 0xFFFF, "PCI Express Switch 3-3(0x0303)"},
{0x12D8, 0x0508, 0xFFFF, 0xFFFF, "PI7C9X20508GP PCI Express Switch 5Port-8Lane(0x0508)"},
{0x12D8, 0x2304, 0xFFFF, 0xFFFF, "PI7C9X2G304 EL/SL PCIe2 3-Port/4-Lane Packet Switch(0x2304)"},
+{0x12D8, 0x2308, 0xFFFF, 0xFFFF, "PI7C9X2G308GP 8-lane PCI Express 2.0 Switch with 3 PCI Express ports(0x2308)"},
{0x12D8, 0x2404, 0xFFFF, 0xFFFF, "PI7C9X2G404 EL/SL PCIe2 4-Port/4-Lane Packet Switch(0x2404)"},
{0x12D8, 0x2608, 0xFFFF, 0xFFFF, "PI7C9X2G608GP PCIe2 6-Port/8-Lane Packet Switch(0x2608)"},
{0x12D8, 0x2608, 0xEA50, 0xCC10, "RXi2-BP(0xEA50-0xCC10)"},
@@ -24824,6 +24830,8 @@ pci_id_t pci_vid_15B3[] = {
{0x15B3, 0x021D, 0xFFFF, 0xFFFF, "MT43244 Family [BlueField-3 Secure Flash Recovery](0x021D)"},
{0x15B3, 0x021E, 0xFFFF, 0xFFFF, "CX8 Family [ConnectX-8 Flash Recovery](0x021E)"},
{0x15B3, 0x021F, 0xFFFF, 0xFFFF, "CX8 Family [ConnectX-8 Secure Flash Recovery](0x021F)"},
+{0x15B3, 0x0220, 0xFFFF, 0xFFFF, "BF4 Family Flash Recovery [BlueField-4 SoC Flash Recovery](0x0220)"},
+{0x15B3, 0x0221, 0xFFFF, 0xFFFF, "BF4 Family Secure Flash Recovery [BlueField-4 Secure Flash Recovery](0x0221)"},
{0x15B3, 0x024E, 0xFFFF, 0xFFFF, "MT53100 [Spectrum-2, Flash recovery mode](0x024E)"},
{0x15B3, 0x024F, 0xFFFF, 0xFFFF, "MT53100 [Spectrum-2, Secure Flash recovery mode](0x024F)"},
{0x15B3, 0x0250, 0xFFFF, 0xFFFF, "Spectrum-3, Flash recovery mode(0x0250)"},
@@ -25007,10 +25015,14 @@ pci_id_t pci_vid_15B3[] = {
{0x15B3, 0xA2DA, 0xFFFF, 0xFFFF, "MT43244 BlueField-3 SoC Crypto enabled(0xA2DA)"},
{0x15B3, 0xA2DB, 0xFFFF, 0xFFFF, "MT43244 BlueField-3 SoC Crypto disabled(0xA2DB)"},
{0x15B3, 0xA2DC, 0xFFFF, 0xFFFF, "MT43244 BlueField-3 integrated ConnectX-7 network controller(0xA2DC)"},
+{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, 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)"},
{0x15B3, 0xC2D5, 0xFFFF, 0xFFFF, "MT43244 BlueField-3 SoC Management Interface(0xC2D5)"},
+{0x15B3, 0xC2D6, 0xFFFF, 0xFFFF, "BF4 Family Management Interface [BlueField-4 SoC Management Interface](0xC2D6)"},
{0x15B3, 0xC738, 0xFFFF, 0xFFFF, "MT51136(0xC738)"},
{0x15B3, 0xC739, 0xFFFF, 0xFFFF, "MT51136 GW(0xC739)"},
{0x15B3, 0xC838, 0xFFFF, 0xFFFF, "MT52236(0xC838)"},
@@ -37856,6 +37868,7 @@ pci_id_t pci_vid_8086[] = {
{0x8086, 0x46A0, 0xFFFF, 0xFFFF, "AlderLake-P GT2(0x46A0)"},
{0x8086, 0x46A1, 0xFFFF, 0xFFFF, "UHD Graphics(0x46A1)"},
{0x8086, 0x46A3, 0xFFFF, 0xFFFF, "Alder Lake-P GT1 [UHD Graphics](0x46A3)"},
+{0x8086, 0x46A6, 0xFFFF, 0xFFFF, "Alder Lake-P Integrated Graphics Controller(0x46A6)"},
{0x8086, 0x46C0, 0xFFFF, 0xFFFF, "AlderLake-M GT1(0x46C0)"},
{0x8086, 0x4905, 0xFFFF, 0xFFFF, "DG1 [Iris Xe MAX Graphics](0x4905)"},
{0x8086, 0x4906, 0xFFFF, 0xFFFF, "DG1 [Iris Xe Pod](0x4906)"},
@@ -37929,8 +37942,11 @@ pci_id_t pci_vid_8086[] = {
{0x8086, 0x504B, 0xFFFF, 0xFFFF, "EP80579 Reserved(0x504B)"},
{0x8086, 0x504C, 0xFFFF, 0xFFFF, "EP80579 Integrated Processor with QuickAssist TDM(0x504C)"},
{0x8086, 0x5181, 0xFFFF, 0xFFFF, "Alder Lake PCH-P LPC/eSPI Controller(0x5181)"},
+{0x8086, 0x5182, 0xFFFF, 0xFFFF, "Alder Lake PCH eSPI Controller(0x5182)"},
{0x8086, 0x51A3, 0xFFFF, 0xFFFF, "Alder Lake PCH-P SMBus Host Controller(0x51A3)"},
{0x8086, 0x51A4, 0xFFFF, 0xFFFF, "Alder Lake-P PCH SPI Controller(0x51A4)"},
+{0x8086, 0x51A8, 0xFFFF, 0xFFFF, "Alder Lake PCH UART #0(0x51A8)"},
+{0x8086, 0x51A9, 0xFFFF, 0xFFFF, "Alder Lake PCH UART #1(0x51A9)"},
{0x8086, 0x51BF, 0xFFFF, 0xFFFF, "Alder Lake PCH-P PCI Express Root Port #9(0x51BF)"},
{0x8086, 0x51C5, 0xFFFF, 0xFFFF, "Alder Lake-P Serial IO I2C Controller #0(0x51C5)"},
{0x8086, 0x51C6, 0xFFFF, 0xFFFF, "Alder Lake-P Serial IO I2C Controller #1(0x51C6)"},
@@ -40739,7 +40755,7 @@ pci_vid_index_t pci_vid_index[] = {
{0x0F62, 1, pci_vid_0F62 },
{0x1000, 706, pci_vid_1000 },
{0x1001, 10, pci_vid_1001 },
-{0x1002, 3158, pci_vid_1002 },
+{0x1002, 3159, pci_vid_1002 },
{0x1003, 2, pci_vid_1003 },
{0x1004, 34, pci_vid_1004 },
{0x1005, 8, pci_vid_1005 },
@@ -40951,7 +40967,7 @@ pci_vid_index_t pci_vid_index[] = {
{0x10DB, 1, pci_vid_10DB },
{0x10DC, 6, pci_vid_10DC },
{0x10DD, 3, pci_vid_10DD },
-{0x10DE, 3075, pci_vid_10DE },
+{0x10DE, 3079, pci_vid_10DE },
{0x10DF, 122, pci_vid_10DF },
{0x10E0, 7, pci_vid_10E0 },
{0x10E1, 5, pci_vid_10E1 },
@@ -41450,7 +41466,7 @@ pci_vid_index_t pci_vid_index[] = {
{0x12D5, 3, pci_vid_12D5 },
{0x12D6, 1, pci_vid_12D6 },
{0x12D7, 1, pci_vid_12D7 },
-{0x12D8, 23, pci_vid_12D8 },
+{0x12D8, 24, pci_vid_12D8 },
{0x12D9, 7, pci_vid_12D9 },
{0x12DA, 1, pci_vid_12DA },
{0x12DB, 1, pci_vid_12DB },
@@ -42156,7 +42172,7 @@ pci_vid_index_t pci_vid_index[] = {
{0x15B0, 1, pci_vid_15B0 },
{0x15B1, 1, pci_vid_15B1 },
{0x15B2, 1, pci_vid_15B2 },
-{0x15B3, 226, pci_vid_15B3 },
+{0x15B3, 232, pci_vid_15B3 },
{0x15B4, 1, pci_vid_15B4 },
{0x15B5, 1, pci_vid_15B5 },
{0x15B6, 17, pci_vid_15B6 },
@@ -42840,7 +42856,7 @@ pci_vid_index_t pci_vid_index[] = {
{0x7FED, 1, pci_vid_7FED },
{0x8008, 4, pci_vid_8008 },
{0x807D, 1, pci_vid_807D },
-{0x8086, 8152, pci_vid_8086 },
+{0x8086, 8156, pci_vid_8086 },
{0x8088, 51, pci_vid_8088 },
{0x80EE, 3, pci_vid_80EE },
{0x8322, 1, pci_vid_8322 },
diff --git a/manuf b/manuf
index bfb03d9bf6..39b17d8ad2 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: 11487
-# Last-Modified: Sun, 19 Dec 2021 15:00:27 GMT
+# Content-Length: 11619
+# Last-Modified: Sun, 26 Dec 2021 15:00:21 GMT
# http://standards-oui.ieee.org/iab/iab.csv:
# Content-Length: 381494
-# Last-Modified: Sun, 19 Dec 2021 15:00:41 GMT
+# Last-Modified: Sun, 26 Dec 2021 15:00:34 GMT
# http://standards-oui.ieee.org/oui/oui.csv:
-# Content-Length: 2871924
-# Last-Modified: Sun, 19 Dec 2021 15:01:20 GMT
+# Content-Length: 2875464
+# Last-Modified: Sun, 26 Dec 2021 15:01:09 GMT
# http://standards-oui.ieee.org/oui28/mam.csv:
-# Content-Length: 434144
-# Last-Modified: Sun, 19 Dec 2021 15:00:49 GMT
+# Content-Length: 435817
+# Last-Modified: Sun, 26 Dec 2021 15:00:43 GMT
# http://standards-oui.ieee.org/oui36/oui36.csv:
-# Content-Length: 422066
-# Last-Modified: Sun, 19 Dec 2021 15:01:10 GMT
+# Content-Length: 423047
+# Last-Modified: Sun, 26 Dec 2021 15:01:02 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
@@ -16249,7 +16249,7 @@
00:A0:9F Commvisi Commvision Corp.
00:A0:A0 CompactD Compact Data, Ltd.
00:A0:A1 EpicData Epic Data Inc.
-00:A0:A2 Digicom Digicom S.P.A.
+00:A0:A2 B810 B810 S.R.L.
00:A0:A3 Reliable Reliable Power Meters
00:A0:A4 Oracle Oracle Corporation
00:A0:A5 TeknorMi Teknor Microsysteme, Inc.
@@ -17299,6 +17299,7 @@
00:EA:BD Cisco Cisco Systems, Inc
00:EB:2D Sony Sony Corporation
00:EB:D5 Cisco Cisco Systems, Inc
+00:EB:D8 Mercusys Mercusys Technologies Co., Ltd.
00:EC:0A XiaomiCo Xiaomi Communications Co Ltd
00:ED:B8 KYOCERA KYOCERA Corporation
00:EE:AB Cisco Cisco Systems, Inc
@@ -18204,6 +18205,7 @@
0A:2A:33 Digistor
0A:36:1C Smardii
0A:87:36 IEEE1901 IEEE 1901 Working Group
+0A:8E:62 DeltaSol Delta Solutions LLC
0A:CD:8F CiscoNor Cisco Systems Norway
0A:E4:71 Caterpil Caterpillar Inc.
0C:01:DB Infinixm Infinix mobility limited
@@ -18676,8 +18678,19 @@
10:52:1C Espressi Espressif Inc.
10:54:03 INTARSO INTARSO GmbH
10:54:D2 IEEERegi IEEE Registration Authority
+10:54:D2:00:00:00/28 GIPSTech GIPS Technology Co., Ltd.
+10:54:D2:10:00:00/28 JiangxiO Jiangxi Ofilm&Jvneng IoT Tech Co., Ltd.
10:54:D2:20:00:00/28 ComNavTe ComNav Technology Ltd.
+10:54:D2:30:00:00/28 LittleAr Little Array Technology (Shenzhen) Co., Ltd.
+10:54:D2:40:00:00/28 Raylogic Raylogic Control Systems Private Limited
+10:54:D2:50:00:00/28 Sybersen Sybersense
+10:54:D2:70:00:00/28 Shenzhen Shenzhen Carsafe Technology Development Co.,Ltd
+10:54:D2:80:00:00/28 Annapurn Annapurna labs
+10:54:D2:90:00:00/28 BambooDy Bamboo Dynamics Corporation., Ltd.
+10:54:D2:A0:00:00/28 Embion Embion B.V.
+10:54:D2:B0:00:00/28 Shenzhen Shenzhen Dinstech Technology Co.,Ltd.
10:54:D2:C0:00:00/28 LUXSHARE LUXSHARE-ICT Co., Ltd.
+10:54:D2:D0:00:00/28 Sunwealt Sun wealth technology corporation limited
10:55:E4 Shenzhen Shenzhen Skyworth Digital Technology CO., Ltd
10:56:11 ARRISGro ARRIS Group, Inc.
10:56:CA PeplinkI Peplink International Ltd.
@@ -21615,6 +21628,7 @@
30:51:F8 BYK-Gard BYK-Gardner GmbH
30:52:5A NST NST Co., LTD
30:52:CB LiteonTe Liteon Technology Corporation
+30:53:C1 Cresyn
30:55:ED TrexNetw Trex Network LLC
30:56:84 Shenzhen Shenzhen Yunji Intelligent Technology Co.,Ltd
30:56:96 Infinixm Infinix mobility limited
@@ -24253,6 +24267,7 @@
48:51:B7 IntelCor Intel Corporate
48:51:C5 IntelCor Intel Corporate
48:51:CF Intelbra Intelbras
+48:51:D0 JiangsuX Jiangsu Xinsheng Intelligent Technology Co., Ltd.
48:52:61 Soreel
48:54:15 NetRules Net Rules Tecnologia Eireli
48:54:E8 Winbond?
@@ -26102,6 +26117,7 @@
5C:C7:D7 AzroadTe Azroad Technology Company Limited
5C:C8:E3 ShintecH Shintec Hozumi co.ltd.
5C:C9:99 NewH3CTe New H3C Technologies Co., Ltd
+5C:C9:C0 RenesasE Renesas Electronics (Penang) Sdn. Bhd.
5C:C9:D3 Palladiu Palladium Energy Eletronica Da Amazonia Ltda
5C:CA:1A Microsof Microsoft Mobile Oy
5C:CA:32 Theben Theben AG
@@ -26433,6 +26449,7 @@
60:BB:0C BeijingH Beijing HuaqinWorld Technology Co,Ltd
60:BC:4C EWMHight EWM Hightec Welding GmbH
60:BD:91 MoveInno Move Innovation
+60:BE:B4 S-Bluete S-Bluetech co., limited
60:BE:B5 Motorola Motorola Mobility LLC, a Lenovo Company
60:BE:C4 Apple Apple, Inc.
60:C0:BF ONSemico ON Semiconductor
@@ -27690,6 +27707,7 @@
70:82:8E OleumTec OleumTech Corporation
70:85:40 Skyworth Skyworth Digital Technology(Shenzhen) Co.,Ltd
70:85:C2 ASRockIn ASRock Incorporation
+70:85:C4 RuijieNe Ruijie Networks Co.,LTD
70:85:C6 ARRISGro ARRIS Group, Inc.
70:86:C1 TexasIns Texas Instruments
70:86:CE GDMideaA GD Midea Air-Conditioning Equipment Co.,Ltd.
@@ -31996,10 +32014,12 @@
74:23:44 XiaomiCo Xiaomi Communications Co Ltd
74:25:8A Hangzhou Hangzhou H3C Technologies Co., Limited
74:26:AC Cisco Cisco Systems, Inc
+74:26:FF zte zte corporation
74:27:3C ChangYan ChangYang Technology (Nanjing) Co., LTD
74:27:EA Elitegro Elitegroup Computer Systems Co.,Ltd.
74:28:57 Mayfield Mayfield Robotics
74:29:AF HonHaiPr Hon Hai Precision Ind. Co.,Ltd.
+74:2A:8A shenzhen shenzhen worldelite electronics co., LTD
74:2B:0F Infinida Infinidat Ltd.
74:2B:62 Fujitsu Fujitsu Limited
74:2D:0A NorfolkE Norfolk Elektronik AG
@@ -32817,6 +32837,7 @@
7C:33:6E MEGElect MEG Electronics Inc.
7C:33:F9 HuaweiTe Huawei Technologies Co.,Ltd
7C:35:48 Transcen Transcend Information
+7C:35:F8 Zhejiang Zhejiang Tmall Technology Co., Ltd.
7C:38:66 TexasIns Texas Instruments
7C:38:6C RealTime Real Time Logic
7C:38:AD SamsungE Samsung Electronics Co.,Ltd
@@ -32893,6 +32914,7 @@
7C:6B:F7 NTI NTI co., ltd.
7C:6C:39 Pixsys Pixsys Srl
7C:6C:8F AmsNeve Ams Neve Ltd
+7C:6C:F0 Shenzhen Shenzhen TINNO Mobile Technology Corp.
7C:6D:62 Apple Apple, Inc.
7C:6D:A6 Superwav Superwave Group LLC
7C:6D:F8 Apple Apple, Inc.
@@ -33298,6 +33320,7 @@
80:74:84 ALLWinne ALL Winner (Hong Kong) Limited
80:75:1F BSkyB BSkyB Ltd
80:76:93 Newag Newag SA
+80:77:A4 TecnoMob Tecno Mobile Limited
80:78:71 AskeyCom Askey Computer Corp
80:79:5D Infinixm Infinix mobility limited
80:79:AE ShanDong ShanDong Tecsunrise Co.,Ltd
@@ -34294,6 +34317,7 @@
8C:1F:64:11:80:00/36 Automata Automata GmbH & Co. KG
8C:1F:64:11:F0:00/36 NodeUDes NodeUDesign
8C:1F:64:12:80:00/36 YulistaI Yulista Integrated Solution
+8C:1F:64:12:B0:00/36 BeijingT Beijing Tongtech Technology Co., Ltd.
8C:1F:64:13:50:00/36 YuvalFic Yuval Fichman
8C:1F:64:14:40:00/36 Langfang Langfang ENN lntelligent Technology Co.,Ltd.
8C:1F:64:15:10:00/36 GogoBusi Gogo Business Aviation
@@ -34305,6 +34329,7 @@
8C:1F:64:19:30:00/36 Sicon Sicon srl
8C:1F:64:19:B0:00/36 FeedFlo
8C:1F:64:19:C0:00/36 Aton Aton srl
+8C:1F:64:1A:F0:00/36 EnviroNo EnviroNode IoT Solutions
8C:1F:64:1B:60:00/36 RedSenso Red Sensors Limited
8C:1F:64:1B:B0:00/36 RenweiEl Renwei Electronics Technology (Shenzhen) Co.,LTD.
8C:1F:64:1B:F0:00/36 Ossia Ossia Inc
@@ -34329,6 +34354,7 @@
8C:1F:64:29:80:00/36 MeggerGe Megger Germany GmbH
8C:1F:64:29:F0:00/36 Nagtech Nagtech Llc
8C:1F:64:2A:50:00/36 Nonet Nonet Inc
+8C:1F:64:2B:60:00/36 StercomP Stercom Power Solutions GmbH
8C:1F:64:2C:20:00/36 TexCompu Tex Computer Srl
8C:1F:64:2C:80:00/36 BRSSiste BRS Sistemas Eletrônicos
8C:1F:64:2E:80:00/36 SonoraNe Sonora Network Solutions
@@ -34369,6 +34395,7 @@
8C:1F:64:46:00:00/36 Solace Solace Systems Inc.
8C:1F:64:46:60:00/36 Intamsys Intamsys Technology Co.Ltd
8C:1F:64:47:20:00/36 SurgeNet Surge Networks, Inc.
+8C:1F:64:47:A0:00/36 MissingL Missing Link Electronics, Inc.
8C:1F:64:49:30:00/36 Security Security Products International, LLC
8C:1F:64:49:80:00/36 YUYAMAMF YUYAMA MFG Co.,Ltd
8C:1F:64:4B:00:00/36 U-Mei-Da U -Mei-Dah Int'L Enterprise Co.,Ltd.
@@ -34415,6 +34442,7 @@
8C:1F:64:61:F0:00/36 Lightwor Lightworks GmbH
8C:1F:64:63:80:00/36 ThunderD Thunder Data Taiwan Co., Ltd.
8C:1F:64:63:B0:00/36 Tiama
+8C:1F:64:64:10:00/36 biosilve biosilver.co.,ltd
8C:1F:64:64:70:00/36 SeniorGr Senior Group LLC
8C:1F:64:65:00:00/36 Ltec L tec Co.,Ltd
8C:1F:64:65:50:00/36 SEI S.E.I. Co.,Ltd.
@@ -34467,6 +34495,7 @@
8C:1F:64:7E:C0:00/36 Methods2 Methods2Business B.V.
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:81:A0:00/36 GeminiEl Gemini Electronics B.V.
8C:1F:64:82:00:00/36 Tiama
8C:1F:64:83:A0:00/36 Grossenb Grossenbacher Systeme AG
8C:1F:64:83:C0:00/36 XtendTec Xtend Technologies Pvt Ltd
@@ -34525,6 +34554,7 @@
8C:1F:64:A4:E0:00/36 SyscomIn Syscom Instruments SA
8C:1F:64:A5:70:00/36 EkspertS EkspertStroyProekt
8C:1F:64:A5:C0:00/36 Prosys
+8C:1F:64:A5:D0:00/36 Shenzhen Shenzhen zhushida Technology lnformation Co.,Ltd
8C:1F:64:A7:60:00/36 DEUTA-WE DEUTA-WERKE GmbH
8C:1F:64:A9:40:00/36 Futurewa Future wave ultra tech Company
8C:1F:64:A9:A0:00/36 Signasys Signasystems Elektronik San. ve Tic. Ltd. Sti.
@@ -34601,6 +34631,7 @@
8C:1F:64:DB:50:00/36 victtron
8C:1F:64:DB:90:00/36 ErmesEle Ermes Elettronica s.r.l.
8C:1F:64:DB:D0:00/36 Giordano Giordano Controls Spa
+8C:1F:64:DC:00:00/36 PigsCanF Pigs Can Fly Labs LLC
8C:1F:64:DC:90:00/36 PeterHub Peter Huber Kaeltemaschinenbau AG
8C:1F:64:DC:A0:00/36 Porschee Porsche engineering
8C:1F:64:DE:10:00/36 FrankeAq Franke Aquarotter GmbH
@@ -34626,6 +34657,7 @@
8C:1F:64:EB:F0:00/36 STEAMIQ STEAMIQ, Inc.
8C:1F:64:EC:10:00/36 Actronik Actronika SAS
8C:1F:64:ED:40:00/36 Zhejiang Zhejiang Chitic-Safeway New Energy Technical Co.,Ltd.
+8C:1F:64:ED:90:00/36 NetgenHi Netgen Hitech Solutions Llp
8C:1F:64:EE:80:00/36 GlobalOr Global Organ Group B.V.
8C:1F:64:EE:F0:00/36 AiUnion AiUnion Co.,Ltd
8C:1F:64:EF:10:00/36 BiotageG Biotage Gb Ltd
@@ -35256,6 +35288,7 @@
90:DB:46 E-LeadEl E-Lead Electronic Co., Ltd
90:DD:5D Apple Apple, Inc.
90:DE:80 Shenzhen Shenzhen Century Xinyang Technology Co., Ltd
+90:DF:7D RealmeCh Realme Chongqing Mobile Telecommunications Corp.,Ltd.
90:DF:B7 smssmart s.m.s smart microwave sensors GmbH
90:DF:FB Homeride Homerider Systems
90:E0:F0 IEEE1722 IEEE 1722a Working Group
@@ -35448,6 +35481,7 @@
94:7C:3E Polewall Polewall Norge AS
94:7E:B9 National National Narrowband Network Communications Pty Ltd
94:7F:1D Shenzhen Shenzhen Fastrain Technology Co., Ltd.
+94:7F:D8 Shenzhen Shenzhen Skyworth Digital Technology CO., Ltd
94:81:A4 AzurayTe Azuray Technologies
94:83:C4 GLTechno GL Technologies (Hong Kong) Limited
94:85:7A Evantage Evantage Industries Corp
@@ -36447,6 +36481,7 @@ A0:06:27 NEXPASys NEXPA System
A0:07:98 SamsungE Samsung Electronics Co.,Ltd
A0:07:B6 Advanced Advanced Technical Support, Inc.
A0:08:6F HuaweiTe Huawei Technologies Co.,Ltd
+A0:09:2E zte zte corporation
A0:09:4C CenturyL CenturyLink
A0:09:ED Avaya Avaya Inc
A0:0A:BF WiesonTe Wieson Technologies Co., Ltd.
@@ -37331,6 +37366,7 @@ A8:4F:B1 Cisco Cisco Systems, Inc
A8:50:81 HuaweiTe Huawei Technologies Co.,Ltd
A8:51:5B SamsungE Samsung Electronics Co.,Ltd
A8:53:7D Mist Mist Systems, Inc.
+A8:54:A2 Heimgard Heimgard Technologies AS
A8:54:B2 WistronN Wistron Neweb Corporation
A8:55:6A 3SSystem 3S System Technology Inc.
A8:57:4E Tp-LinkT Tp-Link Technologies Co.,Ltd.
@@ -37603,6 +37639,7 @@ AC:2D:A3 TXTR TXTR GmbH
AC:2D:A9 TecnoMob Tecno Mobile Limited
AC:2F:A8 Humannix Humannix Co.,Ltd.
AC:31:9D Shenzhen Shenzhen TG-NET Botone Technology Co.,Ltd.
+AC:33:0B JapanCom Japan Computer Vision Corp.
AC:33:28 HuaweiDe Huawei Device Co., Ltd.
AC:34:CB ShanhaiG Shanhai GBCOM Communication Technology Co. Ltd
AC:35:EE Fn-LinkT Fn-Link Technology Limited
@@ -38061,6 +38098,7 @@ B0:AC:D2 zte zte corporation
B0:AC:FA Fujitsu Fujitsu Limited
B0:AD:AA Avaya Avaya Inc
B0:AE:25 Varikore Varikorea
+B0:AF:F7 Shenzhen Shenzhen Yipingfang Network Technology Co., Ltd.
B0:B1:13 TexasIns Texas Instruments
B0:B1:94 zte zte corporation
B0:B2:8F Sagemcom Sagemcom Broadband SAS
@@ -38231,6 +38269,7 @@ B4:14:E6 HuaweiTe Huawei Technologies Co.,Ltd
B4:15:13 HuaweiTe Huawei Technologies Co.,Ltd
B4:15:7E Celona Celona Inc.
B4:17:80 DTIGroup DTI Group Ltd
+B4:17:A8 Facebook Facebook Technologies, LLC
B4:18:D1 Apple Apple, Inc.
B4:1A:1D SamsungE Samsung Electronics Co.,Ltd
B4:1B:B0 Apple Apple, Inc.
@@ -38866,6 +38905,7 @@ BC:17:B8 IntelCor Intel Corporate
BC:1A:67 YFTechno YF Technology Co., Ltd
BC:1A:E4 HuaweiDe Huawei Device Co., Ltd.
BC:1C:81 Sichuani Sichuan iLink Technology Co., Ltd.
+BC:1D:89 Motorola Motorola Mobility LLC, a Lenovo Company
BC:1E:85 HuaweiTe Huawei Technologies Co.,Ltd
BC:20:A4 SamsungE Samsung Electronics Co.,Ltd
BC:20:BA InspurSh Inspur (Shandong) Electronic Information Co., Ltd
@@ -39556,6 +39596,7 @@ C4:23:A2 PTEmsoni PT. Emsonic Indonesia
C4:24:2E Galvanic Galvanic Applied Sciences Inc
C4:24:56 PaloAlto Palo Alto Networks
C4:26:28 AiroWire Airo Wireless
+C4:27:28 zte zte corporation
C4:27:8C HuaweiDe Huawei Device Co., Ltd.
C4:27:95 Technico Technicolor CH USA Inc.
C4:28:2D Embedded Embedded Intellect Pty Ltd
@@ -39794,6 +39835,7 @@ C4:DA:26 Noblex Noblex Sa
C4:DA:7D IviumTec Ivium Technologies B.V.
C4:DD:57 Espressi Espressif Inc.
C4:DE:7B HuaweiDe Huawei Device Co., Ltd.
+C4:DF:39 RealmeCh Realme Chongqing Mobile Telecommunications Corp.,Ltd.
C4:E0:32 IEEE1904 IEEE 1904.1 Working Group
C4:E0:DE Zhengzho Zhengzhou XindaJiean Information Technology Co.,Ltd.
C4:E1:7C U2S U2S co.
@@ -39953,8 +39995,10 @@ C8:51:95 HuaweiTe Huawei Technologies Co.,Ltd
C8:52:61 ARRISGro ARRIS Group, Inc.
C8:53:E1 BeijingB Beijing Bytedance Network Technology Co., Ltd
C8:54:4B ZyxelCom Zyxel Communications Corporation
+C8:54:A4 Infinixm Infinix mobility limited
C8:56:45 Intermas Intermas France
C8:56:63 SunflexE Sunflex Europe GmbH
+C8:58:95 Motorola Motorola Mobility LLC, a Lenovo Company
C8:58:C0 IntelCor Intel Corporate
C8:5A:9F zte zte corporation
C8:5A:CF HP HP Inc.
@@ -40353,6 +40397,7 @@ CC:5D:57 Informat Information System Research Institute,Inc.
CC:5D:78 JTDConsu JTD Consulting
CC:5F:BF Topwise3 Topwise 3G Communication Co., Ltd.
CC:60:BB EmpowerR Empower RF Systems
+CC:60:C8 Microsof Microsoft Corporation
CC:61:E5 Motorola Motorola Mobility LLC, a Lenovo Company
CC:64:A6 HuaweiTe Huawei Technologies Co.,Ltd
CC:65:AD ARRISGro ARRIS Group, Inc.
@@ -41219,6 +41264,7 @@ D4:B9:2F Technico Technicolor CH USA Inc.
D4:BB:C8 vivoMobi vivo Mobile Communication Co., Ltd.
D4:BB:E6 HuaweiDe Huawei Device Co., Ltd.
D4:BD:1E 5VTTechn 5VT Technologies,Taiwan LTd.
+D4:BD:4F RuckusWi Ruckus Wireless
D4:BE:D9 Dell Dell Inc.
D4:BF:2D SEContro SE Controls Asia Pacific Ltd
D4:BF:7F Upvel
@@ -42532,6 +42578,7 @@ E4:D3:AA FujitsuC Fujitsu Connected Technologies Limited
E4:D3:F1 Cisco Cisco Systems, Inc
E4:D5:3D HonHaiPr Hon Hai Precision Ind. Co.,Ltd.
E4:D7:1D OrayaThe Oraya Therapeutics
+E4:DA:DF TaicangT Taicang T&W Electronics
E4:DB:6D BeijingX Beijing Xiaomi Electronics Co., Ltd.
E4:DC:43 HuaweiDe Huawei Device Co., Ltd.
E4:DC:5F Cofracta Cofractal, Inc.
@@ -43051,6 +43098,7 @@ EC:75:ED Citrix Citrix Systems, Inc.
EC:79:49 Fujitsu Fujitsu Limited
EC:79:F2 Startel
EC:7C:2C HuaweiTe Huawei Technologies Co.,Ltd
+EC:7C:5C JuniperN Juniper Networks
EC:7C:74 JustoneT Justone Technologies Co., Ltd.
EC:7C:B6 SamsungE Samsung Electronics Co.,Ltd
EC:7D:11 vivoMobi vivo Mobile Communication Co., Ltd.
diff --git a/services b/services
index 1c8765af89..5e7742c667 100644
--- a/services
+++ b/services
@@ -4968,6 +4968,7 @@ elcn 7101/tcp/udp # Embedded Light Control Network
aes-x170 7107/udp # AES-X170
rothaga 7117/tcp # Encrypted chat and file transfer service
virprot-lm 7121/tcp/udp # Virtual Prototypes License Manager
+snif 7123/tcp # End-to-end TLS Relay Control Connection
scenidm 7128/tcp/udp # intelligent data manager
scenccs 7129/tcp/udp # Catalog Content Search
cabsm-comm 7161/tcp/udp # CA BSM Comm
@@ -6114,6 +6115,7 @@ e1-interface 38462/sctp # E1 signalling transport (3GPP)
f1-control 38472/sctp # F1 Control Plane (3GPP)
sruth 38800/tcp # Sruth is a service for the distribution of routinely- generated but arbitrary files based on a publish/subscribe distribution model and implemented using a peer-to-peer transport mechanism
secrmmsafecopya 38865/tcp # Security approval process for use of the secRMM SafeCopy program
+vroa 39063/tcp # Children's hearing test/Telemedicine
turbonote-1 39681/tcp/udp # TurboNote Default Port
safetynetp 40000/tcp/udp # SafetyNET p
k-patentssensor 40023/udp # K-PatentsSensorInformation
diff --git a/ui/qt/wireshark_de.ts b/ui/qt/wireshark_de.ts
index 876cb2eab5..452959e553 100644
--- a/ui/qt/wireshark_de.ts
+++ b/ui/qt/wireshark_de.ts
@@ -4412,8 +4412,7 @@ Um zum Beispiel eine neue Datei zu jeder vollen Stunde zu haben, 1 Stunde angebe
</message>
<message>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;The format in which to parse timestamps in the text file (e.g. %H:%M:%S.%f).&lt;/p&gt;&lt;p&gt;Format specifiers are based on strptime(3) with the addition of %f for second fractions. The precision of %f is determined from its length.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <oldsource>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;The format in which to parse timestamps in the text file (e.g. %H:%M:%S.%f).&lt;/p&gt;&lt;p&gt;Format specifiers are based on strptime(3) with the addition of %f for second fractions. The percision of %f is determined from it&apos;s length.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</oldsource>
- <translation type="unfinished">&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Format des Zeitstempel der aus der Textdatei ausgelesen werden soll (z.B. %H:%M:%s.%f).&lt;/p&gt;&lt;p&gt;Formatzeichen basieren auf strptime(3) mit dem zusätzlichen Zeichen %f für Sekundenbruchteile. Die Länge von %f bestimmt die Präzision.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
+ <translation type="unfinished"></translation>
</message>
<message>
<source>%H:%M:%S.%f</source>
diff --git a/ui/qt/wireshark_es.ts b/ui/qt/wireshark_es.ts
index ca14f4e299..d7b2a2f9b4 100644
--- a/ui/qt/wireshark_es.ts
+++ b/ui/qt/wireshark_es.ts
@@ -1781,11 +1781,11 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto.</
<name>ConversationDialog</name>
<message>
<source>Follow Stream…</source>
- <translation>Seguir flujo…</translation>
+ <translation>Seguir secuencia…</translation>
</message>
<message>
<source>Follow a TCP or UDP stream.</source>
- <translation>Sigue un flujo TCP o UDP.</translation>
+ <translation>Sigue una secuencia TCP o UDP.</translation>
</message>
<message>
<source>Graph…</source>
@@ -2345,15 +2345,15 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto.</
</message>
<message>
<source>Ethernet Addresses</source>
- <translation type="unfinished"></translation>
+ <translation type="unfinished">Direcciones ethernet</translation>
</message>
<message>
<source>Ethernet Manufacturers</source>
- <translation type="unfinished"></translation>
+ <translation type="unfinished">Fabricantes de ethernet</translation>
</message>
<message>
<source>Ethernet Well-Known Addresses</source>
- <translation type="unfinished"></translation>
+ <translation type="unfinished">Direcciones ethernet conocidas</translation>
</message>
</context>
<context>
@@ -2728,27 +2728,27 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto.</
<name>FilterAction</name>
<message>
<source>Selected</source>
- <translation type="unfinished"></translation>
+ <translation type="unfinished">Seleccionado</translation>
</message>
<message>
<source>Not Selected</source>
- <translation type="unfinished"></translation>
+ <translation type="unfinished">No seleccionado</translation>
</message>
<message>
<source>…and Selected</source>
- <translation type="unfinished"></translation>
+ <translation type="unfinished">…y seleccionado</translation>
</message>
<message>
<source>…or Selected</source>
- <translation type="unfinished"></translation>
+ <translation type="unfinished">…O seleccionado</translation>
</message>
<message>
<source>…and not Selected</source>
- <translation type="unfinished"></translation>
+ <translation type="unfinished">…Y no seleccionado</translation>
</message>
<message>
<source>…or not Selected</source>
- <translation type="unfinished"></translation>
+ <translation type="unfinished">…O no seleccionado</translation>
</message>
</context>
<context>
@@ -3207,7 +3207,7 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto.</
</message>
<message>
<source>Follow %1 Stream (%2)</source>
- <translation>Seguir flujo %1 (%2)</translation>
+ <translation>Seguir secuencia %1 (%2)</translation>
</message>
<message>
<source>Error creating filter for this stream.</source>
@@ -3215,7 +3215,7 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto.</
</message>
<message>
<source>Save Stream Content As…</source>
- <translation>Guardar contenido de flujo como…</translation>
+ <translation>Guardar contenido de secuencia como…</translation>
</message>
<message>
<source>[Stream output truncated]</source>
@@ -3318,11 +3318,11 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto.</
</message>
<message>
<source>Sample &quot;Follow Stream&quot; client text</source>
- <translation>Ejemplo de texto de cliente &quot;Seguir flujo&quot;</translation>
+ <translation>Ejemplo de texto de cliente &quot;Seguir secuencia&quot;</translation>
</message>
<message>
<source>Sample &quot;Follow Stream&quot; server text</source>
- <translation>Ejemplo de texto de servidor &quot;Seguir flujo&quot;</translation>
+ <translation>Ejemplo de texto de servidor &quot;Seguir secuencia&quot;</translation>
</message>
<message>
<source>Sample valid filter</source>
@@ -3340,15 +3340,15 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto.</
<message>
<source>Example GIF query packets have jumbo window sizes</source>
<extracomment>These are pangrams. Feel free to replace with nonsense text that spans your alphabet. https://en.wikipedia.org/wiki/Pangram</extracomment>
- <translation type="unfinished"></translation>
+ <translation>Ejemplo de paquetes de consulta GIF tiene tamaños de ventana jumbo</translation>
</message>
<message>
<source>Lazy badgers move unique waxy jellyfish packets</source>
- <translation type="unfinished"></translation>
+ <translation>Los tejones perezosos mueven únicamente paquetes de medusas de cera</translation>
</message>
<message>
<source>Font</source>
- <translation type="unfinished"></translation>
+ <translation>Fuente</translation>
</message>
</context>
<context>
@@ -4057,7 +4057,7 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto.</
</message>
<message>
<source>Forward Stream Audio</source>
- <translation>Flujo de envío de audio</translation>
+ <translation>Secuencia de envío de audio</translation>
</message>
<message>
<source>Save the forward stream audio data.</source>
@@ -4065,7 +4065,7 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto.</
</message>
<message>
<source>Reverse Stream Audio</source>
- <translation>Flujo de retorno de audio</translation>
+ <translation>Secuencia de retorno de audio</translation>
</message>
<message>
<source>Save the reverse stream audio data.</source>
@@ -4081,7 +4081,7 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto.</
</message>
<message>
<source>Forward Stream CSV</source>
- <translation>Flujo de envío a CSV</translation>
+ <translation>Secuencia de envío a CSV</translation>
</message>
<message>
<source>Save the forward table as CSV.</source>
@@ -4089,7 +4089,7 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto.</
</message>
<message>
<source>Reverse Stream CSV</source>
- <translation>Flujo de retorno a CSV</translation>
+ <translation>Secuencia de retorno a CSV</translation>
</message>
<message>
<source>Save the reverse table as CSV.</source>
@@ -4129,7 +4129,7 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto.</
</message>
<message>
<source>IAX2 Stream Analysis</source>
- <translation type="unfinished">Análisis de flujo IAX2</translation>
+ <translation type="unfinished">Análisis de secuencia IAX2</translation>
</message>
<message>
<source>Unable to save RTP data.</source>
@@ -4173,11 +4173,11 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto.</
</message>
<message>
<source>Save forward stream audio</source>
- <translation>Guardar flujo de envío a audio</translation>
+ <translation>Guardar secuencia de envío a audio</translation>
</message>
<message>
<source>Save reverse stream audio</source>
- <translation>Guardar flujo de retorno a audio</translation>
+ <translation>Guardar secuencia de retorno a audio</translation>
</message>
<message>
<source>Save audio</source>
@@ -4213,11 +4213,11 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto.</
</message>
<message>
<source>Save forward stream CSV</source>
- <translation>Guardar flujo de envío a CSV</translation>
+ <translation>Guardar secuencia de envío a CSV</translation>
</message>
<message>
<source>Save reverse stream CSV</source>
- <translation>Guardar flujo de retorno a CSV</translation>
+ <translation>Guardar secuencia de retorno a CSV</translation>
</message>
<message>
<source>Save CSV</source>
@@ -4373,8 +4373,7 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto.</
</message>
<message>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;The format in which to parse timestamps in the text file (e.g. %H:%M:%S.%f).&lt;/p&gt;&lt;p&gt;Format specifiers are based on strptime(3) with the addition of %f for second fractions. The precision of %f is determined from its length.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <oldsource>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;The format in which to parse timestamps in the text file (e.g. %H:%M:%S.%f).&lt;/p&gt;&lt;p&gt;Format specifiers are based on strptime(3) with the addition of %f for second fractions. The percision of %f is determined from it&apos;s length.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</oldsource>
- <translation type="unfinished">&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;El formato en el que analizar horas en el archivo de texto (e.j. %H:%M:%S.%f).&lt;/p&gt;&lt;p&gt;Los especificadores de formato están basados en strptime(3) con la incorporación de %f para las fracciones de segundo. La precisión de %f está determinada por su longitud.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
+ <translation type="unfinished"></translation>
</message>
<message>
<source>%H:%M:%S.%f</source>
@@ -6231,7 +6230,7 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto.</
</message>
<message>
<source>TCP Stream Graphs</source>
- <translation>Gráficas de flujo TCP</translation>
+ <translation>Gráficas de secuencia TCP</translation>
</message>
<message>
<source>BACnet</source>
@@ -6894,23 +6893,23 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto.</
</message>
<message>
<source>DCCP Stream</source>
- <translation>Flujo DCCP</translation>
+ <translation>Secuencia DCCP</translation>
</message>
<message>
<source>TLS Stream</source>
- <translation>Flujo TLS</translation>
+ <translation>Secuencia TLS</translation>
</message>
<message>
<source>HTTP Stream</source>
- <translation>Flujo HTTP</translation>
+ <translation>Secuencia HTTP</translation>
</message>
<message>
<source>HTTP/2 Stream</source>
- <translation>Flujo HTTP/2</translation>
+ <translation>Secuencia HTTP/2</translation>
</message>
<message>
<source>QUIC Stream</source>
- <translation>Flujo QUIC</translation>
+ <translation>Secuencia QUIC</translation>
</message>
<message>
<source>SIP Call</source>
@@ -7158,7 +7157,7 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto.</
</message>
<message>
<source>Streams</source>
- <translation>Flujos</translation>
+ <translation>Secuencias</translation>
</message>
<message>
<source>LBT-RM</source>
@@ -7286,7 +7285,7 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto.</
</message>
<message>
<source>IAX2 Stream Analysis</source>
- <translation>Análisis de flujo IAX2</translation>
+ <translation>Análisis de secuencia IAX2</translation>
</message>
<message>
<source>Show Packet Bytes…</source>
@@ -7298,7 +7297,7 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto.</
</message>
<message>
<source>UDP Multicast Streams</source>
- <translation>Flujos multicast de UDP</translation>
+ <translation>Secuencias multicast de UDP</translation>
</message>
<message>
<source>Show UTP multicast stream statistics.</source>
@@ -7414,11 +7413,11 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto.</
</message>
<message>
<source>TCP Stream</source>
- <translation>Flujo TCP</translation>
+ <translation>Secuencia TCP</translation>
</message>
<message>
<source>UDP Stream</source>
- <translation>Flujo UDP</translation>
+ <translation>Secuencia UDP</translation>
</message>
<message>
<source>Request Sequences</source>
@@ -7732,7 +7731,7 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto.</
</message>
<message>
<source>Wiki Protocol Page</source>
- <translation type="unfinished"></translation>
+ <translation type="unfinished">Página Wiki de protocolo</translation>
</message>
<message>
<source>Open the Wireshark wiki page for this protocol.</source>
@@ -7824,7 +7823,7 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto.</
</message>
<message>
<source>RTP Streams</source>
- <translation>Flujos RTP</translation>
+ <translation>Secuencias RTP</translation>
</message>
<message>
<source>Edit the packet list coloring rules.</source>
@@ -8054,7 +8053,7 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto.</
</message>
<message>
<source>Save before Continue</source>
- <translation type="unfinished"></translation>
+ <translation>Guardar antes de continuar</translation>
</message>
<message>
<source>Stop and Save</source>
@@ -8089,7 +8088,7 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto.</
<message>
<source>Continue &amp;without Saving</source>
<oldsource>Continue without Saving</oldsource>
- <translation type="unfinished"></translation>
+ <translation>Continuar &amp;sin guardar</translation>
</message>
<message>
<source>Stop and Continue &amp;without Saving</source>
@@ -8204,7 +8203,7 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto.</
</message>
<message>
<source> before starting a new capture</source>
- <translation type="unfinished"></translation>
+ <translation>antes de iniciar una nueva captura</translation>
</message>
<message>
<source> before reloading Lua plugins</source>
@@ -8212,7 +8211,7 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto.</
</message>
<message>
<source>Please wait while Wireshark is initializing…</source>
- <translation type="unfinished"></translation>
+ <translation>Por favor espere mientras Wireshark se inicia…</translation>
</message>
<message>
<source>There are no TLS Session Keys to save.</source>
@@ -8259,7 +8258,7 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto.</
</message>
<message>
<source> before restarting the capture</source>
- <translation type="unfinished"></translation>
+ <translation>antes de reiniciar la captura</translation>
</message>
<message>
<source>Wiki Page for %1</source>
@@ -8267,11 +8266,11 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto.</
</message>
<message>
<source>&lt;p&gt;The Wireshark Wiki is maintained by the community.&lt;/p&gt;&lt;p&gt;The page you are about to load might be wonderful, incomplete, wrong, or nonexistent.&lt;/p&gt;&lt;p&gt;Proceed to the wiki?&lt;/p&gt;</source>
- <translation type="unfinished"></translation>
+ <translation type="unfinished">&lt;p&gt;La wiki de Wireshark está mantenida por la comunidad.&lt;/p&gt;&lt;p&gt;La página que está a punto de cargar puede ser maravillosa, incompleta, incorrecta, o inexistente.&lt;/p&gt;&lt;p&gt;¿Continuar con la wiki?&lt;/p&gt;</translation>
</message>
<message>
<source>Loading</source>
- <translation type="unfinished"></translation>
+ <translation type="unfinished">Cargando</translation>
</message>
<message>
<source>Reloading</source>
@@ -8279,7 +8278,7 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto.</
</message>
<message>
<source>Rescanning</source>
- <translation type="unfinished"></translation>
+ <translation>Volver a escanear</translation>
</message>
</context>
<context>
@@ -8563,7 +8562,7 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto.</
<name>MulticastStatisticsDialog</name>
<message>
<source>UDP Multicast Streams</source>
- <translation type="unfinished">Flujos multicast de UDP</translation>
+ <translation type="unfinished">Secuencias multicast de UDP</translation>
</message>
<message>
<source>Source Address</source>
@@ -8745,7 +8744,7 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto.</
<name>PacketFormatGroupBox</name>
<message>
<source>GroupBox</source>
- <translation type="unfinished"></translation>
+ <translation>GroupBox</translation>
</message>
<message>
<source>Packet Format</source>
@@ -8895,7 +8894,7 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto.</
<name>PacketRangeGroupBox</name>
<message>
<source>Form</source>
- <translation type="unfinished">Form</translation>
+ <translation>Form</translation>
</message>
<message>
<source>Packet Range</source>
@@ -9007,7 +9006,7 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto.</
<name>PreferenceEditorFrame</name>
<message>
<source>Frame</source>
- <translation type="unfinished"></translation>
+ <translation>Frame</translation>
</message>
<message>
<source>…</source>
@@ -9023,7 +9022,7 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto.</
</message>
<message>
<source>Open %1 preferences…</source>
- <translation type="unfinished"></translation>
+ <translation type="unfinished">Abrir preferencias de %1…</translation>
</message>
<message>
<source>Invalid value.</source>
@@ -9124,7 +9123,7 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto.</
</message>
<message>
<source>%1 %2 total packets, %3 shown</source>
- <translation type="unfinished"></translation>
+ <translation>%1 %2 paquetes totales, %3 mostrados</translation>
</message>
<message>
<source>Print Error</source>
@@ -9406,11 +9405,11 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto.</
<name>ProgressFrame</name>
<message>
<source>Frame</source>
- <translation type="unfinished"></translation>
+ <translation>Frame</translation>
</message>
<message>
<source>Loading</source>
- <translation type="unfinished"></translation>
+ <translation>Cargando</translation>
</message>
</context>
<context>
@@ -9429,51 +9428,51 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto.</
</message>
<message>
<source>Expand Subtrees</source>
- <translation type="unfinished"></translation>
+ <translation>Expandir subárboles</translation>
</message>
<message>
<source>Collapse Subtrees</source>
- <translation type="unfinished">Contraer subárboles</translation>
+ <translation>Contraer subárboles</translation>
</message>
<message>
<source>Expand All</source>
- <translation type="unfinished">Expandir todo</translation>
+ <translation>Expandir todo</translation>
</message>
<message>
<source>Collapse All</source>
- <translation type="unfinished">Contraer todo</translation>
+ <translation>Contraer todo</translation>
</message>
<message>
<source>Copy</source>
- <translation type="unfinished">Copiar</translation>
+ <translation>Copiar</translation>
</message>
<message>
<source>All Visible Items</source>
- <translation type="unfinished">Todos los ítems visibles</translation>
+ <translation>Todos los ítems visibles</translation>
</message>
<message>
<source>All Visible Selected Tree Items</source>
- <translation type="unfinished">Todos los ítems de árbol seleccionados</translation>
+ <translation>Todos los ítems de árbol seleccionados</translation>
</message>
<message>
<source>Description</source>
- <translation type="unfinished">Descripción</translation>
+ <translation>Descripción</translation>
</message>
<message>
<source>Field Name</source>
- <translation type="unfinished">Nombre de campo</translation>
+ <translation>Nombre de campo</translation>
</message>
<message>
<source>Value</source>
- <translation type="unfinished">Valor</translation>
+ <translation>Valor</translation>
</message>
<message>
<source>As Filter</source>
- <translation type="unfinished">Como filtro</translation>
+ <translation>Como filtro</translation>
</message>
<message>
<source>Wiki Protocol Page</source>
- <translation type="unfinished"></translation>
+ <translation>Página Wiki de protocolo</translation>
</message>
<message>
<source>Filter Field Reference</source>
@@ -9489,18 +9488,18 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto.</
</message>
<message>
<source>&lt;p&gt;The Wireshark Wiki is maintained by the community.&lt;/p&gt;&lt;p&gt;The page you are about to load might be wonderful, incomplete, wrong, or nonexistent.&lt;/p&gt;&lt;p&gt;Proceed to the wiki?&lt;/p&gt;</source>
- <translation type="unfinished"></translation>
+ <translation>&lt;p&gt;La wiki de Wireshark está mantenida por la comunidad.&lt;/p&gt;&lt;p&gt;La página que está a punto de cargar puede ser maravillosa, incompleta, incorrecta, o inexistente.&lt;/p&gt;&lt;p&gt;¿Continuar con la wiki?&lt;/p&gt;</translation>
</message>
<message>
<source>Colorize with Filter</source>
- <translation type="unfinished"></translation>
+ <translation>Colorear con filtro</translation>
</message>
</context>
<context>
<name>ProtocolHierarchyDialog</name>
<message>
<source>Dialog</source>
- <translation type="unfinished">Dialog</translation>
+ <translation>Dialog</translation>
</message>
<message>
<source>Protocol</source>
@@ -9548,7 +9547,7 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto.</
</message>
<message>
<source>Copy stream list as CSV.</source>
- <translation type="unfinished"></translation>
+ <translation>Copia el listado de secuencias como CSV.</translation>
</message>
<message>
<source>Copy as YAML</source>
@@ -9556,7 +9555,7 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto.</
</message>
<message>
<source>Copy stream list as YAML.</source>
- <translation type="unfinished"></translation>
+ <translation>Copia el listado de secuencias como YAML.</translation>
</message>
<message>
<source>Protocol Hierarchy Statistics</source>
@@ -9580,14 +9579,14 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto.</
</message>
<message>
<source>Display filter: %1</source>
- <translation type="unfinished"></translation>
+ <translation>Filtro de visualización: %1</translation>
</message>
</context>
<context>
<name>ProtocolPreferencesMenu</name>
<message>
<source>Protocol Preferences</source>
- <translation type="unfinished">Preferencias de protocolo</translation>
+ <translation>Preferencias de protocolo</translation>
</message>
<message>
<source>No protocol preferences available</source>
@@ -9595,7 +9594,7 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto.</
</message>
<message>
<source>Disable %1</source>
- <translation type="unfinished"></translation>
+ <translation>Desactivar %1</translation>
</message>
<message>
<source>%1 has no preferences</source>
@@ -9603,7 +9602,7 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto.</
</message>
<message>
<source>Open %1 preferences…</source>
- <translation type="unfinished"></translation>
+ <translation>Abrir preferencias de %1…</translation>
</message>
</context>
<context>
@@ -9650,19 +9649,19 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto.</
</message>
<message>
<source>Apply as Filter</source>
- <translation type="unfinished">Aplicar como filtro</translation>
+ <translation>Aplicar como filtro</translation>
</message>
<message>
<source>Prepare as Filter</source>
- <translation type="unfinished">Preparar como filtro</translation>
+ <translation>Preparar como filtro</translation>
</message>
<message>
<source>Find</source>
- <translation type="unfinished">Buscar</translation>
+ <translation>Buscar</translation>
</message>
<message>
<source>Colorize</source>
- <translation type="unfinished"></translation>
+ <translation>Colorear</translation>
</message>
<message>
<source>Look Up</source>
@@ -9678,27 +9677,27 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto.</
</message>
<message>
<source>Selected</source>
- <translation type="unfinished"></translation>
+ <translation>Seleccionado</translation>
</message>
<message>
<source>Not Selected</source>
- <translation type="unfinished"></translation>
+ <translation>No seleccionado</translation>
</message>
<message>
<source>…and Selected</source>
- <translation type="unfinished"></translation>
+ <translation>…y seleccionado</translation>
</message>
<message>
<source>…or Selected</source>
- <translation type="unfinished"></translation>
+ <translation>…O seleccionado</translation>
</message>
<message>
<source>…and not Selected</source>
- <translation type="unfinished"></translation>
+ <translation>…Y no seleccionado</translation>
</message>
<message>
<source>…or not Selected</source>
- <translation type="unfinished"></translation>
+ <translation>…O no seleccionado</translation>
</message>
<message>
<source>A </source>
@@ -9710,7 +9709,7 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto.</
</message>
<message>
<source>Any </source>
- <translation type="unfinished"></translation>
+ <translation>Cualquiera</translation>
</message>
<message>
<source>Don&apos;t show this message again.</source>
@@ -10010,19 +10009,19 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto.</
</message>
<message>
<source>Default</source>
- <translation type="unfinished">Predeterminado</translation>
+ <translation>Predeterminado</translation>
</message>
<message>
<source>Changed</source>
- <translation type="unfinished"></translation>
+ <translation>Modificado</translation>
</message>
<message>
<source>Has this preference been changed?</source>
- <translation type="unfinished"></translation>
+ <translation>¿Se ha modificado esta preferencia?</translation>
</message>
<message>
<source>Default value is empty</source>
- <translation type="unfinished"></translation>
+ <translation>El valor predeterminado está vacío</translation>
</message>
<message>
<source>Gap in dissection</source>
@@ -10166,88 +10165,88 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto.</
</message>
<message>
<source>Comment</source>
- <translation type="unfinished">Comentario</translation>
+ <translation>Comentario</translation>
</message>
<message>
<source>Show the comment.</source>
- <translation type="unfinished"></translation>
+ <translation>Muestra el comentario.</translation>
</message>
<message>
<source>IPv4 Hash Table</source>
- <translation type="unfinished"></translation>
+ <translation>Tabla hash de IPv4</translation>
</message>
<message>
<source>Show the IPv4 hash table entries.</source>
- <translation type="unfinished"></translation>
+ <translation>Muestra las entradas de la tabla hash de IPv4.</translation>
</message>
<message>
<source>IPv6 Hash Table</source>
- <translation type="unfinished"></translation>
+ <translation>Tabla hash de IPv6</translation>
</message>
<message>
<source>Show the IPv6 hash table entries.</source>
- <translation type="unfinished"></translation>
+ <translation>Muestra las entradas de la tabla hash de IPv6.</translation>
</message>
<message>
<source>Show All</source>
- <translation type="unfinished">Mostrar todo</translation>
+ <translation>Mostrar todo</translation>
</message>
<message>
<source>Show all address types.</source>
- <translation type="unfinished"></translation>
+ <translation>Muestra todos los tipos de direcciones.</translation>
</message>
<message>
<source>Hide All</source>
- <translation type="unfinished"></translation>
+ <translation>Ocultar todo</translation>
</message>
<message>
<source>Hide all address types.</source>
- <translation type="unfinished"></translation>
+ <translation>Oculta todos los tipos de direcciones.</translation>
</message>
<message>
<source>IPv4 and IPv6 Addresses (hosts)</source>
- <translation type="unfinished"></translation>
+ <translation>Direcciones IPv4 y IPv6 (equipos)</translation>
</message>
<message>
<source>Show resolved IPv4 and IPv6 host names in &quot;hosts&quot; format.</source>
- <translation type="unfinished"></translation>
+ <translation>Muestra los nombres de equipos IPv4 y IPv6 resueltos en formato &quot;equipos&quot; .</translation>
</message>
<message>
<source>Port names (services)</source>
- <translation type="unfinished"></translation>
+ <translation>Nombres de puertos (servicios)</translation>
</message>
<message>
<source>Show resolved port names in &quot;services&quot; format.</source>
<oldsource>Show resolved port names names in &quot;servies&quot; format.</oldsource>
- <translation type="unfinished"></translation>
+ <translation>Muestra los nombres de puertos resueltos en formato &quot;servicios&quot; .</translation>
</message>
<message>
<source>Ethernet Addresses</source>
- <translation type="unfinished"></translation>
+ <translation>Direcciones ethernet</translation>
</message>
<message>
<source>Show resolved Ethernet addresses in &quot;ethers&quot; format.</source>
- <translation type="unfinished"></translation>
+ <translation>Muestra las direcciones ethernet resueltas en formato &quot;ethers&quot; .</translation>
</message>
<message>
<source>Ethernet Well-Known Addresses</source>
- <translation type="unfinished"></translation>
+ <translation>Direcciones ethernet conocidas</translation>
</message>
<message>
<source>Show well-known Ethernet addresses in &quot;ethers&quot; format.</source>
- <translation type="unfinished"></translation>
+ <translation>Muestra las direcciones ethernet conocidas en formato &quot;ethers&quot; .</translation>
</message>
<message>
<source>Ethernet Manufacturers</source>
- <translation type="unfinished"></translation>
+ <translation>Fabricantes de ethernet</translation>
</message>
<message>
<source>Show Ethernet manufacturers in &quot;ethers&quot; format.</source>
- <translation type="unfinished"></translation>
+ <translation>Muestra los fabricantes de ethernet en formato &quot;ethers&quot; .</translation>
</message>
<message>
<source>[no file]</source>
- <translation type="unfinished"></translation>
+ <translation>[ningún archivo]</translation>
</message>
<message>
<source>Resolved Addresses</source>
@@ -10255,13 +10254,15 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto.</
</message>
<message>
<source># Resolved addresses found in %1</source>
- <translation type="unfinished"></translation>
+ <translation># Direcciones resultas encontradas en %1</translation>
</message>
<message>
<source># Comments
#
# </source>
- <translation type="unfinished"></translation>
+ <translation># Comentarios
+#
+# </translation>
</message>
</context>
<context>
@@ -10346,7 +10347,7 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto.</
</message>
<message>
<source>RSA private keys are loaded from a file or PKCS #11 token.</source>
- <translation type="unfinished"></translation>
+ <translation>Las claves RSA privadas se cargan desde un archivo o identificador PKCS #11.</translation>
</message>
<message>
<source>Add new keyfile…</source>
@@ -10362,7 +10363,7 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto.</
</message>
<message>
<source>PKCS #11 provider libraries.</source>
- <translation type="unfinished"></translation>
+ <translation>Librerías de proveedores de PKCS #11.</translation>
</message>
<message>
<source>Add new provider…</source>
@@ -10374,11 +10375,11 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto.</
</message>
<message>
<source>Add PKCS #11 token or key</source>
- <translation type="unfinished"></translation>
+ <translation>Añadir identificador PKCS #11 o clave</translation>
</message>
<message>
<source>No new PKCS #11 tokens or keys found, consider adding a PKCS #11 provider.</source>
- <translation>Identificadores PKCS #11 o claves nuevas no encontradas, considere añadir un proveedor PKCS #11.</translation>
+ <translation>Identificadores PKCS #11 o claves nuevas no encontradas, considere añadir un proveedor de PKCS #11.</translation>
</message>
<message>
<source>Select a new PKCS #11 token or key</source>
@@ -10410,23 +10411,23 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto.</
</message>
<message>
<source>Libraries (*.dll)</source>
- <translation type="unfinished"></translation>
+ <translation>Librerías (*.dll)</translation>
</message>
<message>
<source>Libraries (*.so)</source>
- <translation type="unfinished"></translation>
+ <translation>Librerías (*.so)</translation>
</message>
<message>
<source>Select PKCS #11 Provider Library</source>
- <translation type="unfinished"></translation>
+ <translation>Seleccione la librería de proveedores de PKCS #11</translation>
</message>
<message>
<source>Changes will apply after a restart</source>
- <translation type="unfinished"></translation>
+ <translation>Aplicar cambios después de reinicio</translation>
</message>
<message>
<source>PKCS #11 provider %1 will be removed after the next restart.</source>
- <translation type="unfinished"></translation>
+ <translation>El proveedor de PKCS #11 %1 se eliminará después del próximo reinicio.</translation>
</message>
</context>
<context>
@@ -10546,7 +10547,7 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto.</
</message>
<message>
<source>CSV</source>
- <translation type="unfinished">CSV</translation>
+ <translation>CSV</translation>
</message>
<message>
<source>Save tables as CSV.</source>
@@ -11436,7 +11437,7 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto.</
</message>
<message>
<source>Copy stream list as CSV.</source>
- <translation type="unfinished"></translation>
+ <translation type="unfinished">Copia el listado de secuencias como CSV.</translation>
</message>
<message>
<source>Copy as YAML</source>
@@ -11444,11 +11445,11 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto.</
</message>
<message>
<source>Copy stream list as YAML.</source>
- <translation type="unfinished"></translation>
+ <translation type="unfinished">Copia el listado de secuencias como YAML.</translation>
</message>
<message>
<source>RTP Streams</source>
- <translation type="unfinished">Flujos RTP</translation>
+ <translation type="unfinished">Secuencias RTP</translation>
</message>
<message>
<source>Select</source>
@@ -12172,7 +12173,7 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto.</
<name>SearchFrame</name>
<message>
<source>Frame</source>
- <translation type="unfinished"></translation>
+ <translation>Frame</translation>
</message>
<message>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Search the Info column of the packet list (summary pane), decoded packet display labels (tree view pane) or the ASCII-converted packet data (hex view pane).&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
@@ -12269,7 +12270,7 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto.</
</message>
<message>
<source>Searching for %1…</source>
- <translation type="unfinished"></translation>
+ <translation>Buscando %1…</translation>
</message>
<message>
<source>No packet contained those bytes.</source>
@@ -12822,7 +12823,7 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto.</
</message>
<message>
<source>Loading module preferences</source>
- <translation type="unfinished"></translation>
+ <translation>Cargando preferencias de módulo</translation>
</message>
<message>
<source>Finding local interfaces</source>
@@ -13668,7 +13669,7 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto.</
<name>UatFrame</name>
<message>
<source>Frame</source>
- <translation type="unfinished"></translation>
+ <translation>Frame</translation>
</message>
<message>
<source>Create a new entry.</source>
@@ -13807,7 +13808,7 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto.</
</message>
<message>
<source>Copy stream list as CSV.</source>
- <translation type="unfinished"></translation>
+ <translation type="unfinished">Copia el listado de secuencias como CSV.</translation>
</message>
<message>
<source>Copy as YAML</source>
@@ -13815,7 +13816,7 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto.</
</message>
<message>
<source>Copy stream list as YAML.</source>
- <translation type="unfinished"></translation>
+ <translation type="unfinished">Copia el listado de secuencias como YAML.</translation>
</message>
<message>
<source>SIP Flows</source>
diff --git a/ui/qt/wireshark_fr.ts b/ui/qt/wireshark_fr.ts
index 2451925709..3c27ae8ab1 100644
--- a/ui/qt/wireshark_fr.ts
+++ b/ui/qt/wireshark_fr.ts
@@ -4412,7 +4412,6 @@ Pas exemple, inquiquez 1 heure pour avoir un nouveau fichier créé toutes les h
</message>
<message>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;The format in which to parse timestamps in the text file (e.g. %H:%M:%S.%f).&lt;/p&gt;&lt;p&gt;Format specifiers are based on strptime(3) with the addition of %f for second fractions. The precision of %f is determined from its length.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <oldsource>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;The format in which to parse timestamps in the text file (e.g. %H:%M:%S.%f).&lt;/p&gt;&lt;p&gt;Format specifiers are based on strptime(3) with the addition of %f for second fractions. The percision of %f is determined from it&apos;s length.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</oldsource>
<translation type="unfinished"></translation>
</message>
<message>
diff --git a/ui/qt/wireshark_it.ts b/ui/qt/wireshark_it.ts
index e1b1fd27a0..8e6f2f7f76 100644
--- a/ui/qt/wireshark_it.ts
+++ b/ui/qt/wireshark_it.ts
@@ -4412,8 +4412,7 @@ Ad esempio, usa 1 ora per fare in modo che un nuovo file sia creato ogni ora.</t
</message>
<message>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;The format in which to parse timestamps in the text file (e.g. %H:%M:%S.%f).&lt;/p&gt;&lt;p&gt;Format specifiers are based on strptime(3) with the addition of %f for second fractions. The precision of %f is determined from its length.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <oldsource>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;The format in which to parse timestamps in the text file (e.g. %H:%M:%S.%f).&lt;/p&gt;&lt;p&gt;Format specifiers are based on strptime(3) with the addition of %f for second fractions. The percision of %f is determined from it&apos;s length.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</oldsource>
- <translation type="unfinished">&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Il formato in cui leggere le marche temporali nel file di testo (es. %H:%M:%S.%f).&lt;/p&gt;&lt;p&gt;Gli specificatori di formato sono basati su strptime(3) con l&apos;aggiunta di %f per le frazioni di secondo. La precisione di %f è determinata dalla sua lunghezza.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
+ <translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Il formato in cui elaborare le marche temporali nel file di testo (es. %H:%M:%S.%f).&lt;/p&gt;&lt;p&gt;Gli specificatori di formato sono basati su strptime(3) con l&apos;aggiunta di %f per le frazioni di secondo. La precisione di %f è determinata dalla sua lunghezza.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message>
<message>
<source>%H:%M:%S.%f</source>
diff --git a/ui/qt/wireshark_ja_JP.ts b/ui/qt/wireshark_ja_JP.ts
index 95864536d4..de17ab672a 100644
--- a/ui/qt/wireshark_ja_JP.ts
+++ b/ui/qt/wireshark_ja_JP.ts
@@ -4394,8 +4394,7 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;The format in which to parse timestamps in the text file (e.g. %H:%M:%S.%f).&lt;/p&gt;&lt;p&gt;Format specifiers are based on strptime(3) with the addition of %f for second fractions. The precision of %f is determined from its length.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <oldsource>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;The format in which to parse timestamps in the text file (e.g. %H:%M:%S.%f).&lt;/p&gt;&lt;p&gt;Format specifiers are based on strptime(3) with the addition of %f for second fractions. The percision of %f is determined from it&apos;s length.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</oldsource>
- <translation type="unfinished">&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;テキストファイルのタイムスタンプを解析する形式(例 %H:%M:%S.%f)&lt;/p&gt;&lt;p&gt; 形式の仕様はstrptime(3)に %fでコンマ秒を加えた仕様に基づきます %fの精度はその長さにより決まります。&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
+ <translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;テキストファイルのタイムスタンプを解析する際の形式(例 %H:%M:%S.%f)&lt;/p&gt;&lt;p&gt; 形式の仕様はstrptime(3)に %fでコンマ秒を加えた仕様に基づきます %fの精度はその長さにより決まります。&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message>
<message>
<source>%H:%M:%S.%f</source>
@@ -13611,11 +13610,11 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>Collapse All</source>
- <translation type="unfinished">すべて閉じる</translation>
+ <translation>すべて閉じる</translation>
</message>
<message>
<source>Expand All</source>
- <translation type="unfinished">すべて展開</translation>
+ <translation>すべて展開</translation>
</message>
<message>
<source>Save Statistics As…</source>
diff --git a/ui/qt/wireshark_pl.ts b/ui/qt/wireshark_pl.ts
index a7e92332e8..aca3d582e0 100644
--- a/ui/qt/wireshark_pl.ts
+++ b/ui/qt/wireshark_pl.ts
@@ -4419,7 +4419,6 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;The format in which to parse timestamps in the text file (e.g. %H:%M:%S.%f).&lt;/p&gt;&lt;p&gt;Format specifiers are based on strptime(3) with the addition of %f for second fractions. The precision of %f is determined from its length.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <oldsource>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;The format in which to parse timestamps in the text file (e.g. %H:%M:%S.%f).&lt;/p&gt;&lt;p&gt;Format specifiers are based on strptime(3) with the addition of %f for second fractions. The percision of %f is determined from it&apos;s length.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</oldsource>
<translation type="unfinished"></translation>
</message>
<message>
diff --git a/ui/qt/wireshark_ru.ts b/ui/qt/wireshark_ru.ts
index 6b72b20d9b..d29f083365 100644
--- a/ui/qt/wireshark_ru.ts
+++ b/ui/qt/wireshark_ru.ts
@@ -4429,7 +4429,6 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;The format in which to parse timestamps in the text file (e.g. %H:%M:%S.%f).&lt;/p&gt;&lt;p&gt;Format specifiers are based on strptime(3) with the addition of %f for second fractions. The precision of %f is determined from its length.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <oldsource>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;The format in which to parse timestamps in the text file (e.g. %H:%M:%S.%f).&lt;/p&gt;&lt;p&gt;Format specifiers are based on strptime(3) with the addition of %f for second fractions. The percision of %f is determined from it&apos;s length.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</oldsource>
<translation type="unfinished"></translation>
</message>
<message>
diff --git a/ui/qt/wireshark_sv.ts b/ui/qt/wireshark_sv.ts
index 9a5ba0a611..cd19f0bd2b 100644
--- a/ui/qt/wireshark_sv.ts
+++ b/ui/qt/wireshark_sv.ts
@@ -4412,8 +4412,7 @@ Till exempel, använd 1 timma för att en ny fil skall skapas varje timma vid he
</message>
<message>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;The format in which to parse timestamps in the text file (e.g. %H:%M:%S.%f).&lt;/p&gt;&lt;p&gt;Format specifiers are based on strptime(3) with the addition of %f for second fractions. The precision of %f is determined from its length.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <oldsource>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;The format in which to parse timestamps in the text file (e.g. %H:%M:%S.%f).&lt;/p&gt;&lt;p&gt;Format specifiers are based on strptime(3) with the addition of %f for second fractions. The percision of %f is determined from it&apos;s length.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</oldsource>
- <translation type="unfinished">&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Formatet i vilket tidsstämplar skall tolkas i textfilen (t.ex. %H.%M.%S,%f).&lt;/p&gt;&lt;p&gt;Formatspecificerare baseras på strptime(3) med tillägget %f för delar av sekunder. Upplösningen på %f avgörs från dess längd.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
+ <translation type="unfinished"></translation>
</message>
<message>
<source>%H:%M:%S.%f</source>
diff --git a/ui/qt/wireshark_tr_TR.ts b/ui/qt/wireshark_tr_TR.ts
index 2fc2151a5a..1837f8d9b5 100644
--- a/ui/qt/wireshark_tr_TR.ts
+++ b/ui/qt/wireshark_tr_TR.ts
@@ -4395,8 +4395,7 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;The format in which to parse timestamps in the text file (e.g. %H:%M:%S.%f).&lt;/p&gt;&lt;p&gt;Format specifiers are based on strptime(3) with the addition of %f for second fractions. The precision of %f is determined from its length.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <oldsource>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;The format in which to parse timestamps in the text file (e.g. %H:%M:%S.%f).&lt;/p&gt;&lt;p&gt;Format specifiers are based on strptime(3) with the addition of %f for second fractions. The percision of %f is determined from it&apos;s length.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</oldsource>
- <translation type="unfinished">&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Metin dosyasındaki zaman damgalarının ayrıştırılacağı biçim (örn. %H:%M:%S.%f).&lt;/p&gt;&lt;p&gt;Biçim belirteçleri temel alınır. ikinci kesirler için %f eklenmesiyle strptime(3) üzerinde. %f&apos;nin kesinliği, uzunluğundan belirlenir.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
+ <translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Metin dosyasındaki zaman damgalarının ayrıştırılacağı biçim (ör. %H:%M:%S.%f).&lt;/p&gt;&lt;p&gt;Biçim belirteçleri, ikinci kesirler için %f eklenmesiyle strptime(3)&apos;e dayanır. %f&apos;nin kesinliği, uzunluğundan belirlenir.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message>
<message>
<source>%H:%M:%S.%f</source>
@@ -13608,11 +13607,11 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>Collapse All</source>
- <translation type="unfinished">Hepsini Daralt</translation>
+ <translation>Hepsini Daralt</translation>
</message>
<message>
<source>Expand All</source>
- <translation type="unfinished">Tümünü Genişlet</translation>
+ <translation>Hepsini Genişlet</translation>
</message>
<message>
<source>Save Statistics As…</source>
diff --git a/ui/qt/wireshark_uk.ts b/ui/qt/wireshark_uk.ts
index 93c3071547..12e163b2d9 100644
--- a/ui/qt/wireshark_uk.ts
+++ b/ui/qt/wireshark_uk.ts
@@ -4371,7 +4371,6 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;The format in which to parse timestamps in the text file (e.g. %H:%M:%S.%f).&lt;/p&gt;&lt;p&gt;Format specifiers are based on strptime(3) with the addition of %f for second fractions. The precision of %f is determined from its length.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <oldsource>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;The format in which to parse timestamps in the text file (e.g. %H:%M:%S.%f).&lt;/p&gt;&lt;p&gt;Format specifiers are based on strptime(3) with the addition of %f for second fractions. The percision of %f is determined from it&apos;s length.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</oldsource>
<translation type="unfinished"></translation>
</message>
<message>
diff --git a/ui/qt/wireshark_zh_CN.ts b/ui/qt/wireshark_zh_CN.ts
index f9b3b4c44b..5faf8128f8 100644
--- a/ui/qt/wireshark_zh_CN.ts
+++ b/ui/qt/wireshark_zh_CN.ts
@@ -4391,7 +4391,6 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;The format in which to parse timestamps in the text file (e.g. %H:%M:%S.%f).&lt;/p&gt;&lt;p&gt;Format specifiers are based on strptime(3) with the addition of %f for second fractions. The precision of %f is determined from its length.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <oldsource>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;The format in which to parse timestamps in the text file (e.g. %H:%M:%S.%f).&lt;/p&gt;&lt;p&gt;Format specifiers are based on strptime(3) with the addition of %f for second fractions. The percision of %f is determined from it&apos;s length.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</oldsource>
<translation type="unfinished"></translation>
</message>
<message>