From ba6a734bdf9479c3a7a9405088152c205ca621a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig=20Bj=C3=B8rlykke?= Date: Thu, 5 Mar 2009 22:25:36 +0000 Subject: Addded tfs_used_notused. svn path=/trunk/; revision=27617 --- 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 69ea4a7ad0..1675dffb73 100644 --- a/epan/tfs.c +++ b/epan/tfs.c @@ -52,6 +52,7 @@ const true_false_string tfs_found_not_found = { "Found", "Not found" }; const true_false_string tfs_command_response = { "Command", "Response" }; const true_false_string tfs_capable_not_capable = { "Capable", "Not capable" }; const true_false_string tfs_supported_not_supported = { "Supported", "Not supported" }; +const true_false_string tfs_used_notused = { "Used", "Not used" }; /* * Old true_false_string from packet.c -- cgit v1.2.3