diff options
| author | Gerald Combs <gerald@wireshark.org> | 2019-01-08 09:50:49 -0800 |
|---|---|---|
| committer | Gerald Combs <gerald@wireshark.org> | 2019-01-08 18:12:28 +0000 |
| commit | 846db80ce55628eb105e1f8937fd3ecd26881465 (patch) | |
| tree | 776eac2a4da98112d9e57a65f2770b618ece583f | |
| parent | cd09cb5cfb673beca3cce20b1d6a9bc67a134ae1 (diff) | |
| download | wireshark-846db80ce55628eb105e1f8937fd3ecd26881465.tar.gz wireshark-846db80ce55628eb105e1f8937fd3ecd26881465.tar.bz2 wireshark-846db80ce55628eb105e1f8937fd3ecd26881465.zip | |
Update the release notes for 2.4.12.
Change-Id: I41d1fae661adaa62727f788d0fa3fbf311e26633
Reviewed-on: https://code.wireshark.org/review/31451
Reviewed-by: Gerald Combs <gerald@wireshark.org>
| -rw-r--r-- | docbook/release-notes.asciidoc | 73 |
1 files changed, 66 insertions, 7 deletions
diff --git a/docbook/release-notes.asciidoc b/docbook/release-notes.asciidoc index f28fcfdfd6..b6dd02e482 100644 --- a/docbook/release-notes.asciidoc +++ b/docbook/release-notes.asciidoc @@ -14,13 +14,41 @@ used for troubleshooting, analysis, development and education. The following vulnerabilities have been fixed: -* wssalink:2019-10[] -A dissector went awry. -// wsbuglink:xxxxx[]. +* wssalink:2019-02[] +The P_MUL dissector could crash. +// * Buildbot crash output: fuzz-2018-12-05-10088.pcap. +wsbuglink:15337[]. +cveidlink:2019-5717[]. +// Fixed in master: 3cccd4ec5b +// Fixed in master-2.6: 3caa4cde0d +// Fixed in master-2.4: bf9272a92f + +* wssalink:2019-03[] +The RTSE dissector and other dissectors could crash. +// * Wireshark heap out-of-bounds read in get_t61_string. +wsbuglink:15373[]. +cveidlink:2019-5718[]. +// Fixed in master: 3aad1ef236 +// Fixed in master-2.6: 9b4a937c88 +// Fixed in master-2.4: cd09cb5cfb + +* wssalink:2019-04[] +The ISAKMP dissector could crash. +// * Wireshark NULL pointer dereference in dissect_transform. +wsbuglink:15374[]. +cveidlink:2019-5719[]. +// Fixed in master: c9cfae7fec +// Fixed in master-2.6: cd4b3f5d69 +// Fixed in master-2.4: b5b02f2a9b + +* wssalink:2019-05[] +The ISAKMP dissector could crash. +// * Crafted CIP packets causes heap-use-after-free. +wsbuglink:14470[]. // cveidlink:2019-xxxx[]. -// Fixed in master: xxxx -// Fixed in master-2.6: xxxx -// Fixed in master-2.4: xxxx +// Fixed in master: 177962a5b4 +// Fixed in master-2.6: 177962a5b4 +// Fixed in master-2.4: 1c66174ec7 The following bugs have been fixed: @@ -28,7 +56,29 @@ The following bugs have been fixed: //* wsbuglink:6000[Wireshark bug] //* cveidlink:2014-2486[] //* Wireshark keeps leaving voicemails advertising timeshare condominiums in Fresno. (wsbuglink:0000[]) -// cp /dev/null /tmp/buglist.txt ; for bugnumber in `git log --stat v2.4.12rc0..| 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.4.13rc0..| grep ' Bug:' | awk '{print $2}' | sort -n -u ` ; do ./tools/gen-bugnote $bugnumber; pbpaste >> /tmp/buglist.txt; done + +* console.lua not found in a folder with non-ASCII characters in its name. wsbuglink:15118[]. + +* Disabling 'Update list of packets in real time.' will generally trigger crash after three start capture, stop capture cycles. wsbuglink:15263[]. + +* UDP Multicast Stream double counts. wsbuglink:15271[]. + +* text2pcap et al. set snaplength to 64kiB-1, while processing frames of 256kiB. wsbuglink:15292[]. + +* Builds without libpcap fail if the libpcap headers aren't installed. wsbuglink:15317[]. + +* TCAP AnalogRedirectRecord parameter incorrectly coded as mandatory in QualReq_rr message. wsbuglink:15350[]. + +* Wireshark jumps behind other windows when opening UAT dialogs. wsbuglink:15366[]. + +* Pathnames containing non-ASCII characters are mangled in error dialogs on Windows. wsbuglink:15367[]. + +* Executing `-z http,stat -r file.pcapng` throws a segmentation fault. wsbuglink:15369[]. + +* IS-41 TCAP RegistrationNotification Invoke has borderCellAccess parameter coded as tag 50 (as denyAccess) but should be 58. wsbuglink:15372[]. + +* GTPv2 APN dissect problem. wsbuglink:15383[]. === New and Updated Features @@ -45,6 +95,15 @@ There are no new protocols in this release. === Updated Protocol Support --sort-and-group-- +ANSI MAP +ENIP +GSM A +GTPv2 +IMF +ISAKMP +P_MUL +RTSE +TCAP --sort-and-group-- === New and Updated Capture File Support |
