Skip to content

Commit

Permalink
[Automatic update for 2022-10-09]
Browse files Browse the repository at this point in the history
Update manuf, services enterprise numbers, translations, and other items.
  • Loading branch information
geraldcombs authored and AndersBroman committed Oct 10, 2022
1 parent f504d02 commit 2a97e72
Show file tree
Hide file tree
Showing 23 changed files with 334 additions and 48 deletions.
6 changes: 5 additions & 1 deletion AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down Expand Up @@ -5123,14 +5127,14 @@ 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>
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>
Expand Down
50 changes: 36 additions & 14 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,36 @@ Wireshark 4.1.0 Release Notes

What’s 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 User’s Guide[2] for details.

New Protocol Support

Updated Protocol Support
Expand All @@ -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

Expand All @@ -54,24 +73,27 @@ Wireshark 4.1.0 Release Notes
The User’s Guide, manual pages and various other documentation can be
found at https://www.wireshark.org/docs/

Community support is available on Wireshark’s Q&A site[2] and on the
Community support is available on Wireshark’s Q&A site[4] and on the
wireshark-users mailing list. Subscription information and archives
for all of Wireshark’s mailing lists can be found on the web site[3].
for all of Wireshark’s 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 Wireshark’s 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
10 changes: 6 additions & 4 deletions docbook/wsug_src/dumpcap-h.txt
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -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:
Expand Down
10 changes: 6 additions & 4 deletions docbook/wsug_src/rawshark-h.txt
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -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)


Expand Down
10 changes: 6 additions & 4 deletions docbook/wsug_src/text2pcap-h.txt
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -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:
Expand Down
10 changes: 6 additions & 4 deletions docbook/wsug_src/tshark-h.txt
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -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:
Expand Down
10 changes: 6 additions & 4 deletions docbook/wsug_src/wireshark-h.txt
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -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:
Expand Down
19 changes: 18 additions & 1 deletion enterprises.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
20 changes: 19 additions & 1 deletion epan/dissectors/packet-tls-utils.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down
Loading

0 comments on commit 2a97e72

Please sign in to comment.