aboutsummaryrefslogtreecommitdiffstats
path: root/doc/release-notes.adoc
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2024-01-18 14:23:22 -0800
committerAndersBroman <a.broman58@gmail.com>2024-01-22 08:01:56 +0000
commit676478c8d3f8d2af0648e7db8264ce9bb5807387 (patch)
tree8bce9efe8581bdf35db55f962999b02ad9edc059 /doc/release-notes.adoc
parent271496bd23412c08851e7701a617625153faba7a (diff)
epan: Use an ellipsis to indicate truncated fields
Show truncated fields as "Field name […]: data" instead of "Field name [truncated]: data". This lets us show a few more characters of data.
Diffstat (limited to 'doc/release-notes.adoc')
-rw-r--r--doc/release-notes.adoc2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/release-notes.adoc b/doc/release-notes.adoc
index a00def5d23..b2233fd803 100644
--- a/doc/release-notes.adoc
+++ b/doc/release-notes.adoc
@@ -114,6 +114,8 @@ The following features are new (or have been significantly updated) since versio
* The binary plugins folder path no longer uses an X.Y version component. Plugins
are required to add the ABI version to the file name.
+* Truncated fields in the detail view are now displayed as "Field name […]: data" instead of "Field name [truncated]: data"
+
=== Removed Features and Support
* The tshark `-G` option with no argument is deprecated and will be removed in