aboutsummaryrefslogtreecommitdiffstats
path: root/epan/tfs.c
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2012-09-26 18:19:15 +0000
committerMichael Mann <mmann78@netscape.net>2012-09-26 18:19:15 +0000
commit6b4ffe18d46618cfb512ee7f9dd6f27d5ab8cf2a (patch)
treef2f9abe3bc37cb7948a78c8c364af45b35d668e4 /epan/tfs.c
parent97c808c75cefd738279906855724e4d5f675cdd2 (diff)
add the the necessary tfs variables for rev 45152
svn path=/trunk/; revision=45153
Diffstat (limited to 'epan/tfs.c')
-rw-r--r--epan/tfs.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/epan/tfs.c b/epan/tfs.c
index 50ecf05dbd..33ff0d9e7f 100644
--- a/epan/tfs.c
+++ b/epan/tfs.c
@@ -66,4 +66,9 @@ const true_false_string tfs_not_allowed_allowed = { "Not Allowed", "Allowed" };
const true_false_string tfs_accepted_not_accepted = { "Accepted", "Not Accepted" };
const true_false_string tfs_detected_not_detected = { "Detected", "Not Detected" };
const true_false_string tfs_available_not_available = { "Available", "Not available" };
+const true_false_string tfs_shared_independent = { "Shared", "Independent" };
+const true_false_string tfs_valid_invalid = { "Valid", "Invalid" };
+const true_false_string tfs_group_unique_name = { "Group name", "Unique name" };
+
+