From 391b8a9595a1b5cfee19345d86f60a018162dfce Mon Sep 17 00:00:00 2001 From: Peter Wu Date: Thu, 9 Aug 2018 17:43:47 +0200 Subject: [PATCH] release-notes: add new features and remove known bugs list The "known bugs" list is rarely updated. Remove it and add more helpful and up-to-date references. Change-Id: I5aea57c66c6645b5c903ebcebcb1676af5204ce2 Reviewed-on: https://code.wireshark.org/review/29048 Reviewed-by: Gerald Combs --- docbook/release-notes.asciidoc | 27 ++++++++------------------- 1 file changed, 8 insertions(+), 19 deletions(-) diff --git a/docbook/release-notes.asciidoc b/docbook/release-notes.asciidoc index 61233bdce4..78aaba7b4e 100644 --- a/docbook/release-notes.asciidoc +++ b/docbook/release-notes.asciidoc @@ -45,6 +45,7 @@ since version 2.6.0: * The TCP dissector gained a new “Reassemble out-of-order segments” preference to fix dissection and decryption issues in case TCP segments are received out-of-order. See the User’s Guide, chapter _TCP Reassembly_ for details. +* Decryption support for the new WireGuard dissector (wsbuglink:15011[], requires Libgcrypt 1.8). * The BOOTP dissector has been renamed to DHCP. With the exception of “bootp.dhcp”, the old “bootp.*” display filter fields are still supported but may be removed in a future release. @@ -87,6 +88,7 @@ systemd Journal Export TPM 2.0 protocol Ubiquiti Discovery Protocol (UBDP) XnAP (5G) protocol +WireGuard protocol -- === Updated Protocol Support @@ -135,32 +137,19 @@ files, plugins, SNMP MIBS, and RADIUS dictionaries. These locations vary from platform to platform. You can use About→Folders to find the default locations on your system. -== Known Problems - -The BER dissector might infinitely loop. -(wsbuglink:1516[]) - -Capture filters aren't applied when capturing from named pipes. -(wsbuglink:1814[]) - -Filtering tshark captures with read filters (-R) no longer works. -(wsbuglink:2234[]) - -Application crash when changing real-time option. -(wsbuglink:4035[]) - -Wireshark and TShark will display incorrect delta times in some cases. -(wsbuglink:4985[]) - -Wireshark should let you work with multiple capture files. (wsbuglink:10488[]) - == Getting Help +The User’s Guide, manual pages and various other documentation can be +found at https://www.wireshark.org/docs/ + Community support is available on https://ask.wireshark.org/[Wireshark’s Q&A site] and on the wireshark-users mailing list. Subscription information and archives for all of Wireshark’s mailing lists can be found on https://www.wireshark.org/lists/[the web site]. +Bugs and feature requests can be reported on +https://bugs.wireshark.org/[the bug tracker]. + Official Wireshark training and certification are available from http://www.wiresharktraining.com/[Wireshark University].