aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2022-06-12 16:39:44 +0000
committerGerald Combs <gerald@wireshark.org>2022-06-12 17:03:28 +0000
commitb3a102eb46fbedee3ac7dcc87a4b0ab93913d7cd (patch)
tree332c91d61d763e3610f104c45ca5a6fc686e3fc5
parentf82ddef8d267510d97201314b8e5408cb9102ae5 (diff)
[Automatic update for 2022-06-12]
Update manuf, services enterprise numbers, translations, and other items.
-rw-r--r--AUTHORS3
-rw-r--r--NEWS44
-rw-r--r--enterprises.tsv27
-rw-r--r--manuf103
-rw-r--r--services3
-rw-r--r--ui/qt/wireshark_de.ts63
-rw-r--r--ui/qt/wireshark_en.ts24
-rw-r--r--ui/qt/wireshark_es.ts39
-rw-r--r--ui/qt/wireshark_fr.ts63
-rw-r--r--ui/qt/wireshark_it.ts273
-rw-r--r--ui/qt/wireshark_ja_JP.ts67
-rw-r--r--ui/qt/wireshark_pl.ts51
-rw-r--r--ui/qt/wireshark_ru.ts63
-rw-r--r--ui/qt/wireshark_sv.ts63
-rw-r--r--ui/qt/wireshark_tr_TR.ts273
-rw-r--r--ui/qt/wireshark_uk.ts21
-rw-r--r--ui/qt/wireshark_zh_CN.ts51
17 files changed, 491 insertions, 740 deletions
diff --git a/AUTHORS b/AUTHORS
index 82fc31da08..01938a7eec 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -4005,6 +4005,7 @@ Triton Circonflexe <triton+enuiqr[AT]kumal.info>
= From git log =
+Aaron Turner <synfinatic[AT]gmail.com>
Abhinay Ramesh <rabhinay[AT]vmware.com>
Achuthan Paramanathan <acp[AT]kamstrup.com>
Adam Goldman <adam.goldman[AT]intel.com>
@@ -4424,6 +4425,7 @@ Jack Culhane <jackculhane[AT]gmail.com>
Jack Kaplan <efraimkaplan7[AT]gmail.com>
Jaime Caamaño Ruiz <jcaamano[AT]suse.com>
Jakub Adam <jakub.adam[AT]collabora.com>
+Jakub Jirutka <jakub[AT]jirutka.cz>
Jakub Pawlowski <jpawlowski[AT]google.com>
Jambukumar Kulandaivel <jambukumar[AT]codeaurora.org>
James Coleman <jamesc[AT]dspsrv.com>
@@ -5100,6 +5102,7 @@ liam-black <liam.black[AT]enea.com>
lindnerp <lindnerp[AT]ohio.edu>
liningjie <1350445139[AT]qq.com>
lutianxiong <lutianxiong[AT]huawei.com>
+mGhony99 <mGhony99[AT]gmail.com>
mbutkereit <marvin.butkereit[AT]haw-hamburg.de>
mirkodeckert <mirko.deckert[AT]adtran.com>
mkg20001 <mkg20001[AT]gmail.com>
diff --git a/NEWS b/NEWS
index 7fb1c8ad05..8618dc4c4d 100644
--- a/NEWS
+++ b/NEWS
@@ -14,20 +14,12 @@ Wireshark 3.7.1 Release Notes
If you need to use Wireshark on that platform, please install the
latest 3.6 release. Issue 17779[1]
- • The PCRE2 library (https://www.pcre.org/) is now a required
- dependency to build Wireshark.
-
- • You must now have a compiler with C11 support in order to build
- Wireshark.
-
- • Display filter syntax is now more powerful with several new
- extensions.
+ • The display filter syntax is now more powerful with many new
+ extensions. See below for details.
- • The Wireshark Lua API now uses the lrexlib bindings to PCRE2
- (https://github.com/rrthomas/lrexlib). Code using the Lua GRegex
- module will have to be updated to use lrexlib-pcre2 instead. In
- most cases the API should be compatible and the conversion just
- requires a module name change.
+ • The tap registration system has been updated and the list of
+ arguments for tap_packet_cb has changed. All taps registered
+ through register_tap_listener have to be updated.
• The Conversation and Endpoint dialogs have been redesigned with
the following improvements:
@@ -42,8 +34,23 @@ Wireshark 3.7.1 Release Notes
• Adding/Removing tabs will keep them in the same order all the
time
- Many improvements have been made. See the “New and Updated Features”
- section below for more details.
+ • If a filter is applied, two columns are shown in either dialog
+ detailing the difference between unmatched and matched packets
+
+ • The PCRE2 library (https://www.pcre.org/) is now a required
+ dependency to build Wireshark.
+
+ • The Wireshark Lua API now uses the lrexlib bindings to PCRE2
+ (https://github.com/rrthomas/lrexlib). Code using the Lua GRegex
+ module will have to be updated to use lrexlib-pcre2 instead. In
+ most cases the API should be compatible and the conversion just
+ requires a module name change.
+
+ • You must now have a compiler with C11 support in order to build
+ Wireshark.
+
+ Many other improvements have been made. See the “New and Updated
+ Features” section below for more details.
New and Updated Features
@@ -65,8 +72,9 @@ Wireshark 3.7.1 Release Notes
• The display filter syntax has been updated and enhanced:
• A syntax to match a specific layer in the protocol stack has
- been added. For example “ip.addr#2 == 1.1.1.1” matches only the
- inner layer in an IP-over-IP packet.
+ been added. For example in an IP-over-IP packet “ip.addr#1 ==
+ 1.1.1.1” matches the outer layer addresses and “ip.addr#2 ==
+ 1.1.1.2” matches the inner layer addresses.
• Universal quantifiers "any" and "all" have been added to any
relational operator. For example the expression "all tcp.port ›
@@ -298,7 +306,7 @@ Wireshark 3.7.1 Release Notes
A complete FAQ is available on the Wireshark web site[7].
- Last updated 2022-06-01 14:28:13 UTC
+ Last updated 2022-06-10 19:05:47 UTC
References
diff --git a/enterprises.tsv b/enterprises.tsv
index 00582b4ac7..f2afad6a47 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-03)
+# (last updated 2022-06-10)
0 Reserved
1 NxNetworks
@@ -16180,7 +16180,7 @@
16318 empuron
16319 ViaVis Mobile Solutions Inc.
16320 The Brain Room Ltd
-16321 ZOOM INTERNATIONAL s.r.o.
+16321 ZOOM International a.s.
16322 Leading Edge Telemetry, LLC
16323 Trax Holdings
16324 Itelsys
@@ -58763,10 +58763,31 @@
58971 CavanaSystems
58972 Azurelab
58973 dwap
-58974 Attensys
+58974 Attensys.io GmbH
58975 LinuxExam
58976 Federal Public Service (FPS) IBZ
58977 Winsonic Electronics Co., Ltd.
58978 Oculus Imaging LLC
58979 Power Service Engineering
58980 Blue Solutions Canada Inc.
+58981 SINENG ELECTRIC CO., LTD.
+58982 Digital Products International, Inc.
+58983 Sufina GmbH
+58984 Blahaj Limited
+58985 ADiCo Corporation
+58986 3Tech Power (Dongguan) Co., Ltd.
+58987 Manyu Networks
+58988 PESCO Energy & Resources LLC
+58989 Massmart Holdings Ltd.
+58990 Midlands Technical College
+58991 Sk3w Technologies Inc.
+58992 4Cyte Pathology Pty Ltd
+58993 Ezen Solution Inc.
+58994 Qbik AB
+58995 eSonic image
+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
diff --git a/manuf b/manuf
index 7537f4d6d2..5cdebc8e35 100644
--- a/manuf
+++ b/manuf
@@ -45,23 +45,23 @@
# http://standards-oui.ieee.org/cid/cid.csv:
# Content-Length: 12379
-# Last-Modified: Sun, 05 Jun 2022 16:00:29 GMT
+# Last-Modified: Sun, 12 Jun 2022 16:00:33 GMT
# http://standards-oui.ieee.org/iab/iab.csv:
# Content-Length: 381455
-# Last-Modified: Sun, 05 Jun 2022 16:00:42 GMT
+# Last-Modified: Sun, 12 Jun 2022 16:00:47 GMT
# http://standards-oui.ieee.org/oui/oui.csv:
-# Content-Length: 2970539
-# Last-Modified: Sun, 05 Jun 2022 16:01:18 GMT
+# Content-Length: 2975941
+# Last-Modified: Sun, 12 Jun 2022 16:01:25 GMT
# http://standards-oui.ieee.org/oui28/mam.csv:
-# Content-Length: 466418
-# Last-Modified: Sun, 05 Jun 2022 16:00:52 GMT
+# Content-Length: 467433
+# Last-Modified: Sun, 12 Jun 2022 16:00:56 GMT
# http://standards-oui.ieee.org/oui36/oui36.csv:
-# Content-Length: 445361
-# Last-Modified: Sun, 05 Jun 2022 16:01:10 GMT
+# Content-Length: 446345
+# Last-Modified: Sun, 12 Jun 2022 16:01:15 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
@@ -1008,7 +1008,7 @@
00:03:AE AlliedAd Allied Advanced Manufacturing Pte, Ltd.
00:03:AF ParageaC Paragea Communications
00:03:B0 XsenseTe Xsense Technology Corp.
-00:03:B1 Hospira Hospira Inc.
+00:03:B1 ICUMedic ICU Medical, Inc.
00:03:B2 Radware
00:03:B3 IALink IA Link Systems Co., Ltd.
00:03:B4 Macrotek Macrotek International Corp.
@@ -4367,7 +4367,7 @@
00:10:E9 Raidtec Raidtec Ltd.
00:10:EA AdeptTec Adept Technology
00:10:EB Selsius Selsius Systems, Inc.
-00:10:EC Rpcg Rpcg, Llc
+00:10:EC Embedded Embedded Planet
00:10:ED Sundance Sundance Technology, Inc.
00:10:EE CtiProdu Cti Products, Inc.
00:10:EF Dbtel Dbtel Incorporated
@@ -6706,7 +6706,7 @@
00:1A:0C Swe-Dish Swe-Dish Satellite Systems AB
00:1A:0D HandHeld HandHeld entertainment, Inc.
00:1A:0E ChengUei Cheng Uei Precision Industry Co.,Ltd
-00:1A:0F Sistemas Sistemas Avanzados de Control, S.A.
+00:1A:0F ArtecheG Arteche Group
00:1A:10 LucentTr Lucent Trans Electronics Co.,Ltd
00:1A:11 Google Google, Inc.
00:1A:12 Essilor
@@ -10083,7 +10083,7 @@
00:26:7C Metz-Wer Metz-Werke GmbH & Co KG
00:26:7D A-MaxTec A-Max Technology Macao Commercial Offshore Company Limited
00:26:7E Parrot Parrot Sa
-00:26:7F Zenterio Zenterio AB
+00:26:7F OreganNe Oregan Networks Ltd.
00:26:80 SIL3 SIL3 Pty.Ltd
00:26:81 Interspi Interspiro AB
00:26:82 GemtekTe Gemtek Technology Co., Ltd.
@@ -17367,6 +17367,7 @@
04:02:1F HuaweiTe Huawei Technologies Co.,Ltd
04:02:CA Shenzhen Shenzhen Vtsonic Co.,ltd
04:03:D6 Nintendo Nintendo Co.,Ltd
+04:04:B8 ChinaHua China Hualu Panasonic AVC Networks Co., LTD.
04:04:EA ValensSe Valens Semiconductor Ltd.
04:05:DD Shenzhen Shenzhen Cultraview Digital Technology Co., Ltd
04:07:2E VTechEle VTech Electronics Ltd.
@@ -18038,6 +18039,7 @@
08:61:95 Rockwell Rockwell Automation
08:62:66 ASUSTekC ASUSTek COMPUTER INC.
08:63:61 HuaweiTe Huawei Technologies Co.,Ltd
+08:65:18 Apple Apple, Inc.
08:65:F0 JMZengge JM Zengge Co., Ltd
08:66:1F PaloAlto Palo Alto Networks
08:66:98 Apple Apple, Inc.
@@ -18052,6 +18054,7 @@
08:6B:D7 SiliconL Silicon Laboratories
08:6D:41 Apple Apple, Inc.
08:6D:F2 Shenzhen Shenzhen MIMOWAVE Technology Co.,Ltd
+08:6E:9C HuaweiDe Huawei Device Co., Ltd.
08:6F:48 Shenzhen Shenzhen iComm Semiconductor CO.,LTD
08:70:45 Apple Apple, Inc.
08:71:90 IntelCor Intel Corporate
@@ -18094,6 +18097,7 @@
08:93:56 HuaweiTe Huawei Technologies Co.,Ltd
08:94:EF WistronI Wistron Infocomm (Zhongshan) Corporation
08:95:2A Technico Technicolor CH USA Inc.
+08:95:42 Apple Apple, Inc.
08:96:AD Cisco Cisco Systems, Inc
08:96:D7 AVM AVM GmbH
08:97:34 HewlettP Hewlett Packard Enterprise
@@ -18486,6 +18490,7 @@
0C:9D:56 ConsortC Consort Controls Ltd
0C:9D:92 ASUSTekC ASUSTek COMPUTER INC.
0C:9E:91 Sankosha Sankosha Corporation
+0C:9F:71 DolphinE Dolphin Electronics (DongGuan) Co., Ltd.
0C:A0:6C Industri Industrial Cyber Sensing Inc.
0C:A1:38 BlinqWir Blinq Wireless Inc.
0C:A2:F4 Chameleo Chameleon Technology (UK) Limited
@@ -18666,7 +18671,7 @@
10:07:B6 SamsungE Samsung Electronics Co.,Ltd
10:08:2C TexasIns Texas Instruments
10:08:B1 HonHaiPr Hon Hai Precision Ind. Co.,Ltd.
-10:09:0C JanomeSe Janome Sewing Machine Co., Ltd.
+10:09:0C JANOME JANOME Corporation
10:09:F9 AmazonTe Amazon Technologies Inc.
10:0B:A9 IntelCor Intel Corporate
10:0C:24 pomdevic pomdevices, LLC
@@ -18991,6 +18996,7 @@
10:F9:EE Nokia Nokia Corporation
10:FA:CE Reacheng Reacheng Communication Technology Co.,Ltd
10:FB:F0 KangShen KangSheng LTD.
+10:FC:33 HuaweiDe Huawei Device Co., Ltd.
10:FC:54 ShanyEle Shany Electronic Co., Ltd.
10:FC:B6 mirusyst mirusystems CO.,LTD
10:FE:ED Tp-LinkT Tp-Link Technologies Co.,Ltd.
@@ -19665,6 +19671,7 @@
18:C3:F4:80:00:00/28 Shenzhen Shenzhen Liandian Communication Technology Co.LTD
18:C3:F4:90:00:00/28 NingboYu Ningbo Yuda Communication Technology Co.,Ltd
18:C3:F4:A0:00:00/28 Shenzhen Shenzhen Yunlianxin Technology Co., Ltd.
+18:C3:F4:B0:00:00/28 VectorTe Vector Technologies, Llc
18:C3:F4:C0:00:00/28 Hangzhou Hangzhou Zhongkejiguang Technology Co., Ltd
18:C3:F4:D0:00:00/28 Shenzhen Shenzhen C & D Electronics Co., Ltd.
18:C3:F4:E0:00:00/28 Shenzhen Shenzhen Megmeet Electrical Co., Ltd
@@ -19937,6 +19944,7 @@
1C:68:7E Shenzhen Shenzhen Qihu Intelligent Technology Company Limited
1C:69:7A EliteGro EliteGroup Computer Systems Co., LTD
1C:69:A5 BlackBer BlackBerry RTS
+1C:6A:76 Apple Apple, Inc.
1C:6A:7A Cisco Cisco Systems, Inc
1C:6B:CA Mitsunam Mitsunami Co., Ltd.
1C:6E:4C Logistic Logistic Service & Engineering Co.,Ltd
@@ -20485,6 +20493,7 @@
20:A1:71 AmazonTe Amazon Technologies Inc.
20:A2:E4 Apple Apple, Inc.
20:A2:E7 Lee-Dick Lee-Dickens Ltd
+20:A5:CB Apple Apple, Inc.
20:A6:0C XiaomiCo Xiaomi Communications Co Ltd
20:A6:80 HuaweiTe Huawei Technologies Co.,Ltd
20:A6:CD HewlettP Hewlett Packard Enterprise
@@ -20651,6 +20660,7 @@
24:15:10:C0:00:00/28 Shenzhen Shenzhen Xtooltech Co., Ltd
24:15:10:D0:00:00/28 HelenTro Helen of Troy
24:15:10:E0:00:00/28 Satellit Satellite Link Technology CO.,LTD
+24:15:51 HuaweiDe Huawei Device Co., Ltd.
24:16:6D HuaweiTe Huawei Technologies Co.,Ltd
24:16:9D Cisco Cisco Systems, Inc
24:18:1D SamsungE Samsung Electro-Mechanics(Thailand)
@@ -21121,6 +21131,7 @@
28:7A:EE ARRISGro ARRIS Group, Inc.
28:7B:09 zte zte corporation
28:7C:DB HefeiToy Hefei Toycloud Technology Co.,ltd
+28:7E:80 HuiZhouG Hui Zhou Gaoshengda Technology Co.,LTD
28:7F:CF IntelCor Intel Corporate
28:80:23 HewlettP Hewlett Packard
28:80:88 Netgear
@@ -21264,6 +21275,7 @@
28:E5:B0 HuaweiTe Huawei Technologies Co.,Ltd
28:E6:08 Tokheim
28:E6:E9 SISSatIn SIS Sat Internet Services GmbH
+28:E7:1D AristaNe Arista Networks
28:E7:94 Microtim Microtime Computer Inc.
28:E7:CF Apple Apple, Inc.
28:E9:8E Mitsubis Mitsubishi Electric Corporation
@@ -21444,6 +21456,7 @@
2C:30:33 Netgear
2C:30:68 Pantech Pantech Co.,Ltd
2C:31:24 Cisco Cisco Systems, Inc
+2C:32:6A Apple Apple, Inc.
2C:33:11 Cisco Cisco Systems, Inc
2C:33:41 ChinaMob China Mobile IOT Company Limited
2C:33:58 IntelCor Intel Corporate
@@ -21516,6 +21529,7 @@
2C:56:DC ASUSTekC ASUSTek COMPUTER INC.
2C:57:31 Wingtech Wingtech Group (HongKong)Limited
2C:57:41 Cisco Cisco Systems, Inc
+2C:57:CE Apple Apple, Inc.
2C:58:4F ARRISGro ARRIS Group, Inc.
2C:58:E8 HuaweiTe Huawei Technologies Co.,Ltd
2C:59:8A LGElectr LG Electronics (Mobile Communications)
@@ -21585,6 +21599,7 @@
2C:73:60 EardaTec Earda Technologies co Ltd
2C:73:A0 Cisco Cisco Systems, Inc
2C:75:0F Shanghai Shanghai Dongzhou-Lawton Communication Technology Co. Ltd.
+2C:76:00 Apple Apple, Inc.
2C:76:8A HewlettP Hewlett Packard
2C:78:0E HuaweiDe Huawei Device Co., Ltd.
2C:78:4C ItonTech Iton Technology Corp.
@@ -22032,6 +22047,7 @@
30:AE:F6 RadioMob Radio Mobile Access
30:AF:CE vivoMobi vivo Mobile Communication Co., Ltd.
30:B0:37 NewH3CTe New H3C Technologies Co., Ltd
+30:B0:EA Shenzhen Shenzhen Chuangxin Internet Communication Technology Co., Ltd
30:B1:64 PowerEle Power Electronics International Inc.
30:B1:B5 Arcadyan Arcadyan Corporation
30:B2:16 HitachiE Hitachi Energy
@@ -22956,6 +22972,7 @@
3A:F5:21 SingleDi Single Digits
3C:00:00 3Com
3C:01:EF Sony Sony Corporation
+3C:02:68 Infinera Infinera, Inc.
3C:02:B1 Creation Creation Technologies LP
3C:04:61 ARRISGro ARRIS Group, Inc.
3C:04:BF PRAVIS PRAVIS SYSTEMS Co.Ltd.,
@@ -23613,6 +23630,7 @@
40:BE:EE Shenzhen Shenzhen Yunding Information Technology Co.,Ltd
40:BF:17 Digistar Digistar Telecom. SA
40:C2:45 Shenzhen Shenzhen Hexicom Technology Co., Ltd.
+40:C2:BA CompalIn Compal Information (Kunshan) Co., Ltd.
40:C3:BC HuaweiDe Huawei Device Co., Ltd.
40:C3:C6 SnapRout SnapRoute
40:C4:8C N-iTUS N-iTUS CO.,LTD.
@@ -24323,6 +24341,7 @@
44:59:43 zte zte corporation
44:59:9F Criticar Criticare Systems, Inc
44:59:E3 HuaweiTe Huawei Technologies Co.,Ltd
+44:5A:DF Mikami Mikami & Co., Ltd.
44:5B:ED ArubaaHe Aruba, a Hewlett Packard Enterprise Company
44:5C:E9 SamsungE Samsung Electronics Co.,Ltd
44:5D:5E SHENZHEN SHENZHEN Coolkit Technology CO.,LTD
@@ -26192,6 +26211,7 @@
58:94:AE HuaweiDe Huawei Device Co., Ltd.
58:94:B2 BrainCo
58:94:CF VertexSt Vertex Standard LMR, Inc.
+58:95:7E HuaweiDe Huawei Device Co., Ltd.
58:95:D8 IEEERegi IEEE Registration Authority
58:95:D8:00:00:00/28 Shenzhen Shenzhen DOOGEE Hengtong Technology CO.,LTD
58:95:D8:10:00:00/28 shenzhen shenzhen UDD Technologies,co.,Ltd
@@ -27353,6 +27373,7 @@
64:E0:AB Unionman Unionman Technology Co.,Ltd
64:E1:61 DEP DEP Corp.
64:E1:72 Shenzhen Shenzhen Qihoo Intelligent Technology Co.,Ltd
+64:E2:20 Qisda Qisda Corporation
64:E5:99 EFMNetwo EFM Networks
64:E6:25 WoxuWire Woxu Wireless Co., Ltd
64:E6:82 Apple Apple, Inc.
@@ -27554,6 +27575,7 @@
68:85:6A OuterLin OuterLink Corporation
68:86:A7 Cisco Cisco Systems, Inc
68:86:E7 Orbotix Orbotix, Inc.
+68:87:1C Motorola Motorola Mobility LLC, a Lenovo Company
68:87:6B INQMobil INQ Mobile Limited
68:87:C6 Cisco Cisco Systems, Inc
68:88:A1 Universa Universal Electronics, Inc.
@@ -27891,6 +27913,7 @@
6C:76:37 HuaweiDe Huawei Device Co., Ltd.
6C:76:60 Kyocera Kyocera Corporation
6C:79:B8 TexasIns Texas Instruments
+6C:7E:67 Apple Apple, Inc.
6C:81:FE Mitsuba Mitsuba Corporation
6C:83:36 SamsungE Samsung Electronics Co.,Ltd
6C:83:66 NanjingS Nanjing SAC Power Grid Automation Co., Ltd.
@@ -27970,6 +27993,7 @@
6C:AF:15 WebastoS Webasto SE
6C:B0:CE Netgear
6C:B0:FD Shenzhen Shenzhen Xinghai Iot Technology Co.,Ltd
+6C:B1:33 Apple Apple, Inc.
6C:B1:58 Tp-LinkT Tp-Link Technologies Co.,Ltd.
6C:B2:27 SonyVide Sony Video & Sound Products Inc.
6C:B2:AE Cisco Cisco Systems, Inc
@@ -28833,7 +28857,7 @@
70:B3:D5:1D:40:00/36 Brinkman Brinkmann Audio GmbH
70:B3:D5:1D:50:00/36 MIVOTech MIVO Technology AB
70:B3:D5:1D:60:00/36 MacGrayS MacGray Services
-70:B3:D5:1D:70:00/36 Private
+70:B3:D5:1D:70:00/36 BAEAplli BAE Systems Apllied Intelligence
70:B3:D5:1D:80:00/36 BlueSkie Blue Skies Global LLC
70:B3:D5:1D:90:00/36 MondeF
70:B3:D5:1D:A0:00/36 Promess Promess Inc.
@@ -32551,6 +32575,7 @@
74:04:F0 Mobiwire Mobiwire Mobiles (NingBo) Co., LTD
74:04:F1 IntelCor Intel Corporate
74:05:A5 Tp-LinkT Tp-Link Technologies Co.,Ltd.
+74:08:DE FujianLa Fujian Landi Commercial Technology Co., Ltd.
74:09:AC Quext Quext, LLC
74:0A:BC Lightwav LightwaveRF Technology Ltd
74:0A:E1 HuaweiDe Huawei Device Co., Ltd.
@@ -32664,6 +32689,7 @@
74:56:12 ARRISGro ARRIS Group, Inc.
74:56:3C Giga-Byt Giga-Byte Technology Co.,Ltd.
74:57:98 TRUMPFLa TRUMPF Laser GmbH + Co. KG
+74:58:89 Multilas Multilaser Industrial S.A.
74:58:F3 AmazonTe Amazon Technologies Inc.
74:59:09 HuaweiTe Huawei Technologies Co.,Ltd
74:59:33 DanalEnt Danal Entertainment
@@ -33775,6 +33801,7 @@
7C:E4:AA Private
7C:E5:24 Quirky Quirky, Inc.
7C:E5:6B ESENOpto ESEN Optoelectronics Technology Co.,Ltd.
+7C:E8:7F Sagemcom Sagemcom Broadband SAS
7C:E9:7C ItelMobi Itel Mobile Limited
7C:E9:D3 HonHaiPr Hon Hai Precision Ind. Co.,Ltd.
7C:EB:7F DmetProd Dmet Products Corp.
@@ -34417,6 +34444,7 @@
84:A9:C4 HuaweiTe Huawei Technologies Co.,Ltd
84:A9:EA CareerTe Career Technologies USA
84:AA:9C MitraSta MitraStar Technology Corp.
+84:AA:A4 SONoC SONoC Corp.
84:AB:1A Apple Apple, Inc.
84:AB:26 Tiinlab Tiinlab Corporation
84:AC:16 Apple Apple, Inc.
@@ -34571,6 +34599,7 @@
88:25:10 ArubaaHe Aruba, a Hewlett Packard Enterprise Company
88:25:2C Arcadyan Arcadyan Technology Corporation
88:25:93 Tp-LinkT Tp-Link Technologies Co.,Ltd.
+88:28:7D AltoBeam AltoBeam (China) Inc.
88:28:B3 HuaweiTe Huawei Technologies Co.,Ltd
88:29:49 RenesasE Renesas Electronics (Penang) Sdn. Bhd.
88:29:50 NetmoonT Netmoon Technology Co., Ltd
@@ -34594,12 +34623,19 @@
88:3A:30 ArubaaHe Aruba, a Hewlett Packard Enterprise Company
88:3B:8B Cheering Cheering Connection Co. Ltd.
88:3C:1C Mercury Mercury Corporation
+88:3C:93 Alcatel- Alcatel-Lucent Enterprise
+88:3C:C5:00:00:00/28 ChengduD Chengdu Data Sky Technology Co., Ltd.
+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:50:00:00/28 Shanghai Shanghai Ucan Automation Equipment Co., 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:A0:00:00/28 Corigine Corigine, Inc
+88:3C:C5:90:00:00/28 SernetSu Sernet (Suzhou) Technologies Corporation
+88:3C:C5:A0:00:00/28 Corigine Corigine,Inc.
+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:3D:24 Google Google, Inc.
88:3F:0C systemav system a.v. co., ltd.
88:3F:4A TexasIns Texas Instruments
@@ -35045,6 +35081,7 @@
8C:1F:64:16:60:00/36 HikariAl Hikari Alphax Inc.
8C:1F:64:16:E0:00/36 Benchmar Benchmark Electronics BV
8C:1F:64:17:70:00/36 Emcom Emcom Systems
+8C:1F:64:17:90:00/36 Agrowtek Agrowtek Inc.
8C:1F:64:19:30:00/36 Sicon Sicon srl
8C:1F:64:19:40:00/36 Tiflex
8C:1F:64:19:70:00/36 TEKVOX TEKVOX, Inc
@@ -35099,7 +35136,8 @@
8C:1F:64:30:00:00/36 AbbottDi Abbott Diagnostics Technologies AS
8C:1F:64:30:10:00/36 Agar Agar Corporation Inc.
8C:1F:64:30:40:00/36 JemacSwe Jemac Sweden AB
-8C:1F:64:30:60:00/36 Corigine Corigine, Inc
+8C:1F:64:30:60:00/36 Corigine Corigine,Inc.
+8C:1F:64:30:90:00/36 Mect Mect Srl
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
@@ -35146,6 +35184,7 @@
8C:1F:64:43:80:00/36 Integerp Integer.pl S.A.
8C:1F:64:44:50:00/36 FigmentD Figment Design Laboratories
8C:1F:64:45:40:00/36 KJKlimat KJ Klimateknik A/S
+8C:1F:64:45:B0:00/36 BeijingA Beijing Aoxing Technology Co.,Ltd
8C:1F:64:45:D0:00/36 FuzhouTu Fuzhou Tucsen Photonics Co.,Ltd
8C:1F:64:45:F0:00/36 Toshniwa Toshniwal Security Solutions Pvt Ltd
8C:1F:64:46:00:00/36 Solace Solace Systems Inc.
@@ -35209,7 +35248,9 @@
8C:1F:64:5B:C0:00/36 Heitec Heitec Ag
8C:1F:64:5C:B0:00/36 dinosys
8C:1F:64:5D:30:00/36 EloyWate Eloy Water
+8C:1F:64:5D:B0:00/36 GlobalIn GlobalInvacom
8C:1F:64:5E:50:00/36 Telemetr Telemetrics Inc.
+8C:1F:64:5E:B0:00/36 Tiama
8C:1F:64:5F:50:00/36 HongSeok HongSeok Ltd.
8C:1F:64:60:00:00/36 AnhuiCha Anhui Chaokun Testing Equipment Co., Ltd
8C:1F:64:60:10:00/36 Camius
@@ -35336,6 +35377,7 @@
8C:1F:64:8A:E0:00/36 Shenzhen Shenzhen Qunfang Technology Co., LTD.
8C:1F:64:8A:F0:00/36 Ibeos
8C:1F:64:8B:50:00/36 AshtonBe Ashton Bentley Collaboration Spaces
+8C:1F:64:8B:90:00/36 ZynexMon Zynex Monitoring Solutions
8C:1F:64:8C:20:00/36 Cirrus Cirrus Systems, Inc.
8C:1F:64:8C:40:00/36 HermesNe Hermes Network Inc
8C:1F:64:8C:50:00/36 NextTMic NextT Microwave Inc
@@ -35469,6 +35511,7 @@
8C:1F:64:BF:B0:00/36 TechArgo TechArgos
8C:1F:64:C0:10:00/36 HoribaAb Horiba Abx Sas
8C:1F:64:C0:30:00/36 AbimanEn Abiman Engineering
+8C:1F:64:C0:40:00/36 Sanwa Sanwa Corporation
8C:1F:64:C0:50:00/36 SkyCell SkyCell AG
8C:1F:64:C0:C0:00/36 Giordano Giordano Controls Spa
8C:1F:64:C0:E0:00/36 Goodtech Goodtech AS dep Fredrikstad
@@ -35511,6 +35554,7 @@
8C:1F:64:CF:10:00/36 ROBOfibe ROBOfiber, Inc.
8C:1F:64:CF:30:00/36 ABB ABB S.p.A.
8C:1F:64:CF:40:00/36 Nt
+8C:1F:64:CF:70:00/36 BusPas
8C:1F:64:D0:20:00/36 Flextron Flextronics International Kft
8C:1F:64:D0:80:00/36 PowerEle Power Electronics Espana, S.L.
8C:1F:64:D0:E0:00/36 Labforge Labforge Inc.
@@ -35559,6 +35603,7 @@
8C:1F:64:E5:D0:00/36 JinYuanI JinYuan International Corporation
8C:1F:64:E5:E0:00/36 BRICKMAK BRICKMAKERS GmbH
8C:1F:64:E6:10:00/36 StangeEl Stange Elektronik GmbH
+8C:1F:64:E6:20:00/36 Axcend
8C:1F:64:E6:40:00/36 Indefac Indefac company
8C:1F:64:E7:30:00/36 GTRIndus GTR Industries
8C:1F:64:E7:70:00/36 Gy-FxSas Gy-Fx Sas
@@ -35646,6 +35691,7 @@
8C:34:46 HuaweiDe Huawei Device Co., Ltd.
8C:34:FD HuaweiTe Huawei Technologies Co.,Ltd
8C:35:79 QDIQOSp QDIQO Sp. z o.o.
+8C:35:92 Guangzho Guangzhou Shiyuan Electronic Technology Company Limited
8C:36:7A PaloAlto Palo Alto Networks
8C:39:5C Bit4id Bit4id Srl
8C:3A:7E Universa Universal Electronics, Inc.
@@ -36409,6 +36455,7 @@
94:3A:F0 Nokia Nokia Corporation
94:3B:B0 NewH3CTe New H3C Technologies Co., Ltd
94:3B:B1 Kaonmedi Kaonmedia CO., LTD.
+94:3C:96 Sagemcom Sagemcom Broadband SAS
94:3C:C6 Espressi Espressif Inc.
94:3D:C9 AsahiNet Asahi Net, Inc.
94:3F:BB RPCIstok JSC RPC Istok named after Shokin
@@ -36526,6 +36573,7 @@
94:AB:DE OMXTechn OMX Technology - FZE
94:AB:FE Nokia
94:AC:CA trivumte trivum technologies GmbH
+94:AD:23 Apple Apple, Inc.
94:AE:61 AlcatelL Alcatel Lucent
94:AE:E3 BeldenHi Belden Hirschmann Industries (Suzhou) Ltd.
94:AE:F0 Cisco Cisco Systems, Inc
@@ -36971,6 +37019,7 @@
98:9B:CB AVMAudio AVM Audiovisuelles Marketing und Computersysteme GmbH
98:9C:57 HuaweiTe Huawei Technologies Co.,Ltd
98:9D:5D Technico Technicolor CH USA Inc.
+98:9D:E5 Hangzhou Hangzhou Hikvision Digital Technology Co.,Ltd.
98:9E:63 Apple Apple, Inc.
98:A2:C0 Cisco Cisco Systems, Inc
98:A4:04 Ericsson Ericsson AB
@@ -37636,6 +37685,7 @@ A0:43:DB Sitael Sitael S.p.A.
A0:44:5C HuaweiTe Huawei Technologies Co.,Ltd
A0:44:66 Intellic Intellics
A0:44:F3 RafaelMi RafaelMicro
+A0:46:5A Motorola Motorola Mobility LLC, a Lenovo Company
A0:47:D7 BestITWo Best IT World (India) Pvt Ltd
A0:48:1C HewlettP Hewlett Packard
A0:4A:5E Microsof Microsoft Corporation
@@ -38111,6 +38161,7 @@ A4:77:60 Nokia Nokia Corporation
A4:77:F3 Apple Apple, Inc.
A4:78:06 Cisco Cisco Systems, Inc
A4:78:86 Avaya Avaya Inc
+A4:79:52 HuaweiDe Huawei Device Co., Ltd.
A4:79:E4 KLINFO KLINFO Corp
A4:7A:A4 ARRISGro ARRIS Group, Inc.
A4:7A:CF VibicomC Vibicom Communications Inc.
@@ -38212,6 +38263,7 @@ A4:C4:94 IntelCor Intel Corporate
A4:C5:4E HuaweiDe Huawei Device Co., Ltd.
A4:C6:4F HuaweiTe Huawei Technologies Co.,Ltd
A4:C6:9A SamsungE Samsung Electronics Co.,Ltd
+A4:C6:F0 Apple Apple, Inc.
A4:C7:4B HuaweiDe Huawei Device Co., Ltd.
A4:C7:DE Cambridg Cambridge Industries(Group) Co.,Ltd.
A4:C9:39 Guangdon Guangdong Oppo Mobile Telecommunications Corp.,Ltd
@@ -38498,6 +38550,7 @@ A8:8C:3E Microsof Microsoft Corporation
A8:8C:EE MicroMad MicroMade Galka i Drozdz sp.j.
A8:8D:7B SunDroid SunDroid Global limited.
A8:8E:24 Apple Apple, Inc.
+A8:8F:D9 Apple Apple, Inc.
A8:90:08 BeijingY Beijing Yuecheng Technology Co. Ltd.
A8:90:42 BeijingW Beijing Wanwei Intelligent Technology Co., Ltd.
A8:91:3D Apple Apple, Inc.
@@ -39693,6 +39746,7 @@ B8:12:DA Lvswitch Lvswitches Inc.
B8:13:32 AMPAKTec AMPAK Technology,Inc.
B8:13:E9 TraceLiv Trace Live Network
B8:14:13 KeenHigh Keen High Holding(HK) Ltd.
+B8:14:4D Apple Apple, Inc.
B8:14:5C HuaweiDe Huawei Device Co., Ltd.
B8:14:DB Ohsung
B8:16:19 ARRISGro ARRIS Group, Inc.
@@ -39802,6 +39856,7 @@ B8:79:7E SecureMe Secure Meters (UK) Limited
B8:7A:C9 Siemens Siemens Ltd.
B8:7B:C5 Apple Apple, Inc.
B8:7C:6F NXPChina NXP (China) Management Ltd.
+B8:7C:D0 HuaweiDe Huawei Device Co., Ltd.
B8:7C:F2 ExtremeN Extreme Networks, Inc.
B8:7E:E5 Intelbra Intelbras
B8:80:35 Shenzhen Shenzhen Qihu Intelligent Technology Company Limited
@@ -40197,6 +40252,7 @@ BC:85:1F SamsungE Samsung Electronics Co.,Ltd
BC:85:56 HonHaiPr Hon Hai Precision Ind. Co.,Ltd.
BC:88:93 VILLBAU VILLBAU Ltd.
BC:88:C3 NingboDo Ningbo Dooya Mechanic & Electronic Technology Co., Ltd
+BC:89:A7 Apple Apple, Inc.
BC:8A:A3 NHNEnter NHN Entertainment
BC:8A:E8 QingDaoH Qing Dao Haier Telecom Co.,Ltd.
BC:8B:55 NPPELIKS NPP ELIKS America Inc. DBA T&M Atlantic
@@ -40961,6 +41017,7 @@ C4:A8:1D D-LinkIn D-Link International
C4:AA:A1 SUMMITDE SUMMIT DEVELOPMENT, spol.s r.o.
C4:AB:B2 vivoMobi vivo Mobile Communication Co., Ltd.
C4:AC:59 MurataMa Murata Manufacturing Co., Ltd.
+C4:AC:AA Apple Apple, Inc.
C4:AD:21 MEDIAEDG MEDIAEDGE Corporation
C4:AD:34 Routerbo Routerboard.com
C4:AD:F1 GOPEACE GOPEACE Inc.
@@ -41001,6 +41058,7 @@ C4:D0:E3 IntelCor Intel Corporate
C4:D1:97 VentiaUt Ventia Utility Services
C4:D4:38 HuaweiTe Huawei Technologies Co.,Ltd
C4:D4:89 JiangSuJ JiangSu Joyque Information Industry Co.,Ltd
+C4:D4:96 Shenzhen Shenzhen Excelsecu Data Technology Co.,Ltd
C4:D6:55 Tercelte Tercel technology co.,ltd
C4:D7:38 HuaweiDe Huawei Device Co., Ltd.
C4:D7:FD Bouffalo Bouffalo Lab (Nanjing) Co., Ltd.
@@ -42031,6 +42089,7 @@ D0:7A:B5 HuaweiTe Huawei Technologies Co.,Ltd
D0:7C:2D LeieIOTt Leie IOT technology Co., Ltd
D0:7D:33 HuaweiDe Huawei Device Co., Ltd.
D0:7D:E5 ForwardP Forward Pay Systems, Inc.
+D0:7E:01 HuaweiDe Huawei Device Co., Ltd.
D0:7E:28 HewlettP Hewlett Packard
D0:7E:35 IntelCor Intel Corporate
D0:7F:A0 SamsungE Samsung Electronics Co.,Ltd
@@ -42171,6 +42230,7 @@ D0:D9:4F:B0:00:00/28 MAXSmart MAX Smart Home, LLC
D0:D9:4F:C0:00:00/28 Arrowave Arrowave Technologies Limited
D0:D9:4F:D0:00:00/28 Duksanme Duksanmecasys Co., Ltd.
D0:D9:4F:E0:00:00/28 Appotron Appotronics Co., Ltd
+D0:DA:D7 Apple Apple, Inc.
D0:DB:32 Nokia Nokia Corporation
D0:DB:B7 Casa Casa Systems
D0:DD:49 JuniperN Juniper Networks
@@ -42542,6 +42602,7 @@ D4:F0:B4 NapcoSec Napco Security Technologies
D4:F0:EA BeijingX Beijing Xiaomi Mobile Software Co., Ltd
D4:F1:43 IPROAD IPROAD.,Inc
D4:F2:07 DIAODIAO DIAODIAO(Beijing)Technology CO.,Ltd
+D4:F2:42 HuaweiDe Huawei Device Co., Ltd.
D4:F3:37 Xunison Xunison Ltd.
D4:F4:6F Apple Apple, Inc.
D4:F4:BE PaloAlto Palo Alto Networks
@@ -43804,6 +43865,7 @@ E4:98:D1 Microsof Microsoft Mobile Oy
E4:98:D6 Apple Apple, Inc.
E4:9A:79 Apple Apple, Inc.
E4:9A:DC Apple Apple, Inc.
+E4:9C:67 Apple Apple, Inc.
E4:9E:12 FreeboxS Freebox Sas
E4:9F:1E ARRISGro ARRIS Group, Inc.
E4:A1:E6 Alcatel- Alcatel-Lucent Shanghai Bell Co., Ltd
@@ -44046,7 +44108,7 @@ E8:6C:C7:30:00:00/28 Shenzhen Shenzhen Yibaifen Industrial Co.,Ltd.
E8:6C:C7:40:00:00/28 KoalSoft Koal Software Co., Ltd
E8:6C:C7:50:00:00/28 Shenzhen Shenzhen Rongda Computer Co.,Ltd
E8:6C:C7:60:00:00/28 Klab
-E8:6C:C7:70:00:00/28 HuaqinTe Huaqin Technology Co.,Ltd
+E8:6C:C7:70:00:00/28 HuaqinTe Huaqin Technology Co.,Ltd.
E8:6C:C7:80:00:00/28 Lighthou Lighthouse EIP
E8:6C:C7:90:00:00/28 Hangzhou Hangzhou Lanxum Security Technology Co., Ltd
E8:6C:C7:A0:00:00/28 CoxSpace
@@ -44179,6 +44241,7 @@ E8:BB:3D SinoPrim Sino Prime-Tech Limited
E8:BB:A8 Guangdon Guangdong Oppo Mobile Telecommunications Corp.,Ltd
E8:BD:D1 HuaweiTe Huawei Technologies Co.,Ltd
E8:BE:81 Sagemcom Sagemcom Broadband SAS
+E8:BF:DB Inodesig Inodesign Group
E8:C1:B8 NanjingB Nanjing Bangzhong Electronic Commerce Limited
E8:C1:D7 Philips
E8:C1:E8 Shenzhen Shenzhen Xiao Bi En Culture Education Technology Co.,Ltd.
@@ -44271,6 +44334,7 @@ E8:FD:72 Shanghai Shanghai Linguo Technology Co., Ltd.
E8:FD:90 Turbosto Turbostor
E8:FD:E8 CeLaLink CeLa Link Corporation
E8:FD:F8 Shanghai Shanghai High-Flying Electronics Technology Co., Ltd
+E8:FF:98 HuaweiDe Huawei Device Co., Ltd.
EA:11:5D Autovisi Autovision Technology Inc.
EA:1E:D0 ZIGPOS ZIGPOS GmbH
EA:2A:DB LabsNetw Labs Network Industrie 4. 0 e.V.
@@ -44324,6 +44388,7 @@ EC:24:B8 TexasIns Texas Instruments
EC:26:51 Apple Apple, Inc.
EC:26:CA Tp-LinkT Tp-Link Technologies Co.,Ltd.
EC:26:FB Tecc Tecc Co.,Ltd.
+EC:28:D3 Apple Apple, Inc.
EC:2A:72 Dell Dell Inc.
EC:2A:F0 Ypsomed Ypsomed AG
EC:2B:EB AmazonTe Amazon Technologies Inc.
@@ -45003,6 +45068,7 @@ F4:1F:88 zte zte corporation
F4:1F:C2 Cisco Cisco Systems, Inc
F4:20:12 Cucinial Cuciniale GmbH
F4:21:AE Shanghai Shanghai Xiaodu Technology Limited
+F4:21:CA Apple Apple, Inc.
F4:22:7A Guangdon Guangdong Seneasy Intelligent Technology Co., Ltd.
F4:23:9C SernetSu Sernet (Suzhou) Technologies Corporation
F4:26:79 IntelCor Intel Corporate
@@ -45518,6 +45584,7 @@ F8:75:88 HuaweiTe Huawei Technologies Co.,Ltd
F8:75:A4 LCFCHeFe LCFC(HeFei) Electronics Technology co., ltd
F8:76:9B Neopis Neopis Co., Ltd.
F8:77:B8 SamsungE Samsung Electronics Co.,Ltd
+F8:79:07 HuaweiDe Huawei Device Co., Ltd.
F8:79:0A ARRISGro ARRIS Group, Inc.
F8:7A:41 Cisco Cisco Systems, Inc
F8:7A:EF RosonixT Rosonix Technology, Inc.
@@ -45525,6 +45592,7 @@ F8:7B:20 Cisco Cisco Systems, Inc
F8:7B:62 FASTWELI FASTWEL INTERNATIONAL CO., LTD. Taiwan Branch
F8:7B:7A ARRISGro ARRIS Group, Inc.
F8:7B:8C AmpedWir Amped Wireless
+F8:7D:76 Apple Apple, Inc.
F8:7F:A5 Greatek
F8:80:96 ElsysEqu Elsys Equipamentos Eletrônicos Ltda
F8:81:1A Overkiz
@@ -45591,6 +45659,7 @@ F8:A2:B4 RHEWA-WA RHEWA-WAAGENFABRIK August Freudewald GmbH &Co. KG
F8:A2:D6 LiteonTe Liteon Technology Corporation
F8:A3:4F zte zte corporation
F8:A4:5F XiaomiCo Xiaomi Communications Co Ltd
+F8:A4:75 PTIndore PT Indoreka Jaya Wutama
F8:A5:C5 Cisco Cisco Systems, Inc
F8:A7:3A Cisco Cisco Systems, Inc
F8:A7:63 Zhejiang Zhejiang Tmall Technology Co., Ltd.
diff --git a/services b/services
index 0a0628a62f..44788e4979 100644
--- a/services
+++ b/services
@@ -3006,6 +3006,7 @@ cytel-lm 3297/tcp/udp # Cytel License Manager
deskview 3298/tcp/udp # DeskView
pdrncs 3299/tcp/udp
ceph 3300/tcp # Ceph monitor
+tarantool 3301/tcp/udp # Tarantool in-memory computing platform
mcs-fastmail 3302/tcp/udp # MCS Fastmail
opsession-clnt 3303/tcp/udp # OP Session Client
opsession-srvr 3304/tcp/udp # OP Session Server
@@ -4387,6 +4388,7 @@ galaxy-network 5235/tcp/udp # Galaxy Network Service
padl2sim 5236/tcp/udp
mnet-discovery 5237/tcp/udp # m-net discovery
attune 5242/tcp # ATTUne API
+xycstatus 5243/tcp # xyClient Status API and rendevous point
downtools 5245/tcp # DownTools Control Protocol
downtools-disc 5245/udp # DownTools Discovery Protocol
capwap-control 5246/udp # CAPWAP Control Protocol
@@ -4638,6 +4640,7 @@ spdp 5794/udp # Simple Peered Discovery Protocol
enlabel-dpl 5798/tcp # Proprietary Website deployment service
icmpd 5813/tcp/udp # ICMPD
spt-automation 5814/tcp/udp # Support Automation
+autopassdaemon 5820/tcp # AutoPass licensing
shiprush-d-ch 5841/tcp # Z-firm ShipRush interface for web access and bidirectional data
reversion 5842/tcp # Reversion Backup/Restore
wherehoo 5859/tcp/udp # WHEREHOO
diff --git a/ui/qt/wireshark_de.ts b/ui/qt/wireshark_de.ts
index 652af17e63..7239299c3d 100644
--- a/ui/qt/wireshark_de.ts
+++ b/ui/qt/wireshark_de.ts
@@ -1872,6 +1872,14 @@ Um zum Beispiel eine neue Datei zu jeder vollen Stunde zu haben, 1 Stunde angebe
<source>Bits/s B </source>
<translation type="unfinished"></translation>
</message>
+ <message>
+ <source>Total Packets</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Percent filtered</source>
+ <translation type="unfinished"></translation>
+ </message>
</context>
<context>
<name>ConversationDialog</name>
@@ -2436,6 +2444,14 @@ Um zum Beispiel eine neue Datei zu jeder vollen Stunde zu haben, 1 Stunde angebe
<source>AS Organization</source>
<translation type="unfinished"></translation>
</message>
+ <message>
+ <source>Total Packets</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Percent filtered</source>
+ <translation type="unfinished"></translation>
+ </message>
</context>
<context>
<name>EndpointDialog</name>
@@ -2464,14 +2480,6 @@ Um zum Beispiel eine neue Datei zu jeder vollen Stunde zu haben, 1 Stunde angebe
<translation>Fehler bei der Kartendatei</translation>
</message>
<message>
- <source>No endpoints available to map</source>
- <translation type="vanished">Keine Geräte gefunden</translation>
- </message>
- <message>
- <source>Unable to create temporary file</source>
- <translation type="vanished">Fehler beim Erstellen der temporären Datei</translation>
- </message>
- <message>
<source>Save Endpoints Map</source>
<translation>Endpunktekarte speichern</translation>
</message>
@@ -11841,7 +11849,7 @@ Um zum Beispiel eine neue Datei zu jeder vollen Stunde zu haben, 1 Stunde angebe
<name>TrafficTab</name>
<message>
<source>%1 Types</source>
- <translation type="unfinished">%1 Typen</translation>
+ <translation type="unfinished"></translation>
</message>
<message>
<source>Map file error</source>
@@ -11853,11 +11861,11 @@ Um zum Beispiel eine neue Datei zu jeder vollen Stunde zu haben, 1 Stunde angebe
</message>
<message>
<source>No endpoints available to map</source>
- <translation type="unfinished">Keine Geräte gefunden</translation>
+ <translation type="unfinished"></translation>
</message>
<message>
<source>Unable to create temporary file</source>
- <translation type="unfinished">Fehler beim Erstellen der temporären Datei</translation>
+ <translation type="unfinished"></translation>
</message>
</context>
<context>
@@ -11887,34 +11895,10 @@ Um zum Beispiel eine neue Datei zu jeder vollen Stunde zu haben, 1 Stunde angebe
<translation>Absolute Startzeit</translation>
</message>
<message>
- <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Add and remove conversation types.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation type="vanished">&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Verbindungstypen hinzufügen oder entfernen.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
- </message>
- <message>
- <source>%1 Types</source>
- <translation type="vanished">%1 Typen</translation>
- </message>
- <message>
<source>Copy</source>
<translation>Kopieren</translation>
</message>
<message>
- <source>as CSV</source>
- <translation type="vanished">als CSV</translation>
- </message>
- <message>
- <source>Copy all values of this page to the clipboard in CSV (Comma Separated Values) format.</source>
- <translation type="vanished">Alle Werte dieser Seite im CSV-Format (Comma Separated Values) in die Zwischenablage kopieren.</translation>
- </message>
- <message>
- <source>as YAML</source>
- <translation type="vanished">als YAML</translation>
- </message>
- <message>
- <source>Copy all values of this page to the clipboard in the YAML data serialization format.</source>
- <translation type="vanished">Alle Werte dieser Seite im YAML-Format in die Zwischenablage kopieren.</translation>
- </message>
- <message>
<source>Unknown</source>
<translation>Unbekannt</translation>
</message>
@@ -11935,7 +11919,7 @@ Um zum Beispiel eine neue Datei zu jeder vollen Stunde zu haben, 1 Stunde angebe
</message>
<message>
<source>Copy all values of this page to the clipboard in CSV (Comma Separated Values) format.</source>
- <translation type="unfinished">Alle Werte dieser Seite im CSV-Format (Comma Separated Values) in die Zwischenablage kopieren.</translation>
+ <translation type="unfinished"></translation>
</message>
<message>
<source>as YAML</source>
@@ -11943,7 +11927,7 @@ Um zum Beispiel eine neue Datei zu jeder vollen Stunde zu haben, 1 Stunde angebe
</message>
<message>
<source>Copy all values of this page to the clipboard in the YAML data serialization format.</source>
- <translation type="unfinished">Alle Werte dieser Seite im YAML-Format in die Zwischenablage kopieren.</translation>
+ <translation type="unfinished"></translation>
</message>
<message>
<source>as Json</source>
@@ -13857,8 +13841,9 @@ text-decoration: underline;
<translation>Zeit des Pakets in Sekunden seit der UNIX / POSIX Epoche (1970-01-01) anzeigen.</translation>
</message>
<message>
- <source>Seconds Since Beginning of Capture</source>
- <translation>Sekunden seit dem Start der Aufnahme</translation>
+ <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>
diff --git a/ui/qt/wireshark_en.ts b/ui/qt/wireshark_en.ts
index e8bfe3789c..576b9dbc22 100644
--- a/ui/qt/wireshark_en.ts
+++ b/ui/qt/wireshark_en.ts
@@ -1869,6 +1869,14 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<source>Bits/s B </source>
<translation type="unfinished"></translation>
</message>
+ <message>
+ <source>Total Packets</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Percent filtered</source>
+ <translation type="unfinished"></translation>
+ </message>
</context>
<context>
<name>ConversationDialog</name>
@@ -2431,6 +2439,14 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<source>AS Organization</source>
<translation type="unfinished"></translation>
</message>
+ <message>
+ <source>Total Packets</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Percent filtered</source>
+ <translation type="unfinished"></translation>
+ </message>
</context>
<context>
<name>EndpointDialog</name>
@@ -13342,6 +13358,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>
@@ -13666,10 +13686,6 @@ a:hover {
<translation type="unfinished"></translation>
</message>
<message>
- <source>Seconds Since Beginning of Capture</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
<source>Seconds Since Previous Captured Packet</source>
<translation type="unfinished"></translation>
</message>
diff --git a/ui/qt/wireshark_es.ts b/ui/qt/wireshark_es.ts
index 61bbe299a2..5aac9293f2 100644
--- a/ui/qt/wireshark_es.ts
+++ b/ui/qt/wireshark_es.ts
@@ -1847,6 +1847,14 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto.</
<source>Bits/s B </source>
<translation type="unfinished"></translation>
</message>
+ <message>
+ <source>Total Packets</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Percent filtered</source>
+ <translation type="unfinished"></translation>
+ </message>
</context>
<context>
<name>ConversationDialog</name>
@@ -2411,6 +2419,14 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto.</
<source>AS Organization</source>
<translation type="unfinished"></translation>
</message>
+ <message>
+ <source>Total Packets</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Percent filtered</source>
+ <translation type="unfinished"></translation>
+ </message>
</context>
<context>
<name>EndpointDialog</name>
@@ -11694,7 +11710,7 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto.</
<name>TrafficTab</name>
<message>
<source>%1 Types</source>
- <translation type="unfinished">Tipos de %1</translation>
+ <translation type="unfinished"></translation>
</message>
<message>
<source>Map file error</source>
@@ -11740,26 +11756,10 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto.</
<translation>Hora de inicio absoluta</translation>
</message>
<message>
- <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Add and remove conversation types.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation type="vanished">&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Añade o elimina tipos de conversación.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
- </message>
- <message>
- <source>%1 Types</source>
- <translation type="vanished">Tipos de %1</translation>
- </message>
- <message>
<source>Copy</source>
<translation>Copiar</translation>
</message>
<message>
- <source>as CSV</source>
- <translation type="vanished">como CSV</translation>
- </message>
- <message>
- <source>as YAML</source>
- <translation type="vanished">como YAML</translation>
- </message>
- <message>
<source>Unknown</source>
<translation type="unfinished"></translation>
</message>
@@ -13702,8 +13702,9 @@ 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 Beginning of Capture</source>
- <translation>Segundos desde inicio de captura</translation>
+ <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>
diff --git a/ui/qt/wireshark_fr.ts b/ui/qt/wireshark_fr.ts
index ffd822e8b9..9201a6a642 100644
--- a/ui/qt/wireshark_fr.ts
+++ b/ui/qt/wireshark_fr.ts
@@ -1872,6 +1872,14 @@ Pas exemple, inquiquez 1 heure pour avoir un nouveau fichier créé toutes les h
<source>Bits/s B </source>
<translation type="unfinished"></translation>
</message>
+ <message>
+ <source>Total Packets</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Percent filtered</source>
+ <translation type="unfinished"></translation>
+ </message>
</context>
<context>
<name>ConversationDialog</name>
@@ -2434,6 +2442,14 @@ Pas exemple, inquiquez 1 heure pour avoir un nouveau fichier créé toutes les h
<source>AS Organization</source>
<translation type="unfinished"></translation>
</message>
+ <message>
+ <source>Total Packets</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Percent filtered</source>
+ <translation type="unfinished"></translation>
+ </message>
</context>
<context>
<name>EndpointDialog</name>
@@ -2462,14 +2478,6 @@ Pas exemple, inquiquez 1 heure pour avoir un nouveau fichier créé toutes les h
<translation>Erreur du fichier de cartographie</translation>
</message>
<message>
- <source>No endpoints available to map</source>
- <translation type="vanished">Aucun point de terminaison disponible pour la cartographie</translation>
- </message>
- <message>
- <source>Unable to create temporary file</source>
- <translation type="vanished">Impossible de créer un fichier temporaire</translation>
- </message>
- <message>
<source>Save Endpoints Map</source>
<translation>Sauvegarder la carte des points de terminaison</translation>
</message>
@@ -11810,7 +11818,7 @@ Changer la direction de la connexion (voir le flux inverse).&lt;/p&gt;&lt;/body&
<name>TrafficTab</name>
<message>
<source>%1 Types</source>
- <translation type="unfinished">%1 Types</translation>
+ <translation type="unfinished"></translation>
</message>
<message>
<source>Map file error</source>
@@ -11822,11 +11830,11 @@ Changer la direction de la connexion (voir le flux inverse).&lt;/p&gt;&lt;/body&
</message>
<message>
<source>No endpoints available to map</source>
- <translation type="unfinished">Aucun point de terminaison disponible pour la cartographie</translation>
+ <translation type="unfinished"></translation>
</message>
<message>
<source>Unable to create temporary file</source>
- <translation type="unfinished">Impossible de créer un fichier temporaire</translation>
+ <translation type="unfinished"></translation>
</message>
</context>
<context>
@@ -11856,34 +11864,10 @@ Changer la direction de la connexion (voir le flux inverse).&lt;/p&gt;&lt;/body&
<translation type="unfinished"></translation>
</message>
<message>
- <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Add and remove conversation types.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation type="vanished">&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Ajoute et supprime des types de conversation.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
- </message>
- <message>
- <source>%1 Types</source>
- <translation type="vanished">%1 Types</translation>
- </message>
- <message>
<source>Copy</source>
<translation>Copier</translation>
</message>
<message>
- <source>as CSV</source>
- <translation type="vanished">en CSV</translation>
- </message>
- <message>
- <source>Copy all values of this page to the clipboard in CSV (Comma Separated Values) format.</source>
- <translation type="vanished">Copier au format CSV (Comma Separated Values) toutes les valeurs de cette page dans le presse-papier.</translation>
- </message>
- <message>
- <source>as YAML</source>
- <translation type="vanished">en YAML</translation>
- </message>
- <message>
- <source>Copy all values of this page to the clipboard in the YAML data serialization format.</source>
- <translation type="vanished">Copier au format de sérialisation de données YAML toutes les valeurs de cette page dans le presse-papier.</translation>
- </message>
- <message>
<source>Unknown</source>
<translation>Inconnu</translation>
</message>
@@ -11904,7 +11888,7 @@ Changer la direction de la connexion (voir le flux inverse).&lt;/p&gt;&lt;/body&
</message>
<message>
<source>Copy all values of this page to the clipboard in CSV (Comma Separated Values) format.</source>
- <translation type="unfinished">Copier au format CSV (Comma Separated Values) toutes les valeurs de cette page dans le presse-papier.</translation>
+ <translation type="unfinished"></translation>
</message>
<message>
<source>as YAML</source>
@@ -11912,7 +11896,7 @@ Changer la direction de la connexion (voir le flux inverse).&lt;/p&gt;&lt;/body&
</message>
<message>
<source>Copy all values of this page to the clipboard in the YAML data serialization format.</source>
- <translation type="unfinished">Copier au format de sérialisation de données YAML toutes les valeurs de cette page dans le presse-papier.</translation>
+ <translation type="unfinished"></translation>
</message>
<message>
<source>as Json</source>
@@ -13826,8 +13810,9 @@ a:hover {
<translation>Afficher les temps paquets en secondes depuis UNIX / POSIX epoch (1970-01-01).</translation>
</message>
<message>
- <source>Seconds Since Beginning of Capture</source>
- <translation>Secondes Depuis le Début de la Capture</translation>
+ <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>
diff --git a/ui/qt/wireshark_it.ts b/ui/qt/wireshark_it.ts
index b6e6b9a1fe..a3f579559d 100644
--- a/ui/qt/wireshark_it.ts
+++ b/ui/qt/wireshark_it.ts
@@ -1818,66 +1818,74 @@ Ad esempio, usa 1 ora per fare in modo che un nuovo file sia creato ogni ora.</t
<name>ConversationDataModel</name>
<message>
<source>Address A</source>
- <translation type="unfinished">Indirizzo A</translation>
+ <translation>Indirizzo A</translation>
</message>
<message>
<source>Port A</source>
- <translation type="unfinished">Porta A</translation>
+ <translation>Porta A</translation>
</message>
<message>
<source>Address B</source>
- <translation type="unfinished">Indirizzo B</translation>
+ <translation>Indirizzo B</translation>
</message>
<message>
<source>Port B</source>
- <translation type="unfinished">Porta B</translation>
+ <translation>Porta B</translation>
</message>
<message>
<source>Packets</source>
- <translation type="unfinished">Pacchetti</translation>
+ <translation>Pacchetti</translation>
</message>
<message>
<source>Bytes</source>
- <translation type="unfinished">Byte</translation>
+ <translation>Byte</translation>
</message>
<message>
<source>Packets A </source>
- <translation type="unfinished">Pacchetti A</translation>
+ <translation>Pacchetti A</translation>
</message>
<message>
<source>Bytes A </source>
- <translation type="unfinished">Byte A</translation>
+ <translation>Byte A</translation>
</message>
<message>
<source>Packets B </source>
- <translation type="unfinished">Pacchetti B</translation>
+ <translation>Pacchetti B</translation>
</message>
<message>
<source>Abs Start</source>
- <translation type="unfinished">Inizio Abs</translation>
+ <translation>Inizio Abs</translation>
</message>
<message>
<source>Rel Start</source>
- <translation type="unfinished">Inizio Rel</translation>
+ <translation>Inizio Rel</translation>
</message>
<message>
<source>Duration</source>
- <translation type="unfinished">Durata</translation>
+ <translation>Durata</translation>
</message>
<message>
<source>Bits/s A </source>
- <translation type="unfinished">Bit/s A</translation>
+ <translation>Bit/s A</translation>
</message>
<message>
<source>Bits/s B </source>
- <translation type="unfinished">Bit/s B</translation>
+ <translation>Bit/s B</translation>
+ </message>
+ <message>
+ <source>Total Packets</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Percent filtered</source>
+ <translation type="unfinished"></translation>
</message>
</context>
<context>
<name>ConversationDialog</name>
<message>
<source>Conversation</source>
- <translation type="unfinished">Conversazione</translation>
+ <translation>Conversazione</translation>
</message>
<message>
<source>Follow Stream…</source>
@@ -1908,77 +1916,6 @@ Ad esempio, usa 1 ora per fare in modo che un nuovo file sia creato ogni ora.</t
</message>
</context>
<context>
- <name>ConversationTreeWidget</name>
- <message>
- <source>Connection A</source>
- <translation type="vanished">Connessione A</translation>
- </message>
- <message>
- <source>Connection B</source>
- <translation type="vanished">Connessione B</translation>
- </message>
- <message>
- <source>Resize all columns to content</source>
- <translation type="vanished">Ridimensiona tutte le colonne al contenuto</translation>
- </message>
- <message>
- <source>Address A</source>
- <translation type="vanished">Indirizzo A</translation>
- </message>
- <message>
- <source>Port A</source>
- <translation type="vanished">Porta A</translation>
- </message>
- <message>
- <source>Address B</source>
- <translation type="vanished">Indirizzo B</translation>
- </message>
- <message>
- <source>Port B</source>
- <translation type="vanished">Porta B</translation>
- </message>
- <message>
- <source>Packets</source>
- <translation type="vanished">Pacchetti</translation>
- </message>
- <message>
- <source>Bytes</source>
- <translation type="vanished">Byte</translation>
- </message>
- <message>
- <source>Packets A </source>
- <translation type="vanished">Pacchetti A</translation>
- </message>
- <message>
- <source>Bytes A </source>
- <translation type="vanished">Byte A</translation>
- </message>
- <message>
- <source>Packets B </source>
- <translation type="vanished">Pacchetti B</translation>
- </message>
- <message>
- <source>Rel Start</source>
- <translation type="vanished">Inizio Rel</translation>
- </message>
- <message>
- <source>Duration</source>
- <translation type="vanished">Durata</translation>
- </message>
- <message>
- <source>Bits/s A </source>
- <translation type="vanished">Bit/s A</translation>
- </message>
- <message>
- <source>Bits/s B </source>
- <translation type="vanished">Bit/s B</translation>
- </message>
- <message>
- <source>Abs Start</source>
- <translation type="vanished">Inizio Abs</translation>
- </message>
-</context>
-<context>
<name>CopyFromProfileButton</name>
<message>
<source>Copy from</source>
@@ -2461,58 +2398,66 @@ Ad esempio, usa 1 ora per fare in modo che un nuovo file sia creato ogni ora.</t
<name>EndpointDataModel</name>
<message>
<source>Address</source>
- <translation type="unfinished">Indirizzo</translation>
+ <translation>Indirizzo</translation>
</message>
<message>
<source>Port</source>
- <translation type="unfinished">Porta</translation>
+ <translation>Porta</translation>
</message>
<message>
<source>Packets</source>
- <translation type="unfinished">Pacchetti</translation>
+ <translation>Pacchetti</translation>
</message>
<message>
<source>Bytes</source>
- <translation type="unfinished">Byte</translation>
+ <translation>Byte</translation>
</message>
<message>
<source>Tx Packets</source>
- <translation type="unfinished">Pacchetti trasmessi</translation>
+ <translation>Pacchetti trasmessi</translation>
</message>
<message>
<source>Tx Bytes</source>
- <translation type="unfinished">Byte trasmessi</translation>
+ <translation>Byte trasmessi</translation>
</message>
<message>
<source>Rx Packets</source>
- <translation type="unfinished">Pacchetti ricevuti</translation>
+ <translation>Pacchetti ricevuti</translation>
</message>
<message>
<source>Rx Bytes</source>
- <translation type="unfinished">Byte ricevuti</translation>
+ <translation>Byte ricevuti</translation>
</message>
<message>
<source>Country</source>
- <translation type="unfinished">Nazione</translation>
+ <translation>Nazione</translation>
</message>
<message>
<source>City</source>
- <translation type="unfinished">Città</translation>
+ <translation>Città</translation>
</message>
<message>
<source>AS Number</source>
- <translation type="unfinished">Numero AS</translation>
+ <translation>Numero AS</translation>
</message>
<message>
<source>AS Organization</source>
- <translation type="unfinished">Organizzazione AS</translation>
+ <translation>Organizzazione AS</translation>
+ </message>
+ <message>
+ <source>Total Packets</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Percent filtered</source>
+ <translation type="unfinished"></translation>
</message>
</context>
<context>
<name>EndpointDialog</name>
<message>
<source>Endpoints</source>
- <translation type="unfinished"></translation>
+ <translation>Terminatori</translation>
</message>
<message>
<source>Map</source>
@@ -2535,18 +2480,6 @@ Ad esempio, usa 1 ora per fare in modo che un nuovo file sia creato ogni ora.</t
<translation>Errore nel file di mappa</translation>
</message>
<message>
- <source>Could not open base file %1 for reading: %2</source>
- <translation type="vanished">Impossibile aprire il file di base %1 in lettura: %2</translation>
- </message>
- <message>
- <source>No endpoints available to map</source>
- <translation type="vanished">Nessun terminatore disponibile per la mappa</translation>
- </message>
- <message>
- <source>Unable to create temporary file</source>
- <translation type="vanished">Impossibile creare il file temporaneo</translation>
- </message>
- <message>
<source>Save Endpoints Map</source>
<translation>Salva mappa dei terminatori</translation>
</message>
@@ -2556,65 +2489,6 @@ Ad esempio, usa 1 ora per fare in modo che un nuovo file sia creato ogni ora.</t
</message>
</context>
<context>
- <name>EndpointTreeWidget</name>
- <message>
- <source>Connection</source>
- <translation type="vanished">Connessione</translation>
- </message>
- <message>
- <source>Resize all columns to content</source>
- <translation type="vanished">Ridimensiona tutte le colonne al contenuto</translation>
- </message>
- <message>
- <source>Address</source>
- <translation type="vanished">Indirizzo</translation>
- </message>
- <message>
- <source>Port</source>
- <translation type="vanished">Porta</translation>
- </message>
- <message>
- <source>Packets</source>
- <translation type="vanished">Pacchetti</translation>
- </message>
- <message>
- <source>Bytes</source>
- <translation type="vanished">Byte</translation>
- </message>
- <message>
- <source>Tx Packets</source>
- <translation type="vanished">Pacchetti trasmessi</translation>
- </message>
- <message>
- <source>Tx Bytes</source>
- <translation type="vanished">Byte trasmessi</translation>
- </message>
- <message>
- <source>Rx Packets</source>
- <translation type="vanished">Pacchetti ricevuti</translation>
- </message>
- <message>
- <source>Rx Bytes</source>
- <translation type="vanished">Byte ricevuti</translation>
- </message>
- <message>
- <source>Country</source>
- <translation type="vanished">Nazione</translation>
- </message>
- <message>
- <source>City</source>
- <translation type="vanished">Città</translation>
- </message>
- <message>
- <source>AS Number</source>
- <translation type="vanished">Numero AS</translation>
- </message>
- <message>
- <source>AS Organization</source>
- <translation type="vanished">Organizzazione AS</translation>
- </message>
-</context>
-<context>
<name>EthernetAddressModel</name>
<message>
<source>Type</source>
@@ -11970,23 +11844,23 @@ 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 type="unfinished">Tipi di %1</translation>
+ <translation>Tipi di %1</translation>
</message>
<message>
<source>Map file error</source>
- <translation type="unfinished">Errore nel file di mappa</translation>
+ <translation>Errore nel file di mappa</translation>
</message>
<message>
<source>Could not open base file %1 for reading: %2</source>
- <translation type="unfinished">Impossibile aprire il file di base %1 in lettura: %2</translation>
+ <translation>Impossibile aprire il file di base %1 in lettura: %2</translation>
</message>
<message>
<source>No endpoints available to map</source>
- <translation type="unfinished">Nessun terminatore disponibile per la mappa</translation>
+ <translation>Nessun terminatore disponibile per la mappa</translation>
</message>
<message>
<source>Unable to create temporary file</source>
- <translation type="unfinished">Impossibile creare il file temporaneo</translation>
+ <translation>Impossibile creare il file temporaneo</translation>
</message>
</context>
<context>
@@ -12016,34 +11890,10 @@ Ad esempio, usa 1 ora per fare in modo che un nuovo file sia creato ogni ora.</t
<translation>Ora iniziale assoluta</translation>
</message>
<message>
- <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Add and remove conversation types.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation type="vanished">&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Aggiungi e rimuovi i tipi di conversazione.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
- </message>
- <message>
- <source>%1 Types</source>
- <translation type="vanished">Tipi di %1</translation>
- </message>
- <message>
<source>Copy</source>
<translation>Copia</translation>
</message>
<message>
- <source>as CSV</source>
- <translation type="vanished">come CSV</translation>
- </message>
- <message>
- <source>Copy all values of this page to the clipboard in CSV (Comma Separated Values) format.</source>
- <translation type="vanished">Copia tutti i valori di questa pagina negli appunti nel formato CSV (valori separati da virgole).</translation>
- </message>
- <message>
- <source>as YAML</source>
- <translation type="vanished">come YAML</translation>
- </message>
- <message>
- <source>Copy all values of this page to the clipboard in the YAML data serialization format.</source>
- <translation type="vanished">Copia tutti i valori di questa pagina negli appunti nel formato di serializzazione dati YAML.</translation>
- </message>
- <message>
<source>Unknown</source>
<translation>Sconosciuto</translation>
</message>
@@ -12052,43 +11902,43 @@ Ad esempio, usa 1 ora per fare in modo che un nuovo file sia creato ogni ora.</t
<name>TrafficTree</name>
<message>
<source>Resize all columns to content</source>
- <translation type="unfinished">Ridimensiona tutte le colonne al contenuto</translation>
+ <translation>Ridimensiona tutte le colonne al contenuto</translation>
</message>
<message>
<source>Copy %1 table</source>
- <translation type="unfinished"></translation>
+ <translation>Copia la tabella %1</translation>
</message>
<message>
<source>as CSV</source>
- <translation type="unfinished">come CSV</translation>
+ <translation>come CSV</translation>
</message>
<message>
<source>Copy all values of this page to the clipboard in CSV (Comma Separated Values) format.</source>
- <translation type="unfinished">Copia tutti i valori di questa pagina negli appunti nel formato CSV (valori separati da virgole).</translation>
+ <translation>Copia tutti i valori di questa pagina negli appunti nel formato CSV (valori separati da virgole).</translation>
</message>
<message>
<source>as YAML</source>
- <translation type="unfinished">come YAML</translation>
+ <translation>come YAML</translation>
</message>
<message>
<source>Copy all values of this page to the clipboard in the YAML data serialization format.</source>
- <translation type="unfinished">Copia tutti i valori di questa pagina negli appunti nel formato di serializzazione dati YAML.</translation>
+ <translation>Copia tutti i valori di questa pagina negli appunti nel formato di serializzazione dati YAML.</translation>
</message>
<message>
<source>as Json</source>
- <translation type="unfinished"></translation>
+ <translation>come Json</translation>
</message>
<message>
<source>Copy all values of this page to the clipboard in the Json data serialization format.</source>
- <translation type="unfinished"></translation>
+ <translation>Copia tutti i valori di questa pagina negli appunti nel formato di serializzazione dati Json.</translation>
</message>
<message>
<source>Save data as raw</source>
- <translation type="unfinished"></translation>
+ <translation>Salva come dati grezzi</translation>
</message>
<message>
<source>Disable data formatting for export/clipboard and save as raw data</source>
- <translation type="unfinished"></translation>
+ <translation>Disabilita la formattazione dei dati per l&apos;esportazione/appunti e salva come dati grezzi</translation>
</message>
</context>
<context>
@@ -13986,8 +13836,9 @@ a:hover {
<translation>Mostra gli orari del pacchetto come secondi dalla epoch UNIX/POSIX (1970-01-01).</translation>
</message>
<message>
- <source>Seconds Since Beginning of Capture</source>
- <translation>Secondi dall&apos;inizio della cattura</translation>
+ <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>
diff --git a/ui/qt/wireshark_ja_JP.ts b/ui/qt/wireshark_ja_JP.ts
index 8b2e87cab1..ca426c7085 100644
--- a/ui/qt/wireshark_ja_JP.ts
+++ b/ui/qt/wireshark_ja_JP.ts
@@ -1864,6 +1864,14 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<source>Bits/s B </source>
<translation type="unfinished"></translation>
</message>
+ <message>
+ <source>Total Packets</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Percent filtered</source>
+ <translation type="unfinished"></translation>
+ </message>
</context>
<context>
<name>ConversationDialog</name>
@@ -2428,6 +2436,14 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<source>AS Organization</source>
<translation type="unfinished"></translation>
</message>
+ <message>
+ <source>Total Packets</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Percent filtered</source>
+ <translation type="unfinished"></translation>
+ </message>
</context>
<context>
<name>EndpointDialog</name>
@@ -2456,14 +2472,6 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation>地図ファイルエラー</translation>
</message>
<message>
- <source>No endpoints available to map</source>
- <translation type="vanished">地図に利用できる終端がありません</translation>
- </message>
- <message>
- <source>Unable to create temporary file</source>
- <translation type="vanished">一時ファイルを作成できません</translation>
- </message>
- <message>
<source>Save Endpoints Map</source>
<translation>端末の地図を保存します</translation>
</message>
@@ -11813,7 +11821,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 type="unfinished">%1 タイプ</translation>
+ <translation type="unfinished"></translation>
</message>
<message>
<source>Map file error</source>
@@ -11825,11 +11833,11 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>No endpoints available to map</source>
- <translation type="unfinished">地図に利用できる終端がありません</translation>
+ <translation type="unfinished"></translation>
</message>
<message>
<source>Unable to create temporary file</source>
- <translation type="unfinished">一時ファイルを作成できません</translation>
+ <translation type="unfinished"></translation>
</message>
</context>
<context>
@@ -11859,34 +11867,10 @@ 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;Add and remove conversation types.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation type="vanished">&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>%1 Types</source>
- <translation type="vanished">%1 タイプ</translation>
- </message>
- <message>
<source>Copy</source>
<translation>コピー</translation>
</message>
<message>
- <source>as CSV</source>
- <translation type="vanished">CSV形式として</translation>
- </message>
- <message>
- <source>Copy all values of this page to the clipboard in CSV (Comma Separated Values) format.</source>
- <translation type="vanished">このページのすべての値をクリップボードにCSV(カンマ区切りテキスト)形式でコピー</translation>
- </message>
- <message>
- <source>as YAML</source>
- <translation type="vanished">YAML形式として</translation>
- </message>
- <message>
- <source>Copy all values of this page to the clipboard in the YAML data serialization format.</source>
- <translation type="vanished">このページのすべての値をクリップボードにYAMLデータシリアル化形式でコピーします</translation>
- </message>
- <message>
<source>Unknown</source>
<translation>不明</translation>
</message>
@@ -11903,19 +11887,19 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>as CSV</source>
- <translation type="unfinished"></translation>
+ <translation type="unfinished">CSVとして</translation>
</message>
<message>
<source>Copy all values of this page to the clipboard in CSV (Comma Separated Values) format.</source>
- <translation type="unfinished">このページのすべての値をクリップボードにCSV(カンマ区切りテキスト)形式でコピー</translation>
+ <translation type="unfinished"></translation>
</message>
<message>
<source>as YAML</source>
- <translation type="unfinished"></translation>
+ <translation type="unfinished">YAMLとして</translation>
</message>
<message>
<source>Copy all values of this page to the clipboard in the YAML data serialization format.</source>
- <translation type="unfinished">このページのすべての値をクリップボードにYAMLデータシリアル化形式でコピーします</translation>
+ <translation type="unfinished"></translation>
</message>
<message>
<source>as Json</source>
@@ -13828,8 +13812,9 @@ a:hover {
<translation>パケットの時間をUNIX/POSIX起源(1970-01-01)以来の秒数で表示します</translation>
</message>
<message>
- <source>Seconds Since Beginning of Capture</source>
- <translation>キャプチャ開始からの秒数</translation>
+ <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>
diff --git a/ui/qt/wireshark_pl.ts b/ui/qt/wireshark_pl.ts
index a1ac6e9328..70b330d9fe 100644
--- a/ui/qt/wireshark_pl.ts
+++ b/ui/qt/wireshark_pl.ts
@@ -1876,6 +1876,14 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<source>Bits/s B </source>
<translation type="unfinished"></translation>
</message>
+ <message>
+ <source>Total Packets</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Percent filtered</source>
+ <translation type="unfinished"></translation>
+ </message>
</context>
<context>
<name>ConversationDialog</name>
@@ -2440,6 +2448,14 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<source>AS Organization</source>
<translation type="unfinished"></translation>
</message>
+ <message>
+ <source>Total Packets</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Percent filtered</source>
+ <translation type="unfinished"></translation>
+ </message>
</context>
<context>
<name>EndpointDialog</name>
@@ -11840,7 +11856,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 type="unfinished">%1 Typy</translation>
+ <translation type="unfinished"></translation>
</message>
<message>
<source>Map file error</source>
@@ -11886,34 +11902,10 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation>Absolutny czas startu</translation>
</message>
<message>
- <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Add and remove conversation types.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation type="vanished">&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Dodaj lub usuń typ konwersacji.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
- </message>
- <message>
- <source>%1 Types</source>
- <translation type="vanished">%1 Typy</translation>
- </message>
- <message>
<source>Copy</source>
<translation>Kopiuj</translation>
</message>
<message>
- <source>as CSV</source>
- <translation type="vanished">jako CSV</translation>
- </message>
- <message>
- <source>Copy all values of this page to the clipboard in CSV (Comma Separated Values) format.</source>
- <translation type="vanished">Kopiuj wszystkie wartości z tej strony w CSV do schowka.</translation>
- </message>
- <message>
- <source>as YAML</source>
- <translation type="vanished">jako YAML</translation>
- </message>
- <message>
- <source>Copy all values of this page to the clipboard in the YAML data serialization format.</source>
- <translation type="vanished">Kopiuj wszystkie wartości z tej strony w formacie serializacji YAML do schowka.</translation>
- </message>
- <message>
<source>Unknown</source>
<translation>Nieznany</translation>
</message>
@@ -11934,7 +11926,7 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>Copy all values of this page to the clipboard in CSV (Comma Separated Values) format.</source>
- <translation type="unfinished">Kopiuj wszystkie wartości z tej strony w CSV do schowka.</translation>
+ <translation type="unfinished"></translation>
</message>
<message>
<source>as YAML</source>
@@ -11942,7 +11934,7 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>Copy all values of this page to the clipboard in the YAML data serialization format.</source>
- <translation type="unfinished">Kopiuj wszystkie wartości z tej strony w formacie serializacji YAML do schowka.</translation>
+ <translation type="unfinished"></translation>
</message>
<message>
<source>as Json</source>
@@ -13827,8 +13819,9 @@ a:hover {
<translation>Jako czas pakietów pokazuj sekundy od ery UNIX/POSIX (1970-01-01).</translation>
</message>
<message>
- <source>Seconds Since Beginning of Capture</source>
- <translation>Sekundy od początku przechwytywania</translation>
+ <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>
diff --git a/ui/qt/wireshark_ru.ts b/ui/qt/wireshark_ru.ts
index a01e2b37af..1ad24cbca5 100644
--- a/ui/qt/wireshark_ru.ts
+++ b/ui/qt/wireshark_ru.ts
@@ -1879,6 +1879,14 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<source>Bits/s B </source>
<translation type="unfinished"></translation>
</message>
+ <message>
+ <source>Total Packets</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Percent filtered</source>
+ <translation type="unfinished"></translation>
+ </message>
</context>
<context>
<name>ConversationDialog</name>
@@ -2443,6 +2451,14 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<source>AS Organization</source>
<translation type="unfinished"></translation>
</message>
+ <message>
+ <source>Total Packets</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Percent filtered</source>
+ <translation type="unfinished"></translation>
+ </message>
</context>
<context>
<name>EndpointDialog</name>
@@ -2471,14 +2487,6 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation>Ошибка файла карты</translation>
</message>
<message>
- <source>No endpoints available to map</source>
- <translation type="vanished">Нет доступных конечных точек для размещения на карте</translation>
- </message>
- <message>
- <source>Unable to create temporary file</source>
- <translation type="vanished">Невозможно создать временный файл</translation>
- </message>
- <message>
<source>Save Endpoints Map</source>
<translation>Сохранить Карту Конечных Точек</translation>
</message>
@@ -11872,7 +11880,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 type="unfinished">%1 Типы</translation>
+ <translation type="unfinished"></translation>
</message>
<message>
<source>Map file error</source>
@@ -11884,11 +11892,11 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>No endpoints available to map</source>
- <translation type="unfinished">Нет доступных конечных точек для размещения на карте</translation>
+ <translation type="unfinished"></translation>
</message>
<message>
<source>Unable to create temporary file</source>
- <translation type="unfinished">Невозможно создать временный файл</translation>
+ <translation type="unfinished"></translation>
</message>
</context>
<context>
@@ -11918,34 +11926,10 @@ 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;Add and remove conversation types.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation type="vanished">&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>%1 Types</source>
- <translation type="vanished">%1 Типы</translation>
- </message>
- <message>
<source>Copy</source>
<translation>Копировать</translation>
</message>
<message>
- <source>as CSV</source>
- <translation type="vanished">как CSV</translation>
- </message>
- <message>
- <source>Copy all values of this page to the clipboard in CSV (Comma Separated Values) format.</source>
- <translation type="vanished">Копировать все значения этой страницы в буфер в формате CSV (Comma Separated Values).</translation>
- </message>
- <message>
- <source>as YAML</source>
- <translation type="vanished">как YAML</translation>
- </message>
- <message>
- <source>Copy all values of this page to the clipboard in the YAML data serialization format.</source>
- <translation type="vanished">Копировать все значения этой страницы в буфер в формате хранения данных в последовательной форме YAML.</translation>
- </message>
- <message>
<source>Unknown</source>
<translation>Неизвестный</translation>
</message>
@@ -11966,7 +11950,7 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>Copy all values of this page to the clipboard in CSV (Comma Separated Values) format.</source>
- <translation type="unfinished">Копировать все значения этой страницы в буфер в формате CSV (Comma Separated Values).</translation>
+ <translation type="unfinished"></translation>
</message>
<message>
<source>as YAML</source>
@@ -11974,7 +11958,7 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>Copy all values of this page to the clipboard in the YAML data serialization format.</source>
- <translation type="unfinished">Копировать все значения этой страницы в буфер в формате хранения данных в последовательной форме YAML.</translation>
+ <translation type="unfinished"></translation>
</message>
<message>
<source>as Json</source>
@@ -13889,8 +13873,9 @@ a:hover {
<translation>Показывать временные характеристики пакетов как секунды с момента внедрения стандарта UNIX / POSIX (1970-01-01).</translation>
</message>
<message>
- <source>Seconds Since Beginning of Capture</source>
- <translation>Секунд С Момента Начала Захвата</translation>
+ <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>
diff --git a/ui/qt/wireshark_sv.ts b/ui/qt/wireshark_sv.ts
index 5fab21d99a..6aed17a9d4 100644
--- a/ui/qt/wireshark_sv.ts
+++ b/ui/qt/wireshark_sv.ts
@@ -1872,6 +1872,14 @@ Till exempel, använd 1 timma för att en ny fil skall skapas varje timma vid he
<source>Bits/s B </source>
<translation type="unfinished"></translation>
</message>
+ <message>
+ <source>Total Packets</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Percent filtered</source>
+ <translation type="unfinished"></translation>
+ </message>
</context>
<context>
<name>ConversationDialog</name>
@@ -2436,6 +2444,14 @@ Till exempel, använd 1 timma för att en ny fil skall skapas varje timma vid he
<source>AS Organization</source>
<translation type="unfinished"></translation>
</message>
+ <message>
+ <source>Total Packets</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Percent filtered</source>
+ <translation type="unfinished"></translation>
+ </message>
</context>
<context>
<name>EndpointDialog</name>
@@ -2464,14 +2480,6 @@ Till exempel, använd 1 timma för att en ny fil skall skapas varje timma vid he
<translation>Kartfilsfel</translation>
</message>
<message>
- <source>No endpoints available to map</source>
- <translation type="vanished">Inga ändpunkter tillgängliga att kartlägga</translation>
- </message>
- <message>
- <source>Unable to create temporary file</source>
- <translation type="vanished">Kan inte skapa en temporärfil</translation>
- </message>
- <message>
<source>Save Endpoints Map</source>
<translation>Spara ändpunktskarta</translation>
</message>
@@ -11841,7 +11849,7 @@ Till exempel, använd 1 timma för att en ny fil skall skapas varje timma vid he
<name>TrafficTab</name>
<message>
<source>%1 Types</source>
- <translation type="unfinished">%1 typer</translation>
+ <translation type="unfinished"></translation>
</message>
<message>
<source>Map file error</source>
@@ -11853,11 +11861,11 @@ Till exempel, använd 1 timma för att en ny fil skall skapas varje timma vid he
</message>
<message>
<source>No endpoints available to map</source>
- <translation type="unfinished">Inga ändpunkter tillgängliga att kartlägga</translation>
+ <translation type="unfinished"></translation>
</message>
<message>
<source>Unable to create temporary file</source>
- <translation type="unfinished">Kan inte skapa en temporärfil</translation>
+ <translation type="unfinished"></translation>
</message>
</context>
<context>
@@ -11887,34 +11895,10 @@ Till exempel, använd 1 timma för att en ny fil skall skapas varje timma vid he
<translation>Absolut starttid</translation>
</message>
<message>
- <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Add and remove conversation types.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation type="vanished">&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Lägg till och ta bort konversationstyper.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
- </message>
- <message>
- <source>%1 Types</source>
- <translation type="vanished">%1 typer</translation>
- </message>
- <message>
<source>Copy</source>
<translation>Kopiera</translation>
</message>
<message>
- <source>as CSV</source>
- <translation type="vanished">som CSV</translation>
- </message>
- <message>
- <source>Copy all values of this page to the clipboard in CSV (Comma Separated Values) format.</source>
- <translation type="vanished">Kopiera alla värden på denna sida till urklipp i CSV-format (kommaseparerade värden).</translation>
- </message>
- <message>
- <source>as YAML</source>
- <translation type="vanished">som YAML</translation>
- </message>
- <message>
- <source>Copy all values of this page to the clipboard in the YAML data serialization format.</source>
- <translation type="vanished">Kopiera alla värden på denna sida till urklipp i dataserialiseringsformatet YAML.</translation>
- </message>
- <message>
<source>Unknown</source>
<translation>Okänd</translation>
</message>
@@ -11935,7 +11919,7 @@ Till exempel, använd 1 timma för att en ny fil skall skapas varje timma vid he
</message>
<message>
<source>Copy all values of this page to the clipboard in CSV (Comma Separated Values) format.</source>
- <translation type="unfinished">Kopiera alla värden på denna sida till urklipp i CSV-format (kommaseparerade värden).</translation>
+ <translation type="unfinished"></translation>
</message>
<message>
<source>as YAML</source>
@@ -11943,7 +11927,7 @@ Till exempel, använd 1 timma för att en ny fil skall skapas varje timma vid he
</message>
<message>
<source>Copy all values of this page to the clipboard in the YAML data serialization format.</source>
- <translation type="unfinished">Kopiera alla värden på denna sida till urklipp i dataserialiseringsformatet YAML.</translation>
+ <translation type="unfinished"></translation>
</message>
<message>
<source>as Json</source>
@@ -13857,8 +13841,9 @@ a:hover {
<translation>Visa pakettider som antal sekunder sedan UNIX-/POSIX-epoken (1970-01-01).</translation>
</message>
<message>
- <source>Seconds Since Beginning of Capture</source>
- <translation>Sekunder sedan början på fångsten</translation>
+ <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>
diff --git a/ui/qt/wireshark_tr_TR.ts b/ui/qt/wireshark_tr_TR.ts
index bf6eea49d7..e46e025097 100644
--- a/ui/qt/wireshark_tr_TR.ts
+++ b/ui/qt/wireshark_tr_TR.ts
@@ -1811,66 +1811,74 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<name>ConversationDataModel</name>
<message>
<source>Address A</source>
- <translation type="unfinished">Adres A</translation>
+ <translation>Adres A</translation>
</message>
<message>
<source>Port A</source>
- <translation type="unfinished">Bağlantı noktası A</translation>
+ <translation>Bağlantı noktası A</translation>
</message>
<message>
<source>Address B</source>
- <translation type="unfinished">Adres B</translation>
+ <translation>Adres B</translation>
</message>
<message>
<source>Port B</source>
- <translation type="unfinished">Bağlantı noktası B</translation>
+ <translation>Bağlantı noktası B</translation>
</message>
<message>
<source>Packets</source>
- <translation type="unfinished">Paketler</translation>
+ <translation>Paketler</translation>
</message>
<message>
<source>Bytes</source>
- <translation type="unfinished">Bayt</translation>
+ <translation>Bayt</translation>
</message>
<message>
<source>Packets A </source>
- <translation type="unfinished">Paketler A</translation>
+ <translation>Paketler A</translation>
</message>
<message>
<source>Bytes A </source>
- <translation type="unfinished">Bayt A</translation>
+ <translation>Bayt A</translation>
</message>
<message>
<source>Packets B </source>
- <translation type="unfinished">Paketler B</translation>
+ <translation>Paketler B</translation>
</message>
<message>
<source>Abs Start</source>
- <translation type="unfinished">Abs Başlangıç</translation>
+ <translation>Abs Başlangıç</translation>
</message>
<message>
<source>Rel Start</source>
- <translation type="unfinished">Rel Başlangıç</translation>
+ <translation>Rel Başlangıç</translation>
</message>
<message>
<source>Duration</source>
- <translation type="unfinished">Süre</translation>
+ <translation>Süre</translation>
</message>
<message>
<source>Bits/s A </source>
- <translation type="unfinished">Bit/s A </translation>
+ <translation>Bit/s A </translation>
</message>
<message>
<source>Bits/s B </source>
- <translation type="unfinished">Bit/s B </translation>
+ <translation>Bit/s B </translation>
+ </message>
+ <message>
+ <source>Total Packets</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Percent filtered</source>
+ <translation type="unfinished"></translation>
</message>
</context>
<context>
<name>ConversationDialog</name>
<message>
<source>Conversation</source>
- <translation type="unfinished">Konuşma</translation>
+ <translation>Konuşma</translation>
</message>
<message>
<source>Follow Stream…</source>
@@ -1901,77 +1909,6 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
</context>
<context>
- <name>ConversationTreeWidget</name>
- <message>
- <source>Connection A</source>
- <translation type="vanished">Bağlantı A</translation>
- </message>
- <message>
- <source>Connection B</source>
- <translation type="vanished">Bağlantı B</translation>
- </message>
- <message>
- <source>Resize all columns to content</source>
- <translation type="vanished">Tüm sütunları içeriğe göre yeniden boyutlandır</translation>
- </message>
- <message>
- <source>Address A</source>
- <translation type="vanished">Adres A</translation>
- </message>
- <message>
- <source>Port A</source>
- <translation type="vanished">Bağlantı noktası A</translation>
- </message>
- <message>
- <source>Address B</source>
- <translation type="vanished">Adres B</translation>
- </message>
- <message>
- <source>Port B</source>
- <translation type="vanished">Bağlantı noktası B</translation>
- </message>
- <message>
- <source>Packets</source>
- <translation type="vanished">Paketler</translation>
- </message>
- <message>
- <source>Bytes</source>
- <translation type="vanished">Bayt</translation>
- </message>
- <message>
- <source>Packets A </source>
- <translation type="vanished">Paketler A</translation>
- </message>
- <message>
- <source>Bytes A </source>
- <translation type="vanished">Bayt A</translation>
- </message>
- <message>
- <source>Packets B </source>
- <translation type="vanished">Paketler B</translation>
- </message>
- <message>
- <source>Rel Start</source>
- <translation type="vanished">Rel Başlangıç</translation>
- </message>
- <message>
- <source>Duration</source>
- <translation type="vanished">Süre</translation>
- </message>
- <message>
- <source>Bits/s A </source>
- <translation type="vanished">Bit/s A </translation>
- </message>
- <message>
- <source>Bits/s B </source>
- <translation type="vanished">Bit/s B </translation>
- </message>
- <message>
- <source>Abs Start</source>
- <translation type="vanished">Abs Başlangıç</translation>
- </message>
-</context>
-<context>
<name>CopyFromProfileButton</name>
<message>
<source>Copy from</source>
@@ -2454,58 +2391,66 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<name>EndpointDataModel</name>
<message>
<source>Address</source>
- <translation type="unfinished">Adres</translation>
+ <translation>Adres</translation>
</message>
<message>
<source>Port</source>
- <translation type="unfinished"></translation>
+ <translation>Bağlantı noktası</translation>
</message>
<message>
<source>Packets</source>
- <translation type="unfinished">Paketler</translation>
+ <translation>Paketler</translation>
</message>
<message>
<source>Bytes</source>
- <translation type="unfinished">Bayt</translation>
+ <translation>Bayt</translation>
</message>
<message>
<source>Tx Packets</source>
- <translation type="unfinished">Tx Paketleri</translation>
+ <translation>Tx Paketleri</translation>
</message>
<message>
<source>Tx Bytes</source>
- <translation type="unfinished">Tx Baytları</translation>
+ <translation>Tx Baytları</translation>
</message>
<message>
<source>Rx Packets</source>
- <translation type="unfinished">Rx Paketleri</translation>
+ <translation>Rx Paketleri</translation>
</message>
<message>
<source>Rx Bytes</source>
- <translation type="unfinished">Rx Baytları</translation>
+ <translation>Rx Baytları</translation>
</message>
<message>
<source>Country</source>
- <translation type="unfinished">Ülke</translation>
+ <translation>Ülke</translation>
</message>
<message>
<source>City</source>
- <translation type="unfinished">Şehir</translation>
+ <translation>Şehir</translation>
</message>
<message>
<source>AS Number</source>
- <translation type="unfinished">AS Numarası</translation>
+ <translation>AS Numarası</translation>
</message>
<message>
<source>AS Organization</source>
- <translation type="unfinished">AS Organizasyonu</translation>
+ <translation>AS Organizasyonu</translation>
+ </message>
+ <message>
+ <source>Total Packets</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Percent filtered</source>
+ <translation type="unfinished"></translation>
</message>
</context>
<context>
<name>EndpointDialog</name>
<message>
<source>Endpoints</source>
- <translation type="unfinished"></translation>
+ <translation>Uç noktalar</translation>
</message>
<message>
<source>Map</source>
@@ -2528,18 +2473,6 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation>Harita dosyası hatası</translation>
</message>
<message>
- <source>Could not open base file %1 for reading: %2</source>
- <translation type="vanished">%1 temel dosyası şu okuma için açılamadı: %2</translation>
- </message>
- <message>
- <source>No endpoints available to map</source>
- <translation type="vanished">Haritalanacak uç nokta yok</translation>
- </message>
- <message>
- <source>Unable to create temporary file</source>
- <translation type="vanished">Geçici dosya oluşturulamıyor</translation>
- </message>
- <message>
<source>Save Endpoints Map</source>
<translation>Uç Nokta Haritasını Kaydet</translation>
</message>
@@ -2549,65 +2482,6 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
</context>
<context>
- <name>EndpointTreeWidget</name>
- <message>
- <source>Connection</source>
- <translation type="vanished">Bağlantı</translation>
- </message>
- <message>
- <source>Resize all columns to content</source>
- <translation type="vanished">Tüm sütunları içeriğe göre yeniden boyutlandır</translation>
- </message>
- <message>
- <source>Address</source>
- <translation type="vanished">Adres</translation>
- </message>
- <message>
- <source>Port</source>
- <translation type="vanished">Bağlantı noktası</translation>
- </message>
- <message>
- <source>Packets</source>
- <translation type="vanished">Paketler</translation>
- </message>
- <message>
- <source>Bytes</source>
- <translation type="vanished">Bayt</translation>
- </message>
- <message>
- <source>Tx Packets</source>
- <translation type="vanished">Tx Paketleri</translation>
- </message>
- <message>
- <source>Tx Bytes</source>
- <translation type="vanished">Tx Baytları</translation>
- </message>
- <message>
- <source>Rx Packets</source>
- <translation type="vanished">Rx Paketleri</translation>
- </message>
- <message>
- <source>Rx Bytes</source>
- <translation type="vanished">Rx Baytları</translation>
- </message>
- <message>
- <source>Country</source>
- <translation type="vanished">Ülke</translation>
- </message>
- <message>
- <source>City</source>
- <translation type="vanished">Şehir</translation>
- </message>
- <message>
- <source>AS Number</source>
- <translation type="vanished">AS Numarası</translation>
- </message>
- <message>
- <source>AS Organization</source>
- <translation type="vanished">AS Organizasyonu</translation>
- </message>
-</context>
-<context>
<name>EthernetAddressModel</name>
<message>
<source>Type</source>
@@ -11944,23 +11818,23 @@ 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 type="unfinished">%1 Türler</translation>
+ <translation>%1 Türler</translation>
</message>
<message>
<source>Map file error</source>
- <translation type="unfinished">Harita dosyası hatası</translation>
+ <translation>Harita dosyası hatası</translation>
</message>
<message>
<source>Could not open base file %1 for reading: %2</source>
- <translation type="unfinished">%1 temel dosyası şu okuma için açılamadı: %2</translation>
+ <translation>%1 temel dosyası şu okuma için açılamadı: %2</translation>
</message>
<message>
<source>No endpoints available to map</source>
- <translation type="unfinished">Haritalanacak uç nokta yok</translation>
+ <translation>Haritalanacak uç nokta yok</translation>
</message>
<message>
<source>Unable to create temporary file</source>
- <translation type="unfinished">Geçici dosya oluşturulamıyor</translation>
+ <translation>Geçici dosya oluşturulamıyor</translation>
</message>
</context>
<context>
@@ -11990,34 +11864,10 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation>Mutlak başlangıç zamanı</translation>
</message>
<message>
- <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Add and remove conversation types.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation type="vanished">&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Konuşma türleri ekleyin ve kaldırın.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
- </message>
- <message>
- <source>%1 Types</source>
- <translation type="vanished">%1 Türler</translation>
- </message>
- <message>
<source>Copy</source>
<translation>Kopyala</translation>
</message>
<message>
- <source>as CSV</source>
- <translation type="vanished">CSV olarak</translation>
- </message>
- <message>
- <source>Copy all values of this page to the clipboard in CSV (Comma Separated Values) format.</source>
- <translation type="vanished">Bu sayfanın tüm değerlerini CSV (Virgülle Ayrılmış Değerler) formatında panoya kopyalayın.</translation>
- </message>
- <message>
- <source>as YAML</source>
- <translation type="vanished">YAML olarak</translation>
- </message>
- <message>
- <source>Copy all values of this page to the clipboard in the YAML data serialization format.</source>
- <translation type="vanished">Bu sayfanın tüm değerlerini YAML veri serileştirme biçiminde panoya kopyalayın.</translation>
- </message>
- <message>
<source>Unknown</source>
<translation>Bilinmiyor</translation>
</message>
@@ -12026,43 +11876,43 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<name>TrafficTree</name>
<message>
<source>Resize all columns to content</source>
- <translation type="unfinished">Tüm sütunları içeriğe göre yeniden boyutlandır</translation>
+ <translation>Tüm sütunları içeriğe göre yeniden boyutlandır</translation>
</message>
<message>
<source>Copy %1 table</source>
- <translation type="unfinished"></translation>
+ <translation>%1 tablosunu kopyala</translation>
</message>
<message>
<source>as CSV</source>
- <translation type="unfinished">CSV olarak</translation>
+ <translation>CSV olarak</translation>
</message>
<message>
<source>Copy all values of this page to the clipboard in CSV (Comma Separated Values) format.</source>
- <translation type="unfinished">Bu sayfanın tüm değerlerini CSV (Virgülle Ayrılmış Değerler) formatında panoya kopyalayın.</translation>
+ <translation>Bu sayfanın tüm değerlerini CSV (Virgülle Ayrılmış Değerler) formatında panoya kopyalayın.</translation>
</message>
<message>
<source>as YAML</source>
- <translation type="unfinished">YAML olarak</translation>
+ <translation>YAML olarak</translation>
</message>
<message>
<source>Copy all values of this page to the clipboard in the YAML data serialization format.</source>
- <translation type="unfinished">Bu sayfanın tüm değerlerini YAML veri serileştirme biçiminde panoya kopyalayın.</translation>
+ <translation>Bu sayfanın tüm değerlerini YAML veri serileştirme biçiminde panoya kopyalayın.</translation>
</message>
<message>
<source>as Json</source>
- <translation type="unfinished"></translation>
+ <translation>Json olarak</translation>
</message>
<message>
<source>Copy all values of this page to the clipboard in the Json data serialization format.</source>
- <translation type="unfinished"></translation>
+ <translation>Bu sayfanın tüm değerlerini Json veri serileştirme biçiminde panoya kopyalayın.</translation>
</message>
<message>
<source>Save data as raw</source>
- <translation type="unfinished"></translation>
+ <translation>Verileri ham olarak kaydet</translation>
</message>
<message>
<source>Disable data formatting for export/clipboard and save as raw data</source>
- <translation type="unfinished"></translation>
+ <translation>Dışa aktarma/pano için veri biçimlendirmesini devre dışı bırakın ve ham veri olarak kaydedin</translation>
</message>
</context>
<context>
@@ -13959,8 +13809,9 @@ 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 Beginning of Capture</source>
- <translation>Yakalama Başlangıcından Beri Saniyeler</translation>
+ <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>
diff --git a/ui/qt/wireshark_uk.ts b/ui/qt/wireshark_uk.ts
index d30151fae7..832fe3e1b8 100644
--- a/ui/qt/wireshark_uk.ts
+++ b/ui/qt/wireshark_uk.ts
@@ -1852,6 +1852,14 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<source>Bits/s B </source>
<translation type="unfinished"></translation>
</message>
+ <message>
+ <source>Total Packets</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Percent filtered</source>
+ <translation type="unfinished"></translation>
+ </message>
</context>
<context>
<name>ConversationDialog</name>
@@ -2414,6 +2422,14 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<source>AS Organization</source>
<translation type="unfinished"></translation>
</message>
+ <message>
+ <source>Total Packets</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Percent filtered</source>
+ <translation type="unfinished"></translation>
+ </message>
</context>
<context>
<name>EndpointDialog</name>
@@ -13666,8 +13682,9 @@ a:hover {
<translation>Представити час пакетів у вигляді секунд, що минули з початку епохи UNIX / POSIX (1970-01-01).</translation>
</message>
<message>
- <source>Seconds Since Beginning of Capture</source>
- <translation>Секунди Від Початку Захоплення</translation>
+ <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>
diff --git a/ui/qt/wireshark_zh_CN.ts b/ui/qt/wireshark_zh_CN.ts
index 3527408b58..6088c53e48 100644
--- a/ui/qt/wireshark_zh_CN.ts
+++ b/ui/qt/wireshark_zh_CN.ts
@@ -1863,6 +1863,14 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<source>Bits/s B </source>
<translation type="unfinished"></translation>
</message>
+ <message>
+ <source>Total Packets</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Percent filtered</source>
+ <translation type="unfinished"></translation>
+ </message>
</context>
<context>
<name>ConversationDialog</name>
@@ -2425,6 +2433,14 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<source>AS Organization</source>
<translation type="unfinished"></translation>
</message>
+ <message>
+ <source>Total Packets</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Percent filtered</source>
+ <translation type="unfinished"></translation>
+ </message>
</context>
<context>
<name>EndpointDialog</name>
@@ -11787,7 +11803,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 type="unfinished">%1 类型</translation>
+ <translation type="unfinished"></translation>
</message>
<message>
<source>Map file error</source>
@@ -11833,34 +11849,10 @@ 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;Add and remove conversation types.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation type="vanished">&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>%1 Types</source>
- <translation type="vanished">%1 类型</translation>
- </message>
- <message>
<source>Copy</source>
<translation>复制</translation>
</message>
<message>
- <source>as CSV</source>
- <translation type="vanished">作为 CSV</translation>
- </message>
- <message>
- <source>Copy all values of this page to the clipboard in CSV (Comma Separated Values) format.</source>
- <translation type="vanished">复制此页的所有值到剪贴板,使用 CSV(逗号分隔值)格式。</translation>
- </message>
- <message>
- <source>as YAML</source>
- <translation type="vanished">作为YAML</translation>
- </message>
- <message>
- <source>Copy all values of this page to the clipboard in the YAML data serialization format.</source>
- <translation type="vanished">复制此页的所有值到剪贴板,使用 YAML 数据串行格式。</translation>
- </message>
- <message>
<source>Unknown</source>
<translation>未知</translation>
</message>
@@ -11881,7 +11873,7 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>Copy all values of this page to the clipboard in CSV (Comma Separated Values) format.</source>
- <translation type="unfinished">复制此页的所有值到剪贴板,使用 CSV(逗号分隔值)格式。</translation>
+ <translation type="unfinished"></translation>
</message>
<message>
<source>as YAML</source>
@@ -11889,7 +11881,7 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>Copy all values of this page to the clipboard in the YAML data serialization format.</source>
- <translation type="unfinished">复制此页的所有值到剪贴板,使用 YAML 数据串行格式。</translation>
+ <translation type="unfinished"></translation>
</message>
<message>
<source>as Json</source>
@@ -13772,8 +13764,9 @@ a:hover {
<translation>使用自 UNIX / POSIX 时间戳 (1970-01-01) 以来的秒数来显示分组时间。</translation>
</message>
<message>
- <source>Seconds Since Beginning of Capture</source>
- <translation>自捕获开始经过的秒数</translation>
+ <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>