aboutsummaryrefslogtreecommitdiffstats
path: root/epan/tfs.c
diff options
context:
space:
mode:
authorJohn Thacker <johnthacker@gmail.com>2023-04-17 19:44:35 -0400
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2023-04-18 07:26:22 +0000
commitbce1becb8a369fbb851c13a716e19ce320eab7e3 (patch)
tree2be42173203c44d763d6a2f39bdc84666d0140de /epan/tfs.c
parente9af2e52880e866236803a55b6c8293300b76ff2 (diff)
MPEG + DVB: Use a common tfs string for current/next indicator
Nine DVB and MPEG dissectors have a "Currently Applicable/ Not yet Applicable" bit, mostly using integers and separate value strings, some hex and some decimal. Switch them all to FT_BOOLEAN and use a common true_false_string in tfs.c
Diffstat (limited to 'epan/tfs.c')
-rw-r--r--epan/tfs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/tfs.c b/epan/tfs.c
index 2eaace164e..276d5e7eea 100644
--- a/epan/tfs.c
+++ b/epan/tfs.c
@@ -113,6 +113,7 @@ const true_false_string tfs_add_drop = { "Add", "Drop" };
const true_false_string tfs_no_extension_extension = { "No Extension", "Extension" };
const true_false_string tfs_user_provider = { "User", "Provider" };
const true_false_string tfs_applicable_not_applicable = { "Applicable", "Not Applicable" };
+const true_false_string tfs_current_not_yet = { "Currently Applicable", "Not yet Applicable" };
/*
* Editor modelines - https://www.wireshark.org/tools/modelines.html