aboutsummaryrefslogtreecommitdiffstats
path: root/epan/tfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/tfs.c')
-rw-r--r--epan/tfs.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/tfs.c b/epan/tfs.c
index 5070def5e8..f092590285 100644
--- a/epan/tfs.c
+++ b/epan/tfs.c
@@ -81,4 +81,7 @@ const true_false_string tfs_registered_not_registered = { "Registered", "Not reg
const true_false_string tfs_provisioned_not_provisioned = { "Provisioned", "Not provisioned" };
const true_false_string tfs_included_not_included = { "Included", "Not included" };
const true_false_string tfs_allocated_by_receiver_sender = {"allocated by receiver", "allocated by sender"};
+const true_false_string tfs_asynchronous_synchronous = { "Asynchronous", "Synchronous" };
+const true_false_string tfs_protocol_sensative_bit_transparent = { "Protocol sensitive", "Bit transparent" };
+const true_false_string tfs_full_half = { "Full", "Half" };