From 3d502b97f18f062eb3c6c35b9f690f4f62ee24fd Mon Sep 17 00:00:00 2001 From: Michael Mann Date: Sat, 21 Jul 2012 12:38:59 +0000 Subject: Updated patch from https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3507 svn path=/trunk/; revision=43887 --- 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 937f3313df..73393cbe93 100644 --- a/epan/tfs.c +++ b/epan/tfs.c @@ -65,4 +65,5 @@ 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" }; +const true_false_string tfs_available_not_available = { "Available", "Not available" }; -- cgit v1.2.3