[Automatic update for 2022-10-09]

Update manuf, services enterprise numbers, translations, and other items.
This commit is contained in:
Gerald Combs 2022-10-09 16:44:25 +00:00 committed by AndersBroman
parent f504d02e8e
commit 2a97e729dc
23 changed files with 334 additions and 48 deletions

View File

@ -4039,6 +4039,7 @@ Ajay Panicker <apanicke[AT]google.com>
Alan Birtles <alan.birtles[AT]eu.sony.com>
Alan Partis <alpartis[AT]thundernet.com>
Aleksej Matis <amat[AT]magure.de>
Ales Povalac <alpov[AT]alpov.net>
Alex Badea <abadea[AT]ixiacom.com>
Alex Converse <alexconv[AT]twitch.tv>
Alex Nik <rage.iz.me[AT]gmail.com>
@ -4721,8 +4722,10 @@ Milan Stute <mstute[AT]seemoo.tu-darmstadt.de>
Milos Jovanovic <jeyem815[AT]gmail.com>
Miltos Patsiouras <mipatsio[AT]gmail.com>
Min Wang <wang[AT]mins.app>
Ming Chen <mingc2099[AT]gmail.com>
Minh Phan <phanducnhatminh[AT]gmail.com>
Mirko Parthey <mirko.parthey[AT]web.de>
Mokhtar Ben Messaoud <mokhtar.ben-messaoud[AT]sagemcom.com>
Moraney Jalil <moraney.jalil[AT]outlook.com>
Morten Tryfoss <morten[AT]tryfoss.no>
Moshe Kaplan <me[AT]moshekaplan.com>
@ -4780,6 +4783,7 @@ Pascal Artho <pascalartho[AT]gmail.com>
Pascal Quantin <pascal[AT]wireshark.org>
Pascal S. de Kloe <pascal[AT]quies.net>
Patrice Fournier <patrice.fournier[AT]ifax.com>
Patricia Lindner <lindnerp[AT]ohio.edu>
Patricia Lindner <plindner6912[AT]gmail.com>
Patrick Große <patrick.pgrosse[AT]gmail.com>
Patrick MacArthur <pmacarth[AT]iol.unh.edu>
@ -5123,6 +5127,7 @@ diego dupin <diego.dupin[AT]mariadb.com>
eckart haug <wireshark[AT]syntacs.com>
ferst <matheus.ferst[AT]gmail.com>
frst <frst[AT]LT-FD3L2F3>
garrymar <g.djavadyan[AT]gmail.com>
heinrich5991 <heinrich5991[AT]gmail.com>
ishaangandhi <ishaangandhi[AT]gmail.com>
jfp_martin <john[AT]purplemeanie.co.uk>
@ -5130,7 +5135,6 @@ kardam <netkardam[AT]gmail.com>
kkoizumi <kkoizumi46[AT]gmail.com>
kor <drkor[AT]bk.ru>
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>

50
NEWS
View File

@ -10,17 +10,36 @@ Wireshark 4.1.0 Release Notes
Whats New
• Wireshark now builds with Qt6 by default. To use Qt5 instead pass
USE_qt6=OFF to CMake.
Wireshark is now better about generating valid UTF-8 output.
Many other improvements have been made. See the “New and Updated
Features” section below for more details.
Bug Fixes
The following bugs have been fixed:
• Issue 18413[1] - RTP player do not play audio frequently on Win32
builds with Qt6
New and Updated Features
The following features are new (or have been significantly updated)
since version 4.0.0:
• The API has been updated to ensure that the dissection engine
produces valid UTF-8 strings.
• Wireshark now builds with Qt6 by default. To use Qt5 instead pass
USE_qt6=OFF to CMake.
Removed Features and Support
• The experimental display filter syntax for literals using angle
brackets <…​> that was introduced in Wireshark 4.0.0 has been
removed. For byte arrays a colon prefix can be used instead. See
the Users Guide[2] for details.
New Protocol Support
Updated Protocol Support
@ -39,7 +58,7 @@ Wireshark 4.1.0 Release Notes
Most Linux and Unix vendors supply their own Wireshark packages. You
can usually install or upgrade Wireshark using the package management
system specific to that platform. A list of third-party packages can
be found on the download page[1] on the Wireshark web site.
be found on the download page[3] on the Wireshark web site.
File Locations
@ -54,24 +73,27 @@ Wireshark 4.1.0 Release Notes
The Users Guide, manual pages and various other documentation can be
found at https://www.wireshark.org/docs/
Community support is available on Wiresharks Q&A site[2] and on the
Community support is available on Wiresharks Q&A site[4] and on the
wireshark-users mailing list. Subscription information and archives
for all of Wiresharks mailing lists can be found on the web site[3].
for all of Wiresharks mailing lists can be found on the web site[5].
Bugs and feature requests can be reported on the issue tracker[4].
Bugs and feature requests can be reported on the issue tracker[6].
You can learn protocol analysis and meet Wiresharks developers at
SharkFest[5].
SharkFest[7].
Frequently Asked Questions
A complete FAQ is available on the Wireshark web site[6].
A complete FAQ is available on the Wireshark web site[8].
References
1. https://www.wireshark.org/download.html
2. https://ask.wireshark.org/
3. https://www.wireshark.org/lists/
4. https://gitlab.com/wireshark/wireshark/-/issues
5. https://sharkfest.wireshark.org
6. https://www.wireshark.org/faq.html
1. https://gitlab.com/wireshark/wireshark/-/issues/18413
2. https://www.wireshark.org/docs/wsug_html_chunked/ChWorkBuildDispla
yFilterSection.html#_some_protocol_names_can_be_ambiguous
3. https://www.wireshark.org/download.html
4. https://ask.wireshark.org/
5. https://www.wireshark.org/lists/
6. https://gitlab.com/wireshark/wireshark/-/issues
7. https://sharkfest.wireshark.org
8. https://www.wireshark.org/faq.html

View File

@ -1,4 +1,4 @@
Dumpcap (Wireshark) 4.1.0 (v4.1.0rc0-55-gccf720d95daf)
Dumpcap (Wireshark) 4.1.0 (v4.1.0rc0-428-g517d2be1494f)
Capture network packets and dump them into a pcapng or pcap file.
See https://www.wireshark.org for more information.
@ -66,9 +66,11 @@ Output (files):
Diagnostic output:
--log-level <level> sets the active log level ("critical", "warning", etc.)
--log-fatal <level> sets level to abort the program ("critical" or "warning")
--log-domains <[!]list> comma separated list of the active log domains
--log-debug <[!]list> comma separated list of domains with "debug" level
--log-noisy <[!]list> comma separated list of domains with "noisy" level
--log-domains <[!]list> comma-separated list of the active log domains
--log-fatal-domains <list>
list of domains that cause the program to abort
--log-debug <[!]list> list of domains with "debug" level
--log-noisy <[!]list> list of domains with "noisy" level
--log-file <path> file to output messages to (in addition to stderr)
Miscellaneous:

View File

@ -1,4 +1,4 @@
Rawshark (Wireshark) 4.1.0 (v4.1.0rc0-55-gccf720d95daf)
Rawshark (Wireshark) 4.1.0 (v4.1.0rc0-428-g517d2be1494f)
Dump and analyze network traffic.
See https://www.wireshark.org for more information.
@ -28,9 +28,11 @@ Output:
Diagnostic output:
--log-level <level> sets the active log level ("critical", "warning", etc.)
--log-fatal <level> sets level to abort the program ("critical" or "warning")
--log-domains <[!]list> comma separated list of the active log domains
--log-debug <[!]list> comma separated list of domains with "debug" level
--log-noisy <[!]list> comma separated list of domains with "noisy" level
--log-domains <[!]list> comma-separated list of the active log domains
--log-fatal-domains <list>
list of domains that cause the program to abort
--log-debug <[!]list> list of domains with "debug" level
--log-noisy <[!]list> list of domains with "noisy" level
--log-file <path> file to output messages to (in addition to stderr)

View File

@ -1,4 +1,4 @@
Text2pcap (Wireshark) 4.1.0 (v4.1.0rc0-198-ga48298a93a39)
Text2pcap (Wireshark) 4.1.0 (v4.1.0rc0-428-g517d2be1494f)
Generate a capture file from an ASCII hexdump of packets.
See https://www.wireshark.org for more information.
@ -95,9 +95,11 @@ Prepend dummy header:
Diagnostic output:
--log-level <level> sets the active log level ("critical", "warning", etc.)
--log-fatal <level> sets level to abort the program ("critical" or "warning")
--log-domains <[!]list> comma separated list of the active log domains
--log-debug <[!]list> comma separated list of domains with "debug" level
--log-noisy <[!]list> comma separated list of domains with "noisy" level
--log-domains <[!]list> comma-separated list of the active log domains
--log-fatal-domains <list>
list of domains that cause the program to abort
--log-debug <[!]list> list of domains with "debug" level
--log-noisy <[!]list> list of domains with "noisy" level
--log-file <path> file to output messages to (in addition to stderr)
Miscellaneous:

View File

@ -1,4 +1,4 @@
TShark (Wireshark) 4.1.0 (v4.1.0rc0-55-gccf720d95daf)
TShark (Wireshark) 4.1.0 (v4.1.0rc0-428-g517d2be1494f)
Dump and analyze network traffic.
See https://www.wireshark.org for more information.
@ -138,9 +138,11 @@ Output:
Diagnostic output:
--log-level <level> sets the active log level ("critical", "warning", etc.)
--log-fatal <level> sets level to abort the program ("critical" or "warning")
--log-domains <[!]list> comma separated list of the active log domains
--log-debug <[!]list> comma separated list of domains with "debug" level
--log-noisy <[!]list> comma separated list of domains with "noisy" level
--log-domains <[!]list> comma-separated list of the active log domains
--log-fatal-domains <list>
list of domains that cause the program to abort
--log-debug <[!]list> list of domains with "debug" level
--log-noisy <[!]list> list of domains with "noisy" level
--log-file <path> file to output messages to (in addition to stderr)
Miscellaneous:

View File

@ -1,4 +1,4 @@
Wireshark 4.1.0 (v4.1.0rc0-55-gccf720d95daf)
Wireshark 4.1.0 (v4.1.0rc0-428-g517d2be1494f)
Interactively dump and analyze network traffic.
See https://www.wireshark.org for more information.
@ -87,9 +87,11 @@ Output:
Diagnostic output:
--log-level <level> sets the active log level ("critical", "warning", etc.)
--log-fatal <level> sets level to abort the program ("critical" or "warning")
--log-domains <[!]list> comma separated list of the active log domains
--log-debug <[!]list> comma separated list of domains with "debug" level
--log-noisy <[!]list> comma separated list of domains with "noisy" level
--log-domains <[!]list> comma-separated list of the active log domains
--log-fatal-domains <list>
list of domains that cause the program to abort
--log-debug <[!]list> list of domains with "debug" level
--log-noisy <[!]list> list of domains with "noisy" level
--log-file <path> file to output messages to (in addition to stderr)
Miscellaneous:

View File

@ -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-10-02)
# (last updated 2022-10-08)
0 Reserved
1 NxNetworks
@ -59242,3 +59242,20 @@
59450 Dumont Automation
59451 QuantumIOT
59452 Dama11
59453 Perth Airport Pty Ltd
59454 iWay AG
59455 Gemeente Westerwolde
59456 RWLP
59457 Tasteful Selections
59458 ENSA Strasbourg
59459 Ceson Skog AB
59460 Triton Digital a.s.
59461 London Borough of Enfield
59462 iDenfy
59463 Polmlek Sp. z o.o.
59464 ICTKholdings
59465 dtriger INC.
59466 Mohsin Ansari MD FAAP PC
59467 Evolynx
59468 VANTIS II SOFTWARE,LDA
59469 Sigilence Technologies

Can't render this file because it is too large.

View File

@ -1477,7 +1477,7 @@ const value_string tls_cert_status_type[] = {
};
/* Generated by tools/make-tls-ct-logids.py
* Last-Modified Wed, 28 Sep 2022 23:48:00 GMT, 114 entries. */
* Last-Modified Sun, 09 Oct 2022 13:08:00 GMT, 117 entries. */
static const bytes_string ct_logids[] = {
{ (const guint8[]){
0xb2, 0x1e, 0x05, 0xcc, 0x8b, 0xa2, 0xcd, 0x8a, 0x20, 0x4e, 0x87,
@ -1659,6 +1659,12 @@ static const bytes_string ct_logids[] = {
0x25, 0xba, 0xad, 0x93, 0xe9, 0x8f, 0x9b, 0x9c, 0x69, 0xcb,
},
32, "Google 'Solera2023' log" },
{ (const guint8[]){
0x30, 0x24, 0xce, 0x7e, 0xeb, 0x16, 0x88, 0x62, 0x72, 0x4b, 0xea,
0x70, 0x2e, 0xff, 0xf9, 0x92, 0xcf, 0xe4, 0x56, 0x43, 0x41, 0x91,
0xaa, 0x59, 0x5b, 0x25, 0xf8, 0x02, 0x26, 0xc8, 0x00, 0x17,
},
32, "Google 'Solera2024' log" },
{ (const guint8[]){
0x5e, 0xa7, 0x73, 0xf9, 0xdf, 0x56, 0xc0, 0xe7, 0xb5, 0x36, 0x48,
0x7d, 0xd0, 0x49, 0xe0, 0x32, 0x7a, 0x91, 0x9a, 0x0c, 0x84, 0xa1,
@ -1971,6 +1977,18 @@ static const bytes_string ct_logids[] = {
0x1b, 0xc6, 0xf6, 0x9e, 0x8c, 0x17, 0x4f, 0x24, 0xf3, 0xcf,
},
32, "Let's Encrypt 'Testflume2019' log" },
{ (const guint8[]){
0x23, 0x2d, 0x41, 0xa4, 0xcd, 0xac, 0x87, 0xce, 0xd9, 0xf9, 0x43,
0xf4, 0x68, 0xc2, 0x82, 0x09, 0x5a, 0xe0, 0x9d, 0x30, 0xd6, 0x2e,
0x2f, 0xa6, 0x5d, 0xdc, 0x3b, 0x91, 0x9c, 0x2e, 0x46, 0x8f,
},
32, "Let's Encrypt 'Sapling 2022h2' log" },
{ (const guint8[]){
0xc1, 0x83, 0x24, 0x0b, 0xf1, 0xa4, 0x50, 0xc7, 0x6f, 0xbb, 0x00,
0x72, 0x69, 0xdc, 0xac, 0x3b, 0xe2, 0x2a, 0x48, 0x05, 0xd4, 0xdb,
0xe0, 0x49, 0x66, 0xc3, 0xc8, 0xab, 0xc4, 0x47, 0xb0, 0x0c,
},
32, "Let's Encrypt 'Sapling 2023h1' log" },
{ (const guint8[]){
0xc6, 0x3f, 0x22, 0x18, 0xc3, 0x7d, 0x56, 0xa6, 0xaa, 0x06, 0xb5,
0x96, 0xda, 0x8e, 0x53, 0xd4, 0xd7, 0x15, 0x6d, 0x1e, 0x9b, 0xac,

44
manuf
View File

@ -45,23 +45,23 @@
# https://standards-oui.ieee.org/cid/cid.csv:
# Content-Length: 13390
# Last-Modified: Sun, 02 Oct 2022 16:00:32 GMT
# Last-Modified: Sun, 09 Oct 2022 16:00:41 GMT
# https://standards-oui.ieee.org/iab/iab.csv:
# Content-Length: 381459
# Last-Modified: Sun, 02 Oct 2022 16:00:48 GMT
# Last-Modified: Sun, 09 Oct 2022 16:01:05 GMT
# https://standards-oui.ieee.org/oui/oui.csv:
# Content-Length: 3035634
# Last-Modified: Sun, 02 Oct 2022 16:01:55 GMT
# Content-Length: 3037105
# Last-Modified: Sun, 09 Oct 2022 16:01:57 GMT
# https://standards-oui.ieee.org/oui28/mam.csv:
# Content-Length: 488454
# Last-Modified: Sun, 02 Oct 2022 16:00:59 GMT
# Content-Length: 489005
# Last-Modified: Sun, 09 Oct 2022 16:01:21 GMT
# https://standards-oui.ieee.org/oui36/oui36.csv:
# Content-Length: 460953
# Last-Modified: Sun, 02 Oct 2022 16:01:38 GMT
# Content-Length: 461327
# Last-Modified: Sun, 09 Oct 2022 16:01:44 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
@ -7983,7 +7983,7 @@
00:1E:40 Shanghai Shanghai DareGlobal Technologies Co.,Ltd
00:1E:41 Microwav Microwave Communication & Component, Inc.
00:1E:42 Teltonik Teltonika
00:1E:43 AisinAw Aisin Aw Co.,Ltd.
00:1E:43 Aisin Aisin Corporation
00:1E:44 Santec
00:1E:45 Sony Sony Corporation
00:1E:46 ARRISGro ARRIS Group, Inc.
@ -9640,7 +9640,7 @@
00:24:BC HuRob HuRob Co.,Ltd
00:24:BD HainzlIn Hainzl Industriesysteme GmbH
00:24:BE Sony Sony Corporation
00:24:BF Ciat
00:24:BF CarrierC Carrier Culoz SA
00:24:C0 NtiComod Nti Comodo Inc
00:24:C1 ARRISGro ARRIS Group, Inc.
00:24:C2 Asumo Asumo Co.,Ltd.
@ -18582,6 +18582,7 @@
0C:CC:47:B0:00:00/28 SpotAI Spot AI, Inc.
0C:CC:47:C0:00:00/28 KumiElec Kumi Electronic Components
0C:CC:47:D0:00:00/28 GODOXPho GODOX Photo Equipment Co., Ltd.
0C:CC:47:E0:00:00/28 FoxconnB Foxconn Brasil Industria e Comercio Ltda
0C:CD:D3 Eastrive Eastriver Technology Co., Ltd.
0C:CD:FB EDIC EDIC Systems Inc.
0C:CE:F6 GuizhouF Guizhou Fortuneship Technology Co., Ltd
@ -21336,6 +21337,7 @@
28:CD:C1 Raspberr Raspberry Pi Trading Ltd
28:CD:C4 Chongqin Chongqing Fugui Electronics Co.,Ltd.
28:CF:08 Essys
28:CF:51 Nintendo Nintendo Co.,Ltd
28:CF:DA Apple Apple, Inc.
28:CF:E9 Apple Apple, Inc.
28:D0:44 Shenzhen Shenzhen Xinyin technology company
@ -27089,6 +27091,7 @@
60:6D:3C Luxshare Luxshare Precision Industry Company Limited
60:6D:9D OttoBock Otto Bock Healthcare Products GmbH
60:6D:C7 HonHaiPr Hon Hai Precision Ind. Co.,Ltd.
60:6E:41 BarrotTe Barrot Technology Co.,LTD
60:6E:D0 Seal Seal Ag
60:6E:E8 XiaomiCo Xiaomi Communications Co Ltd
60:70:6C Google Google, Inc.
@ -31918,7 +31921,7 @@
70:B3:D5:CB:A0:00/36 YUYAMAMF YUYAMA MFG Co.,Ltd
70:B3:D5:CB:B0:00/36 Postmark Postmark Incorporated
70:B3:D5:CB:C0:00/36 ProconEl Procon Electronics Pty Ltd
70:B3:D5:CB:D0:00/36 PreoIndu Preo Industries Far East Limited
70:B3:D5:CB:D0:00/36 PreoIndu Preo Industries Far East Ltd
70:B3:D5:CB:E0:00/36 EnsuraSo Ensura Solutions BV
70:B3:D5:CB:F0:00/36 CubicITS Cubic ITS, Inc. dba GRIDSMART Technologies
70:B3:D5:CC:00:00/36 Avionica
@ -32954,6 +32957,7 @@
74:3E:2B RuckusWi Ruckus Wireless
74:3E:39 YUSURTec YUSUR Technology Co., Ltd.
74:3E:CB Gentrice Gentrice tech
74:3F:C2 Hangzhou Hangzhou Hikvision Digital Technology Co.,Ltd.
74:40:BB HonHaiPr Hon Hai Precision Ind. Co.,Ltd.
74:40:BE LGInnote LG Innotek
74:42:7F AVMAudio AVM Audiovisuelles Marketing und Computersysteme GmbH
@ -33321,6 +33325,7 @@
78:22:3D Affirmed Affirmed Networks
78:23:27 SamsungE Samsung Electronics Co.,Ltd
78:23:AE ARRISGro ARRIS Group, Inc.
78:24:59 Alcatel- Alcatel-Lucent Enterprise
78:24:AF ASUSTekC ASUSTek COMPUTER INC.
78:25:44 Omnima Omnima Limited
78:25:7A LEOInnov LEO Innovation Lab
@ -34787,6 +34792,11 @@
84:B1:53 Apple Apple, Inc.
84:B2:61 Cisco Cisco Systems, Inc
84:B3:1B Kinexon Kinexon GmbH
84:B3:86 IEEERegi IEEE Registration Authority
84:B3:86:50:00:00/28 Fusus
84:B3:86:60:00:00/28 ALPHA ALPHA Corporation
84:B3:86:A0:00:00/28 VelocioN Velocio Networks, Inc.
84:B3:86:B0:00:00/28 Sinengel Sineng electric CO., Ltd
84:B4:DB SiliconL Silicon Laboratories
84:B5:17 Cisco Cisco Systems, Inc
84:B5:41 SamsungE Samsung Electronics Co.,Ltd
@ -35387,6 +35397,7 @@
8C:1F:64:06:D0:00/36 Monnit Monnit Corporation
8C:1F:64:07:10:00/36 DorletSa Dorlet Sau
8C:1F:64:07:70:00/36 EngageTe Engage Technologies
8C:1F:64:07:A0:00/36 Flextron Flextronics International Kft
8C:1F:64:07:E0:00/36 FLOYD FLOYD inc.
8C:1F:64:08:00:00/36 Twinleaf Twinleaf LLC
8C:1F:64:08:50:00/36 SorbEngi Sorb Engineering Llc
@ -35502,6 +35513,7 @@
8C:1F:64:2C:50:00/36 Sysn
8C:1F:64:2C:60:00/36 YUYAMAMF YUYAMA MFG Co.,Ltd
8C:1F:64:2C:80:00/36 BRSSiste BRS Sistemas Eletrônicos
8C:1F:64:2D:80:00/36 CONTROL CONTROL SYSTEMS Srl
8C:1F:64:2E:20:00/36 MarkRobe Mark Roberts Motion Control
8C:1F:64:2E:80:00/36 SonoraNe Sonora Network Solutions
8C:1F:64:2E:F0:00/36 Invisens Invisense AB
@ -35799,6 +35811,7 @@
8C:1F:64:86:A0:00/36 VisionTo VisionTools Bildanalyse Systeme GmbH
8C:1F:64:87:80:00/36 GreenAcc Green Access Ltd
8C:1F:64:88:30:00/36 DEUTA-WE DEUTA-WERKE GmbH
8C:1F:64:88:B0:00/36 TaiwanAu Taiwan Aulisa Medical Devices Technologies, Inc
8C:1F:64:88:D0:00/36 Pantheru Pantherun Technologies Pvt Ltd
8C:1F:64:89:00:00/36 WonATech WonATech Co., Ltd.
8C:1F:64:89:20:00/36 MDIIndus MDI Industrial
@ -37188,6 +37201,7 @@
94:DB:DA HuaweiTe Huawei Technologies Co.,Ltd
94:DC:4E AEVspols AEV, spol. s r. o.
94:DD:3F A+VLinkT A+V Link Technologies, Corp.
94:DD:F8 BrotherI Brother Industries, LTD.
94:DE:0E SmartOpt SmartOptics AS
94:DE:80 Giga-Byt Giga-Byte Technology Co.,Ltd.
94:DE:B8 SiliconL Silicon Laboratories
@ -37587,6 +37601,7 @@
98:BC:99 Edeltech Edeltech Co.,Ltd.
98:BE:94 Ibm
98:BE:DC HonorDev Honor Device Co., Ltd.
98:BF:F4 MARKIN MARKIN co., Ltd.
98:C0:EB GlobalRe Global Regency Ltd
98:C3:D2 NingboSa Ningbo Sanxing Medical Electric Co.,Ltd
98:C5:DB Ericsson Ericsson AB
@ -38534,6 +38549,7 @@ A4:17:52 HifocusE Hifocus Electronics India Private Limited
A4:17:8B HuaweiTe Huawei Technologies Co.,Ltd
A4:17:91 Shenzhen Shenzhen Decnta Technology Co.,LTD.
A4:18:75 Cisco Cisco Systems, Inc
A4:18:94 BoschSec Bosch Security Systems B.V.
A4:19:08 Fiberhom Fiberhome Telecommunication Technologies Co.,LTD
A4:1A:3A Tp-LinkT Tp-Link Technologies Co.,Ltd.
A4:1B:34 ChinaMob China Mobile Group Device Co.,Ltd.
@ -38595,6 +38611,7 @@ A4:3B:FA:F0:00:00/28 Private
A4:3D:78 Guangdon Guangdong Oppo Mobile Telecommunications Corp.,Ltd
A4:3E:51 AnovFran Anov France
A4:3E:A0 iCommHK iComm HK LIMITED
A4:3F:51 Shenzhen Shenzhen Benew Technology Co.,Ltd.
A4:40:27 zte zte corporation
A4:42:3B IntelCor Intel Corporate
A4:43:8C ARRISGro ARRIS Group, Inc.
@ -39203,6 +39220,7 @@ A8:E7:7D TexasIns Texas Instruments
A8:E8:1E AtwTechn Atw Technology, Inc.
A8:E8:24 InimElec Inim Electronics S.R.L.
A8:E9:78 HuaweiDe Huawei Device Co., Ltd.
A8:EE:6D FinePoin Fine Point-High Export
A8:EE:C6 Muuselab Muuselabs NV/SA
A8:EF:26 Tritonwa Tritonwave
A8:F0:38 ShenZhen Shen Zhen Shi Jin Hua Tai Electronics Co.,Ltd
@ -42671,6 +42689,7 @@ D0:4D:2C Roku Roku, Inc.
D0:4D:C6 ArubaaHe Aruba, a Hewlett Packard Enterprise Company
D0:4E:50 Mobiwire Mobiwire Mobiles (NingBo) Co., LTD
D0:4E:99 HuaweiTe Huawei Technologies Co.,Ltd
D0:4F:58 RuckusWi Ruckus Wireless
D0:4F:7E Apple Apple, Inc.
D0:50:99 ASRockIn ASRock Incorporation
D0:51:57 LEAXArki LEAX Arkivator Telecom
@ -43226,6 +43245,7 @@ D4:96:DF SungjinC Sungjin C&T Co.,Ltd
D4:97:0B XiaomiCo Xiaomi Communications Co Ltd
D4:9A:20 Apple Apple, Inc.
D4:9A:A0 VnptTech Vnpt Technology
D4:9A:F6 AzureWav AzureWave Technologies, Inc.
D4:9B:5C Chongqin Chongqing Miedu Technology Co., Ltd.
D4:9B:74 KineticT Kinetic Technologies
D4:9C:28 JayBird JayBird LLC
@ -44658,6 +44678,7 @@ 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:9D:73 Edgecore Edgecore Networks Corporation
E4:9E:12 FreeboxS Freebox Sas
E4:9F:1E ARRISGro ARRIS Group, Inc.
E4:A1:E6 Alcatel- Alcatel-Lucent Shanghai Bell Co., Ltd
@ -46913,6 +46934,7 @@ FC:AF:6A Qulsar Qulsar Inc
FC:AF:AC Socionex Socionext Inc.
FC:AF:BE TireChec TireCheck GmbH
FC:B0:C4 Shanghai Shanghai DareGlobal Technologies Co.,Ltd
FC:B0:DE CloudNet Cloud Network Technology Singapore Pte. Ltd.
FC:B1:0D Shenzhen Shenzhen Tian Kun Technology Co.,LTD.
FC:B3:BC IntelCor Intel Corporate
FC:B4:E6 AskeyCom Askey Computer Corp

View File

@ -5730,6 +5730,7 @@ rads 12302/tcp # Remote Administration Daemon (RAD) is a system service that of
warehouse-sss 12321/tcp/udp # Warehouse Monitoring Syst SSS
warehouse 12322/tcp/udp # Warehouse Monitoring Syst
italk 12345/tcp/udp # Italk Chat System
carb-repl-ctrl 12546/tcp # Carbonite Server Replication Control
tsaf 12753/tcp/udp # tsaf port
netperf 12865/tcp # control port for the netperf benchmark
i-zipqd 13160/tcp/udp # I-ZIPQD

View File

@ -1868,6 +1868,10 @@ Um zum Beispiel eine neue Datei zu jeder vollen Stunde zu haben, 1 Stunde angebe
<source>Bytes A </source>
<translation>Bytes A </translation>
</message>
<message>
<source>Packets B </source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Bytes B </source>
<translation>Bytes B </translation>
@ -2022,6 +2026,14 @@ Um zum Beispiel eine neue Datei zu jeder vollen Stunde zu haben, 1 Stunde angebe
<source>Copy packet bytes as a stream of hex.</source>
<translation>Paketbytes als Hexstream kopieren.</translation>
</message>
<message>
<source>as a Base64 String</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Copy packet bytes as a base64 encoded string.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>as Raw Binary</source>
<translation>...als Rohdaten</translation>
@ -2182,6 +2194,10 @@ Um zum Beispiel eine neue Datei zu jeder vollen Stunde zu haben, 1 Stunde angebe
<source>Current filter: %1</source>
<translation>Aktueller Filter: %1</translation>
</message>
<message>
<source>Invalid filter: </source>
<translation type="unfinished">Ungültiger Filter: </translation>
</message>
<message>
<source>Save this filter</source>
<translation>Diesen Filter speichern</translation>

View File

@ -1865,6 +1865,10 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<source>Bytes A </source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Packets B </source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Bytes B </source>
<translation type="unfinished"></translation>
@ -2019,6 +2023,14 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<source>Copy packet bytes as a stream of hex.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>as a Base64 String</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Copy packet bytes as a base64 encoded string.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>as Raw Binary</source>
<translation type="unfinished"></translation>
@ -2179,6 +2191,10 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<source>Current filter: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Invalid filter: </source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Save this filter</source>
<translation type="unfinished"></translation>

View File

@ -1843,6 +1843,10 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto.</
<source>Bytes A </source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Packets B </source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Bytes B </source>
<translation type="unfinished"></translation>
@ -1997,6 +2001,14 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto.</
<source>Copy packet bytes as a stream of hex.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>as a Base64 String</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Copy packet bytes as a base64 encoded string.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>as Raw Binary</source>
<translation type="unfinished"></translation>
@ -2157,6 +2169,10 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto.</
<source>Current filter: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Invalid filter: </source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Save this filter</source>
<translation>Guardar este filtro</translation>

View File

@ -1868,6 +1868,10 @@ Pas exemple, inquiquez 1 heure pour avoir un nouveau fichier créé toutes les h
<source>Bytes A </source>
<translation>Octets A</translation>
</message>
<message>
<source>Packets B </source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Bytes B </source>
<translation>Octets B</translation>
@ -2022,6 +2026,14 @@ Pas exemple, inquiquez 1 heure pour avoir un nouveau fichier créé toutes les h
<source>Copy packet bytes as a stream of hex.</source>
<translation>Copier les octets du paquet sous forme de flux Hex.</translation>
</message>
<message>
<source>as a Base64 String</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Copy packet bytes as a base64 encoded string.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>as Raw Binary</source>
<translation>en tant que binaire brut</translation>
@ -2182,6 +2194,10 @@ Pas exemple, inquiquez 1 heure pour avoir un nouveau fichier créé toutes les h
<source>Current filter: %1</source>
<translation>Filtre actuel : %1</translation>
</message>
<message>
<source>Invalid filter: </source>
<translation type="unfinished">Filtre invalide : </translation>
</message>
<message>
<source>Save this filter</source>
<translation>Sauvegarder ce filtre</translation>

View File

@ -1868,6 +1868,10 @@ Ad esempio, usa 1 ora per fare in modo che un nuovo file sia creato ogni ora.</t
<source>Bytes A </source>
<translation>Byte A</translation>
</message>
<message>
<source>Packets B </source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Bytes B </source>
<translation>Byte B</translation>
@ -2022,6 +2026,14 @@ Ad esempio, usa 1 ora per fare in modo che un nuovo file sia creato ogni ora.</t
<source>Copy packet bytes as a stream of hex.</source>
<translation>Copia i byte del pacchetto come un flusso esadecimale.</translation>
</message>
<message>
<source>as a Base64 String</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Copy packet bytes as a base64 encoded string.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>as Raw Binary</source>
<translation>...come binario grezzo</translation>
@ -2182,6 +2194,10 @@ Ad esempio, usa 1 ora per fare in modo che un nuovo file sia creato ogni ora.</t
<source>Current filter: %1</source>
<translation>Filtro attuale: %1</translation>
</message>
<message>
<source>Invalid filter: </source>
<translation type="unfinished">Filtro non valido: </translation>
</message>
<message>
<source>Save this filter</source>
<translation>Salva questo filtro</translation>

View File

@ -1860,6 +1860,10 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<source>Bytes A </source>
<translation> A</translation>
</message>
<message>
<source>Packets B </source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Bytes B </source>
<translation> B</translation>
@ -2014,6 +2018,14 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<source>Copy packet bytes as a stream of hex.</source>
<translation>16</translation>
</message>
<message>
<source>as a Base64 String</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Copy packet bytes as a base64 encoded string.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>as Raw Binary</source>
<translation>...</translation>
@ -2174,6 +2186,10 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<source>Current filter: %1</source>
<translation>: %1</translation>
</message>
<message>
<source>Invalid filter: </source>
<translation type="unfinished">:</translation>
</message>
<message>
<source>Save this filter</source>
<translation></translation>

View File

@ -1872,6 +1872,10 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<source>Bytes A </source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Packets B </source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Bytes B </source>
<translation type="unfinished"></translation>
@ -2026,6 +2030,14 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<source>Copy packet bytes as a stream of hex.</source>
<translation>Kopiuj bajty pakietu jako strumień Hex.</translation>
</message>
<message>
<source>as a Base64 String</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Copy packet bytes as a base64 encoded string.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>as Raw Binary</source>
<translation type="unfinished"></translation>
@ -2186,6 +2198,10 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<source>Current filter: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Invalid filter: </source>
<translation type="unfinished">Błędny filtr: </translation>
</message>
<message>
<source>Save this filter</source>
<translation>Zapisz filtr</translation>

View File

@ -1875,6 +1875,10 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<source>Bytes A </source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Packets B </source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Bytes B </source>
<translation type="unfinished"></translation>
@ -2029,6 +2033,14 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<source>Copy packet bytes as a stream of hex.</source>
<translation>Копировать байты пакета как шестнадцатеричный поток.</translation>
</message>
<message>
<source>as a Base64 String</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Copy packet bytes as a base64 encoded string.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>as Raw Binary</source>
<translation>как Двоичный Raw</translation>
@ -2189,6 +2201,10 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<source>Current filter: %1</source>
<translation>Текущий фильтр: %1</translation>
</message>
<message>
<source>Invalid filter: </source>
<translation type="unfinished">Неправильный фильтр: </translation>
</message>
<message>
<source>Save this filter</source>
<translation>Сохранить этот фильтр</translation>

View File

@ -1868,6 +1868,10 @@ Till exempel, använd 1 timma för att en ny fil skall skapas varje timma vid he
<source>Bytes A </source>
<translation>Byte A</translation>
</message>
<message>
<source>Packets B </source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Bytes B </source>
<translation>Byte B</translation>
@ -2022,6 +2026,14 @@ Till exempel, använd 1 timma för att en ny fil skall skapas varje timma vid he
<source>Copy packet bytes as a stream of hex.</source>
<translation>Kopiera paketbyte som en ström av hex.</translation>
</message>
<message>
<source>as a Base64 String</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Copy packet bytes as a base64 encoded string.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>as Raw Binary</source>
<translation> som binär</translation>
@ -2182,6 +2194,10 @@ Till exempel, använd 1 timma för att en ny fil skall skapas varje timma vid he
<source>Current filter: %1</source>
<translation>Aktuellt filter: %1</translation>
</message>
<message>
<source>Invalid filter: </source>
<translation type="unfinished">Felaktigt filter: </translation>
</message>
<message>
<source>Save this filter</source>
<translation>Spara detta filter</translation>

View File

@ -1861,6 +1861,10 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<source>Bytes A </source>
<translation>Bayt A</translation>
</message>
<message>
<source>Packets B </source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Bytes B </source>
<translation>Bayt B</translation>
@ -2015,6 +2019,14 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<source>Copy packet bytes as a stream of hex.</source>
<translation>Paket baytlarını bir hex akışı olarak kopyalayın.</translation>
</message>
<message>
<source>as a Base64 String</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Copy packet bytes as a base64 encoded string.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>as Raw Binary</source>
<translation>Ham İkili olarak</translation>
@ -2175,6 +2187,10 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<source>Current filter: %1</source>
<translation>Geçerli filtre: %1</translation>
</message>
<message>
<source>Invalid filter: </source>
<translation type="unfinished">Geçersiz filtre: </translation>
</message>
<message>
<source>Save this filter</source>
<translation>Bu filtreyi kaydet</translation>

View File

@ -1848,6 +1848,10 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<source>Bytes A </source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Packets B </source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Bytes B </source>
<translation type="unfinished"></translation>
@ -2002,6 +2006,14 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<source>Copy packet bytes as a stream of hex.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>as a Base64 String</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Copy packet bytes as a base64 encoded string.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>as Raw Binary</source>
<translation type="unfinished"></translation>
@ -2162,6 +2174,10 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<source>Current filter: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Invalid filter: </source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Save this filter</source>
<translation type="unfinished"></translation>

View File

@ -1859,6 +1859,10 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<source>Bytes A </source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Packets B </source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Bytes B </source>
<translation type="unfinished"></translation>
@ -2013,6 +2017,14 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<source>Copy packet bytes as a stream of hex.</source>
<translation></translation>
</message>
<message>
<source>as a Base64 String</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Copy packet bytes as a base64 encoded string.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>as Raw Binary</source>
<translation type="unfinished"></translation>
@ -2173,6 +2185,10 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<source>Current filter: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Invalid filter: </source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Save this filter</source>
<translation></translation>