aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2022-06-19 16:40:16 +0000
committerGerald Combs <gerald@wireshark.org>2022-06-19 16:40:16 +0000
commit058fe0dd09bb6fe78b7e2ca929682a5241b0cd3b (patch)
tree8d3d5ec0338605d5d9639e66c3fd17142ca8f6e0
parent2b4878d452a5b38924168a2baa6a59ddeddc0c4e (diff)
[Automatic update for 2022-06-19]
Update manuf, services enterprise numbers, translations, and other items.
-rw-r--r--AUTHORS2
-rw-r--r--NEWS23
-rw-r--r--docbook/wsug_src/editcap-h.txt14
-rw-r--r--docbook/wsug_src/mergecap-h.txt8
-rw-r--r--enterprises.tsv48
-rw-r--r--epan/dissectors/packet-tls-utils.c26
-rw-r--r--manuf78
-rw-r--r--ui/qt/wireshark_de.ts50
-rw-r--r--ui/qt/wireshark_en.ts27
-rw-r--r--ui/qt/wireshark_es.ts36
-rw-r--r--ui/qt/wireshark_fr.ts36
-rw-r--r--ui/qt/wireshark_it.ts38
-rw-r--r--ui/qt/wireshark_ja_JP.ts36
-rw-r--r--ui/qt/wireshark_pl.ts36
-rw-r--r--ui/qt/wireshark_ru.ts36
-rw-r--r--ui/qt/wireshark_sv.ts36
-rw-r--r--ui/qt/wireshark_tr_TR.ts30
-rw-r--r--ui/qt/wireshark_uk.ts36
-rw-r--r--ui/qt/wireshark_zh_CN.ts36
19 files changed, 389 insertions, 243 deletions
diff --git a/AUTHORS b/AUTHORS
index 5c02f5d397..273567dde5 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -4386,6 +4386,7 @@ Gregor Jasny <gjasny[AT]googlemail.com>
Gregor Jasny <gregor.jasny[AT]logmein.com>
Gregor Miernik <gregor.miernik[AT]hytec.de>
Grzegorz Niemirowski <grzegorz[AT]grzegorz.net>
+Gtker <git[AT]gtker.com>
Gtker <wireshark[AT]gtker.com>
Guillaume Autran <gautran[AT]clearpathrobotics.com>
Guvenc Gulce <guvenc[AT]linux.ibm.com>
@@ -4469,6 +4470,7 @@ Jeremy Browne <jer[AT]ifni.ca>
Jeremy Hitt <jeremy.hitt[AT]isilon.com>
Jeremy Kerr <jk[AT]ozlabs.org>
Jeremy Martin <boardermartin[AT]gmail.com>
+Jeremy McCormick <jeremy.mccormick[AT]craftdesigns.net>
Jeroen Roovers <jer[AT]gentoo.org>
Jeroen Sack <jeroen.sack[AT]agcocorp.com>
Jeroen Sack <jeroen[AT]jeroensack.nl>
diff --git a/NEWS b/NEWS
index 91dc2aa04e..1602607e16 100644
--- a/NEWS
+++ b/NEWS
@@ -55,6 +55,9 @@ Wireshark 3.7.1 Release Notes
• All configurations and options are done via a left side button
row
+ • Columns for the Conversations and Endpoint dialogs can be
+ hidden by context menu
+
• The PCRE2 library (https://www.pcre.org/) is now a required
dependency to build Wireshark.
@@ -75,6 +78,10 @@ Wireshark 3.7.1 Release Notes
swapped for editcap and mergecap to match the other command line
utilities.
+ • New address type AT_NUMERIC allows simple numeric addresses for
+ protocols which do not have a more common-style address approach,
+ analog to AT_STRINGZ.
+
Many other improvements have been made. See the “New and Updated
Features” section below for more details.
@@ -86,6 +93,9 @@ Wireshark 3.7.1 Release Notes
• The Windows installers now ship with Qt 6.2.3. They previously
shipped with Qt 6.2.4.
+ • The Conversation and Endpoint dialogs have been reworked
+ extensively
+
The following features are new (or have been significantly updated)
since version 3.6.0:
@@ -222,6 +232,9 @@ Wireshark 3.7.1 Release Notes
• In general, `text2pcap` and wireshark’s “Import from Hex Dump”
have feature parity.
+ • The default main window layout has been changed so that the
+ packet detail and bytes are side by side.
+
• The HTTP2 dissector now supports using fake headers to parse the
DATAs of streams captured without first HEADERS frames of a
long-lived stream (such as a gRPC streaming call which allows
@@ -282,9 +295,11 @@ Wireshark 3.7.1 Release Notes
Register Access Protocol (5co-legacy), Generic Data Transfer Protocol
(GDT), gRPC Web (gRPC-Web), Host IP Configuration Protocol (HICP),
Mesh Connex (MCX), Microsoft Cluster Remote Control Protocol (RCP),
- Realtek, REdis Serialization Protocol v2 (RESP), Secure File Transfer
- Protocol (sftp), Secure Host IP Configuration Protocol (SHICP), USB
- Attached SCSI (UASP), and ZBOSS NCP
+ Protected Extensible Authentication Protocol (PEAP), Realtek, REdis
+ Serialization Protocol v2 (RESP), Roon Discovery (RoonDisco), Secure
+ File Transfer Protocol (sftp), Secure Host IP Configuration Protocol
+ (SHICP), SSH File Transfer Protocol (SFTP), USB Attached SCSI (UASP),
+ and ZBOSS NCP
Updated Protocol Support
@@ -332,7 +347,7 @@ Wireshark 3.7.1 Release Notes
A complete FAQ is available on the Wireshark web site[7].
- Last updated 2022-06-15 01:39:18 UTC
+ Last updated 2022-06-19 09:18:16 UTC
References
diff --git a/docbook/wsug_src/editcap-h.txt b/docbook/wsug_src/editcap-h.txt
index bbcd9753ef..032ba7d981 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-27-gf2fb1662b23b)
+Editcap (Wireshark) 3.7.1 (v3.7.1rc0-256-g2b4878d452a5)
Edit and/or translate the format of capture files.
See https://www.wireshark.org for more information.
@@ -22,14 +22,14 @@ Duplicate packet removal:
-d remove packet if duplicate (window == 5).
-D <dup window> remove packet if duplicate; configurable <dup window>.
Valid <dup window> values are 0 to 1000000.
- NOTE: A <dup window> of 0 with -v (verbose option) is
+ NOTE: A <dup window> of 0 with -V (verbose option) is
useful to print MD5 hashes.
-w <dup time window> remove packet if duplicate packet is found EQUAL TO OR
LESS THAN <dup time window> prior to current packet.
A <dup time window> is specified in relative seconds
(e.g. 0.000001).
NOTE: The use of the 'Duplicate packet removal' options with
- other editcap options except -v may not always work as expected.
+ other editcap options except -V may not always work as expected.
Specifically the -r, -t or -S options will very likely NOT have the
desired effect if combined with the -d, -D or -w.
--skip-radiotap-header skip radiotap header when checking for packet duplicates.
@@ -104,9 +104,9 @@ Output File(s):
command line.
Miscellaneous:
- -h display this help and exit.
- -v verbose output.
- If -v is used with any of the 'Duplicate Packet
+ -h, --help display this help and exit.
+ -V verbose output.
+ If -V is used with any of the 'Duplicate Packet
Removal' options (-d, -D or -w) then Packet lengths
and MD5 hashes are printed to standard-error.
- -V, --version print version information and exit.
+ -v, --version print version information and exit.
diff --git a/docbook/wsug_src/mergecap-h.txt b/docbook/wsug_src/mergecap-h.txt
index 550e797ae6..8a365db1ff 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-27-gf2fb1662b23b)
+Mergecap (Wireshark) 3.7.1 (v3.7.1rc0-256-g2b4878d452a5)
Merge two or more capture files into one.
See https://www.wireshark.org for more information.
@@ -15,6 +15,6 @@ Output:
an empty "-I" option will list the merge modes.
Miscellaneous:
- -h display this help and exit.
- -v verbose output.
- -V print version information and exit.
+ -h, --help display this help and exit.
+ -V verbose output.
+ -v, --version print version information and exit.
diff --git a/enterprises.tsv b/enterprises.tsv
index f2afad6a47..2cc5fd5e8a 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 2022-06-10)
+# (last updated 2022-06-18)
0 Reserved
1 NxNetworks
@@ -11841,7 +11841,7 @@
11971 Peter-Service Ltd.
11972 TAIS, Inc.
11973 North Central Collge
-11974 Uffizio Internet Services GmbH
+11974 alpha-CNS GmbH
11975 ALPHA SYSTEMS
11976 AT&T Labs Intelligent Network Analysis
11977 Backwoods Communications, LLC
@@ -37560,7 +37560,7 @@
37731 MB S.p.A.
37732 Ymif Engineering b.v.
37733 Civil Registry Agency of Ministry of Justice of Georgia
-37734 GTT
+37734 ASSA ABLOY AB - Group Technologies
37735 St. Mary's Medical Center
37736 PinnacleHealth System
37737 GUANGDONG DONYAN NETWORK TECHNOLOGIES CO.,LTD.
@@ -48239,7 +48239,7 @@
48420 Meraskog i Jämtland AB
48421 Hematology Oncology Associates of Central New York
48422 Tech Futures Interactive Inc.
-48423 Enli Health Intelligence
+48423 Cedar Gate Technology
48424 Insatech A/S
48425 isboom.com
48426 Lambda Tech Ltd
@@ -51023,7 +51023,7 @@
51212 iboss, Inc.
51213 SeTI SRL
51214 IKS Co.,Ltd.
-51215 Raffcomm Technologies
+51215 Raffcomm Technologies Sdn. Bhd.
51216 Alicat Scientific, Inc
51217 Terabit Computer Systems Corporation
51218 Ham Radio Group at RWTH Aachen
@@ -52254,7 +52254,7 @@
52446 Shanghai XunTai Information Technology CO., LTD
52447 DAIKIN INDUSTRIES, LTD.
52448 Nedcomp Hosting B.V.
-52449 SPIRIT/21 AG
+52449 SPIRIT/21 GmbH
52450 CounterSign Ltda
52451 Helsionium
52452 Eloxal Design Jung
@@ -58784,10 +58784,44 @@
58992 4Cyte Pathology Pty Ltd
58993 Ezen Solution Inc.
58994 Qbik AB
-58995 eSonic image
+58995 逸超科技(北京)有限公司 (eSonic image (Beijing) Co. Ltd.)
58996 Holmes Group Limited
58997 Mulki & Vogt innovative GmbH
58998 Peter Macfarlane
58999 Telenext Systems
59000 ATOMA Verwaltungs GmbH & Co. KG für Industrieverwaltungen
59001 Cloud Solutions LLC
+59002 WireStar Networks
+59003 Pixar Animation Studios
+59004 GROS VENTRE OB-GYN, LLP
+59005 TEWS Elektronik GmbH & Co. KG
+59006 Prodec Networks Ltd.
+59007 Resolve Technology Limited
+59008 Oesterreichischer Rundfunk
+59009 Transports Touyre
+59010 Nabasny Family
+59011 Cubane Software
+59012 Advitech Pty Ltd
+59013 Eviation Aircraft Inc
+59014 LeapTech
+59015 Transports Baché
+59016 JusonTech
+59017 Beyondbell
+59018 STAXCON
+59019 ISSM Consulting SRL
+59020 Yashiro Laboratory
+59021 Miln
+59022 Echostreams Innovative Solutions LLC
+59023 Jörn Schumann - PKI Consultant
+59024 Missoline
+59025 XyZ
+59026 Surveily Sp. z o.o.
+59027 Workflow Health
+59028 eze System, Inc.
+59029 Dr. Ecklebe GmbH
+59030 Liberty Latin America
+59031 Netography, Inc
+59032 ACPM IT Sdn Bhd
+59033 ASEAN Trustmark Alliance
+59034 Charging Interface Initiative (CharIN) e. V.
+59035 FaceKom Services Zrt.
diff --git a/epan/dissectors/packet-tls-utils.c b/epan/dissectors/packet-tls-utils.c
index a5badf4fc7..30f0c7beca 100644
--- a/epan/dissectors/packet-tls-utils.c
+++ b/epan/dissectors/packet-tls-utils.c
@@ -1477,7 +1477,7 @@ const value_string tls_cert_status_type[] = {
};
/* Generated by tools/make-tls-ct-logids.py
- * Last-Modified Thu, 02 Jun 2022 20:08:00 GMT, 104 entries. */
+ * Last-Modified Fri, 17 Jun 2022 16:08:00 GMT, 108 entries. */
static const bytes_string ct_logids[] = {
{ (const guint8[]){
0xfa, 0xd4, 0xc9, 0x7c, 0xc4, 0x9e, 0xe2, 0xf8, 0xac, 0x85, 0xc5,
@@ -1744,6 +1744,18 @@ static const bytes_string ct_logids[] = {
},
32, "DigiCert Yeti2023 Log" },
{ (const guint8[]){
+ 0x48, 0xb0, 0xe3, 0x6b, 0xda, 0xa6, 0x47, 0x34, 0x0f, 0xe5, 0x6a,
+ 0x02, 0xfa, 0x9d, 0x30, 0xeb, 0x1c, 0x52, 0x01, 0xcb, 0x56, 0xdd,
+ 0x2c, 0x81, 0xd9, 0xbb, 0xbf, 0xab, 0x39, 0xd8, 0x84, 0x73,
+ },
+ 32, "DigiCert Yeti2024 Log" },
+ { (const guint8[]){
+ 0x7d, 0x59, 0x1e, 0x12, 0xe1, 0x78, 0x2a, 0x7b, 0x1c, 0x61, 0x67,
+ 0x7c, 0x5e, 0xfd, 0xf8, 0xd0, 0x87, 0x5c, 0x14, 0xa0, 0x4e, 0x95,
+ 0x9e, 0xb9, 0x03, 0x2f, 0xd9, 0x0e, 0x8c, 0x2e, 0x79, 0xb8,
+ },
+ 32, "DigiCert Yeti2025 Log" },
+ { (const guint8[]){
0x6f, 0xf1, 0x41, 0xb5, 0x64, 0x7e, 0x42, 0x22, 0xf7, 0xef, 0x05,
0x2c, 0xef, 0xae, 0x7c, 0x21, 0xfd, 0x60, 0x8e, 0x27, 0xd2, 0xaf,
0x5a, 0x6e, 0x9f, 0x4b, 0x8a, 0x37, 0xd6, 0x63, 0x3e, 0xe5,
@@ -1780,6 +1792,18 @@ static const bytes_string ct_logids[] = {
},
32, "DigiCert Nessie2023 Log" },
{ (const guint8[]){
+ 0x73, 0xd9, 0x9e, 0x89, 0x1b, 0x4c, 0x96, 0x78, 0xa0, 0x20, 0x7d,
+ 0x47, 0x9d, 0xe6, 0xb2, 0xc6, 0x1c, 0xd0, 0x51, 0x5e, 0x71, 0x19,
+ 0x2a, 0x8c, 0x6b, 0x80, 0x10, 0x7a, 0xc1, 0x77, 0x72, 0xb5,
+ },
+ 32, "DigiCert Nessie2024 Log" },
+ { (const guint8[]){
+ 0xe6, 0xd2, 0x31, 0x63, 0x40, 0x77, 0x8c, 0xc1, 0x10, 0x41, 0x06,
+ 0xd7, 0x71, 0xb9, 0xce, 0xc1, 0xd2, 0x40, 0xf6, 0x96, 0x84, 0x86,
+ 0xfb, 0xba, 0x87, 0x32, 0x1d, 0xfd, 0x1e, 0x37, 0x8e, 0x50,
+ },
+ 32, "DigiCert Nessie2025 Log" },
+ { (const guint8[]){
0xdd, 0xeb, 0x1d, 0x2b, 0x7a, 0x0d, 0x4f, 0xa6, 0x20, 0x8b, 0x81,
0xad, 0x81, 0x68, 0x70, 0x7e, 0x2e, 0x8e, 0x9d, 0x01, 0xd5, 0x5c,
0x88, 0x8d, 0x3d, 0x11, 0xc4, 0xcd, 0xb6, 0xec, 0xbe, 0xcc,
diff --git a/manuf b/manuf
index 5cdebc8e35..51ee19c7a2 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: 12379
-# Last-Modified: Sun, 12 Jun 2022 16:00:33 GMT
+# Content-Length: 12477
+# Last-Modified: Sun, 19 Jun 2022 16:00:39 GMT
# http://standards-oui.ieee.org/iab/iab.csv:
# Content-Length: 381455
-# Last-Modified: Sun, 12 Jun 2022 16:00:47 GMT
+# Last-Modified: Sun, 19 Jun 2022 16:00:53 GMT
# http://standards-oui.ieee.org/oui/oui.csv:
-# Content-Length: 2975941
-# Last-Modified: Sun, 12 Jun 2022 16:01:25 GMT
+# Content-Length: 2979953
+# Last-Modified: Sun, 19 Jun 2022 16:01:31 GMT
# http://standards-oui.ieee.org/oui28/mam.csv:
-# Content-Length: 467433
-# Last-Modified: Sun, 12 Jun 2022 16:00:56 GMT
+# Content-Length: 468212
+# Last-Modified: Sun, 19 Jun 2022 16:01:03 GMT
# http://standards-oui.ieee.org/oui36/oui36.csv:
-# Content-Length: 446345
-# Last-Modified: Sun, 12 Jun 2022 16:01:15 GMT
+# Content-Length: 447360
+# Last-Modified: Sun, 19 Jun 2022 16:01:23 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
@@ -10520,6 +10520,7 @@
00:30:FD Integrat Integrated Systems Design
00:30:FE DSA DSA GmbH
00:30:FF DataFab DataFab Systems Inc.
+00:31:26 Nokia
00:31:46 JuniperN Juniper Networks
00:31:92 TP-Link TP-Link Corporation Limited
00:32:17 Cisco Cisco Systems, Inc
@@ -18862,6 +18863,7 @@
10:96:1A ChipseaT Chipsea Technologies (Shenzhen) Corp.
10:96:93 AmazonTe Amazon Technologies Inc.
10:97:BD Espressi Espressif Inc.
+10:98:26 Nokia
10:98:36 Dell Dell Inc.
10:98:C3 MurataMa Murata Manufacturing Co., Ltd.
10:9A:B9 Tosibox Tosibox Oy
@@ -19062,6 +19064,7 @@
14:1F:BA:E0:00:00/28 POSSyste POS Systema LLC
14:1F:BA:F0:00:00/28 Private
14:20:5E Apple Apple, Inc.
+14:21:03 Calix Calix Inc.
14:22:33 Fiberhom Fiberhome Telecommunication Technologies Co.,LTD
14:22:3B Google Google, Inc.
14:22:DB eero eero inc.
@@ -19515,7 +19518,7 @@
18:74:E2:10:00:00/28 Sartoriu Sartorius Lab Instruments GmbH & Co. KG
18:74:E2:20:00:00/28 Shenzhen Shenzhen WITSTECH Co.,Ltd.
18:74:E2:30:00:00/28 CT CT Company
-18:74:E2:40:00:00/28 Private
+18:74:E2:40:00:00/28 Aggressi Aggressive Electronics Manufacturing Services Pvt Limited
18:74:E2:50:00:00/28 Hangzhou Hangzhou Zhouju Electronic Technological Co.,Ltd
18:74:E2:60:00:00/28 BeijingJ Beijing Jrunion Technology Co., Ltd.
18:74:E2:70:00:00/28 SansecTe Sansec Technology Co.,Ltd
@@ -19694,6 +19697,7 @@
18:D6:6A Inmarsat
18:D6:C7 Tp-LinkT Tp-Link Technologies Co.,Ltd.
18:D6:CF KurthEle Kurth Electronic GmbH
+18:D6:DD HuaweiTe Huawei Technologies Co.,Ltd
18:D7:17 Guangdon Guangdong Oppo Mobile Telecommunications Corp.,Ltd
18:D7:93 IEEERegi IEEE Registration Authority
18:D7:93:00:00:00/28 Shenzhen Shenzhen JieXingTong Technology Co.,LTD
@@ -20058,6 +20062,7 @@
1C:88:79:C0:00:00/28 Accriva
1C:88:79:D0:00:00/28 BeijingR Beijing Raycores Technology Co.,Ltd
1C:88:79:E0:00:00/28 OrionLab Orion Labs inc
+1C:8B:76 Calix Calix Inc.
1C:8E:5C HuaweiTe Huawei Technologies Co.,Ltd
1C:8E:8E DBCommun DB Communication & Systems Co., ltd.
1C:8F:8A PhaseMot Phase Motion Control SpA
@@ -20075,6 +20080,7 @@
1C:96:5A WeifangG Weifang Goertek Electronics Co.,Ltd
1C:97:3D PRICOMDe PRICOM Design
1C:97:C5 Ynomia Ynomia Pty Ltd
+1C:97:FB CoolBitX CoolBitX Ltd.
1C:98:C1 CloudNet Cloud Network Technology Singapore Pte. Ltd.
1C:98:EC HewlettP Hewlett Packard Enterprise
1C:99:4C MurataMa Murata Manufacturing Co., Ltd.
@@ -20447,6 +20453,7 @@
20:82:6A Guangdon Guangdong Oppo Mobile Telecommunications Corp.,Ltd
20:82:C0 XiaomiCo Xiaomi Communications Co Ltd
20:83:F8 Advanced Advanced Digital Broadcast SA
+20:84:F5 YufeiInn Yufei Innovation Software(Shenzhen) Co., Ltd.
20:85:8C Assa
20:85:93 IEEERegi IEEE Registration Authority
20:85:93:00:00:00/28 Hemina Hemina Spa
@@ -21135,6 +21142,7 @@
28:7F:CF IntelCor Intel Corporate
28:80:23 HewlettP Hewlett Packard
28:80:88 Netgear
+28:80:8A HuaweiTe Huawei Technologies Co.,Ltd
28:80:A2 NovatelW Novatel Wireless Solutions, Inc.
28:82:7C BoschAut Bosch Automative products(Suzhou)Co.,Ltd Changzhou Branch
28:83:35 SamsungE Samsung Electronics Co.,Ltd
@@ -21622,6 +21630,7 @@
2C:91:AB AVMAudio AVM Audiovisuelles Marketing und Computersysteme GmbH
2C:92:2C KishuGik Kishu Giken Kogyou Company Ltd,.
2C:93:FB SercommF Sercomm France Sarl
+2C:94:52 HuaweiTe Huawei Technologies Co.,Ltd
2C:94:64 Cincoze Cincoze Co., Ltd.
2C:95:69 ARRISGro ARRIS Group, Inc.
2C:95:7F zte zte corporation
@@ -22206,6 +22215,7 @@
34:23:BA SamsungE Samsung Electro-Mechanics(Thailand)
34:24:3E zte zte corporation
34:25:5D Shenzhen Shenzhen Loadcom Technology Co.,Ltd
+34:25:B4 SiliconL Silicon Laboratories
34:25:BE AmazonTe Amazon Technologies Inc.
34:26:06 CarePred CarePredict, Inc.
34:27:92 FreeboxS Freebox Sas
@@ -22298,6 +22308,7 @@
34:62:B4 RenesasE Renesas Electronics (Penang) Sdn. Bhd.
34:63:D4 BionixSu Bionix Supplychain Technologies Slu
34:64:A9 HewlettP Hewlett Packard
+34:66:79 HuaweiTe Huawei Technologies Co.,Ltd
34:66:EA VertuInt Vertu International Corporation Limited
34:68:4A Terawork Teraworks Co., Ltd.
34:68:93 Tecnovid Tecnovideo Srl
@@ -23302,6 +23313,7 @@
3C:E1:A1 Universa Universal Global Scientific Industrial Co., Ltd.
3C:E3:6B Zhejiang Zhejiang Dahua Technology Co., Ltd.
3C:E3:E7 ChinaMob China Mobile Group Device Co.,Ltd.
+3C:E4:41 AmazonTe Amazon Technologies Inc.
3C:E4:B0 TexasIns Texas Instruments
3C:E5:A6 Hangzhou Hangzhou H3C Technologies Co., Limited
3C:E5:B4 KidasenI Kidasen Industria E Comercio De Antenas Ltda
@@ -23604,6 +23616,7 @@
40:B0:76 ASUSTekC ASUSTek COMPUTER INC.
40:B0:A1 Valcom Valcom Co.,Ltd.
40:B0:FA LGElectr LG Electronics (Mobile Communications)
+40:B1:5C HuaweiTe Huawei Technologies Co.,Ltd
40:B2:C8 NortelNe Nortel Networks
40:B3:0E Integrat Integrated Device Technology (Malaysia) Sdn. Bhd.
40:B3:1E Universa Universal Electronics, Inc.
@@ -24308,6 +24321,7 @@
44:3E:07 Electrol Electrolux
44:3E:B2 DEOTRON DEOTRON Co., LTD.
44:41:F0 zte zte corporation
+44:42:01 AmazonTe Amazon Technologies Inc.
44:42:2F Testop Testop Co.,Ltd.
44:44:50 OttoQ
44:45:53 Microsoft
@@ -24414,6 +24428,7 @@
44:8A:5B Micro-St Micro-Star INT'L CO., LTD.
44:8C:00 RealmeCh Realme Chongqing Mobile Telecommunications Corp.,Ltd.
44:8C:52 KTIS KTIS CO., Ltd
+44:8C:AB BeijingF Beijing Flitlink Vientiane Technology Co., LTD
44:8D:BF RhinoMob Rhino Mobility LLC
44:8E:12 DTResear DT Research, Inc.
44:8E:81 Vig
@@ -24967,6 +24982,7 @@
4C:22:19 Yuanfuda Yuanfudao Hk Limted
4C:22:58 cozybit cozybit, Inc.
4C:24:98 TexasIns Texas Instruments
+4C:24:CE SichuanA Sichuan AI-Link Technology Co., Ltd.
4C:25:78 Nokia Nokia Corporation
4C:26:E7 Welgate Welgate Co., Ltd.
4C:2C:80 BeijingS Beijing Skyway Technologies Co.,Ltd
@@ -26114,6 +26130,10 @@
58:46:8F KoncarEl Koncar Electronics and Informatics
58:46:E1 BaxterIn Baxter International Inc
58:47:04 Shenzhen Shenzhen Webridge Technology Co.,Ltd
+58:47:CA IEEERegi IEEE Registration Authority
+58:47:CA:20:00:00/28 OnawhimO Onawhim (Oaw) Inc.
+58:47:CA:70:00:00/28 Shenzhen Shenzhen Meigao Electronic Equipment Co.,Ltd
+58:47:CA:D0:00:00/28 PRACTEKT PRACTEK Technology Co., Ltd.
58:48:22 Sony Sony Corporation
58:48:49 IEEERegi IEEE Registration Authority
58:48:49:00:00:00/28 BeijingZ Beijing Zhongyuanyishang Technology Co Ltd
@@ -26595,6 +26615,7 @@
5C:BA:2C HewlettP Hewlett Packard Enterprise
5C:BA:37 Microsof Microsoft Corporation
5C:BA:EF Chongqin Chongqing Fugui Electronics Co.,Ltd.
+5C:BB:EE zte zte corporation
5C:BD:9A HuaweiDe Huawei Device Co., Ltd.
5C:BD:9E Hongkong Hongkong Miracle Eagle Technology(Group) Limited
5C:C0:A0 HuaweiTe Huawei Technologies Co.,Ltd
@@ -26706,6 +26727,7 @@
5C:FF:35 Wistron Wistron Corporation
5C:FF:FF Shenzhen Shenzhen Kezhonglong Optoelectronic Technology Co., Ltd
60:01:94 Espressi Espressif Inc.
+60:01:B1 HuaweiTe Huawei Technologies Co.,Ltd
60:02:92 Pegatron Pegatron Corporation
60:02:B4 WistronN Wistron Neweb Corporation
60:03:08 Apple Apple, Inc.
@@ -27529,6 +27551,7 @@
68:69:75 AnglerLa Angler Labs Inc
68:69:CA Hitachi Hitachi, Ltd.
68:69:F2 ComApsro ComAp s.r.o.
+68:6C:E6 Microsof Microsoft Corporation
68:6D:BC Hangzhou Hangzhou Hikvision Digital Technology Co.,Ltd.
68:6E:23 Wi3 Wi3 Inc.
68:6E:48 ProphetE Prophet Electronic Technology Corp.,Ltd
@@ -27608,6 +27631,7 @@
68:93:20 NewH3CTe New H3C Technologies Co., Ltd
68:93:61 Integrat Integrated Device Technology (Malaysia) Sdn. Bhd.
68:94:23 HonHaiPr Hon Hai Precision Ind. Co.,Ltd.
+68:96:2E HuaweiTe Huawei Technologies Co.,Ltd
68:96:6A Ohsung
68:96:7B Apple Apple, Inc.
68:97:4B Shenzhen Shenzhen Costar Electronics Co. Ltd.
@@ -27712,6 +27736,7 @@
68:F0:D0 SkyBellT SkyBell Technologies Inc.
68:F1:25 DataCont Data Controls Inc.
68:F3:8E JuniperN Juniper Networks
+68:F5:43 HuaweiTe Huawei Technologies Co.,Ltd
68:F7:28 LCFCHeFe LCFC(HeFei) Electronics Technology co., ltd
68:F8:95 Redflow Redflow Limited
68:F9:56 Objetivo Objetivos y Servicio de Valor Añadido
@@ -30681,6 +30706,7 @@
70:B3:D5:8F:D0:00/36 sonatest
70:B3:D5:8F:E0:00/36 Selmatec Selmatec AS
70:B3:D5:8F:F0:00/36 IMST IMST GmbH
+70:B3:D5:90:00:00/36 DCS DCS Corp
70:B3:D5:90:10:00/36 Ats-Conv Ats-Convers,Llc
70:B3:D5:90:20:00/36 Unlimite Unlimiterhear co.,ltd. taiwan branch
70:B3:D5:90:30:00/36 Cymtec Cymtec Ltd
@@ -32001,7 +32027,7 @@
70:B3:D5:E2:A0:00/36 CONTESsp CONTES, spol. s r.o.
70:B3:D5:E2:B0:00/36 GuanShow Guan Show Technologe Co., Ltd.
70:B3:D5:E2:C0:00/36 FourthFr Fourth Frontier Technologies Private Limited
-70:B3:D5:E2:D0:00/36 Private
+70:B3:D5:E2:D0:00/36 BAEAplli BAE Systems Apllied Intelligence
70:B3:D5:E2:E0:00/36 Merzsro Merz s.r.o.
70:B3:D5:E2:F0:00/36 Flextron Flextronics International Kft
70:B3:D5:E3:00:00/36 Quiss Quiss Ag
@@ -32869,6 +32895,7 @@
74:D6:75 WYMATecn WYMA Tecnologia
74:D6:CB NewH3CTe New H3C Technologies Co., Ltd
74:D6:EA TexasIns Texas Instruments
+74:D7:13 HuaqinTe Huaqin Technology Co.,Ltd
74:D7:CA Panasoni Panasonic Corporation Automotive
74:D8:3E IntelCor Intel Corporate
74:D8:50 Evrisko Evrisko Systems
@@ -34104,6 +34131,7 @@
80:BA:AC TeleAdap TeleAdapt Ltd
80:BA:E6 Neets
80:BB:EB Satmap Satmap Systems Ltd
+80:BC:37 RuckusWi Ruckus Wireless
80:BE:05 Apple Apple, Inc.
80:C1:6E HewlettP Hewlett Packard
80:C3:BA Sennheis Sennheiser Consumer Audio GmbH
@@ -34408,6 +34436,7 @@
84:8C:8D Apple Apple, Inc.
84:8D:84 Rajant Rajant Corporation
84:8D:C7 CiscoSPV Cisco SPVTG
+84:8D:CE Ciena Ciena Corporation
84:8E:0C Apple Apple, Inc.
84:8E:96 Embertec Embertec Pty Ltd
84:8E:DF Sony Sony Corporation
@@ -34553,6 +34582,7 @@
84:F6:FA Miovisio Miovision Technologies Incorporated
84:F7:03 Espressi Espressif Inc.
84:F8:83 LuminarT Luminar Technologies
+84:FB:43 CentralD Central Denshi Seigyo
84:FC:AC Apple Apple, Inc.
84:FC:FE Apple Apple, Inc.
84:FD:27 SiliconL Silicon Laboratories
@@ -34628,7 +34658,9 @@
88:3C:C5:10:00:00/28 HanweiEl Hanwei Electronics Group Corporation
88:3C:C5:20:00:00/28 NetgenHi Netgen Hitech Solutions Llp
88:3C:C5:30:00:00/28 shenzhen shenzhen Feng Jing Sheng Electronics Technology Co.,Ltd
+88:3C:C5:40:00:00/28 SwabianI Swabian Instruments GmbH
88:3C:C5:50:00:00/28 Shanghai Shanghai Ucan Automation Equipment Co., Ltd.
+88:3C:C5:60:00:00/28 mfJebsen mfJebsen Electronics Ltd.
88:3C:C5:70:00:00/28 KMtronic KMtronic ltd
88:3C:C5:80:00:00/28 WuhanGua Wuhan Guangying Intelligence Technology Co., Ltd
88:3C:C5:90:00:00/28 SernetSu Sernet (Suzhou) Technologies Corporation
@@ -34636,6 +34668,7 @@
88:3C:C5:B0:00:00/28 Shenzhen Shenzhen shijia chuangxin Technology Co., Ltd
88:3C:C5:C0:00:00/28 HDLdaAma HDL da Amazônia Industria Eletrônica Ltda
88:3C:C5:D0:00:00/28 LenardEn Lenard Enterprises Inc
+88:3C:C5:E0:00:00/28 myUpTech myUpTech AB
88:3D:24 Google Google, Inc.
88:3F:0C systemav system a.v. co., ltd.
88:3F:4A TexasIns Texas Instruments
@@ -35075,6 +35108,7 @@
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:14:B0:00/36 PotterEl Potter Electric Signal Company
8C:1F:64:15:10:00/36 GogoBusi Gogo Business Aviation
8C:1F:64:15:E0:00/36 Dynomoti Dynomotion, Inc
8C:1F:64:16:40:00/36 Revo-Tec Revo - Tec GmbH
@@ -35102,6 +35136,7 @@
8C:1F:64:1E:F0:00/36 Tantroni Tantronic AG
8C:1F:64:1F:00:00/36 AVCOMMTe AVCOMM Technologies Inc
8C:1F:64:20:40:00/36 castcore
+8C:1F:64:20:80:00/36 SichuanA Sichuan AnSphere Technology Co. Ltd.
8C:1F:64:21:90:00/36 Guangzho Guangzhou Desam Audio Co.,Ltd
8C:1F:64:21:C0:00/36 EMS-Expe LLC "EMS-Expert"
8C:1F:64:22:40:00/36 PHBEletr PHB Eletronica Ltda.
@@ -35141,6 +35176,7 @@
8C:1F:64:30:A0:00/36 XCOMLabs XCOM Labs
8C:1F:64:31:60:00/36 PotterEl Potter Electric Signal Company
8C:1F:64:31:A0:00/36 Asiga Asiga Pty Ltd
+8C:1F:64:32:40:00/36 KineticT Kinetic Technologies
8C:1F:64:32:80:00/36 ComVideo Com Video Security Systems Co., Ltd.
8C:1F:64:33:00:00/36 VisionSa Vision Systems Safety Tech
8C:1F:64:35:C0:00/36 OpgalOpt Opgal Optronic Industries ltd
@@ -35213,6 +35249,7 @@
8C:1F:64:50:40:00/36 EAElektr EA Elektroautomatik GmbH & Co. KG
8C:1F:64:50:A0:00/36 BellcoTr Bellco Trading Company (Pvt) Ltd
8C:1F:64:51:00:00/36 NovantaN Novanta Corp / Novanta IMS
+8C:1F:64:51:10:00/36 ControlA Control Aut Tecnologia em Automação LTDA
8C:1F:64:51:20:00/36 BlikSens Blik Sensing B.V.
8C:1F:64:51:70:00/36 SmartRad Smart Radar System, Inc
8C:1F:64:52:10:00/36 MP-SENSO MP-SENSOR GmbH
@@ -35276,6 +35313,7 @@
8C:1F:64:66:20:00/36 SuzhouLe Suzhou Leamore Optronics Co., Ltd.
8C:1F:64:66:30:00/36 mal-tech mal-tech Technological Solutions Ltd/CRISP
8C:1F:64:66:C0:00/36 LineageP Lineage Power Pvt Ltd.,
+8C:1F:64:66:F0:00/36 Elix Elix Systems SA
8C:1F:64:67:20:00/36 Farmobil Farmobile LLC
8C:1F:64:67:50:00/36 TransitS Transit Solutions, LLC.
8C:1F:64:67:A0:00/36 MG MG s.r.l.
@@ -35285,6 +35323,7 @@
8C:1F:64:69:20:00/36 NexilisE Nexilis Electronics India Pvt Ltd (PICSYS)
8C:1F:64:69:70:00/36 Sontay Sontay Ltd.
8C:1F:64:69:E0:00/36 AT-Autom AT-Automation Technology GmbH
+8C:1F:64:6A:00:00/36 Avionica
8C:1F:64:6A:80:00/36 Bulwark
8C:1F:64:6A:D0:00/36 PotterEl Potter Electric Signal Company
8C:1F:64:6A:E0:00/36 BrayInte Bray International
@@ -35313,6 +35352,7 @@
8C:1F:64:72:A0:00/36 DorletSa Dorlet Sau
8C:1F:64:72:C0:00/36 Antaitec Antai technology Co.,Ltd
8C:1F:64:73:70:00/36 Vytahy-V Vytahy-Vymyslicky s.r.o.
+8C:1F:64:73:90:00/36 Monnit Monnit Corporation
8C:1F:64:73:B0:00/36 FinkZeit Fink Zeitsysteme GmbH
8C:1F:64:73:C0:00/36 Reo Reo Ag
8C:1F:64:73:D0:00/36 NewAgeMi NewAgeMicro
@@ -35336,6 +35376,7 @@
8C:1F:64:7A:70:00/36 Timegate Timegate Instruments Ltd.
8C:1F:64:7A:A0:00/36 XSENSORT XSENSOR Technology Corp.
8C:1F:64:7A:F0:00/36 EVisionI E Vision India Pvt Ltd
+8C:1F:64:7B:50:00/36 GuanShow Guan Show Technologe Co., Ltd.
8C:1F:64:7B:70:00/36 Weidmann Weidmann Tecnologia Electrica de Mexico
8C:1F:64:7B:80:00/36 TimeMach TimeMachines Inc.
8C:1F:64:7B:90:00/36 Devicero Deviceroy
@@ -35560,6 +35601,7 @@
8C:1F:64:D0:E0:00/36 Labforge Labforge Inc.
8C:1F:64:D1:30:00/36 EYatskoI EYatsko Individual
8C:1F:64:D2:90:00/36 SecureBi Secure Bits
+8C:1F:64:D2:A0:00/36 AnteusKf Anteus Kft.
8C:1F:64:D3:C0:00/36 KIBEnerg "KIB Energo" LLC
8C:1F:64:D4:00:00/36 BreasMed Breas Medical AB
8C:1F:64:D4:40:00/36 MonarchI Monarch Instrument
@@ -37445,6 +37487,7 @@
9C:C2:C4 InspurEl Inspur Electronic Information Industry Co.,Ltd.
9C:C7:A6 AVM AVM GmbH
9C:C7:D1 SHARP SHARP Corporation
+9C:C8:93 JuniperN Juniper Networks
9C:C8:AE BectonDi Becton, Dickinson and Company
9C:C8:FC ARRISGro ARRIS Group, Inc.
9C:C9:50 Baumer Baumer Holding
@@ -37938,6 +37981,7 @@ A0:FB:C5 Apple Apple, Inc.
A0:FC:6E Telegraf Telegrafia a.s.
A0:FE:61 VivintWi Vivint Wireless Inc.
A0:FE:91 AVATAuto AVAT Automation GmbH
+A0:FF:0C Hangzhou Hangzhou Hikvision Digital Technology Co.,Ltd.
A0:FF:22 Shenzhen Shenzhen Apical Technology Co., Ltd
A0:FF:70 Technico Technicolor CH USA Inc.
A4:00:E2 HuaweiTe Huawei Technologies Co.,Ltd
@@ -40442,7 +40486,7 @@ C0:2C:5C Apple Apple, Inc.
C0:2C:7A Shenzhen Shenzhen Horn Audio Co.,Ltd.
C0:2D:EE Cuff
C0:2E:25 Guangdon Guangdong Oppo Mobile Telecommunications Corp.,Ltd
-C0:2E:26 Private
+C0:2E:26 iRhythmT iRhythm Technologies, Inc.
C0:2F:F1 VoltaNet Volta Networks
C0:33:5E Microsof Microsoft
C0:33:DA Shenzhen Shenzhen JRUN Technologies CO., LTD
@@ -40486,6 +40530,7 @@ C0:4A:09 Zhejiang Zhejiang Everbright Communication Equip. Co,. Ltd
C0:4B:13 WonderSo WonderSound Technology Co., Ltd
C0:4D:F7 Serelec
C0:4E:30 Espressi Espressif Inc.
+C0:51:5C zte zte corporation
C0:51:7E Hangzhou Hangzhou Hikvision Digital Technology Co.,Ltd.
C0:53:36 BeijingN Beijing National Railway Research & Design Institute of Signal & Communication Group Co..Ltd.
C0:56:27 BelkinIn Belkin International Inc.
@@ -41280,6 +41325,7 @@ C8:6C:3D AmazonTe Amazon Technologies Inc.
C8:6C:87 ZyxelCom Zyxel Communications Corporation
C8:6C:B6 Optcom Optcom Co., Ltd.
C8:6F:1D Apple Apple, Inc.
+C8:70:D4 IBOTechn IBO Technology Co,Ltd
C8:71:25 JohnsonO Johnson Outdoors Marine Electronics d/b/a Minnkota
C8:72:48 Aplicom Aplicom Oy
C8:72:7E Nokia
@@ -41494,6 +41540,7 @@ CA:2B:5E SuzhouMo Suzhou Motor-comm Electronic Technology Co.,Ltd
CA:30:BF IEEE8021 IEEE 802.1 Chair
CA:37:82 Storbyte Storbyte, Inc.
CA:44:6C CypressC Cypress Computer Systems, Inc.
+CA:7D:DD EmOneTha EmOne (Thailand) Co.,Ltd.
CA:8F:A5 Advanced Advanced TS Migrations, Co
CA:C8:7E AllenOrg Allen Organ Company
CA:E5:05 Mobiliti Mobilitie
@@ -41596,6 +41643,7 @@ CC:3B:3E LesterEl Lester Electrical
CC:3B:58 Curiouse Curiouser Products Inc
CC:3C:3F SSDatent SA.S.S. Datentechnik AG
CC:3D:82 IntelCor Intel Corporate
+CC:3D:D1 HuaweiTe Huawei Technologies Co.,Ltd
CC:3E:5F HewlettP Hewlett Packard
CC:3E:79 ARRISGro ARRIS Group, Inc.
CC:3F:1D HMSIndus HMS Industrial Networks SLU
@@ -43311,6 +43359,7 @@ DC:FE:07 Pegatron Pegatron Corporation
DC:FE:18 Tp-LinkT Tp-Link Technologies Co.,Ltd.
DC:FE:23 MurataMa Murata Manufacturing Co., Ltd.
E0:00:84 HuaweiTe Huawei Technologies Co.,Ltd
+E0:01:A6 Edgecore Edgecore Networks Corporation
E0:02:A5 ABBRobot ABB Robotics
E0:03:6B SamsungE Samsung Electronics Co.,Ltd
E0:03:70 ShenZhen ShenZhen Continental Wireless Technology Co., Ltd.
@@ -43790,12 +43839,14 @@ E4:60:59 Pingtek Pingtek Co., Ltd.
E4:62:51 HaoCheng Hao Cheng Group Limited
E4:64:49 ARRISGro ARRIS Group, Inc.
E4:65:64 Shenzhen Shenzhen Ktc Technology Co.,Ltd
+E4:66:AB zte zte corporation
E4:67:1E SHENZHEN SHEN ZHEN NUO XIN CHENG TECHNOLOGY co., Ltd.
E4:67:BA DanishIn Danish Interpretation Systems A/S
E4:68:A3 HuaweiTe Huawei Technologies Co.,Ltd
E4:69:5A DictumHe Dictum Health, Inc.
E4:6A:35 RealmeCh Realme Chongqing Mobile Telecommunications Corp.,Ltd.
E4:6C:21 messMa messMa GmbH
+E4:6D:7F Ciena Ciena Corporation
E4:6F:13 D-LinkIn D-Link International
E4:70:B8 IntelCor Intel Corporate
E4:71:85 Securifi Securifi Ltd
@@ -44596,6 +44647,7 @@ EC:DA:59 NewH3CTe New H3C Technologies Co., Ltd
EC:DB:86 Api-K
EC:DE:3D LampreyN Lamprey Networks, Inc.
EC:DF:3A vivoMobi vivo Mobile Communication Co., Ltd.
+EC:DF:C9 Hangzhou Hangzhou Microimage Software Co., Ltd
EC:E0:9B SamsungE Samsung Electronics Co.,Ltd
EC:E1:54 BeijingU Beijing Unisound Information Technology Co.,Ltd.
EC:E1:A9 Cisco Cisco Systems, Inc
@@ -44825,6 +44877,7 @@ F0:81:73 AmazonTe Amazon Technologies Inc.
F0:81:75 Sagemcom Sagemcom Broadband SAS
F0:81:AF IrzAutom Irz Automation Technologies Ltd
F0:82:61 Sagemcom Sagemcom Broadband SAS
+F0:82:C0 SiliconL Silicon Laboratories
F0:84:2F ADBBroad ADB Broadband Italia
F0:84:C9 zte zte corporation
F0:85:C1 Shenzhen Shenzhen Rf-Link Technology Co.,Ltd.
@@ -45843,6 +45896,7 @@ FC:14:99 AimoreAc Aimore Acoustics Incorporation
FC:15:B4 HewlettP Hewlett Packard
FC:16:07 TaianTec Taian Technology(Wuxi) Co.,Ltd.
FC:17:94 InterCre InterCreative Co., Ltd
+FC:18:03 HuaweiTe Huawei Technologies Co.,Ltd
FC:18:3C Apple Apple, Inc.
FC:19:10 SamsungE Samsung Electronics Co.,Ltd
FC:19:28 ActionsM Actions Microelectronics Co., Ltd
diff --git a/ui/qt/wireshark_de.ts b/ui/qt/wireshark_de.ts
index 7239299c3d..dc39e4c6cd 100644
--- a/ui/qt/wireshark_de.ts
+++ b/ui/qt/wireshark_de.ts
@@ -1877,17 +1877,13 @@ Um zum Beispiel eine neue Datei zu jeder vollen Stunde zu haben, 1 Stunde angebe
<translation type="unfinished"></translation>
</message>
<message>
- <source>Percent filtered</source>
+ <source>Percent Filtered</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>ConversationDialog</name>
<message>
- <source>Conversation</source>
- <translation type="unfinished">Verbindungen</translation>
- </message>
- <message>
<source>Follow Stream…</source>
<translation>Stream folgen…</translation>
</message>
@@ -2449,17 +2445,13 @@ Um zum Beispiel eine neue Datei zu jeder vollen Stunde zu haben, 1 Stunde angebe
<translation type="unfinished"></translation>
</message>
<message>
- <source>Percent filtered</source>
+ <source>Percent Filtered</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>EndpointDialog</name>
<message>
- <source>Endpoints</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
<source>Map</source>
<translation>Karte</translation>
</message>
@@ -4849,7 +4841,7 @@ Um zum Beispiel eine neue Datei zu jeder vollen Stunde zu haben, 1 Stunde angebe
</message>
<message>
<source>Hide Interface</source>
- <translation type="unfinished"></translation>
+ <translation>Schnittstelle verbergen</translation>
</message>
</context>
<context>
@@ -7726,7 +7718,7 @@ Um zum Beispiel eine neue Datei zu jeder vollen Stunde zu haben, 1 Stunde angebe
</message>
<message>
<source>PDUs</source>
- <translation type="unfinished"></translation>
+ <translation>PDUs</translation>
</message>
<message>
<source>&lt;small&gt;&lt;i&gt;A hint.&lt;/i&gt;&lt;/small&gt;</source>
@@ -11848,10 +11840,6 @@ Um zum Beispiel eine neue Datei zu jeder vollen Stunde zu haben, 1 Stunde angebe
<context>
<name>TrafficTab</name>
<message>
- <source>%1 Types</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
<source>Map file error</source>
<translation type="unfinished">Fehler bei der Kartendatei</translation>
</message>
@@ -11891,6 +11879,10 @@ Um zum Beispiel eine neue Datei zu jeder vollen Stunde zu haben, 1 Stunde angebe
<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>
<message>
+ <source>GroupBox</source>
+ <translation type="unfinished">Gruppierungsbox</translation>
+ </message>
+ <message>
<source>Absolute start time</source>
<translation>Absolute Startzeit</translation>
</message>
@@ -11947,6 +11939,13 @@ Um zum Beispiel eine neue Datei zu jeder vollen Stunde zu haben, 1 Stunde angebe
</message>
</context>
<context>
+ <name>TrafficTypesModel</name>
+ <message>
+ <source>Protocol</source>
+ <translation type="unfinished">Protokoll</translation>
+ </message>
+</context>
+<context>
<name>UatDialog</name>
<message>
<source>Create a new entry.</source>
@@ -12336,7 +12335,7 @@ text-decoration: underline;
</message>
<message>
<source>Welcome to %1</source>
- <translation type="unfinished"></translation>
+ <translation>Willkommen zu %1</translation>
</message>
<message>
<source>All interfaces shown</source>
@@ -13517,6 +13516,10 @@ text-decoration: underline;
<translation>Anzeige auf Ausgangsgröße zurücksetzen</translation>
</message>
<message>
+ <source>Seconds Since First Captured Packet</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
<source>Packet &amp;Diagram</source>
<translation>Paket&amp;diagramm</translation>
</message>
@@ -13841,11 +13844,6 @@ text-decoration: underline;
<translation>Zeit des Pakets in Sekunden seit der UNIX / POSIX Epoche (1970-01-01) anzeigen.</translation>
</message>
<message>
- <source>Seconds Since First Captured Packet</source>
- <oldsource>Seconds Since Beginning of Capture</oldsource>
- <translation type="unfinished">Sekunden seit dem Start der Aufnahme</translation>
- </message>
- <message>
<source>Seconds Since Previous Captured Packet</source>
<translation>Sekunden seit vorherigem aufgezeichneten Paket</translation>
</message>
@@ -14449,6 +14447,14 @@ text-decoration: underline;
<source>No Keys</source>
<translation>Keine Schlüssel</translation>
</message>
+ <message numerus="yes">
+ <source>Export SSL Session Keys (%Ln key(s))</source>
+ <oldsource>Export SSL Session Keys (%1 key%2</oldsource>
+ <translation type="vanished">
+ <numerusform>SSL Session Keys exportieren (%Ln Key)</numerusform>
+ <numerusform>SSL Session Key exportieren (%Ln Keys)</numerusform>
+ </translation>
+ </message>
<message>
<source>Raw data (*.bin *.dat *.raw);;All Files (</source>
<translation>Rohdaten (*.bin *.dat *.raw);; Alle Dateien (</translation>
diff --git a/ui/qt/wireshark_en.ts b/ui/qt/wireshark_en.ts
index 576b9dbc22..e343782ccc 100644
--- a/ui/qt/wireshark_en.ts
+++ b/ui/qt/wireshark_en.ts
@@ -1874,17 +1874,13 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation type="unfinished"></translation>
</message>
<message>
- <source>Percent filtered</source>
+ <source>Percent Filtered</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>ConversationDialog</name>
<message>
- <source>Conversation</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
<source>Follow Stream…</source>
<translation type="unfinished"></translation>
</message>
@@ -2444,17 +2440,13 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation type="unfinished"></translation>
</message>
<message>
- <source>Percent filtered</source>
+ <source>Percent Filtered</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>EndpointDialog</name>
<message>
- <source>Endpoints</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
<source>Map</source>
<translation type="unfinished"></translation>
</message>
@@ -11719,10 +11711,6 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<context>
<name>TrafficTab</name>
<message>
- <source>%1 Types</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
<source>Map file error</source>
<translation type="unfinished"></translation>
</message>
@@ -11762,6 +11750,10 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation type="unfinished"></translation>
</message>
<message>
+ <source>GroupBox</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
<source>Absolute start time</source>
<translation type="unfinished"></translation>
</message>
@@ -11818,6 +11810,13 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
</context>
<context>
+ <name>TrafficTypesModel</name>
+ <message>
+ <source>Protocol</source>
+ <translation type="unfinished"></translation>
+ </message>
+</context>
+<context>
<name>UatDialog</name>
<message>
<source>Create a new entry.</source>
diff --git a/ui/qt/wireshark_es.ts b/ui/qt/wireshark_es.ts
index 5aac9293f2..2577a1469f 100644
--- a/ui/qt/wireshark_es.ts
+++ b/ui/qt/wireshark_es.ts
@@ -1852,17 +1852,13 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto.</
<translation type="unfinished"></translation>
</message>
<message>
- <source>Percent filtered</source>
+ <source>Percent Filtered</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>ConversationDialog</name>
<message>
- <source>Conversation</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
<source>Follow Stream…</source>
<translation>Seguir secuencia…</translation>
</message>
@@ -2424,17 +2420,13 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto.</
<translation type="unfinished"></translation>
</message>
<message>
- <source>Percent filtered</source>
+ <source>Percent Filtered</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>EndpointDialog</name>
<message>
- <source>Endpoints</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
<source>Map</source>
<translation>Mapa</translation>
</message>
@@ -11709,10 +11701,6 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto.</
<context>
<name>TrafficTab</name>
<message>
- <source>%1 Types</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
<source>Map file error</source>
<translation type="unfinished"></translation>
</message>
@@ -11752,6 +11740,10 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto.</
<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>
<message>
+ <source>GroupBox</source>
+ <translation type="unfinished">GroupBox</translation>
+ </message>
+ <message>
<source>Absolute start time</source>
<translation>Hora de inicio absoluta</translation>
</message>
@@ -11808,6 +11800,13 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto.</
</message>
</context>
<context>
+ <name>TrafficTypesModel</name>
+ <message>
+ <source>Protocol</source>
+ <translation type="unfinished">Protocolo</translation>
+ </message>
+</context>
+<context>
<name>UatDialog</name>
<message>
<source>Create a new entry.</source>
@@ -13378,6 +13377,10 @@ text-decoration: none;
<translation>Restablece el diseño de apariencia al tamaño por defecto</translation>
</message>
<message>
+ <source>Seconds Since First Captured Packet</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
<source>Packet &amp;Diagram</source>
<translation>&amp;Diagrama de paquete</translation>
</message>
@@ -13702,11 +13705,6 @@ text-decoration: none;
<translation>Muestra la fecha de los paquetes como los segundos desde la etapa de UNIX / POSIX (1970-01-01).</translation>
</message>
<message>
- <source>Seconds Since First Captured Packet</source>
- <oldsource>Seconds Since Beginning of Capture</oldsource>
- <translation type="unfinished">Segundos desde inicio de captura</translation>
- </message>
- <message>
<source>Seconds Since Previous Captured Packet</source>
<translation>Segundos desde paquete capturado anterior</translation>
</message>
diff --git a/ui/qt/wireshark_fr.ts b/ui/qt/wireshark_fr.ts
index 9201a6a642..e87a9d3122 100644
--- a/ui/qt/wireshark_fr.ts
+++ b/ui/qt/wireshark_fr.ts
@@ -1877,17 +1877,13 @@ Pas exemple, inquiquez 1 heure pour avoir un nouveau fichier créé toutes les h
<translation type="unfinished"></translation>
</message>
<message>
- <source>Percent filtered</source>
+ <source>Percent Filtered</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>ConversationDialog</name>
<message>
- <source>Conversation</source>
- <translation type="unfinished">Conversation</translation>
- </message>
- <message>
<source>Follow Stream…</source>
<translation>Suivre le flux…</translation>
</message>
@@ -2447,17 +2443,13 @@ Pas exemple, inquiquez 1 heure pour avoir un nouveau fichier créé toutes les h
<translation type="unfinished"></translation>
</message>
<message>
- <source>Percent filtered</source>
+ <source>Percent Filtered</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>EndpointDialog</name>
<message>
- <source>Endpoints</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
<source>Map</source>
<translation>Carte</translation>
</message>
@@ -11817,10 +11809,6 @@ Changer la direction de la connexion (voir le flux inverse).&lt;/p&gt;&lt;/body&
<context>
<name>TrafficTab</name>
<message>
- <source>%1 Types</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
<source>Map file error</source>
<translation type="unfinished">Erreur du fichier de cartographie</translation>
</message>
@@ -11860,6 +11848,10 @@ Changer la direction de la connexion (voir le flux inverse).&lt;/p&gt;&lt;/body&
<translation type="unfinished"></translation>
</message>
<message>
+ <source>GroupBox</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
<source>Absolute start time</source>
<translation type="unfinished"></translation>
</message>
@@ -11916,6 +11908,13 @@ Changer la direction de la connexion (voir le flux inverse).&lt;/p&gt;&lt;/body&
</message>
</context>
<context>
+ <name>TrafficTypesModel</name>
+ <message>
+ <source>Protocol</source>
+ <translation type="unfinished">Protocole</translation>
+ </message>
+</context>
+<context>
<name>UatDialog</name>
<message>
<source>Create a new entry.</source>
@@ -13486,6 +13485,10 @@ a:hover {
<translation type="unfinished"></translation>
</message>
<message>
+ <source>Seconds Since First Captured Packet</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
<source>Packet &amp;Diagram</source>
<translation type="unfinished"></translation>
</message>
@@ -13810,11 +13813,6 @@ a:hover {
<translation>Afficher les temps paquets en secondes depuis UNIX / POSIX epoch (1970-01-01).</translation>
</message>
<message>
- <source>Seconds Since First Captured Packet</source>
- <oldsource>Seconds Since Beginning of Capture</oldsource>
- <translation type="unfinished">Secondes Depuis le Début de la Capture</translation>
- </message>
- <message>
<source>Seconds Since Previous Captured Packet</source>
<translation>Secondes Depuis le Paquet Capturé Précédent</translation>
</message>
diff --git a/ui/qt/wireshark_it.ts b/ui/qt/wireshark_it.ts
index a3f579559d..fe9a61c87b 100644
--- a/ui/qt/wireshark_it.ts
+++ b/ui/qt/wireshark_it.ts
@@ -1874,18 +1874,22 @@ Ad esempio, usa 1 ora per fare in modo che un nuovo file sia creato ogni ora.</t
</message>
<message>
<source>Total Packets</source>
+ <translation>Pacchetti totali</translation>
+ </message>
+ <message>
+ <source>Percent Filtered</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Percent filtered</source>
- <translation type="unfinished"></translation>
+ <translation type="vanished">Percentuale filtrati</translation>
</message>
</context>
<context>
<name>ConversationDialog</name>
<message>
<source>Conversation</source>
- <translation>Conversazione</translation>
+ <translation type="vanished">Conversazione</translation>
</message>
<message>
<source>Follow Stream…</source>
@@ -2446,18 +2450,22 @@ Ad esempio, usa 1 ora per fare in modo che un nuovo file sia creato ogni ora.</t
</message>
<message>
<source>Total Packets</source>
+ <translation>Pacchetti totali</translation>
+ </message>
+ <message>
+ <source>Percent Filtered</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Percent filtered</source>
- <translation type="unfinished"></translation>
+ <translation type="vanished">Percentuale fitrati</translation>
</message>
</context>
<context>
<name>EndpointDialog</name>
<message>
<source>Endpoints</source>
- <translation>Terminatori</translation>
+ <translation type="vanished">Terminatori</translation>
</message>
<message>
<source>Map</source>
@@ -11844,7 +11852,7 @@ Ad esempio, usa 1 ora per fare in modo che un nuovo file sia creato ogni ora.</t
<name>TrafficTab</name>
<message>
<source>%1 Types</source>
- <translation>Tipi di %1</translation>
+ <translation type="vanished">Tipi di %1</translation>
</message>
<message>
<source>Map file error</source>
@@ -11886,6 +11894,10 @@ Ad esempio, usa 1 ora per fare in modo che un nuovo file sia creato ogni ora.</t
<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>
<message>
+ <source>GroupBox</source>
+ <translation type="unfinished">CasellaGruppo</translation>
+ </message>
+ <message>
<source>Absolute start time</source>
<translation>Ora iniziale assoluta</translation>
</message>
@@ -11942,6 +11954,13 @@ Ad esempio, usa 1 ora per fare in modo che un nuovo file sia creato ogni ora.</t
</message>
</context>
<context>
+ <name>TrafficTypesModel</name>
+ <message>
+ <source>Protocol</source>
+ <translation type="unfinished">Protocollo</translation>
+ </message>
+</context>
+<context>
<name>UatDialog</name>
<message>
<source>Create a new entry.</source>
@@ -13512,6 +13531,10 @@ a:hover {
<translation>Ripristina la disposizione dell&apos;aspetto alla dimensione predefinita</translation>
</message>
<message>
+ <source>Seconds Since First Captured Packet</source>
+ <translation>Secondi dal primo pacchetto catturato</translation>
+ </message>
+ <message>
<source>Packet &amp;Diagram</source>
<translation>&amp;Diagramma del pacchetto</translation>
</message>
@@ -13836,11 +13859,6 @@ a:hover {
<translation>Mostra gli orari del pacchetto come secondi dalla epoch UNIX/POSIX (1970-01-01).</translation>
</message>
<message>
- <source>Seconds Since First Captured Packet</source>
- <oldsource>Seconds Since Beginning of Capture</oldsource>
- <translation type="unfinished">Secondi dall&apos;inizio della cattura</translation>
- </message>
- <message>
<source>Seconds Since Previous Captured Packet</source>
<translation>Secondi dal precedente pacchetto catturato</translation>
</message>
diff --git a/ui/qt/wireshark_ja_JP.ts b/ui/qt/wireshark_ja_JP.ts
index ca426c7085..de58290052 100644
--- a/ui/qt/wireshark_ja_JP.ts
+++ b/ui/qt/wireshark_ja_JP.ts
@@ -1869,17 +1869,13 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation type="unfinished"></translation>
</message>
<message>
- <source>Percent filtered</source>
+ <source>Percent Filtered</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>ConversationDialog</name>
<message>
- <source>Conversation</source>
- <translation type="unfinished">対話</translation>
- </message>
- <message>
<source>Follow Stream…</source>
<translation>ストリームを追跡…</translation>
</message>
@@ -2441,17 +2437,13 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation type="unfinished"></translation>
</message>
<message>
- <source>Percent filtered</source>
+ <source>Percent Filtered</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>EndpointDialog</name>
<message>
- <source>Endpoints</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
<source>Map</source>
<translation>地図</translation>
</message>
@@ -11820,10 +11812,6 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<context>
<name>TrafficTab</name>
<message>
- <source>%1 Types</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
<source>Map file error</source>
<translation type="unfinished">地図ファイルエラー</translation>
</message>
@@ -11863,6 +11851,10 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<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>
+ </message>
+ <message>
<source>Absolute start time</source>
<translation>絶対的開始時間</translation>
</message>
@@ -11919,6 +11911,13 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
</context>
<context>
+ <name>TrafficTypesModel</name>
+ <message>
+ <source>Protocol</source>
+ <translation type="unfinished">プロトコル</translation>
+ </message>
+</context>
+<context>
<name>UatDialog</name>
<message>
<source>Create a new entry.</source>
@@ -13488,6 +13487,10 @@ a:hover {
<translation>外観のレイアウトをデフォルトのサイズにリセットします</translation>
</message>
<message>
+ <source>Seconds Since First Captured Packet</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
<source>Packet &amp;Diagram</source>
<translation>パケット &amp;ダイアグラム</translation>
</message>
@@ -13812,11 +13815,6 @@ a:hover {
<translation>パケットの時間をUNIX/POSIX起源(1970-01-01)以来の秒数で表示します</translation>
</message>
<message>
- <source>Seconds Since First Captured Packet</source>
- <oldsource>Seconds Since Beginning of Capture</oldsource>
- <translation type="unfinished">キャプチャ開始からの秒数</translation>
- </message>
- <message>
<source>Seconds Since Previous Captured Packet</source>
<translation>前にキャプチャされたパケットからの秒数</translation>
</message>
diff --git a/ui/qt/wireshark_pl.ts b/ui/qt/wireshark_pl.ts
index 70b330d9fe..124c3ebe27 100644
--- a/ui/qt/wireshark_pl.ts
+++ b/ui/qt/wireshark_pl.ts
@@ -1881,17 +1881,13 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation type="unfinished"></translation>
</message>
<message>
- <source>Percent filtered</source>
+ <source>Percent Filtered</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>ConversationDialog</name>
<message>
- <source>Conversation</source>
- <translation type="unfinished">Konwersacja</translation>
- </message>
- <message>
<source>Follow Stream…</source>
<translation type="unfinished"></translation>
</message>
@@ -2453,17 +2449,13 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation type="unfinished"></translation>
</message>
<message>
- <source>Percent filtered</source>
+ <source>Percent Filtered</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>EndpointDialog</name>
<message>
- <source>Endpoints</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
<source>Map</source>
<translation type="unfinished"></translation>
</message>
@@ -11855,10 +11847,6 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<context>
<name>TrafficTab</name>
<message>
- <source>%1 Types</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
<source>Map file error</source>
<translation type="unfinished"></translation>
</message>
@@ -11898,6 +11886,10 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<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>
<message>
+ <source>GroupBox</source>
+ <translation type="unfinished">Element grupujący</translation>
+ </message>
+ <message>
<source>Absolute start time</source>
<translation>Absolutny czas startu</translation>
</message>
@@ -11954,6 +11946,13 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
</context>
<context>
+ <name>TrafficTypesModel</name>
+ <message>
+ <source>Protocol</source>
+ <translation type="unfinished">Protokół</translation>
+ </message>
+</context>
+<context>
<name>UatDialog</name>
<message>
<source>Create a new entry.</source>
@@ -13495,6 +13494,10 @@ a:hover {
<translation type="unfinished"></translation>
</message>
<message>
+ <source>Seconds Since First Captured Packet</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
<source>Packet &amp;Diagram</source>
<translation type="unfinished"></translation>
</message>
@@ -13819,11 +13822,6 @@ a:hover {
<translation>Jako czas pakietów pokazuj sekundy od ery UNIX/POSIX (1970-01-01).</translation>
</message>
<message>
- <source>Seconds Since First Captured Packet</source>
- <oldsource>Seconds Since Beginning of Capture</oldsource>
- <translation type="unfinished">Sekundy od początku przechwytywania</translation>
- </message>
- <message>
<source>Seconds Since Previous Captured Packet</source>
<translation>Sekundy od poprzedniego przechwyconego pakietu</translation>
</message>
diff --git a/ui/qt/wireshark_ru.ts b/ui/qt/wireshark_ru.ts
index 1ad24cbca5..1cc0055658 100644
--- a/ui/qt/wireshark_ru.ts
+++ b/ui/qt/wireshark_ru.ts
@@ -1884,17 +1884,13 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation type="unfinished"></translation>
</message>
<message>
- <source>Percent filtered</source>
+ <source>Percent Filtered</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>ConversationDialog</name>
<message>
- <source>Conversation</source>
- <translation type="unfinished">Диалог</translation>
- </message>
- <message>
<source>Follow Stream…</source>
<translation>Отслеживание Потока…</translation>
</message>
@@ -2456,17 +2452,13 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation type="unfinished"></translation>
</message>
<message>
- <source>Percent filtered</source>
+ <source>Percent Filtered</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>EndpointDialog</name>
<message>
- <source>Endpoints</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
<source>Map</source>
<translation>Карта</translation>
</message>
@@ -11879,10 +11871,6 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<context>
<name>TrafficTab</name>
<message>
- <source>%1 Types</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
<source>Map file error</source>
<translation type="unfinished">Ошибка файла карты</translation>
</message>
@@ -11922,6 +11910,10 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<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">GroupBox</translation>
+ </message>
+ <message>
<source>Absolute start time</source>
<translation>Абсолютное время старта</translation>
</message>
@@ -11978,6 +11970,13 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
</context>
<context>
+ <name>TrafficTypesModel</name>
+ <message>
+ <source>Protocol</source>
+ <translation type="unfinished">Протокол</translation>
+ </message>
+</context>
+<context>
<name>UatDialog</name>
<message>
<source>Create a new entry.</source>
@@ -13549,6 +13548,10 @@ a:hover {
<translation>Сбросить внешний вид разметки до размера по умолчанию</translation>
</message>
<message>
+ <source>Seconds Since First Captured Packet</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
<source>Packet &amp;Diagram</source>
<translation>Диаграмма пакета</translation>
</message>
@@ -13873,11 +13876,6 @@ a:hover {
<translation>Показывать временные характеристики пакетов как секунды с момента внедрения стандарта UNIX / POSIX (1970-01-01).</translation>
</message>
<message>
- <source>Seconds Since First Captured Packet</source>
- <oldsource>Seconds Since Beginning of Capture</oldsource>
- <translation type="unfinished">Секунд С Момента Начала Захвата</translation>
- </message>
- <message>
<source>Seconds Since Previous Captured Packet</source>
<translation>Секунд После Предыдущего Захваченного Пакета</translation>
</message>
diff --git a/ui/qt/wireshark_sv.ts b/ui/qt/wireshark_sv.ts
index 6aed17a9d4..5daeed4972 100644
--- a/ui/qt/wireshark_sv.ts
+++ b/ui/qt/wireshark_sv.ts
@@ -1877,17 +1877,13 @@ Till exempel, använd 1 timma för att en ny fil skall skapas varje timma vid he
<translation type="unfinished"></translation>
</message>
<message>
- <source>Percent filtered</source>
+ <source>Percent Filtered</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>ConversationDialog</name>
<message>
- <source>Conversation</source>
- <translation type="unfinished">Konversation</translation>
- </message>
- <message>
<source>Follow Stream…</source>
<translation>Följ strömmen …</translation>
</message>
@@ -2449,17 +2445,13 @@ Till exempel, använd 1 timma för att en ny fil skall skapas varje timma vid he
<translation type="unfinished"></translation>
</message>
<message>
- <source>Percent filtered</source>
+ <source>Percent Filtered</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>EndpointDialog</name>
<message>
- <source>Endpoints</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
<source>Map</source>
<translation>Karta</translation>
</message>
@@ -11848,10 +11840,6 @@ Till exempel, använd 1 timma för att en ny fil skall skapas varje timma vid he
<context>
<name>TrafficTab</name>
<message>
- <source>%1 Types</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
<source>Map file error</source>
<translation type="unfinished">Kartfilsfel</translation>
</message>
@@ -11891,6 +11879,10 @@ Till exempel, använd 1 timma för att en ny fil skall skapas varje timma vid he
<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>
<message>
+ <source>GroupBox</source>
+ <translation type="unfinished">GroupBox</translation>
+ </message>
+ <message>
<source>Absolute start time</source>
<translation>Absolut starttid</translation>
</message>
@@ -11947,6 +11939,13 @@ Till exempel, använd 1 timma för att en ny fil skall skapas varje timma vid he
</message>
</context>
<context>
+ <name>TrafficTypesModel</name>
+ <message>
+ <source>Protocol</source>
+ <translation type="unfinished">Protokoll</translation>
+ </message>
+</context>
+<context>
<name>UatDialog</name>
<message>
<source>Create a new entry.</source>
@@ -13517,6 +13516,10 @@ a:hover {
<translation>Återställ utseendelayouten till sin standardstorlek</translation>
</message>
<message>
+ <source>Seconds Since First Captured Packet</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
<source>Packet &amp;Diagram</source>
<translation>Paket&amp;diagram</translation>
</message>
@@ -13841,11 +13844,6 @@ a:hover {
<translation>Visa pakettider som antal sekunder sedan UNIX-/POSIX-epoken (1970-01-01).</translation>
</message>
<message>
- <source>Seconds Since First Captured Packet</source>
- <oldsource>Seconds Since Beginning of Capture</oldsource>
- <translation type="unfinished">Sekunder sedan början på fångsten</translation>
- </message>
- <message>
<source>Seconds Since Previous Captured Packet</source>
<translation>Sekunder sedan föregående fångade paket</translation>
</message>
diff --git a/ui/qt/wireshark_tr_TR.ts b/ui/qt/wireshark_tr_TR.ts
index e46e025097..264332f622 100644
--- a/ui/qt/wireshark_tr_TR.ts
+++ b/ui/qt/wireshark_tr_TR.ts
@@ -1870,7 +1870,7 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation type="unfinished"></translation>
</message>
<message>
- <source>Percent filtered</source>
+ <source>Percent Filtered</source>
<translation type="unfinished"></translation>
</message>
</context>
@@ -1878,7 +1878,7 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<name>ConversationDialog</name>
<message>
<source>Conversation</source>
- <translation>Konuşma</translation>
+ <translation type="vanished">Konuşma</translation>
</message>
<message>
<source>Follow Stream…</source>
@@ -2442,7 +2442,7 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation type="unfinished"></translation>
</message>
<message>
- <source>Percent filtered</source>
+ <source>Percent Filtered</source>
<translation type="unfinished"></translation>
</message>
</context>
@@ -2450,7 +2450,7 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<name>EndpointDialog</name>
<message>
<source>Endpoints</source>
- <translation>Uç noktalar</translation>
+ <translation type="vanished">Uç noktalar</translation>
</message>
<message>
<source>Map</source>
@@ -11818,7 +11818,7 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<name>TrafficTab</name>
<message>
<source>%1 Types</source>
- <translation>%1 Türler</translation>
+ <translation type="vanished">%1 Türler</translation>
</message>
<message>
<source>Map file error</source>
@@ -11860,6 +11860,10 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<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>
+ </message>
+ <message>
<source>Absolute start time</source>
<translation>Mutlak başlangıç zamanı</translation>
</message>
@@ -11916,6 +11920,13 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
</context>
<context>
+ <name>TrafficTypesModel</name>
+ <message>
+ <source>Protocol</source>
+ <translation type="unfinished">İletişim Kuralı</translation>
+ </message>
+</context>
+<context>
<name>UatDialog</name>
<message>
<source>Create a new entry.</source>
@@ -13485,6 +13496,10 @@ a:hover {
<translation>Görünüm düzenini varsayılan boyuta sıfırla</translation>
</message>
<message>
+ <source>Seconds Since First Captured Packet</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
<source>Packet &amp;Diagram</source>
<translation>Paket &amp;Şeması</translation>
</message>
@@ -13809,11 +13824,6 @@ a:hover {
<translation>Paket sürelerini UNIX / POSIX döneminden (1970-01-01) bu yana saniye olarak göster.</translation>
</message>
<message>
- <source>Seconds Since First Captured Packet</source>
- <oldsource>Seconds Since Beginning of Capture</oldsource>
- <translation type="unfinished">Yakalama Başlangıcından Beri Saniyeler</translation>
- </message>
- <message>
<source>Seconds Since Previous Captured Packet</source>
<translation>Önceki Yakalanan Paketten Beri Saniye</translation>
</message>
diff --git a/ui/qt/wireshark_uk.ts b/ui/qt/wireshark_uk.ts
index 832fe3e1b8..d9c5742c3a 100644
--- a/ui/qt/wireshark_uk.ts
+++ b/ui/qt/wireshark_uk.ts
@@ -1857,17 +1857,13 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation type="unfinished"></translation>
</message>
<message>
- <source>Percent filtered</source>
+ <source>Percent Filtered</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>ConversationDialog</name>
<message>
- <source>Conversation</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
<source>Follow Stream…</source>
<translation type="unfinished"></translation>
</message>
@@ -2427,17 +2423,13 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation type="unfinished"></translation>
</message>
<message>
- <source>Percent filtered</source>
+ <source>Percent Filtered</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>EndpointDialog</name>
<message>
- <source>Endpoints</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
<source>Map</source>
<translation type="unfinished"></translation>
</message>
@@ -11718,10 +11710,6 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<context>
<name>TrafficTab</name>
<message>
- <source>%1 Types</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
<source>Map file error</source>
<translation type="unfinished"></translation>
</message>
@@ -11761,6 +11749,10 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation type="unfinished"></translation>
</message>
<message>
+ <source>GroupBox</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
<source>Absolute start time</source>
<translation type="unfinished"></translation>
</message>
@@ -11817,6 +11809,13 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
</context>
<context>
+ <name>TrafficTypesModel</name>
+ <message>
+ <source>Protocol</source>
+ <translation type="unfinished">Протокол</translation>
+ </message>
+</context>
+<context>
<name>UatDialog</name>
<message>
<source>Create a new entry.</source>
@@ -13358,6 +13357,10 @@ a:hover {
<translation type="unfinished"></translation>
</message>
<message>
+ <source>Seconds Since First Captured Packet</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
<source>Packet &amp;Diagram</source>
<translation type="unfinished"></translation>
</message>
@@ -13682,11 +13685,6 @@ a:hover {
<translation>Представити час пакетів у вигляді секунд, що минули з початку епохи UNIX / POSIX (1970-01-01).</translation>
</message>
<message>
- <source>Seconds Since First Captured Packet</source>
- <oldsource>Seconds Since Beginning of Capture</oldsource>
- <translation type="unfinished">Секунди Від Початку Захоплення</translation>
- </message>
- <message>
<source>Seconds Since Previous Captured Packet</source>
<translation>Секунди Від Попереднього Захопленого Пакету</translation>
</message>
diff --git a/ui/qt/wireshark_zh_CN.ts b/ui/qt/wireshark_zh_CN.ts
index 6088c53e48..dc9c659623 100644
--- a/ui/qt/wireshark_zh_CN.ts
+++ b/ui/qt/wireshark_zh_CN.ts
@@ -1868,17 +1868,13 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation type="unfinished"></translation>
</message>
<message>
- <source>Percent filtered</source>
+ <source>Percent Filtered</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>ConversationDialog</name>
<message>
- <source>Conversation</source>
- <translation type="unfinished">对话</translation>
- </message>
- <message>
<source>Follow Stream…</source>
<translation type="unfinished"></translation>
</message>
@@ -2438,17 +2434,13 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation type="unfinished"></translation>
</message>
<message>
- <source>Percent filtered</source>
+ <source>Percent Filtered</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>EndpointDialog</name>
<message>
- <source>Endpoints</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
<source>Map</source>
<translation type="unfinished"></translation>
</message>
@@ -11802,10 +11794,6 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<context>
<name>TrafficTab</name>
<message>
- <source>%1 Types</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
<source>Map file error</source>
<translation type="unfinished"></translation>
</message>
@@ -11845,6 +11833,10 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<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>
+ </message>
+ <message>
<source>Absolute start time</source>
<translation>绝对开始时间</translation>
</message>
@@ -11901,6 +11893,13 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
</context>
<context>
+ <name>TrafficTypesModel</name>
+ <message>
+ <source>Protocol</source>
+ <translation type="unfinished">协议</translation>
+ </message>
+</context>
+<context>
<name>UatDialog</name>
<message>
<source>Create a new entry.</source>
@@ -13440,6 +13439,10 @@ a:hover {
<translation>重置外观布局为默认尺寸</translation>
</message>
<message>
+ <source>Seconds Since First Captured Packet</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
<source>Packet &amp;Diagram</source>
<translation>分组图(&amp;D)</translation>
</message>
@@ -13764,11 +13767,6 @@ a:hover {
<translation>使用自 UNIX / POSIX 时间戳 (1970-01-01) 以来的秒数来显示分组时间。</translation>
</message>
<message>
- <source>Seconds Since First Captured Packet</source>
- <oldsource>Seconds Since Beginning of Capture</oldsource>
- <translation type="unfinished">自捕获开始经过的秒数</translation>
- </message>
- <message>
<source>Seconds Since Previous Captured Packet</source>
<translation>自上一个捕获分组经过的秒数</translation>
</message>