aboutsummaryrefslogtreecommitdiffstats
path: root/doc/release-notes.adoc
diff options
context:
space:
mode:
authorJohn Thacker <johnthacker@gmail.com>2023-12-22 00:01:00 -0500
committerAndersBroman <a.broman58@gmail.com>2023-12-22 10:45:52 +0000
commit0fc23598127ce1b0579cf49ac7c2e619080fd045 (patch)
treea8ad4829faf91405eab5f80f88e339a0f8a6bd23 /doc/release-notes.adoc
parent685ea4f15d704ee5a314171740d71819bc51f0de (diff)
tshark: Deprecate -G with no argument
We've been planning on removing -G with no argument for 18 years (2f7fd680e20345bbda6731cd041ee9ed0a04690f); start warning users that it is deprecated. Single letter options with optional arguments are tricky and deprecated, see Guideline 12 of the POSIX Utility Syntax Guidelines. ( https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap12.html ) We have special handling for -G as a result which forces it to the first argument. -G with no argument can't be mixed with other options, unlike the other reports. Removing this would allow relaxation of that restriction. Related to #17924
Diffstat (limited to 'doc/release-notes.adoc')
-rw-r--r--doc/release-notes.adoc5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/release-notes.adoc b/doc/release-notes.adoc
index 0752e2f563..5386366bd2 100644
--- a/doc/release-notes.adoc
+++ b/doc/release-notes.adoc
@@ -114,7 +114,10 @@ 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.
-//=== Removed Features and Support
+=== Removed Features and Support
+
+* The tshark `-G` option with no argument is deprecated and will be removed in
+ a future version. Use `tshark -G fields` to produce the same report.
// === Removed Dissectors