aboutsummaryrefslogtreecommitdiffstats
path: root/epan/tfs.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2009-03-05 22:25:36 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2009-03-05 22:25:36 +0000
commitba6a734bdf9479c3a7a9405088152c205ca621a9 (patch)
tree9bb42a43ed580a40f5943766d8839ea429f73888 /epan/tfs.c
parent8d15bd9a4793993c932c1df15a646c4ffc4da29d (diff)
Addded tfs_used_notused.
svn path=/trunk/; revision=27617
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 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