aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerald Combs <gerald@zing.org>2021-08-25 11:29:50 -0700
committerGerald Combs <gerald@zing.org>2021-08-25 11:29:50 -0700
commit3e1ffae201b825fcce1caafff1190a55cd89117d (patch)
tree643ccf143ff45ffcd57f803073f7ea20b0f17d40
parent56c99928aa574cdc21d7b89602ed46d31ea8421f (diff)
downloadwireshark-3e1ffae201b825fcce1caafff1190a55cd89117d.tar.gz
wireshark-3e1ffae201b825fcce1caafff1190a55cd89117d.tar.bz2
wireshark-3e1ffae201b825fcce1caafff1190a55cd89117d.zip
[skip ci]
-rw-r--r--ChangeLog243
-rw-r--r--NEWS43
-rw-r--r--docbook/release-notes.adoc2
-rw-r--r--wireshark.appdata.xml3
4 files changed, 279 insertions, 12 deletions
diff --git a/ChangeLog b/ChangeLog
index e69de29bb2..51743cd49d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -0,0 +1,243 @@
+commit 56c99928aa
+Author: Gerald Combs <gerald@wireshark.org>
+Date: Sun Aug 22 09:54:46 2021 +0000
+
+ [Automatic update for 2021-08-22]
+
+ Update manuf, services enterprise numbers, translations, and other items.
+
+commit 3adb34b93c
+Author: Gerald Combs <gerald@wireshark.org>
+Date: Mon Aug 23 10:31:54 2021 -0700
+
+ Prep for 3.4.8.
+
+commit 7ac8e3fc13
+Author: Stig Bjørlykke <stig@bjorlykke.org>
+Date: Thu Aug 19 08:40:23 2021 +0200
+
+ gsm_sim: Show status in info column when response only
+
+ Show value from status word in info column when packet is a
+ response only (not SIMtrace).
+
+
+ (cherry picked from commit ebf5da61c6c42724535687ccb69189e7cb4df387)
+
+commit 3781a159a5
+Author: Stig Bjørlykke <stig@bjorlykke.org>
+Date: Thu Aug 19 08:19:24 2021 +0200
+
+ coap: Do not handle Accept as Content-Format
+
+ Only use value of Content-Format to dissect the content in the
+ current packet. Accept is used to tell which format is expected
+ in the reply.
+
+ Fixes: #17536
+
+
+ (cherry picked from commit 1807d3874a4efc673fec89448209f426a0301f7f)
+
+commit b0bd4c15aa
+Author: Gerald Combs <gerald@wireshark.org>
+Date: Sun Aug 15 09:53:38 2021 +0000
+
+ [Automatic update for 2021-08-15]
+
+ Update manuf, services enterprise numbers, translations, and other items.
+
+commit b0dabff1d3
+Author: Joakim Andersson <joakim.andersson@nordicsemi.no>
+Date: Fri Aug 6 10:32:39 2021 +0200
+
+ Bluetooth: Fix clock accuracy field offset in sync info
+
+ Fix clock accuracy field offset in the sync info information in the
+ extended advertising header.
+ The field was placed at offset 4 instead of the current offset + 4.
+
+ Signed-off-by: Joakim Andersson <joakim.andersson@nordicsemi.no>
+
+commit 87e7387c01
+Author: John Thacker <johnthacker@gmail.com>
+Date: Mon Aug 9 20:30:02 2021 -0400
+
+ editcap doc: Fix description of split output file names
+
+ The editcap documentation still refers to the pre 1.2.1 behavior
+ of determining output file names when splitting based on either
+ packet counts or time intervals. (See commit a8eb860103) Update
+ it to reflect the current behavior.
+
+
+ (cherry picked from commit 3c5168c874c7a9cf60ae3eaa44fb982352f2628d)
+
+commit 16c97439ff
+Author: Guy Harris <gharris@sonic.net>
+Date: Mon Aug 9 22:53:29 2021 -0700
+
+ editcap: if -T was specified, change the linktype of all interfaces.
+
+ Don't just change the linktype of the file (if it has one) and the
+ linktypes of all the packets, change the linktype of all interfaces as
+ well.
+
+ Fixes #17520.
+
+ (backported from commit 158810c7134f593cf9ac7da78161a8458eb1b0ef)
+
+commit 5b78e37e1f
+Author: Gerald Combs <gerald@wireshark.org>
+Date: Mon Aug 9 01:06:32 2021 +0000
+
+ [Automatic update for 2021-08-09]
+
+ Update manuf, services enterprise numbers, translations, and other items.
+
+commit 4cd102dd3a
+Author: John Thacker <johnthacker@gmail.com>
+Date: Thu Aug 5 23:45:41 2021 -0400
+
+ captype docs: Fix name references
+
+ Fix a number of instances where the captype man page refers to
+ capinfos instead of captype. (Copy and paste-o.) Also add captype
+ to the SEE ALSO section of the capinfos man page.
+
+
+ (cherry picked from commit 611013f98b74e03a83d5db133cb2f5653339f8e6)
+
+commit 69a8f32f02
+Author: Dario Lombardo <lomato@gmail.com>
+Date: Tue Aug 3 21:04:40 2021 +0200
+
+ iLBC: fix deprecation type and cast.
+
+ Starting from libilbc 3.0.0 the type iLBC_decinst_t has been marked
+ deprecated.
+ Other fixes rely on function prototype requiring uint8_t pointer.
+
+ Part 2/2 to make CI pipelines happy.
+
+ (cherry picked from commit 93f6aa2c)
+
+commit a94024c301
+Author: Guy Harris <gharris@sonic.net>
+Date: Wed Apr 28 11:35:31 2021 -0700
+
+ validate-clang-check: fix extracting the file basename.
+
+
+ (cherry picked from commit 4e9d2be9ae8efbf14725e2f5778d7b3998f51736)
+
+commit b0d4f78ce7
+Author: Guy Harris <gharris@sonic.net>
+Date: Wed Apr 28 03:00:43 2021 -0700
+
+ validate-clang-check: fix some issues.
+
+ Not all shells support [[ ]] compound commands; it's not in the most
+ recent Single UNIX Specification I could see, and the
+ ubuntu-clang-other-tests job is reporting
+
+ tools/validate-clang-check.sh: 18: [[: not found
+
+ Don't use [[ ]].
+
+ In addition, if you change extcap/etl.c, it tries to run clang-check on
+ it, but that file builds, and is only built, on Windows, so clang-check
+ fails dismally on UN*Xes. Omit it for now.
+
+
+ (cherry picked from commit 0d12050e5e7970a7ea1ddf9d645d6bf8e263df8d)
+
+commit 4de89fc18d
+Author: Dario Lombardo <lomato@gmail.com>
+Date: Tue Aug 3 21:02:45 2021 +0200
+
+ iLBC: fix deprecation type and cast.
+
+ Starting from libilbc 3.0.0 the type iLBC_decinst_t has been marked
+ deprecated.
+ Other fixes rely on function prototype requiring uint8_t pointer.
+
+ Part 1/2 to make CI pipelines happy.
+
+ (cherry picked from commit 93f6aa2c)
+
+commit d1dcafe008
+Author: Gerald Combs <gerald@wireshark.org>
+Date: Sun Aug 1 09:54:52 2021 +0000
+
+ [Automatic update for 2021-08-01]
+
+ Update manuf, services enterprise numbers, translations, and other items.
+
+commit f47ee392dc
+Author: Jaap Keuter <jaap.keuter@xs4all.nl>
+Date: Wed Jul 28 09:08:59 2021 +0200
+
+ RakNet: Fix address bytes highlighting
+
+ Closes #17509
+
+ (cherry picked from commit afb1aff84522e19d83215152ab3b4aeaa3f4dd72)
+
+commit 2194d9d37d
+Author: Guy Harris <gharris@sonic.net>
+Date: Sun Jul 25 13:56:40 2021 -0700
+
+ btatt: fix reported dissector bug.
+
+ For better or worse, currently, if you have a field that is broken into
+ bitfields, the top-level field must be integral, so the entire field's
+ value is shown. A case could be made that FT_NONE should be supported,
+ but that's not the case now.
+
+ Fixes issue #17505.
+
+
+ (cherry picked from commit 436a9fabcb7124cd26c9a7c727fbf384ed5dc1b8)
+
+commit 249224e151
+Author: Gerald Combs <gerald@wireshark.org>
+Date: Sun Jul 25 09:53:54 2021 +0000
+
+ [Automatic update for 2021-07-25]
+
+ Update manuf, services enterprise numbers, translations, and other items.
+
+commit fac9972f67
+Author: Gerald Combs <gerald@wireshark.org>
+Date: Sun Jul 18 09:53:58 2021 +0000
+
+ [Automatic update for 2021-07-18]
+
+ Update manuf, services enterprise numbers, translations, and other items.
+
+commit d9b457cae1
+Author: Alexander Aring <aahringo@redhat.com>
+Date: Thu Jun 24 15:46:56 2021 -0400
+
+ packet-dlm3: dissect pdus for tcp case
+
+ Currently there can be multiple dlm messages in one tcp segment and in
+ some cases dlm message can be overlapped between two segments. The main
+ fix would be that we can now dissect multiple dlm messages if they
+ appear in one tcp segment. It's still own as one message in the "packet
+ flow" but in tree view it will be displayed as multiple messages which
+ are not visible.
+
+ For sctp the problem still exists, although there can't be overlapped messages.
+
+
+ (cherry picked from commit 456c74cb1f8e60046e22cf83315f0bae9b487398)
+
+commit 5a46a85068
+Author: Gerald Combs <gerald@wireshark.org>
+Date: Wed Jul 14 12:58:13 2021 -0700
+
+ Version: 3.4.7 → 3.4.8
+
+ [skip ci]
diff --git a/NEWS b/NEWS
index 5a6bdb273c..e17801f7cf 100644
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,20 @@ Wireshark 3.4.8 Release Notes
The following bugs have been fixed:
+ • Dissector bug reported for Bluetooth Cycling Power Measurement
+ characteristic for extreme angles value Issue 17505[1].
+
+ • vcruntime140_1.dll deleted on Wireshark update/install Issue
+ 17506[2].
+
+ • Raknet Addresses are incorrectly identified. Issue 17509[3].
+
+ • Editcap saving files as ethernet when specifying '-T
+ ieee-802-11-*' Issue 17520[4].
+
+ • CoAP dissector confuses Content-Format with Accept Issue
+ 17536[5].
+
New and Updated Features
New Protocol Support
@@ -19,6 +33,8 @@ Wireshark 3.4.8 Release Notes
Updated Protocol Support
+ BT ATT, BT LE LL, CoAP, DLM3, GSM SIM, iLBC, and RakNet
+
New and Updated Capture File Support
There is no new or updated capture file support in this release.
@@ -33,7 +49,7 @@ Wireshark 3.4.8 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[6] on the Wireshark web site.
File Locations
@@ -47,22 +63,27 @@ Wireshark 3.4.8 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[7] 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[8].
- Issues and feature requests can be reported on the issue tracker[4].
+ Issues and feature requests can be reported on the issue tracker[9].
Frequently Asked Questions
- A complete FAQ is available on the Wireshark web site[5].
+ A complete FAQ is available on the Wireshark web site[10].
- Last updated 2021-08-22 09:32:06 UTC
+ Last updated 2021-08-25 18:22:39 UTC
References
- 1. https://www.wireshark.org/download.html#thirdparty
- 2. https://ask.wireshark.org/
- 3. https://www.wireshark.org/lists/
- 4. https://gitlab.com/wireshark/wireshark/-/issues
- 5. https://www.wireshark.org/faq.html
+ 1. https://gitlab.com/wireshark/wireshark/-/issues/17505
+ 2. https://gitlab.com/wireshark/wireshark/-/issues/17506
+ 3. https://gitlab.com/wireshark/wireshark/-/issues/17509
+ 4. https://gitlab.com/wireshark/wireshark/-/issues/17520
+ 5. https://gitlab.com/wireshark/wireshark/-/issues/17536
+ 6. https://www.wireshark.org/download.html#thirdparty
+ 7. https://ask.wireshark.org/
+ 8. https://www.wireshark.org/lists/
+ 9. https://gitlab.com/wireshark/wireshark/-/issues
+ 10. https://www.wireshark.org/faq.html
diff --git a/docbook/release-notes.adoc b/docbook/release-notes.adoc
index 2339548f41..13407fdcdc 100644
--- a/docbook/release-notes.adoc
+++ b/docbook/release-notes.adoc
@@ -50,7 +50,7 @@ The following bugs have been fixed:
* Raknet Addresses are incorrectly identified. wsbuglink:17509[].
-* [3.4.x] Editcap saving files as ethernet when specifying '-T ieee-802-11-*' wsbuglink:17520[].
+* Editcap saving files as ethernet when specifying '-T ieee-802-11-*' wsbuglink:17520[].
* CoAP dissector confuses Content-Format with Accept wsbuglink:17536[].
diff --git a/wireshark.appdata.xml b/wireshark.appdata.xml
index 9a90cad617..c0de141264 100644
--- a/wireshark.appdata.xml
+++ b/wireshark.appdata.xml
@@ -48,6 +48,9 @@
</screenshots>
<update_contact>wireshark-dev_at_wireshark.org</update_contact>
<releases>
+ <release version="3.4.8" date="2021-08-25">
+ <url>https://www.wireshark.org/docs/relnotes/wireshark-3.4.8.html</url>
+ </release>
<release version="3.4.7" date="2021-07-14">
<url>https://www.wireshark.org/docs/relnotes/wireshark-3.4.7.html</url>
</release>