aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--AUTHORS2
-rw-r--r--NEWS17
-rw-r--r--docbook/wsug_src/dumpcap-h.txt4
-rw-r--r--docbook/wsug_src/tshark-h.txt4
-rw-r--r--docbook/wsug_src/wireshark-h.txt5
-rw-r--r--enterprises.tsv28
-rw-r--r--epan/dissectors/packet-asterix.c34
-rw-r--r--epan/dissectors/packet-tls-utils.c14
-rw-r--r--epan/pci-ids.c22
-rw-r--r--manuf58
-rw-r--r--ui/qt/wireshark_de.ts28
-rw-r--r--ui/qt/wireshark_en.ts24
-rw-r--r--ui/qt/wireshark_es.ts28
-rw-r--r--ui/qt/wireshark_fr.ts28
-rw-r--r--ui/qt/wireshark_it.ts30
-rw-r--r--ui/qt/wireshark_ja_JP.ts30
-rw-r--r--ui/qt/wireshark_pl.ts28
-rw-r--r--ui/qt/wireshark_ru.ts28
-rw-r--r--ui/qt/wireshark_sv.ts28
-rw-r--r--ui/qt/wireshark_tr_TR.ts30
-rw-r--r--ui/qt/wireshark_uk.ts28
-rw-r--r--ui/qt/wireshark_zh_CN.ts28
22 files changed, 430 insertions, 96 deletions
diff --git a/AUTHORS b/AUTHORS
index 5ab99ea25b..44701bf1ce 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -4286,6 +4286,7 @@ Dr. Lars Voelker <lars-github[AT]larsvoelker.de>
Dr. Lars Völker <lars.voelker[AT]bmw.de>
Dr. Lars Völker <lars.voelker[AT]technica-engineering.de>
Dr. Matthias St. Pierre <matthias.st.pierre[AT]ncp-e.com>
+Dror Eiger <droreiger[AT]gmail.com>
Dwayne Rich <dwayne_rich[AT]selinc.com>
Dylan Ulis <daulis0[AT]gmail.com>
Dániel Bakai <bakaidl[AT]gmail.com>
@@ -4831,6 +4832,7 @@ Roger Light <roger[AT]atchoo.org>
Rohan Saini <rohan.saini[AT]nokia.com>
Roland Haenel <roland[AT]haenel.me>
Roland Knall <r.knall[AT]commend.com>
+Roland Knall <r.knall[AT]moba.cc>
Roland Knall <rknall[AT]gmail.com>
Romain Tartière <romain[AT]blogreen.org>
Roman Koshelev <roman.koshelev[AT]bk.ru>
diff --git a/NEWS b/NEWS
index af5b337aa8..3a35b36586 100644
--- a/NEWS
+++ b/NEWS
@@ -126,10 +126,17 @@ Wireshark 3.7.0 Release Notes
New Protocol Support
- FiveCo’s Legacy Register Access Protocol (5co-legacy), Host IP
- Configuration Protocol (HICP), Mesh Connex (MCX), Microsoft Cluster
- Remote Control Protocol (RCP), and Secure Host IP Configuration
- Protocol (SHICP)
+ Allied Telesis Loop Detection (AT LDF), AUTOSAR I-PDU Multiplexer
+ (AUTOSAR I-PduM), DTN Bundle Protocol Security (BPSec), DTN Bundle
+ Protocol Version 7 (BPv7), DTN TCP Convergence Layer Protocol
+ (TCPCL), DVB Selection Information Table (DVB SIT), Enhanced Cash
+ Trading Interface 10.0 (XTI), Enhanced Order Book Interface 10.0
+ (EOBI), Enhanced Trading Interface 10.0 (ETI), FiveCo’s Legacy
+ Register Access Protocol (5co-legacy), Generic Data Transfer Protocol
+ (GDT), Host IP Configuration Protocol (HICP), Mesh Connex (MCX),
+ Microsoft Cluster Remote Control Protocol (RCP), Realtek, Secure File
+ Transfer Protocol (sftp), Secure Host IP Configuration Protocol
+ (SHICP), USB Attached SCSI (UASP), and ZBOSS NCP
Updated Protocol Support
@@ -177,7 +184,7 @@ Wireshark 3.7.0 Release Notes
A complete FAQ is available on the Wireshark web site[6].
- Last updated 2022-02-06 16:06:14 UTC
+ Last updated 2022-02-13 16:06:15 UTC
References
diff --git a/docbook/wsug_src/dumpcap-h.txt b/docbook/wsug_src/dumpcap-h.txt
index bd2f35b0a6..968de5ec2a 100644
--- a/docbook/wsug_src/dumpcap-h.txt
+++ b/docbook/wsug_src/dumpcap-h.txt
@@ -1,4 +1,4 @@
-Dumpcap (Wireshark) 3.7.0 (v3.7.0rc0-906-g40256c64e098)
+Dumpcap (Wireshark) 3.7.0 (v3.7.0rc0-1333-g7d171d378238)
Capture network packets and dump them into a pcapng or pcap file.
See https://www.wireshark.org for more information.
@@ -60,6 +60,8 @@ Output (files):
--capture-comment <comment>
add a capture comment to the output file
(only for pcapng)
+ --temp-dir <directory> write temporary files to this directory
+ (default: /tmp)
Diagnostic output:
--log-level <level> sets the active log level ("critical", "warning", etc.)
diff --git a/docbook/wsug_src/tshark-h.txt b/docbook/wsug_src/tshark-h.txt
index 3ace9fc677..df72efdd9e 100644
--- a/docbook/wsug_src/tshark-h.txt
+++ b/docbook/wsug_src/tshark-h.txt
@@ -1,4 +1,4 @@
-TShark (Wireshark) 3.7.0 (v3.7.0rc0-1084-ga9490f354c04)
+TShark (Wireshark) 3.7.0 (v3.7.0rc0-1333-g7d171d378238)
Dump and analyze network traffic.
See https://www.wireshark.org for more information.
@@ -132,6 +132,8 @@ Output:
values
--elastic-mapping-filter <protocols> If -G elastic-mapping is specified, put only the
specified protocols within the mapping file
+ --temp-dir <directory> write temporary files to this directory
+ (default: /tmp)
Diagnostic output:
--log-level <level> sets the active log level ("critical", "warning", etc.)
diff --git a/docbook/wsug_src/wireshark-h.txt b/docbook/wsug_src/wireshark-h.txt
index 20b0acbdc7..73fa47a621 100644
--- a/docbook/wsug_src/wireshark-h.txt
+++ b/docbook/wsug_src/wireshark-h.txt
@@ -1,4 +1,4 @@
-Wireshark 3.7.0 (v3.7.0rc0-33-g0d276b47d120)
+Wireshark 3.7.0 (v3.7.0rc0-1333-g7d171d378238)
Interactively dump and analyze network traffic.
See https://www.wireshark.org for more information.
@@ -81,6 +81,9 @@ Output:
-w <outfile|-> set the output filename (or '-' for stdout)
--capture-comment <comment>
add a capture file comment, if supported
+ --temp-dir <directory> write temporary files to this directory
+ (default: /tmp)
+
Diagnostic output:
--log-level <level> sets the active log level ("critical", "warning", etc.)
--log-fatal <level> sets level to abort the program ("critical" or "warning")
diff --git a/enterprises.tsv b/enterprises.tsv
index 1c8383f884..24a760fe3d 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-02-04)
+# (last updated 2022-02-10)
0 Reserved
1 NxNetworks
@@ -27382,7 +27382,7 @@
27538 ADTSystems s.r.o.
27539 Pacific DataVision, Inc.
27540 SIMPPLE S.L.
-27541 ITSSeevia Group
+27541 ITS Group
27542 COSAT INC.
27543 Gillware Data Services, LLC
27544 NSK OpenSource, Inc
@@ -38047,7 +38047,7 @@
38219 Therap Services, LLC
38220 Private Unitary Enterprise on Rendering Services "Greenwall Systems" # formerly 'IZAO Greenwall Systems'
38221 IP Gorshkov Yuri Valerevich
-38222 Philips Electronics North America Corporation
+38222 Philips North America LLC
38223 definition six, inc.
38224 Caromont Health
38225 Encell Technology, Inc.
@@ -56683,7 +56683,7 @@
56887 EssentialNET
56888 Seratech BV
56889 Autentia S.A.
-56890 Tubbo Network
+56890 TubNet
56891 Electro Design Engineering, Inc.
56892 深圳市旭东数字医学影像技术有限公司 (Shenzhen Yorktal Digital Medical Imaging Tech. Cglted)
56893 DEMETRA srl
@@ -58267,3 +58267,23 @@
58474 Leibniz Institute for Regional Geography (IfL)
58475 Cerner Corporation
58476 Alpha Assurances Inc.
+58477 Zone de Police de Huy
+58478 Toshiba Quantum Technology
+58479 MEWEM
+58480 genZ Energy Pty Ltd
+58481 IIS DEL COSSATESE E VALLE STRONA
+58482 tonekids.com
+58483 Shenzhen Link-All Technology Co., Ltd
+58484 National Institute of Technology,Tiruchirappalli
+58485 PT. Rajakon Teknik
+58486 PT. Teknologi IoT Indonesia
+58487 ProHacktive
+58488 EvoLogics GmbH
+58489 Spear Innovations Oy Ltd.
+58490 Care Oncology Center
+58491 MAPLE HOME GARDEN COMPANY LIMITED
+58492 Stemmer Imaging AG
+58493 AFFILIATED COMPANY "NAFTOGAZBEZPEKA" OF NATIONAL JOINT STOCK COMPANY "NAFTOGAZ OF UKRAINE"
+58494 sector7 GmbH
+58495 Omnisens SA
+58496 Raincubic
diff --git a/epan/dissectors/packet-asterix.c b/epan/dissectors/packet-asterix.c
index 45b2711115..044697a5d8 100644
--- a/epan/dissectors/packet-asterix.c
+++ b/epan/dissectors/packet-asterix.c
@@ -9,7 +9,7 @@ See tools/asterix/README.md for details.
Data source:
https://zoranbosnjak.github.io/asterix-specs
-git revision: 251f703483d4445d0de97792a95bd55154a8a514
+git revision: 7a9ffc7df8a35c24ec18dfc5c001fa8ce05590ed
*/
@@ -31384,9 +31384,9 @@ static const FieldPart *I062_V1_17_390_DST_PARTS[] = {
static const AsterixField I062_V1_17_390_DST = { FIXED, 4, 0, 0, &hf_062_V1_17_390_DST, I062_V1_17_390_DST_PARTS, { NULL } };
static gint hf_062_V1_17_390_RDS = -1;
static gint hf_062_V1_17_390_RDS_NU1 = -1;
-static const FieldPart I062_V1_17_390_RDS_NU1 = { 8, 1.0, FIELD_PART_HEX, &hf_062_V1_17_390_RDS_NU1, NULL };
+static const FieldPart I062_V1_17_390_RDS_NU1 = { 8, 1.0, FIELD_PART_ASCII, &hf_062_V1_17_390_RDS_NU1, NULL };
static gint hf_062_V1_17_390_RDS_NU2 = -1;
-static const FieldPart I062_V1_17_390_RDS_NU2 = { 8, 1.0, FIELD_PART_HEX, &hf_062_V1_17_390_RDS_NU2, NULL };
+static const FieldPart I062_V1_17_390_RDS_NU2 = { 8, 1.0, FIELD_PART_ASCII, &hf_062_V1_17_390_RDS_NU2, NULL };
static gint hf_062_V1_17_390_RDS_LTR = -1;
static const FieldPart I062_V1_17_390_RDS_LTR = { 8, 1.0, FIELD_PART_ASCII, &hf_062_V1_17_390_RDS_LTR, NULL };
static const FieldPart *I062_V1_17_390_RDS_PARTS[] = {
@@ -33584,9 +33584,9 @@ static const FieldPart *I062_V1_18_390_DST_PARTS[] = {
static const AsterixField I062_V1_18_390_DST = { FIXED, 4, 0, 0, &hf_062_V1_18_390_DST, I062_V1_18_390_DST_PARTS, { NULL } };
static gint hf_062_V1_18_390_RDS = -1;
static gint hf_062_V1_18_390_RDS_NU1 = -1;
-static const FieldPart I062_V1_18_390_RDS_NU1 = { 8, 1.0, FIELD_PART_HEX, &hf_062_V1_18_390_RDS_NU1, NULL };
+static const FieldPart I062_V1_18_390_RDS_NU1 = { 8, 1.0, FIELD_PART_ASCII, &hf_062_V1_18_390_RDS_NU1, NULL };
static gint hf_062_V1_18_390_RDS_NU2 = -1;
-static const FieldPart I062_V1_18_390_RDS_NU2 = { 8, 1.0, FIELD_PART_HEX, &hf_062_V1_18_390_RDS_NU2, NULL };
+static const FieldPart I062_V1_18_390_RDS_NU2 = { 8, 1.0, FIELD_PART_ASCII, &hf_062_V1_18_390_RDS_NU2, NULL };
static gint hf_062_V1_18_390_RDS_LTR = -1;
static const FieldPart I062_V1_18_390_RDS_LTR = { 8, 1.0, FIELD_PART_ASCII, &hf_062_V1_18_390_RDS_LTR, NULL };
static const FieldPart *I062_V1_18_390_RDS_PARTS[] = {
@@ -35784,9 +35784,9 @@ static const FieldPart *I062_V1_19_390_DST_PARTS[] = {
static const AsterixField I062_V1_19_390_DST = { FIXED, 4, 0, 0, &hf_062_V1_19_390_DST, I062_V1_19_390_DST_PARTS, { NULL } };
static gint hf_062_V1_19_390_RDS = -1;
static gint hf_062_V1_19_390_RDS_NU1 = -1;
-static const FieldPart I062_V1_19_390_RDS_NU1 = { 8, 1.0, FIELD_PART_HEX, &hf_062_V1_19_390_RDS_NU1, NULL };
+static const FieldPart I062_V1_19_390_RDS_NU1 = { 8, 1.0, FIELD_PART_ASCII, &hf_062_V1_19_390_RDS_NU1, NULL };
static gint hf_062_V1_19_390_RDS_NU2 = -1;
-static const FieldPart I062_V1_19_390_RDS_NU2 = { 8, 1.0, FIELD_PART_HEX, &hf_062_V1_19_390_RDS_NU2, NULL };
+static const FieldPart I062_V1_19_390_RDS_NU2 = { 8, 1.0, FIELD_PART_ASCII, &hf_062_V1_19_390_RDS_NU2, NULL };
static gint hf_062_V1_19_390_RDS_LTR = -1;
static const FieldPart I062_V1_19_390_RDS_LTR = { 8, 1.0, FIELD_PART_ASCII, &hf_062_V1_19_390_RDS_LTR, NULL };
static const FieldPart *I062_V1_19_390_RDS_PARTS[] = {
@@ -37939,9 +37939,9 @@ static const FieldPart *I062_390_DST_PARTS[] = {
static const AsterixField I062_390_DST = { FIXED, 4, 0, 0, &hf_062_390_DST, I062_390_DST_PARTS, { NULL } };
static gint hf_062_390_RDS = -1;
static gint hf_062_390_RDS_NU1 = -1;
-static const FieldPart I062_390_RDS_NU1 = { 8, 1.0, FIELD_PART_HEX, &hf_062_390_RDS_NU1, NULL };
+static const FieldPart I062_390_RDS_NU1 = { 8, 1.0, FIELD_PART_ASCII, &hf_062_390_RDS_NU1, NULL };
static gint hf_062_390_RDS_NU2 = -1;
-static const FieldPart I062_390_RDS_NU2 = { 8, 1.0, FIELD_PART_HEX, &hf_062_390_RDS_NU2, NULL };
+static const FieldPart I062_390_RDS_NU2 = { 8, 1.0, FIELD_PART_ASCII, &hf_062_390_RDS_NU2, NULL };
static gint hf_062_390_RDS_LTR = -1;
static const FieldPart I062_390_RDS_LTR = { 8, 1.0, FIELD_PART_ASCII, &hf_062_390_RDS_LTR, NULL };
static const FieldPart *I062_390_RDS_PARTS[] = {
@@ -45511,8 +45511,8 @@ void proto_register_asterix (void)
{ &hf_062_V1_17_390_DST, { "DST, Destination Airport", "asterix.062_V1_17_390_DST", FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL } },
{ &hf_062_V1_17_390_DST_VALUE, { "Destination Airport", "asterix.062_V1_17_390_DST_VALUE", FT_STRING, BASE_NONE, NULL, 0x00, NULL, HFILL } },
{ &hf_062_V1_17_390_RDS, { "RDS, Runway Designation", "asterix.062_V1_17_390_RDS", FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL } },
- { &hf_062_V1_17_390_RDS_NU1, { "NU1, First Number", "asterix.062_V1_17_390_RDS_NU1", FT_UINT8, BASE_HEX_DEC, NULL, 0x00, NULL, HFILL } },
- { &hf_062_V1_17_390_RDS_NU2, { "NU2, Second Number", "asterix.062_V1_17_390_RDS_NU2", FT_UINT8, BASE_HEX_DEC, NULL, 0x00, NULL, HFILL } },
+ { &hf_062_V1_17_390_RDS_NU1, { "NU1, First Number", "asterix.062_V1_17_390_RDS_NU1", FT_STRING, BASE_NONE, NULL, 0x00, NULL, HFILL } },
+ { &hf_062_V1_17_390_RDS_NU2, { "NU2, Second Number", "asterix.062_V1_17_390_RDS_NU2", FT_STRING, BASE_NONE, NULL, 0x00, NULL, HFILL } },
{ &hf_062_V1_17_390_RDS_LTR, { "LTR, Letter", "asterix.062_V1_17_390_RDS_LTR", FT_STRING, BASE_NONE, NULL, 0x00, NULL, HFILL } },
{ &hf_062_V1_17_390_CFL, { "CFL, Current Cleared Flight Level", "asterix.062_V1_17_390_CFL", FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL } },
{ &hf_062_V1_17_390_CFL_VALUE, { "Current Cleared Flight Level, [FL]", "asterix.062_V1_17_390_CFL_VALUE", FT_DOUBLE, BASE_NONE, NULL, 0x00, NULL, HFILL } },
@@ -45908,8 +45908,8 @@ void proto_register_asterix (void)
{ &hf_062_V1_18_390_DST, { "DST, Destination Airport", "asterix.062_V1_18_390_DST", FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL } },
{ &hf_062_V1_18_390_DST_VALUE, { "Destination Airport", "asterix.062_V1_18_390_DST_VALUE", FT_STRING, BASE_NONE, NULL, 0x00, NULL, HFILL } },
{ &hf_062_V1_18_390_RDS, { "RDS, Runway Designation", "asterix.062_V1_18_390_RDS", FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL } },
- { &hf_062_V1_18_390_RDS_NU1, { "NU1, First Number", "asterix.062_V1_18_390_RDS_NU1", FT_UINT8, BASE_HEX_DEC, NULL, 0x00, NULL, HFILL } },
- { &hf_062_V1_18_390_RDS_NU2, { "NU2, Second Number", "asterix.062_V1_18_390_RDS_NU2", FT_UINT8, BASE_HEX_DEC, NULL, 0x00, NULL, HFILL } },
+ { &hf_062_V1_18_390_RDS_NU1, { "NU1, First Number", "asterix.062_V1_18_390_RDS_NU1", FT_STRING, BASE_NONE, NULL, 0x00, NULL, HFILL } },
+ { &hf_062_V1_18_390_RDS_NU2, { "NU2, Second Number", "asterix.062_V1_18_390_RDS_NU2", FT_STRING, BASE_NONE, NULL, 0x00, NULL, HFILL } },
{ &hf_062_V1_18_390_RDS_LTR, { "LTR, Letter", "asterix.062_V1_18_390_RDS_LTR", FT_STRING, BASE_NONE, NULL, 0x00, NULL, HFILL } },
{ &hf_062_V1_18_390_CFL, { "CFL, Current Cleared Flight Level", "asterix.062_V1_18_390_CFL", FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL } },
{ &hf_062_V1_18_390_CFL_VALUE, { "Current Cleared Flight Level, [FL]", "asterix.062_V1_18_390_CFL_VALUE", FT_DOUBLE, BASE_NONE, NULL, 0x00, NULL, HFILL } },
@@ -46305,8 +46305,8 @@ void proto_register_asterix (void)
{ &hf_062_V1_19_390_DST, { "DST, Destination Airport", "asterix.062_V1_19_390_DST", FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL } },
{ &hf_062_V1_19_390_DST_VALUE, { "Destination Airport", "asterix.062_V1_19_390_DST_VALUE", FT_STRING, BASE_NONE, NULL, 0x00, NULL, HFILL } },
{ &hf_062_V1_19_390_RDS, { "RDS, Runway Designation", "asterix.062_V1_19_390_RDS", FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL } },
- { &hf_062_V1_19_390_RDS_NU1, { "NU1, First Number", "asterix.062_V1_19_390_RDS_NU1", FT_UINT8, BASE_HEX_DEC, NULL, 0x00, NULL, HFILL } },
- { &hf_062_V1_19_390_RDS_NU2, { "NU2, Second Number", "asterix.062_V1_19_390_RDS_NU2", FT_UINT8, BASE_HEX_DEC, NULL, 0x00, NULL, HFILL } },
+ { &hf_062_V1_19_390_RDS_NU1, { "NU1, First Number", "asterix.062_V1_19_390_RDS_NU1", FT_STRING, BASE_NONE, NULL, 0x00, NULL, HFILL } },
+ { &hf_062_V1_19_390_RDS_NU2, { "NU2, Second Number", "asterix.062_V1_19_390_RDS_NU2", FT_STRING, BASE_NONE, NULL, 0x00, NULL, HFILL } },
{ &hf_062_V1_19_390_RDS_LTR, { "LTR, Letter", "asterix.062_V1_19_390_RDS_LTR", FT_STRING, BASE_NONE, NULL, 0x00, NULL, HFILL } },
{ &hf_062_V1_19_390_CFL, { "CFL, Current Cleared Flight Level", "asterix.062_V1_19_390_CFL", FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL } },
{ &hf_062_V1_19_390_CFL_VALUE, { "Current Cleared Flight Level, [FL]", "asterix.062_V1_19_390_CFL_VALUE", FT_DOUBLE, BASE_NONE, NULL, 0x00, NULL, HFILL } },
@@ -46702,8 +46702,8 @@ void proto_register_asterix (void)
{ &hf_062_390_DST, { "DST, Destination Airport", "asterix.062_390_DST", FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL } },
{ &hf_062_390_DST_VALUE, { "Destination Airport", "asterix.062_390_DST_VALUE", FT_STRING, BASE_NONE, NULL, 0x00, NULL, HFILL } },
{ &hf_062_390_RDS, { "RDS, Runway Designation", "asterix.062_390_RDS", FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL } },
- { &hf_062_390_RDS_NU1, { "NU1, First Number", "asterix.062_390_RDS_NU1", FT_UINT8, BASE_HEX_DEC, NULL, 0x00, NULL, HFILL } },
- { &hf_062_390_RDS_NU2, { "NU2, Second Number", "asterix.062_390_RDS_NU2", FT_UINT8, BASE_HEX_DEC, NULL, 0x00, NULL, HFILL } },
+ { &hf_062_390_RDS_NU1, { "NU1, First Number", "asterix.062_390_RDS_NU1", FT_STRING, BASE_NONE, NULL, 0x00, NULL, HFILL } },
+ { &hf_062_390_RDS_NU2, { "NU2, Second Number", "asterix.062_390_RDS_NU2", FT_STRING, BASE_NONE, NULL, 0x00, NULL, HFILL } },
{ &hf_062_390_RDS_LTR, { "LTR, Letter", "asterix.062_390_RDS_LTR", FT_STRING, BASE_NONE, NULL, 0x00, NULL, HFILL } },
{ &hf_062_390_CFL, { "CFL, Current Cleared Flight Level", "asterix.062_390_CFL", FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL } },
{ &hf_062_390_CFL_VALUE, { "Current Cleared Flight Level, [FL]", "asterix.062_390_CFL_VALUE", FT_DOUBLE, BASE_NONE, NULL, 0x00, NULL, HFILL } },
diff --git a/epan/dissectors/packet-tls-utils.c b/epan/dissectors/packet-tls-utils.c
index 13428de959..f2def40090 100644
--- a/epan/dissectors/packet-tls-utils.c
+++ b/epan/dissectors/packet-tls-utils.c
@@ -1350,7 +1350,7 @@ const value_string tls_cert_status_type[] = {
};
/* Generated by tools/make-tls-ct-logids.py
- * Last-Modified Tue, 18 Jan 2022 20:28:00 GMT, 104 entries. */
+ * Last-Modified Fri, 11 Feb 2022 16:18:00 GMT, 106 entries. */
static const bytes_string ct_logids[] = {
{ (const guint8[]){
0xfa, 0xd4, 0xc9, 0x7c, 0xc4, 0x9e, 0xe2, 0xf8, 0xac, 0x85, 0xc5,
@@ -1395,6 +1395,12 @@ static const bytes_string ct_logids[] = {
},
32, "Google 'Argon2023' log" },
{ (const guint8[]){
+ 0xee, 0xcd, 0xd0, 0x64, 0xd5, 0xdb, 0x1a, 0xce, 0xc5, 0x5c, 0xb7,
+ 0x9d, 0xb4, 0xcd, 0x13, 0xa2, 0x32, 0x87, 0x46, 0x7c, 0xbc, 0xec,
+ 0xde, 0xc3, 0x51, 0x48, 0x59, 0x46, 0x71, 0x1f, 0xb5, 0x9b,
+ },
+ 32, "Google 'Argon2024' log" },
+ { (const guint8[]){
0xb1, 0x0c, 0xd5, 0x59, 0xa6, 0xd6, 0x78, 0x46, 0x81, 0x1f, 0x7d,
0xf9, 0xa5, 0x15, 0x32, 0x73, 0x9a, 0xc4, 0x8d, 0x70, 0x3b, 0xea,
0x03, 0x23, 0xda, 0x5d, 0x38, 0x75, 0x5b, 0xc0, 0xad, 0x4e,
@@ -1431,6 +1437,12 @@ static const bytes_string ct_logids[] = {
},
32, "Google 'Xenon2023' log" },
{ (const guint8[]){
+ 0x76, 0xff, 0x88, 0x3f, 0x0a, 0xb6, 0xfb, 0x95, 0x51, 0xc2, 0x61,
+ 0xcc, 0xf5, 0x87, 0xba, 0x34, 0xb4, 0xa4, 0xcd, 0xbb, 0x29, 0xdc,
+ 0x68, 0x42, 0x0a, 0x9f, 0xe6, 0x67, 0x4c, 0x5a, 0x3a, 0x74,
+ },
+ 32, "Google 'Xenon2024' log" },
+ { (const guint8[]){
0x68, 0xf6, 0x98, 0xf8, 0x1f, 0x64, 0x82, 0xbe, 0x3a, 0x8c, 0xee,
0xb9, 0x28, 0x1d, 0x4c, 0xfc, 0x71, 0x51, 0x5d, 0x67, 0x93, 0xd4,
0x44, 0xd1, 0x0a, 0x67, 0xac, 0xbb, 0x4f, 0x4f, 0xfb, 0xc4,
diff --git a/epan/pci-ids.c b/epan/pci-ids.c
index b29057771e..1b69a78de2 100644
--- a/epan/pci-ids.c
+++ b/epan/pci-ids.c
@@ -6,8 +6,8 @@
*
* List of PCI ID's
*
- * Version: 2022.02.06
- * Date: 2022-02-06 03:15:01
+ * Version: 2022.02.13
+ * Date: 2022-02-13 03:15:02
*
* Maintained by Albert Pool, Martin Mares, and other volunteers from
* the PCI ID Project at https://pci-ids.ucw.cz/.
@@ -1072,12 +1072,10 @@ pci_id_t pci_vid_1000[] = {
{0x1000, 0x10E4, 0xFFFF, 0xFFFF, "MegaRAID 12GSAS/PCIe Unsupported SAS38xx(0x10E4)"},
{0x1000, 0x10E5, 0xFFFF, 0xFFFF, "MegaRAID 12GSAS/PCIe SAS38xx(0x10E5)"},
{0x1000, 0x10E6, 0xFFFF, 0xFFFF, "MegaRAID 12GSAS/PCIe Secure SAS38xx(0x10E6)"},
-{0x1000, 0x10E6, 0x1028, 0x2170, "HBA350i Mini(0x1028-0x2170)"},
{0x1000, 0x10E6, 0x1028, 0x2172, "PERC H355 Adapter(0x1028-0x2172)"},
{0x1000, 0x10E6, 0x1028, 0x2173, "PERC H355 Front(0x1028-0x2173)"},
{0x1000, 0x10E6, 0x1028, 0x2174, "PERC H350 Mini(0x1028-0x2174)"},
{0x1000, 0x10E6, 0x1028, 0x2177, "PERC H350 Adapter(0x1028-0x2177)"},
-{0x1000, 0x10E6, 0x1028, 0x2197, "HBA350i Mini LP(0x1028-0x2197)"},
{0x1000, 0x10E6, 0x1028, 0x2199, "PERC H350 Mini LP(0x1028-0x2199)"},
{0x1000, 0x10E6, 0x1D49, 0x0505, "ThinkSystem RAID 540-8i PCIe Gen4 12Gb Adapter(0x1D49-0x0505)"},
{0x1000, 0x10E6, 0x1D49, 0x0506, "ThinkSystem RAID 540-16i PCIe Gen4 12Gb Adapter(0x1D49-0x0506)"},
@@ -28346,7 +28344,8 @@ pci_id_t pci_vid_1AA8[] = {
pci_id_t pci_vid_1AA9[] = {
{0x1AA9, 0xFFFF, 0xFFFF, 0xFFFF, "Schweitzer Engineering Laboratories(0x1AA9)"},
-{0x1AA9, 0x000D, 0xFFFF, 0xFFFF, "SEL-3390S8 serial adaptor(0x000D)"},
+{0x1AA9, 0x000D, 0xFFFF, 0xFFFF, "SEL-3390S8 Serial Adapter(0x000D)"},
+{0x1AA9, 0x0018, 0xFFFF, 0xFFFF, "SEL-3390E4 Ethernet Adapter(0x0018)"},
}; /* pci_vid_1AA9[] */
pci_id_t pci_vid_1AAE[] = {
@@ -28683,6 +28682,7 @@ pci_id_t pci_vid_1B4B[] = {
{0x1B4B, 0x9128, 0xFFFF, 0xFFFF, "88SE9128 PCIe SATA 6 Gb/s RAID controller(0x9128)"},
{0x1B4B, 0x9130, 0xFFFF, 0xFFFF, "88SE9128 PCIe SATA 6 Gb/s RAID controller with HyperDuo(0x9130)"},
{0x1B4B, 0x9130, 0x1043, 0x8438, "P8P67 Deluxe Motherboard(0x1043-0x8438)"},
+{0x1B4B, 0x9170, 0xFFFF, 0xFFFF, "88SE9170 PCIe 2.0 x1 2-port SATA 6 Gb/s Controller(0x9170)"},
{0x1B4B, 0x9172, 0xFFFF, 0xFFFF, "88SE9172 SATA 6Gb/s Controller(0x9172)"},
{0x1B4B, 0x9178, 0xFFFF, 0xFFFF, "88SE9170 PCIe SATA 6Gb/s Controller(0x9178)"},
{0x1B4B, 0x917A, 0xFFFF, 0xFFFF, "88SE9172 SATA III 6Gb/s RAID Controller(0x917A)"},
@@ -29454,6 +29454,7 @@ pci_id_t pci_vid_1D6C[] = {
{0x1D6C, 0x101C, 0xFFFF, 0xFFFF, "AR-ARK-SRIOV-VF [Arkville Virtual Function](0x101C)"},
{0x1D6C, 0x101D, 0xFFFF, 0xFFFF, "AR-ARK-NIC [Arkville ArkNIC Kernel Path Device](0x101D)"},
{0x1D6C, 0x101E, 0xFFFF, 0xFFFF, "AR-ARKA-FX1 [Arkville 64B DPDK Data Mover for Agilex R-Tile](0x101E)"},
+{0x1D6C, 0x101F, 0xFFFF, 0xFFFF, "AR-Q420F [2x100GbE Packet Capture Device](0x101F)"},
{0x1D6C, 0x4200, 0xFFFF, 0xFFFF, "A5PL-E1-10GETI [10 GbE Ethernet Traffic Instrument](0x4200)"},
}; /* pci_vid_1D6C[] */
@@ -38811,6 +38812,7 @@ pci_id_t pci_vid_8086[] = {
{0x8086, 0x9B61, 0x1028, 0x09BE, "Latitude 7410(0x1028-0x09BE)"},
{0x8086, 0x9B63, 0xFFFF, 0xFFFF, "10th Gen Core Processor Host Bridge/DRAM Registers(0x9B63)"},
{0x8086, 0x9B64, 0xFFFF, 0xFFFF, "10th Gen Core Processor Host Bridge/DRAM Registers(0x9B64)"},
+{0x8086, 0x9BA8, 0xFFFF, 0xFFFF, "CometLake-S GT1 [UHD Graphics 610](0x9BA8)"},
{0x8086, 0x9BC4, 0xFFFF, 0xFFFF, "CometLake-H GT2 [UHD Graphics](0x9BC4)"},
{0x8086, 0x9BC5, 0xFFFF, 0xFFFF, "CometLake-S GT2 [UHD Graphics 630](0x9BC5)"},
{0x8086, 0x9BC8, 0xFFFF, 0xFFFF, "CometLake-S GT2 [UHD Graphics 630](0x9BC8)"},
@@ -40868,7 +40870,7 @@ pci_vid_index_t pci_vid_index[] = {
{0x0E55, 1, pci_vid_0E55 },
{0x0EAC, 2, pci_vid_0EAC },
{0x0F62, 1, pci_vid_0F62 },
-{0x1000, 710, pci_vid_1000 },
+{0x1000, 708, pci_vid_1000 },
{0x1001, 10, pci_vid_1001 },
{0x1002, 3162, pci_vid_1002 },
{0x1003, 2, pci_vid_1003 },
@@ -42647,7 +42649,7 @@ pci_vid_index_t pci_vid_index[] = {
{0x1A8C, 2, pci_vid_1A8C },
{0x1A8E, 2, pci_vid_1A8E },
{0x1AA8, 3, pci_vid_1AA8 },
-{0x1AA9, 2, pci_vid_1AA9 },
+{0x1AA9, 3, pci_vid_1AA9 },
{0x1AAE, 1, pci_vid_1AAE },
{0x1AB4, 1, pci_vid_1AB4 },
{0x1AB6, 2, pci_vid_1AB6 },
@@ -42686,7 +42688,7 @@ pci_vid_index_t pci_vid_index[] = {
{0x1B3E, 4, pci_vid_1B3E },
{0x1B40, 1, pci_vid_1B40 },
{0x1B47, 3, pci_vid_1B47 },
-{0x1B4B, 41, pci_vid_1B4B },
+{0x1B4B, 42, pci_vid_1B4B },
{0x1B4C, 1, pci_vid_1B4C },
{0x1B55, 7, pci_vid_1B55 },
{0x1B66, 2, pci_vid_1B66 },
@@ -42768,7 +42770,7 @@ pci_vid_index_t pci_vid_index[] = {
{0x1D65, 2, pci_vid_1D65 },
{0x1D69, 3, pci_vid_1D69 },
{0x1D6A, 11, pci_vid_1D6A },
-{0x1D6C, 34, pci_vid_1D6C },
+{0x1D6C, 35, pci_vid_1D6C },
{0x1D72, 1, pci_vid_1D72 },
{0x1D78, 14, pci_vid_1D78 },
{0x1D7C, 2, pci_vid_1D7C },
@@ -42975,7 +42977,7 @@ pci_vid_index_t pci_vid_index[] = {
{0x7FED, 1, pci_vid_7FED },
{0x8008, 4, pci_vid_8008 },
{0x807D, 1, pci_vid_807D },
-{0x8086, 8186, pci_vid_8086 },
+{0x8086, 8187, 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 963373d373..0f1bd8facc 100644
--- a/manuf
+++ b/manuf
@@ -45,23 +45,23 @@
# http://standards-oui.ieee.org/cid/cid.csv:
# Content-Length: 11942
-# Last-Modified: Sun, 06 Feb 2022 15:00:27 GMT
+# Last-Modified: Sun, 13 Feb 2022 15:00:39 GMT
# http://standards-oui.ieee.org/iab/iab.csv:
# Content-Length: 381505
-# Last-Modified: Sun, 06 Feb 2022 15:00:40 GMT
+# Last-Modified: Sun, 13 Feb 2022 15:00:52 GMT
# http://standards-oui.ieee.org/oui/oui.csv:
-# Content-Length: 2902341
-# Last-Modified: Sun, 06 Feb 2022 15:01:12 GMT
+# Content-Length: 2904556
+# Last-Modified: Sun, 13 Feb 2022 15:01:27 GMT
# http://standards-oui.ieee.org/oui28/mam.csv:
-# Content-Length: 442923
-# Last-Modified: Sun, 06 Feb 2022 15:00:49 GMT
+# Content-Length: 443976
+# Last-Modified: Sun, 13 Feb 2022 15:01:01 GMT
# http://standards-oui.ieee.org/oui36/oui36.csv:
-# Content-Length: 429055
-# Last-Modified: Sun, 06 Feb 2022 15:01:08 GMT
+# Content-Length: 429881
+# Last-Modified: Sun, 13 Feb 2022 15:01:19 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
@@ -252,7 +252,7 @@
00:00:BA Siig Siig, Inc.
00:00:BB Tri-Data TRI-DATA Systems Inc. # Netway products, 3274 emulators
00:00:BC Rockwell Rockwell Automation
-00:00:BD Mitsubis Mitsubishi Cable Industries, Ltd. / Ryosei Systems
+00:00:BD RYOSEI RYOSEI, Ltd.
00:00:BE NtiGroup The Nti Group
00:00:BF Symmetri Symmetric Computer Systems
00:00:C0 WesternD Western Digital now SMC (Std. Microsystems Corp.)
@@ -16724,6 +16724,7 @@
00:CA:E5 Cisco Cisco Systems, Inc
00:CB:00 Private
00:CB:51 Sagemcom Sagemcom Broadband SAS
+00:CB:7A Technico Technicolor CH USA Inc.
00:CB:B4 Shenzhen Shenzhen Ateko Photoelectricity Co.,Ltd
00:CB:BD Cambridg Cambridge Broadband Networks Group
00:CC:34 JuniperN Juniper Networks
@@ -17294,6 +17295,7 @@
00:E4:06 HuaweiTe Huawei Technologies Co.,Ltd
00:E4:21 SonyInte Sony Interactive Entertainment Inc.
00:E5:E4 SichuanT Sichuan Tianyi Comheart Telecom Co.,LTD
+00:E5:F1 Buffalo Buffalo.Inc
00:E6:66 ARIMACom ARIMA Communications Corp.
00:E6:D3 NixdorfC Nixdorf Computer Corp.
00:E6:E8 NetzinTe Netzin Technology Corporation,.Ltd.
@@ -18797,6 +18799,7 @@
10:94:97 Logitech Logitech Hong Kong
10:94:BB Apple Apple, Inc.
10:95:4B Megabyte Megabyte Ltd.
+10:96:1A ChipseaT Chipsea Technologies (Shenzhen) Corp.
10:96:93 AmazonTe Amazon Technologies Inc.
10:97:BD Espressi Espressif Inc.
10:98:36 Dell Dell Inc.
@@ -19513,6 +19516,17 @@
18:A2:8A Essel-T Essel-T Co., Ltd
18:A3:E8 Fiberhom Fiberhome Telecommunication Technologies Co.,LTD
18:A4:A9 Vanu Vanu Inc.
+18:A5:9C IEEERegi IEEE Registration Authority
+18:A5:9C:00:00:00/28 Omwave
+18:A5:9C:20:00:00/28 Actionte Actiontec Electronics Inc.
+18:A5:9C:30:00:00/28 BroadexT Broadex Technologies Co.Ltd
+18:A5:9C:40:00:00/28 It-1
+18:A5:9C:50:00:00/28 Thermia Thermia AB
+18:A5:9C:60:00:00/28 Integral Integral Plus
+18:A5:9C:70:00:00/28 ePowerNe ePower Network Solution Co., Ltd.
+18:A5:9C:80:00:00/28 Residenc Residence Control Ltd
+18:A5:9C:90:00:00/28 estunaut estun automation co.,ltd
+18:A5:9C:B0:00:00/28 Cal-Comp Cal-Comp Industria E Comercio De Eletronicos E Informatica Ltda
18:A6:F7 Tp-LinkT Tp-Link Technologies Co.,Ltd.
18:A7:F1 QingdaoH Qingdao Haier Technology Co.,Ltd
18:A9:05 HewlettP Hewlett Packard
@@ -20008,6 +20022,7 @@
1C:AE:3E:E0:00:00/28 Broachli Broachlink Technology Co.,Limited
1C:AE:CB HuaweiTe Huawei Technologies Co.,Ltd
1C:AF:05 SamsungE Samsung Electronics Co.,Ltd
+1C:AF:4A SamsungE Samsung Electronics Co.,Ltd
1C:AF:F7 D-LinkIn D-Link International
1C:B0:44 AskeyCom Askey Computer Corp
1C:B0:94 HTC HTC Corporation
@@ -20722,6 +20737,7 @@
24:CD:8D MurataMa Murata Manufacturing Co., Ltd.
24:CE:33 AmazonTe Amazon Technologies Inc.
24:CF:21 Shenzhen Shenzhen State Micro Technology Co., Ltd
+24:CF:24 BeijingX Beijing Xiaomi Mobile Software Co., Ltd
24:D0:DF Apple Apple, Inc.
24:D1:3F Mexus Mexus Co.,Ltd
24:D2:CC SmartDri SmartDrive Systems Inc.
@@ -21875,6 +21891,7 @@
30:E4:8E Vodafone Vodafone UK
30:E4:DB Cisco Cisco Systems, Inc
30:E7:BC Guangdon Guangdong Oppo Mobile Telecommunications Corp.,Ltd
+30:E8:E4 QorvoInt Qorvo International Pte. Ltd.
30:E9:8E HuaweiTe Huawei Technologies Co.,Ltd
30:EA:26 Sycada Sycada BV
30:EB:1F SkylabM& Skylab M&C Technology Co.,Ltd
@@ -22272,6 +22289,7 @@
34:EA:E7 Shanghai Shanghai High-Flying Electronics Technology Co., Ltd
34:ED:0B Shanghai Shanghai XZ-COM.CO.,Ltd.
34:ED:1B Cisco Cisco Systems, Inc
+34:EE:2A ConMet
34:EF:44 2Wire 2Wire Inc
34:EF:8B NTTCommu NTT Communications Corporation
34:EF:B6 Edgecore Edgecore Networks Corporation
@@ -22352,6 +22370,7 @@
38:1F:26:B0:00:00/28 Deutroni Deutronic Elektronik GmbH
38:1F:26:C0:00:00/28 JadeBird Jade Bird Fire Co., Ltd.
38:1F:26:D0:00:00/28 Hwachang Hwachang Corporation
+38:1F:26:E0:00:00/28 Annapurn Annapurna labs
38:1F:8D TuyaSmar Tuya Smart Inc.
38:20:28 HuaweiTe Huawei Technologies Co.,Ltd
38:20:56 Cisco Cisco Systems, Inc
@@ -24559,6 +24578,7 @@
48:DA:96 EddySmar Eddy Smart Home Solutions Inc.
48:DB:50 HuaweiTe Huawei Technologies Co.,Ltd
48:DC:2D HuaweiTe Huawei Technologies Co.,Ltd
+48:DC:9D Grandpri Grandprint(Beijing) Technology Co., LTD.
48:DC:FB Nokia Nokia Corporation
48:DD:0C eero eero inc.
48:DD:9D ItelMobi Itel Mobile Limited
@@ -27059,6 +27079,7 @@
64:FB:81:F0:00:00/28 Private
64:FB:92 PPCBroad PPC Broadband Inc.
64:FC:8C Zonar Zonar Systems
+64:FD:96 Sagemcom Sagemcom Broadband SAS
64:FF:0A WistronN Wistron Neweb Corporation
68:02:35 KontenNe Konten Networks Inc.
68:02:B8 CompalBr Compal Broadband Networks, Inc.
@@ -32566,6 +32587,7 @@
78:1F:DB SamsungE Samsung Electronics Co.,Ltd
78:20:79 IDTech ID Tech
78:20:A5 Nintendo Nintendo Co.,Ltd
+78:20:BD Polysens Polysense (Beijing) Technologies Co. Ltd
78:21:84 Espressi Espressif Inc.
78:22:3D Affirmed Affirmed Networks
78:23:27 SamsungE Samsung Electronics Co.,Ltd
@@ -34496,7 +34518,9 @@
8C:1F:64 IEEERegi IEEE Registration Authority
8C:1F:64:00:00:00/36 SuzhouXi Suzhou Xingxiangyi Precision Manufacturing Co.,Ltd.
8C:1F:64:00:30:00/36 Brighten Brighten Controls LLP
+8C:1F:64:01:E0:00/36 SCIREQSc SCIREQ Scientific Respiratory Equipment Inc
8C:1F:64:04:50:00/36 Veilux Veilux Inc.
+8C:1F:64:05:90:00/36 MBconnec MB connect line GmbH Fernwartungssysteme
8C:1F:64:05:F0:00/36 ESCADAUT ESCAD AUTOMATION GmbH
8C:1F:64:06:D0:00/36 Monnit Monnit Corporation
8C:1F:64:07:10:00/36 DorletSa Dorlet Sau
@@ -34593,11 +34617,13 @@
8C:1F:64:39:80:00/36 Software Software Systems Plus
8C:1F:64:3A:40:00/36 QLMTechn QLM Technology Ltd
8C:1F:64:3A:D0:00/36 TowerIQ
+8C:1F:64:3B:20:00/36 RealDigi Real Digital
8C:1F:64:3B:50:00/36 Svms
8C:1F:64:3C:40:00/36 NavSysTe NavSys Technology Inc.
8C:1F:64:3C:60:00/36 Wavestre Wavestream Corp
8C:1F:64:3E:00:00/36 YPP YPP Corporation
8C:1F:64:3E:80:00/36 Ruichuan Ruichuangte
+8C:1F:64:3F:40:00/36 Actelser Actelser S.L.
8C:1F:64:3F:E0:00/36 Plumsp Plum sp. z.o.o.
8C:1F:64:3F:F0:00/36 UiseeSha Uisee(Shanghai) Automotive Technologies Ltd.
8C:1F:64:40:C0:00/36 SichuanA Sichuan Aiyijan Technology Company Ltd.
@@ -34680,6 +34706,7 @@
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:67:50:00/36 TransitS Transit Solutions, LLC.
+8C:1F:64:67:A0:00/36 MG MG s.r.l.
8C:1F:64:69:E0:00/36 AT-Autom AT-Automation Technology GmbH
8C:1F:64:6A:80:00/36 Bulwark
8C:1F:64:6A:D0:00/36 PotterEl Potter Electric Signal Company
@@ -34719,6 +34746,8 @@
8C:1F:64:79:E0:00/36 AccemicT Accemic Technologies GmbH
8C:1F:64:7A:10:00/36 Guardian Guardian Controls International Ltd
8C:1F:64:7A:60:00/36 OTMetric
+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:7B:80:00/36 TimeMach TimeMachines Inc.
8C:1F:64:7B:90:00/36 Devicero Deviceroy
8C:1F:64:7C:80:00/36 JacquetD Jacquet Dechaume
@@ -34804,6 +34833,7 @@
8C:1F:64:A5:D0:00/36 Shenzhen Shenzhen zhushida Technology lnformation Co.,Ltd
8C:1F:64:A6:D0:00/36 CyberneX CyberneX Co., Ltd
8C:1F:64:A7:60:00/36 DEUTA-WE DEUTA-WERKE GmbH
+8C:1F:64:A8:40:00/36 BeijingW Beijing Wenrise Technology Co., Ltd.
8C:1F:64:A9:40:00/36 Futurewa Future wave ultra tech Company
8C:1F:64:A9:70:00/36 Integerp Integer.pl S.A.
8C:1F:64:A9:A0:00/36 Signasys Signasystems Elektronik San. ve Tic. Ltd. Sti.
@@ -34867,6 +34897,7 @@
8C:1F:64:CB:E0:00/36 CircaEnt Circa Enterprises Inc
8C:1F:64:CD:60:00/36 USM USM Pty Ltd
8C:1F:64:CD:80:00/36 GogoBusi Gogo Business Aviation
+8C:1F:64:CD:90:00/36 Fingoti Fingoti Limited
8C:1F:64:CD:F0:00/36 CanwayTe Canway Technology GmbH
8C:1F:64:CE:30:00/36 PixelDes Pixel Design & Manufacturing Sdn. Bhd.
8C:1F:64:CE:E0:00/36 Displax Displax S.A.
@@ -35332,6 +35363,7 @@
90:2B:34 Giga-Byt Giga-Byte Technology Co.,Ltd.
90:2B:D2 HuaweiTe Huawei Technologies Co.,Ltd
90:2C:C7 C-MAXAsi C-MAX Asia Limited
+90:2C:FB CanTops CanTops Co,.Ltd.
90:2E:16 LCFCHeFe LCFC(HeFei) Electronics Technology co., ltd
90:2E:1C IntelCor Intel Corporate
90:2E:87 LabJack
@@ -37778,6 +37810,7 @@ A8:A0:89 Tactical Tactical Communications
A8:A0:97 ScioTeqb ScioTeq bvba
A8:A1:59 ASRockIn ASRock Incorporation
A8:A1:98 TCTmobil TCT mobile ltd
+A8:A2:37 Arcadyan Arcadyan Corporation
A8:A5:E2 MSF-Vath MSF-Vathauer Antriebstechnik GmbH & Co KG
A8:A6:48 QingdaoH Qingdao Hisense Communications Co.,Ltd.
A8:A6:68 zte zte corporation
@@ -39502,6 +39535,7 @@ BC:E7:12 Cisco Cisco Systems, Inc
BC:E7:67 Quanzhou Quanzhou TDX Electronics Co., Ltd
BC:E7:96 Wireless Wireless CCTV Ltd
BC:E9:2F HP HP Inc.
+BC:E9:E2 BrocadeC Brocade Communications Systems LLC
BC:EA:2B CityCom CityCom GmbH
BC:EA:FA HewlettP Hewlett Packard
BC:EB:5F FujianBe Fujian Beifeng Telecom Technology Co., Ltd.
@@ -40243,6 +40277,7 @@ C8:0E:14 AVMAudio AVM Audiovisuelles Marketing und Computersysteme GmbH
C8:0E:77 LeShiZhi Le Shi Zhi Xin Electronic Technology (Tianjin) Limited
C8:0E:95 OmniLync OmniLync Inc.
C8:10:73 CenturyO Century Opticomm Co.,Ltd
+C8:12:0B SamsungE Samsung Electronics Co.,Ltd
C8:13:8B Shenzhen Shenzhen Skyworth Digital Technology CO., Ltd
C8:14:51 HuaweiTe Huawei Technologies Co.,Ltd
C8:14:79 SamsungE Samsung Electronics Co.,Ltd
@@ -43396,6 +43431,7 @@ EC:2C:E2 Apple Apple, Inc.
EC:2E:4E Hitachi- Hitachi-Lg Data Storage Inc
EC:2E:98 AzureWav AzureWave Technology Inc.
EC:30:91 Cisco Cisco Systems, Inc
+EC:30:B3 XiaomiCo Xiaomi Communications Co Ltd
EC:31:6D Hansgroh Hansgrohe
EC:35:4D Wingtech Wingtech Mobile Communications Co.,Ltd
EC:35:86 Apple Apple, Inc.
@@ -43750,6 +43786,7 @@ F0:4B:6A Scientif Scientific Production Association Siberian Arsenal, Ltd.
F0:4B:F2 JTECHCom JTECH Communications, Inc.
F0:4C:D5 Maxlinea Maxlinear, Inc
F0:4D:A2 Dell Dell Inc.
+F0:4D:D4 Sagemcom Sagemcom Broadband SAS
F0:4F:7C AmazonTe Amazon Technologies Inc.
F0:51:36 TCTmobil TCT mobile ltd
F0:51:EA Fitbit Fitbit, Inc.
@@ -43780,6 +43817,7 @@ F0:67:28 Guangdon Guangdong Oppo Mobile Telecommunications Corp.,Ltd
F0:68:53 Integrat Integrated Corporation
F0:68:65 TaicangT Taicang T&W Electronics
F0:6B:CA SamsungE Samsung Electronics Co.,Ltd
+F0:6C:5D XiaomiCo Xiaomi Communications Co Ltd
F0:6C:73 Nokia
F0:6D:78 Guangdon Guangdong Oppo Mobile Telecommunications Corp.,Ltd
F0:6E:0B Microsof Microsoft Corporation
@@ -44627,6 +44665,7 @@ F8:A9:DE Puissanc Puissance Plus
F8:AA:3F DWnetTec DWnet Technologies(Suzhou) Corporation
F8:AA:8A AxviewTe Axview Technology (Shenzhen) Co.,Ltd
F8:AB:05 Sagemcom Sagemcom Broadband SAS
+F8:AB:82 XiaomiCo Xiaomi Communications Co Ltd
F8:AB:E5 shenzhen shenzhen worldelite electronics co., LTD
F8:AC:65 IntelCor Intel Corporate
F8:AC:6D Deltenna Deltenna Ltd
@@ -44994,6 +45033,7 @@ FC:B6:98 Cambridg Cambridge Industries(Group) Co.,Ltd.
FC:B6:9D Zhejiang Zhejiang Dahua Technology Co., Ltd.
FC:B6:D8 Apple Apple, Inc.
FC:B7:F0 IdahoNat Idaho National Laboratory
+FC:B9:7E GEApplia GE Appliances
FC:BB:A1 Shenzhen Shenzhen Minicreate Technology Co.,Ltd
FC:BC:0E Zhejiang Zhejiang Cainiao Supply Chain Management Co., Ltd
FC:BC:9C Vimar Vimar Spa
diff --git a/ui/qt/wireshark_de.ts b/ui/qt/wireshark_de.ts
index 82ef25c914..13b4794585 100644
--- a/ui/qt/wireshark_de.ts
+++ b/ui/qt/wireshark_de.ts
@@ -1474,6 +1474,14 @@ Um zum Beispiel eine neue Datei zu jeder vollen Stunde zu haben, 1 Stunde angebe
<translation>Mitschneiden beenden, nachdem die angegebene Zeit verstrichen ist.</translation>
</message>
<message>
+ <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Optionally specify a temporary directory for unnamed capture files.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Directory for temporary files</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
<source>Capture Options</source>
<translation>Aufzeichnungsoptionen</translation>
</message>
@@ -1490,6 +1498,10 @@ Um zum Beispiel eine neue Datei zu jeder vollen Stunde zu haben, 1 Stunde angebe
<translation>Eine Mitschnittdatei angeben</translation>
</message>
<message>
+ <source>Specify temporary directory</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
<source>%1: %2</source>
<translation>%1: %2</translation>
</message>
@@ -6357,10 +6369,6 @@ Um zum Beispiel eine neue Datei zu jeder vollen Stunde zu haben, 1 Stunde angebe
<translation>HTTP</translation>
</message>
<message>
- <source>900000000</source>
- <translation type="vanished">900000000</translation>
- </message>
- <message>
<source>&amp;File</source>
<translation>&amp;Datei</translation>
</message>
@@ -8872,6 +8880,10 @@ Um zum Beispiel eine neue Datei zu jeder vollen Stunde zu haben, 1 Stunde angebe
<translation>&lt;small&gt;&lt;i&gt;&lt;/i&gt;&lt;/small&gt;</translation>
</message>
<message>
+ <source>Show packet bytes</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
<source>Packet %1</source>
<translation>Paket %1</translation>
</message>
@@ -8950,6 +8962,14 @@ Um zum Beispiel eine neue Datei zu jeder vollen Stunde zu haben, 1 Stunde angebe
<source>Bytes</source>
<translation>Byte</translation>
</message>
+ <message>
+ <source>Include secondary data sources</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Generate hexdumps for secondary data sources like reassembled or decrypted buffers in addition to the frame&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
</context>
<context>
<name>PacketList</name>
diff --git a/ui/qt/wireshark_en.ts b/ui/qt/wireshark_en.ts
index ac8d6050fe..8e17dc8eac 100644
--- a/ui/qt/wireshark_en.ts
+++ b/ui/qt/wireshark_en.ts
@@ -1471,6 +1471,14 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation type="unfinished"></translation>
</message>
<message>
+ <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Optionally specify a temporary directory for unnamed capture files.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Directory for temporary files</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
<source>Capture Options</source>
<translation type="unfinished"></translation>
</message>
@@ -1487,6 +1495,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>Specify temporary directory</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
<source>%1: %2</source>
<translation type="unfinished"></translation>
</message>
@@ -8809,6 +8821,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>Show packet bytes</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
<source>Packet %1</source>
<translation type="unfinished"></translation>
</message>
@@ -8887,6 +8903,14 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<source>Bytes</source>
<translation type="unfinished"></translation>
</message>
+ <message>
+ <source>Include secondary data sources</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Generate hexdumps for secondary data sources like reassembled or decrypted buffers in addition to the frame&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
</context>
<context>
<name>PacketList</name>
diff --git a/ui/qt/wireshark_es.ts b/ui/qt/wireshark_es.ts
index 961a603f91..1f14e70483 100644
--- a/ui/qt/wireshark_es.ts
+++ b/ui/qt/wireshark_es.ts
@@ -1449,6 +1449,14 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto.</
<translation>Detiene la captura después de que haya pasado la cantidad de tiempo especificada.</translation>
</message>
<message>
+ <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Optionally specify a temporary directory for unnamed capture files.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Directory for temporary files</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
<source>Capture Options</source>
<translation>Opciones de captura</translation>
</message>
@@ -1465,6 +1473,10 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto.</
<translation>Especifique un archivo de captura</translation>
</message>
<message>
+ <source>Specify temporary directory</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
<source>%1: %2</source>
<translation>%1: %2</translation>
</message>
@@ -6293,10 +6305,6 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto.</
<translation>HTTP</translation>
</message>
<message>
- <source>900000000</source>
- <translation type="vanished">900000000</translation>
- </message>
- <message>
<source>&amp;File</source>
<translation>&amp;Archivo</translation>
</message>
@@ -8800,6 +8808,10 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto.</
<translation>&lt;small&gt;&lt;i&gt;&lt;/i&gt;&lt;/small&gt;</translation>
</message>
<message>
+ <source>Show packet bytes</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
<source>Packet %1</source>
<translation type="unfinished"></translation>
</message>
@@ -8878,6 +8890,14 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto.</
<source>Bytes</source>
<translation>Bytes</translation>
</message>
+ <message>
+ <source>Include secondary data sources</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Generate hexdumps for secondary data sources like reassembled or decrypted buffers in addition to the frame&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
</context>
<context>
<name>PacketList</name>
diff --git a/ui/qt/wireshark_fr.ts b/ui/qt/wireshark_fr.ts
index 715e7c3217..938239010b 100644
--- a/ui/qt/wireshark_fr.ts
+++ b/ui/qt/wireshark_fr.ts
@@ -1474,6 +1474,14 @@ Pas exemple, inquiquez 1 heure pour avoir un nouveau fichier créé toutes les h
<translation>Arrête la capture à la fin du temps défini.</translation>
</message>
<message>
+ <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Optionally specify a temporary directory for unnamed capture files.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Directory for temporary files</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
<source>Capture Options</source>
<translation>Options de Capture</translation>
</message>
@@ -1490,6 +1498,10 @@ Pas exemple, inquiquez 1 heure pour avoir un nouveau fichier créé toutes les h
<translation>Préciser un fichier de capture</translation>
</message>
<message>
+ <source>Specify temporary directory</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
<source>%1: %2</source>
<translation>%1 : %2</translation>
</message>
@@ -6357,10 +6369,6 @@ Changer la direction de la connexion (voir le flux inverse).&lt;/p&gt;&lt;/body&
<translation>HTTP</translation>
</message>
<message>
- <source>900000000</source>
- <translation type="vanished">900000000</translation>
- </message>
- <message>
<source>&amp;File</source>
<translation>&amp;Fichier</translation>
</message>
@@ -8866,6 +8874,10 @@ Changer la direction de la connexion (voir le flux inverse).&lt;/p&gt;&lt;/body&
<translation>&lt;small&gt;&lt;i&gt;&lt;/i&gt;&lt;/small&gt;</translation>
</message>
<message>
+ <source>Show packet bytes</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
<source>Packet %1</source>
<translation>Paquet %1</translation>
</message>
@@ -8944,6 +8956,14 @@ Changer la direction de la connexion (voir le flux inverse).&lt;/p&gt;&lt;/body&
<source>Bytes</source>
<translation>Octets</translation>
</message>
+ <message>
+ <source>Include secondary data sources</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Generate hexdumps for secondary data sources like reassembled or decrypted buffers in addition to the frame&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
</context>
<context>
<name>PacketList</name>
diff --git a/ui/qt/wireshark_it.ts b/ui/qt/wireshark_it.ts
index 2243f2688a..dbcdec1f90 100644
--- a/ui/qt/wireshark_it.ts
+++ b/ui/qt/wireshark_it.ts
@@ -1474,6 +1474,14 @@ Ad esempio, usa 1 ora per fare in modo che un nuovo file sia creato ogni ora.</t
<translation>Ferma la cattura dopo che la quantità di tempo specificato è trascorsa.</translation>
</message>
<message>
+ <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Optionally specify a temporary directory for unnamed capture files.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Directory for temporary files</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
<source>Capture Options</source>
<translation>Opzioni di cattura</translation>
</message>
@@ -1490,6 +1498,10 @@ Ad esempio, usa 1 ora per fare in modo che un nuovo file sia creato ogni ora.</t
<translation>Specifica un file di cattura</translation>
</message>
<message>
+ <source>Specify temporary directory</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
<source>%1: %2</source>
<translation>%1: %2</translation>
</message>
@@ -6357,10 +6369,6 @@ Ad esempio, usa 1 ora per fare in modo che un nuovo file sia creato ogni ora.</t
<translation>HTTP</translation>
</message>
<message>
- <source>900000000</source>
- <translation type="vanished">900000000</translation>
- </message>
- <message>
<source>&amp;File</source>
<translation>&amp;File</translation>
</message>
@@ -8872,6 +8880,10 @@ Ad esempio, usa 1 ora per fare in modo che un nuovo file sia creato ogni ora.</t
<translation>&lt;small&gt;&lt;i&gt;&lt;/i&gt;&lt;/small&gt;</translation>
</message>
<message>
+ <source>Show packet bytes</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
<source>Packet %1</source>
<translation>Pacchetto %1</translation>
</message>
@@ -8950,6 +8962,14 @@ Ad esempio, usa 1 ora per fare in modo che un nuovo file sia creato ogni ora.</t
<source>Bytes</source>
<translation>Byte</translation>
</message>
+ <message>
+ <source>Include secondary data sources</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Generate hexdumps for secondary data sources like reassembled or decrypted buffers in addition to the frame&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
</context>
<context>
<name>PacketList</name>
@@ -12917,7 +12937,7 @@ Ad esempio, usa 1 ora per fare in modo che un nuovo file sia creato ogni ora.</t
</message>
<message>
<source>Json</source>
- <translation type="unfinished"></translation>
+ <translation>Json</translation>
</message>
<message>
<source>Raw</source>
diff --git a/ui/qt/wireshark_ja_JP.ts b/ui/qt/wireshark_ja_JP.ts
index 054565b5ab..42cb7679f5 100644
--- a/ui/qt/wireshark_ja_JP.ts
+++ b/ui/qt/wireshark_ja_JP.ts
@@ -1466,6 +1466,14 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation>指定時間が経過した後キャプチャを停止します</translation>
</message>
<message>
+ <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Optionally specify a temporary directory for unnamed capture files.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Directory for temporary files</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
<source>Capture Options</source>
<translation>キャプチャオプション</translation>
</message>
@@ -1482,6 +1490,10 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation>キャプチャファイルを指定します</translation>
</message>
<message>
+ <source>Specify temporary directory</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
<source>%1: %2</source>
<translation>%1: %2</translation>
</message>
@@ -6339,10 +6351,6 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation>HTTP</translation>
</message>
<message>
- <source>900000000</source>
- <translation type="vanished">900000000</translation>
- </message>
- <message>
<source>&amp;File</source>
<translation>ファイル(&amp;F)</translation>
</message>
@@ -8851,6 +8859,10 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation>&lt;small&gt;&lt;i&gt;&lt;/i&gt;&lt;/small&gt;</translation>
</message>
<message>
+ <source>Show packet bytes</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
<source>Packet %1</source>
<translation>パケット %1</translation>
</message>
@@ -8929,6 +8941,14 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<source>Bytes</source>
<translation>バイト列</translation>
</message>
+ <message>
+ <source>Include secondary data sources</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Generate hexdumps for secondary data sources like reassembled or decrypted buffers in addition to the frame&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
</context>
<context>
<name>PacketList</name>
@@ -12887,7 +12907,7 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>Json</source>
- <translation type="unfinished"></translation>
+ <translation>Json</translation>
</message>
<message>
<source>Raw</source>
diff --git a/ui/qt/wireshark_pl.ts b/ui/qt/wireshark_pl.ts
index 0fd1514074..fec53b58fb 100644
--- a/ui/qt/wireshark_pl.ts
+++ b/ui/qt/wireshark_pl.ts
@@ -1478,6 +1478,14 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation type="unfinished"></translation>
</message>
<message>
+ <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Optionally specify a temporary directory for unnamed capture files.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Directory for temporary files</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
<source>Capture Options</source>
<translation type="unfinished">Opcje przechytywania</translation>
</message>
@@ -1494,6 +1502,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>Specify temporary directory</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
<source>%1: %2</source>
<translation type="unfinished">%1: %2</translation>
</message>
@@ -6368,10 +6380,6 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation>HTTP</translation>
</message>
<message>
- <source>900000000</source>
- <translation type="vanished">900000000</translation>
- </message>
- <message>
<source>&amp;File</source>
<translation>&amp;Plik</translation>
</message>
@@ -8886,6 +8894,10 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation>&lt;small&gt;&lt;i&gt;&lt;/i&gt;&lt;/small&gt;</translation>
</message>
<message>
+ <source>Show packet bytes</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
<source>Packet %1</source>
<translation>Pakiet %1</translation>
</message>
@@ -8964,6 +8976,14 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<source>Bytes</source>
<translation>Bajty</translation>
</message>
+ <message>
+ <source>Include secondary data sources</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Generate hexdumps for secondary data sources like reassembled or decrypted buffers in addition to the frame&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
</context>
<context>
<name>PacketList</name>
diff --git a/ui/qt/wireshark_ru.ts b/ui/qt/wireshark_ru.ts
index 2628d234fd..15757459e8 100644
--- a/ui/qt/wireshark_ru.ts
+++ b/ui/qt/wireshark_ru.ts
@@ -1481,6 +1481,14 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation>Прекратить захват после окончания указанного времени.</translation>
</message>
<message>
+ <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Optionally specify a temporary directory for unnamed capture files.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Directory for temporary files</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
<source>Capture Options</source>
<translation>Опции Захвата</translation>
</message>
@@ -1497,6 +1505,10 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation>Указать Файл Захвата</translation>
</message>
<message>
+ <source>Specify temporary directory</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
<source>%1: %2</source>
<translation>%1: %2</translation>
</message>
@@ -6378,10 +6390,6 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation>HTTP</translation>
</message>
<message>
- <source>900000000</source>
- <translation type="vanished">900000000</translation>
- </message>
- <message>
<source>&amp;File</source>
<translation>&amp;Файл</translation>
</message>
@@ -8896,6 +8904,10 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation>&lt;small&gt;&lt;i&gt;&lt;/i&gt;&lt;/small&gt;</translation>
</message>
<message>
+ <source>Show packet bytes</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
<source>Packet %1</source>
<translation>Пакет %1</translation>
</message>
@@ -8974,6 +8986,14 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<source>Bytes</source>
<translation>Байты</translation>
</message>
+ <message>
+ <source>Include secondary data sources</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Generate hexdumps for secondary data sources like reassembled or decrypted buffers in addition to the frame&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
</context>
<context>
<name>PacketList</name>
diff --git a/ui/qt/wireshark_sv.ts b/ui/qt/wireshark_sv.ts
index 35f8998a20..0f94ec05cb 100644
--- a/ui/qt/wireshark_sv.ts
+++ b/ui/qt/wireshark_sv.ts
@@ -1474,6 +1474,14 @@ Till exempel, använd 1 timma för att en ny fil skall skapas varje timma vid he
<translation>Sluta fånga efter den angivna tidsrymden har passerat.</translation>
</message>
<message>
+ <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Optionally specify a temporary directory for unnamed capture files.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Directory for temporary files</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
<source>Capture Options</source>
<translation>Fångstalternativ</translation>
</message>
@@ -1490,6 +1498,10 @@ Till exempel, använd 1 timma för att en ny fil skall skapas varje timma vid he
<translation>Ange en fångstfil</translation>
</message>
<message>
+ <source>Specify temporary directory</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
<source>%1: %2</source>
<translation>%1: %2</translation>
</message>
@@ -6357,10 +6369,6 @@ Till exempel, använd 1 timma för att en ny fil skall skapas varje timma vid he
<translation>HTTP</translation>
</message>
<message>
- <source>900000000</source>
- <translation type="vanished">900000000</translation>
- </message>
- <message>
<source>&amp;File</source>
<translation>&amp;Arkiv</translation>
</message>
@@ -8872,6 +8880,10 @@ Till exempel, använd 1 timma för att en ny fil skall skapas varje timma vid he
<translation>&lt;small&gt;&lt;i&gt;&lt;/i&gt;&lt;/small&gt;</translation>
</message>
<message>
+ <source>Show packet bytes</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
<source>Packet %1</source>
<translation>Paket %1</translation>
</message>
@@ -8950,6 +8962,14 @@ Till exempel, använd 1 timma för att en ny fil skall skapas varje timma vid he
<source>Bytes</source>
<translation>Byte</translation>
</message>
+ <message>
+ <source>Include secondary data sources</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Generate hexdumps for secondary data sources like reassembled or decrypted buffers in addition to the frame&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
</context>
<context>
<name>PacketList</name>
diff --git a/ui/qt/wireshark_tr_TR.ts b/ui/qt/wireshark_tr_TR.ts
index f1bc9f2006..556f5b450d 100644
--- a/ui/qt/wireshark_tr_TR.ts
+++ b/ui/qt/wireshark_tr_TR.ts
@@ -1467,6 +1467,14 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation>Belirtilen süre geçtikten sonra yakalamayı durdurun.</translation>
</message>
<message>
+ <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Optionally specify a temporary directory for unnamed capture files.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Directory for temporary files</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
<source>Capture Options</source>
<translation>Yakalama Seçenekleri</translation>
</message>
@@ -1483,6 +1491,10 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation>Bir Yakalama Dosyası Belirtin</translation>
</message>
<message>
+ <source>Specify temporary directory</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
<source>%1: %2</source>
<translation>%1: %2</translation>
</message>
@@ -6336,10 +6348,6 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation>HTTP</translation>
</message>
<message>
- <source>900000000</source>
- <translation type="vanished">900000000</translation>
- </message>
- <message>
<source>&amp;File</source>
<translation>&amp;DOSYA</translation>
</message>
@@ -8848,6 +8856,10 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation>&lt;small&gt;&lt;i&gt;&lt;/i&gt;&lt;/small&gt;</translation>
</message>
<message>
+ <source>Show packet bytes</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
<source>Packet %1</source>
<translation>Paket %1</translation>
</message>
@@ -8926,6 +8938,14 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<source>Bytes</source>
<translation>Bayt</translation>
</message>
+ <message>
+ <source>Include secondary data sources</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Generate hexdumps for secondary data sources like reassembled or decrypted buffers in addition to the frame&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
</context>
<context>
<name>PacketList</name>
@@ -12884,7 +12904,7 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>Json</source>
- <translation type="unfinished"></translation>
+ <translation>Json</translation>
</message>
<message>
<source>Raw</source>
diff --git a/ui/qt/wireshark_uk.ts b/ui/qt/wireshark_uk.ts
index dfa38b3e10..30c8999cb1 100644
--- a/ui/qt/wireshark_uk.ts
+++ b/ui/qt/wireshark_uk.ts
@@ -1454,6 +1454,14 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation type="unfinished"></translation>
</message>
<message>
+ <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Optionally specify a temporary directory for unnamed capture files.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Directory for temporary files</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
<source>Capture Options</source>
<translation type="unfinished"></translation>
</message>
@@ -1470,6 +1478,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>Specify temporary directory</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
<source>%1: %2</source>
<translation type="unfinished">%1: %2</translation>
</message>
@@ -6295,10 +6307,6 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation>HTTP</translation>
</message>
<message>
- <source>900000000</source>
- <translation type="vanished">900000000</translation>
- </message>
- <message>
<source>&amp;File</source>
<translation>&amp;Файл</translation>
</message>
@@ -8804,6 +8812,10 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation>&lt;small&gt;&lt;i&gt;&lt;/i&gt;&lt;/small&gt;</translation>
</message>
<message>
+ <source>Show packet bytes</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
<source>Packet %1</source>
<translation type="unfinished"></translation>
</message>
@@ -8882,6 +8894,14 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<source>Bytes</source>
<translation type="unfinished">Байтів</translation>
</message>
+ <message>
+ <source>Include secondary data sources</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Generate hexdumps for secondary data sources like reassembled or decrypted buffers in addition to the frame&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
</context>
<context>
<name>PacketList</name>
diff --git a/ui/qt/wireshark_zh_CN.ts b/ui/qt/wireshark_zh_CN.ts
index a8817b024f..4d29fd243c 100644
--- a/ui/qt/wireshark_zh_CN.ts
+++ b/ui/qt/wireshark_zh_CN.ts
@@ -1465,6 +1465,14 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation type="unfinished"></translation>
</message>
<message>
+ <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Optionally specify a temporary directory for unnamed capture files.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Directory for temporary files</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
<source>Capture Options</source>
<translation type="unfinished">捕获选项</translation>
</message>
@@ -1481,6 +1489,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>Specify temporary directory</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
<source>%1: %2</source>
<translation type="unfinished">%1: %2</translation>
</message>
@@ -6332,10 +6344,6 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation>HTTP</translation>
</message>
<message>
- <source>900000000</source>
- <translation type="vanished">900000000</translation>
- </message>
- <message>
<source>&amp;File</source>
<translation>文件(&amp;F)</translation>
</message>
@@ -8844,6 +8852,10 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation>&lt;small&gt;&lt;i&gt;&lt;/i&gt;&lt;/small&gt;</translation>
</message>
<message>
+ <source>Show packet bytes</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
<source>Packet %1</source>
<translation>分组 %1</translation>
</message>
@@ -8922,6 +8934,14 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<source>Bytes</source>
<translation>字节流</translation>
</message>
+ <message>
+ <source>Include secondary data sources</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Generate hexdumps for secondary data sources like reassembled or decrypted buffers in addition to the frame&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
</context>
<context>
<name>PacketList</name>