diff options
author | Gerald Combs <gerald@wireshark.org> | 2018-08-28 14:26:25 -0700 |
---|---|---|
committer | Gerald Combs <gerald@wireshark.org> | 2018-08-28 21:29:35 +0000 |
commit | c704acefc97448bc0fdb71301df9c0ae6be19d4d (patch) | |
tree | 3b1dcdc68e2a0bec36465a13bd2319fc9f2f8eae | |
parent | 1e61865894317774ca1adff0bb5b40b21a14594a (diff) | |
download | wireshark-c704acefc97448bc0fdb71301df9c0ae6be19d4d.tar.gz wireshark-c704acefc97448bc0fdb71301df9c0ae6be19d4d.tar.bz2 wireshark-c704acefc97448bc0fdb71301df9c0ae6be19d4d.zip |
Update the release notes for 2.2.17.
Change-Id: Ib59dbf002faa20804a42d48819620364be199d6f
Reviewed-on: https://code.wireshark.org/review/29325
Reviewed-by: Gerald Combs <gerald@wireshark.org>
-rw-r--r-- | docbook/release-notes.asciidoc | 66 |
1 files changed, 55 insertions, 11 deletions
diff --git a/docbook/release-notes.asciidoc b/docbook/release-notes.asciidoc index 1ba47c4800..6f7ecf4f0c 100644 --- a/docbook/release-notes.asciidoc +++ b/docbook/release-notes.asciidoc @@ -14,13 +14,33 @@ The following vulnerabilities have been fixed: * wssalink:2018-44[] + -. -wsbuglink:xxx[]. +Bluetooth AVDTP dissector crash. +wsbuglink:14884[]. // cveidlink:2018-xxx[]. -// Fixed in master: xxx -// Fixed in master-2.6: xxx -// Fixed in master-2.4: xxx -// Fixed in master-2.2: xxx +// Fixed in master: c48d6a6d60 +// Fixed in master-2.6: 24200230a4 +// Fixed in master-2.4: 590b9d95fc +// Fixed in master-2.2: c88cc3da31 + +* wssalink:2018-45[] ++ +Bluetooth Attribute Protocol dissector crash. +wsbuglink:14994[]. +// cveidlink:2018-xxx[]. +// Fixed in master: f98fbce64c +// Fixed in master-2.6: 10db757c35 +// Fixed in master-2.4: 4be24806b2 +// Fixed in master-2.2: e5f6e70687 + +* wssalink:2018-46[] ++ +Radiotap dissector crash. +wsbuglink:15022[]. +// cveidlink:2018-xxx[]. +// Fixed in master: 739eebd3d2 +// Fixed in master-2.6: 1576ae10e7 +// Fixed in master-2.4: bbf46eb46a +// Fixed in master-2.2: af9fc0e15e The following bugs have been fixed: @@ -28,7 +48,19 @@ The following bugs have been fixed: //* wsbuglink:6000[Wireshark bug] //* cveidlink:2014-2486[] //* Wireshark accepted your prom invitation then cancelled at the last minute. (wsbuglink:0000[]) -// cp /dev/null /tmp/buglist.txt ; for bugnumber in `git log --stat v2.2.17rc0..| grep ' Bug:' | awk '{print $2}' | sort -n -u ` ; do ./tools/gen-bugnote $bugnumber; pbpaste >> /tmp/buglist.txt; done +// cp /dev/null /tmp/buglist.txt ; for bugnumber in `git log --stat v2.2.18rc0..| grep ' Bug:' | awk '{print $2}' | sort -n -u ` ; do ./tools/gen-bugnote $bugnumber; pbpaste >> /tmp/buglist.txt; done + +* udpdump frame too long error. wsbuglink:14989[]. + +* ASTERIX Category 062 / 135 Altitude has wrong value. wsbuglink:15030[]. + +* Wireshark cannot decrypt SSL/TLS session if it was proxied over HTTP tunnel. wsbuglink:15042[]. + +* TLS records in a HTTP tunnel are displayed as "Encrypted Handshake Message". wsbuglink:15043[]. + +* Diameter AVP User Location Info, Mobile Network Code decoded not correctly. wsbuglink:15068[]. + +* Heartbeat message "Info" displayed without comma separator. wsbuglink:15079[]. === New and Updated Features @@ -48,17 +80,29 @@ There are no new protocols in this release. === Updated Protocol Support --sort-and-group-- +ASTERIX +Bluetooth ATT +Bluetooth AVDTP +DTLS +E.212 +HTTP +K12 +Radiotap --sort-and-group-- === New and Updated Capture File Support -There is no new or updated capture file support in this release. -//--sort-and-group-- -//--sort-and-group-- +//There is no new or updated capture file support in this release. +--sort-and-group-- +pcapng +--sort-and-group-- === New and Updated Capture Interfaces support -There are no new or updated capture interfaces supported in this release. +//There are no new or updated capture interfaces supported in this release. +--sort-and-group-- +ciscodump +--sort-and-group-- === Major API Changes |