aboutsummaryrefslogtreecommitdiffstats
path: root/epan/tfs.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2013-07-17 10:44:35 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2013-07-17 10:44:35 +0000
commitce4ad19204ca5f865d06ce8c3785aed6e10bbe54 (patch)
tree66b0d5828f7f2e907bb1f291d93e92182b21c57f /epan/tfs.c
parente7316b7770a74303b61029d0f774413357635c3d (diff)
Use "generic" tfs (tfs_supported_not_supported...)
Add Enforced / Not enforced to epan/tfs.[ch] svn path=/trunk/; revision=50696
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 de042a6e55..76e0470046 100644
--- a/epan/tfs.c
+++ b/epan/tfs.c
@@ -75,4 +75,5 @@ const true_false_string tfs_complete_incomplete = { "Complete", "Incomplete" };
const true_false_string tfs_valid_not_valid = { "Valid", "Not Valid" };
const true_false_string tfs_do_not_clear_clear = { "Do not clear", "Clear" };
const true_false_string tfs_confirmed_unconfirmed = { "Confirmed", "Unconfirmed" };
+const true_false_string tfs_enforced_not_enforced = { "Enforced", "Not enforced" };