Wireshark-dev: [Wireshark-dev] Capitalize Each Word in epan/tfs.c or not?

From: Tamás Regős <regost@xxxxxxxxx>
Date: Sun, 22 Feb 2026 10:27:03 +0700
Hello Dev team,

It seems epan/tfs.c is a bit inconsistent.

Some of the true_false_string have each word capitalized while others have the first word only.

{ "Restricted", "Not restricted" }
{ "Not restricted", "Restricted" }
{ "Supported", "Not supported" }
{ "Not Supported", "Supported" }
...

{ "Allowed", "Not Allowed" }
{ "Not Allowed", "Allowed" }
{ "Reliable", "Not Reliable" }
{ "Requested", "Not Requested" }
...

Should these be consistent instead (all or none with title case)?

Thank you.

Regards,
Tamas