diff options
author | Gerald Combs <gerald@wireshark.org> | 2020-08-11 16:17:40 -0700 |
---|---|---|
committer | Gerald Combs <gerald@wireshark.org> | 2020-08-11 23:56:01 +0000 |
commit | 1caf5502a24ed47000e97d0dbbcf7238f38923c7 (patch) | |
tree | 757520046fa9e26b81b93e426fc292e41f5f336f | |
parent | 464dd60506d251217b92811fa41356721d0b1a02 (diff) | |
download | wireshark-1caf5502a24ed47000e97d0dbbcf7238f38923c7.tar.gz wireshark-1caf5502a24ed47000e97d0dbbcf7238f38923c7.tar.bz2 wireshark-1caf5502a24ed47000e97d0dbbcf7238f38923c7.zip |
Prep for 2.6.19.
Change-Id: Idfd6acf404e328fb5dba6df3f8a27c99f190b19a
Reviewed-on: https://code.wireshark.org/review/38132
Reviewed-by: Gerald Combs <gerald@wireshark.org>
-rw-r--r-- | docbook/release-notes.asciidoc | 34 |
1 files changed, 33 insertions, 1 deletions
diff --git a/docbook/release-notes.asciidoc b/docbook/release-notes.asciidoc index 045ff891ff..73d54efaf2 100644 --- a/docbook/release-notes.asciidoc +++ b/docbook/release-notes.asciidoc @@ -32,7 +32,21 @@ The following bugs have been fixed: //* wsbuglink:6000[Wireshark bug] //* cveidlink:2014-2486[] //* Wireshark convinced you to switch seats on the plane while neglecting to tell you that its seat was noticeably moist. -// cp /dev/null /tmp/buglist.txt ; for bugnumber in `git log --stat v2.6.19rc0..| grep ' Bug:' | awk '{print $2}' | sort -n -u ` ; do "$(git rev-parse --show-toplevel)/tools/gen-bugnote" $bugnumber; pbpaste >> /tmp/buglist.txt; done +// cp /dev/null /tmp/buglist.txt ; for bugnumber in `git log --stat v2.6.20rc0..| grep ' Bug:' | awk '{print $2}' | sort -n -u ` ; do "$(git rev-parse --show-toplevel)/tools/gen-bugnote" $bugnumber; pbpaste >> /tmp/buglist.txt; done + +* Dissector for ASTERIX Category 001 / 210 does not recognize bit 1 as extension. wsbuglink:16662[]. + +* Short IMSIs (5 digits) lead to wrong decoding+warning. wsbuglink:16676[]. + +* Decoding of PFCP IE 'PFD Contents' results in "malformed packet". wsbuglink:16704[]. + +* RFH2 Header with 32 or less bytes of NameValue will not parse out that info. wsbuglink:16733[]. + +* CDP: Port ID TLV followed by Type 1009 TLV triggers [Malformed Packet]. wsbuglink:16742[]. + +* tshark crashed when processing opcda. wsbuglink:16746[]. + +* tshark with --export-dicom gives “Segmentation fault (core dumped)”. wsbuglink:16748[]. === New and Updated Features @@ -51,6 +65,24 @@ There are no new protocols in this release. // Add one protocol per line between the -- delimiters. [commaize] -- +ASTERIX +BSSAP +CDP +DCERPC SPOOLSS +DCOM +DVB-S2 +E.212 +GSM RR +GSM SMS +IEEE 802.11 +MQ +Nano +NIS+ +PFCP +RTPS +TDS +TN3270 +TN5250 -- === New and Updated Capture File Support |