diff options
author | Roland Knall <rknall@gmail.com> | 2019-11-14 15:56:32 +0100 |
---|---|---|
committer | Roland Knall <rknall@gmail.com> | 2019-11-17 12:21:28 +0000 |
commit | 1ddd30856d59b138861def6bff407f035c8babee (patch) | |
tree | 4025ca5c164abfc835907b71cecb078b0f0a4aa4 | |
parent | b3f240dbf8c5e24cf420e977d8544c4abb40c80e (diff) | |
download | wireshark-1ddd30856d59b138861def6bff407f035c8babee.tar.gz wireshark-1ddd30856d59b138861def6bff407f035c8babee.tar.bz2 wireshark-1ddd30856d59b138861def6bff407f035c8babee.zip |
ReleaseNotes: Multi-selection of packets
Change-Id: I0003b0785aec17d6cb86f1020836f5caf07c9d08
Reviewed-on: https://code.wireshark.org/review/35089
Reviewed-by: Gerald Combs <gerald@wireshark.org>
Reviewed-by: Roland Knall <rknall@gmail.com>
-rw-r--r-- | docbook/release-notes.adoc | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/docbook/release-notes.adoc b/docbook/release-notes.adoc index 063c348e63..0036a7a690 100644 --- a/docbook/release-notes.adoc +++ b/docbook/release-notes.adoc @@ -35,6 +35,13 @@ The following features are new (or have been significantly updated) since version 3.1.0: * Automatic updates are supported on macOS. +* You can now select multiple packets in the packet list at the same time +** They can be exported as Text by ”kbd:[Ctrl+C] or kbd:[Cmd+C]” and the corresponding + menu in “menu:Edit[Copy > As ...]” +** They can be marked/unmarked or ignored/unignored at the same time +** They can be exported and printed using the corresponding menu entries + ”menu:File[Export Specified Packets]”, ”menu:File[Export Packet Dissections]” + and ”menu:File[Print]” * You can now follow HTTP/2 and QUIC streams. * You can once again mark and unmark packets using the middle mouse button. This feature went missing around 2009 or so. @@ -61,12 +68,12 @@ since version 3.0.0: addition to the existing key log preference (wsbuglink:15571[]). * A new tap for extracting credentials from the capture file has been added. It can be accessed through the `-z credentials` option in tshark or from the - “Tools” menu in Wireshark. + “menu:Tools[Credentials]” menu in Wireshark. * Editcap can now split files on floating point intervals. * Windows .msi packages are now https://support.microsoft.com/en-us/help/4472027/2019-sha-2-code-signing-support-requirement-for-windows-and-wsus[signed using SHA-2]. .exe installers are still dual-signed using SHA-1 and SHA-2. * The “Enabled Protocols” Dialog now only enables, disables and inverts protocols based on the set filter selection. The protocol type (standard or heuristic) may also be choosen as a filter value. -* The “Analyze -> Apply as Filter” and “Analyze -> Prepare a Filter” packet list and detail popup menus now show a preview of their respective filters. +* The “menu:Analyze[Apply as Filter]” and “menu:Analyze[Prepare a Filter]” packet list and detail popup menus now show a preview of their respective filters. * Protobuf files (*.proto) can now be configured to enable more precise parsing of serialized Protobuf data (such as gRPC). * HTTP2 support streaming mode reassembly. To use this feature, subdissectors can register itself to "streaming_content_type" dissector table and return pinfo->desegment_len and pinfo->desegment_offset to tell HTTP2 when to start and how many additional bytes requires when next called. * The message of stream gRPC method can now be parsed with supporting of HTTP2 streaming mode reassembly feature. |