aboutsummaryrefslogtreecommitdiffstats
path: root/epan/tfs.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-04-12 14:07:31 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-04-12 14:07:31 +0000
commit9551f33d958e626a291a3050a8c80db22f5ba75e (patch)
tree16da87133e703a8586afeae9ac8b1b89b4c20cdd /epan/tfs.c
parent9f70eb0ca669551660fb1dddb62abdc932a76361 (diff)
Bugfix and enhancement of MM Context dissection.
svn path=/trunk/; revision=42035
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 f2f306813f..937f3313df 100644
--- a/epan/tfs.c
+++ b/epan/tfs.c
@@ -62,6 +62,7 @@ const true_false_string tfs_implemented_not_implemented = { "Implemented", "Not
const true_false_string tfs_requested_not_requested = { "Requested", "Not Requested" };
const true_false_string tfs_reliable_not_reliable = { "Reliable", "Not Reliable" };
const true_false_string tfs_allowed_not_allowed = { "Allowed", "Not Allowed" };
+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" };