From 676478c8d3f8d2af0648e7db8264ce9bb5807387 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Thu, 18 Jan 2024 14:23:22 -0800 Subject: epan: Use an ellipsis to indicate truncated fields MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Show truncated fields as "Field name […]: data" instead of "Field name [truncated]: data". This lets us show a few more characters of data. --- doc/release-notes.adoc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc/release-notes.adoc') 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 -- cgit v1.2.3