From 9551f33d958e626a291a3050a8c80db22f5ba75e Mon Sep 17 00:00:00 2001 From: Anders Broman Date: Thu, 12 Apr 2012 14:07:31 +0000 Subject: Bugfix and enhancement of MM Context dissection. svn path=/trunk/; revision=42035 --- epan/tfs.c | 1 + 1 file changed, 1 insertion(+) (limited to 'epan/tfs.c') 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" }; -- cgit v1.2.3