On 2023. Dec 4., Mon at 10:02, João Valverde <
j@xxxxxx> wrote:
Hi,
The GPL never allowed for that, as far as I know. See:
https://www.gnu.org/licenses/gpl-faq.html#IfLibraryIsGPL
In this case Wireshark is a library for plug-ins.
What you can do is not distribute the (private-use) plug-in, and 
therefore you do not have a requirement to make the source available. 
You cannot use a GPL-incompatible license to link to Wireshark, i.e load 
a plug-in. That is a violation of the license terms.
Note that the GPL terms apply to the whole combined work, even though 
the plug-in may be using some other (GPL-compatible) FOSS license.
So it was already not allowed and that is not a change in policy.
Please read the GPL license more carefully and maybe related publications. You seem to overstate GPL’s restrictions. The current practice is fine AFAIK.