summaryrefslogtreecommitdiff
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
parent8d15bd9a4793993c932c1df15a646c4ffc4da29d (diff)
downloadwireshark-ba6a734bdf9479c3a7a9405088152c205ca621a9.tar.gz
Addded tfs_used_notused.
svn path=/trunk/; revision=27617
-rw-r--r--epan/libwireshark.def1
-rw-r--r--epan/tfs.c1
-rw-r--r--epan/tfs.h1
3 files changed, 3 insertions, 0 deletions
diff --git a/epan/libwireshark.def b/epan/libwireshark.def
index fe8a7eda5a..9d35da007b 100644
--- a/epan/libwireshark.def
+++ b/epan/libwireshark.def
@@ -924,6 +924,7 @@ tfs_set_notset DATA
tfs_success_fail DATA
tfs_supported_not_supported DATA
tfs_true_false DATA
+tfs_used_notused DATA
tfs_yes_no DATA
time_msecs_to_str
time_secs_to_str
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
diff --git a/epan/tfs.h b/epan/tfs.h
index f358ae7a92..2ca475d695 100644
--- a/epan/tfs.h
+++ b/epan/tfs.h
@@ -55,6 +55,7 @@ WS_VAR_IMPORT const true_false_string tfs_found_not_found;
WS_VAR_IMPORT const true_false_string tfs_command_response;
WS_VAR_IMPORT const true_false_string tfs_capable_not_capable;
WS_VAR_IMPORT const true_false_string tfs_supported_not_supported;
+WS_VAR_IMPORT const true_false_string tfs_used_notused;
/*
* Old true_false_string from packet.c